Home
last modified time | relevance | path

Searched refs:thisObject (Results 1 – 4 of 4) sorted by relevance

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dmodule.audio-video.asf.php1750 $thisObject = array();
1752 …$thisObject['guid'] = substr($asf_header…
1754 $thisObject['guid_text'] = $this->BytestringToGUID($thisObject['guid']);
1755 $thisObject['guid_name'] = $this->GUIDname($thisObject['guid_text']);
1757 …$thisObject['size'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1759 if ($thisObject['size'] <= 0) {
1763 switch ($thisObject['guid']) {
1765 …$thisObject['start_time'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1767 …$thisObject['start_time_unix'] = $this->FILETIMEtoUNIXtime($thisObject['start_ti…
1769 …$thisObject['end_time'] = getid3_lib::LittleEndian2Int(substr($asf_header…
[all …]
/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
137 func.apply( thisObject, [].concat( paramsArray ) ) ;
139 func.apply( thisObject ) ;
144 FCKTools.SetInterval = function( func, milliseconds, thisObject, paramsArray, timerWindow ) argument
149 func.apply( thisObject, 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
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 || [] ) ;
/plugin/jquery/
Djquery-1.4.2.js676 proxy: function( fn, proxy, thisObject ) { argument
679 thisObject = fn;
680 fn = thisObject[ proxy ];
684 thisObject = proxy;
691 return fn.apply( thisObject || this, arguments );