Home
last modified time | relevance | path

Searched refs:sprintf (Results 826 – 850 of 1115) sorted by relevance

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

/plugin/twofactoryubiauth/
H A Dhelper.php147 return sprintf("%s?%s", $url, http_build_query($data));
/plugin/ajaxedit/
H A Dhelper.php155 $msg = sprintf($this->getLang('e_modified'),hsc(editorinfo($INFO['user'])));
/plugin/strata/syntax/
H A Dlist.php49 $R->cdata(sprintf($this->helper->getLang('content_error_explanation'),'Strata list'));
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsBuilder.php
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DUtils.php28 $ex = new \RuntimeException(sprintf(
/plugin/mathpublish/phpmathpublisher/
H A DPhpMathPublisher.php118 $file = sprintf($file, $v);
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DCookie.php110 throw new InvalidArgumentException(sprintf('Cookie domain "%s" should not contain a port', $domain));
/plugin/bez/ctl/
H A Dtasks.php75 $start_month = $end_month = sprintf("%02d", (int)$filters['month']);
/plugin/authimap2/
H A Dauth.php207 msg(sprintf($this->getLang('protected'), hsc($user)), -1);
256 msg(sprintf($this->getLang('protected'), hsc($user)), -1);
/plugin/cronojob/pseudo-cron/
H A Dpseudo-cron.inc.php264 …if ($this->debug) echo sprintf("Increasing from %02d.%02d. %02d:%02d by %d %6s ",$dateArr[mday],$d…
304 …if ($this->debug) echo sprintf("to %02d.%02d. %02d:%02d\n",$dateArr[mday],$dateArr[mon],$dateArr[h…
H A Dpseudo-cron-image.php307 …if ($this->debug) echo sprintf("Increasing from %02d.%02d. %02d:%02d by %d %6s ",$dateArr[mday],$d…
347 …if ($this->debug) echo sprintf("to %02d.%02d. %02d:%02d\n",$dateArr[mday],$dateArr[mon],$dateArr[h…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php304 sprintf('%F', $this->testSuiteTimes[$this->testSuiteLevel])
365 sprintf('%F', $time)
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php118 : sprintf('cURL error %s: %s',
399 throw new \RuntimeException(sprintf(
/plugin/issuetracker/
H A Dsyntax.php241 …$pstring = sprintf("showid=%s&project=%s", urlencode($issues[$issue_id]['id']), urlencode($project…
647 …$pstring = sprintf("showid=%s&amp;project=%s", urlencode($this->_get_one_value($issue,'id')), urle…
767 …$pstring = sprintf("showid=%s&amp;project=%s", urlencode($this->_get_one_value($issue,'id')), urle…
827 …' <label class="it__cir_projectlabel">'.sprintf($this->getLang('lbl_issueqty'),$project).$co…
955 …$subject=sprintf($this->getLang('issuenew_subject'),$issue['severity'], $project, $issue['product'…
957 … $pstring = sprintf("showid=%s&project=%s", urlencode($issue['id']), urlencode($project));
1079 …$bodyhtml = str_ireplace("%%issuedescrmod_subject%%",sprintf($this->getLang('issuedescrmod_subject…
1787 msg(sprintf($this->getLang('wmsg9'), $t_check),-1);
1796 …$Generated_Header = '<div class="it__negative_feedback">'.sprintf($this->getLang('wmsg9'), $t_chec…
1821 …$Generated_Header .= '<span>'.sprintf($this->getLang('wmsg6'), $this->getConf('max_fsize')).' (Fil…
/plugin/data-au/syntax/
H A Dtable.php296 $R->doc .= sprintf($this->before_val, 'class="' . $classes[0] . '"');
304 … $R->doc .= sprintf($this->beforeVal($dataau, $num_rn), 'class="' . $classes[$num_rn] . '"');
388 …$text .= '<h4>' . sprintf($this->getLang('tablefilteredby'), hsc(implode(' & ', $fltrs))) . '</h4>…
/plugin/data/syntax/
H A Dtable.php305 $renderer->doc .= sprintf($this->before_val, 'class="' . $classes[0] . '"');
313 $renderer->doc .= sprintf($this->beforeVal($data, $num_rn), 'class="' . $classes[$num_rn] . '"');
400 $text .= '<h4>' . sprintf($this->getLang('tablefilteredby'), hsc(implode(' & ', $fltrs))) . '</h4>';
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DJsonSerializationVisitor.php196 …throw new RuntimeException(sprintf('An error occurred while encoding your data (error code %d).', …
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DAbstractPipes.php110 …throw new InvalidArgumentException(sprintf('"%s" yielded a value of type "%s", but only scalars an…
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Node/
H A DTrans.php142 $msg .= sprintf('%%%s%%', $n->getAttribute('name'));
/plugin/autogroup/
H A Daction.php144 $msg = sprintf($this->getLang('update_ok'), $user, implode(',',$in), implode(',',$out));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DLongConditionClosingCommentSniff.php170 $expected = sprintf($this->commentFormat, $startCondition['content']);
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DEventDispatcher.php60 throw new InvalidArgumentException(sprintf('Each event must have a "event" key.'));
/plugin/semanticdata/
H A Daction.php58 sprintf('DELETE DATA { <%s%s> ?s ?o }',$this->getConf('base_url'),urlencode($id));
/plugin/podcast/
H A Dhelper.php88 return sprintf("%.{$decimals}f", $bytes / pow(1024, $factor)) . @$sz[$factor];
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/
H A DProfileTest.php77 …$this->assertTrue($profile->getDuration() > 0, sprintf('Expected duration > 0, got: %f', $profile-…

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