Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php1117 * @param string $default_type - type used if no info.txt available
1121 protected function findFolders(&$result, $directory, $default_type = 'plugin', $subdir = '')
1170 $info['type'] = $default_type;
1179 $this->findFolders($result, $directory, $default_type, "$found_dir");
1102 findFolders(& $result, $directory, $default_type = 'plugin', $subdir = '') global() argument