Home
last modified time | relevance | path

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

/plugin/dev/
DSkeletor.php18 const TYPE_PLUGIN = 'plugin'; define in dokuwiki\\plugin\\dev\\Skeletor
53 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',
/plugin/dev/www/
DPluginWizard.php23 Skeletor::TYPE_PLUGIN,