Lines Matching defs:string
86 func Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, error) {
90 func startGlob(fs FileSystem, pattern string, excludes []string,
151 func glob(fs FileSystem, pattern string, hasRecursive bool,
233 func quickSplit(path string) (dir, file string) {
249 func isWild(pattern string) bool {
255 func filterExcludes(matches []string, excludes []string) ([]string, error) {
279 func filterDotFiles(matches []string) []string {
295 func Match(pattern, name string) (bool, error) {
354 func IsGlob(pattern string) bool {
359 func HasGlob(in []string) bool {
373 func WriteFileIfChanged(filename string, data []byte, perm os.FileMode) error {
430 func MatchEscape(s string) string {