Searched refs:titlefile (Results 1 – 1 of 1) sorted by relevance
51 * @param string $titlefile the name of the title file56 public function crawl($root, $local, $pattern, $recursive, $titlefile) argument66 if ($file[0] == '.' || $file == $titlefile) {85 $title = $filepath . '/' . $titlefile;101 $this->crawl($root, $self, $pattern, $recursive, $titlefile) :