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/
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($title)) {
[all …]
DDokuImageProcessorDecorator.php61 if (!empty($media)) {
Drenderer.php75 //skip empty headlines
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DTocEntry.php10 if (!empty($attr['CONTENT'])) {
15 if (!empty($attr['LEVEL'])) {
20 if (!empty($attr['NAME'])) {
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'))…
DColumns.php41 if (!empty($this->mpdf->textbuffer)) { //Output previously buffered content
46 if (!empty($attr['VALIGN'])) {
55 if (!empty($attr['COLUMN-GAP'])) {
DWatermarkImage.php21 if (!empty($attr['SIZE'])) {
29 if (!empty($attr['POSITION'])) { // mPDF 5.7.2
DIndexEntry.php10 if (!empty($attr['CONTENT'])) {
11 if (!empty($attr['XREF'])) {
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) {
DA.php17 if (!empty($attr['LEVEL'])) {
35 if (!empty($properties)) {
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($attr['NOWRAP'])) {
DWatermarkText.php11 if (!empty($attr['CONTENT'])) {
DBookmark.php14 if (!empty($attr['LEVEL'])) {
DInlineTag.php55 if (!empty($properties)) {
187 if (!empty($this->mpdf->InlineProperties[$tag])) {
191 if (!empty($this->mpdf->InlineAnnots[$tag])) {
DOption.php15 if (empty($this->mpdf->selectoption)) {
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'])) {
DLegend.php14 if (!empty($properties)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
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($this->mpdf->CurrentFont['useOTL'])) {
248 if (!empty($objattr['disabled'])) {
[all …]
DSizeConverter.php59 $unit = !empty($parts['unit']) ? $parts['unit'] : null;
60 $size = !empty($parts['size']) ? (float) $parts['size'] : 0.0;
/plugin/dw2pdf/vendor/composer/
Dautoload_real.php38 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
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/
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/
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($this->mpdf->author)) {
[all …]
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'])) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
DPdfNull.php19 // empty body

123