Home
last modified time | relevance | path

Searched defs:default (Results 1 – 22 of 22) sorted by relevance

/dokuwiki/inc/Input/
H A DInput.php115 public function param($name, $default = null, $nonempty = false)
145 public function &ref($name, $default = '', $nonempty = false)
162 public function int($name, $default = 0, $nonempty = false)
181 public function str($name, $default = '', $nonempty = false)
203 public function valid($name, $valids, $default = null)
223 public function bool($name, $default = false, $nonempty = false)
242 public function arr($name, $default = [], $nonempty = false)
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingCompression.php13 public function initialize($default = null, $local = null, $protected = null)
H A DSettingDirchoice.php13 public function initialize($default = null, $local = null, $protected = null)
H A DSettingLicense.php13 public function initialize($default = null, $local = null, $protected = null)
H A DSettingAuthtype.php11 public function initialize($default = null, $local = null, $protected = null)
H A DSettingRenderer.php20 public function initialize($default = null, $local = null, $protected = null)
H A DSetting.php16 protected $default; variable in dokuwiki\\plugin\\config\\core\\Setting\\Setting
62 public function initialize($default = null, $local = null, $protected = null)
/dokuwiki/lib/plugins/config/_test/Setting/
H A DSettingTest.php63 public function testShouldBeSaved($default, $local, $expect) {
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DDataCache.php80 public function get_data(string $key, $default = null);
H A DBaseDataCache.php84 public function get_data(string $key, $default = null)
H A DPsr16.php92 public function get_data(string $key, $default = null)
/dokuwiki/inc/Feed/
H A DFeedCreatorOptions.php135 public function get($option, $default = null)
/dokuwiki/inc/
H A DPrefCookie.php34 public function get(string $pref, $default = null)
H A Dcommon.php56 function sexplode($separator, $string, $limit, $default = null)
1894 function get_doku_pref($pref, $default)
/dokuwiki/vendor/simplepie/simplepie/src/
H A DRegistry.php67 protected $default = [ variable in SimplePie\\Registry
/dokuwiki/lib/plugins/config/core/
H A DConfiguration.php30 protected $default; variable in dokuwiki\\plugin\\config\\core\\Configuration
/dokuwiki/inc/TreeBuilder/Node/
H A DAbstractNode.php179 public function getProperty(string $name, $default = null)
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DOptions.php322 public function getOpt($option = null, $default = false)
/dokuwiki/lib/plugins/extension/
H A DExtension.php832 protected function getTag($tag, $default = '')
848 protected function getRemoteTag($tag, $default = '')
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPExchange.php152 public function addAddress($username, $emailAddress, $default = FALSE, $isGUID = false)
/dokuwiki/inc/parser/
H A Dmetadata.php708 public function _getLinkTitle($title, $default, $id = null)
H A Dxhtml.php1816 public function _getLinkTitle($title, $default, &$isImage, $id = null, $linktype = 'content')