Searched refs:force (Results 1 – 10 of 10) sorted by relevance
| /dokuwiki/inc/Search/ |
| H A D | Indexer.php | 108 * @param bool $force 111 public function needsIndexing(string $page, bool $force = false): bool argument 114 if ($force || !file_exists($idxtag)) return true; 128 * @param bool $force force reindexing even when the index is up to date 134 public function addPage(string $page, bool $force = false): void argument 136 if (!$this->needsIndexing($page, $force)) { 207 * @param bool $force force deletion even when no .indexed tag exists 213 public function deletePage(string $page, bool $force = false): void argument 216 if (!$force && !file_exists($idxtag)) {
|
| H A D | LegacyIndexer.php | 69 public function addPage(string $page, bool $force = false): bool|string argument 73 $this->indexer->addPage($page, $force); 85 public function deletePage(string $page, bool $force = false): bool|string argument 89 $this->indexer->deletePage($page, $force);
|
| /dokuwiki/bin/ |
| H A D | dwpage.php | 17 protected $force = false; variable in PageCLI 156 $this->force = $options->getOpt('force', false); 283 if ($this->force) $this->deleteLock($wiki_id); 308 if ($this->force) $this->deleteLock($wiki_id);
|
| /dokuwiki/inc/ |
| H A D | deprecated.php | 215 * @param boolean $force force reindexing even when the index is up to date 220 function idx_addPage($page, $verbose = false, $force = false) argument 224 (new dokuwiki\Search\Indexer())->addPage($page, $force);
|
| /dokuwiki/inc/lang/fr/ |
| H A D | stopwords.txt | 42 force
|
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | mobile.less | 263 /* force same height on search input and tools select */
|
| /dokuwiki/data/pages/wiki/ |
| H A D | syntax.txt | 20 **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph… 469 …ted (eg. when the %%<php>%% syntax above is used), adding this macro will force DokuWiki to rerend…
|
| /dokuwiki/_test/data/pages/wiki/ |
| H A D | syntax.txt | 20 **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph… 469 …ted (eg. when the %%<php>%% syntax above is used), adding this macro will force DokuWiki to rerend…
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | CHANGELOG | 518 * Added $force_reset param for to force full reload of a language. (milian) 627 - Implemented setting to force spans to be closed before newlines, see SF#1727398 (Milian Wolff) 705 - Added a possibility to force generation of a surrounding tag around
|
| /dokuwiki/vendor/splitbrain/lesserphp/ |
| H A D | LICENSE | 207 in force. You may convey covered works to others for the sole purpose
|