Lines Matching full:plugin
3 namespace dokuwiki\plugin\extension\test;
5 use dokuwiki\plugin\extension\Installer;
9 * Installer tests for the extension plugin
23 'either1' => ['either1', ['either1' => 'plugin']],
24 'eithersub2' => ['eithersub2', ['either2' => 'plugin']],
25 'plgfoo5' => ['plgfoo5', ['plugin5' => 'plugin']],
26 'plgsub3' => ['plgsub3', ['plugin3' => 'plugin']],
27 'plgsub4' => ['plgsub4', ['plugin4' => 'plugin']],
28 'plgsub6' => ['plgsub6', ['plugin6' => 'plugin']],
29 'plugin1' => ['plugin1', ['plugin1' => 'plugin']],
30 'plugin2' => ['plugin2', ['plugin2' => 'plugin']],
31 'plugin3' => ['plugin3', ['foobar' => 'plugin']],
38 'multi1' => 'plugin',
39 'multi2' => 'plugin',
40 'multi3' => 'plugin',