Home
last modified time | relevance | path

Searched refs:wildcards (Results 1 – 25 of 98) sorted by relevance

1234

/third_party/python/Doc/library/
Dfnmatch.rst15 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
Dglob.rst14 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/
Dhostapd.eap_user_sqlite10 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/
Dhostapd.eap_user_sqlite10 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/
DMakefile.am44 $(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/
DBUILD.bazel71 # headers etc. Therefore, we hide it from wildcards.
154 # headers etc. Therefore, we hide it from wildcards.
/third_party/openssl/test/
DREADME.md93 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/
Dtls.js164 function check(hostParts, pattern, wildcards) { argument
202 if (!wildcards)
/third_party/skia/experimental/webgpu-bazel/src/
DBUILD45 # headers etc. Therefore, we hide it from wildcards.
/third_party/python/Lib/lib2to3/
Dpytree.py546 wildcards = False variable in NodePattern
572 self.wildcards = True
590 if self.wildcards:
/third_party/gn/src/gn/
Dlabel_pattern.cc38 toolchain must be fully qualified (no wildcards are supported in the
/third_party/libwebsockets/READMEs/
DREADME.lws_cache.md119 ## Lookup with wildcards
127 lws_cache also supports **lookup** queries that contain wildcards or otherwise match
/third_party/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle280 * Used by wildcards.
288 * Used by wildcards.
296 * Used by wildcards.
397 * Used to build a list of namespaces on wildcards.
/third_party/elfutils/
DNOTES59 (how do wildcards work with these languages*?). Therefore it is left
/third_party/flutter/skia/third_party/externals/angle2/doc/
DdEQP.md28 The `gtest` targets support wildcards via the `--gtest_filter` argument,
/third_party/libbpf/docs/
Dprogram_types.rst198 supports ``*`` and ``?`` wildcards. Valid characters for pattern are
/third_party/python/Lib/
Dssl.py288 wildcards = dn.count('*')
290 if not wildcards:
293 if wildcards > 1:
/third_party/ntfs-3g/
DTODO.ntfsprogs124 - mass undelete (using wildcards)
/third_party/curl/
Dbackport-CVE-2023-28321.patch51 * In addition: ignore trailing dots in the host names and wildcards, so that
/third_party/skia/third_party/externals/angle2/doc/
DdEQP.md28 The `gtest` targets support wildcards via the `--gtest_filter` argument,
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_system/
Dsource.dart170 /// provided they do not use any wildcards. [Source.behavior] and
/third_party/openssl/doc/man3/
DX509_check_host.pod29 in section 3.5 of RFC 1034. By default, wildcards are supported
/third_party/skia/third_party/externals/swiftshader/docs/
DRegres.md68 `<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/
DCHANGELOG.md268 * 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/
DProcess.inc145 /// have wildcards or doesn't match any files.

1234