Searched refs:SetInterval (Results 1 – 6 of 6) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckpanel.js | 159 this._Timer = FCKTools.SetInterval( CheckPopupOnHide, 100, this ) ;
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fcktools.js | 310 FCKTools.SetInterval = function( func, milliseconds, thisObject, paramsArray, timerWindow ) function
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 37 …ction(){if (D) A.apply(C,[].concat(D));else A.apply(C);},B);};FCKTools.SetInterval=function(A,B,C,… function 86 …if (this._Timer) CheckPopupOnHide.call(this,true);this._Timer=FCKTools.SetInterval(CheckPopupOnHid…
|
H A D | fckeditorcode_gecko.js | 36 …ction(){if (D) A.apply(C,[].concat(D));else A.apply(C);},B);};FCKTools.SetInterval=function(A,B,C,… function 85 …if (this._Timer) CheckPopupOnHide.call(this,true);this._Timer=FCKTools.SetInterval(CheckPopupOnHid…
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 47 …ction(){if (D) A.apply(C,[].concat(D));else A.apply(C);},B);};FCKTools.SetInterval=function(A,B,C,… function 98 …if (this._Timer) CheckPopupOnHide.call(this,true);this._Timer=FCKTools.SetInterval(CheckPopupOnHid…
|
H A D | fckeditorcode_ie.js | 51 …ction(){if (D) A.apply(C,[].concat(D));else A.apply(C);},B);};FCKTools.SetInterval=function(A,B,C,… function 100 …if (this._Timer) CheckPopupOnHide.call(this,true);this._Timer=FCKTools.SetInterval(CheckPopupOnHid…
|