Searched refs:globbing (Results 1 – 25 of 60) sorted by relevance
123
682 struct globbing struct702 struct globbing * const globbing = (struct globbing *)closure; in builtin_glob_back() local728 if ( globbing->case_insensitive ) in builtin_glob_back()731 iter = list_begin( globbing->patterns ); in builtin_glob_back()732 end = list_end( globbing->patterns ); in builtin_glob_back()737 globbing->results = list_push_back( globbing->results, object_copy( in builtin_glob_back()778 struct globbing globbing; in builtin_glob() local780 globbing.results = L0; in builtin_glob()781 globbing.patterns = r; in builtin_glob()783 globbing.case_insensitive = in builtin_glob()[all …]
24 # up to and including the root of the file-system. We stop globbing as soon as
6 globbing21 globbing with overflow and bad syntxx30 # curl: (3) [globbing] bad range in column
4 globbing19 abusing {}-globbing
4 globbing18 [] globbing overflowing the range counter
6 globbing29 Verify URL globbing ignores []
4 globbing27 simple [a-d] globbing
6 globbing30 globbing range with same start and stop
4 globbing
6 globbing
11 The first parameter will be interpreted as a globbing pattern for files. If you12 want to disable globbing you can do so with `opts.disableGlob` (defaults to14 globbing wildcard characters.85 Set to any non-falsey value to disable globbing entirely.
23 # cleanup paths before globbing
50 /* ./. enable {} globbing (non-standard) */102 /* -f don't do file globbing */
22 multiple files to a single URL by using the same URL globbing style supported
102 ### globbing letters104 The curl command line tool supports "globbing" of URLs. It means that you can110 globbing can mess up such URLs. Globbing can be turned off for such occasions
7 - range "globbing" support: [0-13], {one,two,three}
146 The element should support both globbing and streaming the file. Streaming it149 streaming and globbing - and globbing might be easiest to implement first. The