Home
last modified time | relevance | path

Searched refs:getPluginComponent (Results 76 – 100 of 101) sorted by relevance

12345

/plugin/combo/renderer/
H A Dxml.php92 $mode = "combo_" . $this->getPluginComponent();
/plugin/combo/syntax/
H A Dxmlblockemptytag.php66 $this->Lexer->addSpecialPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dmath.php77 $this->Lexer->addSpecialPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dlabel.php69 $this->Lexer->addEntryPattern(XmlTagProcessing::getContainerTagPattern(self::TAG), $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
74 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dcontentlist.php169 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
177 $this->Lexer->addExitPattern('</' . $tag . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dtoc.php86 $this->Lexer->addSpecialPattern($specialPattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Drelated.php83 $this->Lexer->addSpecialPattern($extraPattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
H A Dmetadata.php134 $this->Lexer->addSpecialPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dheadingatx.php76 $this->Lexer->addSpecialPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Ddisqus.php72 $this->Lexer->addSpecialPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Diterator.php187 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
196 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dlink.php236 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
245 $this->Lexer->addExitPattern(self::EXIT_PATTERN, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dfrontmatter.php129 $this->Lexer->addSpecialPattern(self::PATTERN, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dminimap.php27 $this->Lexer->addSpecialPattern($pattern, $aMode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dmedia.php223 $this->Lexer->addSpecialPattern(self::MEDIA_PATTERN, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/yuml/
H A Dusecase.php56 …er->addSpecialPattern($this->special_pattern, $mode, 'plugin_yuml_' . $this->getPluginComponent());
/plugin/webcomponent/syntax/
H A Dheading.php88 …attern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
/plugin/embeddedphp/syntax/
H A Dphpinline.php47 return 'plugin_'.$this->getPluginName().'_'.$this->getPluginComponent();
/plugin/icons/syntax/
H A Dicon.php45 …this->Lexer->addSpecialPattern($this->pattern, $mode, 'plugin_icons_'.$this->getPluginComponent());
46 …n(sprintf($this->linkPattern, $this->pattern), $mode, 'plugin_icons_'.$this->getPluginComponent());
/plugin/mikioplugin/syntax/
H A Dcore.php98 $this->Lexer->addEntryPattern($this->pattern_entry, $mode, 'plugin_mikioplugin_' . $this->getPluginComponent());
100 $this->Lexer->addSpecialPattern($this->pattern_entry, $mode, 'plugin_mikioplugin_' . $this->getPluginComponent());
114 $this->Lexer->addExitPattern($this->pattern_exit, 'plugin_mikioplugin_' . $this->getPluginComponent());
/plugin/inlinejs/syntax/
H A Dpreloader.php194 $msg = $this->getPluginComponent().' is disabled.';
/plugin/pagetemplate/
H A Dsyntax.php189 …function getPluginComponent() { list($t, $p, $n, $c) = explode('_', get_class($this), 4); return (… function in syntax_plugin_pagetemplate
/plugin/combo/ComboStrap/
H A DPrism.php211 $logicalTag = $plugin->getPluginComponent();
/plugin/webcode/syntax/
H A Dbasis.php628 $pluginComponent = $this->getPluginComponent();
/plugin/imapmarkers/syntax/
H A Dmap.php43 $this->component = sprintf("plugin_%s_%s", $this->getPluginName(), $this->getPluginComponent());

12345