Home
last modified time | relevance | path

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

123

/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/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);
/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/api/_test/
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,
/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/webcomponent/_test/
H A Drelated.test.php20 const TEST_PAGE_NAMESPACE = webcomponent::PLUGIN_NAME . 'test:';
89 …dbglog("\nTest Plugin" . webcomponent::PLUGIN_NAME.".".syntax_plugin_webcomponent_related::getElem…
119 …$conf ['plugin'][webcomponent::PLUGIN_NAME][syntax_plugin_webcomponent_related::EXTRA_PATTERN_CONF…
121 …dbglog("\nSetup was called- Test Plugin" . webcomponent::PLUGIN_NAME." - Compo".syntax_plugin_webc…
157 …$oldMaxLinksValue = $conf ['plugin'][webcomponent::PLUGIN_NAME][syntax_plugin_webcomponent_related…
158 …$conf ['plugin'][webcomponent::PLUGIN_NAME][syntax_plugin_webcomponent_related::MAX_LINKS_CONF] = …
161 …$conf ['plugin'][webcomponent::PLUGIN_NAME][syntax_plugin_webcomponent_related::MAX_LINKS_CONF] = …
H A Dgeneral.test.php15 protected $pluginsEnabled = array(webcomponent::PLUGIN_NAME);
28 $this->assertEquals(webcomponent::PLUGIN_NAME, $info['base']);
56 webcomponent::PLUGIN_NAME,
58 webcomponent::PLUGIN_NAME . " plugin is loaded"
H A Dmath.test.php14 protected $pluginsEnabled = [webcomponent::PLUGIN_NAME];
65 … $divId = webcomponent::PLUGIN_NAME . '_' . syntax_plugin_webcomponent_math::getComponentName();
88 … $divId = webcomponent::PLUGIN_NAME . '_' . syntax_plugin_webcomponent_math::getComponentName();
/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%
/plugin/webcomponent/syntax/
H A Ddropdown.php89 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
92 …$this->Lexer->addPattern(self::INTERNAL_LINK_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' …
101 …>addExitPattern('</' . self::getTag() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->…
104 …$this->Lexer->addPattern(self::INTERNAL_LINK_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' …
H A Dblockquote.php85 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
92 …ExitPattern('</' . self::getTagName() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->…
97 …$this->Lexer->addPattern($lookaheadPattern, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->g…
100 …$this->Lexer->addPattern(self::IMAGE_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this-…
H A Drelated.php40 return webcomponent::PLUGIN_NAME."_".self::getElementName();
80 …' . self::getElementName(). '[^>]*>', $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->…
85 …xer->addSpecialPattern($extraPattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->…
162 …$renderer->doc .= "<strong>Plugin ".webcomponent::PLUGIN_NAME." - Component ".self::getElementName…
H A Dbutton.php98 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
108 …$this->Lexer->addExitPattern('</' . $tag . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $thi…
112 …$this->Lexer->addPattern(self::INTERNAL_LINK_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' …
H A Dconsole.php68 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
75 …Pattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->…
H A Dcard.php99 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
110 …$this->Lexer->addExitPattern('</' . $tag . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $thi…
114 …$this->Lexer->addPattern(self::HEADER_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
117 …$this->Lexer->addPattern(self::IMAGE_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this-…
H A Dcontainer.php80 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
87 …Pattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->…
H A Dcite.php33 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
39 …>addExitPattern('</' . self::getTag() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->…
H A Dcardcolumns.php80 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
88 …$this->Lexer->addExitPattern('</' . $tag . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $thi…
H A Dgroup.php80 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
87 …Pattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->…
H A Dunit.php75 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
82 …Pattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->…
/plugin/dev/skel/
H A Dinfo.txt1 base @@PLUGIN_NAME@@
5 name @@PLUGIN_NAME@@ @@PLUGIN_TYPE@@
/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/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/webcomponent/
H A Dwebcomponent.php23 const PLUGIN_NAME = 'webcomponent'; define in webcomponent
80 return self::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.'" />');

123