Lines Matching defs:disabled
42 * true to return both enabled and disabled plugins
61 if ($all && !isset($this->listByType[$type]['disabled'])) {
62 $this->listByType[$type]['disabled'] = $this->getListByType($type, false);
66 ? array_merge($this->listByType[$type]['enabled'], $this->listByType[$type]['disabled'])
76 * @param $disabled bool true to load even disabled plugins
81 public function load($type, $name, $new = false, $disabled = false)
89 // check if disabled
90 if (!$disabled && !$this->isEnabled($plugin)) {
140 * Whether plugin is disabled
143 * @return bool true disabled, false enabled
153 * Check whether plugin is disabled
156 * @return bool true enabled, false disabled
335 * false to return disabled plugins