Home
last modified time | relevance | path

Searched +full:empty +(+path:plugin +path:dw2pdf) -(+path:plugin +path:dw2pdf +path:lang) (Results 1 – 25 of 56) sorted by path

123

/plugin/dw2pdf/
H A DDokuImageProcessorDecorator.php61 if (!empty($media)) {
H A Daction.php163 if (empty($title)) {
166 // use page name if title is still empty
167 if (empty($title)) {
206 if (!empty($excludes)) {
213 if (!empty($excludesns)) {
244 } elseif (!empty($_COOKIE['list-pagelist'])) {
249 if (empty($title)) {
258 // print $this->getLang('empty');
264 throw new Exception($this->getLang('empty'));
269 if (empty(
[all...]
H A Drenderer.php75 //skip empty headlines
/plugin/dw2pdf/vendor/composer/
H A DClassLoader.php117 if (!empty($this->prefixesPsr0)) {
250 throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
305 throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
H A Dautoload_real.php38 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
/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/data/
H A Dentity_substitutions.php32 'empty' => '8709', 'nabla' => '8711', 'isin' => '8712', 'notin' => '8713', 'ni' => '8715', 'prod' => '8719', 'sum' => '8721',
H A Dout.php45 if (empty($_SERVER['HTTP_ACCEPT_ENCODING'])) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCode128.php172 //double spaces generates empty $v any other is not allowed
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Config/
H A DConfigVariables.php43 // Allows an (empty) end of block to extend beyond the bottom margin by this amount (mm)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToHebrew.php14 $s = ''; // S initially be the empty string
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Css/
H A DDefaultCss.php168 'EMPTY-CELLS' => 'show',
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
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...]
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 DForm.php170 if (!empty($objattr['disabled']) || !empty($objattr['readonly'])) {
174 if (!empty($objattr['disabled'])) {
179 if (!empty($objattr['required'])) {
199 if (!empty($objattr['text_align'])) {
208 if (!empty($objattr['onCalculate'])) {
211 if (!empty($objattr['onValidate'])) {
214 if (!empty($objattr['onFormat'])) {
217 if (!empty($objattr['onKeystroke'])) {
240 if (!empty(
[all...]
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 DOtl.php410 if (!empty($this->mpdf->OTLtags)) {
423 if (!empty($this->mpdf->OTLtags)) {
521 if (!empty($this->mpdf->OTLtags)) {
667 if (!empty($this->mpdf->OTLtags)) {
725 if (!empty($this->mpdf->OTLtags)) {
805 if (!empty($this->mpdf->OTLtags)) {
969 if (!empty($this->mpdf->OTLtags)) {
1055 if (!empty($this->mpdf->OTLtags)) {
1214 if (empty($this->mpdf->OTLtags['Plus']) && empty(
[all...]
H A DSizeConverter.php59 $unit = !empty($parts['unit']) ? $parts['unit'] : null;
60 $size = !empty($parts['size']) ? (float) $parts['size'] : 0.0;
H A DTableOfContents.php585 // Delete empty page that was inserted earlier
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php215 if (empty($data)) {
872 if ($colspace === 'Indexed' && empty($pal)) {
990 if ($colspace === 'Indexed' && empty($pal)) {
H A DSvg.php3050 if (empty($styles)) {
3078 if (!empty($class) && isset($styles[$class])) {
3871 if (!empty($array_style['transformations'])) {
3931 if (!empty($array_style['transformations'])) {
4058 if (!empty($array_style['transformations'])) {
4116 if (!empty($current_style['transformations'])) {
4151 if (!empty($this->txt_data[2])) {
4160 if (!empty($current_style['transformations'])) {
4197 if (!empty($current_style['transformations'])) {
H A DWmf.php155 if (!empty($dashArray)) {
269 if (!empty($this->gdiObjectArray)) {
270 $empty = false;
272 while (!$empty) {
273 $empty = !isset($this->gdiObjectArray[$i]);
/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/Tag/
H A DA.php17 if (!empty($attr['LEVEL'])) {
35 if (!empty($properties)) {
H A DAnnotation.php79 if (isset($attr['POPUP']) && !empty($attr['POPUP'])) {

123