Searched refs:split (Results 26 - 50 of 1009) sorted by relevance

1234567891011>>

/macosx-10.10.1/zsh-61/zsh/Src/
H A Dsignames1.awk13 split(sigtail, tmp)
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dun.rb46 opt_name, arg_name = s.split(/(?=[\s=])/, 2)
277 opt = options[:d] and opt.split(/:/).each {|n| dir_config(*n.split(/,/))}
278 opt = options[:h] and opt.split(/:/).each {|n| have_header(*n.split(/,/))}
279 opt = options[:l] and opt.split(/:/).each {|n| have_library(*n.split(/,/))}
280 opt = options[:f] and opt.split(/:/).each {|n| have_func(*n.split(/,/))}
281 opt = options[:v] and opt.split(/
[all...]
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dtext_test.cpp162 ATF_TEST_CASE(split); variable
163 ATF_TEST_CASE_HEAD(split)
165 set_md_var("descr", "Tests the split function");
167 ATF_TEST_CASE_BODY(split)
169 using atf::text::split;
173 words = split("", " ");
176 words = split(" ", " ");
179 words = split(" ", " ");
182 words = split("a b", " ");
187 words = split("
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-win.el157 (split-trace
194 (split-trace . "*Split Trace*")
294 (defun gnus-configure-frame (split &optional window)
302 (when (vectorp split)
303 (setq split (append split nil)))
304 (when (or (consp (car split))
305 (vectorp (car split)))
306 (push 1.0 split)
307 (push 'vertical split))
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-CoreLocation-2.5.1/Lib/CoreLocation/
H A D__init__.py16 if int(os.uname()[2].split('.')[0]) < 12:
/macosx-10.10.1/ruby-106/ruby/benchmark/
H A Dbm_app_answer.rb12 (ack(3,7).to_s.split(//).inject(0){|s,x| s+x.to_i}.to_s + "2" ).to_i
/macosx-10.10.1/ruby-106/ruby/test/dtrace/
H A Dtest_hash_create.rb7 saw = saw.map(&:split).find_all { |num, file, line|
16 saw = saw.map(&:split).find_all { |num, file, line|
25 saw = saw.map(&:split).find_all { |num, file, line|
34 saw = saw.map(&:split).find_all { |num, file, line|
H A Dtest_array_create.rb7 saw = saw.map(&:split).find_all { |num, file, line|
17 saw = saw.map(&:split).find_all { |num, file, line|
H A Dtest_object_create_start.rb7 saw = saw.map(&:split).find_all { |_, file, _|
16 saw = saw.map(&:split).find_all { |klass, file, line|
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/doc/
H A Dtk2html2.awk8 numf = split (ln, spln)
24 numf = split (ln, spln)
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsvn23 URL = cmdLine.split()[2]
24 dir = "/" + URL.split('/', 3)[3]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/csv/
H A Dcsvcut30 set indices [split [lindex $argv 0] ,]
43 foreach {f t} [split $i -] break
46 foreach {f t} [split $i -] break
49 foreach {f t} [split $i -] break
91 set data [::csv::split $line $sepChar]
/macosx-10.10.1/msdosfs-209.1.1/
H A Dtest_msdos_userfs.py53 args = "/usr/bin/hdiutil create -size <SIZE> -layout MBRSPUD -partitionType DOS_FAT_32".split()
61 args='hdiutil attach -nomount'.split()
69 klass.wholeDisk = stdout[0].split()[0]
70 klass.partition = stdout[1].split()[0]
88 args = 'diskutil eject'.split() + [klass.wholeDisk]
265 args = '--list /'.split()
283 args = '--list /SUBDIR'.split()
302 args = '--list --recursive /'.split()
336 args = '--info /upper.txt /LOWER.TXT /MiXeD.TxT /myfile.txt'.split()
352 args = '--list --dates /Dates'.split()
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/webrick/
H A Dcookie.rb115 str.split(/[;,]\s+/).each{|x|
116 key, val = x.split(/=/,2)
138 cookie_elem = str.split(/;/)
141 key, value = first_elem.split(/=/, 2)
145 key, value = pair.split(/=/, 2)
166 return str.split(/,(?=[^;,]*=)|,$/).collect{|c|
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/gtk/
H A DExperimentalFeatures.cpp75 String(data).split(',', false, variables);
78 variables[i].split('=', false, keyAndValue);
/macosx-10.10.1/apache-793/httpd/support/
H A Dsplit-logfile.in40 my ($vhost) = split (/\s/, $log_line);
/macosx-10.10.1/emacs-93/emacs/lisp/erc/
H A Derc-netsplit.el92 join from that split has been detected or not.")
99 (netjoin . "netjoin: %s, %N were split")
102 (netsplit-wholeft . "split: %s missing: %n %t"))))
144 (let ((split (erc-response.contents parsed))
147 (when (string-match erc-netsplit-regexp split)
148 (setq ass (assoc split erc-netsplit-list))
158 'netsplit ?s split)
160 (run-hook-with-args 'erc-netsplit-hook proc split)))
163 (cons (list split
170 'netsplit ?s split)
[all...]
/macosx-10.10.1/ntp-92/scripts/
H A Dcalc_tickadj.in19 ($v1, $v2) = split;
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/
H A Dsetup.py48 if int(os.uname()[2].split('.')[0]) > 8:
53 if int(os.uname()[2].split('.')[0]) > 8:
/macosx-10.10.1/rsync-45/rsync/support/
H A Dmnt-excl40 $_ = (split)[1];
/macosx-10.10.1/ruby-106/ruby/lib/rake/loaders/
H A Dmakefile.rb24 file_tasks, args = line.split(':', 2)
26 dependents = args.split.map { |d| respace(d) }
/macosx-10.10.1/ruby-106/ruby/sample/
H A Dtrojan.rb3 path = ENV['PATH'].split(File::PATH_SEPARATOR)
/macosx-10.10.1/ruby-106/ruby/tool/
H A Dvtlh.rb5 stat = line.split(',')
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dcurses_keys.awk6 split(keytail, tmp)
/macosx-10.10.1/Heimdal-398.1.2/lib/wind/
H A DUnicodeData.py51 f = l.split(';')

Completed in 394 milliseconds

1234567891011>>