Searched refs:fnc (Results 1 – 3 of 3) sorted by relevance
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/ |
H A 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});
|
/plugin/tag/syntax/ |
H A D | topic.php | 132 $fnc = function($a, $b) { 135 usort($pages, $fnc);
|
/plugin/pagelist/ |
H A D | syntax.php |
|