Home
last modified time | relevance | path

Searched refs:fn (Results 101 – 125 of 600) sorted by relevance

12345678910>>...24

/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCard.php261 $fn = $this->select('FN');
262 if (count($fn)!==1) {
265 if (($options & self::REPAIR) && count($fn) === 0) {
/plugin/odp/
H A DZipLib.class.php47 $fn = $files[$i];
48 if(!in_Array(dirname($fn[0]),$this->dirs))
49 $this->add_Dir(dirname($fn[0]));
50 if(basename($fn[0]))
51 $ret[basename($fn[0])]=$this->add_File($fn[1],$fn[0],$compact);
/plugin/datatables/assets/datatables.net-plugins/features/searchPane/
H A DdataTables.searchPane.min.js
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.reddit.js28 $.fn.socialSharePrivacy.settings.services.reddit = {
40 'title' : $.fn.socialSharePrivacy.getTitle,
/plugin/diagramsnet/lib/js/
H A Dstencils.min.js201 mxStencilRegistry.loadStencil = function(filename, fn) argument
211 if (fn != null && s != null) {
212 window.setTimeout(function(){fn(mxUtils.parseXml(s))}, 0);
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js17 __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }, argument
333 fn = _ref[key];
335 prop[key] = fn;
341 fn = prop[key];
342 if (typeof fn === 'function' && fnTest.test(fn)) {
343 (function(key, fn) {
352 })(key, fn);
813 fn = _ref1[_i];
814 fn.apply(this, args);
2123 return atoms[name].fn = fn;
[all …]
/plugin/inclform/
H A Dsyntax.php104 $fn = $this->getConf('formdir').'/'.utf8_encodeFN($id).'.php';
106 return $fn;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DFnStream.php33 foreach ($methods as $name => $fn) {
34 $this->{'_fn_' . $name} = $fn;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRetryMiddleware.php69 $fn = $this->nextHandler;
70 return $fn($request, $options)
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DFnStream.php28 foreach ($methods as $name => $fn) {
29 $this->{'_fn_' . $name} = $fn;
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcross-document.js125 var fn = function() {}; function
132 _.isFunction(fn);
137 assert.equal(_.isFunction(fn), true);
/plugin/ckgdoku/ckeditor/adapters/
H A Djquery.js5 …R.config.jqueryOverrideVal?!0:CKEDITOR.config.jqueryOverrideVal;a.extend(a.fn,{ckeditorGet:functio…
9 …nce");return this}});CKEDITOR.config.jqueryOverrideVal&&(a.fn.val=CKEDITOR.tools.override(a.fn.val…
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php274 $fn = $this->select('FN');
275 if (1 !== count($fn)) {
277 if (($options & self::REPAIR) && 0 === count($fn)) {
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php278 $fn = $this->select('FN');
279 if (count($fn) !== 1) {
282 if (($options & self::REPAIR) && count($fn) === 0) {
/plugin/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.print.min.js5 !function(n){var o,r;"function"==typeof define&&define.amd?define(["jquery","datatables.net","datatables.net-buttons"],function(t){return n(t,window,document)}):"object"==typeof exports?(o=require("jquery"),r=function(t,e){e.fn.dataTable||require("datatables.net")(t,e),e.fn.dataTable.Buttons||require("datatables.net-buttons")(t,e)},"undefined"==typeof window?module.exports=function(t,e){return t=t||window,e=e||o(t),r(t,e),n(e,t,t.document)}:(r(window,o),module.exports=n(o,window,window.document))):n(jQuery,window,document)}(function(m,b,t,p){"use strict";function h(t){return n.href=t,-1===(t=n.host).indexOf("/")&&0!==n.pathname.indexOf("/")&&(t+="/"),n.protocol+"//"+t+n.pathname+n.search}var e=m.fn.dataTable,n=t.createElement("a");return e.ext.buttons.print={className:"buttons-print",text:functi (…)
H A Dbuttons.colVis.min.js5 !function(t){var o,i;"function"==typeof define&&define.amd?define(["jquery","datatables.net","datatables.net-buttons"],function(n){return t(n,window,document)}):"object"==typeof exports?(o=require("jquery"),i=function(n,e){e.fn.dataTable||require("datatables.net")(n,e),e.fn.dataTable.Buttons||require("datatables.net-buttons")(n,e)},"undefined"==typeof window?module.exports=function(n,e){return n=n||window,e=e||o(n),i(n,e),t(e,0,n.document)}:(i(window,o),module.exports=t(o,window,window.document))):t(jQuery,window,document)}(function(n,e,t,l){"use strict";var o=n.fn.dataTable;return n.extend(o.ext.buttons,{colvis:function(o,i){var l=null,n={extend:"collection",in (…)
/plugin/ckgedit/ckeditor/adapters/
H A Djquery.js5 …R.config.jqueryOverrideVal?!0:CKEDITOR.config.jqueryOverrideVal;a.extend(a.fn,{ckeditorGet:functio…
9 …nce");return this}});CKEDITOR.config.jqueryOverrideVal&&(a.fn.val=CKEDITOR.tools.override(a.fn.val…
/plugin/dev/
H A DSkeletor.php250 $fn = 'handle' . str_replace('_', '', ucwords(strtolower($event), '_'));
253 '\', \'AFTER|BEFORE\', $this, \'' . $fn . '\');' . "\n";
255 $handler .= str_replace(['@@EVENT@@', '@@HANDLER@@'], [$event, $fn], $template);
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveClient.js282 fn();
309 this.authorize(true, fn, fallback);
454 this.execute(fn);
503 this.execute(fn);
507 fn();
794 fn();
804 fn();
1251 fn();
2091 this.filePickerCallback = (fn != null) ? fn : mxUtils.bind(this, function(id)
2234 this.folderPickerCallback = fn;
[all …]
H A DElectronApp.js1083 fn();
1240 var fn = mxUtils.bind(this, function()
1285 fn();
1364 var fn = mxUtils.bind(this, function()
1478 fn();
1487 fn();
1612 if (fn != null)
1614 fn();
1646 if (fn != null)
1648 fn();
[all …]
/plugin/dokumicrobugtracker/
H A Dedit.php50 …id); $id = str_replace(':','/',$id); $fn = $conf['metadir'].'/'.utf8_encodeFN($id).$ext; …
/plugin/btable/
H A Dexport.php144 $fn = $conf['metadir'].'/'.utf8_encodeFN($id).$ext;
146 return $fn;
/plugin/btable2/
H A Dexport.php144 $fn = $conf['metadir'].'/'.utf8_encodeFN($id).$ext;
146 return $fn;
/plugin/feed/
H A Dsyntax.php128 $fn = 'get' . ucwords($feed);
136 '&fn=' . $fn .
/plugin/jorgchart/
H A Djquery.jOrgChart.js16 $.fn.jOrgChart = function(options) {
17 var opts = $.extend({}, $.fn.jOrgChart.defaults, options);
98 $.fn.jOrgChart.defaults = {

12345678910>>...24