Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php1118 * @param string $subdir - a subdirectory. do not set. used by recursion
1121 protected function findFolders(&$result, $directory, $default_type = 'plugin', $subdir = '')
1123 $this_dir = "$directory$subdir";
1134 $found_dirs[] = "$subdir/$f";
1102 findFolders(& $result, $directory, $default_type = 'plugin', $subdir = '') global() argument