Home
last modified time | relevance | path

Searched refs:globbing (Results 1 – 25 of 60) sorted by relevance

123

/third_party/boost/tools/build/src/engine/
Dbuiltins.cpp682 struct globbing struct
702 struct globbing * const globbing = (struct globbing *)closure; in builtin_glob_back() local
728 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() local
780 globbing.results = L0; in builtin_glob()
781 globbing.patterns = r; in builtin_glob()
783 globbing.case_insensitive = in builtin_glob()
[all …]
DJambase24 # up to and including the root of the file-system. We stop globbing as soon as
/third_party/curl/tests/data/
Dtest12896 globbing
21 globbing with overflow and bad syntxx
30 # curl: (3) [globbing] bad range in column
Dtest12344 globbing
19 abusing {}-globbing
Dtest12364 globbing
18 [] globbing overflowing the range counter
Dtest12906 globbing
29 Verify URL globbing ignores []
Dtest12804 globbing
27 simple [a-d] globbing
Dtest12836 globbing
30 globbing range with same start and stop
Dtest12404 globbing
Dtest756 globbing
Dtest13286 globbing
Dtest1996 globbing
Dtest876 globbing
Dtest11764 globbing
Dtest746 globbing
Dtest186 globbing
Dtest12356 globbing
Dtest866 globbing
/third_party/node/deps/npm/node_modules/rimraf/
DREADME.md11 The first parameter will be interpreted as a globbing pattern for files. If you
12 want to disable globbing you can do so with `opts.disableGlob` (defaults to
14 globbing wildcard characters.
85 Set to any non-falsey value to disable globbing entirely.
/third_party/grpc/third_party/rake-compiler-dock/build/patches2/rake-compiler-1.1.0/
D0002-Extend-mingw-search-pattern-to-find-x86_64-gcc.patch23 # cleanup paths before globbing
/third_party/mksh/
Dsh_flags.opt50 /* ./. enable {} globbing (non-standard) */
102 /* -f don't do file globbing */
/third_party/curl/docs/cmdline-opts/
Dupload-file.d22 multiple files to a single URL by using the same URL globbing style supported
/third_party/curl/docs/
DURL-SYNTAX.md102 ### globbing letters
104 The curl command line tool supports "globbing" of URLs. It means that you can
110 globbing can mess up such URLs. Globbing can be turned off for such occasions
DFEATURES.md7 - range "globbing" support: [0-13], {one,two,three}
/third_party/gstreamer/gstreamer/docs/random/uraeus/
Dgstreamer_and_midi.txt146 The element should support both globbing and streaming the file. Streaming it
149 streaming and globbing - and globbing might be easiest to implement first. The

123