Home
last modified time | relevance | path

Searched +full:empty +(+path:plugin +path:dw2pdf) -(+path:plugin +path:dw2pdf +path:lang) (Results 26 – 50 of 56) sorted by relevance

123

/plugin/dw2pdf/
H A Drenderer.php75 //skip empty headlines
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dout.php45 if (empty($_SERVER['HTTP_ACCEPT_ENCODING'])) {
H A Dentity_substitutions.php32 'empty' => '8709', 'nabla' => '8711', 'isin' => '8712', 'notin' => '8713', 'ni' => '8715', 'prod' => '8719', 'sum' => '8721',
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToHebrew.php14 $s = ''; // S initially be the empty string
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php161 } elseif (!empty($attr['WIDTH'])) {
176 if (!empty($properties['DIRECTION'])) {
178 } elseif (!empty($attr['DIR'])) {
208 if (!empty($properties['AUTOSIZE']) && $this->mpdf->tableLevel == 1) {
214 if (!empty($properties['ROTATE']) && $this->mpdf->tableLevel == 1) {
267 if (!empty($properties['LANG'])) {
326 if (!empty($properties['LINE-HEIGHT'])) {
332 if (!empty($properties['LINE-STACKING-STRATEGY'])) {
340 if (!empty($properties['LINE-STACKING-SHIFT'])) {
410 if (isset($properties['EMPTY
[all...]
H A DBlockTag.php133 if (!empty($properties)) {
348 if ($lastbottommargin && !empty($properties['MARGIN-TOP']) && empty($properties['FLOAT'])) {
364 if (!empty($attr['TYPE'])) {
399 if (!empty($attr['ALIGN'])) {
768 if (!empty($properties['BACKGROUND-IMAGE']) && !$this->mpdf->kwt && !$this->mpdf->ColActive && !$this->mpdf->keep_block_together) {
810 if (!empty($attr['START'])) {
818 if (empty($currblk['list_style_type'])) {
833 if (empty($currblk['list_style_image'])) {
838 if (empty(
[all...]
H A DTextCircle.php62 if (!empty($attr['SPACE-WIDTH'])) {
65 if (!empty($attr['CHAR-WIDTH'])) {
H A DAnnotation.php79 if (isset($attr['POPUP']) && !empty($attr['POPUP'])) {
H A DBr.php73 if (!empty($this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1][18])) {
H A DPageFooter.php135 if (!empty($attr['LINE'])) { // 0|1|on|off
H A DFormFeed.php94 if (!empty($attr['PAGE-SELECTOR'])) {
H A DBarCode.php16 if (!empty($attr['CODE'])) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Language/
H A DLanguageToFont.php14 if (!empty($tags[1])) {
21 if (!empty($tags[2])) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php1636 if (empty($format)) {
1644 } elseif (empty($orientation)) {
2068 if (empty($size) && !$resize) {
2829 if ($this->blklvl == 0 && !empty($this->textbuffer)) { // Output previously buffered content
2841 if ($b == $this->blklvl && !empty($this->textbuffer)) { // Output previously buffered content
2848 } elseif (!empty($this->textbuffer)) { // Output previously buffered content
3682 if (isset($this->CurrentFont['useOTL']) && ($this->CurrentFont['useOTL'] & 0xFF) && !empty($OTLdata)) {
3815 if (empty($family)) {
3836 if (empty($this->Big5_widths)) {
3916 if (empty(
[all...]
H A DDirectWrite.php142 if (!empty($this->mpdf->CurrentFont['useOTL']) && preg_match('/([' . $this->mpdf->pregCURSchars . '])/u', $tmp)) {
471 if (!empty($this->mpdf->CurrentFont['useOTL'])) {
H A DCssManager.php821 if (!empty($e)) {
831 if (!empty($e)) {
841 if (!empty($e)) {
1112 if (empty($new['col'])) {
1450 if (!empty($prop['BORDER-LEFT'])) {
1453 if (!empty($prop['BORDER-RIGHT'])) {
1456 if (!empty($prop['BORDER-TOP'])) {
1459 if (!empty($prop['BORDER-BOTTOM'])) {
2311 if (!empty($tr['scheme']) && $tr['host'] && !empty(
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md379 - tables - if table width set to 100% and one cell/column is empty with no padding/border, sizing incorrectly
691 To avoid just the border/background-color of the (empty) end of a block being moved on to next page (`</div></div>`)
693 `$this->margBuffer = 0; // Allow an (empty) end of block to extend beyond the bottom margin by this amount (mm)`
731 Avoid just the border/background-color of the (empty) end of a block being moved on to next page (`</div></div>`)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Css/
H A DDefaultCss.php168 'EMPTY-CELLS' => 'show',
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPdfReader.php160 'Kids array cannot be empty.',
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md262 // $copy->myProperty will return an empty collection
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php217 * @param int|string $objid Object ID (leave empty to get a new ID).
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DResourceWriter.php233 if (!empty($this->mpdf->js)) {
H A DBackgroundWriter.php230 if (empty($grad['is_mask']) && ($grad['type'] == 2 || $grad['type'] == 3)) {
313 if (empty($grad['is_mask'])) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCode128.php172 //double spaces generates empty $v any other is not allowed
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfStream.php212 // to a problem encountered before (e.g. Length === 0). We should set them to empty streams to avoid problems

123