Searched refs:fnc (Results 1 – 3 of 3) sorted by relevance
| /plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/ |
| D | jquery.grab.js | 27 var fnc, i; 31 elem.removeEventListener(type, bind._binds[i].fnc, false); 33 elem.detachEvent('on'+type, bind._binds[i].fnc); 44 var fnc, i; 48 fnc = function(e){ function 59 elem.addEventListener(type, fnc, false); 61 elem.attachEvent('on' + type, fnc); 63 bind._binds.push({elem: elem, type: type, func: func, fnc: fnc}); property
|
| /plugin/tag/syntax/ |
| D | topic.php | 132 $fnc = function($a, $b) { 135 usort($pages, $fnc);
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …ubstring(b1);}function bind(fnc){var Aps=Array.prototype.slice,static_args=Aps.call(arguments,1);r… argument
|