HomeSort by relevance Sort by last modified time
    Searched full:wildcards (Results 1 - 25 of 135) sorted by null

1 2 3 4 5 6

  /packages/apps/Email/src/org/apache/commons/io/filefilter/
WildcardFileFilter.java 27 * Filters files using the supplied wildcards.
29 * This filter selects files and directories based on one or more wildcards.
54 /** The wildcards that will be used to match filenames. */
55 private final String[] wildcards; field in class:WildcardFileFilter
80 this.wildcards = new String[] { wildcard };
85 * Construct a new case-sensitive wildcard filter for an array of wildcards.
90 * @param wildcards the array of wildcards to match
93 public WildcardFileFilter(String[] wildcards) {
94 this(wildcards, null);
    [all...]
WildcardFilter.java 26 * Filters files using the supplied wildcards.
28 * This filter selects files, but not directories, based on one or more wildcards
55 /** The wildcards that will be used to match filenames. */
56 private final String[] wildcards; field in class:WildcardFilter
68 this.wildcards = new String[] { wildcard };
72 * Construct a new case-sensitive wildcard filter for an array of wildcards.
74 * @param wildcards the array of wildcards to match
77 public WildcardFilter(String[] wildcards) {
78 if (wildcards == null) {
    [all...]
  /external/proguard/src/proguard/
MemberSpecification.java 26 * template-based: the class member names and descriptors can contain wildcards.
65 * may contain "*" or "?" wildcards.
69 * "**", "*", or "?" wildcards.
Configuration.java 65 * names may contain "**", "*", or "?" wildcards, and they may be preceded
135 * optimization names may contain "*" or "?" wildcards, and they may
214 * names. The package names may contain "**", "*", or "?" wildcards, and
234 * attributes. The attribute names may contain "*" or "?" wildcards, and
292 * "**", "*", or "?" wildcards, and they may be preceded by the "!" negator.
300 * "**", "*", or "?" wildcards, and they may be preceded by the "!" negator.
ClassSpecification.java 28 * and descriptors can contain wildcards. Classes can be specified explicitly,
96 * "**", "*", or "?" wildcards.
143 * "**", "*", or "?" wildcards.
  /external/e2fsprogs/util/
libecho.c 5 * DOS wildcards correctly.
  /external/proguard/src/proguard/util/
FileNameParser.java 28 * wildcards:
45 // Look for wildcards.
NameParser.java 29 * Names can contain the following wildcards:
44 // Look for wildcards.
ClassNameParser.java 28 * The regular expressions can contain the following wildcards:
65 // Look for wildcards.
  /external/bluetooth/glib/docs/reference/glib/tmpl/
patterns.sgml 10 against a pattern containing '*' and '?' wildcards with similar semantics
16 be matched by the wildcards, there are no '[...]' character ranges and '*'
80 multitude of patterns containing wildcards, chances are high that some
  /external/proguard/docs/manual/
gui.html 206 and press the <b>Ok</b> button. Repeat this for all required classes. Wildcards
245 contain wildcards. This is an advanced option for defining <i>keep</i>
249 classes. The class name can contain wildcards.
253 class must extend. The annotation name can contain wildcards. This is an
277 contain wildcards. This is an advanced option for defining <i>keep</i>
281 field or fields. The type can contain wildcards.
284 name can contain wildcards.
300 contain wildcards. This is an advanced option for defining <i>keep</i>
303 <li>The <b>Return type</b> text field takes the fully-qualified type of the method or methods. The type can contain wildcards.
306 method name can contain wildcards
    [all...]
usage.html 276 wildcards. For example, you may want to list all the <a
559 <b>*</b>, and <b>**</b> wildcards, and they can be preceded by the
597 names can contain <b>?</b>, <b>*</b>, and <b>**</b> wildcards, and they
    [all...]
ant.html 409 wildcards. If no name is given, all attributes are preserved.</dd>
547 wildcards.</dd>
551 must extend, with optional wildcards.</dd>
555 must implement, with optional wildcards.</dd>
589 wildcards. Not applicable for constructors, but required for methods for
593 <dd>The optional name of the class member, with optional wildcards. Not
598 with optional wildcards. Not applicable for fields, but required for
  /external/chromium/net/base/
mime_util.h 44 // Checks for absolute matching and wildcards. mime-types should be in
  /external/elfutils/
NOTES 37 (how do wildcards work with these languages*?). Therefore it is left
  /external/proguard/src/proguard/gui/
GUIResources.properties 184 Possible wildcards:\
229 Possible wildcards:\
267 Possible wildcards:\
392 Possible wildcards:\
401 Possible wildcards:\
410 Possible wildcards:\
420 Possible wildcards:\
427 Possible wildcards:\
435 Possible wildcards:\
  /external/proguard/docs/manual/retrace/
usage.html 54 of <code>java.util.regex.Pattern</code>), with a few additional wildcards:
78 Elements that match these wildcards are de-obfuscated, when possible. Note
  /external/webkit/WebCore/page/
UserContentURLPattern.cpp 189 // only wildcards.
214 // wildcards.
  /external/apache-http/src/org/apache/http/conn/ssl/
StrictHostnameVerifier.java 40 * wildcards.
  /external/libvpx/examples/includes/geshi/docs/
phpdoc.ini 74 ;; comma-separated list of files, directories or wildcards ? and * (any wildcard) to ignore
  /external/libxml2/include/libxml/
schemasInternals.h 185 * Used by wildcards.
192 * Used by wildcards.
199 * Used by wildcards.
292 * Used to build a list of namespaces on wildcards.
  /external/ppp/pppd/plugins/pppoatm/
atm.h 49 #define T2A_WILDCARD 8 /* allow wildcards in PVC or SVC address */
  /external/qemu/
acl.c 87 * instead of allowing wildcards */
  /external/chromium/net/proxy/
proxy_config.cc 122 // "*" wildcards other than a single "*" entry are not universally
123 // supported. We will support them, as we get * wildcards for free
  /external/proguard/docs/
downloads.html 167 <li>Added new wildcards for class member descriptors: "<code>***</code>",
284 <li>Fixed matching of primitive type wildcards in configuration.
299 <li>Fixed interpretation of comma-separated class names without wildcards.
333 <li>Fixed wildcards not matching '-' character.
440 <li>Added support for wildcards in class member specifications.
472 <li>Added support for wildcards in class names.

Completed in 466 milliseconds

1 2 3 4 5 6