Home
last modified time | relevance | path

Searched refs:PLUGIN_NAME (Results 1 – 25 of 52) sorted by path

123

/plugin/api/_test/
H A Dpage.test.php18 protected $pluginsEnabled = array(action_plugin_api::PLUGIN_NAME);
H A Dpages.test.php18 protected $pluginsEnabled = array(action_plugin_api::PLUGIN_NAME);
H A Drest.test.php15 protected $pluginsEnabled = array(action_plugin_api::PLUGIN_NAME);
33 $this->assertEquals(action_plugin_api::PLUGIN_NAME, $info['base']);
61 action_plugin_api::PLUGIN_NAME,
63 action_plugin_api::PLUGIN_NAME . " plugin is loaded"
75 "api" => action_plugin_api::PLUGIN_NAME,
H A Dutils.php34 $queryParams['call'] = action_plugin_api::PLUGIN_NAME;
/plugin/api/
H A Daction.php22 const PLUGIN_NAME = 'api'; define in action_plugin_api
57 "api" => self::PLUGIN_NAME,
67 self::PLUGIN_NAME => $pluginApiVersion,
/plugin/combo/ComboStrap/
H A DLogUtility.php138 $prefix = PluginUtility::$PLUGIN_NAME;
218 $htmlMsg = PluginUtility::getDocumentationHyperLink("", PluginUtility::$PLUGIN_NAME, false);
H A DPluginUtility.php81 public static $PLUGIN_NAME; variable in ComboStrap\\PluginUtility
97 self::$PLUGIN_NAME = 'ComboStrap';
/plugin/combo/admin/
H A Dpagerules.php87 return ucfirst(PluginUtility::$PLUGIN_NAME) . " - " . $this->lang['PageRules'];
162 ptln('<h1>' . ucfirst(PluginUtility::$PLUGIN_NAME) . ' - ' . ucfirst($this->getPluginComponent()) . '</a></h1>');
/plugin/dev/skel/
H A DREADME1 @@PLUGIN_NAME@@ @@PLUGIN_TYPE@@ for DokuWiki
9 lib/@@INSTALL_DIR@@/@@PLUGIN_NAME@@/ - if the folder is called different it
H A Dinfo.txt1 base @@PLUGIN_NAME@@
5 name @@PLUGIN_NAME@@ @@PLUGIN_TYPE@@
/plugin/dev/skel/_test/
H A DGeneralTest.php3 namespace dokuwiki\@@PLUGIN_TYPE@@\@@PLUGIN_NAME@@\test;
8 * General tests for the @@PLUGIN_NAME@@ @@PLUGIN_TYPE@@
10 * @group @@PLUGIN_TYPE@@_@@PLUGIN_NAME@@
33 $this->assertEquals('@@PLUGIN_NAME@@', $info['base']);
63 'Both ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/default.php and ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/metadata.php have to exist and contain the same keys.'
71 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/metadata.php'
79 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/default.php'
H A DStandardTest.php3 namespace dokuwiki\@@PLUGIN_TYPE@@\@@PLUGIN_NAME@@\test;
8 * FIXME tests for the @@PLUGIN_NAME@@ @@PLUGIN_TYPE@@
10 * @group @@PLUGIN_TYPE@@_@@PLUGIN_NAME@@
/plugin/dx/skel/_test/
H A DGeneralTest.php.skel5 namespace dokuwiki\plugin\@@PLUGIN_NAME@@\test;
10 * General tests for the @@PLUGIN_NAME@@ plugin
12 * @group plugin_@@PLUGIN_NAME@@
36 self::assertEquals('@@PLUGIN_NAME@@', $info['base']);
66 …'Both ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/default.php and ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/c…
74 … 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/metadata.php'
82 … 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/default.php'
/plugin/minimap/_test/
H A Dminimap.test.php13 protected $pluginsEnabled = [syntax_plugin_minimap::PLUGIN_NAME];
45 … saveWikiText($minimapPage, '<' . syntax_plugin_minimap::PLUGIN_NAME . ' />', 'Page with minimap');
89 …$conf['plugin'][syntax_plugin_minimap::PLUGIN_NAME][syntax_plugin_minimap::INCLUDE_DIRECTORY_PARAM…
102 … saveWikiText($minimapPage, '<' . syntax_plugin_minimap::PLUGIN_NAME . ' />', 'Page with minimap');
144 …saveWikiText($minimapPage, '<' . syntax_plugin_minimap::PLUGIN_NAME . ' '.syntax_plugin_minimap::I…
181 … $conf['plugin'][syntax_plugin_minimap::PLUGIN_NAME][syntax_plugin_minimap::SHOW_HEADER]=false;
190 … saveWikiText($minimapPage, '<' . syntax_plugin_minimap::PLUGIN_NAME . ' />', 'Page with minimap');
225 …saveWikiText($minimapPage, '<' . syntax_plugin_minimap::PLUGIN_NAME . ' '.syntax_plugin_minimap::S…
271 …saveWikiText($minimapPage, '<' . syntax_plugin_minimap::PLUGIN_NAME . ' '.syntax_plugin_minimap::N…
/plugin/minimap/
H A Dcopy_visuals.cmd5 SET PLUGIN_NAME=minimap
14 SET VISUAL_PAGES=%DOKU_DATA%\pages\%PLUGIN_NAME%
24 SET VISUAL_MEDIAS=%DOKU_DATA%\media\%PLUGIN_NAME%
H A Dsyntax.php14 const PLUGIN_NAME = 'minimap'; define in syntax_plugin_minimap
/plugin/stale/
H A DMenuitem.php29 "page" => helper_plugin_stale::PLUGIN_NAME
33 const MENU_HTML_ELEMENT_ID = 'plugin_' . helper_plugin_stale::PLUGIN_NAME;
61 $stale = plugin_load('helper', helper_plugin_stale::PLUGIN_NAME);
67 $stale = plugin_load('helper', helper_plugin_stale::PLUGIN_NAME);
75 $stale = plugin_load('helper', helper_plugin_stale::PLUGIN_NAME);
H A Dhelper.php9 const PLUGIN_NAME = 'stale'; define in helper_plugin_stale
/plugin/stale/_test/
H A DbaseTest.php19 $this->pluginsEnabled[] = helper_plugin_stale::PLUGIN_NAME;
40 …$countListContainer = $response->queryHTML("#plugin____" . helper_plugin_stale::PLUGIN_NAME . "___…
147 $keyPrefix = "plugin____" . helper_plugin_stale::PLUGIN_NAME . "____";
/plugin/txtconf/
H A Dadmin.php107 if ($this->_myconf->save_settings(PLUGIN_NAME)) {
123 ptln('<div id="'.PLUGIN_NAME.'__manager">');
126 ptln(' <input type="hidden" name="page" value="'.PLUGIN_NAME.'" />');
/plugin/webcode/_test/
H A Dwebcode.test.php16 const PLUGIN_NAME = 'webcode'; define in dokuwiki_plugin_webcode_basis_test
17 protected $pluginsEnabled = array(self::PLUGIN_NAME);
39 saveWikiText($id,'<'.self::PLUGIN_NAME.'>'
45 .'</'.self::PLUGIN_NAME.'>','First');
63 saveWikiText($id,'<'.self::PLUGIN_NAME.'>'
70 .'</'.self::PLUGIN_NAME.'>','First');
86 $webcode = '<' . self::PLUGIN_NAME . '>'
92 . '</' . self::PLUGIN_NAME . '>';
112 $webcode = '<' . self::PLUGIN_NAME . '>'
118 . '</' . self::PLUGIN_NAME . '>';
/plugin/webcomponent/_test/
H A Dblockquote.test.php14 protected $pluginsEnabled = [webcomponent::PLUGIN_NAME];
H A Dbutton.test.php14 protected $pluginsEnabled = [webcomponent::PLUGIN_NAME];
H A Dcard.test.php13 protected $pluginsEnabled = [webcomponent::PLUGIN_NAME];
H A Dcardcolumns.test.php13 protected $pluginsEnabled = [webcomponent::PLUGIN_NAME];

123