Searched refs:pat (Results 26 - 50 of 405) sorted by relevance

1234567891011>>

/macosx-10.9.5/python-76.100.1/fix/
H A Ddummy.py20 pat = "python*-config" variable
22 pat = base + '*' variable
23 g = glob.glob(os.path.join(dir, pat))
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_3/inherit/
H A Dproto_5.js91 var pat = new Engineer( "indy" );
96 "var pat = new Engineer(\"indy\"); pat.name",
98 pat.name );
101 "pat.dept",
103 pat.dept );
106 "pat.projects.length",
108 pat.projects.length );
111 "pat.machine",
113 pat
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/drb/
H A Dacl.rb54 @pat = [:all]
56 @pat = [:name, dot_pat(str)]
59 @pat = [:ip, IPAddr.new(str)]
61 @pat = [:name, dot_pat(str)]
94 case @pat[0]
100 ipaddr = ipaddr.ipv4_mapped if @pat[1].ipv6? && ipaddr.ipv4?
104 (@pat[1].include?(ipaddr)) ? true : false
106 (@pat[1] =~ addr[2]) ? true : false
/macosx-10.9.5/ruby-104/ruby/ext/date/
H A Ddate_parse.c251 VALUE pat; local
253 pat = rb_reg_new(source, len, opt);
254 rb_gc_register_mark_object(pat);
255 return pat;
258 #define REGCOMP(pat,opt) \
260 if (NIL_P(pat)) \
261 pat = regcomp(pat##_source, sizeof pat##_source - 1, opt); \
264 #define REGCOMP_0(pat) REGCOM
273 match(VALUE str, VALUE pat, VALUE hash, int (*cb)(VALUE, VALUE)) argument
288 subx(VALUE str, VALUE rep, VALUE pat, VALUE hash, int (*cb)(VALUE, VALUE)) argument
653 static VALUE pat = Qnil; local
717 static VALUE pat = Qnil; local
773 static VALUE pat = Qnil; local
795 static VALUE pat = Qnil; local
818 static VALUE pat = Qnil; local
952 static VALUE pat = Qnil; local
1032 static VALUE pat = Qnil; local
1070 static VALUE pat = Qnil; local
1108 static VALUE pat = Qnil; local
1138 static VALUE pat = Qnil; local
1173 static VALUE pat = Qnil; local
1208 static VALUE pat = Qnil; local
1254 static VALUE pat = Qnil; local
1300 static VALUE pat = Qnil; local
1380 static VALUE pat = Qnil; local
1422 static VALUE pat = Qnil; local
1464 static VALUE pat = Qnil; local
1515 static VALUE pat = Qnil; local
1550 static VALUE pat = Qnil; local
1584 static VALUE pat = Qnil; local
1623 static VALUE pat = Qnil; local
1658 static VALUE pat = Qnil; local
1692 static VALUE pat = Qnil; local
1723 static VALUE pat = Qnil; local
1753 static VALUE pat = Qnil; local
1783 static VALUE pat = Qnil; local
2035 static VALUE pat = Qnil; local
2054 static VALUE pat = Qnil; local
2087 static VALUE pat = Qnil; local
2105 static VALUE pat = Qnil; local
2115 static VALUE pat = Qnil; local
2125 static VALUE pat = Qnil; local
2199 static VALUE pat = Qnil; local
2447 static VALUE pat = Qnil; local
2538 static VALUE pat = Qnil; local
2581 static VALUE pat = Qnil; local
2593 static VALUE pat = Qnil; local
2661 static VALUE pat = Qnil; local
2725 static VALUE pat = Qnil; local
2766 static VALUE pat = Qnil; local
2807 static VALUE pat = Qnil; local
2880 static VALUE pat = Qnil; local
2938 static VALUE pat = Qnil; local
2985 static VALUE pat = Qnil; local
3026 static VALUE pat = Qnil; local
3100 static VALUE pat = Qnil; local
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/blt/
H A Dbusy.rb67 def is_busy(pat=None)
68 tk_split_list(tk_call('::blt::busy', 'isbusy', pat))
71 def names(pat=None)
72 tk_split_list(tk_call('::blt::busy', 'names', pat))
H A Dwin_printer.rb22 def self.names(pat=None)
23 simplelist(tk_call('::blt::printer', 'names', pat))
H A Dhtext.rb71 def search(pat, from=None, to=None)
72 num = number(tk_send('search', pat, from, to))
108 def windows(pat=None)
109 list(tk_send('windows', pat))
H A Dunix_dnd.rb112 def self.names(pat=None)
113 list(tk_call('::blt::dnd', 'names', pat))
115 def self.source_names(pat=None)
116 list(tk_call('::blt::dnd', 'names', '-source', pat))
118 def self.target_names(pat=None)
119 list(tk_call('::blt::dnd', 'names', '-target', pat))
/macosx-10.9.5/ruby-104/ruby/lib/rake/
H A Dfile_list.rb149 patterns.each do |pat|
150 @exclude_patterns << pat
233 def sub(pat, rep)
234 inject(FileList.new) { |res, fn| res << fn.sub(pat,rep) }
244 def gsub(pat, rep)
245 inject(FileList.new) { |res, fn| res << fn.gsub(pat,rep) }
249 def sub!(pat, rep)
250 each_with_index { |fn, i| self[i] = fn.sub(pat,rep) }
255 def gsub!(pat, rep)
256 each_with_index { |fn, i| self[i] = fn.gsub(pat,re
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dglob.c228 addmatch(register glob_t* gp, const char* dir, const char* pat, register const char* rescan, char* endslash, int meta) argument
242 stakputs(pat);
294 register char* pat; local
327 pat = rescan = ap->gl_begin;
391 pat = rescan;
402 if (pat == prefix)
415 if (pat == prefix + 1)
420 trim(ap->gl_begin, pat, &t1, rescan, &t2);
421 pat -= t1;
425 *(restore1 = pat
576 register char* pat; local
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dexpand.c276 char *pat, *rescan; local
292 pat = cp;
306 if(isdigit(*pat) || *pat=='+' || *pat=='-')
308 first = strtol(pat,&endc,0);
352 else if((cp[2]=='}' || cp[2]=='.' && cp[3]=='.') && ((*pat>='a' && *pat<='z' && cp[1]>='a' && cp[1]<='z') || (*pat>='A' && *pat<
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblunicode/utbm/
H A Dutbm.h83 utbm_compile LDAP_P((ucs2_t *pat, unsigned long patlen,
87 utbm_exec LDAP_P((utbm_pattern_t pat, ucs2_t *text,
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/cgi-bin/
H A Dupload4 set ::auto_path [linsert $::auto_path 0 {/users/pat/lib/tcl}]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dregextst.h54 virtual UBool doRegexLMTest(const char *pat, const char *text, UBool looking, UBool match, int32_t line);
55 virtual UBool doRegexLMTestUTF8(const char *pat, const char *text, UBool looking, UBool match, int32_t line);
56 virtual void regex_find(const UnicodeString &pat, const UnicodeString &flags,
58 virtual void regex_err(const char *pat, int32_t errline, int32_t errcol,
H A Dsdtfmtts.cpp65 SimpleDateFormat pat(pattern, status);
116 SimpleDateFormat copy(pat);
122 if( ! (copy == pat) || copy != pat) {
178 const DateFormatSymbols *syms = pat.getDateFormatSymbols();
189 if( *(pat.getDateFormatSymbols()) != *(def.getDateFormatSymbols())) {
194 UDate startDate = pat.get2DigitYearStart(status);
219 pat.applyPattern(p1);
222 s2 = pat.toPattern(s2);
230 pat
[all...]
H A Dnumfmtst.h214 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
217 void expectPad(DecimalFormat& fmt, const char *pat, argument
219 expectPad(fmt, UnicodeString(pat, ""), pos, width, pad);
222 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
225 void expectPad(DecimalFormat& fmt, const char *pat, argument
227 expectPad(fmt, UnicodeString(pat, ""), pos, width, pad);
236 void expectPad(DecimalFormat& fmt, const UnicodeString& pat,
239 void expectPad(DecimalFormat& fmt, const char *pat, argument
241 expectPad(fmt, pat, pos, 0, (UChar)0);
/macosx-10.9.5/vim-53/src/proto/
H A Dsearch.pro2 int search_regcomp __ARGS((char_u *pat, int pat_save, int pat_use, int options, regmmatch_T *regmatch));
8 int ignorecase __ARGS((char_u *pat));
9 int pat_has_uppercase __ARGS((char_u *pat));
14 int searchit __ARGS((win_T *win, buf_T *buf, pos_T *pos, int dir, char_u *pat, long count, int options, int pat_use, linenr_T stop_lnum, proftime_T *tm));
16 int do_search __ARGS((oparg_T *oap, int dirc, char_u *pat, long count, int options, proftime_T *tm));
17 int search_for_exact_line __ARGS((buf_T *buf, pos_T *pos, int dir, char_u *pat));
/macosx-10.9.5/bash-92/bash-3.2/examples/scripts.v2/
H A Dren370 # Make pat be oldpat with the above removed from it, leaving smallest
372 pat=${oldpat%%"$r"} # pat=foo*
373 # Make l be pat with the globbing pattern removed from the right,
375 l=${pat%@([\*\?]|\[+([!\]])\])} # l=foo
376 # Remove the constant part of pat from the left, leaving the globbing
378 pat=${pat#"$l"} # pat=*
384 npat=${newpat%%"$r"} # pat
[all...]
/macosx-10.9.5/tcsh-65/tcsh/
H A Dtw.init.c344 tw_cmd_start(DIR *dfd, const Char *pat) argument
347 USE(pat);
535 tw_var_start(DIR *dfd, const Char *pat) argument
537 USE(pat);
549 tw_alias_start(DIR *dfd, const Char *pat) argument
551 USE(pat);
563 tw_complete_start(DIR *dfd, const Char *pat) argument
565 USE(pat);
593 tw_logname_start(DIR *dfd, const Char *pat) argument
595 USE(pat);
659 tw_grpname_start(DIR *dfd, const Char *pat) argument
728 tw_file_start(DIR *dfd, const Char *pat) argument
832 tw_vl_start(DIR *dfd, const Char *pat) argument
848 tw_wl_start(DIR *dfd, const Char *pat) argument
887 tw_bind_start(DIR *dfd, const Char *pat) argument
921 tw_limit_start(DIR *dfd, const Char *pat) argument
959 tw_sig_start(DIR *dfd, const Char *pat) argument
996 tw_job_start(DIR *dfd, const Char *pat) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dusettest.c258 char *pat; local
268 pat=aescstrdup(ustr, length);
285 log_verbose("Ok: %s %s \"%s\"\n", pat,
289 log_data_err("FAIL: %s %s \"%s\" (Are you missing data?)\n", pat,
302 log_verbose("Ok: %s %s '%c'\n", pat,
306 log_data_err("FAIL: %s %s '%c' (Are you missing data?)\n", pat,
317 log_verbose("Ok: %s %s U+%04X-U+%04X\n", pat,
321 log_data_err("FAIL: %s %s U+%04X-U+%04X (Are you missing data?)\n", pat,
335 log_verbose("Ok: %s %s U+%04X-U+%04X\n", pat,
339 log_data_err("FAIL: %s %s U+%04X-U+%04X (Are you missing data?)\n", pat,
360 char *pat; local
535 USet *pat; local
[all...]
/macosx-10.9.5/pcre-7/pcre/
H A Dpcrecpp.h491 RE(const string& pat) { Init(pat, NULL); } argument
492 RE(const string& pat, const RE_Options& option) { Init(pat, &option); } argument
493 RE(const char* pat) { Init(pat, NULL); } argument
494 RE(const char* pat, const RE_Options& option) { Init(pat, &option); } argument
495 RE(const unsigned char* pat) { argument
496 Init(reinterpret_cast<const char*>(pat), NUL
498 RE(const unsigned char* pat, const RE_Options& option) argument
[all...]
/macosx-10.9.5/postfix-252/postfix/examples/chroot-setup/
H A DLINUX254 pat=`basename "$1"`
55 lr=`find "$dir" -maxdepth 1 -name "$pat"`
/macosx-10.9.5/python_modules-35/scipy/
H A Df2c.py14 start=r'.* f2c \(Fortran to C Translator\) version ', pat=r'\d+')
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Doptiondb.rb24 def add(pat, value, pri=None)
28 tk_call('option', 'add', pat, value, pri)
71 pat = $1.strip
73 p "ResourceDB: #{[pat, val].inspect}" if $DEBUG
74 pat = TkCore::INTERP._toUTF8(pat, f_enc)
75 pat = TkCore::INTERP._fromUTF8(pat, i_enc)
78 ent << [pat, val]
92 read_entries(file, f_enc).each{|pat, va
[all...]
/macosx-10.9.5/bash-92/bash-3.2/lib/glob/
H A Dglob.c157 skipname (pat, dname)
158 char *pat;
163 if (noglob_dot_filenames == 0 && pat[0] != '.' &&
164 (pat[0] != '\\' || pat[1] != '.') &&
170 else if (noglob_dot_filenames && dname[0] == '.' && pat[0] != '.' &&
171 (pat[0] != '\\' || pat[1] != '.'))
182 mbskipname (pat, dname)
183 char *pat, *dnam
[all...]

Completed in 560 milliseconds

1234567891011>>