Home
last modified time | relevance | path

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

/dokuwiki/bin/
H A Ddwpage.php17 protected $force = false;
30 'force',
31 'force obtaining a lock for the page (generally bad idea)',
156 $this->force = $options->getOpt('force', false);
279 if ($this->force) $this->deleteLock($wiki_id);
304 if ($this->force) $this->deleteLock($wiki_id);
16 protected $force = false; global() variable in PageCLI
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt20 **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line.
469 | %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the %%<php>%% syntax above is used), adding this macro will force DokuWiki to rerender a page on every call |
/dokuwiki/inc/
H A Dindexer.php15 // Version tag used to force rebuild on upgrade
119 * @param boolean $force force reindexing even when the index is up to date
124 function idx_addPage($page, $verbose = false, $force = false)
144 if (!$force && file_exists($idxtag)) {
118 idx_addPage($page, $verbose = false, $force = false) global() argument
/dokuwiki/inc/lang/fr/
H A Dstopwords.txt42 force
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dmobile.less263 /* force same height on search input and tools select */
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG516 * Added $force_reset param for to force full reload of a language. (milian)
625 - Implemented setting to force spans to be closed before newlines, see SF#1727398 (Milian Wolff)
703 - Added a possibility to force generation of a surrounding tag around
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
H A Dlessc.inc.php