Home
last modified time | relevance | path

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

/dokuwiki/inc/Extension/
H A DPluginController.php20 protected $masterList = []; variable in dokuwiki\\Extension\\PluginController
55 … return $all ? array_keys($this->masterList) : array_keys(array_filter($this->masterList));
160 return !empty($this->masterList[$plugin]);
172 $this->masterList[$plugin] = 0;
185 $this->masterList[$plugin] = 1;
210 … if (array_key_exists($plugin, $this->masterList) && $this->masterList[$plugin] == 0) {
212 … } elseif (array_key_exists($plugin, $this->masterList) && $this->masterList[$plugin] == 1) {
218 $this->masterList = $all_plugins;
255 if (empty($this->masterList)) return false;
290 $backup = $this->masterList;
[all …]