Home
last modified time | relevance | path

Searched refs:sprintf (Results 1026 – 1050 of 1115) sorted by relevance

1...<<4142434445

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DFile.php693 return sprintf(
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DPropertyTest.php282 $s .= sprintf('%02X(%c)', $c, $c);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DPropertyTest.php282 $s .= sprintf('%02X(%c)', $c, $c);
/plugin/odt/action/
H A Dexport.php330 $msg = sprintf($this->getLang('forbidden'), hsc(join(', ', $skippedpages)));
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php633 throw new WebDriverException(sprintf('Error creating zip archive: %s', $errorCode));
/plugin/twofactorgoogleauth/
H A DQRCode.php74 …$svg = sprintf('<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 %d %d">', $code['s'][0], $cod…
78 $svg .= sprintf('<rect x="%d" y="%d" width="1" height="1" />', $x, $y);
/plugin/diagramsnet/lib/
H A Dyarn.lock825 sprintf-js "^1.1.2"
861 sprintf-js@^1.1.2:
863 …resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.2.tgz#da1765262bf8c0f571749f2ad…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DJsonSerializationTest.php127 throw new RuntimeException(sprintf('The key "%s" is not supported.', $key));
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php491 …return "<img src=\"$url\" alt=\"" . sprintf ( $this->getLang ( 'fileimagealt' ), $column, $value […
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php436 …return "<img src=\"$url\" alt=\"" . sprintf ( $this->getLang ( 'fileimagealt' ), $column, $value […
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DEngine.php214 … throw new Mustache_Exception_InvalidArgumentException(sprintf('Unknown pragma: "%s".', $pragma));
/plugin/evesso/
H A Dauth.php213 msg(sprintf($this->getLang('authnotenabled'), $servicename), -1);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php541 \sprintf('token recognition error at: \'%s\'', $text),
/plugin/gitbacked/lib/
H A DGit.php318 putenv(sprintf("%s=%s",$k,$v));
/plugin/struct/meta/
H A DAccessTable.php431 $result .= sprintf("% -20s : %s\n", $key, $value);
/plugin/sketchcanvas/phplib/
H A Dspyc.php353 return sprintf ("'%s'", $value);
356 return sprintf ('"%s"', $value);
/plugin/pagequery/
H A DPageQuery.php41 $render .= '<p class="no-results"><span>pagequery</span>' . sprintf(
865 $jump_tip = sprintf($this->lang['jump_section'], $heading);
/plugin/dokutranslate/
H A Daction.php513 $ret = sprintf($this->getLang('trans_percentage'), 25 * $total / count($meta));
/plugin/file2dw/
H A Daction.php588 $path = sprintf('%s/%s%s', $dir, $prefix, mt_rand(100000, mt_getrandmax()));
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DAnnotationDriver.php233 throw new InvalidMetadataException(sprintf(
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUri.php683 sprintf('Invalid port: %d. Must be between 0 and 65535', $port)
/plugin/statdisplay/helper/
H A Dlog.php462 return sprintf("%d-%02d", $year, $month);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php589 return sprintf($inflect, $value);
/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/issuelinks/services/
H A DGitHub.service.php148 msg(sprintf(

1...<<4142434445