Searched refs:split (Results 276 - 300 of 1052) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Druby_token.rb64 klass = self.class.name.split('::').last
93 klass = self.class.name.split('::').last
121 klass = self.class.name.split('::').last
152 klass = self.class.name.split('::').last
181 klass = self.class.name.split('::').last
209 klass = self.class.name.split('::').last
237 klass = self.class.name.split('::').last
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/t/
H A Dstring.t259 [[% String.split.join(', ') %]]
265 [[% String.split(' bar ').join(', ') %]]
271 [[% String.split(' bar ').join(', ') %]]
277 [[% String.split('\s+').join(', ') %]]
283 [[% String.split('\s+', 2).join(', ') %]]
/macosx-10.10/apache-793/httpd/support/
H A Ddbmmanage.in246 $crypted_pwd = (split /:/, $DB{$key}, 3)[0] if $crypted_pwd eq '.';
247 $groups = (split /:/, $DB{$key}, 3)[1] if !$groups || $groups eq '.';
248 $comment = (split /:/, $DB{$key}, 3)[2] if !$comment || $comment eq '.';
289 my $chkpass = (split /:/, $DB{$key}, 3)[0];
308 ($key,$crypted_pwd,$groups,$comment) = split /:/, $_, 4;
/macosx-10.10/patch_cmds-17/patch/
H A Dpatch.c745 LINENUM i, j, split; local
755 split = -1;
758 split = i;
762 if (split == -1) {
763 fprintf(rejfp, "malformed hunk: no split found\n");
767 j = split + 1;
771 while (i < split || j <= pat_end) {
772 ch1 = i < split ? pch_char(i) : -1;
782 while (i < split && ch1 == '!') {
785 ch1 = i < split
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Protocol/
H A DInspectorBackend.js53 var [domainName, commandName] = qualifiedName.split(".");
60 var [domainName, enumName] = qualifiedName.split(".");
67 var [domainName, eventName] = qualifiedName.split(".");
193 var [domainName, eventName] = qualifiedName.split(".");
331 var [domainName, commandName] = qualifiedName.split(".");
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dmacro.c78 char split; /* set when word splittin is possible */ member in struct:_mac_
175 mp->quoted = mp->lit = mp->split = mp->quote = 0;
224 mp->split = !(flag&ARG_ASSIGN);
225 mp->assign = !mp->split;
226 mp->pattern = mp->split && !(flag&ARG_NOGLOB) && !sh_isoption(SH_NOGLOB);
234 mp->split = 0;
283 mp->split = mp->assign = mp->pattern = mp->patfound = mp->lit = mp->arith = mp->let = 0;
523 else if(mp->split && endch && !mp->quote && !mp->lit)
592 if(mp->split && !mp->quote && endch)
657 if(mp->split
1002 int split = mp->split; local
1575 int split = mp->split; local
2451 endfield(register Mac_t *mp,int split) argument
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/
H A Dgenerate-js-builtins72 for line in copyrightBlock.split("\n"):
120 functionParameters = functionParameterFinder.findall(function)[0].split(',')
258 lines = json.dumps(source)[1:-1].split("\\n")
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Dtp_main.c207 char *split; local
209 split = strchr(arg, '=');
210 if (split == NULL) {
215 *split = '\0';
216 split++;
218 err = atf_map_insert(config, arg, split, false);
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dcucumber.vim22 nmap <silent><buffer> <C-W>] :<C-U>exe <SID>jump('split',v:count)<CR>
23 nmap <silent><buffer> <C-W><C-]> :<C-U>exe <SID>jump('split',v:count)<CR>
43 for file in split(glob(b:cucumber_root.'/**/*.rb'),"\n")
/macosx-10.10/BerkeleyDB-21/db/btree/
H A Dbt_split.c85 * its parent, locked. We then split the leaf page and see if the new
90 * This process repeats until we succeed in the split, splitting the
92 * as necessary, until we split a leaf page.
99 * split. This would be an easy change for this code, but I have no
118 * thread of control has already split the page). If we are
119 * guaranteed that two items will fit on the page, the split
134 /* Once we've split the leaf page, we're done. */
144 * It's possible to fail to split repeatedly, as other
176 db_indx_t split; local
196 /* Create new left and right pages for the split
271 db_indx_t split; local
[all...]
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D003Layout-Rr.t96 return split /\n/,
/macosx-10.10/JavaScriptCore-7600.1.17/yarr/
H A DYarrCanonicalizeUCS2.js203 var typeAndValue = info.type.split(':');
212 var typeAndValue = info.type.split(':');
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DMain.css147 #split-content-browser {
151 #split-content-browser > .navigation-bar {
157 body.mac-platform.legacy #split-content-browser > .navigation-bar {
161 #split-content-browser > .navigation-bar .item:not(.flexible-space) {
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dui.cpp98 std::vector< std::string > words = atf::text::split(text, " ");
150 std::vector< std::string > lines = atf::text::split(text, "\n");
/macosx-10.10/llvmCore-3425.0.34/lib/TableGen/
H A DStringMatcher.cpp57 std::pair<StringRef, StringRef> Split = Code.split('\n');
62 Split = Code.split('\n');
/macosx-10.10/llvmCore-3425.0.34/lib/Target/
H A DTargetData.cpp165 std::pair<StringRef, StringRef> Split = Desc.split('-');
172 Split = Token.split(':');
189 Split = Token.split(':');
197 Split = Split.second.split(':');
207 Split = Split.second.split(':');
241 Split = Token.split(':');
249 Split = Split.second.split(':');
274 Split = Token.split(':');
/macosx-10.10/lsof-53/lsof/scripts/
H A Didrlogin.perl563 @F = split('\0', $_, 999);
192 @P = split(":", $PATH);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Ddejagnu.py87 d = action_data.split()
128 if int(os.uname()[2].split('.')[0]) >= 11:
/macosx-10.10/ruby-106/ruby/bin/
H A Derb16 arg, @maybe_arg = arg.split(/=/, 2)
87 set_encoding(*arg.split(/:/, 2))
/macosx-10.10/ruby-106/ruby/enc/
H A Dmake_encmake.rb23 BUILTIN_ENCS.concat $'.split.map {|e| File.basename(e, '.*') << '.c'}
26 BUILTIN_TRANSES.concat $'.split.map {|e| File.basename(e, '.*') }
29 ENC_PATTERNS.concat $'.split
32 NOENC_PATTERNS.concat $'.split
/macosx-10.10/ruby-106/ruby/ext/openssl/lib/openssl/
H A Dx509.rb38 oid, value = str.split(/=/, 2)
148 ary = str.scan(/\s*([^\/,]+)\s*/).collect{|i| i[0].split("=", 2) }
/macosx-10.10/ruby-106/ruby/sample/openssl/
H A Dcertstore.rb134 usage = ext.value.split(/\s*,\s*/)
137 usage = ext.value.split(/\s*,\s*/)
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_commands_uninstall_command.rb37 output = ui.output.split "\n"
71 output = @ui.output.split "\n"
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclFCmd.c231 Tcl_Obj *split = NULL;
244 split = Tcl_FSSplitPath(objv[i],&pobjc);
245 Tcl_IncrRefCount(split);
252 target = Tcl_FSJoinPath(split, j + 1);
307 Tcl_DecrRefCount(split);
308 split = NULL;
317 if (split != NULL) {
318 Tcl_DecrRefCount(split);
227 Tcl_Obj *split = NULL; local
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Dkibitz117 set split [split $xjunk .]
118 for {set i [expr [llength $split]-1]} {$i>=0} {incr i -1} {
119 if {[string match $x [join [lrange $split 0 $i] .]]} {return 1}

Completed in 264 milliseconds

<<11121314151617181920>>