Home
last modified time | relevance | path

Searched refs:fn (Results 1 – 25 of 600) sorted by relevance

12345678910>>...24

/plugin/chordsheets/js/
H A Djtab.min.js1fn.tabtype=0,Raphael.fn.has_chord=!1,Raphael.fn.has_tab=!1,Raphael.fn.debug=!1,Raphael.fn.scale=1,…
/plugin/farmsync/_test/
H A DaddRemoteChangelogRevision.test.php23 $fn = DOKU_TMP_DATA . 'meta/test.changes';
24 io_saveFile($fn, $changelog_text);
31 $fn = DOKU_TMP_DATA . 'meta/test.changes';
33 $original_file = io_readFile($fn);
38 $actual_file = io_readFile($fn);
49 $fn = DOKU_TMP_DATA . 'meta/test.changes';
55 $actual_file = io_readFile($fn);
73 $fn = DOKU_TMP_DATA . 'meta/test.changes';
79 $actual_file = io_readFile($fn);
98 $actual_file = io_readFile($fn);
[all …]
/plugin/aimg/
H A Dstyle.css20 .fn-canvas {
34 .fn-container {
38 .fn-container img {
48 #fn-modaldialog {
62 .fn-area {
69 #fn-area-new{
73 .fn-container-active .fn-area {
77 .fn-container-inactive .fn-area {
120 .fn-note {
131 .fn-note span {
[all …]
/plugin/datatables/assets/datatables.net-plugins/features/searchFade/
H A DdataTables.searchFade.min.js
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64fn:zero-or-one|fn:years-from-duration|fn:year-from-dateTime|fn:year-from-date|fn:upper-case|fn:uno…
/plugin/jquerymigrate/
H A Djquery-migrate-3.1.0.js136 var oldInit = jQuery.fn.init,
154 jQuery.fn.init.prototype = jQuery.fn;
198 jQuery.fn.size = function() {
444 var oldLoad = jQuery.fn.load,
527 jQuery.fn[ name ] = function( data, fn ) { argument
548 jQuery.fn.extend( {
554 unbind: function( types, fn ) { argument
577 jQuery.fn.offset = function() {
611 var oldSelf = jQuery.fn.andSelf || jQuery.fn.addBack;
613 jQuery.fn.andSelf = function() {
[all …]
H A Djquery-migrate-3.1.0.min.js2fn.jquery,e)}s.migrateVersion="3.1.0",n.console&&n.console.log&&(s&&e("3.0.0")||n.console.log("JQM… function
/plugin/xcom/scripts/
H A Dxml.php21 $fn = $params[0] ; variable
26 if($fn =='wiki.putPage' || $fn=='dokuwiki.appendPage') {
37 if($fn == 'plugin.xcom.listNamespaces') {
45 if($fn == 'dokuwiki.getPagelist') {
72 if($fn =='wiki.putPage' || $fn=='dokuwiki.appendPage') {
77 if($fn =='wiki.putPage' || $fn=='dokuwiki.appendPage') {
85 if(in_array($fn,$array_types) && !$retv['faultCode'] && !$retv['faultString']) {
86 if($fn == 'wiki.getAttachmentInfo' && isset($params[1])) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php202 foreach (array_reverse($this->stack) as $fn) {
203 $prev = $fn[0]($prev);
259 * @param array|callable $fn Function to write as a string.
263 private function debugCallable($fn) argument
265 if (is_string($fn)) {
266 return "callable({$fn})";
269 if (is_array($fn)) {
270 return is_string($fn[0])
271 ? "callable({$fn[0]}::{$fn[1]})"
272 : "callable(['" . get_class($fn[0]) . "', '{$fn[1]}'])";
[all …]
H A DMiddleware.php225 * @param callable $fn Function that accepts a RequestInterface and returns
229 public static function mapRequest(callable $fn) argument
231 return function (callable $handler) use ($fn) {
232 return function ($request, array $options) use ($handler, $fn) {
233 return $handler($fn($request), $options);
242 * @param callable $fn Function that accepts a ResponseInterface and
246 public static function mapResponse(callable $fn) argument
248 return function (callable $handler) use ($fn) {
249 return function ($request, array $options) use ($handler, $fn) {
250 return $handler($request, $options)->then($fn);
/plugin/abc2/abc-libraries/abc2svg/
H A Dabcweb-1.js19 user={read_file:function(fn){return a_inc[fn]},errmsg:function(msg,l,c){errtxt+=clean_txt(msg)+'\n'},img_out:function(str){new_page+=str}} argument
55 abc2svg.loadjs=function(fn,relay,onerror){var s=document.createElement('script');if(/:\/\//.test(fn)) argument
56 s.src=fn
58 s.src=jsdir+fn;if(relay)
59 s.onload=relay;s.onerror=onerror||function(){alert('error loading '+fn)}
122 function include(){var i,j,fn,r,k=0
128 fn=page.slice(i,j).trim()
129 if(!a_inc[fn])
[all...]
/plugin/dlcount/
H A Daction.php58 $fn = false;
61 $fn = '/' . substr($href, strpos($href, '?media=')+strlen('?media='));
62 $fn = str_replace(':', '/', $fn);
66 $fn = '/' . substr($href, strpos($href, 'fetch.php/')+strlen('fetch.php/'));
67 $fn = str_replace(':', '/', $fn);
70 $fn = substr($href, strpos($href, '/_media/')+strlen('/_media/')-1);
72 $metafn = $conf['metadir'] . '/' . self::DATADIR . $fn . self::SUFFIX;
76 …show_filesize')) $txt['filesize'] = $this->size_translate(filesize($conf['mediadir'] . '/' . $fn));
78 $fmod = filemtime($conf['mediadir'] . '/' . $fn);
138 $fn = str_replace($mediadir, '', $fullpath);
[all …]
H A Dadmin.php100 foreach ($this->dlcount as $fn=>$dlc) {
102 $lastdltime = $this->time_translate(time() - $this->lastdl[$fn]);
103 if ($this->lastdl[$fn] > 0) $lastdl = sprintf($this->getLang('ago'), $lastdltime);
104 …ptln('<tr><th class="rightalign">' . $top++ . '</th><td>' . $fn . '</td><td class="rightalign">' .…
112 foreach ($this->lastdl as $fn=>$dlt) {
116 … class="rightalign">' . $top++ . '</th><td>' . $fn . '</td><td class="rightalign">' . $this->dlcou…
124 foreach (array_reverse($this->lastdl) as $fn=>$dlt) {
128 … class="rightalign">' . $top-- . '</th><td>' . $fn . '</td><td class="rightalign">' . $this->dlcou…
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dmergeduplicates.php90 $fn = isset($vcard->FN) ? (string)$vcard->FN : null; variable
92 if (empty($fn)) {
103 if (!isset($collectedNames[$fn])) {
105 $collectedNames[$fn] = $vcard;
120 foreach ($collectedNames[$fn]->select($newProp->name) as $compareProp) {
135 foreach ($collectedNames[$fn]->select($newProp->name) as $compareProp) {
146 $collectedNames[$fn]->add(clone $newProp);
160 …rop->name . "' property in duplicate. Earlier vcard:\n" . $collectedNames[$fn]->serialize() . "\n\…
/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloClient.js61 fn();
260 fn(data);
309 fn(file.getData());
331 var fn = mxUtils.bind(this, function()
380 this.authenticate(fn, error);
393 this.pickFile(fn);
404 this.showTrelloDialog(false, fn);
416 fn = (fn != null) ? fn : mxUtils.bind(this, function(id)
424 this.showTrelloDialog(true, fn);
484 mxEvent.addListener(link, 'click', fn);
[all …]
H A DDropboxClient.js315 fn(true);
334 fn(true);
347 fn(true);
352 fn(false);
385 fn();
532 fn(true);
551 fn(true);
564 fn(true);
569 fn(false);
604 fn(true, false);
[all …]
/plugin/ckgdoku/action/
H A Dmeta.php92 $fn = mediaFN($id);
93 $this->ajax_debug($fn);
95 if(file_exists($fn)) {
118 $ft=filemtime($fn) ;
128 if(file_exists($fn)){
134 if(copy($fn, $newf)) {
142 if(file_exists($fn)) {
147 if(!unlink($fn)) {
164 $fn = mediaFN($id);
165 if(file_exists($fn)) {
[all …]
/plugin/ckgedit/action/
H A Dmeta.php118 $fn = mediaFN($id);
119 $this->ajax_debug($fn);
121 if(file_exists($fn)) {
144 $ft=filemtime($fn) ;
154 if(file_exists($fn)){
160 if(copy($fn, $newf)) {
168 if(file_exists($fn)) {
173 if(!unlink($fn)) {
190 $fn = mediaFN($id);
191 if(file_exists($fn)) {
[all …]
/plugin/datatables/assets/datatables.net-plugins/features/alphabetSearch/
H A DdataTables.alphabetSearch.min.js
/plugin/database/
H A Daction.php89 if (isset($_REQUEST['action']) || isset($_REQUEST['fn']) // already in db code
98 // 1. Using an icon with name='fn[action][param(s)]' and params separated by |
102 if (isset($_REQUEST['fn'])) {
105 $fn = $_REQUEST['fn'];
/plugin/randomtables/table-roller/src/Generator/
H A DBaseGenerator.php39 $fn = null;
43 $fn = $parts[1];
49 if (!empty($fn) && in_array($fn, $this->allowedFunctions)) {
50 $result = $fn($result);
/plugin/xcom/
H A Dscript.js119 function xcom_print_data(fn, data,other,xcom_action) { argument
139 switch(fn)
176 if(fn == 'plugin.xcom.getPageInfo' || fn == 'wiki.getAttachmentInfo') {
179 else if (fn == 'plugin.xcom.getMedia' || fn =='plugin.xcom.listNamespaces'
257 function xcom_td(type,val,fn) { argument
259 if(fn)
289 else if(type == 'id' && fn=='dokuwiki.search') {
350 function xcom_check_opts(fn,page,opts, tmp) { argument
354 switch(fn) {
360 xcom_err_msg('wrong_count',fn,'no_opts');
[all …]
/plugin/botbouncer/admin/
H A Dclean.php83 $fn = $INPUT->param('fn');
85 if (is_array($fn)) {
86 $cmd = key($fn);
87 $param = is_array($fn[$cmd]) ? key($fn[$cmd]) : null;
89 $cmd = $fn;
/plugin/authg2fa/
H A Daction.php42 $fn = $INPUT->param('fn');
43 if(is_array($fn)) {
44 $cmd = key($fn);
45 $param = is_array($fn[$cmd]) ? key($fn[$cmd]) : null;
47 $cmd = $fn;
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.buffer.js27 $.fn.socialSharePrivacy.settings.services.buffer = {
39 'text' : $.fn.socialSharePrivacy.getTitle,
40 'picture' : $.fn.socialSharePrivacy.getImage,
46 text : $.fn.socialSharePrivacy.abbreviateText(

12345678910>>...24