Home
last modified time | relevance | path

Searched refs:parent (Results 26 – 50 of 124) sorted by relevance

12345

/dokuwiki/inc/Form/
H A DLabelElement.php18 parent::__construct('label', $label);
H A DTagElement.php20 parent::__construct('tag', $tag, $attributes);
H A DTagOpenElement.php21 parent::__construct('tagopen', $tag, $attributes);
H A DButtonElement.php23 parent::__construct('button', ['name' => $name, 'value' => 1]);
H A DInputElement.php33 parent::__construct($type, ['name' => $name]);
73 return parent::id($id);
87 return parent::addClass($class);
/dokuwiki/inc/Action/Exception/
H A DFatalException.php26 parent::__construct($message, $status, $previous);
/dokuwiki/inc/Action/
H A DAbstractAclAction.php20 parent::checkPreconditions();
H A DLogin.php27 parent::checkPreconditions();
H A DDraft.php33 parent::checkPreconditions();
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingAuthtype.php21 parent::initialize($default, $local, $protected);
31 $local = $this->local; // save this, parent::update() may change it
32 if (!parent::update($input)) return false; // nothing changed or an error caught by parent
H A DSettingNumericopt.php25 return parent::update($input);
H A DSettingSepchar.php17 parent::__construct($key, $param);
H A DSettingRenderer.php34 parent::initialize($default, $local, $protected);
58 return parent::html($plugin, $echo);
H A DSettingCompression.php20 parent::initialize($default, $local, $protected);
/dokuwiki/inc/Input/
H A DGet.php26 parent::set($name, $value);
H A DPost.php26 parent::set($name, $value);
/dokuwiki/inc/Menu/Item/
H A DImgBackto.php16 parent::__construct();
H A DIndex.php17 parent::__construct();
H A DTop.php16 parent::__construct();
H A DRevert.php18 parent::__construct();
H A DMediaManager.php16 parent::__construct();
/dokuwiki/inc/
H A DFeedParser.php17 parent::__construct();
/dokuwiki/inc/Remote/
H A DXmlRpcServer.php24 parent::__construct(false, false, $wait);
44 parent::serve($data);
/dokuwiki/inc/Cache/
H A DCacheRenderer.php19 if (!parent::makeDefaultCacheDecision()) {
90 parent::addDependencies();
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DJSCreator.php5 * location, overriding the createFeed method of the parent HTMLCreator.
20 $feed = parent::createFeed();
32 * Overrides parent to produce .js extensions

12345