/third_party/python/Doc/library/ |
D | fnmatch.rst | 15 This module provides support for Unix shell-style wildcards, which are *not* the 17 special characters used in shell-style wildcards are: 20 single: * (asterisk); in glob-style wildcards 21 single: ? (question mark); in glob-style wildcards 22 single: [] (square brackets); in glob-style wildcards 23 single: ! (exclamation); in glob-style wildcards 24 single: - (minus); in glob-style wildcards
|
D | glob.rst | 14 single: * (asterisk); in glob-style wildcards 15 single: ? (question mark); in glob-style wildcards 16 single: [] (square brackets); in glob-style wildcards 17 single: ! (exclamation); in glob-style wildcards 18 single: - (minus); in glob-style wildcards 19 single: . (dot); in glob-style wildcards 44 :file:`../../Tools/\*/\*.gif`), and can contain shell-style wildcards. Broken 60 single: **; in glob-style wildcards
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | hostapd.eap_user_sqlite | 10 CREATE TABLE wildcards( 18 INSERT INTO wildcards(identity,methods) VALUES ('','TTLS,TLS'); 19 INSERT INTO wildcards(identity,methods) VALUES ('0','AKA');
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | hostapd.eap_user_sqlite | 10 CREATE TABLE wildcards( 18 INSERT INTO wildcards(identity,methods) VALUES ('','TTLS,TLS'); 19 INSERT INTO wildcards(identity,methods) VALUES ('0','AKA');
|
/third_party/libxml2/xstc/ |
D | Makefile.am | 44 $(TAR) -xzf $(TARBALL_2) --wildcards '*/Datatypes' '*/Metadata/$(NISTTESTDEF_2)' ; \ 56 …$(TAR) -C Tests -xzf $(TARBALL) --wildcards '*/suntest' '*/msxsdtest' '*/$(MSTESTDEF)' '*/$(SUNTES…
|
/third_party/skia/modules/canvaskit/ |
D | BUILD.bazel | 71 # headers etc. Therefore, we hide it from wildcards. 154 # headers etc. Therefore, we hide it from wildcards.
|
/third_party/openssl/test/ |
D | README.md | 93 Also, all tokens except for "alltests" may have wildcards, such as *. 94 (on Unix and Windows, BSD style wildcards are supported, while on VMS, 95 it's VMS style wildcards)
|
/third_party/node/lib/ |
D | tls.js | 164 function check(hostParts, pattern, wildcards) { argument 202 if (!wildcards)
|
/third_party/skia/experimental/webgpu-bazel/src/ |
D | BUILD | 45 # headers etc. Therefore, we hide it from wildcards.
|
/third_party/python/Lib/lib2to3/ |
D | pytree.py | 546 wildcards = False variable in NodePattern 572 self.wildcards = True 590 if self.wildcards:
|
/third_party/gn/src/gn/ |
D | label_pattern.cc | 38 toolchain must be fully qualified (no wildcards are supported in the
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_cache.md | 119 ## Lookup with wildcards 127 lws_cache also supports **lookup** queries that contain wildcards or otherwise match
|
/third_party/libxml2/os400/libxmlrpg/ |
D | schemasInternals.rpgle | 280 * Used by wildcards. 288 * Used by wildcards. 296 * Used by wildcards. 397 * Used to build a list of namespaces on wildcards.
|
/third_party/elfutils/ |
D | NOTES | 59 (how do wildcards work with these languages*?). Therefore it is left
|
/third_party/flutter/skia/third_party/externals/angle2/doc/ |
D | dEQP.md | 28 The `gtest` targets support wildcards via the `--gtest_filter` argument,
|
/third_party/libbpf/docs/ |
D | program_types.rst | 198 supports ``*`` and ``?`` wildcards. Valid characters for pattern are
|
/third_party/python/Lib/ |
D | ssl.py | 288 wildcards = dn.count('*') 290 if not wildcards: 293 if wildcards > 1:
|
/third_party/ntfs-3g/ |
D | TODO.ntfsprogs | 124 - mass undelete (using wildcards)
|
/third_party/curl/ |
D | backport-CVE-2023-28321.patch | 51 * In addition: ignore trailing dots in the host names and wildcards, so that
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | dEQP.md | 28 The `gtest` targets support wildcards via the `--gtest_filter` argument,
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_system/ |
D | source.dart | 170 /// provided they do not use any wildcards. [Source.behavior] and
|
/third_party/openssl/doc/man3/ |
D | X509_check_host.pod | 29 in section 3.5 of RFC 1034. By default, wildcards are supported
|
/third_party/skia/third_party/externals/swiftshader/docs/ |
D | Regres.md | 68 `<dEQP-test-pattern>` can be a single dEQP test name, or you can use wildcards 104 `<test name filter>` can be a single dEQP test name, or you can use wildcards
|
/third_party/node/deps/npm/node_modules/debug/ |
D | CHANGELOG.md | 268 * Add support for multiple wildcards in namespaces (#122, @seegno)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Process.inc | 145 /// have wildcards or doesn't match any files.
|