Home
last modified time | relevance | path

Searched refs:fmt (Results 1 – 3 of 3) sorted by last modified time

/dokuwiki/lib/plugins/extension/helper/
H A Drepository.php34 $request_data = ['fmt' => 'json'];
121 $data = $httpclient->get(self::EXTENSION_REPOSITORY_API . '?fmt=json&ext[]=' . urlencode($name));
152 $query['fmt'] = 'json';
/dokuwiki/lib/plugins/config/core/Setting/
H A DSetting.php246 * Generate string to save local setting value to file according to $fmt
250 * @param string $fmt save format
253 public function out($var, $fmt = 'php')
255 if ($fmt != 'php') return '';
242 out($var, $fmt = 'php') global() argument
H A DSettingNumeric.php38 public function out($var, $fmt = 'php')
40 if ($fmt != 'php') return '';
34 out($var, $fmt = 'php') global() argument