Searched refs:invoke (Results 1 - 25 of 264) sorted by relevance

1234567891011

/macosx-10.10.1/zsh-61/zsh/Completion/Debian/Command/
H A D_invoke-rc.d1 #compdef invoke-rc.d
/macosx-10.10.1/swig-12/Lib/ocaml/
H A Dswigp4.ml28 <:expr< (invoke $e1$) "[]" (C_list [ $c_ify e2 loc$ ]) >>
30 <:expr< (invoke $e1$) $str:l$ ($mk_list args loc c_ify$) >>
32 <:expr< (invoke $e1$) $str:u$ ($mk_list args loc c_ify$) >>
34 <:expr< (invoke $e1$) $s$ ($mk_list args loc c_ify$) >>
36 <:expr< (invoke $e1$) "()" ($mk_list args loc c_ify$) >>
38 <:expr< (invoke ((invoke $e1$) "->" C_void)) $str:l$ ($mk_list args loc c_ify$) >>
40 <:expr< (invoke ((invoke $e1$) "->" C_void)) $str:u$ ($mk_list args loc c_ify$) >>
42 <:expr< (invoke ((invok
[all...]
H A Dstd_vector.i77 (invoke v) "set" (C_list [ C_int i ; (argcons array.(i)) ])
82 for i = 0; to (get_int ((invoke v) "size" C_void)) - 1 do
83 array.(i) <- argcons ((invoke v) "[]" (C_int i))
/macosx-10.10.1/ruby-106/ruby/test/rake/
H A Dtest_rake_rules.rb28 t.invoke
29 Task[OBJFILE].invoke
39 Task[OBJFILE].invoke
50 Task[OBJFILE].invoke
59 Task[OBJFILE].invoke
68 Task[OBJFILE].invoke
77 Task[OBJFILE].invoke
86 Task[OBJFILE].invoke
96 Task[OBJFILE].invoke
108 Task[OBJFILE].invoke
[all...]
H A Dtest_rake_definitions.rb38 t.invoke
52 Task[:t1].invoke
59 assert_raises(RuntimeError) { Task[:x].invoke }
66 Task[:y].invoke
H A Dtest_rake_task_with_arguments.rb55 t.invoke(1, 2, 3)
68 t.invoke(1, 2, 3)
88 t.invoke(1)
96 t.invoke(1, 2)
104 t.invoke(1, 2)
118 t.invoke(1)
124 t.invoke(1, 2)
141 t.invoke("bill", "1.2")
151 t.invoke("bill", "1.2")
160 t.invoke("bil
[all...]
H A Dtest_rake_backtrace.rb20 def invoke(task_name) method in class:TestRakeBacktrace
31 lines = invoke(:foo).split("\n")
49 lines = invoke(:foo).split("\n")
H A Dtest_rake_multi_task.rb26 Task[:both].invoke
39 Task[:both].invoke
54 Task[:b].invoke "b"
H A Dtest_rake_directory_task.rb21 Task['a/b'].invoke
49 t1.invoke
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebUndoTarget.idl39 HRESULT invoke([in] BSTR actionName, [in] IUnknown* obj);
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dbutton.rb20 def invoke method in class:Tk
21 _fromUTF8(tk_send_without_enc('invoke'))
/macosx-10.10.1/ICU-531.30/icuSources/config/
H A Dtest-icu-config.sh22 icu-config --invoke
23 icu-config --invoke=genrb
24 icu-config --invoke=./myapp
25 icu-config --invoke=/path/to/myapp
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dentry.rb39 def invoke method in class:Tk
40 tk_send_without_enc('invoke')
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dextbutton.rb31 def invoke method in class:Tk
32 tk_call(@path, 'invoke')
H A Dpushbutton.rb26 def invoke method in class:Tk
27 tk_call_without_enc(@path, 'invoke')
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/tile/
H A Drepeater.tcl53 # Simulate clicking the button, and invoke the command once.
60 after idle [list $w invoke]
71 $w invoke
101 $w invoke
113 $w invoke
/macosx-10.10.1/groff-38/groff/src/roff/troff/
H A Drequest.h29 virtual void invoke(symbol s) = 0;
36 void invoke(symbol);
68 void invoke(symbol);
/macosx-10.10.1/ICU-531.30/icuSources/samples/
H A Ddefs.mk15 INVOKE=$(shell icu-config --invoke)
16 GENRB=$(shell icu-config --invoke=genrb)
18 PKGDATA=$(shell icu-config --invoke=pkgdata)
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_command.rb73 @cmd.invoke
84 @cmd.invoke
95 @cmd.invoke('-zzz')
106 @cmd.invoke "-x"
132 @cmd.invoke('--help')
159 @cmd.invoke '-h'
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dchain.test104 test chain-1.3 {invoke a chained method} {
110 test chain-1.4 {invoke a chained method with a specific name} {
122 test chain-1.6 {invoke a chained proc} {
128 test chain-1.7 {invoke a chained proc} {
140 test chain-2.2 {invoke a chained method} {
146 test chain-3.0 {invoke "chain" outside of a class} {
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsinvocation.py13 invocation.invoke()
25 invocation.invoke()
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Ddialog.itk85 [itcl::code $this invoke Cancel]
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Ddialog2.tcl13 set i [tk_dialog .dialog2 "Dialog with global grab" {This dialog box uses a global grab, so it prevents you from interacting with anything on your display until you invoke one of the buttons below. Global grabs are almost always a bad idea; don't use them unless you're truly desperate.} warning 0 OK Cancel {Show Code}]
/macosx-10.10.1/tcl-105/tk/tk/library/ttk/
H A Dbutton.tcl31 { %W instate {pressed !disabled} { %W state !pressed; %W invoke } }
52 # then invoke the button.
59 $w invoke
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Ddialog2.tcl13 set i [tk_dialog .dialog2 "Dialog with global grab" {This dialog box uses a global grab, so it prevents you from interacting with anything on your display until you invoke one of the buttons below. Global grabs are almost always a bad idea; don't use them unless you're truly desperate.} warning 0 OK Cancel {Show Code}]

Completed in 163 milliseconds

1234567891011