Home
last modified time | relevance | path

Searched refs:sprintf (Results 426 – 450 of 1115) sorted by last modified time

1...<<11121314151617181920>>...45

/plugin/idcount/
H A Daction.php31 return sprintf('%0'.$d.'d', $n);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D40.40.js.map1 …sign',\n 'sin',\n 'sind',\n 'split_part',\n 'sprintf',\n 'sqrt'…
H A D50.50.js.map1 … 'setweight',\n 'shobj_description',\n 'sind',\n 'sprintf',\n 'state…
H A D39.39.js.map1 … 'split',\n '-T',\n 'getgrent',\n 'ord',\n 'sprintf',\n '-t',\…
/plugin/dx/src/
H A DStandardize.php105 throw new RuntimeException(sprintf('Directory "%s" was not created', $dirPath));
/plugin/logindelay/action/
H A Dlogin.php90 msg(sprintf($this->getLang('errorMessage'), $allowedRetry), -1);
/plugin/schedule/
H A DscheduleRoot.class.php132 …$ds_date = sprintf ("%08d", date ("Ymd", mktime (0, 0, 0, date ("n"), date ("j")+$matches["delta"]…
134 …$ds_date = sprintf ("%08d", date ("Ymd", mktime (0, 0, 0, date ("n"), date ("j")-$matches["delta"…
136 $ds_date = sprintf ("%04d%02d%02d", $dt_date["Y"], $dt_date["m"], $dt_date["d"]);
138 $ds_date = sprintf ("20%02d%02d%02d", $dt_date["Y"], $dt_date["m"], $dt_date["d"]);
147 return sprintf ("%02d/%02d/%04d",
/plugin/bookcreator/syntax/
H A Dbookmanager.php
H A Dexportsaved.php74 $title = sprintf($this->getLang('exportselection'), $savedSelectionPage, $type);
/plugin/bookcreator/action/
H A Dhandleselection.php189 $response['success'] = sprintf($this->getLang('saved'), $save_pageid);
214 throw new Exception(sprintf($this->getLang('selectiondontexist'), $pageid));
218 $response['success'] = sprintf($this->getLang('deleted'), $pageid);
234 throw new Exception(sprintf($this->getLang('selectiondontexist'), $pageid .':'));
238 throw new Exception(sprintf($this->getLang('selectionforbidden'), $pageid));
242 throw new Exception(sprintf($this->getLang('selectiondontexist'), $pageid));
/plugin/yearbox/
H A Dsyntax.php272 $day_fmt = sprintf("%02d", $cur_day);
273 $month_fmt = sprintf("%02d", $mth_num);
/plugin/structupdate/helper/
H A Dupdate.php95 $thanks = sprintf($this->getLang('bureaucracy_action_struct_update_thanks'), wl($ID));
/plugin/qc/
H A DOutput.php129 $html .= sprintf($this->helper->getLang($err . '_h'), $val);
135 $html .= '<p>' . sprintf($this->helper->getLang($err), $val) . '</p>';
H A Dadmin.php68 echo '<p>' . sprintf($this->getLang('admin_desc'), $max) . '</p>';
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php890 die(sprintf($format, $msg));
1034 return sprintf('[%s: message="%s" code=%d mode=callback '.
1052 return sprintf('[%s: message="%s" code=%d mode=%s level=%s '.
/plugin/displayfile/
H A Dsyntax.php105 { return sprintf($this->getLang('error_traversal_token'), $title); }
112 { return sprintf($this->getLang('error_extension_deny'), $ext); }
117 { return sprintf($this->getLang('error_extension_allow'), $ext); }
124 { return sprintf($this->getLang('error_self'), $title); }
165 else if ($real_path === false) { return sprintf($this->getLang('error_access'), $title); }
171 …else if (strpos($real_path, $real_root) !== 0) { return sprintf($this->getLang('error_access'), $t…
174 else if (is_dir($real_path)) { return sprintf($this->getLang('error_access'), $title); }
175 … else if (!is_readable($real_path)) { return sprintf($this->getLang('error_access'), $title); }
184 return sprintf($this->getLang('error_read'), $title);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DUUIDUtil.php29 return sprintf(
H A DBirthdayCalendarGenerator.php146 'SUMMARY' => sprintf($this->format, $object->FN->getValue()),
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php390 return '%' . sprintf('%02x', ord($match[0]));
408 return '%' . sprintf('%02x', ord($match[0]));
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DUUIDUtil.php28 return sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x',
/plugin/structsection/
H A Dyarn.lock472 sprintf-js "~1.0.2"
2589 sprintf-js@~1.0.2:
2591 …resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd0152…
/plugin/elwikiupgrade/
H A DHTTPClient.php578 …throw new HTTPClientException(sprintf('Timeout while sending %s (%.3fs)',$message, $time_used), -1…
624 sprintf('Timeout while reading %s after %d bytes (%.3fs)', $message,
671sprintf('Timeout while reading %s (%.3fs) >%s<', $message, $time_used, $r_data),
H A DVerboseTarLib.class.php468 $uid = sprintf("%6s ", decoct($uid));
469 $gid = sprintf("%6s ", decoct($gid));
470 $perm = sprintf("%6s ", decoct($perm));
471 $size = sprintf("%11s ", decoct($size));
472 $mtime = sprintf("%11s", decoct($mtime));
485 $chks = pack("a8", sprintf("%6s ", decoct($chks)));
/plugin/imagereference/syntax/
H A Dimgcaption.php312 return sprintf(
/plugin/twitter/
H A Dsyntax.php85 …="' . $permalink . '" class="urlextern twtUrlextern" target="_blank">' . sprintf($this->getLang('t…

1...<<11121314151617181920>>...45