Home
last modified time | relevance | path

Searched refs:sprintf (Results 926 – 950 of 1115) sorted by relevance

1...<<31323334353637383940>>...45

/plugin/matrixnotifier/
H A Dhelper.php136 $url = sprintf(['%sdoku.php?id=%s', '%s%s', '%sdoku.php/%s'][$userewrite], DOKU_URL, $page);
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/highlight2wiki/
H A Daction.php367 return sprintf($format, $crc);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DAbstractEndpoint.php241 sprintf(
/plugin/publish/action/
H A Dmail.php66 dbglog(sprintf($this->getLang('mail_invalid'), htmlspecialchars($receiver)));
/plugin/issuetracker/
H A Ditsearch.php66 msg(sprintf($this->getLang('msg_pfilemissing'), $pfile),-1); }
/plugin/data-au/
H A Dhelper.php120 return sprintf('%02d-%02d-%d', $m[1], $m[2], $m[3]);
/plugin/fedauth/classes/adm/
H A Dfa_manage.adm.class.php234 return sprintf('{"success":1,"name":"fa[%s][%s]","title":"%s","value":"%s"}',
/plugin/progrecss/
H A DChangeLog8 ("/") and percentage format via sprintf(). Thanks to Gunnar Gorges
/plugin/indexmenu2/cms/extensions/
H A Dstringextensions.js10 …ight=function(i,I){return this.padding(Math.abs(i),I);};String.prototype.sprintf=function(){var i=… method in String
/plugin/strata/helper/
H A Dutil.php104 msg(sprintf($this->getLang('error_types_config'), $key), -1);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerProtocolHandler.php261 sprintf('The message ID %s is not valid.', $message->getMessageId()),
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRedirectMiddleware.php243 sprintf(
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php173 sprintf(
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DNormalizerFormatter.php190 return sprintf('[resource(%s)]', get_resource_type($data));
/plugin/pageredirect/
H A Daction.php181 echo '<div class="noteredirect">' . sprintf($this->getLang('redirected_from'), $link) . '</div><br/>';
/plugin/clearhistory/
H A Dadmin.php46 msg(sprintf($this->getLang('deleted'), $this->delcounter), 1);
/plugin/data/
H A Dhelper.php126 return sprintf('%d-%02d-%02d', $m[1], $m[2], $m[3]);
312 . '" title="' . sprintf($this->getLang('tagfilter'), hsc($val))
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DCommonToken.php290 return \sprintf(
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php189 sprintf(
/plugin/authwordpress/
H A Dauth.php101 msg(sprintf($this->getLang('error_connect_failed'), $e->getMessage()));
/plugin/struct/helper/
H A Dfield.php71 msg(sprintf($this->getLang('e_required'), hsc($label)), -1);
/plugin/sectiontoggle/
H A DMobile_Detect.php1253 $match = (bool) preg_match(sprintf('#%s#is', $regex), (false === empty($userAgent) ? $userAgent : $this->userAgent), $matches);
1332 preg_match(sprintf('#%s#is', $propertyPattern), $this->userAgent, $match);
/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),
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php257 $result .= $is_hex ? sprintf('&#x%X;', $cOffset) : '&#'.$cOffset.';';
367 throw new \ValueError(sprintf('Argument #1 ($encoding) must be a valid encoding, "%s" given', $encoding));
388 throw new \ValueError(sprintf('Argument #1 ($language) must be a valid language, "%s" given', $lang));

1...<<31323334353637383940>>...45