Home
last modified time | relevance | path

Searched refs:fmt (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingNumeric.php38 public function out($var, $fmt = 'php') argument
40 if ($fmt != 'php') return '';
H A DSetting.php250 * @param string $fmt save format
253 public function out($var, $fmt = 'php') argument
255 if ($fmt != 'php') return '';