Home
last modified time | relevance | path

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

/plugin/filelist/
DCrawler.php51 * @param string $titlefile the name of the title file
56 public function crawl($root, $local, $pattern, $recursive, $titlefile) argument
66 if ($file[0] == '.' || $file == $titlefile) {
85 $title = $filepath . '/' . $titlefile;
101 $this->crawl($root, $self, $pattern, $recursive, $titlefile) :