Home
last modified time | relevance | path

Searched refs:sprintf (Results 251 – 275 of 1115) sorted by relevance

1...<<11121314151617181920>>...45

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DHttpAsset.php42 throw new \InvalidArgumentException(sprintf('"%s" is not a valid URL.', $sourceUrl));
61 … throw new \RuntimeException(sprintf('Unable to load asset from URL "%s"', $this->sourceUrl));
/plugin/log404/
H A Dadmin.php22 msg(sprintf($this->getLang('deleted'), $_GET['delete']));
44 . ' <a href="'.$delUrl.'">'.sprintf($this->getLang('delete'), $data['count']).'</a>'
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DAsn1MessageQueue.php44 throw new \RuntimeException(sprintf(
80 throw new \RuntimeException(sprintf('The class %s is not callable.', $this->pduClass));
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/
H A DMentionExtension.php57 throw new InvalidConfigurationException(\sprintf('The "generator" provided for the "%s" MentionParser configuration must be a string template, callable, or an object that implements %s.', $name, MentionGeneratorInterface::class));
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFAState.php131 $s = \sprintf('%d:%s', $this->stateNumber, (string) $this->configs);
137 $s .= \sprintf('[%s]', \implode(', ', $this->predicates));
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCallCenter.php166 $expected[] = sprintf(
182 sprintf(
199 return sprintf(
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php167 $logger->warning(sprintf(
263 $script = '<'."?php\n".sprintf($script, $cert);
279 && $output[0] === sprintf('string(%d) "%s"', strlen(PHP_VERSION), PHP_VERSION)
/plugin/userimportextended/
H A Dadmin.php131 ptln(' <td class="lineno"> '.sprintf('%0'.$digits.'d',$line).' </td>');
207 $error = sprintf($this->getLang('import_error_fields'), count($raw));
216 msg(sprintf($this->getLang('import_notify_fail'),$clean[0],$clean[3]),-1);
224 …msg(sprintf($this->getLang('import_success_count'), ($import_success_count+$import_fail_count), $i…
226 msg(sprintf($this->getLang('import_failure_count'), $import_fail_count),-1);
/plugin/fedauth/Auth/OpenID/
H A DSQLStore.php159 sprintf("SELECT * FROM %s LIMIT 0",
201 $this->connection->query(sprintf("DELETE FROM %s",
204 $this->connection->query(sprintf("DELETE FROM %s",
266 $this->sql[$k][$part_key] = sprintf($part_value,
270 $this->sql[$k] = sprintf($this->sql[$k], $value);
/plugin/authsmf20/
H A Daction.php55 …$event->data['userlink'] = sprintf($userlink, $data['smf_user_profile'], $data['smf_user_realname'…
58 $event->data['userlink'] = sprintf($userlink, '#', $event->data['name']);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DBlockReferenceExpression.php31 …@trigger_error(sprintf('The %s method "$asString" argument is deprecated since version 1.28 and wi…
77 $compiler->raw(sprintf('->%s', $method));
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DLazyDouble.php59 throw new ClassNotFoundException(sprintf('Class %s not found.', $class), $class);
87 sprintf('Interface %s not found.', $interface),
/plugin/ajaxedit/
H A Daction.php72 msg(sprintf($this->getLang('section_found'),wl($ID,array('do'=>'edit'))));
75 msg(sprintf($this->getLang('moved_section_found'),wl($ID,array('do'=>'edit'))));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php60 $uuid = sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x', random_int(0, 0xffff), random_int(0, 0xffff), random_int(0, 0xffff), random_int(0, 0x0fff) | 0x4000, random_int(0, 0x3fff) | 0x8000, random_int(0, 0xffff), random_int(0, 0xffff), random_int(0, 0xffff));
126 throw new \Mpdf\MpdfException(sprintf('PDFA version (%s) is not valid. (Use: 1-B, 3-B, etc.)', $this->mpdf->PDFAversion));
233 throw new \Mpdf\MpdfException(sprintf('Unable to find ICC profile "%s"', $this->mpdf->ICCProfile));
296 throw new \Mpdf\MpdfException(sprintf('Cannot access associated file - %s', $file['path']));
521 $rect = sprintf('%.3F %.3F %.3F %.3F', $pl[0], $pl[1], $pl[0] + $pl[2], $pl[1] - $pl[3]);
526 $annot .= ' /NM ' . $this->writer->string(sprintf('%04u-%04u', $n, $key));
548 $annot .= sprintf(' /Dest [%d 0 R /XYZ 0 %.3F null]>>', 1 + 2 * $p, $htarg);
564 $annot .= sprintf(' /Dest [%d 0 R /XYZ 0 %.3F null]>>', 1 + 2 * $l[0], $htarg - $l[1] * Mpdf::SCALE);
633 $rect = sprintf('%.3F %.3F %.3F %.3F', $a, $b - $h, $a + $w, $b);
639 $annot .= ' /NM ' . $this->writer->string(sprintf('
[all...]
H A DBookmarkWriter.php106 $this->writer->write(sprintf('/Dest [%d 0 R /XYZ 0 %.3F null]', 1 + 2 * ($o['p']), ($h - $o['y']) * Mpdf::SCALE));
117 $this->writer->write(sprintf('/F %d', $style));
121 $this->writer->write(sprintf('/C [%.3F %.3F %.3F]', ($col[0] / 255), ($col[1] / 255), ($col[2] / 255)));
/plugin/filelisting/
H A Dhelper.php45 $ret .= sprintf($this->getLang('files_in_namespace'), $ns_string);
291 $msg = sprintf($lang['deletesucc'], noNS($DEL));
294 $msg = sprintf($lang['mediainuse'],noNS($DEL));
297 $msg = sprintf($lang['deletefail'],noNS($DEL));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php164 sprintf(
181 sprintf(
435 sprintf('Cannot instantiate class "%s".', $className)
470 $message = sprintf(
484 $message = sprintf(
504 $message = sprintf(
527 sprintf(
849 sprintf(
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DTwofish.php750 $R2^= ' . sprintf($safeint, '$t0 + $t1 + ' . $K[++$ki]) . ';
752 …$R3 = ((($R3 >> 31) & 1) | ($R3 << 1)) ^ ' . sprintf($safeint, '($t0 + ($t1 << 1) + ' . $K[++$ki] …
762 $R0^= ' . sprintf($safeint, '($t0 + $t1 + ' . $K[++$ki] . ')') . ';
764 …$R1 = ((($R1 >> 31) & 1) | ($R1 << 1)) ^ ' . sprintf($safeint, '($t0 + ($t1 << 1) + ' . $K[++$ki] …
792 $R3^= ' . sprintf($safeint, '$t0 + ($t1 << 1) + ' . $K[--$ki]) . ';
794 … $R2 = ($R2 >> 31 & 0x1 | $R2 << 1) ^ ' . sprintf($safeint, '($t0 + $t1 + ' . $K[--$ki] . ')') . ';
804 $R1^= ' . sprintf($safeint, '$t0 + ($t1 << 1) + ' . $K[--$ki]) . ';
806 … $R0 = ($R0 >> 31 & 0x1 | $R0 << 1) ^ ' . sprintf($safeint, '($t0 + $t1 + ' . $K[--$ki] . ')') . ';
/plugin/accscounter/
H A Dadmin.php75 … msg(sprintf($this->getLang('sfstried'), $page, $element[0], $element[1]));
92 …ber')) and @unlink($achelper->counterFN($page, '.number')) == FALSE) msg(sprintf($this->getLang('m…
93 …e, '.ip')) and @unlink($achelper->counterFN($page, '.ip')) == FALSE) msg(sprintf($this->getLang('m…
/plugin/data-au/syntax/
H A Dcloud.php169 $renderer->doc .= sprintf($this->before_item, hsc($dataau['classes']));
176 $renderer->doc .= sprintf($this->before_val, $tag['lvl']);
178 … '" title="' . sprintf($this->getLang('tagfilter'), hsc($tag['value'])) .
/plugin/data/syntax/
H A Dcloud.php183 $renderer->doc .= sprintf($this->before_item, hsc($data['classes']));
190 $renderer->doc .= sprintf($this->before_val, $tag['lvl']);
193 '" title="' . sprintf($this->getLang('tagfilter'), hsc($tag['value'])) .
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCode128.php168 throw new \Mpdf\Barcode\BarcodeException(sprintf('Invalid CODE128RAW barcode value "%s". 0-105 needed', $code));
174 throw new \Mpdf\Barcode\BarcodeException(sprintf('Invalid CODE128RAW barcode value "%s". 0-105 needed', $code));
180 throw new \Mpdf\Barcode\BarcodeException(sprintf('Invalid CODE128RAW startid value "%s". Must be 103, 104 or 105 (for A, B or C)', $startid));
231 throw new \Mpdf\Barcode\BarcodeException(sprintf('Invalid character "%s" in CODE128C barcode value "%s"', $code[$i], $code));
241 throw new \Mpdf\Barcode\BarcodeException(sprintf('Invalid CODE128 barcode type "%s"', $type));
258 throw new \Mpdf\Barcode\BarcodeException(sprintf('Invalid character "%s" in CODE128%s barcode value "%s"', $code[$i], $type, $code));
283 throw new \Mpdf\Barcode\BarcodeException(sprintf('Invalid character "%s" in CODE128C barcode value "%s"', $code[$i], $code));
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DArrayEntryToken.php87 return sprintf('[..., %s => %s, ...]', $this->key, $this->value);
132 throw new InvalidArgumentException(sprintf(
/plugin/slideshare/slideshare/
H A Dsyntax.php70 $href_start=sprintf($lnkFormat,$id,empty($title)?$id:$title.' ('.$id.')');
75 $renderer->doc.=sprintf($this->html,$id,425,350,$align,$id,425,350,$align,$title);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.parse.properties.php36 if (!preg_match(sprintf('/^\s*(%s)(.*)/si', $identifier_regexp), $string, $matches)) {
70 if (preg_match(sprintf('/^(%s)(\s*;.*)/si', $value_regexp), $string, $matches)) {

1...<<11121314151617181920>>...45