Home
last modified time | relevance | path

Searched refs:sprintf (Results 776 – 800 of 1115) sorted by relevance

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

/plugin/imageshack/
H A Daction.php39 msg(sprintf('The was a problem receiving the file from you (error %d)',
/plugin/adfs/phpsaml/lib/Saml2/
H A DAuthnRequest.php116 $authnComparisonAttr = sprintf('Comparison="%s"', $authnComparison);
/plugin/multiselect/
H A Daction.php124 … $param['msg'] = sprintf($Hajax->getLang('changed_from_to'),'Multiselect',hsc($temp),hsc($token));
/plugin/preregister/
H A Dadmin.php110 $perm = substr(sprintf('%o', fileperms($this->metaFn )), -4);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DLimitStream.php76 throw new \RuntimeException(sprintf(
H A DMultipartStream.php120 ? sprintf(
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DInputStream.php51 throw new \InvalidArgumentException(\sprintf('File not found at %s.', $path));
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DLineReader.php164 \sprintf('Unexpected data in xref table (%s)', \implode(' ', $pieces)),
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DSizeConverter.php56 $this->logger->warning(sprintf('Invalid size representation "%s"', $size), ['context' => LogContext::CSS_SIZE_CONVERSION]);
H A DForm.php331 $ClipPath = sprintf('q %.3F %.3F %.3F %.3F re W n ', $this->mpdf->x * Mpdf::SCALE, ($this->mpdf->h - $this->mpdf->y) * Mpdf::SCALE, $w * Mpdf::SCALE, -$h * Mpdf::SCALE);
466 $this->writer->write(sprintf('q %.3F 0 0 %.3F %.3F %.3F cm /I%d Do Q', $objattr['INNER-WIDTH'] * Mpdf::SCALE, $objattr['INNER-HEIGHT'] * Mpdf::SCALE, $objattr['INNER-X'] * Mpdf::SCALE, ($this->mpdf->h - ($objattr['INNER-Y'] + $objattr['INNER-HEIGHT'] )) * Mpdf::SCALE, $objattr['ID']));
736 $this->writer->write('/NM ' . $this->writer->string(sprintf('%04u-%04u', $n, 3000 + $key++)));
1274 return sprintf('%.3F', $r / 255);
1276 return sprintf('%.3F %.3F %.3F', $r / 255, $g / 255, $b / 255);
1303 return sprintf('%.3F %.3F %.3F %.3F', $x, $y2, $x2, $y);
1384 $this->writer->write('/NM ' . $this->writer->string(sprintf('%04u-%04u', $n, 7000 + $form['n'])));
1585 $fs = sprintf('%.3F', $form['style']['fontsize'] * 1.25);
1590 $matrix = sprintf('%.3F 0 0 %.3F 0 %.3F', $form['style']['fontsize'] * 1.33 / 10, $form['style']['fontsize'] * 1.25 / 10, $form['style']['fontsize']);
1615 $fs = sprintf('
[all...]
/plugin/translation3/
H A Dhelper.php414 $msg = sprintf($this->getLang('outdated'),wl($orig));
416 $msg .= sprintf(' '.$this->getLang('diff'),
/plugin/watchcycle/
H A Daction.php437 $text = sprintf($this->getLang('mail body'), $page);
439 $html = sprintf($this->getLang('mail body'), $link);
/plugin/zip/pear/
H A DPEAR.php897 die(sprintf($format, $msg));
1065 return sprintf('[%s: message="%s" code=%d mode=callback '.
1083 return sprintf('[%s: message="%s" code=%d mode=%s level=%s '.
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php481 throw new \TypeError(\sprintf('Argument 2 passed to "%s()" must be of type array|bool|null, %s given.', __METHOD__, \is_object($options) ? \get_class($options) : \gettype($options)));
490 throw new InvalidException(\sprintf('"%s" is not a valid option. Allowed options are "%s".', \implode('", "', $invalidOptions), \implode('", "', $allowedOptions)));
494 throw new InvalidException(\sprintf('"%s" are not valid options. Allowed options are "%s".', \implode('", "', $invalidOptions), \implode('", "', $allowedOptions)));
/plugin/rater/
H A Dsyntax.php111 … $rater_already_rated_msg = sprintf($this->getConf('already_rated_msg'),$rater_ip_vote_qty);
229 …{ $ret_details = '<div class="rating__details">'.sprintf($msg_ratingended,date('d.m.Y',strtotime(…
232 …{ $ret_details = '<div class="rating__details">'.sprintf($msg_ratingend,date('d.m.Y',strtotime($d…
353 … {$rater_endmsg = sprintf($msg_votended,date('d.m.Y',strtotime($data['rater_end']))).'<br />';}
355 … {$rater_endmsg = sprintf($msg_votend,date('d.m.Y',strtotime($data['rater_end']))).'<br />';}
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php196 throw new \InvalidArgumentException(\sprintf(
209 throw new \InvalidArgumentException(\sprintf(
812 throw new \InvalidArgumentException(\sprintf(
886 throw new \InvalidArgumentException(\sprintf(
925 throw new \InvalidArgumentException(\sprintf(
/plugin/photogallery/
H A Dsyntax.php238 msg(sprintf($this->getLang('notauthorized'),$data['ns']),-1);
280 … $R->doc .= '<div class="nothing">'.sprintf($this->getLang('nsnotexists'),$data['ns']).'</div>';
283 … $R->doc .= '<div class="nothing">'.sprintf($this->getLang('pgnotexists'),$data['pg']).'</div>';
623 $this->_addString($info,$imgcnt,sprintf($this->getLang('imagescnt'),$imgcnt));
624 $this->_addString($info,$vidcnt,sprintf($this->getLang('videoscnt'),$vidcnt),', ');
/plugin/datepicker/
H A Daction.php131 …$param['msg'] = sprintf($Hajax->getLang('changed_from_to'),hsc($mode),hsc($olddatestr),hsc($datest…
/plugin/fedauth/classes/
H A Dfa_provider.class.php138 $str .= sprintf("\$%s['%s']['%s'] = %s;\n", $varname, $this->id,
/plugin/semanticdata/
H A Dhelper.php50 return sprintf('%d-%02d-%02d',$m[1],$m[2],$m[3]);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Construction/
H A DDoctrineObjectConstructor.php100 … throw new ObjectConstructionException(sprintf('Entity %s can not be found', $metadata->name));
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestResult.php310 $result .= sprintf(
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/NodeVisitor/
H A DOptimizerTest.php67 …$this->assertTrue($this->checkForConfiguration($stream, $target, $withLoop), sprintf('variable %s …
/plugin/youtracklinks/
H A Dhelper.php41 $url = sprintf("%s?%s", $url, http_build_query($data));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DScssphpFilter.php56 …@trigger_error(sprintf('The scssphp formatter `%s` is deprecated. Use `%s` instead.', $formatter, …

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