Home
last modified time | relevance | path

Searched refs:fn (Results 251 – 275 of 600) sorted by relevance

1...<<11121314151617181920>>...24

/plugin/tagfilter/script/select2/
H A Dselect2_locale_el.js9 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_ar.js9 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_en.js9 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_hr.js10 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_lv.js9 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_ru.js9 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_lt.js10 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_uk.js10 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_rs.js9 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_pl.js10 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_sk.js14 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_cs.js15 $.extend($.fn.select2.defaults, {
/plugin/include/
H A Daction.php274 $fn = wikiFN($data['name']);
278 'rev' => @filemtime($fn),
279 'writable' => (page_exists($data['name']) ? (is_writable($fn) && $perm >= AUTH_EDIT) : $perm >= AUTH_CREATE),
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js127 function bind(obj, fn) { argument
129 return fn.apply(obj, arguments);
493 function on(depMap, name, fn) { argument
500 fn(defined[id]);
503 getModule(depMap).on(name, fn);
1324 function fn() { function
1331 return fn;
1719 req.nextTick = typeof setTimeout !== 'undefined' ? function (fn) {
1720 setTimeout(fn, 4);
1721 } : function (fn) { fn(); };
/plugin/jplayer/components/
H A Drequire.js127 function bind(obj, fn) { argument
129 return fn.apply(obj, arguments);
493 function on(depMap, name, fn) { argument
500 fn(defined[id]);
503 getModule(depMap).on(name, fn);
1324 function fn() { function
1331 return fn;
1719 req.nextTick = typeof setTimeout !== 'undefined' ? function (fn) {
1720 setTimeout(fn, 4);
1721 } : function (fn) { fn(); };
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.stumbleupon.js20 $.fn.socialSharePrivacy.settings.services.stumbleupon = {
H A Djquery.socialshareprivacy.linkedin.js19 $.fn.socialSharePrivacy.settings.services.linkedin = {
/plugin/bez/lib/jquery.datepair/
H A Djquery.datepair.js17 jQuery.fn.datepair = function(option) {
/plugin/farmsync/script/
H A DscrollToLine.js16 $.fn.scrollToLine = function (linenumber) {
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php25 foreach ($functions as $fn) {
26 call_user_func_array($fn, $args);
/plugin/bpmnio/script/
H A Dbpmnio_render.js112 function safeRender(tag, type, fn) { argument
124 fn(xml, container);
/plugin/photogallery/lightGallery/js/
H A Djquery.mousewheel.min.js8fn?"offsetParent":"parent"]();return d.length||(d=a("body")),parseInt(d.css("fontSize"),10)||parse…
/plugin/tagging/script/
H A Deditable.js231 this.options = jQuery.extend({}, jQuery.fn.editable.defaults, options);
416 $.fn.editable = function (option) {
434 $.fn.editable.defaults = {
/plugin/freesync/
H A Dhelper.php440 $fn = mediaFN($id);
448 if(preg_match('/\.('.$regex.')$/i',$fn)) {
450 $overwrite = @file_exists($fn);
467 $data[1] = $fn;
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveFile.js72 DriveFile.prototype.getPublicUrl = function(fn) argument
86 fn(this.desc.webContentLink);
93 fn(null);
96 fn(null)

1...<<11121314151617181920>>...24