Home
last modified time | relevance | path

Searched refs:e (Results 151 – 175 of 3328) sorted by last modified time

12345678910>>...134

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DA.php11 $e = '';
22 $e = "\xbb\xa4\xactype=bookmark,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
26 $this->mpdf->_saveCellTextBuffer($e, '', $attr['NAME']); // *TABLES*
29 $this->mpdf->_saveTextBuffer($e, '', $attr['NAME']); //an internal link (adds a space for recognition)
H A DAnnotation.php87 $e = "\xbb\xa4\xactype=annot,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
89 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['textbuffer'][] = [$e];
92 $this->mpdf->textbuffer[] = [$e];
H A DBarCode.php252 $e = "\xbb\xa4\xactype=barcode,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
257 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF);
261 $this->mpdf->_saveTextBuffer($e, $this->mpdf->HREF);
H A DBlockTag.php1006 $e = "\xbb\xa4\xactype=toc,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
1007 array_unshift($this->mpdf->textbuffer, [$e]);
1016 $e = "\xbb\xa4\xactype=toc,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
1017 array_unshift($this->mpdf->textbuffer, [$e]);
1082 // called from after e.g. </table> </div> </div> ... Outputs block margin/border and padding
H A DBookmark.php19 $e = "\xbb\xa4\xactype=bookmark,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
21 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['textbuffer'][] = [$e];
24 $this->mpdf->textbuffer[] = [$e];
H A DDotTab.php48 $e = "\xbb\xa4\xactype=dottab,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
58 $this->mpdf->_saveCellTextBuffer($e);
61 $this->mpdf->_saveTextBuffer($e);
H A DHr.php103 $e = "\xbb\xa4\xactype=image,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
115 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF);
119 $this->mpdf->_saveTextBuffer($e, $this->mpdf->HREF);
H A DImg.php411 $e = "\xbb\xa4\xactype=image,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
416 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF);
420 $this->mpdf->_saveTextBuffer($e, $this->mpdf->HREF);
444 $e = "\xbb\xa4\xactype=annot,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
446 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['textbuffer'][] = [$e]; // *TABLES*
449 $this->mpdf->textbuffer[] = [$e];
H A DIndexEntry.php19 $e = "\xbb\xa4\xactype=indexentry,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
21 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['textbuffer'][] = [$e];
24 $this->mpdf->textbuffer[] = [$e];
H A DInput.php404 $e = "\xbb\xa4\xactype=input,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
409 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF);
413 $this->mpdf->_saveTextBuffer($e, $this->mpdf->HREF);
H A DMeter.php288 $e = "\xbb\xa4\xactype=image,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
290 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF);
293 $this->mpdf->_saveTextBuffer($e, $this->mpdf->HREF);
H A DSelect.php135 $e = "\xbb\xa4\xactype=select,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
139 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF);
143 $this->mpdf->_saveTextBuffer($e, $this->mpdf->HREF);
H A DTable.php25 // called from block after new div e.g. <div> ... <table> ... Outputs block top margin/border and padding
38 if ($this->mpdf->tableLevel) { // i.e. now a nested table coming...
715 $e = "\xbb\xa4\xactype=nestedtable,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
716 $this->mpdf->_saveCellTextBuffer($e);
H A DTextCircle.php229 $e = "\xbb\xa4\xactype=image,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
234 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF);
238 $this->mpdf->_saveTextBuffer($e, $this->mpdf->HREF);
H A DTocEntry.php25 $e = "\xbb\xa4\xactype=toc,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
27 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['textbuffer'][] = [$e];
30 $this->mpdf->textbuffer[] = [$e];
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tfpdf/
H A DFpdi.php118 } catch (CrossReferenceException $e) {
119 if ($e->getCode() === CrossReferenceException::OBJECT_NOT_FOUND) {
122 throw $e;
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdi.php117 } catch (CrossReferenceException $e) {
118 if ($e->getCode() === CrossReferenceException::OBJECT_NOT_FOUND) {
121 throw $e;
H A DFpdiTrait.php42 * This trait offers the core functionalities of FPDI. By passing them to a trait we can reuse it with e.g. TCPDF in a
295 $e = -$bbox->getLlx();
310 $e = -$bbox->getLly();
314 $e = $bbox->getUrx();
318 $e = $bbox->getUry();
325 if ($a != 1 || $b != 0 || $c != 0 || $d != 1 || $e != 0 || $f != 0) {
328 PdfNumeric::create($d), PdfNumeric::create($e), PdfNumeric::create($f)
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php170 } catch (CrossReferenceException $e) {
171 if ($e->getCode() === CrossReferenceException::OBJECT_NOT_FOUND) {
174 throw $e;
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md251 - Improved line-breaking, including for complex scripts e.g. Lao, Thai and Khmer.
257 - `{PAGENO}` and `{nbpg}` can use any of the number types as in list-style e.g. set in `<pagebreak>` using pagenumstyle.
263 - lang attribute selector e.g. :lang(fr), [lang="fr"]
268 - font-variant-alternates - Only [normal | historical-forms] supported (i.e. most are NOT supported)
279 - vertical-align can use lengths e.g. 0.5em
290 - SVG images now support embedded images e.g. `<image xlink:href="image.png" width="100px" height="100px" />`
291 - SVG images now supports `<tspan>` element e.g. `<tspan x,y,dx,dy,text-anchor >`, and also `<tref>`
299 - SVG allows spaces in attribute definitions in `<use>` or `<defs>` e.g. `<use x = "0" y = "0" xlink:href = "#s3" />`
326 - Images - image height is reset proportional to original if width is set to maximum e.g. `<img width="100%" height="20mm">`
328 CSS url() e
[all...]
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DCrossReference.php69 } catch (CrossReferenceException $e) {
71 if ($e->getCode() === CrossReferenceException::INVALID_DATA && $this->fileHeaderOffset !== 0) {
75 throw $e;
176 } catch (PdfTypeException $e) {
180 $e
229 } catch (CrossReferenceException $e) {
241 } catch (PdfTypeException $e) {
245 $e
318 } catch (PdfTypeException $e) {
322 $e
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DGNUFreeFontinfo.txt5 (i.e., OpenType) fonts covering as much as possible of the ISO 10646/Unicode
/plugin/dw2pdf/
H A Daction.php120 } catch (Exception $e) {
123 echo $e->getMessage();
127 msg($e->getMessage(), -1);
741 // plugins may post-process HTML, e.g to clean up unused replacements
757 * e.g. '%m(30-11-1975)' is replaced by '11'
/plugin/dw2pdf/vendor/mpdf/qrcode/
H A DLICENSE116 e) Provide Installation Information, but only if you would otherwise
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPdfReader.php173 } catch (PdfReaderException $e) {
174 if ($e->getCode() !== PdfReaderException::KIDS_EMPTY) {
175 throw $e;

12345678910>>...134