Home
last modified time | relevance | path

Searched refs:parent (Results 1 – 25 of 124) sorted by path

12345

/dokuwiki/inc/Action/
H A DAbstractAclAction.php20 parent::checkPreconditions();
H A DAbstractUserAction.php19 parent::checkPreconditions();
H A DDraft.php33 parent::checkPreconditions();
H A DEdit.php34 parent::checkPreconditions();
H A DLogin.php27 parent::checkPreconditions();
H A DLogout.php27 parent::checkPreconditions();
H A DPreview.php24 parent::preProcess();
H A DProfile.php29 parent::checkPreconditions();
H A DProfileDelete.php27 parent::checkPreconditions();
H A DRegister.php29 parent::checkPreconditions();
H A DResendpwd.php29 parent::checkPreconditions();
H A DSearch.php33 parent::checkPreconditions();
H A DSubscribe.php30 parent::checkPreconditions();
/dokuwiki/inc/Action/Exception/
H A DActionException.php36 parent::__construct($message);
H A DFatalException.php26 parent::__construct($message, $status, $previous);
/dokuwiki/inc/Cache/
H A DCacheImageMod.php29 parent::__construct($file, $fullext);
38 return parent::makeDefaultCacheDecision();
47 parent::addDependencies();
H A DCacheInstructions.php16 parent::__construct($id, $file, 'i');
H A DCacheParser.php31 parent::__construct($file . $INPUT->server->str('HTTP_HOST') . $INPUT->server->str('SERVER_PORT'), '.' . $mode);
45 return parent::makeDefaultCacheDecision();
61 parent::addDependencies();
H A DCacheRenderer.php19 if (!parent::makeDefaultCacheDecision()) {
90 parent::addDependencies();
/dokuwiki/inc/
H A DDifferenceEngine.php686 parent::__construct($mapped_from_lines, $mapped_to_lines);
1010 parent::__construct($orig_words, $closing_words, $orig_stripped, $closing_stripped);
1052 parent::__construct($orig_words, $closing_words, $orig_stripped, $closing_stripped);
1135 $val = parent::format($diff);
1249 $val = parent::format($diff);
H A DFeedParser.php17 parent::__construct();
/dokuwiki/inc/Extension/
H A DSyntaxPlugin.php129 return parent::accepts($mode);
/dokuwiki/inc/File/
H A DMediaResolver.php13 return cleanID(parent::resolveId($id, $rev, $isDateAt));
H A DPageResolver.php30 $id = parent::resolveId($id, $rev, $isDateAt);
/dokuwiki/inc/Form/
H A DButtonElement.php23 parent::__construct('button', ['name' => $name, 'value' => 1]);

12345