Home
last modified time | relevance | path

Searched refs:sprintf (Results 976 – 1000 of 1115) sorted by relevance

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

/plugin/templater/
H A Dsyntax.php189 $renderer->doc .= sprintf($getSection[1], $data[2]);
/plugin/linkfix/
H A Dadmin.php97 msg(sprintf($this->getLang('badnamespace'), hsc($this->searchin)), -1);
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DOptimizerNodeVisitor.php64 … throw new \InvalidArgumentException(sprintf('Optimizer mode "%s" is not valid.', $optimizers));
/plugin/multipoll/
H A Dsyntax.php195 $pct = sprintf('%3.1f', 100 * $s / $poll['votes']);
/plugin/datatemplate/syntax/
H A Dentry.php260 '" title="'.sprintf($this->getLang('tagfilter'),hsc($val)).
/plugin/gtime/gtlib/util/
H A DGTUtil.php568 $checksum = sprintf("%u", $checksum); // make unsigned, needed for 32 bit PHP
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php151 sprintf(
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php148 sprintf(
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php523 $hash = md5(sprintf('version: %s, data : %s', self::VERSION, $source));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCode93.php123 throw new \Mpdf\Barcode\BarcodeException(sprintf('Invalid character "%s" in CODE93 barcode value "%s"', $code[$i], $code));
141 throw new \Mpdf\Barcode\BarcodeException(sprintf('Invalid CODE93 barcode value "%s"', $code));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1997 sprintf(
2013 sprintf(
2031 sprintf(
2845 sprintf(
2904 sprintf(
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php139 $code = sprintf('echo str_repeat(\'*\', %d);', $expectedOutputSize);
317 $process = $this->getProcess(sprintf('echo %s %s echo %s', $input, $operator, $input));
939 … $this->expectExceptionMessage(sprintf('Process must be started before calling "%s()".', $method));
1488 …$p = new Process(sprintf('"%s" -r %s "a" "" "b"', self::$phpBin, escapeshellarg('print_r($argv);')…
/plugin/pdb/
H A Dsyntax.php132 …$renderer->doc.='<div class="pdb_plugin">'.sprintf($this->getLang('plugin_cmd_not_found'),$cmd).'<…
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DSerializationGraphNavigator.php202 …throw new ExpressionLanguageRequiredException(sprintf('To use conditional exclude/expose in %s you…
/plugin/fetchmedia/action/
H A Dajax.php85 …return ['status' => 409, 'status_text' => sprintf($this->getLang('error: page is locked'), $lock)];
/plugin/strata/syntax/
H A Dselect.php130 $this->helper->_fail(sprintf($this->helper->getLang('error_query_unknownselect'),utf8_tohtml(hsc($var))));
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php379 return \sprintf(
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DStreamReader.php323 \sprintf('Offset (%s) out of range (length: %s)', $offset, $this->bufferLength)
/plugin/struct/meta/
H A DSchemaBuilder.php140 msg(sprintf($this->helper->getLang('duplicate_label'), $wantedlabel, $fixedlabel), -1);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php58 $this->assertSame(sprintf($message, 'index'), $e->getMessage());
783 throw new \BadMethodCallException(sprintf('Unknown method "%s".', $method));
/plugin/html2pdf/html2pdf/html2ps/
H A Dpipeline.class.php344 die(sprintf('No feature "%s" found', $feature_name));
792 error_log(sprintf(_('Could not fetch: %s'), (string)$data_id));
949 error_log(sprintf('Could not fetch %s', $data_id));
H A Dcss.ruleset.class.php31 …error_log(sprintf('No allowed (%s) media types found in CSS stylesheet media types (%s). Styleshee…
/plugin/database2/
H A Dmedia.php227 $title = sprintf( $db->getLang( 'printtitle' ), $table );
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php137 trigger_error(sprintf($fmt, $assoc_type), E_USER_ERROR);
/plugin/authucenter/lib/api/
H A Duc.php305 …$string = $operation == 'DECODE' ? base64_decode(substr($string, $ckey_length)) : sprintf('%010d',…

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