Home
last modified time | relevance | path

Searched refs:parent (Results 1126 – 1150 of 3339) sorted by relevance

1...<<41424344454647484950>>...134

/plugin/pagebuttons/
H A DNewPageButton.php27 parent::__construct();
42 $attr = parent::getLinkAttributes($classprefix);
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DException.php46 parent::__construct($message, $code, $previous);
48 parent::__construct($message, $code);
/plugin/nodetailsxhtml/
H A Drenderer.php59 parent::document_start();
83 parent::document_end();
168 parent::header($headingNumber . $text, $level, $pos);
207 return parent::finishSectionEdit($end, $hid);
215 return parent::startSectionEdit($start, $data);
231 return parent::section_open($level);
347 parent::acronym($acronym);
363 // $string = parent::_xmlEntities($string);
450 $ret = parent::_media($src, $title, $align, $w, $h, $cache, $render);
459 return parent
[all...]
/plugin/bureaucracy-au/helper/
H A Dfielddate.php17 parent::initialize($args);
35 parent::_validate();
H A Dfieldtime.php17 parent::initialize($args);
35 parent::_validate();
/plugin/bureaucracyau/helper/
H A Dfieldtime.php17 parent::initialize($args);
35 parent::_validate();
H A Dfielddate.php17 parent::initialize($args);
35 parent::_validate();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DReverseNested.php18 parent::__construct($name);
40 $array = parent::toArray();
/plugin/bureaucracy/helper/
H A Dfielddate.php17 parent::initialize($args);
35 parent::_validate();
H A Dfieldtime.php17 parent::initialize($args);
35 parent::_validate();
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dmultiple.test4 {% extends "layout.twig" %}{% block content %}{{ parent() }}index {% endblock %}
6 {% extends "base.twig" %}{% block content %}{{ parent() }}layout {% endblock %}
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DEWKB.php17 return parent::write($geometry, $writeAsHex, $bigEndian);
22 return parent::writeType($type, true);
/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.width.max.php52 $box->parent->get_expandable_width()));
68 if ($box->parent) {
69 $this->_maxw = $wc->apply($this->_maxw, $box->parent->get_width());
H A Dbox.inline.simple.php11 parent::readCSS($state);
42 parent::show($driver);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSlackWebhookHandler.php65 parent::__construct($level, $bubble);
117 parent::setFormatter($formatter);
125 $formatter = parent::getFormatter();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DChromePolicy.php60 parent::__construct($clientOrConfig);
134 'path' => 'v1/{+parent}/policySchemas',
137 'parent' => [
/plugin/scrollticker/
H A Dscript.js48 var $tickercontainer = $strip.parent().wrap("<div class='tickercontainer'></div>");
49 var containerWidth = $strip.parent().parent().width(); //a.k.a. 'mask' width
/plugin/odt/helper/
H A Dstylefactory.php273 * @param string $parent Name of the parent style to set
277 public static function createPagebreakStyle($style_name, $parent=NULL,$before=true) { argument
278 return ODTParagraphStyle::createPagebreakStyle($style_name, $parent,$before);
/plugin/odt/renderer/
H A Dbook.php33 parent::__construct();
58 parent::document_start();
85 parent::finalize_ODTfile();
/plugin/combo/ComboStrap/
H A DHeadingTag.php140 * When the parent is empty, a section_open (ie another outline heading)
143 $parent = $callStack->moveToParent();
144 if ($parent && $parent->getTagName() === Tag\WebCodeTag::TAG) {
145 $parent = $callStack->moveToParent();
147 if ($parent && $parent->getComponentName() !== "section_open") {
156 $context = $parent->getTagName();
325 * The context is by default the parent name or outline.
/plugin/datasearchform/
H A Dscript.js5 var $form = $input.parent().parent();
/plugin/davcard/vendor/sabre/vobject/lib/
H A DComponent.php113 $a1->parent = $this;
121 $item->parent = $this;
420 $value->parent = $this;
428 $property->parent = $this;
450 $child->parent = null;
468 $this->children[$key]->parent = $this;
/plugin/authchained/
H A Dauth.php104 return parent::canDo($cap);
138 return parent::canDo($cap);
405 return parent::isCaseSensitive();
431 return parent::cleanUser($user);
453 return parent::cleanGroup($group);
460 return parent::useSessionCache($user);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php113 $a1->parent = $this;
121 $item->parent = $this;
420 $value->parent = $this;
428 $property->parent = $this;
450 $child->parent = null;
468 $this->children[$key]->parent = $this;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC2.php277 parent::__construct($mode);
305 return parent::isValidEngineHelper($engine);
420 $result = parent::encrypt($plaintext);
425 return parent::encrypt($plaintext);
443 $result = parent::decrypt($ciphertext);
448 return parent::decrypt($ciphertext);

1...<<41424344454647484950>>...134