Searched refs:split (Results 51 - 75 of 1009) sorted by relevance

1234567891011>>

/macosx-10.10.1/postfix-255/postfix/mantools/
H A Dpostconf2html67 ($junk, $param, $defval) = split(/\s+/, $block, 3);
79 ($junk, $class, $text) = split(/\s+/, $block, 3);
H A Dxpostdef15 if (($name, $defval) = split(/\s+=\s+/, $_, 2)) {
72 for $name (split(/\s+/, $censored)) {
105 ($junk, $class, $name, $defval) = split(/\s+/, $line, 4);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TableModel/
H A DTableModelAppDelegate.py4 FIELDS = "name password uid gid class change expire gecos home_dir shell".split()
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TableModel/
H A DTableModelAppDelegate.py4 FIELDS = "name password uid gid class change expire gecos home_dir shell".split()
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/CocoaBindings/TableModel/
H A DTableModelAppDelegate.py4 FIELDS = "name password uid gid class change expire gecos home_dir shell".split()
/macosx-10.10.1/ruby-106/ruby/test/rake/
H A Dtest_rake_backtrace.rb31 lines = invoke(:foo).split("\n")
49 lines = invoke(:foo).split("\n")
65 lines = rake("baz").split("\n")
70 lines = rake("--suppress-backtrace", ".ak.file", "baz").split("\n")
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_sleep.rb9 bottom = /linux/ =~ RUBY_PLATFORM && /Linux ([\d.]+)/ =~ `uname -sr` && ($1.split('.')<=>%w/2 6 18/)<1 ? 4.98 : 5.0
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/plugins/
H A Dzprint_perf_log.py25 num_zones = len(result_output.split("\n")) -1
/macosx-10.10.1/llvmCore-3425.0.34/utils/
H A DDSAextract.py68 node_set |= set([re.split('\s+',buffer,2)[1]])
98 nodes = arrowexp.split(buffer)
105 node = re.split('\s+', buffer,2)[1]
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_commands_stale_command.rb35 lines = @ui.output.split("\n")
36 assert_equal("#{foo_bar.name}-#{foo_bar.version}", lines[0].split.first)
37 assert_equal("#{bar_baz.name}-#{bar_baz.version}", lines[1].split.first)
/macosx-10.10.1/JavaScriptCore-7600.1.17/disassembler/udis86/
H A Dud_optable.py41 pfx = def_node.firstChild.data.split();
43 opc = def_node.firstChild.data.split();
45 opr = def_node.firstChild.data.split();
47 pfx.extend( def_node.firstChild.data.split() );
49 pfx.extend( def_node.firstChild.data.split() );
/macosx-10.10.1/apache-793/httpd/modules/cache/
H A Dmod_socache_memcache.c90 char *split; local
97 split = apr_strtok(cache_config, ",", &tok);
98 while (split) {
100 split = apr_strtok(NULL,",", &tok);
113 split = apr_strtok(cache_config, ",", &tok);
114 while (split) {
120 rv = apr_parse_addr_port(&host_str, &scope_id, &port, split, p);
123 "Failed to Parse memcache Server: '%s'", split);
130 "no hostname specified: '%s'", split);
160 split
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/csv/
H A Dcsvdiff50 foreach {f t} [split $i -] break
53 foreach {f t} [split $i -] break
56 foreach {f t} [split $i -] break
108 set data [::csv::split $line $sepChar]
130 set data [::csv::split $line $sepChar]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/gke/
H A Dgkrecord65 psax = subprocess.check_output("ps ax|grep syspolicyd|grep -v grep", shell=True).split("\n")
68 spd_pid = int(psax[0].split()[0])
139 (type, status, cdhash, path) = args.split(";", 3)
148 (type, sigpath, path) = args.split(";", 2)
157 (type, path) = args.split(";", 1)
163 (type, exception, path) = args.split(";", 2)
/macosx-10.10.1/bind9-45.101/bind9/contrib/
H A Dcheck-secure-delegation.pl.in47 @words = split;
63 @words = split;
74 @dswords = split /\s/, $line;
/macosx-10.10.1/libxslt-13/libxslt/tests/exslt/strings/
H A DMakefile.am10 split.1.xml split.1.xsl split.1.out \
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma/String/
H A D15.5.4.8-3.js24 ECMA Section: 15.5.4.8 String.prototype.split( separator )
33 As a special case, if the separator is the empty string, the string is split
40 When the split method is called with one argument separator, the following steps are taken:
72 Note that the split function is intentionally generic; it does not require that its this value be a String
82 var TITLE = "String.prototype.split";
99 "var s = new String(); s.split().length",
101 eval("var s = new String(); s.split().length") );
104 "var s = new String(); s.split()[0]",
106 eval("var s = new String(); s.split()[0]") );
111 "var s = new String(); s.split('')
[all...]
/macosx-10.10.1/emacs-93/emacs/etc/
H A Demacs.py46 parts = name.split ('.')
53 print '_emacs_out', doc.split (' ->')[0]
55 print '_emacs_out', doc.split ('\n')[0]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/Scripts/
H A DwmEnable.py33 bPath = os.path.split(os.path.split(os.path.split(sys.executable)[0])[0])[0]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/Scripts/
H A DwmEnable.py33 bPath = os.path.split(os.path.split(os.path.split(sys.executable)[0])[0])[0]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/Scripts/
H A DwmEnable.py33 bPath = os.path.split(os.path.split(os.path.split(sys.executable)[0])[0])[0]
/macosx-10.10.1/ruby-106/ruby/lib/cgi/
H A Dcookie.rb149 raw_cookie.split(/[;,]\s?/).each do |pairs|
150 name, values = pairs.split('=',2)
154 values = values.split('&').collect{|v| CGI::unescape(v,@@accept_charset) }
/macosx-10.10.1/zlib-55/zlib/
H A Dzlib2ansi59 split /\s*,\s*/, $param_list;
62 my @params = split /\s*;\s*/, $params;
68 my @bits = split /\s*,\s*/, $p;
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dcpdtrtst.h49 UnicodeString* split(const UnicodeString& str, UChar seperator, int32_t& count);
/macosx-10.10.1/llvmCore-3425.0.34/utils/git/
H A Dfind-rev31 lastCommit = ln.split(' ',2)[1]
33 _,repo,_ = ln.strip().split(' ')

Completed in 279 milliseconds

1234567891011>>