Lines Matching defs:ext
24 $ext = $parts[2];
26 if (empty($ext)) {
31 $ext = strtok($ext, '_');
34 'base' => $ext,
38 'name' => $ext . ' plugin',
40 'url' => 'https://www.dokuwiki.org/plugins/' . $ext,
43 $file = DOKU_PLUGIN . '/' . $ext . '/plugin.info.txt';
50 if (empty($raw[$line])) Logger::error(sprintf($msg, $ext, $line, $file));
56 Logger::error(sprintf('Extension %s does not provide a plugin.info.txt in %s', $ext, $file));
131 public function localFN($id, $ext = 'txt')
135 $file = DOKU_CONF . 'plugin_lang/' . $plugin . '/' . $conf['lang'] . '/' . $id . '.' . $ext;
137 $file = DOKU_PLUGIN . $plugin . '/lang/' . $conf['lang'] . '/' . $id . '.' . $ext;
140 $file = DOKU_PLUGIN . $plugin . '/lang/en/' . $id . '.' . $ext;