Home
last modified time | relevance | path

Searched refs:PLUGIN_NAME (Results 26 – 50 of 52) sorted by last modified time

123

/plugin/webcomponent/_test/
H A Dblockquote.test.php14 protected $pluginsEnabled = [webcomponent::PLUGIN_NAME];
H A Dcard.test.php13 protected $pluginsEnabled = [webcomponent::PLUGIN_NAME];
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();
H A Dbutton.test.php14 protected $pluginsEnabled = [webcomponent::PLUGIN_NAME];
H A Dcardcolumns.test.php13 protected $pluginsEnabled = [webcomponent::PLUGIN_NAME];
H A Dcite.test.php14 protected $pluginsEnabled = [webcomponent::PLUGIN_NAME];
H A Dheading.test.php14 protected $pluginsEnabled = [webcomponent::PLUGIN_NAME];
H A Djs.test.php16 protected $pluginsEnabled = [webcomponent::PLUGIN_NAME];
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] = …
/plugin/webcomponent/action/
H A Dblockquote.php25 'icon' => '../../plugins/' . webcomponent::PLUGIN_NAME . '/images/blockquote-icon.png',
H A Dmath.php57 …$math_div_id = webcomponent::PLUGIN_NAME . '_' . syntax_plugin_webcomponent_math::getComponentName…
H A Dtoolbar.php31 'icon' => '../../plugins/'.webcomponent::PLUGIN_NAME.'/images/docblock.png',
/plugin/webcomponent/syntax/
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 Dcite.php33 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
39 …>addExitPattern('</' . self::getTag() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->…
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 Dheading.php88 …$this->Lexer->addSpecialPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $th…
H A Dmath.php75 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
86 …Lexer->addExitPattern('</' . $element . '>', '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 Dunit.php75 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
82 …Pattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->…
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 Dbrand.php33 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
39 …>addExitPattern('</' . self::getTag() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->…
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 Dnavbar.php80 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
87 …Pattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->…
/plugin/webcomponent/
H A Dwebcomponent.php23 const PLUGIN_NAME = 'webcomponent'; define in webcomponent
80 return self::PLUGIN_NAME . ':';

123