Home | History | Annotate | Download | only in hosts

Lines Matching refs:pattern

289         support the full range of rsync pattern matching behaviour, only that
300 # make a function to test if a pattern matches any files
302 def glob_matches_files(path, pattern):
303 return len(glob.glob(path + pattern)) > 0
305 def glob_matches_files(path, pattern):
307 pattern),
317 return ["\"%s\"%s" % (utils.sh_escape(path), pattern)
318 for pattern in patterns]
320 return [utils.scp_remote_escape(path) + pattern
321 for pattern in patterns]
510 excludes: A list of file pattern that matches files not to be