Home
last modified time | relevance | path

Searched defs:default (Results 1 – 17 of 17) sorted by path

/dokuwiki/inc/Input/
H A DInput.php116 param($name, $default = null, $nonempty = false) global() argument
146 ref($name, $default = '', $nonempty = false) global() 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/inc/
H A Dcommon.php47 sexplode($separator, $string, $limit, $default = null) global() argument
1892 get_doku_pref($pref, $default) global() argument
[all...]
/dokuwiki/inc/parser/
H A Dmetadata.php689 _getLinkTitle($title, $default, $id = null) global() argument
H A Dxhtml.php1704 _getLinkTitle($title, $default, & $isImage, $id = null, $linktype = 'content') global() argument
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPExchange.php152 public function addAddress($username, $emailAddress, $default = FALSE, $isGUID = false) argument
[all...]
/dokuwiki/lib/plugins/config/core/
H A DConfiguration.php30 protected $default; variable in dokuwiki\\plugin\\config\\core\\Configuration
/dokuwiki/lib/plugins/config/core/Setting/
H A DSetting.php15 /** @var mixed the default value of this setting */ variable in dokuwiki\\plugin\\config\\core\\Setting\\Setting
60 initialize($default = null, $local = null, $protected = null) global() argument
[all...]
H A DSettingAuthtype.php11 public function initialize($default = null, $local = null, $protected = null) argument
H A DSettingCompression.php13 public function initialize($default = null, $local = null, $protected = null) argument
H A DSettingDirchoice.php13 public function initialize($default = null, $local = null, $protected = null) argument
H A DSettingLicense.php13 public function initialize($default = null, $local = null, $protected = null) argument
H A DSettingRenderer.php18 initialize($default = null, $local = null, $protected = null) global() argument
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DBaseDataCache.php85 public function get_data(string $key, $default = null) argument
H A DDataCache.php81 public function get_data(string $key, $default = null); argument
H A DPsr16.php93 public function get_data(string $key, $default = null) argument
/dokuwiki/vendor/simplepie/simplepie/src/
H A DRegistry.php68 protected $default = [ variable in SimplePie\\Registry
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DOptions.php322 public function getOpt($option = null, $default = false) argument