Home
last modified time | relevance | path

Searched refs:getPluginComponent (Results 76 – 100 of 101) sorted by last modified time

12345

/plugin/webcode/syntax/
H A Dbasis.php628 $pluginComponent = $this->getPluginComponent();
/plugin/formatplus2/
H A Dformatting.php90 …->Lexer->addEntryPattern($this->pattern, $mode, 'plugin_formatplus2_'.$this->getPluginComponent());
95 …xer->addExitPattern($this->formatting['close'], 'plugin_formatplus2_'.$this->getPluginComponent());
/plugin/inlinejs/syntax/
H A Dembedder.php78 msg($this->getPluginName().': '.$this->getPluginComponent().' is disabled.',-1);
95 $msg = $this->getPluginComponent().' is disabled.';
H A Dpreloader.php194 $msg = $this->getPluginComponent().' is disabled.';
/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/pagetemplate/
H A Dsyntax.php189 …function getPluginComponent() { list($t, $p, $n, $c) = explode('_', get_class($this), 4); return (… function in syntax_plugin_pagetemplate
/plugin/webcomponent/syntax/
H A Dbutton.php98 …attern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
108 …tern('</' . $tag . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
112 …:INTERNAL_LINK_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
H A Dcard.php99 …attern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
110 …tern('</' . $tag . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
114 …n(self::HEADER_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
117 …rn(self::IMAGE_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
H A Dcollapse.php80 …attern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
87 …getElementName() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
H A Dcontainer.php80 …attern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
87 …getElementName() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
H A Ddropdown.php89 …attern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
92 …:INTERNAL_LINK_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
101 …. self::getTag() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
104 …:INTERNAL_LINK_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
H A Dcardcolumns.php80 …attern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
88 …tern('</' . $tag . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
H A Dcite.php32 …$pattern = '<' . $this->getPluginComponent() . '.*?>(?=.*?</' . $this->getPluginComponent() . '>)';
33 …attern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
39 …. self::getTag() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
48 $match = utf8_substr($match, strlen($this->getPluginComponent()) + 1, -1);
74 $renderer->doc .= '<'.$this->getPluginComponent().'>';
82 $renderer->doc .= '</'.$this->getPluginComponent().'>';
H A Dgroup.php80 …attern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
87 …getElementName() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
H A Dheading.php88 …attern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
H A Dmath.php75 …attern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
86 …('</' . $element . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
H A Drelated.php80 …ame(). '[^>]*>', $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
85 …n($extraPattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
H A Dunit.php75 …attern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
82 …getElementName() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
H A Dblockquote.php84 $pattern = webcomponent::getLookAheadPattern($this->getPluginComponent());
85 …attern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
92 …lf::getTagName() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
97 …tern($lookaheadPattern, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
100 …rn(self::IMAGE_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
124 $match = utf8_substr($match, strlen($this->getPluginComponent()) + 1, -1);
218 … $renderer->doc .= DOKU_TAB . DOKU_TAB . '</' . $this->getPluginComponent() . '>' . DOKU_LF
H A Dbrand.php33 …attern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
39 …. self::getTag() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
48 $match = utf8_substr($match, strlen($this->getPluginComponent()) + 1, -1);
H A Dconsole.php68 …attern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
75 …getElementName() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
H A Dnavbar.php80 …attern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
87 …getElementName() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
H A Dsearch.php32 …tTag() . '[^>]*>',$mode,'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
45 $match = utf8_substr($match, strlen($this->getPluginComponent()) + 1, -1);
/plugin/yuml/
H A Dusecase.php56 …er->addSpecialPattern($this->special_pattern, $mode, 'plugin_yuml_' . $this->getPluginComponent());
/plugin/syntaxhighlightjs/syntax/
H A Dsxh.php47 'plugin_syntaxhighlightjs_'.$this->getPluginComponent()
52 'plugin_syntaxhighlightjs_'.$this->getPluginComponent()
62 'plugin_syntaxhighlightjs_'.$this->getPluginComponent()

12345