Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Djquery.grab.js27 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 Dtopic.php132 $fnc = function($a, $b) {
135 usort($pages, $fnc);
/plugin/pagelist/
H A Dsyntax.php