Home
last modified time | relevance | path

Searched refs:parent (Results 151 – 175 of 3339) sorted by last modified time

12345678910>>...134

/plugin/bureaucracy/helper/
H A Dfieldtextbox.php19 parent::initialize($args);
H A Dfieldtime.php17 parent::initialize($args);
35 parent::_validate();
H A Dfieldusemailtemplate.php60 parent::getParam($name);
H A Dfieldusers.php18 parent::initialize($args);
85 parent::_validate();
H A Dfieldwiki.php19 parent::initialize($args);
44 return ($name === 'value') ? null : parent::getParam($name);
H A Dfieldyesno.php62 return parent::getParam($key);
96 parent::renderfield($params, $form, $formid);
/plugin/bureaucracy/script/
H A Dfieldsets.js61 fset: jQuery(this).parent(),
/plugin/addnewpage/
H A DREADME.md44 - [Albert Chern](https://github.com/achern), disabling of restricted parent namespaces in 2015
H A Dscript.js7 var $submit = jQuery(this).parent("form").find(":submit");
/plugin/gitbacked/
H A DCHANGELOG.md123 - Adjusted method signatures to match parent in action/editcommit.php
/plugin/gitbacked/lib/
H A DGit.php241 if ($parent = realpath(dirname($repo_path))) {
/plugin/dw2pdf/
H A Drenderer.php40 parent::document_start();
168 * // modified copy of parent function
219 $out .= parent::_media($src, $title, $align, $width, $height, $cache, $render);
273 return parent::_formatLink($link);
289 parent::emaillink($address, $name, $returnonly);
H A DDokuImageProcessorDecorator.php26 return parent::getImage($file, $firsttime, $allowvector, $orig_srcpath, $interpolation);
H A DMenuItem.php27 parent::__construct();
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DLineReader.php41 parent::__construct($parser);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DMeter.php299 parent::close($ahtml, $ihtml);
H A DPre.php11 parent::open($attr, $ahtml, $ihtml); // TODO: Change the autogenerated stub
H A DTh.php11 parent::close($ahtml, $ihtml);
H A DTocPageBreak.php14 parent::open($attr, $ahtml, $ihtml);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBookmarkWriter.php58 $parent = $lru[$o['l'] - 1];
59 // Set parent and last pointers
60 $this->mpdf->BMoutlines[$i]['parent'] = $parent;
61 $this->mpdf->BMoutlines[$parent]['last'] = $i;
64 $this->mpdf->BMoutlines[$parent]['first'] = $i;
67 $this->mpdf->BMoutlines[$i]['parent'] = $nb;
85 $this->writer->write('/Parent ' . ($n + $o['parent']) . ' 0 R');
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tfpdf/
H A DFpdi.php38 parent::_enddoc();
68 return parent::useTemplate($tpl, $x, $y, $width, $height, $adjustPageSize);
84 $size = parent::getTemplateSize($tpl, $width, $height);
100 parent::_putimages();
142 parent::_putxobjectdict();
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdi.php37 parent::_enddoc();
67 return parent::useTemplate($tpl, $x, $y, $width, $height, $adjustPageSize);
83 $size = parent::getTemplateSize($tpl, $width, $height);
99 parent::_putimages();
141 parent::_putxobjectdict();
H A DFpdfTplTrait.php329 parent::AddPage($orientation, $size, $rotation);
340 parent::Link($x, $y, $w, $h, $link);
351 return parent::SetLink($link, $y, $page);
359 parent::SetDrawColor($r, $g, $b);
370 parent::SetFillColor($r, $g, $b);
381 parent::SetLineWidth($width);
392 parent::SetFont($family, $style, $size);
403 parent::SetFontSize($size);
414 parent::_putimages();
452 parent
[all...]
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php55 parent::_enddoc();
138 $out = parent::_getxobjectdict();
195 parent::_putxobjects();
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md357 - Tables - cell in a nested table with a specified width, should determine width of parent table cell
374 - underline and strikethrough now use the parent inline block baseline/fontsize/color for child inline elements *** change in behaviour

12345678910>>...134