/plugin/webcode/_test/ |
H A D | webcode.test.php | 16 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 D | Menuitem.php | 29 "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 D | GeneralTest.php.skel | 5 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 D | rest.test.php | 15 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 D | minimap.test.php | 13 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 D | related.test.php | 20 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 D | general.test.php | 15 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 D | math.test.php | 14 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 D | copy_visuals.cmd | 5 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 D | dropdown.php | 89 …$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 D | blockquote.php | 85 …$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 D | related.php | 40 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 D | button.php | 98 …$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 D | console.php | 68 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this… 75 …Pattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->…
|
H A D | card.php | 99 …$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 D | container.php | 80 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this… 87 …Pattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->…
|
H A D | cite.php | 33 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this… 39 …>addExitPattern('</' . self::getTag() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->…
|
H A D | cardcolumns.php | 80 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this… 88 …$this->Lexer->addExitPattern('</' . $tag . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $thi…
|
H A D | group.php | 80 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this… 87 …Pattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->…
|
H A D | unit.php | 75 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this… 82 …Pattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->…
|
/plugin/dev/skel/ |
H A D | info.txt | 1 base @@PLUGIN_NAME@@ 5 name @@PLUGIN_NAME@@ @@PLUGIN_TYPE@@
|
/plugin/api/ |
H A D | action.php | 22 const PLUGIN_NAME = 'api'; define in action_plugin_api 57 "api" => self::PLUGIN_NAME, 67 self::PLUGIN_NAME => $pluginApiVersion,
|
/plugin/stale/_test/ |
H A D | baseTest.php | 19 $this->pluginsEnabled[] = helper_plugin_stale::PLUGIN_NAME; 48 $countListContainer = $response->queryHTML("#plugin____" . helper_plugin_stale::PLUGIN_NAME . "____plugin_settings_name")->count(); 155 $keyPrefix = "plugin____" . helper_plugin_stale::PLUGIN_NAME . "____";
|
/plugin/webcomponent/ |
H A D | webcomponent.php | 23 const PLUGIN_NAME = 'webcomponent'; define in webcomponent 80 return self::PLUGIN_NAME . ':';
|
/plugin/txtconf/ |
H A D | admin.php | 107 if ($this->_myconf->save_settings(PLUGIN_NAME)) { 123 ptln('<div id="'.PLUGIN_NAME.'__manager">'); 126 ptln(' <input type="hidden" name="page" value="'.PLUGIN_NAME.'" />');
|