Searched refs:pattern (Results 226 - 250 of 1035) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/tie/
H A Dtie_rarray.tcl56 method unset {{pattern *}} {
57 $self Call array unset $remotevar $pattern
/macosx-10.10.1/tcl-105/tcl_ext/tclvfs/tclvfs/library/
H A Dtkvfs.tcl97 proc vfs::tk::matchindirectory {widg path actualpath pattern type} {
98 ::vfs::log [list matchindirectory $widg $path $actualpath $pattern $type]
111 if {[string match $pattern [string range $ch $l end]]} {
118 if {[string length $pattern]} {
120 if {[string match $pattern [string range $ch $l end]]} {
127 if {[string match $pattern $wpp]} {
136 if {[string length $pattern]} {
138 if {[string match $pattern [string range $ch $l end]]} {
145 if {[string match $pattern $wpp]} {
/macosx-10.10.1/file_cmds-242/pax/
H A Dpat_rep.c61 * routines to handle pattern matching, name modification (regular expression
68 static PATTERN *pathead = NULL; /* file pattern match list head */
69 static PATTERN *pattail = NULL; /* file pattern match list tail */
131 * allocate space for the node that handles this replacement pattern
211 * add a pattern match to the pattern match list. Pattern matches are used
215 * pattern match list is empty).
217 * 0 if the pattern was added to the list, -1 otherwise
229 paxwarn(1, "Empty pattern string");
234 * allocate space for the pattern an
494 fn_match(char *pattern, char *string, char **pend) argument
567 range_match(char *pattern, int test) argument
[all...]
H A Dpax.h78 typedef struct pattern { struct
79 char *pstr; /* pattern to match, user supplied */
84 #define MTCH 0x1 /* pattern has been matched */
85 #define DIR_MTCH 0x2 /* pattern matched a directory */
86 struct pattern *fow; /* next pattern */
107 PATTERN *pat; /* ptr to pattern match (if any) */
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DRegExpObject.cpp199 static inline JSValue regExpObjectSourceInternal(ExecState* exec, String pattern, const CharacterType* characters, unsigned length) argument
242 return jsString(exec, pattern);
283 String pattern = asRegExpObject(slotBase)->regExp()->pattern(); local
284 if (pattern.is8Bit())
285 return JSValue::encode(regExpObjectSourceInternal(exec, pattern, pattern.characters8(), pattern.length()));
286 return JSValue::encode(regExpObjectSourceInternal(exec, pattern, pattern
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/profiler/
H A Dprofiler.tcl394 # pattern pattern of the proc's to get info for; default is *.
399 proc ::profiler::print {{pattern *}} {
403 foreach name [lsort [array names callCount $pattern]] {
411 # This proc takes a key and a pattern as arguments, and produces
412 # human readable results for the procs that match the pattern,
415 proc ::profiler::printsorted {key {pattern *}} {
437 # pattern pattern of the proc's to lookup; default is *.
442 proc ::profiler::dump {{pattern *}} {
[all...]
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Strptime-1.52/lib/DateTime/Format/
H A DStrptime.pm132 pattern => { type => SCALAR | SCALARREF },
178 $self->{parser} = $self->_build_parser( $args{pattern} );
179 if ( $self->{parser} =~ /(%\{\w+\}|%\w)/ and $args{pattern} !~ /\%$1/ ) {
180 croak("Unidentified token in pattern: $1 in $self->{pattern}");
186 sub pattern { subroutine
188 my $pattern = shift;
190 if ($pattern) {
191 my $possible_parser = $self->_build_parser($pattern);
192 if ( $possible_parser =~ /(%\{\w+\}|%\w)/ and $pattern !~ /\
[all...]
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Strptime-1.54/lib/DateTime/Format/
H A DStrptime.pm132 pattern => { type => SCALAR | SCALARREF },
178 $self->{parser} = $self->_build_parser( $args{pattern} );
179 if ( $self->{parser} =~ /(%\{\w+\}|%\w)/ and $args{pattern} !~ /\%$1/ ) {
180 croak("Unidentified token in pattern: $1 in $self->{pattern}");
186 sub pattern { subroutine
188 my $pattern = shift;
190 if ($pattern) {
191 my $possible_parser = $self->_build_parser($pattern);
192 if ( $possible_parser =~ /(%\{\w+\}|%\w)/ and $pattern !~ /\
[all...]
/macosx-10.10.1/CPANInternal-159.1/Class-C3-XS-0.13/t/
H A D01_MRO.t14 This tests the classic diamond inheritence pattern.
H A D30_next_method.t12 This tests the classic diamond inheritence pattern.
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dsimplepatternformatter.h20 * Compiled version of a pattern string such as "{1} was born in {0}".
47 * Construct from a pattern. Will never fail if pattern has three or
50 explicit SimplePatternFormatter(const UnicodeString& pattern);
68 * Compiles pattern and makes this object represent pattern.
71 * there are three or fewer placeholders in pattern. May fail with
74 UBool compile(const UnicodeString &pattern, UErrorCode &status);
/macosx-10.10.1/ICU-531.30/icuSources/io/
H A Dsprintf.c177 UChar *pattern; local
183 pattern = (UChar *)uprv_malloc(size * sizeof(UChar));
184 if(pattern == 0) {
189 pattern = patBuffer;
191 u_charsToUChars(patternSpecification, pattern, size);
194 written = u_vsnprintf_u(buffer, count, pattern, ap);
197 if (pattern != patBuffer) {
198 uprv_free(pattern);
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dsdtfmtts.cpp61 const UnicodeString pattern("yyyy.MM.dd G 'at' hh:mm:ss z", "");
65 SimpleDateFormat pat(pattern, status);
67 errln("ERROR: Could not create SimpleDateFormat (pattern) - %s", u_errorName(status));
71 SimpleDateFormat pat_fr(pattern, Locale::getFrench(), status);
73 errln("ERROR: Could not create SimpleDateFormat (pattern French)");
83 SimpleDateFormat cust1(pattern, symbols, status);
85 dataerrln("ERROR: Could not create SimpleDateFormat (pattern, symbols*) - exitting");
90 SimpleDateFormat cust2(pattern, *symbols, status);
92 errln("ERROR: Could not create SimpleDateFormat (pattern, symbols)");
97 SimpleDateFormat ovr1(pattern, overrid
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dprscmnts.cpp79 UnicodeString patString("^\\s*?\\*\\s*?"); // remove pattern like " * " at the begining of the line
95 RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), 0, *status); local
101 pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status);
130 RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), UREGEX_MULTILINE, *status); local
136 pattern->split(src, stringArray,MAX_SPLIT_STRINGS , *status);
154 RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), UREGEX_MULTILINE, *status); local
161 int32_t retLen = pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status);
194 RegexPattern *pattern = RegexPattern::compile(UnicodeString("@"), UREGEX_MULTILINE, *status); local
201 int32_t retLen = pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status);
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/Exceptions/
H A D15.11.1.1.js98 * as allowed for by ECMA 15.11.4.3. This makes |pattern| work in this case.
101 * you may have to modify |pattern| to take that into account -
106 var pattern = err.name + '\\s*:?\\s*' + msg;
107 return err.toString().search(RegExp(pattern));
H A D15.11.4.4-1.js135 * as allowed for by ECMA 15.11.4.3. This makes |pattern| work in this case.
138 * you may have to modify |pattern| to take that into account -
143 var pattern = err.name + '\\s*:?\\s*' + msg;
144 return err.toString().search(RegExp(pattern));
H A Dregress-181654.js116 * as allowed for by ECMA 15.11.4.3. This makes |pattern| work in this case.
119 * you may have to modify |pattern| to take that into account -
124 var pattern = err.name + '\\s*:?\\s*' + msg;
125 return err.toString().search(RegExp(pattern));
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCDList.c43 SCDynamicStoreCopyKeyList(SCDynamicStoreRef store, CFStringRef pattern) argument
47 CFDataRef utfPattern; /* serialized pattern */
70 /* serialize the pattern */
71 if (!_SCSerializeString(pattern, &utfPattern, (void **)&myPatternRef, &myPatternLen)) {
78 /* send the pattern & fetch the associated data from the server */
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcurl_fnmatch.c71 static int parsekeyword(unsigned char **pattern, unsigned char *charset) argument
78 unsigned char *p = *pattern;
101 *pattern = p; /* move caller's pattern pointer */
127 /* returns 1 (true) if pattern is OK, 0 if is bad ("p" is pattern pointer) */
312 static int loop(const unsigned char *pattern, const unsigned char *string) argument
315 unsigned char *p = (unsigned char *)pattern;
419 int Curl_fnmatch(void *ptr, const char *pattern, const char *string) argument
423 if(!pattern || !strin
[all...]
/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dpattern.h2 * Summary: interface for the pattern matching used in template matches.
26 * It is kept private (in pattern.c).
36 xsltCompilePattern (const xmlChar *pattern,
72 const xmlChar *pattern,
/macosx-10.10.1/ncurses-44/ncurses/menu/
H A Dm_pattern.c46 | Description : Return the value of the pattern buffer.
48 | Return Values : NULL - if there is no pattern buffer allocated
49 | EmptyString - if there is a pattern buffer but no
50 | pattern is stored
59 returnPtr(menu ? (menu->pattern ? menu->pattern : empty) : 0);
66 | Description : Set the match pattern for a menu and position to the
70 | E_BAD_ARGUMENT - invalid menu or pattern pointer
73 | E_NO_MATCH - no item matches pattern
/macosx-10.10.1/ruby-106/ruby/lib/rake/
H A Dfile_list.rb14 # to find the files, a FileList holds the pattern for latter use.
88 # "yield self" pattern.
103 patterns.each { |pattern| include(pattern) }
135 # system, then an glob pattern in the exclude list will not exclude the
280 # Grep each of the files in the filelist using the given pattern. If a
285 def egrep(pattern, *options)
293 if pattern.match(line)
342 def add_matching(pattern)
343 FileList.glob(pattern)
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A DFoo.tcl72 proc foos {{pattern *}} {
75 if {$i != "_ignore_" && [string match $pattern $i]} {
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/tools/
H A Dsetversion46 foreach {pattern current} $patternlist {
47 set newvalue [string map $subst $pattern]
49 puts $out " [list $pattern]"
55 puts stderr "File $fname: $pattern not applicable"
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/Parser/
H A DStrptime.pm37 type => SCALAR|HASHREF, # straight pattern or options to DTF::Strptime
46 my $pattern = $args{strptime};
51 ( ref $pattern ? %$pattern : ( pattern => $pattern ) ),

Completed in 205 milliseconds

1234567891011>>