Home
last modified time | relevance | path

Searched refs:func (Results 76 – 100 of 186) sorted by relevance

12345678

/plugin/emoji/script/
H A Djquery.textcomplete.js101 var lock = function (func) { argument
126 func.apply(self, replayArgs);
131 func.apply(this, args);
887 var memoize = function (func) { argument
893 func.call(this, term, function (data) {
947 var debounce = function (func, wait) { argument
955 result = func.apply(context, args);
/plugin/diagramsnet/lib/js/diagramly/
H A DmxRuler.js378 function debounce(func, wait, immediate) argument
382 return func;
390 if (!immediate) func.apply(context, args);
395 if (callNow) func.apply(context, args);
/plugin/publist/bib2tpl/lib/
H A DPEAR.php228 * @param mixed $func The function name (or array of class/method) to call
232 function registerShutdownFunc($func, $args = array()) argument
240 $GLOBALS['_PEAR_shutdown_funcs'][] = array($func, $args);
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.js485 function callFunction( func, param1, param2, param3 ) { argument
486 if ( 'function' === typeof func )
487 func.call( l, param1, param2, param3 );
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php228 * @param mixed $func The function name (or array of class/method) to call
232 function registerShutdownFunc($func, $args = array()) argument
240 $GLOBALS['_PEAR_shutdown_funcs'][] = array($func, $args);
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php228 * @param mixed $func The function name (or array of class/method) to call
232 function registerShutdownFunc($func, $args = array()) argument
240 $GLOBALS['_PEAR_shutdown_funcs'][] = array($func, $args);
/plugin/jquerymigrate/
H A Djquery-migrate-3.1.0.js631 jQuery.Deferred = function( func ) { argument
667 if ( func ) {
668 func.call( deferred, deferred );
/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML.js51func:true},{input:"g",tag:"mi",output:"g",tex:null,ttype:A,func:true},{input:"lim",tag:"mo",output…
H A DTeX-MML-AM_HTMLorMML.js71func:true},{input:"g",tag:"mi",output:"g",tex:null,ttype:A,func:true},{input:"lim",tag:"mo",output…
/plugin/tagging/
H A Dhelper.php227 * @param Callable $func The function to print the link (gets tag and ns)
234 public function html_cloud($tags, $type, $func, $wrap = true, $return = false, $ns = '') { argument
261 $ret .= call_user_func($func, $val, $ns);
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js1882 function attachEvent(obj, type, func, scope) argument
1897 func.call(scope || window, e);
2293 func = regexInfo.func ? regexInfo.func : defaultAdd
2299 var resultMatch = func(match, regexInfo);
2498 { regex: scriptBrush.htmlScript.code, func: process }
/plugin/etherpadlite/scripts/
H A Detherpadlite.js412 ep.sendMessage = function(func, data) { argument
415 msg.func = func;
613 if (data.func == 'none' && data.context == 'ep_iframeinsert') {
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1232 addLinkLayer(func: any): string;
1260 addTaskLayer(func: any): string;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php203 $func = $reflection->getMethod($method);
204 if ($func->getNumberOfParameters() > 1) {
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js303 var func = function() {}; function
304 Child.prototype = _.create(Parent.prototype, {func: func});
305 assert.strictEqual(Child.prototype.func, func, 'properties should be added to object');
897 var obj = {foo: 'bar', func: function(){}}; method in AnonymousFunction235956213600.obj
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar.js182 Calendar.addEvent = function(el, evname, func) { argument
184 el.attachEvent("on" + evname, func);
186 el.addEventListener(evname, func, true);
188 el["on" + evname] = func;
192 Calendar.removeEvent = function(el, evname, func) { argument
194 el.detachEvent("on" + evname, func);
196 el.removeEventListener(evname, func, true);
/plugin/codemirror/dist/modes/
H A Dgo.min.js1 …e":true,"default":true,defer:true,"else":true,fallthrough:true,"for":true,func:true,go:true,"goto"… property in AnonymousFunction26a5cfbf0200.d
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dvorbis.js2func){for(var i=0;i<Runtime.functionPointers.length;i++){if(!Runtime.functionPointers[i]){Runtime.… argument
/plugin/chat/
H A Dscript.js140 this.onMouseMove = function(func) { argument
142 func();
/plugin/fckg/scripts/
H A Dvki_kb.js1612 function VKI_addListener(elem, type, func, cap) { argument
1614 elem.addEventListener(type, function(e) { func.call(elem, e); }, cap);
1616 elem.attachEvent('on' + type, function() { func.call(elem); });
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js563 var func = callback;
565 func = function () { function
570 formatTokenFunctions[token] = func;
574 return zeroFill(func.apply(this, arguments), padded[1], padded[2]);
579 return this.localeData().ordinal(func.apply(this, arguments), token);
695 var i, func = callback;
700 func = function (input, array) { function
705 tokens[token[i]] = func;
3333 var func = 'moment';
3336 func = this.utcOffset() === 0 ? 'moment.utc' : 'moment.parseZone';
[all …]
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js2472 process = regexInfo.func ? regexInfo.func : defaultAdd,
3175 function attachEvent(obj, type, func, scope) {
3186 func.call(scope || window, e);
3432 xmlBrush.regexList.push({ regex: scriptBrush.htmlScript.code, func: process });
3934 func: hereDocProcess
4058 func: fixComments
5159 func: multiLineCCommentsAdd
5163 func: stringAdd
5339 func: process
/plugin/aimg/
H A Dscript.js115 function addLoadEvent(func) { argument
118 window.onload = func;
122 func();
/plugin/diagramsnet/lib/js/jscolor/
H A Djscolor.js98 addEvent : function(el, evnt, func) { argument
100 el.addEventListener(evnt, func, false);
102 el.attachEvent('on'+evnt, func);
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js130 addEvent : function(el, evnt, func) { argument
132 el.addEventListener(evnt, func, false);
134 el.attachEvent('on'+evnt, func);

12345678