Home
last modified time | relevance | path

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

/plugin/filelisting/
H A Dhelper.php109 * @param bool $filesOnly if true, then the directories in a namespace are ignored
112 public function getFilesRows($ns, $lvl=0, $filesOnly = false) { argument
117 if ($filesOnly && $file['isdir']) continue;
/plugin/archivegenerator/
H A Dadmin.php366 * @param bool $filesOnly
372 … protected function addFilesToArchive($source, Zip $archive, $filesOnly = false, $skipRegex = null) argument
402 if (is_dir($srcFN) && $filesOnly) {
406 $copyOK = $this->addFilesToArchive($srcFN, $archive, $filesOnly, $skipRegex);