Home
last modified time | relevance | path

Searched refs:sprintf (Results 1001 – 1025 of 1115) sorted by last modified time

1...<<4142434445

/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.pagebreak.fixed.height.php16 sprintf("Two pages expected, got %s",
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",
H A Dtest.pagebreak.border.php40 sprintf("Two pages expected, got %s",
82 sprintf("Two pages expected, got %s",
H A Dtest.pagebreak.php21 sprintf("Two pages expected, got %s",
25 sprintf("Page height (%s) is greater than media height (%s)",
31 sprintf("Second page height (%s) should be equal to media height (%s)",
38sprintf("First page (height %s) should contain 'first' DIV (height %s); media height is %s",
44 sprintf("Second page (height %s) should contain 'second' DIV (height %s)",
67 sprintf("2 pages expected, got %s",
73sprintf("First page (height %s) should contain only 'first' DIV (height %s); media height is %s",
138 sprintf("2 pages expected, got %s",
205 sprintf("2 pages expected, got %s",
H A Dtest.pagebreak.table.lines.php95 sprintf("Two pages expected, got %s",
H A Dtest.widows.php42 sprintf("Two pages expected, got %s",
87 sprintf("Two pages expected, got %s",
132 sprintf("Two pages expected, got %s",
H A Dtest.table.column.width.php55 sprintf("Cell width (%s) is less than content table width (%s)",
74 sprintf('Container cell width (%s) is less than content minimal width (%s)',
82 sprintf('Total cell width (%s) is greater than table width (%s)',
/plugin/html2pdf/html2pdf/html2ps/
H A Ddispatcher.class.php32 die(sprintf("Invalid event type: %s", $type));
H A Dmanager.encoding.php115 return sprintf('custom%d',
126 error_log(sprintf("Cannot get encoding vector for encoding '%s'", $encoding));
249 $this->register_encoding(sprintf('custom%d',
287 $result[$code] = sprintf("u%04X", $ucs2);
H A Doutput.fastps.class.php34 $this->write(sprintf("%.2f %.2f %.2f 0 360 arc\n", $x, $y, $r));
51 $this->write(sprintf("[%.2f %.2f] 0 setdash\n", $x, $y));
123 $this->write(sprintf("%.2f %.2f %s %s {%s} %d %d image-create image-show\n",
139 $this->write(sprintf("%.2f %.2f %s %s {%s} %d %d image-create image-show\n",
192 $data = sprintf("%.2f %.2f lineto\n", $x, $y);
197 $data = sprintf("%.2f %.2f moveto\n", $x, $y);
215 $this->write(sprintf("initpage\n"));
216 $this->write(sprintf("0 %.2f translate\n", -$this->offset));
269 $data = sprintf("%.2f setlinewidth\n", $x);
274 $data = sprintf("%.2f %.2f %.2f setrgbcolor\n", $r, $g, $b);
[all …]
H A Dutils_units.php28 return sprintf("%.2f%s",
H A Dcss.inc.php145 return preg_match(sprintf('/%s/',
151 if (preg_match(sprintf('/^(%s)\s*(.*)$/s', CSS_STRING1_REGEXP), $string, $matches)) {
160 if (preg_match(sprintf('/^(%s)\s*(.*)$/s', CSS_STRING2_REGEXP), $string, $matches)) {
H A Dcss.list-style-type.inc.php64 return sprintf("%02d",$num);
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)) {
H A Dhtml.attrs.inc.php659 $newsize = sprintf('%.2fem', round($koeff, 2));
666 $newsize = sprintf('%.2fem', round($koeff, 2));
755 $width = sprintf('%.2fem', INPUT_SIZE_BASE_EM + $size*INPUT_SIZE_EM_KOEFF);
865 $handler->css(sprintf('%dem', (int)$root->get_attribute('rows')*1.40),$pipeline);
872 $handler->css(sprintf('%dem', (int)$root->get_attribute('cols')*0.675),$pipeline);
H A Dot.class.php635 die(sprintf("Unsupported CMAP subtable format: %i", $this->_format));
H A Doutput.pdflib.class.php302 sprintf('%s=%s',
350 pdf_set_parameter($this->pdf, 'Encoding', sprintf('koi8-r=%s', $filename));
445 fwrite($output, sprintf("0x%04X 0x%02X\n", $utf, ord($code)));
H A Dbox.checkbutton.php64 $value = sprintf("___Value%s",md5(time().rand()));
H A Dbox.input.img.php95 error_log(sprintf("Cannot open image at '%s'", $src));
H A Dfont.class.php74 error_log(sprintf("Parsing font file file %s for encoding %s", $file, $encoding));
169 error_log(sprintf("Missing font metrics file: %s",$filename));
/plugin/html2pdf/html2pdf/html2ps/features/
H A Dtoc.php86 return sprintf('html2ps-toc-name-%d', $index);
90 return sprintf('html2ps-toc-page-%d', $index);
97 $code .= sprintf('
145 return sprintf('html2ps-toc-element-%d', $id);
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.php36 error_log(sprintf("Unknown status code passed to 'status2class': %s", $status));
266 $this->setMessage(sprintf('Found Curl extension version %s.', $version['version']));
388 …$this->setMessage(sprintf('<a href="http://php.net/filesystem">pcre.backtrack_limit</a> is set to …
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1005 $this->_out(sprintf("%.2f %.2f m",
1011 $this->_out(sprintf("%.2f %.2f l",
1071 return sprintf("/%s", $name);
1355 return sprintf('%.2f %.2f %.2f %.2f re f',
1369 return sprintf('%.2f %.2f %.2f %.2f re f',
1382 return sprintf('%.2f %.2f %.2f %.2f re f',
1470 $this->_out(sprintf("%d Tr", $mode));
1803 $this->_out(sprintf('%.2f w',$lw*$this->k));
1863 $new_color = sprintf('%.3f G',$r/255);
1877 $new_color = sprintf('%.3f g',$r/255);
[all …]
/plugin/redirect2/
H A Dsyntax.php62 $message = '<div class="notify">'.sprintf($this->getLang('redirect_to'), $link).'</div>';
H A Daction.php338 msg(sprintf($this->getLang($format), $link[$orig], $link[$dest]), -1);
347 msg(sprintf($this->getLang($format), $link[$orig], $link[$dest]), 0);

1...<<4142434445