Home
last modified time | relevance | path

Searched refs:pluginsEnabled (Results 151 – 175 of 184) sorted by last modified time

12345678

/plugin/datepicker/_test/
H A Dsyntax.test.php10 $this->pluginsEnabled[] = 'datepicker';
11 $this->pluginsEnabled[] = 'ajaxedit';
/plugin/rowmove/_test/
H A Dajax.test.php9 $this->pluginsEnabled[] = 'rowmove';
10 $this->pluginsEnabled[] = 'ajaxedit';
H A Dsyntax.test.php9 $this->pluginsEnabled[] = 'rowmove';
10 $this->pluginsEnabled[] = 'ajaxedit';
/plugin/sneakyindexfix/_test/
H A Dmain.test.php21 $this->pluginsEnabled[] = 'sneakyindexfix';
/plugin/backlinks2/_test/
H A Dsyntax.test.php26 protected $pluginsEnabled = array('backlinks'); variable in syntax_plugin_backlinks_test
H A Dsyntax_exclude.test.php26 protected $pluginsEnabled = array('backlinks'); variable in syntax_exclude_plugin_backlinks_test
H A Dsyntax_include.test.php26 protected $pluginsEnabled = array('backlinks'); variable in syntax_include_plugin_backlinks_test
H A Dsyntax_include_deep.test.php26 protected $pluginsEnabled = array('backlinks'); variable in syntax_include_deep_plugin_backlinks_test
H A Dgeneral.test.php26 protected $pluginsEnabled = array('backlinks'); variable in general_plugin_backlinks_test
/plugin/cleanoldips/_test/
H A DcleaningMedia.test.php11 protected $pluginsEnabled = ['cleanoldips']; variable in cleaningMedia_plugin_cleanoldips_test
H A Dcleaning.test.php11 protected $pluginsEnabled = ['cleanoldips']; variable in cleaning_plugin_cleanoldips_test
/plugin/fetchmedia/_test/
H A DfindMediaLinks.test.php15 protected $pluginsEnabled = array('fetchmedia'); variable in FindMediaLinks_plugin_fetchmedia_test
/plugin/definitionlist/_test/
H A Dsyntax.test.php7 protected $pluginsEnabled = array('definitionlist'); variable in plugin_definitionlist_syntax_test
/plugin/mapillary/_test/
H A Dgeneral.test.php26 protected $pluginsEnabled = array('mapillary'); variable in general_plugin_mapillary_test
/plugin/preventzerowidthchars/_test/
H A Dreplacement.test.php9 protected $pluginsEnabled = array('preventzerowidthchars'); variable in replacement_plugin_preventzerowidthchars_test
/plugin/top/_test/
H A DstartPages.test.php13 protected $pluginsEnabled = array('top', 'sqlite','translation'); variable in test_plugin_top_removeStartpages
H A Ddate.test.php13 protected $pluginsEnabled = array('top','sqlite'); variable in best_top_test
/plugin/uncmap/_test/
H A Dmapping.test.php12 protected $pluginsEnabled = array('uncmap'); variable in mapping_plugin_uncmap_test
H A Dparser.test.php14 protected $pluginsEnabled = array('uncmap'); variable in parser_plugin_uncmap_test
H A Duncmap.test.php11 protected $pluginsEnabled = array('uncmap'); variable in general_plugin_uncmap_test
/plugin/rating/_test/
H A Ddate.test.php14 protected $pluginsEnabled = array('rating'); variable in best_rating_test
/plugin/log404/_test/
H A Dgeneral.test.php11 protected $pluginsEnabled = array('log404'); variable in general_plugin_log404_test
/plugin/latexit/_test/
H A Drowspan.test.php19 protected $pluginsEnabled = array('latexit', 'mathjax', 'imagereference', 'zotero'); variable in rowspan_plugin_latexit_test
H A Dgeneral.test.php12 protected $pluginsEnabled = array('latexit', 'mathjax', 'imagereference', 'zotero'); variable in general_plugin_latexit_test
H A Drenderer.test.php16 protected $pluginsEnabled = array('latexit'); variable in renderer_plugin_latexit_test
28 if(is_dir(DOKUWIKI_PLUGIN.'mathjax')) $this->pluginsEnabled[] = 'mathjax';
29 if(is_dir(DOKUWIKI_PLUGIN.'imagereference')) $this->pluginsEnabled[] = 'imaereference';
30 if(is_dir(DOKUWIKI_PLUGIN.'zotero')) $this->pluginsEnabled[] = 'zotero';

12345678