Searched refs:split (Results 201 - 225 of 1009) sorted by relevance

1234567891011>>

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSPosix/
H A Dparselog.py88 time = line.split(' ')[0].split(':')
96 ip = line.split(' ',1)
110 qaList = spaceExp.split(line)
175 outFile = "%s.pdf" % (".".join(inFile.split('.')[:-1]))
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/
H A Dsetup.py28 if int(os.uname()[2].split('.')[0]) >= 10:
138 dirs.append(('framework', ln.split()[0]))
155 "-DPyObjC_BUILD_RELEASE=%02d%02d"%(tuple(map(int, platform.mac_ver()[0].split('.')[:2]))),
221 return shlex.split(ln)
293 return ln.split()[-1][1:-1]
/macosx-10.10.1/ruby-106/ruby/lib/webrick/
H A Dhttputils.rb114 mimetype, ext0 = line.split(/\s+/, 2)
117 ext0.split(/\s+/).each{ |ext| hash[ext] = mimetype }
202 parts = value.split(/,\s*/)
371 str.split(/[&;]/).each{|x|
373 key, val = x.split(/=/,2)
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_beginendblock.rb17 assert_equal(%w(b1 b2-1 b2 main b3-1 b3 b4 e1 e1-1 e4 e4-2 e4-1 e4-1-1 e3 e2), result.split)
23 assert_equal(%w(:begin), result.split)
25 assert_equal(%w(:begin), result.split)
30 assert_equal(%w(:begin :end), result.split)
32 assert_equal(%w(:begin foo bar :end), result.split)
/macosx-10.10.1/zsh-61/zsh/Misc/
H A Dlete2ctl205 @m = split(/,/, $m);
251 @split = split(/$sep/,$word,4);
253 while ($split[$i] =~ /\\$/) {
254 substr($split[$i],-1,1) = "";
255 splice(@split,$i,2,"$split[$i]\\$sep$split[$i+1]");
258 ($pat,$arg,$type,$suffix) = @split;
/macosx-10.10.1/Heimdal-398.1.2/lib/wind/
H A Dgen-normalize.py63 maxLength = max(maxLength, len(v[0].split()))
111 vec = [int(x, 0x10) for x in value.split()];
136 inv = dict([(''.join(["%05x" % int(x, 0x10) for x in v[4].split(' ')]),
H A Dgen-map.py121 v = value.split()
135 v = value.split()
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/doc/
H A DMakefile83 $(MAKEINFO) --no-split -I $(TEXINPUTDIR) -o $@ $(srcdir)/rlman.texi
89 $(MAKEINFO) --no-split -I $(TEXINPUTDIR) -o $@ $(srcdir)/rluserman.texi
95 $(MAKEINFO) --no-split -I $(TEXINPUTDIR) -o $@ $(srcdir)/history.texi
/macosx-10.10.1/llvmCore-3425.0.34/utils/lit/lit/
H A DUtil.py69 pathext = os.environ.get('PATHEXT', '').split(';')
74 for path in paths.split(os.pathsep):
89 for path in paths.split(os.pathsep):
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markup/
H A Dformatter.rb25 to, to_file = File.split target
27 from = from.split "/"
28 to = to.split "/"
/macosx-10.10.1/ruby-106/ruby/tool/
H A Dvcs.rb56 list1 = srcdir.split(%r{/})
57 list2 = path.split(%r{/})
89 _, last, _, changed, _ = info_xml.split(/revision="(\d+)"/)
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dfldset.cpp68 static UnicodeString *split(const UnicodeString &src, UChar ch, int32_t &splits) function
80 int32_t split = 0; local
84 src.extractBetween(start, end, result[split++]);
88 src.extractBetween(start, src.length(), result[split]);
103 UnicodeString *dest = split(str, 0x002C /* ',' */, destCount);
107 UnicodeString *kv = split(dest[i], 0x003D /* '=' */, dc);
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Dcommand.rb75 @extra_args = value.split
89 # array or a string to be split on white space.
92 args = args.split(/\s+/) if args.kind_of? String
405 formatted = description.split("\n\n").map do |chunk|
411 formatted.split("\n").each do |line|
438 content.split(/\n/).each do |line|
448 wrap(@summary, 80 - 4).split("\n").each do |line|
/macosx-10.10.1/CPANInternal-159.1/Test-NoWarnings-1.04/t/
H A D02_none.t51 my @carp = split("\n", $warn->getCarp);
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Array/
H A D15.4.4.4-2.js118 this.array = value.split(",");
156 this.array = value.split(",");
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma/String/
H A D15.5.2.js95 array[item++] = new TestCase( SECTION, "(new String('')).split", String.prototype.split, (new String('')).split );
H A D15.5.4.8-1.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
45 The length property of the split method is 2
52 var TITLE = "String.prototype.split";
63 array[item++] = new TestCase( SECTION, "String.prototype.split.length", 2, String.prototype.split.length );
64 array[item++] = new TestCase( SECTION, "delete String.prototype.split.length", false, delete String.prototype.split.length );
65 array[item++] = new TestCase( SECTION, "delete String.prototype.split.length; String.prototype.split
[all...]
/macosx-10.10.1/bootstrap_cmds-91/migcom.tproj/
H A Dmig.sh113 -split ) migflags=( "${migflags[@]}" "$1" ); shift;;
139 -split ) echo "warning: option \"$1\" after filename(s) ignored"; shift; continue;;
/macosx-10.10.1/bzip2-36/bzip2/
H A Dbzip2recover.c467 Char* split; local
472 split = strrchr (outFileName, BZ_SPLIT_SYM);
473 if (split == NULL) {
474 split = outFileName;
476 ++split;
478 /* Now split points to the start of the basename. */
479 ofs = split - outFileName;
480 sprintf (split, "rec%5d", wrBlock+1);
481 for (p = split; *p != 0; p++) if (*p == ' ') *p = '0';
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Unix/
H A DHost.inc40 std::pair<StringRef, StringRef> ArchSplit = TargetTripleString.split('-');
/macosx-10.10.1/postfix-255/postfix/mantools/
H A Dmake-relnotes3 # Transform RELEASE_NOTES, split into "leader", and "major changes",
4 # split into major categories, and prepend dates to paragraphs.
59 @classes = split(/,+/, $junk);
/macosx-10.10.1/procmail-14/procmail/src/
H A Dvariables.c55 { static int alloced;size_t eq,i;int remove;const char*split;char**preenv; local
58 if(!(split=strchr(a,'='))) /* assignment or removal? */
59 remove=1,split=strchr(a,'\0');
60 eq=split-a; /* is it */
63 { split=curr->ename;*last=curr->enext;free(curr); /* earlier? */
64 for(preenv=environ;*preenv!=split;preenv++);
81 preenv[1]=0;*(lastenv=preenv)=(char*)(split=newdynstring(&myenv,a));
82 return split+eq+1;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Misc/
H A Dpyobjc_setup.py24 return '.'.join(v.split('.')[:2])
52 cflags = ["-DPyObjC_BUILD_RELEASE=%02d%02d"%(tuple(map(int, os_level.split('.'))))]
/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/
H A Ddeprecated.rb63 _, _, type, name = type.split ':', 4
65 reference = name.split('::').inject(reference) do |k,n|
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dtext.rb22 if ((Tk::TK_VERSION.split('.').collect{|n| n.to_i} <=> [8,4]) < 0)

Completed in 292 milliseconds

1234567891011>>