Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.asf.php1750 $thisObject = array();
1754 $thisObject['guid_text'] = $this->BytestringToGUID($thisObject['guid']);
1755 $thisObject['guid_name'] = $this->GUIDname($thisObject['guid_text']);
1759 if ($thisObject['size'] <= 0) {
1763 switch ($thisObject['guid']) {
1767 …$thisObject['start_time_unix'] = $this->FILETIMEtoUNIXtime($thisObject['start_ti…
1771 …$thisObject['end_time_unix'] = $this->FILETIMEtoUNIXtime($thisObject['end_time…
1796 $thisObject['flags']['reliable'] = (bool) $thisObject['flags_raw'] & 0x00000001;
1797 $thisObject['flags']['seekable'] = (bool) $thisObject['flags_raw'] & 0x00000002;
1798 $thisObject['flags']['no_cleanpoints'] = (bool) $thisObject['flags_raw'] & 0x00000004;
[all …]
/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
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/
H A 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 );