Home
last modified time | relevance | path

Searched refs:sprintf (Results 626 – 650 of 1115) sorted by relevance

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

/plugin/dw2pdf/syntax/
H A Dexportlink.php78 'title' => sprintf($this->getLang('export_ns'), $ns, $title),
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
H A DReflectionHelper.php71 sprintf(
/plugin/bureaucracyau/helper/
H A Dfieldusers.php92 … throw new Exception(sprintf($this->getLang('e_users'), hsc($this->getParam('display'))));
/plugin/redirect2/
H A Dsyntax.php62 $message = '<div class="notify">'.sprintf($this->getLang('redirect_to'), $link).'</div>';
/plugin/bureaucracy-au/helper/
H A Dfieldusers.php92 … throw new Exception(sprintf($this->getLang('e_users'), hsc($this->getParam('display'))));
/plugin/jplayer/vendor/symfony/process/
H A DPhpProcess.php50 …@trigger_error(sprintf('The $options parameter of the %s constructor is deprecated since Symfony 3…
H A DProcessUtils.php113 …throw new InvalidArgumentException(sprintf('"%s" only accepts strings, Traversable objects or stre…
/plugin/dokupp/
H A Dsyntax.php51 $renderer->doc .=sprintf($arg, $N[$S]);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DConfigCache.php61 …if (false === @file_put_contents($path, sprintf("<?php\n\n// $resource\nreturn %s;\n", var_export(…
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DDsnFunction.php107 return sprintf('%s(%s)%s', $this->getName(), implode(' ', $this->getArguments()), empty($this->parameters) ? '' : '?'.http_build_query($this->parameters));
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DLexerNoViableAltException.php55 return \sprintf('%s(\'%s\')', self::class, $symbol);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCodabar.php65 throw new \Mpdf\Barcode\BarcodeException(sprintf('Invalid character "%s" in CODABAR barcode value "%s"', $code[$i], $code));
/plugin/bureaucracy/helper/
H A Dfieldusers.php92 … throw new Exception(sprintf($this->getLang('e_users'), hsc($this->getParam('display'))));
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DDoctrineTypeDriver.php51 $targetEntity = sprintf('ArrayCollection<%s>', $targetEntity);
H A DDoctrinePHPCRTypeDriver.php47 $targetEntity = sprintf('ArrayCollection<%s>', $targetEntity);
/plugin/authradius/
H A Dmschap.php47 $uni .= sprintf("%X",$a);
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.url.curl.class.php65 error_log(sprintf('Cannot open %s, CURL error is: %s',
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/
H A DBaseDumper.php53 $str = sprintf("%s %s\n", $start, $this->formatTime($profile, $percent));
/plugin/distributedacl/
H A Daction.php102 $newconfacl .= sprintf ( "%-30s %-40s %3d %s", $aclfor, $user, $perm, "# distributedACL autogenerated for $aclfor #\n" );
/plugin/farmsync/meta/
H A DStructUpdates.php47 echo sprintf($this->getLang('progress:struct'), $target, $i, $total) . "</br>";
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DThrowablePatch.php63 sprintf(
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DScalarComparator.php82 sprintf(
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DDate.php86 $id = sprintf('diff.%s.%s', $invert ? 'in' : 'ago', $unit);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/
H A DMention.php36 parent::__construct('', $label ?? \sprintf('%s%s', $prefix, $identifier));
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/
H A DHeadingPermalinkRenderer.php

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