Home
last modified time | relevance | path

Searched refs:sprintf (Results 1 – 25 of 1115) sorted by path

12345678910>>...45

/plugin/404manager/
H A Daction.php273 …$this->message->addContent(sprintf($this->lang['message_redirected_by_redirect'], hsc($pageIdOrigi…
278 …$this->message->addContent(sprintf($this->lang['message_redirected_to_startpage'], hsc($pageIdOrig…
283 …$this->message->addContent(sprintf($this->lang['message_redirected_to_bestpagename'], hsc($pageIdO…
288 …$this->message->addContent(sprintf($this->lang['message_redirected_to_bestnamespace'], hsc($pageId…
293 …$this->message->addContent(sprintf($this->lang['message_redirected_to_searchengine'], hsc($pageIdO…
/plugin/accscounter/
H A Dadmin.php75 … msg(sprintf($this->getLang('sfstried'), $page, $element[0], $element[1]));
92 …ber')) and @unlink($achelper->counterFN($page, '.number')) == FALSE) msg(sprintf($this->getLang('m…
93 …e, '.ip')) and @unlink($achelper->counterFN($page, '.ip')) == FALSE) msg(sprintf($this->getLang('m…
/plugin/aceeditor/
H A Dbuild.js1 …ere|spinmap|spline|spones|spparms|sprand|sprandn|sprandsym|sprank|spring|sprintf|spy|sqrt|sqrtm|sq…
/plugin/acknowledge/
H A Daction.php174 $html .= sprintf($this->getLang('ackGranted'), dformat($ack));
183 . sprintf($this->getLang('ackDiff'), dformat($latest))
/plugin/acknowledge/admin/
H A Dreport.php116 echo '<p>' . sprintf($this->getLang('count'), hsc($user), $count, count($assignments)) . '</p>';
/plugin/aclinfo/
H A Dsyntax.php74 $R->cdata(sprintf($this->getLang('perm'.$p), urldecode($who)));
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php437 $output = sprintf("%c%c%s", $type, $length, $string);
439 $output = sprintf("%c%c%c%s", $type, 0x81, $length, $string);
441 $output = sprintf("%c%c%c%c%s", $type, 0x82, $length/0x0100, $length%0x0100, $string);
/plugin/adfs/phpsaml/lib/Saml2/
H A DAuthnRequest.php116 $authnComparisonAttr = sprintf('Comparison="%s"', $authnComparison);
H A DMetadata.php106 $attrCsDesc = sprintf(
116 …$requestedAttributeStr = sprintf(' <md:RequestedAttribute Name="%s"', $attribute['name'…
118 $requestedAttributeStr .= sprintf(' NameFormat="%s"', $attribute['nameFormat']);
121 … $requestedAttributeStr .= sprintf(' FriendlyName="%s"', $attribute['friendlyName']);
124 …$requestedAttributeStr .= sprintf(' isRequired="%s"', $attribute['isRequired'] === true ? 'true' :…
H A DResponse.php271 sprintf(
/plugin/adminperm/
H A Dadmin.php68 msg(sprintf($this->getLang('nosave'), $this->config), -1);
/plugin/advanced/admin/
H A Dconfig.php187 $file_backup = sprintf('%s.%s.gz', $file_path, date('YmdHis'));
202 msg(sprintf($this->getLang('conf_file_save_success'), $file_name), 1);
205 msg(sprintf($this->getLang('conf_file_save_fail'), $file_name), -1);
H A Dexport.php112 echo sprintf('<h3>%s</h3>', $this->getLang('exp_select_namespace'));
119 echo sprintf('<option value="%s">%s</option>', $namespace['id'], $namespace['id']);
128 …echo sprintf('<label><input type="checkbox" name="include-sub-ns" /> %s</label> ', $this->getLang(…
129 …echo sprintf('<button type="submit" name="cmd[export]" class="btn btn-default">%s &rarr;</button> …
130 …echo sprintf('<button type="submit" name="export[select_pages]" class="btn btn-primary primary">%s…
175 echo sprintf('<h3>%s</h3>', $this->getLang('exp_select_pages'));
176 echo sprintf('<input type="hidden" value="%s" name="ns" />', $INPUT->str('ns'));
200 echo sprintf('
223 …echo sprintf('<button type="submit" name="export[select_ns]" class="btn btn-default">&larr; %s</bu…
224 …echo sprintf('<button type="submit" name="cmd[export]" class="btn btn-primary primary">%s &rarr;</…
H A Dimport.php128 msg(sprintf($this->getLang('imp_page_already_exists'), $wiki_page), 2);
184 …echo sprintf('<button type="submit" name="import[upload_backup]" class="btn btn-primary primary">%…
203 echo sprintf('<h3>1. %s</h3>', $this->getLang('imp_select_namespace'));
206 echo sprintf('<option>%s</option>', $this->getLang('imp_select_namespace'));
210 echo sprintf('<option value="%s">%s</option>', $namespace['id'], $namespace['id']);
216 echo sprintf('<h3>2. %s</h3>', $this->getLang('imp_select_pages'));
233 echo sprintf('
249 echo sprintf('<tbody>
260 …echo sprintf('<button type="submit" name="import[upload_form]" class="btn btn-default">&larr; %s</…
261 …echo sprintf('<button type="submit" name="cmd[import]" class="btn btn-primary primary">%s &rarr;</…
[all …]
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dcombined.js104 * sprintf and vsprintf for jQuery
105 * somewhat based on http://jan.moesen.nu/code/javascript/sprintf-and-printf-in-javascript/
108 * @project jquery.sprintf
110 (function(d){var a={b:function(e){return parseInt(e,10).toString(2)},c:function(e){return String.fromCharCode(parseInt(e,10))},d:function(e){return parseInt(e,10)},u:function(e){return Math.abs(e)},f:function(f,e){e=parseInt(e,10);f=parseFloat(f);if(isNaN(e&&f)){return NaN}return e&&f.toFixed(e)||f},o:function(e){return parseInt(e,10).toString(8)},s:function(e){return e},x:function(e){return(""+parseInt(e,10).toString(16)).toLowerCase()},X:function(e){return(""+parseInt(e,10).toString(16)).toUpperCase()}};var c=/%(?:(\d+)?(?:\.(\d+))?|\(([^)]+)\))([%bcdufosxX])/g;var b=function(f){if(f.length==1&&typeof f[0]=="object"){f=f[0];return function(i,h,k,j,g,m,l){return a[g](f[j])}}else{var e=0;return function(i,h,k,j,g,m,l){if(g=="%"){return"%"}return a[g](f[e++],k)}}};d.extend({sprintf:function(f){var e=Array.apply(null,arguments).slice(1);return f.replace(c,b(e))},vsprintf:function(f,e){return f.replace(c,b(e))}})})(jQuery);
1102 var file = $.sprintf(ApiGen.config.templates[autocompleteFiles[data[0]]].filename, parts[0].replace(/\(\)/, '').replace(/[^\w]/g, '.'));
/plugin/ajaxedit/
H A Daction.php72 msg(sprintf($this->getLang('section_found'),wl($ID,array('do'=>'edit'))));
75 msg(sprintf($this->getLang('moved_section_found'),wl($ID,array('do'=>'edit'))));
H A Dhelper.php155 $msg = sprintf($this->getLang('e_modified'),hsc(editorinfo($INFO['user'])));
/plugin/anewssystem/
H A Dsyntax.php801 $theLink = sprintf($this->getConf('convert'), $theLink);
/plugin/approve/action/
H A Dnotification.php80 $full = sprintf($this->getLang('notification full'), $link);
/plugin/approve/syntax/
H A Dtable.php251 $renderer->doc .= $all_approved_ready . ' / ' . $all . sprintf(" (%.0f%%)", $percent);
264 $renderer->doc .= $all_approved . ' / ' . $all . sprintf(" (%.0f%%)", $percent);
/plugin/archivegenerator/
H A Dadmin.php57 msg(sprintf($this->getLang('message: email invalid'), hsc($email)), -1);
262 $this->log('info', sprintf($this->getLang('message: create empty dir'), $directory));
326 $this->log('info', sprintf($this->getLang('message: create zip archive'), hsc($archiveFN)));
347 $message[] = sprintf($this->getLang('message: add files in dir'), hsc($srcDir . '/'));
352 $message[] = sprintf($this->getLang('message: skipping files'), hsc($skipRegex));
377 $this->log('warning', sprintf($this->getLang('message: file is large'),
447 ptln(sprintf($this->getLang('message: archive exists'), $mtime));
457 ptln(sprintf($this->getLang('message: archive exists'), $mtime));
517 $timedMessage = sprintf($this->getLang('seconds'), $time) . ': ' . $message;
/plugin/archiveupload/
H A Daction.php243 msg(sprintf($lang['uploadbadcontent'],".$ext"),-1);
/plugin/authfacebook/lib/Http/
H A DRequestBodyMultipart.php110 return sprintf(
130 return sprintf(
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md376 $logger->debug(sprintf('new access token received at cache key %s', $cacheKey));
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php173 sprintf(

12345678910>>...45