Searched refs:TYPE_PLUGIN (Results 1 – 2 of 2) sorted by relevance
18 const TYPE_PLUGIN = 'plugin'; define in dokuwiki\\plugin\\dev\\Skeletor53 if ($type == self::TYPE_PLUGIN) {71 $type = self::TYPE_PLUGIN;118 if ($this->type !== self::TYPE_PLUGIN) {225 '@@INSTALL_DIR@@' => ($this->type == self::TYPE_PLUGIN) ? 'plugins' : 'tpl',
23 Skeletor::TYPE_PLUGIN,