Lines Matching defs:string
96 func Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, error) {
100 func startGlob(fs FileSystem, pattern string, excludes []string,
161 func glob(fs FileSystem, pattern string, hasRecursive bool,
243 func quickSplit(path string) (dir, file string) {
259 func isWild(pattern string) bool {
265 func filterExcludes(matches []string, excludes []string) ([]string, error) {
289 func filterDotFiles(matches []string) []string {
305 func Match(pattern, name string) (bool, error) {
364 func IsGlob(pattern string) bool {
369 func HasGlob(in []string) bool {
383 func WriteFileIfChanged(filename string, data []byte, perm os.FileMode) error {
440 func MatchEscape(s string) string {