Home
last modified time | relevance | path

Searched refs:quiet (Results 1 – 1 of 1) sorted by path

/dokuwiki/bin/
H A Dindexer.php16 private $quiet = false; variable in IndexerCLI
38 'quiet',
55 $this->quiet = $options->getOpt('quiet');
86 idx_addPage($id, !$this->quiet, $this->clear);
107 if (!$this->quiet) echo $msg;