Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DStyleUtils.php15 protected $reinit;
35 * @param bool $reinit whether static style conf should be reinitialized
37 public function __construct($tpl = '', $preview = false, $reinit = false)
44 $this->reinit = $reinit;
62 if (!empty($combined) && !$this->reinit) {
16 protected $reinit; global() variable in dokuwiki\\StyleUtils
38 __construct($tpl = '', $preview = false, $reinit = false) global() argument
H A DActionRouter.php56 * @param bool $reinit
59 public static function getInstance($reinit = false)
61 if ((!self::$instance instanceof \dokuwiki\ActionRouter) || $reinit) {
58 getInstance($reinit = false) global() argument