Home
last modified time | relevance | path

Searched refs:format (Results 76 – 100 of 1384) sorted by last modified time

12345678910>>...56

/plugin/addnewpage/
H A Dsyntax.php90 public function render($format, Doku_Renderer $renderer, $data) { argument
93 if($format == 'xhtml') {
/plugin/gitbacked/
H A DCHANGELOG.md5 The format is based on [Keep a Changelog](http://keepachangelog.com/)
9 <!-- Each Release must start with a line for the release version of exactly this format: ## [versio…
32 …nd of this file appropriate compare links have to be maintained for each release version in format:
/plugin/gitbacked/lib/
H A DGit.php745 * @param strgin $format
748 public function log($format = null) { argument
749 if ($format === null)
752 return $this->run('log --pretty=format:"' . $format . '"');
/plugin/dw2pdf/
H A Drenderer.php55 * @param $format
58 public function canRender($format)
60 if ($format == 'xhtml') {
59 canRender($format) global() argument
H A DDokuPDF.class.php39 $format = $pagesize;
41 $format .= '-L';
57 'format' => $format,
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php899 $format = [$ft[1], $ft[0]];
901 $format = PageFormat::getSizeFromName($v);
903 if ($format) {
904 $newprop['SHEET-SIZE'] = [$format[0] / Mpdf::SCALE, $format[1] / Mpdf::SCALE];
H A DForm.php816 $format = $js[$i][0];
818 $this->array_form_text_js[$this->writer->escape($name)][$format] = ['js' => $j];
1514 // Bit 3 (4) = HTML export format (charset chosen by Adobe)--- OR ---
1515 // Bit 6 (32) = XFDF export format (form of XML in UTF-8)
H A DFpdiTrait.php49 protected function setPageFormat($format, $orientation)
53 $this->_setPageSize([$format['width'], $format['height']], $orientation);
46 setPageFormat($format, $orientation) global() argument
H A DMpdf.php757 var $fhPt; // dimensions of page format in points
759 var $fh; // dimensions of page format in user unit
1038 $format,
1281 $this->_setPageSize($format, $orientation);
1599 'format' => 'A4',
1632 function _setPageSize($format, &$orientation)
1634 if (is_string($format)) {
1636 if (empty($format)) {
1637 $format = 'A4';
1641 if (preg_match('/([0-9a-zA-Z]*)-([P,L])/i', $format,
1621 _setPageSize($format, & $orientation) global() argument
[all...]
H A DOtlDump.php474 $format = $this->read_ushort();
475 if ($format != 0 && $format != 1) {
476 throw new \Mpdf\Exception\FontException("Error loading font: Unknown name table format " . $format);
609 throw new \Mpdf\Exception\FontException('Error loading font: Unknown glyph data format ' . $glyphDataFormat);
726 throw new \Mpdf\Exception\FontException('Error loading font: Unknown horizontal metric data format ' . $metricDataFormat);
761 $format = $this->get_ushort($cmap_offset + $offset);
762 if ($format == 4) {
773 $format
[all...]
H A DPageFormat.php9 * This method returns an array of width and height of given named format.
14 * @return float[] Width and height of given format
18 $format = strtoupper($name);
71 'B' => [362.83, 561.26], // 'B' format paperback size 128x198mm
72 'A' => [314.65, 504.57], // 'A' format paperback size 111x178mm
73 'DEMY' => [382.68, 612.28], // 'Demy' format paperback size 135x216mm
74 'ROYAL' => [433.70, 663.30], // 'Royal' format paperback size 153x234mm
77 if (!isset($formats[$format])) {
78 throw new \Mpdf\MpdfException(sprintf('Unknown page format %s', $format));
[all...]
H A DTTFontFile.php600 $format = $this->get_ushort($cmap_offset + $offset);
601 if ($format == 4) {
606 $format = $this->get_ushort($cmap_offset + $offset);
607 if ($format == 4) {
677 $format = $this->read_ushort();
678 if ($format != 0 && $format != 1) {
679 throw new \Mpdf\Exception\FontException("Error loading font: Unknown name table format $format for font $this->filename");
821 throw new \Mpdf\Exception\FontException(sprintf('Error loading font: Unknown glyph data format
[all...]
H A DTTFontFileAnalysis.php66 $x[$i]['format'] = $this->get_ushort($cmap_offset + $x[$i]['offset'] );
77 $format = $this->read_ushort();
78 if ($format != 0 && $format != 1) // mPDF 5.3.73
79 die("Unknown name table format ".$format);
120 $format = $this->read_ushort();
121 if ($format != 0 && $format != 1) { // mPDF 5.3.73
122 throw new \Mpdf\MpdfException("ERROR - NOT ADDED as Unknown name table format "
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Utils/
H A DPdfDate.php9 * PDF documents use the internal date format: (D:YYYYMMDDHHmmSSOHH'mm'). The date format has these parts:
23 public static function format($date) function in Mpdf\\Utils\\PdfDate
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php84 $m .= ' <dc:format>application/pdf</dc:format>' . "\n";
179 $now = PdfDate::format(time());
308 $this->writer->write('/Params <</ModDate '.$this->writer->string('D:' . PdfDate::format(filemtime($file['path']))).' >>');
310 $this->writer->write('/Params <</ModDate '.$this->writer->string('D:' . PdfDate::format(time())).' >>');
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A Docrbinfo.txt7 been very difficult to find the font in computer-usable format except by
17 Converted by Matthew Skala from Metafont format to Postscript and TrueType
H A DGNUFreeFontinfo.txt91 The files with .sfd (Spline Font Database) are in FontForge's native format.
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md12 * Fixed date and time format in the informations dictionary (#1083, @peterdevpl)
310 - Setting page format incorrectly set default twice and missed some options
425 - background images using data:image\/(jpeg|gif|png);base64 format - error when reading in stylesheet
658 - CSS color now supports spaces in the rgb() format e.g. border: 1px solid rgb(170, 170, 170);
/plugin/combo/syntax/
H A Dcodemarkdown.php168 * @param string $format
176 function render($format, Doku_Renderer $renderer, $data) argument
180 if ($format == 'xhtml') {
205 } else if ($format == 'code') {
H A Dcomment.php131 * @param string $format
139 function render($format, Doku_Renderer $renderer, $data): bool argument
145 if ($format === "xhtml" && $print) {
H A Dfooter.php154 * @param string $format
162 function render($format, Doku_Renderer $renderer, $data) argument
165 if ($format == 'xhtml') {
H A Dfragment.php198 * @param string $format
207 function render($format, Doku_Renderer $renderer, $data): bool argument
210 if ($format === "xhtml") {
H A Dfrontmatter.php200 * @param string $format
208 function render($format, Doku_Renderer $renderer, $data): bool argument
218 switch ($format) {
H A Dheader.php105 * @param string $format
113 function render($format, Doku_Renderer $renderer, $data): bool argument
116 if ($format === 'xhtml') {
/plugin/combo/action/
H A Dcacheexpiration.php145 LogUtility::msg("The new calculated date cache expiration frequency ({$newDate->format(Iso8601Date::getFormat())}) is lower than the current date ({$actualDate->format(Iso8601Date::getFormat())})");

12345678910>>...56