Searched refs:call (Results 251 - 275 of 1460) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/curl-83.1.2/curl/src/
H A DMakefile.m32302 $(call DEL, $@)
307 # @$(call DEL, tool_hugehelp.c)
312 @$(call COPY, $@.cvs, $@)
322 @$(call DEL, tool_hugehelp.c)
324 @$(call DEL, $(curl_OBJECTS) $(curlx_OBJECTS) $(RESOURCE))
327 @$(call DEL, $(curl_PROGRAMS))
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DMakefile25 $(Verb) $(LLVMTableGen) $(call SYSPATH, $(INTRINSICTD)) -o $(call SYSPATH, $@) -gen-intrinsic
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dtabset.rb19 # Create a tabset, set its -command to call selectItem
32 l.bind('ButtonPress-1', proc{|y| selectTab.call(y) }, '%y')
/macosx-10.10/ruby-106/ruby/lib/rexml/
H A Dnode.rb55 block.call(node)
64 return node if block.call(node)
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_variable.rb74 end.call
83 end.call
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/python/
H A Dmixplay.py29 filename = root.tk.call('eval', 'snack::getOpenFile')
33 filename = root.tk.call('eval', 'snack::getOpenFile')
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dmp.vim19 command -nargs=0 FixBeginfigs call s:fix_beginfigs()
H A Dspec.vim17 noremap <buffer> <unique> <script> <Plug>SpecChangelog :call <SID>SpecChangelog("")<CR>
71 call append(line("$"),"")
72 call append(line("$"),"%changelog")
76 call append(line("."),"%changelog")
104 call append(chgline+n, parsed_format)
107 call append(chgline+n, release_info)
110 call append(chgline+n,"- ")
112 call append(chgline+n,"")
121 call append(line+1,"- ")
H A Dsql.vim175 call sqlcomplete#ResetCacheSyntax()
190 call sqlcomplete#PreCacheSyntax()
193 command! -nargs=* -complete=custom,SQL_GetList SQLSetType :call SQL_SetType(<q-args>)
208 command! -nargs=0 SQLGetType :call SQL_GetType()
338 nmap <buffer> <silent> ]] :call search('\\c^\\s*begin\\>', 'W' )<CR>
339 nmap <buffer> <silent> [[ :call search('\\c^\\s*begin\\>', 'bW' )<CR>
340 nmap <buffer> <silent> ][ :call search('\\c^\\s*end\\W*$', 'W' )<CR>
341 nmap <buffer> <silent> [] :call search('\\c^\\s*end\\W*$', 'bW' )<CR>
342 vmap <buffer> <silent> ]] :<C-U>exec "normal! gv"<Bar>call search('\\c^\\s*begin\\>', 'W' )<CR>
343 vmap <buffer> <silent> [[ :<C-U>exec "normal! gv"<Bar>call searc
[all...]
/macosx-10.10/vim-55/runtime/plugin/
H A Dspellfile.vim15 autocmd SpellFileMissing * call spellfile#LoadFile(expand('<amatch>'))
/macosx-10.10/vim-55/runtime/spell/
H A Dcheck_locales.vim10 call add(not_supported, lang)
/macosx-10.10/vim-55/runtime/syntax/
H A Dsvg.vim6 " Directly call the xml syntax, because SVG is an XML
/macosx-10.10/WebCore-7600.1.25/Modules/mediacontrols/
H A DmediaControlsiOS.js10 Controller.call(this, root, video, host);
28 Controller.prototype.addVideoListeners.call(this);
40 Controller.prototype.removeVideoListeners.call(this);
52 Controller.prototype.createBase.call(this);
94 return Controller.prototype.shouldHaveControls.call(this);
98 return this.shouldHaveStartPlaybackButton() || Controller.prototype.shouldHaveAnyUI.call(this) || this.currentPlaybackTargetIsWireless();
142 Controller.prototype.createControls.call(this);
177 Controller.prototype.setControlsType.call(this, type);
226 Controller.prototype.updateTime.call(this);
235 Controller.prototype.updateProgress.call(thi
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DJavaScriptRuntimeCompletionProvider.js28 WebInspector.Object.call(this);
96 receivedPropertyNames.call(this, this._lastPropertyNames);
123 updateLastPropertyNames.call(this, {});
165 receivedPropertyNames.call(this, result && !wasThrown ? result.value : null);
172 updateLastPropertyNames.call(this, propertyNames);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DEditingSupport.js131 editingCommitted.call(element);
174 cleanUpAfterEditing.call(this);
181 cleanUpAfterEditing.call(this);
200 editingCommitted.call(element);
204 editingCancelled.call(element);
H A DFrameContentView.js28 WebInspector.ClusterContentView.call(this, frame);
39 this._sourceCodePathComponent = createPathComponent.call(this, WebInspector.UIString("Source Code"), WebInspector.FrameContentView.SourceCodeIconStyleClassName, WebInspector.FrameContentView.SourceCodeIdentifier);
40 this._domTreePathComponent = createPathComponent.call(this, WebInspector.UIString("DOM Tree"), WebInspector.FrameContentView.DOMTreeIconStyleClassName, WebInspector.FrameContentView.DOMTreeIdentifier);
78 WebInspector.ClusterContentView.prototype.shown.call(this);
88 WebInspector.ClusterContentView.prototype.closed.call(this);
H A DRulesStyleDetailsPanel.js28 WebInspector.StyleDetailsPanel.call(this, WebInspector.RulesStyleDetailsPanel.StyleClassName, "rules", WebInspector.UIString("Rules"));
143 appendStyleSection.call(this, style);
157 addNewRuleButton.call(this);
202 appendStyleSection.call(this, style);
206 addNewRuleButton.call(this);
237 WebInspector.StyleDetailsPanel.prototype.shown.call(this);
250 WebInspector.StyleDetailsPanel.prototype.hidden.call(this);
H A DTreeOutlineDataGridSynchronizer.js28 WebInspector.Object.call(this);
55 existingOnAdd.call(treeOutline, element);
61 existingOnRemove.call(treeOutline, element);
67 existingOnExpand.call(treeOutline, element);
73 existingOnCollapse.call(treeOutline, element);
79 existingOnHidden.call(treeOutline, element, hidden);
85 existingOnSelect.call(treeOutline, element, selectedByUser);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Doc/sphinx_build/html/_static/
H A Dunderscore.js8 (function(){var j=this,n=j._,i=function(a){this._wrapped=a},m=typeof StopIteration!=="undefined"?StopIteration:"__break__",b=j._=function(a){return new i(a)};if(typeof exports!=="undefined")exports._=b;var k=Array.prototype.slice,o=Array.prototype.unshift,p=Object.prototype.toString,q=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;b.VERSION="0.5.5";b.each=function(a,c,d){try{if(a.forEach)a.forEach(c,d);else if(b.isArray(a)||b.isArguments(a))for(var e=0,f=a.length;e<f;e++)c.call(d,
9 a[e],e,a);else{var g=b.keys(a);f=g.length;for(e=0;e<f;e++)c.call(d,a[g[e]],g[e],a)}}catch(h){if(h!=m)throw h;}return a};b.map=function(a,c,d){if(a&&b.isFunction(a.map))return a.map(c,d);var e=[];b.each(a,function(f,g,h){e.push(c.call(d,f,g,h))});return e};b.reduce=function(a,c,d,e){if(a&&b.isFunction(a.reduce))return a.reduce(b.bind(d,e),c);b.each(a,function(f,g,h){c=d.call(e,c,f,g,h)});return c};b.reduceRight=function(a,c,d,e){if(a&&b.isFunction(a.reduceRight))return a.reduceRight(b.bind(d,e),c);
10 var f=b.clone(b.toArray(a)).reverse();b.each(f,function(g,h){c=d.call(e,c,g,h,a)});return c};b.detect=function(a,c,d){var e;b.each(a,function(f,g,h){if(c.call(d,f,g,h)){e=f;b.breakLoop()}});return e};b.select=function(a,c,d){if(a&&b.isFunction(a.filter))return a.filter(c,d);var e=[];b.each(a,function(f,g,h){c.call(d,f,g,h)&&e.push(f)});return e};b.reject=function(a,c,d){var e=[];b.each(a,function(f,g,h){!c.call(d,f,g,h)&&e.push(f)});return e};b.all=function(a,c,d){c=c||b.identity;if(a&&b.isFunction(a.every))return a.every(c,
11 d);var e=true;b.each(a,function(f,g,h){(e=e&&c.call(d,f,g,h))||b.breakLoop()});return e};b.any=function(a,c,d){c=c||b.identity;if(a&&b.isFunction(a.some))return a.some(c,d);var e=false;b.each(a,function(f,g,h){if(e=c.call(
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/rdbms_depend/mssql/
H A Dtestdb_metadata.sql6 values (1,'inetOrgPerson','persons','id','{call create_person(?)}','{call delete_person(?)}',0)
9 values (2,'document','documents','id','{call create_document(?)}','{call delete_document(?)}',0)
12 values (3,'organization','institutes','id','{call create_org(?)}','{call delete_org(?)}',0)
23 'phones.pers_id=persons.id','{call add_phone(?,?)}',
24 '{call delete_phone(?,?)}',0,0)
28 '{call set_person_name(?,?)}',NULL,0,0)
32 '{call set_person_surnam
[all...]
/macosx-10.10/MITKerberosShim-66/
H A Dheim-sym.x86_64.s16 call _heim_load_functions
41 call _heim_load_functions
66 call _heim_load_functions
91 call _heim_load_functions
116 call _heim_load_functions
141 call _heim_load_functions
166 call _heim_load_functions
191 call _heim_load_functions
216 call _heim_load_functions
241 call _heim_load_function
[all...]
H A Dheim-proxy.x86_64.s16 call _heim_load_functions
41 call _heim_load_functions
66 call _heim_load_functions
91 call _heim_load_functions
116 call _heim_load_functions
141 call _heim_load_functions
166 call _heim_load_functions
191 call _heim_load_functions
216 call _heim_load_functions
241 call _heim_load_function
[all...]
/macosx-10.10/vim-55/src/testdir/
H A Dtest49.vim40 ?XpathINIT?,.call Xsum()
95 " that it is not read away by the call to "input()" below. Restore
97 call inputsave()
99 call inputrestore()
288 " invocation or function call is assumed. INTERRUPT locations are tested by
407 " to be used, if specified, or one for every call else.
435 " Function call.
485 call delete(extra_script)
486 call delete(resultfile)
524 " variable, and and every ":call" b
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DMacroAssemblerX86.h54 using MacroAssemblerX86Common::call;
213 Call call() function in class:JSC::MacroAssemblerX86
215 return Call(m_assembler.call(), Call::Linkable);
295 static FunctionPtr readCallTarget(CodeLocationCall call) argument
297 intptr_t offset = reinterpret_cast<int32_t*>(call.dataLocation())[-1];
298 return FunctionPtr(reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(call.dataLocation()) + offset));
362 static void linkCall(void* code, Call call, FunctionPtr function) argument
364 X86Assembler::linkCall(code, call.m_label, function.value());
367 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination) argument
369 X86Assembler::relinkCall(call
372 repatchCall(CodeLocationCall call, FunctionPtr destination) argument
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dasm.h169 call *(%eax);
172 #define MCOUNT ; call mcount;
224 #define Gcall(func) call func
238 #define Gload call 9f; 9: popl %ebx; addl $_GLOBAL_OFFSET_TABLE_+[.-9b],%ebx
239 #define Gcall(func) call EXT(func)@PLT
253 #define Gcall(func) call *9f; .data; .align ALIGN; 9: .long func; .text
307 call EXT(fn) ;\
315 call EXT(fn) ;\
324 call EXT(fn) ;\
336 call EX
[all...]

Completed in 400 milliseconds

<<11121314151617181920>>