Home
last modified time | relevance | path

Searched refs:func (Results 176 – 186 of 186) sorted by last modified time

12345678

/plugin/superacl/lang/ro/
H A Dhelp.txt11 …l|official documentation on ACL]] vă poate ajuta să înţelegeţi deplin cum funcţionează controlul a…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools.js291 FCKTools.RunFunction = function( func, thisObject, paramsArray, timerWindow ) argument
293 if ( func )
294 this.SetTimeout( func, 0, thisObject, paramsArray, timerWindow ) ;
297 FCKTools.SetTimeout = function( func, milliseconds, thisObject, paramsArray, timerWindow ) argument
303 func.apply( thisObject, [].concat( paramsArray ) ) ;
305 func.apply( thisObject ) ;
310 FCKTools.SetInterval = function( func, milliseconds, thisObject, paramsArray, timerWindow ) argument
315 func.apply( thisObject, paramsArray || [] ) ;
350 FCKTools.CreateEventListener = function( func, params ) argument
359 func.apply( this, aAllParams.concat( params ) ) ;
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.js340 JsHttpRequest.setTimeout = function(func, dt) { argument
343 if (typeof(func) == "string") {
344 id = window.JsHttpRequest_tmp(func, dt);
348 func();
H A DJsHttpRequest-script.js340 JsHttpRequest.setTimeout = function(func, dt) { argument
343 if (typeof(func) == "string") {
344 id = window.JsHttpRequest_tmp(func, dt);
348 func();
H A DJsHttpRequest.js341 JsHttpRequest.setTimeout = function(func, dt) { argument
344 if (typeof(func) == "string") {
345 id = window.JsHttpRequest_tmp(func, dt);
349 func();
H A DJsHttpRequest-script-xml.js340 JsHttpRequest.setTimeout = function(func, dt) { argument
343 if (typeof(func) == "string") {
344 id = window.JsHttpRequest_tmp(func, dt);
348 func();
H A DJsHttpRequest-xml.js340 JsHttpRequest.setTimeout = function(func, dt) { argument
343 if (typeof(func) == "string") {
344 id = window.JsHttpRequest_tmp(func, dt);
348 func();
/plugin/virtualkeyboard/vk/extensions/
H A Darrayextensions.js144 Array.prototype.map = function(func) { argument
145 if ('function' != typeof func) return this;
148 tmp[loop] = func(this[loop]);
/plugin/chat/
H A Dscript.js140 this.onMouseMove = function(func) { argument
142 func();
/plugin/aimg/
H A Dscript.js115 function addLoadEvent(func) { argument
118 window.onload = func;
122 func();
/plugin/zip/pear/
H A DPEAR.php244 * @param mixed $func The function name (or array of class/method) to call
248 function registerShutdownFunc($func, $args = array()) argument
256 $GLOBALS['_PEAR_shutdown_funcs'][] = array($func, $args);

12345678