Home
last modified time | relevance | path

Searched refs:name (Results 276 – 300 of 8094) sorted by last modified time

1...<<11121314151617181920>>...324

/plugin/adhocmathml/
H A Dmunder.php17 function allowSpecificAttribute(&$name, &$value) { argument
20 switch (trim($name)) {
H A Dmunderover.php17 function allowSpecificAttribute(&$name, &$value) { argument
20 switch (trim($name)) {
H A Dsemantics.php17 function allowSpecificAttribute(&$name, &$value) { argument
20 switch (trim($name)) {
/plugin/gitbacked/
H A DCHANGELOG.md89 - Use DokuWiki's user name & email address as commit author - implements [#63], [#66]
90 …- Updated default setting for `$conf['addParams']` to apply DokuWiki user name as commit author an…
130 - Allow name and mail user variables in addParams.
155 - The release name complies with the date property of plugin.info.txt
H A DLICENSE293 <one line to give the program's name and a brief idea of what it does.>
294 Copyright (C) <year> <name of author>
315 Gnomovision version 69, Copyright (C) year name of author
H A Dplugin.info.txt5 name gitbacked plugin
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md20 1. [Property name](#property-name)
149 #### Property name
151 The `PropertyNameMatcher` will match a property by its name:
/plugin/dw2pdf/
H A Drenderer.php46 $this->doc .= "<a name=\"{$pid}__\">";
127 $this->doc .= $header_prefix . "<a name=\"$hid\">";
171 * @param string $name name for the link
177 public function locallink($hash, $name = null, $returnonly = false)
180 $name = $this->_getLinkTitle($name, $hash, $isImage);
188 $this->doc .= $name;
257 if ($link['name'][0] != '<' && preg_match('/\binterwiki iw_(.\w+)\b/', $link['class'], $m)) { argument
266 $link['name']
165 locallink($hash, $name = null, $returnonly = false) global() argument
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorConverter.php263 $name = strtoupper(trim($cores[0]));
265 if (!isset($this->mpdf->spotColors[$name])) {
269 throw new \Mpdf\MpdfException(sprintf('Undefined spot color "%s"', $name));
273 return [static::MODE_SPOT, $this->mpdf->spotColors[$name]['i'], $cores[1]];
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DFontFileFinder.php24 public function findFontFile($name) argument
27 $filename = $directory . '/' . $name;
33 throw new \Mpdf\MpdfException(sprintf('Cannot find TTF TrueType font file "%s" in configured font directories.', $name));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php730 foreach ($this->form_radio_groups as $name => $frg) {
763 $this->writer->write('/T ' . $this->writer->string($name) . ' ');
792 function SetFormButtonJS($name, $js)
795 if (isset($name) && isset($js)) {
796 $this->array_form_button_js[$this->writer->escape($name)] = [
802 function SetFormChoiceJS($name, $js)
805 if (isset($name) && isset($js)) {
806 $this->array_form_choice_js[$this->writer->escape($name)] = [
812 function SetFormTextJS($name, $js)
817 if ($name) {
794 SetFormButtonJS($name, $js) global() argument
804 SetFormChoiceJS($name, $js) global() argument
814 SetFormTextJS($name, $js) global() argument
839 SetFormText($w, $h, $name, $value = '', $default = '', $title = '', $flags = [], $align = 'L', $hidden = false, $maxlen = 1, $js = '', $background_col = false, $border_col = false) global() argument
940 SetFormChoice($w, $h, $name, $flags, $array, $align = 'L', $js = '') global() argument
1014 SetCheckBox($w, $h, $name, $value, $title = '', $checked = false, $flags = [], $disabled = false) global() argument
1021 SetRadio($w, $h, $name, $value, $title = '', $checked = false, $flags = [], $disabled = false) global() argument
1027 SetFormReset($w, $h, $name, $value = 'Reset', $title = '', $flags = [], $background_col = false, $border_col = false, $noprint = false) global() argument
1036 SetJSButton($w, $h, $name, $value, $js, $image_id = 0, $title = '', $flags = [], $indexed = false, $background_col = false, $border_col = false, $noprint = false) global() argument
1053 SetFormSubmit($w, $h, $name, $value = 'Submit', $url = '', $title = '', $typ = 'html', $method = 'POST', $flags = [], $background_col = false, $border_col = false, $noprint = false) global() argument
1099 SetFormButton($bb, $hh, $name, $value, $type, $title = '', $flags = [], $checked = false, $disabled = false, $background_col = false, $border_col = false, $noprint = false) global() argument
[all...]
H A DMpdf.php1573 foreach ($this->services as $name) {
1574 if ($this->$name && $this->$name instanceof \Psr\Log\LoggerAwareInterface) {
1575 $this->$name->setLogger($logger);
1844 * name: file name (not necessarily the same as the file on FS)
1853 * 'name' => 'public_name.xml',
2766 $this->layers[$id] = ['name' => 'Layer ' . ($id)];
2805 $ohname = (isset($a['ohname']) ? $a['ohname'] : (isset($a['odd-header-name']) ? $a['odd-header-name']
3318 AddSpotColor($name, $c, $m, $y, $k) global() argument
9440 Output($name = '', $dest = '') global() argument
10723 AddCIDFont($family, $style, $name, & $cw, $CMap, $registry, $desc) global() argument
12585 DefHeaderByName($name, $arr) global() argument
12596 DefFooterByName($name, $arr) global() argument
12607 SetHeaderByName($name, $side = 'O', $write = false) global() argument
12615 SetFooterByName($name, $side = 'O') global() argument
12623 DefHTMLHeaderByName($name, $html) global() argument
12633 DefHTMLFooterByName($name, $html) global() argument
12643 SetHTMLHeaderByName($name, $side = 'O', $write = false) global() argument
12651 SetHTMLFooterByName($name, $side = 'O') global() argument
14848 SetPagedMediaCSS($name, $first, $oddEven) global() argument
[all...]
H A DOtlDump.php101 var $name; variable in Mpdf\\OtlDump
471 // name - Naming table
473 $name_offset = $this->seek_table("name");
476 throw new \Mpdf\Exception\FontException("Error loading font: Unknown name table format " . $format);
498 throw new \Mpdf\Exception\FontException("Error loading font: PostScript name is UTF-16BE string of odd length");
539 throw new \Mpdf\Exception\FontException("Error loading font: Could not find PostScript font name: " . $this->filename);
550 $this->name = $psName;
1810 throw new \Mpdf\Exception\FontException("Lookup Type 5, SubstFormat 3 not tested. Please report this with the name of font used - " . $this->fontkey);
H A DPageFormat.php13 * @param string $name
16 public static function getSizeFromName($name) argument
18 $format = strtoupper($name);
H A DStrict.php9 * @param string $name method name
12 public function __call($name, $args) argument
14 $class = method_exists($this, $name) ? 'parent' : get_class($this);
15 throw new \Mpdf\MpdfException("Call to undefined method $class::$name()");
19 * @param string $name lowercase method name
22 public static function __callStatic($name, $args) argument
25 throw new \Mpdf\MpdfException("Call to undefined static function $class::$name()");
29 * @param string $name propert
31 __get($name) global() argument
41 __set($name, $value) global() argument
51 __isset($name) global() argument
61 __unset($name) global() argument
[all...]
H A DTTFontFile.php144 var $name; variable in Mpdf\\TTFontFile
675 // name - Naming table
676 $name_offset = $this->seek_table("name");
679 throw new \Mpdf\Exception\FontException("Error loading font: Unknown name table format $format for font $this->filename");
706 throw new \Mpdf\Exception\FontException("Error loading font: PostScript name is UTF-16BE string of odd length for font $this->filename");
743 throw new \Mpdf\Exception\FontException("Error loading font: Could not find PostScript font name '$this->filename'");
763 $this->name = $psName;
2010 throw new \Mpdf\Exception\FontException("Lookup Type 5, SubstFormat 3 not tested. Please report this with the name of font used - " . $this->fontkey);
3605 // name - table copied from the original
3606 // MS spec says that "Platform and encoding ID's in the name tabl
[all...]
H A DTTFontFileAnalysis.php72 // name - Naming table
76 $name_offset = $this->seek_table("name");
79 die("Unknown name table format ".$format);
103 // die("PostScript name is UTF-16BE string of odd length");
119 $name_offset = $this->seek_table("name");
122 throw new \Mpdf\MpdfException("ERROR - NOT ADDED as Unknown name table format " . $format . " - " . $file);
179 throw new \Mpdf\MpdfException("ERROR - NOT ADDED as Could not find valid font name - " . $file);
181 $this->name = $psName;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php3442 function xml_svg2pdf_start($parser, $name, $attribs)
3447 if (strtolower($name) == 'font') {
3455 } elseif (strtolower($name) == 'font-face') { // mPDF 6
3481 } elseif (strtolower($name) == 'missing-glyph') { // mPDF 6
3490 } elseif (strtolower($name) == 'glyph') { // mPDF 6
3500 } elseif (strtolower($name) == 'lineargradient') { // mPDF 5.7.2
3531 } elseif (strtolower($name) == 'radialgradient') {
3566 } elseif (strtolower($name) == 'stop') {
3624 switch (strtolower($name)) {
4069 list($prestyle, $poststyle) = $this->svgStyle($path_style, $attribs, strtolower($name));
3259 xml_svg2pdf_start($parser, $name, $attribs) global() argument
3816 xml_svg2pdf_end($parser, $name) global() argument
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DColorWriter.php31 foreach ($this->mpdf->spotColors as $name => $color) {
35 $this->writer->write('[/Separation /' . str_replace(' ', '#20', $name));
42 $this->mpdf->spotColors[$name]['n'] = $this->mpdf->n;
H A DFontWriter.php114 $name = $font['name'];
146 $this->writer->write('/BaseFont /' . $name);
149 if ($name !== 'Symbol' && $name !== 'ZapfDingbats') {
170 $subsetname = 'MPDF' . $ssfaid . '+' . $font['name'];
283 $fontname = 'MPDFA' . $ssfaid . '+' . $font['name'];
292 $fontname = $font['name'];
438 throw new \Mpdf\MpdfException(sprintf('Unsupported font type: %s (%s)', $type, $name));
643 $this->writer->write('/BaseFont /' . $font['name']
[all...]
H A DMetadataWriter.php272 $this->writer->write('<</F ' . $this->writer->string($file['name']));
284 $this->writer->write('/UF ' . $this->writer->string($file['name']));
392 $names[] = $this->writer->string($file['name']) . ' ' . $file['_root'] . ' 0 R';
H A DOptionalContentWriter.php59 if (isset($this->mpdf->layerDetails[$id]['name']) && $this->mpdf->layerDetails[$id]['name']) {
60 $name = $this->mpdf->layerDetails[$id]['name'];
62 $name = $layer['name'];
65 $this->writer->write('<</Type /OCG /Name ' . $this->writer->utf16BigEndianTextString($name) . '>>');
H A DPageWriter.php87 foreach ($this->form->form_radio_groups as $name => $frg) {
88 $this->form->form_radio_groups[$name]['obj_id'] = $annotid + $totaladdnum + $ctr;
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DTharlonOFL.txt65 Copyright Holder. This restriction only applies to the primary font name as
68 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfName.php16 * Class representing a PDF name object
23 * Parses a name object from the passed tokenizer and stream-reader.
42 * Unescapes a name string.
74 * @param mixed $name
78 public static function ensure($name) argument
80 return PdfType::ensureType(self::class, $name, 'Name value expected.');

1...<<11121314151617181920>>...324