Home
last modified time | relevance | path

Searched refs:sprintf (Results 501 – 525 of 1115) sorted by last modified time

1...<<21222324252627282930>>...45

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/
H A DUnknownTemplateException.php26 $message = sprintf('Unknown template: %s', $templateName);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTokenizer.php178 $msg = sprintf(
191 $msg = sprintf(
303 …throw new Mustache_Exception_InvalidArgumentException(sprintf('Invalid delimiters: %s', $delimiter…
/plugin/filelist/
H A Dsyntax.php
/plugin/countdown/
H A Dsyntax.php131 $renderer->doc .= sprintf("%u %s %02u:%02u %s"
/plugin/adfs/phpsaml/lib/Saml2/
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 DAuthnRequest.php116 $authnComparisonAttr = sprintf('Comparison="%s"', $authnComparison);
H A DResponse.php271 sprintf(
/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/backup/
H A Dadmin.php120 echo '<p>' . sprintf($this->getLang('medians'), $ns, $link) . '</p>';
156 msg(sprintf($this->getLang('success'), ml($id), $id), 1);
/plugin/aclinfo/
H A Dsyntax.php74 $R->cdata(sprintf($this->getLang('perm'.$p), urldecode($who)));
/plugin/codemirror/dist/modes/
H A Dperl.min.js.map1sprintf","sqrt","srand","stat","state","study","sub","substr","symlink","syscall","sysopen","sysre…
H A Dphp.min.js.map1 …_text explode implode setlocale localeconv parse_str str_pad chop strchr sprintf printf vprintf vs…
H A Doctave.min.js.map1 …n 'methods', 'global', 'persistent', 'endfor', 'endwhile', 'printf', 'sprintf', 'disp', 'until'…
H A Dperl.min.js1 …1,shutdown:1,sin:1,sleep:1,socket:1,socketpair:1,sort:1,splice:1,split:1,sprintf:1,sqrt:1,srand:1,…
/plugin/submgr/
H A Dhelper.php157 msg(sprintf($this->getLang('appliedrule'), count($users)));
176 msg(sprintf($this->getLang('removedrule'), count($users)));
/plugin/archiveupload/
H A Daction.php243 msg(sprintf($lang['uploadbadcontent'],".$ext"),-1);
/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/issuelinks/services/
H A DGitHub.service.php148 msg(sprintf(
/plugin/issuelinks/admin/
H A Drepoadmin.php150 …$authorizedUserLabel = sprintf($this->getLang('label: authorized with user'), $service->getUserStr…
/plugin/etherpadlite/action/
H A Detherpadlite.php176 …return array("file" => __FILE__, "line" => __LINE__, "error" => sprintf($this->getLang('Permission…
/plugin/autotranslation/
H A Dhelper.php446 $msg = sprintf($this->getLang('outdated'), wl($orig));
450 $msg .= sprintf(' ' . $this->getLang('diff'), $difflink);
H A Daction.php105 sprintf(
/plugin/filelisting/
H A Dhelper.php45 $ret .= sprintf($this->getLang('files_in_namespace'), $ns_string);
291 $msg = sprintf($lang['deletesucc'], noNS($DEL));
294 $msg = sprintf($lang['mediainuse'],noNS($DEL));
297 $msg = sprintf($lang['deletefail'],noNS($DEL));
/plugin/dropfiles/
H A Dyarn.lock109 sprintf-js "~1.0.2"
2555 sprintf-js@~1.0.2:
2557 …resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd0152…
/plugin/datatables/
H A Daction.php

1...<<21222324252627282930>>...45