Lines Matching defs:extname
199 * @param string $extname name of the extension
202 protected function loadExtensionMeta($file, $type, $extname)
205 $prefix = $type . Configuration::KEYMARKER . $extname . Configuration::KEYMARKER;
230 * @param string $extname name of the extension
233 protected function loadExtensionConf($file, $type, $extname)
236 $prefix = $type . Configuration::KEYMARKER . $extname . Configuration::KEYMARKER;
256 * @param string $extname name of the extension
259 protected function loadExtensionLang($dir, $type, $extname)
263 $prefix = $type . Configuration::KEYMARKER . $extname . Configuration::KEYMARKER;
281 $strings[$prefix . $type . '_settings_name'] = ucwords(str_replace('_', ' ', $extname));