Home
last modified time | relevance | path

Searched refs:object (Results 76 – 100 of 1568) sorted by last modified time

12345678910>>...63

/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php28 * @var object[] List of objects copied.
57 * @param bool $useCloneMethod If set to true, when an object implements the __clone() function, it will be used
84 * Deep copies the given object.
86 * @param mixed $object
90 public function copy($object) argument
94 return $this->recursiveCopy($object);
162 * Copies an object.
164 * @param object $object
168 * @return object
170 copyObject($object) global() argument
214 copyObjectProperty($object, ReflectionProperty $property) global() argument
[all...]
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/
H A DDoctrineProxyFilter.php18 public function apply($object, $property, $objectCopier) argument
20 $object->__load();
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/
H A DFilter.php6 * Filter to apply to a property while copying an object
11 * Applies the filter to the object.
13 * @param object $object
17 public function apply($object, $property, $objectCopier); argument
H A DReplaceFilter.php26 * Replaces the object property by the result of the callback called with the object property.
30 public function apply($object, $property, $objectCopier) argument
32 $reflectionProperty = ReflectionHelper::getProperty($object, $property);
35 $value = call_user_func($this->callback, $reflectionProperty->getValue($object));
37 $reflectionProperty->setValue($object, $value);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php731 $this->writer->object();
1324 $this->writer->object();
1360 $this->writer->object();
1373 $this->writer->object();
1527 // To submit a value, needs to be in /AP dictionary, AND this object must contain a /Fields entry
1599 $this->writer->object();
1605 $this->writer->object();
1627 $this->writer->object();
1635 $this->writer->object();
1648 $this->writer->object();
[all...]
H A DFpdiTrait.php36 * The currently used object number.
298 $this->writer->object();
311 $object = $parser->getIndirectObject($objectNumber);
315 $object = PdfIndirectObject::create($objectNumber, 0, new PdfNull());
321 $this->writePdfType($object);
343 * Writes a PdfType object to the resulting buffer.
356 $this->writer->object($n);
393 $this->writer->object($n);
H A DMpdf.php490 var $enc_obj_id; // encryption object id
739 var $n; // current object number
740 var $n_js; // current object number
746 var $offsets; // array of object offsets
6763 $nb_carac ++; // mPDF 6 allow spacing for inline object
8412 } // mPDF 6 allow spacing for inline object
10004 $this->writer->object();
10030 $this->writer->object();
13150 throw new \Mpdf\MpdfException('WriteHTML() requires $html be an integer, float, string, boolean or an object with the __toString() magic method.');
15959 if (substr($arrayaux[$i][0], 0, 3) == "\xbb\xa4\xac") { // object identifie
[all...]
H A DTag.php239 if ($object = $this->getTagInstance($tag)) {
240 return $object->open($attr, $ahtml, $ihtml);
246 if ($object = $this->getTagInstance($tag)) {
247 return $object->close($ahtml, $ihtml);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBackgroundWriter.php124 throw new \Mpdf\MpdfException('Problem: Image object not found for background pattern ' . $img['i']);
127 $this->writer->object();
187 $this->writer->object();
232 $this->writer->object();
258 $this->writer->object();
274 $this->writer->object();
300 $this->writer->object();
315 $this->writer->object();
362 // set pattern object
363 $this->writer->object();
[all...]
H A DBaseWriter.php48 public function object($obj_id = false, $onlynewobj = false)
54 // Begin a new object
49 public function object($obj_id = false, $onlynewobj = false) global() function in Mpdf\\Writer\\BaseWriter
H A DBookmarkWriter.php83 $this->writer->object();
129 $this->writer->object();
H A DColorWriter.php33 $this->writer->object();
H A DFontWriter.php73 $this->writer->object();
131 $this->writer->object();
144 $this->writer->object();
208 $this->writer->object();
220 $this->writer->object();
225 $this->writer->object();
239 $this->writer->object();
266 $this->writer->object();
297 $this->writer->object();
309 $this->writer->object();
[all...]
H A DFormWriter.php33 $this->writer->object();
55 $this->writer->object();
H A DImageWriter.php35 $this->writer->object();
104 $this->writer->object();
110 $this->writer->object();
H A DJavaScriptWriter.php31 $this->writer->object();
38 $this->writer->object();
H A DMetadataWriter.php54 $this->writer->object();
190 $this->writer->object();
229 $this->writer->object();
267 // for each file, we create the spec object + the stream object
270 $this->writer->object();
271 $this->mpdf->associatedFiles[$k]['_root'] = $this->mpdf->n; // we store the root ref of object for future reference (e.g. /EmbeddedFiles catalog)
300 $this->writer->object();
319 $this->writer->object();
518 $this->writer->object();
[all...]
H A DObjectWriter.php43 $this->writer->object($this->mpdf->_obj_stack[$filename][$n][0]);
H A DOptionalContentWriter.php33 $this->writer->object();
39 $this->writer->object();
45 $this->writer->object();
56 $this->writer->object();
H A DPageWriter.php144 $this->writer->object();
258 $this->writer->object();
H A DResourceWriter.php238 $this->writer->object();
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tfpdf/
H A DFpdi.php116 $object = $parser->getIndirectObject($objectNumber);
120 $object = PdfIndirectObject::create($objectNumber, 0, new PdfNull());
126 $this->writePdfType($object);
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DLICENSE.txt135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
166 If distribution of executable or object code is made by offering
170 compelled to copy the source along with the object code.
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdi.php115 $object = $parser->getIndirectObject($objectNumber);
119 $object = PdfIndirectObject::create($objectNumber, 0, new PdfNull());
125 $this->writePdfType($object);
/plugin/dw2pdf/
H A Dcomposer.lock195 "object",
196 "object graph"

12345678910>>...63