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 relevance

123

/plugin/dw2pdf/
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 DDokuImageProcessorDecorator.php61 if (!empty($media)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTocEntry.php10 if (!empty($attr['CONTENT'])) {
15 if (!empty($attr['LEVEL'])) {
20 if (!empty($attr['NAME'])) {
H A DSetHtmlPageFooter.php14 if (!empty($attr['NAME'])) {
20 if (!empty($attr['PAGE'])) { // O|odd|even|E|ALL|[blank]
32 if (!empty($attr['VALUE'])) { // -1|1|on|off
43 if (!empty($attr['SHOW-THIS-PAGE']) && ($tag === 'SETHTMLPAGEHEADER' || $tag === 'SETPAGEHEADER')) {
H A DColumns.php41 if (!empty($this->mpdf->textbuffer)) { //Output previously buffered content
46 if (!empty($attr['VALIGN'])) {
55 if (!empty($attr['COLUMN-GAP'])) {
H A DWatermarkImage.php21 if (!empty($attr['SIZE'])) {
29 if (!empty($attr['POSITION'])) { // mPDF 5.7.2
H A DTr.php22 if (!empty($properties['BORDER-LEFT'])) {
25 if (!empty($properties['BORDER-RIGHT'])) {
28 if (!empty($properties['BORDER-TOP'])) {
31 if (!empty($properties['BORDER-BOTTOM'])) {
50 if (!empty($properties['BACKGROUND-IMAGE']) && !$this->mpdf->kwt && !$this->mpdf->ColActive) {
H A DIndexEntry.php10 if (!empty($attr['CONTENT'])) {
11 if (!empty($attr['XREF'])) {
H A DA.php17 if (!empty($attr['LEVEL'])) {
35 if (!empty($properties)) {
H A DTd.php203 if (!empty($properties['BACKGROUND-IMAGE']) && !$this->mpdf->keep_block_together) {
217 if (!empty($properties['TEXT-ALIGN'])) {
224 if (!empty($attr['ALIGN'])) {
226 if (!empty($attr['CHAR'])) {
299 if (!empty($properties['BORDER-RIGHT'])) {
304 if (!empty($properties['BORDER-LEFT'])) {
309 if (!empty($properties['BORDER-BOTTOM'])) {
314 if (!empty($properties['BORDER-TOP'])) {
320 if (!empty($properties['BORDER-LEFT'])) {
400 if (!empty(
[all...]
H A DWatermarkText.php11 if (!empty($attr['CONTENT'])) {
H A DBookmark.php14 if (!empty($attr['LEVEL'])) {
H A DOption.php15 if (empty($this->mpdf->selectoption)) {
H A DInlineTag.php55 if (!empty($properties)) {
187 if (!empty($this->mpdf->InlineProperties[$tag])) {
191 if (!empty($this->mpdf->InlineAnnots[$tag])) {
H A DLegend.php14 if (!empty($properties)) {
H A DMeter.php16 if (!empty($attr['MAX'])) {
21 if (!empty($attr['MIN']) && $tag === 'METER') {
40 if (!empty($attr['LOW'])) {
49 if (!empty($attr['HIGH'])) {
57 if (!empty($attr['OPTIMUM'])) {
68 if (!empty($attr['TYPE'])) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
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 DSizeConverter.php59 $unit = !empty($parts['unit']) ? $parts['unit'] : null;
60 $size = !empty($parts['size']) ? (float) $parts['size'] : 0.0;
/plugin/dw2pdf/vendor/composer/
H A Dautoload_real.php38 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
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.");
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
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/Writer/
H A DPageWriter.php67 if (!empty($pl['opt']['popup']) || !empty($pl['opt']['file'])) {
210 if (!empty($pl['opt']['file'])) {
213 if (!empty($pl['opt']['popup']) || !empty($pl['opt']['file'])) {
H A DMetadataWriter.php68 if (!empty($this->mpdf->keywords)) {
77 if (!empty($this->mpdf->creator)) {
85 if (!empty($this->mpdf->title)) {
92 if (!empty($this->mpdf->keywords)) {
99 if (!empty($this->mpdf->subject)) {
106 if (!empty($this->mpdf->author)) {
115 if (!empty($this->mpdf->additionalXmpRdf)) {
155 if (!empty($this->mpdf->title)) {
159 if (!empty($this->mpdf->subject)) {
163 if (!empty(
[all...]
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfNull.php19 // empty body
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/
H A DDoctrineEmptyCollectionFilter.php15 * Sets the object property to an empty doctrine collection.

123