Searched refs:push (Results 1 - 25 of 1359) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/lib/irb/
H A Dws-for-case-2.rb13 IRB::BINDING_QUEUE.push _ = binding
/macosx-10.9.5/Heimdal-323.92.1/appl/push/
H A DNTMakefile32 RELDIR=appl\push
H A Dpfrom.in6 push --from $*
/macosx-10.9.5/ruby-104/ruby/sample/
H A Dmkproto.rb12 args.push $1.strip
18 args.push type + " " + $1.strip
21 args.push arg.strip
/macosx-10.9.5/xnu-2422.115.4/osfmk/x86_64/
H A Dpal_routines_asm.s64 push %rbx
65 push %r12
66 push %r13
67 push %r14
68 push %r15
71 push %rsi
72 push %rcx
122 push %rbx
123 push %r12
124 push
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc-imenu.el89 (push (cons notice-text pos) notice-alist)
92 (push (cons (match-string 1 notice-text) pos) join-alist))
94 (push (cons (match-string 1 notice-text) pos) left-alist))
96 (push (cons (concat (match-string 1 notice-text)
103 (push (cons (concat (match-string 1 notice-text) ": "
110 (push (cons (concat (match-string 1 notice-text) ": "
116 (push (cons (concat from ": " message-text) (point))
118 (and notice-alist (push (cons "notices" notice-alist) index-alist))
119 (and join-alist (push (cons "joined" join-alist) index-alist))
120 (and left-alist (push (con
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_2/Array/
H A Dgeneral1.js33 var TITLE = 'String:push,unshift,shift';
43 array1.push(123); //array1 = [123]
44 array1.push("dog"); //array1 = [123,dog]
45 array1.push(-99); //array1 = [123,dog,-99]
46 array1.push("cat"); //array1 = [123,dog,-99,cat]
49 array1.push("mouse"); //array1 = [123,dog,-99,mouse]
H A Dgeneral2.js33 var TITLE = 'String:push,splice,concat,unshift,sort';
51 array1.push(i);
52 array2.push(size - 1 - i);
68 array1.push(array1.shift());
72 testcases[count++] = new TestCase( SECTION, "Array.push,pop,shift,unshift,slice,splice", true,String(array1) == String(array2));
/macosx-10.9.5/CPANInternal-140/Params-Validate/t/
H A D24-tied.t24 push @p, ( foo => 'hello' );
40 push @p, ( foo => 'hello' );
55 push @p, ( foo => 'hello' );
67 push @p, 'hello';
83 push @p, 'hello';
98 push @p, 'hello';
H A D25-undef-regex.t10 local $SIG{__WARN__} = sub { push @w, @_ };
/macosx-10.9.5/python-76.100.1/bin/
H A D_no6413 push(@args, '-arch', $_) unless /64$/;
22 push(@args, $_);
/macosx-10.9.5/ruby-104/ruby/test/rinda/
H A Dtest_tuplebag.rb17 @tb.push t
27 @tb.push t1
28 @tb.push t2
43 @tb.push t1
44 @tb.push t2
63 @tb.push t1
68 @tb.push t2
77 @tb.push t3
90 @tb.push t1
97 @tb.push t
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dpack.rb20 # params.push((win.kind_of?(TkObject))? win.epath: win)
21 params.push(_epath(win))
23 # params.push((win.kind_of?(TkObject))? win.epath: win)
24 params.push(_epath(win))
27 params.push("-#{k}")
28 # params.push((v.kind_of?(TkObject))? v.epath: v)
29 params.push(_epath(v))
42 args.flatten(1).each{|win| params.push(_epath(win))}
44 params.push("-#{k}")
45 params.push(_epat
[all...]
/macosx-10.9.5/apache-786.1/httpd/build/
H A Dmake_exports.awk45 function push(line) { function
88 push("const void *ap_hack_" symbol " = (const void *)" symbol ";")
142 push($0)
148 push($0)
155 push($0)
160 push($0)
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/build/
H A Dmake_exports.awk31 function push(line) { function
74 push("const void *ap_hack_" symbol " = (const void *)" symbol ";")
128 push($0)
134 push($0)
141 push($0)
146 push($0)
/macosx-10.9.5/apr-30/apr/apr/build/
H A Dmake_exports.awk31 function push(line) { function
74 push("const void *ap_hack_" symbol " = (const void *)" symbol ";")
128 push($0)
134 push($0)
141 push($0)
146 push($0)
/macosx-10.9.5/tcl-102/tcl_ext/tkcon/tkcon/docs/
H A Dperl.txt36 $SIG{'__WARN__'} = sub {push @_ERRORS, @ARG};
38 push @_ERRORS, $EVAL_ERROR if $EVAL_ERROR;
39 push @_ERRORS, $_res;
87 push @_ERRORS, `$_SHELL -c $1 2>&1`;
93 push @_ERRORS, '+';
101 push @_ERRORS, '+';
/macosx-10.9.5/ruby-104/ruby/test/ripper/
H A Ddummyparser.rb35 def push(item) method in class:NodeList
36 @list.push item
72 stmts.push st
101 list.push(arg)
106 list.push('&' + blk.to_s)
113 list.push('*' + arg.to_s)
125 m.children.push arg
158 args.push(req)
162 args.push("#{var}=#{val}")
165 args.push(res
[all...]
/macosx-10.9.5/ruby-104/ruby/test/psych/json/
H A Dtest_stream.rb17 @stream.push({ 'foo' => 'bar' })
28 @stream.push(nil)
33 @stream.push "foo"
38 @stream.push :foo
43 @stream.push 10
48 @stream.push 1.2
54 @stream.push hash
65 @stream.push list
96 @stream.push({'a' => time })
103 @stream.push({'
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemdosa.asm44 push bp ; linkage
46 push si ; save all registers for safety
47 push di define
48 push bx
49 push cx
50 push dx define
51 push es
52 push ds define
79 push bp ; linkage
81 push s
82 push di define
85 push dx define
87 push ds define
114 push di define
117 push dx define
119 push ds define
148 push di define
151 push dx define
153 push ds define
186 push di define
189 push dx define
191 push ds define
224 push di define
227 push dx define
229 push ds define
267 push di define
270 push dx define
272 push ds define
304 push di define
307 push dx define
309 push ds define
348 push di define
351 push dx define
353 push ds define
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/
H A Dtree_builder.rb35 push n
52 push n
67 push @root
85 def push value method in class:Psych.TreeBuilder
86 @stack.push value
/macosx-10.9.5/CPANInternal-140/SQL-Abstract/t/
H A D07subqueries.t22 push @tests, {
36 push @tests, {
49 push @tests, {
59 push @tests, {
74 push @tests, {
87 push @tests, {
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/Builder/
H A Ddetails.t23 push @Expected_Details, { 'ok' => 1,
41 push @Expected_Details, { 'ok' => 1,
52 push @Expected_Details, { 'ok' => 1,
61 push @Expected_Details, { 'ok' => 1,
72 push @Expected_Details, { 'ok' => 1,
81 push @Expected_Details, { 'ok' => 1,
/macosx-10.9.5/WebCore-7537.78.1/xml/parser/
H A DCharacterReferenceParserInlines.h42 source.push(consumedCharacters[0]);
44 source.push(consumedCharacters[0]);
45 source.push(consumedCharacters[1]);
101 source.push('#');
109 source.push('#');
110 source.push('x');
118 source.push('#');
119 source.push('X');
/macosx-10.9.5/ruby-104/ruby/lib/irb/ext/
H A Dhistory.rb16 NOPRINTING_IVARS.push "@eval_history_values"
26 @eval_history_values.push @line_no, @last_value
88 def push(no, val) method in class:IRB.History
89 @contents.push [no, val]
101 @contents.push last
114 @contents.push last if last

Completed in 407 milliseconds

1234567891011>>