Home
last modified time | relevance | path

Searched refs:cleanValue (Results 1 – 2 of 2) sorted by path

/dokuwiki/lib/plugins/config/core/Setting/
H A DSetting.php64 $this->default = $this->cleanValue($default);
65 $this->local = $this->cleanValue($local);
66 $this->protected = $this->cleanValue($protected);
81 $input = $this->cleanValue($input);
111 protected function cleanValue($value)
107 protected function cleanValue($value) { global() function in dokuwiki\\plugin\\config\\core\\Setting\\Setting
H A DSettingOnoff.php14 protected function cleanValue($value) function in dokuwiki\\plugin\\config\\core\\Setting\\SettingOnoff