Home
last modified time | relevance | path

Searched refs:parent (Results 51 – 75 of 124) sorted by relevance

12345

/dokuwiki/inc/Menu/Item/
H A DLogin.php16 parent::__construct();
H A DEdit.php20 parent::__construct();
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DException.php33 parent::__construct($message, $code, $previous);
/dokuwiki/inc/parser/
H A Dxhtmlsummary.php21 // avoid clashes with parent classes
81 parent::p_open();
87 parent::p_close();
H A Dparser.php61 parent::__construct($handler);
/dokuwiki/inc/Form/
H A DFieldsetOpenElement.php21 // the parent would expect the tag in $value but we're storing the
23 parent::__construct($legend, $attributes);
H A DValueElement.php28 parent::__construct($type, $attributes);
H A DTextareaElement.php22 parent::__construct('textarea', $name, $label);
H A DTagCloseElement.php21 parent::__construct('tagclose', $tag, $attributes);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC2.php252 parent::__construct($mode);
285 return parent::isValidEngineHelper($engine);
396 $result = parent::encrypt($plaintext);
401 return parent::encrypt($plaintext);
418 $result = parent::decrypt($ciphertext);
423 return parent::decrypt($ciphertext);
/dokuwiki/inc/Action/
H A DProfileDelete.php27 parent::checkPreconditions();
H A DProfile.php29 parent::checkPreconditions();
H A DRegister.php29 parent::checkPreconditions();
H A DPreview.php24 parent::preProcess();
H A DLogout.php27 parent::checkPreconditions();
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingLicense.php22 parent::initialize($default, $local, $protected);
H A DSettingDisableactions.php22 return parent::html($plugin, $echo);
H A DSettingRegex.php17 // let parent do basic checks, value, not changed, etc.
19 if (!parent::update($input)) return false;
H A DSettingDirchoice.php32 parent::initialize($default, $local, $protected);
H A DSettingNumeric.php21 $valid = parent::update($input);
/dokuwiki/inc/Cache/
H A DCacheInstructions.php16 parent::__construct($id, $file, 'i');
/dokuwiki/inc/Action/Exception/
H A DActionException.php36 parent::__construct($message);
/dokuwiki/inc/Ui/Media/
H A DDisplayTile.php18 parent::__construct($mediaFile);
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPGroups.php60 * @param string $parent The parent group name
64 public function addGroup($parent,$child){ argument
66 // Find the parent group's dn
67 $parentGroup = $this->ginfo($parent, array("cn"));
211 * @param string $parent The parent group name
215 public function removeGroup($parent , $child) argument
218 // Find the parent dn
219 $parentGroup = $this->info($parent, arra
[all...]
/dokuwiki/inc/Extension/
H A DSyntaxPlugin.php129 return parent::accepts($mode);

12345