Searched refs:pattern (Results 376 - 400 of 1035) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dformat.h57 * a pattern. A pattern is a string representation of the rules which
59 * a DecimalFormat object may be associated with the pattern
62 * and "($987.65)" for 987.6543. The specific syntax of a pattern
65 * Even though many subclasses use patterns, the notion of a pattern
286 * @param pattern The pattern to copy into the parseError
287 * @param pos The position in pattern where the error occured
291 static void syntaxError(const UnicodeString& pattern,
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dmsfmrgts.cpp73 * Null exception when formatting pattern with MessageFormat
77 UnicodeString pattern [] = { local
93 //Apply pattern with param and print the result
94 messageFormatter->applyPattern(pattern[1], status);
108 //Apply pattern without param and print the result
109 messageFormatter->applyPattern(pattern[0], status);
133 //If we use pattern[1] for the message with param,
135 //If we use pattern[2] for the message with param,
138 //in applyPattern() when the pattern does not
151 * the original pattern strin
485 UnicodeString pattern = patterns[i]; local
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/acl/
H A Dgssacl.c37 struct berval *pat, /* pattern to expand and match against */
38 char *str, /* string to match against pattern */
50 const char *pattern,
63 if ( pattern == NULL || pattern[0] == '\0' ) {
84 ber_str2bv( pattern, 0, 1, &gssattr->gssattr_value );
275 struct berval *pat, /* pattern to expand and match against */
276 char *str, /* string to match against pattern */
45 gssattr_dynacl_parse( const char *fname, int lineno, const char *opts, slap_style_t style, const char *pattern, void **privp ) argument
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/librewrite/
H A Drule.c121 const char *pattern,
138 assert( pattern != NULL );
339 if ( regcomp( &rule->lr_regex, ( char * )pattern, flags ) != 0 ) {
346 rule->lr_pattern = strdup( pattern );
118 rewrite_rule_compile( struct rewrite_info *info, struct rewrite_context *context, const char *pattern, const char *result, const char *flagstring ) argument
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebHTMLRepresentation.mm377 StringBuilder pattern;
378 pattern.append('(');
392 pattern.append('|');
397 pattern.appendLiteral("\\b");
398 pattern.append(label);
400 pattern.appendLiteral("\\b");
402 pattern.append(')');
403 result = new RegularExpression(pattern.toString(), TextCaseInsensitive);
/macosx-10.10.1/apr-32/apr/apr/helpers/
H A Dapr_rename.pl20 my $pattern = join '|', keys %names;
21 #print "replacement pattern=$pattern\n";
42 for (m/[^_\"]*$prefix($pattern)\b/og) {
60 s/([^_\"]*$prefix)($pattern)\b/$1$names{$2}/og;
/macosx-10.10.1/autofs-246/dumpammap/
H A Ddumpammap.c24 char *pattern; local
40 if (asprintf(&pattern, "%s,automountMapName=%s", argv[2],
49 ret = od_search(kODAttributeTypeRecordName, pattern);
50 free(pattern);
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dglob.sh77 typeset lineno expected subject pattern got
78 lineno=$1 expected=$2 subject=$3 pattern=$4
81 $pattern) got='<match>' ;;
86 then 'err_exit' $lineno "case $subject in $pattern) -- expected '$expected', got '$got'"
/macosx-10.10.1/libstdcxx-104.1/src/
H A Dlocale_facets.cc53 const money_base::pattern
/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A Dpattern.h2 * Summary: pattern expression handling
3 * Description: allows to compile and test pattern expressions for nodes
27 * A compiled (XPath based) pattern to select nodes
35 * This is the set of options affecting the behaviour of pattern
40 XML_PATTERN_DEFAULT = 0, /* simple pattern match */
41 XML_PATTERN_XPATH = 1<<0, /* standard XPath pattern */
53 xmlPatterncompile (const xmlChar *pattern,
/macosx-10.10.1/libxslt-13/libxslt/python/
H A Dlibxslt_wrap.h14 #include <libxslt/pattern.h>
/macosx-10.10.1/llvmCore-3425.0.34/utils/lit/lit/
H A DTestFormats.py145 pattern=".*", useTempInput=False):
154 self.pattern = re.compile(pattern)
173 not self.pattern.match(filename) or
/macosx-10.10.1/ncurses-44/ncurses/menu/
H A Dm_format.c81 if (menu->pattern)
H A Dm_item_top.c78 assert(menu->pattern);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dpattern.h2 * Summary: pattern expression handling
3 * Description: allows to compile and test pattern expressions for nodes
27 * A compiled (XPath based) pattern to select nodes
35 * This is the set of options affecting the behaviour of pattern
40 XML_PATTERN_DEFAULT = 0, /* simple pattern match */
41 XML_PATTERN_XPATH = 1<<0, /* standard XPath pattern */
53 xmlPatterncompile (const xmlChar *pattern,
/macosx-10.10.1/ruby-106/ruby/benchmark/
H A Ddriver.rb76 @pattern = opt[:pattern] || nil
179 next if @pattern && /#{@pattern}/ !~ File.basename(file)
275 o.on('-p', '--pattern [PATTERN]', "Benchmark name pattern"){|p|
276 opt[:pattern] = p
278 o.on('-x', '--exclude [PATTERN]', "Benchmark exclude pattern"){|e|
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dgetoptlong.rb483 pattern = $1
484 if @canonical_names.include?(pattern)
485 option_name = pattern
493 if key.index(pattern) == 0
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markup/
H A Dattribute_manager.rb39 # hash maps a pattern to the attribute character
215 pattern = /(#{Regexp.escape start})(\S+)(#{Regexp.escape stop})/
216 @word_pair_map[pattern] = bitmap
234 # Adds a special handler for +pattern+ with +name+. A simple URL handler
239 def add_special pattern, name
240 @special << [pattern, @attributes.bitmap_for(name)]
/macosx-10.10.1/ruby-106/ruby/test/psych/
H A Dtest_object_references.rb60 - &name !ruby/regexp /pattern/i
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/tie/
H A Dmetakit.tcl74 # removes all elements whose keys match pattern
76 method unset {pattern} {
77 set matches [mk::select tqs.$options(-var) -glob name $pattern]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/nns/
H A Dnns_auto.tcl54 upvar 0 a(pattern) pattern
247 method getall {{pattern *}} {
248 return [array get mycurrent $pattern]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dnacommon.c121 * nodes not matching the pattern (glob). Ignore nodes not having the
127 const char* pattern = Tcl_GetString (detail); local
139 if (!Tcl_StringMatch(Tcl_GetString (iter->name), pattern)) continue;
200 * nodes not matching the pattern (re). Ignore nodes not having the
206 const char* pattern = Tcl_GetString (detail); local
218 if (Tcl_RegExpMatch(interp, Tcl_GetString (iter->name), pattern) < 1) continue;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/tie/
H A Dtie_file.tcl98 method unset {{pattern *}} {
99 puts $chan [list array unset $pattern]
246 # ...... : unset pattern
/macosx-10.10.1/tcl-105/tcl_ext/tclvfs/tclvfs/library/
H A Dtestvfs.tcl41 proc vfs::test::matchindirectory {what path pattern type} {
42 puts "matchindirectory $path $pattern $type"
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dvb.vim12 fun! <SID>VbSearch(pattern, flags)
15 call search(a:pattern, a:flags)

Completed in 140 milliseconds

<<11121314151617181920>>