Home
last modified time | relevance | path

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

/dokuwiki/bin/
H A Dindexer.php69 $this->quietecho("Searching pages... ");
71 $this->quietecho(count($data) . " pages found.\n");
85 $this->quietecho("$id... ");
87 $this->quietecho("done.\n");
95 $this->quietecho("Clearing index... ");
97 $this->quietecho("done.\n");
105 protected function quietecho($msg)
100 protected function quietecho($msg) { global() function in IndexerCLI