Searched refs:split (Results 76 - 100 of 1009) sorted by relevance

1234567891011>>

/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_ctests.py24 if sys.platform == 'darwin' and name == 'CheckNSInvoke' and platform.machine() == 'Power Macintosh' and map(int, platform.mac_ver()[0].split('.')) < [10, 6]:
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_dyld.py58 for path in spath.split(':'):
72 for path in spath.split(':'):
97 for path in spath.split(':'):
103 for path in spath.split(':'):
/macosx-10.10.1/python_modules-40/Modules/scipy-0.11.0/
H A Df2c.py18 archflags = os.environ['ARCHFLAGS'].split()
/macosx-10.10.1/python_modules-40/Modules/scipy-0.13.0b1/
H A Df2c.py18 archflags = os.environ['ARCHFLAGS'].split()
/macosx-10.10.1/ruby-106/ruby/ext/dl/lib/dl/
H A Dcparser.rb13 signature = signature.split(/\s*,\s*/)
18 tks = msig.split(/\s+(\*)?/)
63 ret = ret.split(/\s+/)
64 args = args.split(/\s*,\s*/)
/macosx-10.10.1/ruby-106/ruby/ext/fiddle/lib/fiddle/
H A Dcparser.rb26 signature = signature.split(/\s*,\s*/)
31 tks = msig.split(/\s+(\*)?/)
80 ret = ret.split(/\s+/)
81 args = args.split(/\s*,\s*/)
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/core_ext/
H A Dkernel_gem.rb33 skip_list = (ENV['GEM_SKIP'] || "").split(/:/)
/macosx-10.10.1/ruby-106/ruby/test/dtrace/
H A Dtest_raise.rb13 saw = saw.map(&:split).find_all { |_, source_file, _|
H A Dtest_require.rb13 required = saw.map { |s| s.split }.find_all do |(required, _)|
/macosx-10.10.1/ruby-106/ruby/test/mkmf/
H A Dtest_flags.rb21 generated_flags = makefile.grep(/warnflags/).first[/^warnflags = (.*)$/, 1].split
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dpushd.test50 set CWDROOT [lindex [file split $CWD] 0]
53 set TMPROOT [lindex [file split $TMP] 0]
/macosx-10.10.1/vim-55/runtime/doc/
H A Dmakehtml.awk8 nf=split(ti,tag," ");
120 NR == 1 { nf=split(FILENAME,f,".")
156 nstar = split($0,s,"ZWWZ");
158 nbla=split(s[i],blata,"[ ]");
161 nstar = split($0,s,"ZWWZ");
164 npipe = split($0,p,"YXXY");
166 nbla=split(p[i],blata,"[ ]");
169 ntabs = split($0,p,"YXXY");
209 nbla = split(s[ii],blata," ");
242 nfn=split(
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_commands_update_command.rb46 out = @ui.output.split "\n"
98 out = @ui.output.split "\n"
121 out = @ui.output.split "\n"
140 out = @ui.output.split "\n"
162 out = @ui.output.split "\n"
184 out = @ui.output.split "\n"
253 out = @ui.output.split "\n"
294 out = @ui.output.split "\n"
313 out = @ui.output.split "\n"
332 out = @ui.output.split "\
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/db_printlog/
H A Dlogstat.awk11 split($1, a)
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/
H A Dshell.js67 var lines = msg.split ("\n");
82 var lines = msg.split ("\n");
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/
H A Dshell.js67 var lines = msg.split ("\n");
82 var lines = msg.split ("\n");
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_6/String/
H A Dregress-306591.js48 actual = String.split(new String('abc'), '').toString();
50 " String.split(new String('abc'), '')");
73 actual = String.split('abc', '').toString();
75 " String.split('abc', '')");
/macosx-10.10.1/KerberosHelper-151/Source/
H A DconfigureAFPServer20 my @rtmp = split (/\s+/, $rtmp[0]);
/macosx-10.10.1/apache-793/httpd/build/
H A Dmake_nw_export.awk41 split($0, args, ",")
52 split($0, args, ",")
H A Dnw_ver.awk21 if (((getline < ARGV[1]) > 0) && (split($0, c, "\"") == 3)) {
/macosx-10.10.1/lsof-53/lsof/scripts/
H A Dcount_pf.perl552 @F = split("\0", $_, 999);
89 @P = split(":", $PATH);
H A Didentd.perl566 ($serv_port,$cli_port) = split(/,/,$query);
126 @P = split(":", $PATH);
/macosx-10.10.1/postfix-255/postfix/mantools/
H A Dmakepostconf42 if (($name, $value) = split(/\s+=\s+/, $_, 2)) {
/macosx-10.10.1/ruby-106/ruby/ext/zlib/
H A Dextconf.rb20 case RUBY_PLATFORM.split('-',2)[1]
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dshellwords.rb16 # argv = Shellwords.split('three blind "mice"')
19 # Once you've required Shellwords, you can use the #split alias
63 # argv = Shellwords.split('here are "two words"')
90 alias split shellsplit
112 # file, lineno, matched_line = line.split(':', 3)
189 Shellwords.split(self)

Completed in 396 milliseconds

1234567891011>>