Home
last modified time | relevance | path

Searched refs:sprintf (Results 1051 – 1075 of 1115) sorted by relevance

1...<<4142434445

/plugin/freesync/
H A Dhelper.php458 return sprintf($lang['uploadexist'], ".$iext");
/plugin/code2/
H A Dsyntax.php264 && ($hits = sprintf('%02u%02u%02u%03u',
/plugin/etherpadlite/action/
H A Detherpadlite.php176 …return array("file" => __FILE__, "line" => __LINE__, "error" => sprintf($this->getLang('Permission…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php809 throw new InvalidArgumentException(sprintf('Could not parse URI: "%s"', $host));
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php509 …$unhashedDigest = $HA1 . ':' . $nonce . ':' . sprintf("%08d", $digestRequest['nc']) . ':' . $cnonc…
521 …="' . $this->digest_uri . $opaque . '", cnonce="' . $cnonce . '", nc=' . sprintf("%08x", $digestRe…
H A Dclass.soap_parser.php108 $err = sprintf('XML error parsing SOAP payload on line %d: %s',
/plugin/quiz/
H A Dclass_quiz.php195 …$html .= sprintf($this->quizobj->getLang('quiz_resulttext'), $total_correct_answers, $total_answer…
/plugin/jsonrpc/
H A Djsonrpc.php406 return new IJR_ERROR(1, sprintf($lang['uploadexist'].'2', ".$iext"));
/plugin/translator/syntax/
H A Dtranslator.php373 $form->addElement(sprintf("%.1f%%", $currentAmount / $masterValues * 100 ));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.mpeg.php292 …$GOPheader['time_code'] = sprintf('%02d'.$time_code_separator.'%02d'.$time_code_separator.'%02d'.$…
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md86 * Fix missing sprintf in InvalidArgumentException __construct call (thanks @emmanuelballery)
/plugin/blogtng/helper/
H A Dcomments.php246 $title = sprintf($this->getLang('subscr_subject'),$entry['title']);
/plugin/discussion/
H A Daction.php254 msg(sprintf($lang['subscr_unsubscribe_success'], $themail, $ID), 1);
257 msg(sprintf($lang['subscr_subscribe_success'], $themail, $ID), 1);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php179 sprintf(
/plugin/tindexmenu/syntax/
H A Dindexmenu.php278 $js_name .= sprintf("%u",crc32($ns));
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php1485 throw new \InvalidArgumentException(sprintf(
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst432 throw new \Twig\Error\LoaderError(sprintf('Template "%s" does not exist.', $name));
442 throw new \Twig\Error\LoaderError(sprintf('Template "%s" does not exist.', $name));
/plugin/codemirror/dist/modes/
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/botbouncer/lib/
H A Dbotbouncer.php880 $this->dbg('overall SpamScore '.sprintf('%d',$isSpam));
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php912 echo \sprintf("Decision %d:\n%s", $dfa->decision, $dfa->toString($this->getVocabulary()));
/plugin/googlesearch/
H A Dnusoap.php797 return strftime('%Y-%m-%d %H:%M:%S', $sec) . '.' . sprintf('%06d', $usec);
840 …return sprintf('%04d-%02d-%02dT%02d:%02d:%02dZ',$regs[1],$regs[2],$regs[3],$regs[4],$regs[5],$regs…
1124 $errstr = sprintf('XML error parsing XML schema on line %d: %s',
2335 …$unhashedDigest = $HA1 . ':' . $nonce . ':' . sprintf("%08d", $digestRequest['nc']) . ':' . $cnonc…
2342 … . '", uri="' . $this->digest_uri . '", cnonce="' . $cnonce . '", nc=' . sprintf("%08x", $digestRe…
4304 $errstr = sprintf(
5251 $value = sprintf("%.0lf", $value);
5892 $err = sprintf('XML error parsing SOAP payload on line %d: %s',
/plugin/html2pdf/html2pdf/html2ps/
H A Dot.class.php635 die(sprintf("Unsupported CMAP subtable format: %i", $this->_format));
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php966 $message .= sprintf('- %s:%d' . PHP_EOL, $file, $line);
/plugin/tagging/
H A Dhelper.php584 msg(sprintf($this->getLang("admin deleted"), count($tags), $numAffectedPages), 1);

1...<<4142434445