Home
last modified time | relevance | path

Searched refs:null (Results 251 – 275 of 5084) sorted by last modified time

1...<<11121314151617181920>>...204

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php1211 $this->form_button_text = null;
1212 $this->form_button_text_over = null;
1213 $this->form_button_text_click = null;
1571 $put_icon = null;
1577 $put_js = null;
1721 $put_js = null;
H A DFpdiTrait.php105 * @param float|int|null $width The width.
106 * @param float|int|null $height The height.
111 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false)
126 * @param float|int|null $width The width.
127 * @param float|int|null $height The height.
132 public function useImportedPage($pageId, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false)
279 * @param float|int|null $width The width.
280 * @param float|int|null
[all...]
H A DMpdf.php2272 $s .= $this->gradient->Gradient($clx, $cly, $clw, $clh, (isset($g['gradtype']) ? $g['gradtype'] : null), $g['stops'], $g['colorspace'], $g['coords'], $g['extend'], true);
6588 $lastfontreqstyle = null;
6589 $lastfontstyle = null;
9699 $rotate = (isset($this->saveHTMLHeader[$n][$OE]['rotate']) ? $this->saveHTMLHeader[$n][$OE]['rotate'] : null);
9773 $rotate = (isset($this->saveHTMLFooter[$n][$OE]['rotate']) ? $this->saveHTMLFooter[$n][$OE]['rotate'] : null);
11809 $y = Arrays::get($tablehf, 'y', null) - $topy;
11812 $x = Arrays::get($tablehf, 'x', null);
11849 $w = Arrays::get($tablehf, 'w', null);
11850 $h = Arrays::get($tablehf, 'h', null);
11851 $va = Arrays::get($tablehf, 'va', null);
[all...]
H A DOtl.php1624 $shift = $this->GSUBsubstitute($ptr, $substitute, 4, $GlyphPos); // GlyphPos contains positions to set null
1807 $shift = $this->GSUBsubstitute($ptr, $substitute, $Type, $GlyphPos); // GlyphPos contains positions to set null
2419 function GSUBsubstitute($pos, $substitute, $Type, $GlyphPos = null)
2670 // GlyphPos contains array of arr_pos to set null - not necessarily contiguous
2845 $crntChar = null;
2846 $prevChar = null;
2847 $nextChar = null;
2855 $prevChar = null;
5794 $len = (!is_array($cOTLdata) || $cOTLdata['char_data'] === null) ? 0 : count($cOTLdata['char_data']);
H A DOtlDump.php171 function getMetrics($file, $fontkey, $TTCfontID = 0, $debug = false, $BMPonly = false, $kerninfo = false, $useOTL = 0, $mode = null)
308 $offset = isset($this->tables[$tag]['offset']) ? $this->tables[$tag]['offset'] : null;
309 $length = isset($this->tables[$tag]['length']) ? $this->tables[$tag]['length'] : null;
1242 $this->read_ushort(); // null
3095 $this->read_ushort(); // null
H A DRemoteContentFetcher.php108 $query = Arrays::get($p, 'query', null);
H A DSizeConverter.php59 $unit = !empty($parts['unit']) ? $parts['unit'] : null;
H A DTableOfContents.php551 $toc_bookmarkText = Arrays::get($this->m_TOC[$toc_id], 'TOCbookmarkText', null); // *BOOKMARKS*
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php161 $type = null;
253 if ($type === null) {
1012 if ($this->bmp === null) {
1031 if ($this->wmf === null) {
H A DImageTypeGuesser.php11 * @return null|string
43 return null;
H A DWmf.php48 $wo = null; // window origin
49 $we = null; // window extent
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Language/
H A DLanguageToFont.php543 return null;
H A DScriptToLanguage.php133 return isset($this->scriptToLanguageMap[$script]) ? $this->scriptToLanguageMap[$script] : null;
138 return isset($this->scriptDelimiterMap[$language]) ? $this->scriptDelimiterMap[$language] : null;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/
H A DProtection.php103 public function setProtection($permissions = [], $user_pass = '', $owner_pass = null, $length = 40)
119 if ($owner_pass === null) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBlockTag.php664 $currblk['text_indent'] = null;
667 $currblk['inner_width'] = null;
H A DColumns.php29 return null;
H A DTable.php624 : null;
627 : null;
630 : null;
637 : null;
640 : null;
643 : null;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Utils/
H A DArrays.php8 public static function get($array, $key, $default = null)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php288 $fileContent = null;
338 $this->writer->write('/OpenAction [3 0 R /FitH null]');
340 $this->writer->write('/OpenAction [3 0 R /XYZ null null 1]');
342 $this->writer->write('/OpenAction [3 0 R /XYZ null null ' . ($this->mpdf->ZoomMode / 100) . ']');
346 $this->writer->write('/OpenAction [3 0 R /XYZ null null null]');
402 if ($this->mpdf->js !== null) {
[all...]
H A DObjectWriter.php53 $this->mpdf->_obj_stack[$filename][$n] = null; // free memory
H A DResourceWriter.php167 if (($this->mpdf->gradients !== null && (count($this->mpdf->gradients) > 0))) { // mPDF 5.7.3
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DTharlonOFL.txt81 This license becomes null and void if any of the above conditions are
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfArray.php68 * @param null|int $size
72 public static function ensure($array, $size = null)
76 if ($size !== null && \count($array->value) !== $size) {
H A DPdfDictionary.php50 $lastToken = null;
107 * @param PdfType|mixed|null $default
111 public static function get($dictionary, $key, PdfType $default = null)
119 return $default === null
H A DPdfStream.php39 public static function parse(PdfDictionary $dictionary, StreamReader $reader, PdfParser $parser = null)
142 if ($this->parser !== null) {
152 if ($this->parser !== null) {
169 $this->reader = null;
254 $decodeParam = null;
256 $decodeParam = ($decodeParams[$key] instanceof PdfDictionary ? $decodeParams[$key] : null);

1...<<11121314151617181920>>...204