Home
last modified time | relevance | path

Searched refs:create (Results 26 – 50 of 1906) sorted by last modified time

12345678910>>...77

/plugin/dev/
H A DREADME19 a plugin for DokuWiki that helps developers to create new plugins. It
/plugin/recommend/lang/en/
H A Dintro.txt3 Here you can create templates that will be used as placeholders in the email form.
/plugin/gitbacked/
H A DREADME.md11 If you have encountered a problem, you have a good idea, or just have a question, please, create a …
/plugin/gitbacked/lib/
H A DGit.php70 …public static function &create($repo_path, $source = null, \action_plugin_gitbacked_editcommit $pl… function in Git
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfBoolean.php20 * Helper method to create an instance.
25 public static function create($value) function in setasign\\Fpdi\\PdfParser\\Type\\PdfBoolean
H A DPdfArray.php51 * Helper method to create an instance.
56 public static function create(array $values = []) function in setasign\\Fpdi\\PdfParser\\Type\\PdfArray
H A DPdfDictionary.php89 * Helper method to create an instance.
94 public static function create(array $entries = []) function in setasign\\Fpdi\\PdfParser\\Type\\PdfDictionary
H A DPdfIndirectObject.php62 * Helper method to create an instance.
69 public static function create($objectNumber, $generationNumber, PdfType $value) function in setasign\\Fpdi\\PdfParser\\Type\\PdfIndirectObject
H A DPdfIndirectObjectReference.php20 * Helper method to create an instance.
26 public static function create($objectNumber, $generationNumber) function in setasign\\Fpdi\\PdfParser\\Type\\PdfIndirectObjectReference
H A DPdfName.php58 * Helper method to create an instance.
63 public static function create($string) function in setasign\\Fpdi\\PdfParser\\Type\\PdfName
H A DPdfNumeric.php20 * Helper method to create an instance.
25 public static function create($value) function in setasign\\Fpdi\\PdfParser\\Type\\PdfNumeric
H A DPdfStream.php81 * Helper method to create an instance.
87 public static function create(PdfDictionary $dictionary, $stream) function in setasign\\Fpdi\\PdfParser\\Type\\PdfStream
273 $predictor = PdfDictionary::get($decodeParam, 'Predictor', PdfNumeric::create(1));
284 $colors = PdfDictionary::get($decodeParam, 'Colors', PdfNumeric::create(1));
288 PdfNumeric::create(8)
291 $columns = PdfDictionary::get($decodeParam, 'Columns', PdfNumeric::create(1));
H A DPdfString.php57 * Helper method to create an instance.
62 public static function create($value) function in setasign\\Fpdi\\PdfParser\\Type\\PdfString
H A DPdfToken.php20 * Helper method to create an instance.
25 public static function create($token) function in setasign\\Fpdi\\PdfParser\\Type\\PdfToken
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md3 DeepCopy helps you create deep copies (clones) of your objects. It is designed to handle cycles in the association graph.
56 - How do you create copies of your objects?
62 - How do you create **deep** copies of your objects (i.e. copying also all the objects referenced in the properties)?
102 Alternatively, you can create your own `DeepCopy` instance to configure it differently for example:
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php315 $object = PdfIndirectObject::create($objectNumber, 0, new PdfNull());
381 $dictionary->value['Length'] = PdfNumeric::create(\strlen($stream));
382 $value = PdfStream::create($dictionary, $stream);
/plugin/dw2pdf/conf/
H A Dstyle.css5 * lib/plugins/dw2pdf/conf/style.local.css or create your own template
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tfpdf/
H A DFpdi.php120 $object = PdfIndirectObject::create($objectNumber, 0, new PdfNull());
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdi.php119 $object = PdfIndirectObject::create($objectNumber, 0, new PdfNull());
H A DFpdiTrait.php271 $dict->value['Type'] = PdfName::create('XObject');
272 $dict->value['Subtype'] = PdfName::create('Form');
273 $dict->value['FormType'] = PdfNumeric::create(1);
278 $dict->value['Group'] = PdfDictionary::create([
279 'Type' => PdfName::create('Group'),
280 'S' => PdfName::create('Transparency')
326 $dict->value['Matrix'] = PdfArray::create([
327 PdfNumeric::create($a), PdfNumeric::create($b), PdfNumeric::create(
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DTaameyDavidCLM-LICENSE.txt8 As a special exception, if you create a document which uses
H A DGNUFreeFontinfo.txt78 As a special exception, if you create a document which uses this font, and
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/DataStructure/
H A DRectangle.php167 $array->value[] = PdfNumeric::create($this->llx);
168 $array->value[] = PdfNumeric::create($this->lly);
169 $array->value[] = PdfNumeric::create($this->urx);
170 $array->value[] = PdfNumeric::create($this->ury);
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php172 $object = PdfIndirectObject::create($objectNumber, 0, new PdfNull());
254 $dictionary->value['Length'] = PdfNumeric::create(\strlen($stream));
255 $value = PdfStream::create($dictionary, $stream);
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md10 * Add C128RAW barcode type to create any barcode (ex: subtype change in middle of barcode) (#1124)

12345678910>>...77