Home
last modified time | relevance | path

Searched refs:sprintf (Results 151 – 175 of 1115) sorted by relevance

12345678910>>...45

/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlDeserializationVisitor.php79 throw new InvalidArgumentException(sprintf(
132 …throw new RuntimeException(sprintf('Could not convert data to boolean. Expected "true", "false", "…
189 $nodes = $data->xpath(sprintf('%s:%s', $prefix, $entryName));
200 …throw new RuntimeException(sprintf('The array type must be specified either as "array<T>", or "arr…
223 …throw new RuntimeException(sprintf('The key attribute "%s" must be set for each entry of the map.'…
233 …throw new LogicException(sprintf('The array type does not support more than 2 parameters, but got …
258 throw new LogicException(sprintf(
279 …throw new RuntimeException(sprintf('You must define a type for %s::$%s.', $metadata->class, $metad…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DInlineTest.php32 …$this->assertSame($value, Inline::parse($yaml, $flags), sprintf('::parse() converts an inline YAML…
89 …$this->assertEquals($yaml, Inline::dump($value), sprintf('::dump() converts a PHP structure to an …
255 …$this->expectExceptionMessage(sprintf('cannot start a plain scalar; you need to quote the scalar a…
257 …$this->setExpectedException(ParseException::class, sprintf('cannot start a plain scalar; you need …
260 Inline::parse(sprintf('{ foo: %sfoo }', $indicator));
275 …$this->expectExceptionMessage(sprintf('cannot start a plain scalar; you need to quote the scalar a…
277 …$this->setExpectedException(ParseException::class, sprintf('cannot start a plain scalar; you need …
280 Inline::parse(sprintf('{ foo: %sfoo }', $indicator));
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php56 throw new \InvalidArgumentException(\sprintf(
128 \sprintf(
204 . \sprintf('%.2F w', $this->LineWidth * $this->k) . "\n";
207 $buffer .= \sprintf("BT /F%d %.2F Tf ET\n", $this->CurrentFont['i'], $this->FontSizePt);
383 $this->_out(\sprintf('%.2F w', $width * $this->k));
394 $this->_out(\sprintf('BT /F%d %.2F Tf ET', $this->CurrentFont['i'], $this->FontSizePt));
405 $this->_out(sprintf('BT /F%d %.2F Tf ET', $this->CurrentFont['i'], $this->FontSizePt));
421 $this->_put(\sprintf('/BBox[0 0 %.2F %.2F]', $template['width'] * $this->k, $template['height'] * $this->k));
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DUtil.php40 return sprintf('%6.2F%%', $percent);
43 return sprintf('%01.2F%%', $percent);
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DDumper.php69 …$output .= sprintf("%s%s%s |%s\n", $prefix, $dumpAsMap ? Inline::dump($key, $flags).':' : '-', '',…
72 … $output .= sprintf("%s%s%s\n", $prefix, str_repeat(' ', $this->indentation), $row);
86 $output .= sprintf('%s%s%s%s',
/plugin/letsencrypt/
H A Dcli.php93 …$this->colors->ptln(sprintf("%-50s" . $this->helper->getLang('valid'), $domain, $expire), 'green');
95 … $this->colors->ptln(sprintf("%-50s" . $this->helper->getLang('invalid'), $domain), 'red');
97 …$this->colors->ptln(sprintf("%-50s" . $this->helper->getLang('valid'), $domain, $expire), 'yellow'…
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.orphans.php41 sprintf("Two pages expected, got %s",
88 sprintf("Two pages expected, got %s",
135 sprintf("Two pages expected, got %s",
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsEqual.php157 return sprintf(
164 $delta = sprintf(
170 return sprintf(
H A DClassHasAttribute.php55 return sprintf(
73 return sprintf(
H A DExceptionMessage.php57 return sprintf(
63 return sprintf(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DRdn.php123 throw new InvalidArgumentException(sprintf('The RDN "%s" is invalid.', $rdn));
131 throw new InvalidArgumentException(sprintf('The RDN "%s" is invalid.', $piece));
142 throw new InvalidArgumentException(sprintf("The RDN '%s' is not valid.", $rdn));
/plugin/strata/helper/
H A Dsyntax.php274 $this->_fail(sprintf($this->getLang('error_query_sortvar'),utf8_tohtml(hsc($var->name))), $line);
279 $this->_fail(sprintf($this->getLang('error_query_sortline'), utf8_tohtml(hsc($line['text']))), $line);
301 $this->_fail(sprintf($this->getLang('error_query_groupvar'),utf8_tohtml(hsc($var->name))), $line);
306 $this->_fail(sprintf($this->getLang('error_query_groupline'), utf8_tohtml(hsc($line['text']))), $line);
325 $this->_fail(sprintf($this->getLang('error_query_considervar'),utf8_tohtml(hsc($var->name))), $line);
330 $this->_fail(sprintf($this->getLang('error_query_considerline'), utf8_tohtml(hsc($line['text']))), $line);
337 $this->_fail(sprintf($this->getLang('error_query_selectvar'), utf8_tohtml(hsc($var))));
367 $this->_fail(sprintf($this->getLang('error_query_group'),( isset($root['cs'][0]['tag']) ? sprintf($this->getLang('named_group'), utf8_tohtml(hsc($root['cs'][0]['tag']))) : $this->getLang('unnamed_group'))), $root['cs']);
381 $this->_fail(sprintf(
[all...]
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotation.php61 sprintf("Unknown property '%s' on annotation '%s'.", $name, get_class($this))
76 sprintf("Unknown property '%s' on annotation '%s'.", $name, get_class($this))
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php170 …@trigger_error(sprintf('The $options parameter of the %s constructor is deprecated since Symfony 3…
271 …@trigger_error(sprintf('The %s::start() method expects a second "$env" argument since Symfony 3.3.…
429 …throw new RuntimeException(sprintf('The process has been signaled with signal "%s".', $this->proce…
1188 …@trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0…
1204 …@trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0…
1595 exec(sprintf('taskkill /F /T /PID %d 2>&1', $pid), $output, $exitCode);
1598 … throw new RuntimeException(sprintf('Unable to kill the process (%s).', implode(' ', $output)));
1608 … } elseif ($ok = proc_open(sprintf('kill -%d %d', $signal, $pid), [2 => ['pipe', 'w']], $pipes)) {
1613 … throw new RuntimeException(sprintf('Error while sending signal `%s`.', $signal));
1684 …throw new LogicException(sprintf('Process must be started before calling "%s()".', $functionName));
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DSprocketsFilter.php97 file_put_contents($input, sprintf($format,
99 ? sprintf('File.join(%s, \'sprockets\')', var_export($this->sprocketsLib, true))
149 return sprintf($format, var_export($dir, true));
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Mechanism/
H A DDigestMD5Mechanism.php117 return hash('md5', sprintf(
142 $a1 = hash('md5', sprintf(
148 $a1 = sprintf(
/plugin/authsplit/
H A Dauth.php46 msg(sprintf($this->getLang('nocfg'), $settingName), -1);
53 msg(sprintf($this->getLang('pluginload'), $pluginName), -1);
65 msg(sprintf($this->getLang('nocfg'), 'autocreate_users'), -1);
73 msg(sprintf($this->getLang('nocfg'), 'username_caseconversion'), -1);
81 msg(sprintf($this->getLang('nocfg'), 'debug'), -1);
240 sprintf(
255 sprintf(
/plugin/semanticdata/syntax/
H A Dentry.php183 sprintf('DELETE DATA { <%s%s> ?s ?o }',$this->getConf('base_url'),urlencode($id));
190 sprintf("PREFIX spd:<%s> ",$this->getConf('base_url')) .
192sprintf("{ <%s%s> rdfs:label \"%s\" ; spd:hastitle \"%s\" ; spd:class \"%s\" . }",$this->getConf('…
201 sprintf("PREFIX spd:<%s> ",$this->getConf('base_url')) .
203sprintf('{ <%s%s> <%s%s> "%s" . }',$this->getConf('base_url'),urlencode($id),$this->getConf('base_…
207 sprintf("PREFIX spd:<%s> ",$this->getConf('base_url')) .
209sprintf('{ <%s%s> <%s%s> "%s" . }',$this->getConf('base_url'),urlencode($id),$this->getConf('base_…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DPageWriter.php150 $this->writer->write(sprintf('/MediaBox [0 0 %.3F %.3F]', $hPt, $wPt));
160 $this->writer->write(sprintf('/BleedBox [%.3F %.3F %.3F %.3F]', $x0, $y0, $x1, $y1));
163 $this->writer->write(sprintf('/TrimBox [%.3F %.3F %.3F %.3F]', $owidthPt_TB, $owidthPt_LR, $hPt - $owidthPt_TB, $wPt - $owidthPt_LR));
175 $this->writer->write(sprintf('/MediaBox [0 0 %.3F %.3F]', $wPt, $hPt));
183 $this->writer->write(sprintf('/BleedBox [%.3F %.3F %.3F %.3F]', $x0, $y0, $x1, $y1));
186 $this->writer->write(sprintf('/TrimBox [%.3F %.3F %.3F %.3F]', $owidthPt_LR, $owidthPt_TB, $wPt - $owidthPt_LR, $hPt - $owidthPt_TB));
280 $this->writer->write(sprintf('/MediaBox [0 0 %.3F %.3F]', $defwPt, $defhPt));
/plugin/struct/action/
H A Dmigration.php126 $s = sprintf('INSERT INTO data_%s SELECT *, 0 FROM temp_data_%s', $name, $name);
130 $s = sprintf('INSERT INTO multi_%s SELECT *, 0 FROM temp_multi_%s', $name, $name);
135 $s = sprintf('INSERT INTO data_%s SELECT *, pid FROM temp_data_%s', $name, $name);
139 $s = sprintf('INSERT INTO multi_%s SELECT *, pid FROM temp_multi_%s', $name, $name);
167 $s = sprintf($f, $name, $colname, $colname, $colname, $colname, $colname);
175 $s = sprintf($f, $name, $colno);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php115 sprintf(
173 $requires['OS'] = sprintf(
225 $missing[] = sprintf('PHP %s %s is required.', $operator, $required['PHP']['version']);
233 … $missing[] = sprintf('PHPUnit %s %s is required.', $operator, $required['PHPUnit']['version']);
238 $missing[] = sprintf('Operating system matching %s is required.', $required['OS']);
250 $missing[] = sprintf('Function %s is required.', $function);
260 $missing[] = sprintf('Extension %s is required.', $extension);
392 sprintf(
936 sprintf(
978 sprintf(
[all …]
/plugin/sphinxsearch-was/
H A Dsphinxapi.php253 return sprintf("%u", $lo);
256 $hi = sprintf("%u", $hi);
257 $lo = sprintf("%u", $lo);
274 $h = sprintf("%.0f", $h);
275 $l = sprintf("%07.0f", $l);
298 return sprintf("%u", $lo);
316 $hi = sprintf("%u", $hi);
317 $lo = sprintf("%u", $lo);
338 $h = sprintf("%.0f", $h);
339 $l = sprintf("%07.0f", $l);
[all …]
/plugin/sphinxsearch/
H A Dsphinxapi.php263 return sprintf ( "%u", $lo );
266 $hi = sprintf ( "%u", $hi );
267 $lo = sprintf ( "%u", $lo );
284 $h = sprintf ( "%.0f", $h );
285 $l = sprintf ( "%07.0f", $l );
310 return sprintf ( "%u", $lo );
330 $hi = sprintf ( "%u", $hi );
331 $lo = sprintf ( "%u", $lo );
353 $h = sprintf ( "%.0f", $h );
354 $l = sprintf ( "%07.0f", $l );
[all …]
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DEnum.php65 throw new \InvalidArgumentException(sprintf(
74 throw new \InvalidArgumentException(sprintf(
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DLexer.php85 …@trigger_error(sprintf('Passing a string as the $code argument of %s() is deprecated since version…
147 throw new SyntaxError(sprintf('Unclosed "%s".', $expect), $lineno, $this->source);
242 …throw new SyntaxError(sprintf('Unclosed "%s".', self::STATE_BLOCK === $this->state ? 'block' : 'va…
274 …throw new SyntaxError(sprintf('Unexpected "%s".', $this->code[$this->cursor]), $this->lineno, $thi…
279 … throw new SyntaxError(sprintf('Unclosed "%s".', $expect), $lineno, $this->source);
299 …throw new SyntaxError(sprintf('Unexpected character "%s".', $this->code[$this->cursor]), $this->li…
306 …@trigger_error(sprintf('Twig Tag "raw" is deprecated since version 1.21. Use "verbatim" instead in…
310 …throw new SyntaxError(sprintf('Unexpected end of file: Unclosed "%s" block.', $tag), $this->lineno…
345 throw new SyntaxError(sprintf('Unclosed "%s".', $expect), $lineno, $this->source);
352 …throw new SyntaxError(sprintf('Unexpected character "%s".', $this->code[$this->cursor]), $this->li…

12345678910>>...45