Home
last modified time | relevance | path

Searched defs:force (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/inc/Search/
H A DIndexer.php111 public function needsIndexing(string $page, bool $force = false): bool
138 public function addPage(string $page, bool $force = false): bool
219 public function deletePage(string $page, bool $force = false): bool
H A DLegacyIndexer.php70 public function addPage(string $page, bool $force = false): bool|string
86 public function deletePage(string $page, bool $force = false): bool|string
/dokuwiki/bin/
H A Ddwpage.php17 protected $force = false; variable in PageCLI
/dokuwiki/inc/
H A Ddeprecated.php220 function idx_addPage($page, $verbose = false, $force = false)