Lines Matching defs:string
92 func Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, error) {
96 func startGlob(fs FileSystem, pattern string, excludes []string,
153 func glob(fs FileSystem, pattern string, hasRecursive bool,
235 func saneSplit(path string) (dir, file string) {
251 func isWild(pattern string) bool {
257 func filterExcludes(matches []string, excludes []string) ([]string, error) {
281 func filterDotFiles(matches []string) []string {
297 func Match(pattern, name string) (bool, error) {
356 func IsGlob(pattern string) bool {
361 func HasGlob(in []string) bool {
375 func WriteFileIfChanged(filename string, data []byte, perm os.FileMode) error {
432 func MatchEscape(s string) string {