Home
last modified time | relevance | path

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

/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfcktools.js125 FCKTools.RunFunction = function( func, thisObject, paramsArray, timerWindow ) argument
128 this.SetTimeout( func, 0, thisObject, paramsArray, timerWindow ) ;
131 FCKTools.SetTimeout = function( func, milliseconds, thisObject, paramsArray, timerWindow ) argument
136 if ( paramsArray )
137 func.apply( thisObject, [].concat( paramsArray ) ) ;
144 FCKTools.SetInterval = function( func, milliseconds, thisObject, paramsArray, timerWindow ) argument
149 func.apply( thisObject, paramsArray || [] ) ;
Dfcktools_ie.js136 FCKTools.AddEventListenerEx = function( sourceObject, eventName, listener, paramsArray ) argument
141 o.Params = paramsArray || [] ; // Memory leak if we have DOM objects here.
153 paramsArray = null ; // Memory leak cleaner (because of the above closure).
Dfcktools_gecko.js127 FCKTools.AddEventListenerEx = function( sourceObject, eventName, listener, paramsArray ) argument
133 listener.apply( sourceObject, [ e ].concat( paramsArray || [] ) ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
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 || [] ) ;
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).
Dfcktools_gecko.js136 FCKTools.AddEventListenerEx = function( sourceObject, eventName, listener, paramsArray ) argument
142 listener.apply( sourceObject, [ e ].concat( paramsArray || [] ) ) ;
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js16411 var paramsArray = params;
16422 if (Array.isArray(paramsArray) && i in paramsArray) {
16423 params = this.xref.fetchIfRef(paramsArray[i]);
Dpdf.worker.js.map1paramsArray","makeFilter","xrefStreamStats","earlyChange","specialChars","knownCommands","eNotatio…