Home
last modified time | relevance | path

Searched refs:write (Results 76 – 100 of 1185) sorted by last modified time

12345678910>>...48

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DGradient.php144 $this->writer->write($s);
613 $this->writer->write($s);
H A DMpdf.php1913 $this->writer->write(sprintf('/GS%d gs', $gs));
1949 $this->writer->write('EMC');
1953 $this->writer->write('/OC /OC1 BDC');
1956 $this->writer->write('/OC /OC2 BDC');
1959 $this->writer->write('/OC /OC3 BDC');
1973 $this->writer->write('%PDF-' . $this->pdf_version);
1974 $this->writer->write('%' . chr(226) . chr(227) . chr(207) . chr(211)); // 4 chars > 128 to show binary file
2775 $this->writer->write('/OCZ-index /ZI' . $id . ' BDC');
2783 $this->writer->write('EMCZ-index');
2982 $this->writer->write('
3992 SetFont($family, $style = '', $size = 0, $write = true, $forcewrite = false) global() argument
4254 SetFontSize($size, $write = true) global() argument
6335 restoreFont(& $saved, $write = true) global() argument
12211 SetHTMLHeader($header = '', $OE = '', $write = false) global() argument
12607 SetHeaderByName($name, $side = 'O', $write = false) global() argument
12643 SetHTMLHeaderByName($name, $side = 'O', $write = false) global() argument
12659 SetHeader($Harray = [], $side = '', $write = false) global() argument
[all...]
H A DTTFontFile.php1376 $this->fontCache->write($this->fontkey . '.GSUBGPOStables.dat', $s);
3007 // Would need to also write the $ignore array to that file
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DMeter.php228 $srcpath = $this->cache->write('/_tempSVG' . uniqid(random_int(1, 100000), true) . '_' . strtolower($tag) . '.svg', $svg);
H A DSetHtmlPageFooter.php42 $write = 0;
44 $write = 1;
48 $this->mpdf->SetHTMLHeader($this->mpdf->pageHTMLheaders[$pname], 'O', $write);
59 $this->mpdf->SetHTMLHeader($this->mpdf->pageHTMLheaders[$pname], 'E', $write);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBackgroundWriter.php128 $this->writer->write('<</ProcSet [/PDF /Text /ImageB /ImageC /ImageI]');
131 $this->writer->write('/XObject <</FO' . $image_id . ' ' . $img_obj . ' 0 R >>');
138 $this->writer->write('/ExtGState <<');
142 $this->writer->write('/' . $extgstate['trans'] . ' ' . $extgstate['n'] . ' 0 R');
144 $this->writer->write('/GS' . $k . ' ' . $extgstate['n'] . ' 0 R');
148 $this->writer->write('>>');
153 $this->writer->write('/Shading <<');
156 $this->writer->write('/Sh' . $id . ' ' . $grad['id'] . ' 0 R');
159 $this->writer->write('>>');
163 $this->writer->write('/Fon
[all...]
H A DBaseWriter.php30 public function write($s, $ln = true)
57 $this->write($obj_id . ' 0 obj');
68 $this->write('stream');
69 $this->write($s);
70 $this->write('endstream');
191 // later sent as write($textto) in printbuffer
31 public function write($s, $ln = true) global() function in Mpdf\\Writer\\BaseWriter
H A DBookmarkWriter.php84 $this->writer->write('<</Title ' . $this->writer->utf16BigEndianTextString($o['t']));
85 $this->writer->write('/Parent ' . ($n + $o['parent']) . ' 0 R');
87 $this->writer->write('/Prev ' . ($n + $o['prev']) . ' 0 R');
90 $this->writer->write('/Next ' . ($n + $o['next']) . ' 0 R');
93 $this->writer->write('/First ' . ($n + $o['first']) . ' 0 R');
96 $this->writer->write('/Last ' . ($n + $o['last']) . ' 0 R');
106 $this->writer->write(sprintf('/Dest [%d 0 R /XYZ 0 %.3F null]', 1 + 2 * ($o['p']), ($h - $o['y']) * Mpdf::SCALE));
117 $this->writer->write(sprintf('/F %d', $style));
121 $this->writer->write(sprintf('/C [%.3F %.3F %.3F]', ($col[0] / 255), ($col[1] / 255), ($col[2] / 255)));
125 $this->writer->write('/Coun
[all...]
H A DColorWriter.php35 $this->writer->write('[/Separation /' . str_replace(' ', '#20', $name));
36 $this->writer->write('/DeviceCMYK <<');
37 $this->writer->write('/Range [0 1 0 1 0 1 0 1] /C0 [0 0 0 0] ');
38 $this->writer->write(sprintf('/C1 [%.3F %.3F %.3F %.3F] ', $color['c'] / 100, $color['m'] / 100, $color['y'] / 100, $color['k'] / 100));
39 $this->writer->write('/FunctionType 2 /Domain [0 1] /N 1>>]');
40 $this->writer->write('endobj');
H A DFontWriter.php100 $this->writer->write('<</Length ' . strlen($font));
101 $this->writer->write('/Filter /FlateDecode');
102 $this->writer->write('/Length1 ' . $originalsize);
103 $this->writer->write('>>');
105 $this->writer->write('endobj');
132 $this->writer->write('<</Type /Font');
145 $this->writer->write('<</Type /Font');
146 $this->writer->write('/BaseFont /' . $name);
147 $this->writer->write('/Subtype /Type1');
150 $this->writer->write('/Encodin
[all...]
H A DFormWriter.php37 $this->writer->write('<</Type /XObject');
38 $this->writer->write('/Subtype /Form');
39 $this->writer->write('/Group ' . ($this->mpdf->n + 1) . ' 0 R');
40 $this->writer->write('/BBox [' . $info['x'] . ' ' . $info['y'] . ' ' . ($info['w'] + $info['x']) . ' ' . ($info['h'] + $info['y']) . ']');
43 $this->writer->write('/Filter /FlateDecode');
47 $this->writer->write('/Length ' . strlen($data) . '>>');
52 $this->writer->write('endobj');
56 $this->writer->write('<</Type /Group');
57 $this->writer->write('/S /Transparency');
58 $this->writer->write('>>');
[all...]
H A DImageWriter.php39 $this->writer->write('<</Type /XObject');
40 $this->writer->write('/Subtype /Image');
41 $this->writer->write('/Width ' . $info['w']);
42 $this->writer->write('/Height ' . $info['h']);
45 $this->writer->write('/Interpolate true'); // mPDF 6 - image interpolation shall be performed by a conforming reader
49 $this->writer->write('/SMask ' . ($this->mpdf->n - 1) . ' 0 R');
57 $this->writer->write('/ColorSpace [/ICCBased ' . ($this->mpdf->n + 1) . ' 0 R]');
62 $this->writer->write('/ColorSpace [/Indexed /DeviceRGB ' . (strlen($info['pal']) / 3 - 1) . ' ' . ($this->mpdf->n + 1) . ' 0 R]');
64 $this->writer->write('/ColorSpace /' . $info['cs']);
70 $this->writer->write('/Decod
[all...]
H A DJavaScriptWriter.php33 $this->writer->write('<<');
34 $this->writer->write('/Names [(EmbeddedJS) ' . (1 + $this->mpdf->n) . ' 0 R ]');
35 $this->writer->write('>>');
36 $this->writer->write('endobj');
39 $this->writer->write('<<');
40 $this->writer->write('/S /JavaScript');
41 $this->writer->write('/JS ' . $this->writer->string($this->mpdf->js));
42 $this->writer->write('>>');
43 $this->writer->write('endobj');
H A DMetadataWriter.php146 $this->writer->write('<</Type/Metadata/Subtype/XML/Length ' . strlen($m) . '>>');
148 $this->writer->write('endobj');
153 $this->writer->write('/Producer ' . $this->writer->utf16BigEndianTextString('mPDF' . ($this->mpdf->exposeVersion ? (' ' . $this->getVersionString()) : '')));
156 $this->writer->write('/Title ' . $this->writer->utf16BigEndianTextString($this->mpdf->title));
160 $this->writer->write('/Subject ' . $this->writer->utf16BigEndianTextString($this->mpdf->subject));
164 $this->writer->write('/Author ' . $this->writer->utf16BigEndianTextString($this->mpdf->author));
168 $this->writer->write('/Keywords ' . $this->writer->utf16BigEndianTextString($this->mpdf->keywords));
172 $this->writer->write('/Creator ' . $this->writer->utf16BigEndianTextString($this->mpdf->creator));
176 $this->writer->write('/' . $key . ' ' . $this->writer->utf16BigEndianTextString($value));
180 $this->writer->write('/CreationDat
[all...]
H A DObjectWriter.php51 $this->writer->write('endobj');
H A DOptionalContentWriter.php35 $this->writer->write('<</Type /OCG /Name ' . $this->writer->string('Print only'));
36 $this->writer->write('/Usage <</Print <</PrintState /ON>> /View <</ViewState /OFF>>>>>>');
37 $this->writer->write('endobj');
41 $this->writer->write('<</Type /OCG /Name ' . $this->writer->string('Screen only'));
42 $this->writer->write('/Usage <</Print <</PrintState /OFF>> /View <</ViewState /ON>>>>>>');
43 $this->writer->write('endobj');
47 $this->writer->write('<</Type /OCG /Name ' . $this->writer->string('Hidden'));
48 $this->writer->write('/Usage <</Print <</PrintState /OFF>> /View <</ViewState /OFF>>>>>>');
49 $this->writer->write('endobj');
65 $this->writer->write('<</Typ
[all...]
H A DPageWriter.php145 $this->writer->write('<</Type /Page');
146 $this->writer->write('/Parent 1 0 R');
150 $this->writer->write(sprintf('/MediaBox [0 0 %.3F %.3F]', $hPt, $wPt));
160 $this->writer->write(sprintf('/BleedBox [%.3F %.3F %.3F %.3F]', $x0, $y0, $x1, $y1));
163 $this->writer->write(sprintf('/TrimBox [%.3F %.3F %.3F %.3F]', $owidthPt_TB, $owidthPt_LR, $hPt - $owidthPt_TB, $wPt - $owidthPt_LR));
167 $this->writer->write('/Rotate 270');
169 $this->writer->write('/Rotate 90');
175 $this->writer->write(sprintf('/MediaBox [0 0 %.3F %.3F]', $wPt, $hPt));
183 $this->writer->write(sprintf('/BleedBox [%.3F %.3F %.3F %.3F]', $x0, $y0, $x1, $y1));
186 $this->writer->write(sprint
[all...]
H A DResourceWriter.php128 $this->writer->write('2 0 obj');
129 $this->writer->write('<</ProcSet [/PDF /Text /ImageB /ImageC /ImageI]');
131 $this->writer->write('/Font <<');
138 $this->writer->write('/F' . $font['subsetfontids'][$k] . ' ' . $font['n'][$k] . ' 0 R');
141 $this->writer->write('/F' . $font['i'] . ' ' . $font['n'] . ' 0 R');
144 $this->writer->write('>>');
147 $this->writer->write('/ColorSpace <<');
149 $this->writer->write('/CS' . $color['i'] . ' ' . $color['n'] . ' 0 R');
151 $this->writer->write('>>');
155 $this->writer->write('/ExtGStat
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A Docrbinfo.txt43 not be within my power to grant that myself because I didn't write the
H A DGNUFreeFontinfo.txt75 with this program; if not, write to the Free Software Foundation, Inc.,
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DLICENSE.txt251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
H A DREADME.md79 The directory must have write permissions (mode `775` is recommended) for users using mPDF
92 By default, the temporary directory will be inside vendor directory and will have write permissions from
H A DCHANGELOG.md109 - ICC profile is loaded as entire path to file (to prevent a need to write inside vendor directory)
/plugin/combo/vendor/symfony/process/Pipes/
H A DUnixPipes.php105 $w = $this->write();
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1337 domMemberMap.Document=extendArray(domMemberMap.Node,["documentElement","body","title","location","referrer","cookie","contentType","lastModified","characterSet","inputEncoding","xmlEncoding","xmlStandalone","xmlVersion","strictErrorChecking","documentURI","URL","defaultView","doctype","implementation","styleSheets","images","links","forms","anchors","embeds","plugins","applets","width","height","designMode","compatMode","async","preferredStylesheetSet","alinkColor","linkColor","vlinkColor","bgColor","fgColor","domain","addEventListener","removeEventListener","dispatchEvent","captureEvents","releaseEvents","routeEvent","clear","open","close","execCommand","execCommandShowHelp","getElementsByName","getSelection","queryCommandEnabled","queryCommandIndeterm","queryCommandState","queryCommandSupported","queryCommandText","queryCommandValue","write","writeln","adoptNode","appendChild","removeChild","renameNode","cloneNode","compareDocumentPosition","createAttribute","createAttributeNS","createCDATASection","createComment","createDocumentFragment","createElement","createElementNS","createEntityReference","createEvent","createExpression","createNSResolver","createNodeIterator","createProcessingInstruction","createRange","createTextNode","createTreeWalker","domConfig","evaluate","evaluateFIXptr","evaluateXPointer","getAnonymousElementByAttribute","getAnonymousNodes","addBinding","removeBinding","getBindingParent","getBoxObjectFor","setBoxObjectFor","getElementById","getElementsByTagName","getElementsByTagNameNS","hasAttributes","hasChildNodes","importNode","insertBefore","isDefaultNamespace","isEqualNode","isSameNode","isSupported","load","loadBindingDocument","lookupNamespaceURI","lookupPrefix","normalize","normalizeDocument","getFeature","getUserData","setUserData"]);
2337 doc.write(tpl);
5217 iframe.contentWindow.document.write(text);

12345678910>>...48