/dokuwiki/inc/Input/ |
H A D | Input.php | 116 public function param($name, $default = null, $nonempty = false) argument 146 public function &ref($name, $default argument 163 int($name, $default = 0, $nonempty = false) global() argument 182 str($name, $default = '', $nonempty = false) global() argument 204 valid($name, $valids, $default = null) global() argument 224 bool($name, $default = false, $nonempty = false) global() argument 243 arr($name, $default = array(), $nonempty = false) global() argument [all...] |
/dokuwiki/lib/plugins/config/core/Setting/ |
H A D | SettingCompression.php | 13 public function initialize($default = null, $local = null, $protected = null) { argument
|
H A D | SettingDirchoice.php | 13 public function initialize($default = null, $local = null, $protected = null) { argument
|
H A D | SettingLicense.php | 13 public function initialize($default = null, $local = null, $protected = null) { argument
|
H A D | SettingAuthtype.php | 11 public function initialize($default = null, $local = null, $protected = null) { argument
|
H A D | SettingRenderer.php | 18 public function initialize($default = null, $local = null, $protected = null) { argument
|
H A D | Setting.php | 15 protected $default = null; variable in dokuwiki\\plugin\\config\\core\\Setting\\Setting 60 public function initialize($default = null, $local = null, $protected = null) { argument [all...] |
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/ |
H A D | Registry.php | 60 protected $default = array( variable in SimplePie_Registry
|
/dokuwiki/lib/plugins/config/core/ |
H A D | Configuration.php | 30 protected $default; variable in dokuwiki\\plugin\\config\\core\\Configuration
|
/dokuwiki/vendor/splitbrain/php-cli/src/ |
H A D | Options.php | 322 public function getOpt($option = null, $default = false) argument
|
/dokuwiki/lib/plugins/authad/adLDAP/classes/ |
H A D | adLDAPExchange.php | 152 public function addAddress($username, $emailAddress, $default = FALSE, $isGUID = false) argument [all...] |
/dokuwiki/inc/ |
H A D | common.php | 47 function sexplode($separator, $string, $limit, $default = null) argument 1890 get_doku_pref($pref, $default) global() argument [all...] |
/dokuwiki/inc/parser/ |
H A D | metadata.php | 689 public function _getLinkTitle($title, $default, $id = null) argument
|
H A D | xhtml.php | 1703 public function _getLinkTitle($title, $default, &$isImage, $id = null, $linktype = 'content') { argument
|