Home
last modified time | relevance | path

Searched refs:paramsArray (Results 1 – 5 of 5) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools.js291 FCKTools.RunFunction = function( func, thisObject, paramsArray, timerWindow ) argument
294 this.SetTimeout( func, 0, thisObject, paramsArray, timerWindow ) ;
297 FCKTools.SetTimeout = function( func, milliseconds, thisObject, paramsArray, timerWindow ) argument
302 if ( paramsArray )
303 func.apply( thisObject, [].concat( paramsArray ) ) ;
310 FCKTools.SetInterval = function( func, milliseconds, thisObject, paramsArray, timerWindow ) argument
315 func.apply( thisObject, paramsArray || [] ) ;
H A Dfcktools_ie.js144 FCKTools.AddEventListenerEx = function( sourceObject, eventName, listener, paramsArray ) argument
149 o.Params = paramsArray || [] ; // Memory leak if we have DOM objects here.
161 paramsArray = null ; // Memory leak cleaner (because of the above closure).
H A Dfcktools_gecko.js136 FCKTools.AddEventListenerEx = function( sourceObject, eventName, listener, paramsArray ) argument
142 listener.apply( sourceObject, [ e ].concat( paramsArray || [] ) ) ;
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js16411 var paramsArray = params;
16422 if (Array.isArray(paramsArray) && i in paramsArray) {
16423 params = this.xref.fetchIfRef(paramsArray[i]);
H A Dpdf.worker.js.map1paramsArray","makeFilter","xrefStreamStats","earlyChange","specialChars","knownCommands","eNotatio…