Searched refs:call (Results 501 - 525 of 1460) sorted by relevance

<<21222324252627282930>>

/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dtkballoonhelp.rb99 @command.call
101 @command.call(x - TkWinfo.rootx(@parent), y - TkWinfo.rooty(@parent))
103 @command.call(x - TkWinfo.rootx(@parent), y - TkWinfo.rooty(@parent),
106 @command.call(x - TkWinfo.rootx(@parent), y - TkWinfo.rooty(@parent),
H A Dtkmsgcat-load_rb.rb88 top_win = show_sample.call(loc)
99 top_win = show_sample.call(default_locale)
H A Dtkmsgcat-load_rb2.rb88 top_win = show_sample.call(loc)
99 top_win = show_sample.call(default_locale)
/macosx-10.10/ruby-106/ruby/test/drb/
H A Dtest_drb.rb151 proc.call(*arg)
155 proc.call
159 proc.call(a)
163 proc.call(a, b)
/macosx-10.10/ruby-106/ruby/test/psych/visitors/
H A Dtest_depth_first.rb11 def call obj method in class:Psych.Visitors.TestDepthFirst.Collector
/macosx-10.10/tcl-105/tcl84/tcl/tools/
H A Dman2tcl.c236 "Unclosed quote in macro call on line %d.\n",
/macosx-10.10/tcl-105/tcl84/tcl/win/
H A Dbuildall.vc.bat15 if "%MSVCDir%" == "" call c:\dev\devstudio60\vc98\bin\vcvars32.bat
16 ::if "%MSVCDir%" == "" call "C:\Program Files\Microsoft Developer Studio\vc98\bin\vcvars32.bat"
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/contrib/pngminus/
H A Dmakevms.com42 $ call make pnm2png.exe -
48 $ call make png2pnm.exe -
/macosx-10.10/tcl-105/tk84/tk/win/
H A Dbuildall.vc.bat15 if "%MSVCDir%" == "" call c:\dev\devstudio60\vc98\bin\vcvars32.bat
16 ::if "%MSVCDir%" == "" call "C:\Program Files\Microsoft Developer Studio\vc98\bin\vcvars32.bat"
/macosx-10.10/vim-55/runtime/autoload/
H A Ddecada.vim45 call ada#Switch_Session (a:1)
47 call ada#Switch_Session (
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dxml.vim47 command! -nargs=+ XMLns call xmlcomplete#CreateConnection(<f-args>)
48 command! -nargs=? XMLent call xmlcomplete#CreateEntConnection(<f-args>)
H A DAppendMatchGroup.vim44 " call AppendMatchGroup('if,then,else,endif')
65 " To add another group, simply call 'AppendMatchGroup again. E.G.:
67 " call AppendMatchGroup('while,do,endwhile')
121 " TODO: Write a wrapper to handle multiple groups in one function call.
125 " a single call with continuation lines. I vote for the former.
H A Dman.vim28 nnoremap <buffer> <c-]> :call <SID>PreGetPage(v:count)<CR>
29 nnoremap <buffer> <c-t> :call <SID>PopPage()<CR>
35 com -nargs=+ Man call s:GetPage(<f-args>)
36 nmap <Leader>K :call <SID>PreGetPage(0)<CR>
73 call s:GetPage(sect, page)
H A Docaml.vim83 map <LocalLeader>s :call OCaml_switch(0)<CR>
84 map <LocalLeader>S :call OCaml_switch(1)<CR>
289 " After call:
379 " After call:
394 " After call:
399 call setpos('.',s:current_pos)
402 " After call:
408 call s:Enter_annotation_buffer()
410 call s:Exit_annotation_buffer()
413 call
[all...]
/macosx-10.10/vim-55/runtime/indent/
H A Deruby.vim50 call cursor(v:lnum,1)
52 call cursor(v:lnum,vcol)
/macosx-10.10/xnu-2782.1.97/libsyscall/custom/
H A D__getpid.s41 call 0f ; \
/macosx-10.10/xnu-2782.1.97/osfmk/mach/i386/
H A Dsyscall_sw.h64 * Software interrupt codes for 32-bit system call entry:
83 * Macro to generate Mach call stubs in libc:
89 call __sysenter_trap ;\
106 * Macro to generate Mach call stubs in Libc.
124 * Syscall classes for 64-bit system call entry.
/macosx-10.10/xnu-2782.1.97/osfmk/x86_64/
H A Dmcount.s54 // Skip if nested, otherwise set the flag and call the C mount().
72 call _mcount // call the C mcount
/macosx-10.10/dyld-353.2.1/src/
H A DdyldStartup.s84 call L__dyld_start_picbase
92 # call dyldbootstrap::start(app_mh, argc, argv, slide, dyld_mh, &startGlue)
102 call __ZN13dyldbootstrap5startEPK12macho_headeriPPKclS2_Pm
113 # LC_MAIN case, set up stack for call to main()
161 # call dyldbootstrap::start(app_mh, argc, argv, slide, dyld_mh, &startGlue)
169 call __ZN13dyldbootstrap5startEPK12macho_headeriPPKclS2_Pm
180 # LC_MAIN case, set up stack for call to main()
222 // call dyldbootstrap::start(app_mh, argc, argv, slide, dyld_mh, &startGlue)
249 // LC_MAIN case, set up stack for call to main()
300 // call dyldbootstra
[all...]
/macosx-10.10/CPANInternal-159.1/Data-Dump-1.21/lib/Data/Dump/
H A DTrace.pm11 # - show call depth using indentation
18 our @EXPORT_OK = qw(call mcall wrap autowrap trace);
50 call($name, $func, $proto, @_);
73 sub call { subroutine
305 returned by one of the call functions below. If $prefix is provided
333 =item call( $name, \&func, $proto, @ARGS )
359 The $proto argument to call() and mcall() can optionally provide a
360 prototype for the function call. This give the tracer hints about how
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DTimelineContentView.js28 WebInspector.ContentView.call(this, recording);
71 this._pathComponentMap.set(WebInspector.TimelineRecord.Type.Network, createPathComponent.call(this, WebInspector.UIString("Network Requests"), WebInspector.TimelineSidebarPanel.NetworkIconStyleClass, WebInspector.TimelineRecord.Type.Network));
72 this._pathComponentMap.set(WebInspector.TimelineRecord.Type.Layout, createPathComponent.call(this, WebInspector.UIString("Layout & Rendering"), WebInspector.TimelineSidebarPanel.ColorsIconStyleClass, WebInspector.TimelineRecord.Type.Layout));
73 this._pathComponentMap.set(WebInspector.TimelineRecord.Type.Script, createPathComponent.call(this, WebInspector.UIString("JavaScript & Events"), WebInspector.TimelineSidebarPanel.ScriptIconStyleClass, WebInspector.TimelineRecord.Type.Script));
212 for (var call of profileNode.calls) {
213 if (checkTimeBounds(call.startTime, call.endTime))
/macosx-10.10/ruby-106/ruby/lib/xmlrpc/
H A Dserver.rb20 # === How the method to call is found
50 # method should be called from a subclass indirectly by a +super+ call
80 # Parameter +help+ is a String with information about how to call this method etc.
154 # ret = obj.call(*args) # call the original service-method
181 # client-call.
190 # Adds the multi-call handler <code>"system.multicall"</code>.
197 arrStructs.collect {|call|
198 if call.is_a? Hash
199 methodName = call["methodNam
[all...]
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_comment.rb42 call-seq:
57 call-seq:
71 # call-seq:
86 call-seq:
99 call-seq:
111 call-seq:
141 call-seq:
163 call-seq:
/macosx-10.10/BerkeleyDB-21/db/dist/winmsi/
H A Dwinbuild.bat11 call :TryBat "c:\Program Files\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat" && goto BATFOUND0
13 call :TryBat "c:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\vsvars32.bat" && goto BATFOUND1
15 call :TryBat "c:\Program Files\Microsoft Visual Studio .NET\Common7\Tools\vsvars32.bat" && goto BATFOUND2
17 call :TryBat "c:\Program Files\Microsoft Visual Studio.NET\Common7\Tools\vsvars32.bat" && goto BATFOUND3
116 call %1
/macosx-10.10/CPANInternal-159.1/Class-C3-XS-0.13/inc/Module/
H A DInstall.pm151 goto &{$self->can('call')};
243 sub call { subroutine
343 my $call = caller($depth);
344 while ( $call eq __PACKAGE__ ) {
346 $call = caller($depth);
348 return $call;

Completed in 222 milliseconds

<<21222324252627282930>>