/plugin/dirtylittlehelper/syntax/ |
H A D | tablewiki.php | 50 …attern('\<dlh\.table\.wiki[^\>]*\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginComponent()); 51 …ialPattern('\<\/dlh\.table\.wiki\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginComponent()); 53 …tern('\<dlh\.caption\.wiki[^\>]*\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginComponent()); 54 …lPattern('\<\/dlh\.caption\.wiki\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginComponent()); 56 …alPattern('\<dlh\.th\.wiki[^\>]*\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginComponent()); 57 …pecialPattern('\<\/dlh\.th\.wiki\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginComponent()); 59 …alPattern('\<dlh\.tr\.wiki[^\>]*\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginComponent()); 60 …pecialPattern('\<\/dlh\.tr\.wiki\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginComponent()); 62 …alPattern('\<dlh\.td\.wiki[^\>]*\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginComponent()); 63 …pecialPattern('\<\/dlh\.td\.wiki\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginComponent());
|
H A D | sidebar.php | 66 …dSpecialPattern('\<dlh\.togglesb\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginComponent()); 67 …->addSpecialPattern('\<dlh\.nosb\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginComponent()); 68 …addSpecialPattern('\<dlh\.hidesb\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginComponent());
|
H A D | comment.php | 49 …exer->addEntryPattern('\<dlh\.\*\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginComponent()); 55 …is->Lexer->addExitPattern('\<\/dlh\.\*\>','plugin_dirtylittlehelper_'.$this->getPluginComponent());
|
H A D | divwiki.php | 49 …lPattern('\<dlh\.div\.wiki[^\>]*\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginComponent()); 50 …ecialPattern('\<\/dlh\.div\.wiki\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginComponent());
|
H A D | mermaid.php | 49 …exer->addEntryPattern('\<dlh\.mm\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginComponent()); 54 …is->Lexer->addExitPattern('\<\/dlh\.mm\>','plugin_dirtylittlehelper_'.$this->getPluginComponent());
|
H A D | style.php | 49 …r->addEntryPattern('\<dlh\.style\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginComponent()); 54 …>Lexer->addExitPattern('\<\/dlh\.style\>','plugin_dirtylittlehelper_'.$this->getPluginComponent());
|
H A D | tree.php | 52 …->addSpecialPattern('\<dlh\.tree\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginComponent()); 53 …addSpecialPattern('\<dlh\.notree\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginComponent()); 54 …SpecialPattern('\<dlh\.forcetree\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginComponent());
|
H A D | divhtml.php | 49 …yPattern('\<dlh\.div\.html[^\>]*\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginComponent()); 55 …er->addExitPattern('\<\/dlh\.div\.html\>','plugin_dirtylittlehelper_'.$this->getPluginComponent());
|
H A D | tablehtml.php | 49 …attern('\<dlh\.table\.html[^\>]*\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginComponent()); 55 …->addExitPattern('\<\/dlh\.table\.html\>','plugin_dirtylittlehelper_'.$this->getPluginComponent());
|
/plugin/webcomponent/syntax/ |
H A D | cite.php | 32 …$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 D | blockquote.php | 84 $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 D | dropdown.php | 89 …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 D | brand.php | 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);
|
H A D | button.php | 98 …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 D | console.php | 68 …attern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent()); 75 …getElementName() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
|
H A D | card.php | 99 …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 D | container.php | 80 …attern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent()); 87 …getElementName() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
|
H A D | cardcolumns.php | 80 …attern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent()); 88 …tern('</' . $tag . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
|
H A D | group.php | 80 …attern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent()); 87 …getElementName() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->getPluginComponent());
|
/plugin/wrap/syntax/ |
H A D | div.php | 28 $this->Lexer->addSpecialPattern($this->special_pattern,$mode,'plugin_wrap_'.$this->getPluginComponent()); 29 $this->Lexer->addEntryPattern($this->entry_pattern,$mode,'plugin_wrap_'.$this->getPluginComponent()); 33 $this->Lexer->addExitPattern($this->exit_pattern, 'plugin_wrap_'.$this->getPluginComponent()); 34 $this->Lexer->addPattern('[ \t]*={2,}[^\n]+={2,}[ \t]*(?=\n)', 'plugin_wrap_'.$this->getPluginComponent());
|
H A D | span.php | 28 $this->Lexer->addSpecialPattern($this->special_pattern,$mode,'plugin_wrap_'.$this->getPluginComponent()); 29 $this->Lexer->addEntryPattern($this->entry_pattern,$mode,'plugin_wrap_'.$this->getPluginComponent()); 33 $this->Lexer->addExitPattern($this->exit_pattern, 'plugin_wrap_'.$this->getPluginComponent());
|
/plugin/combo/syntax/ |
H A D | preformatted.php | 108 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent())); 110 $this->Lexer->addPattern('\n ', PluginUtility::getModeFromTag($this->getPluginComponent())); 111 $this->Lexer->addPattern('\n\t', PluginUtility::getModeFromTag($this->getPluginComponent())); 123 $this->Lexer->addExitPattern('\n', PluginUtility::getModeFromTag($this->getPluginComponent()));
|
H A D | xmlblocktag.php | 131 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent())); 138 $this->Lexer->addExitPattern('</[\w-]+>', PluginUtility::getModeFromTag($this->getPluginComponent()));
|
/plugin/syntaxhighlightjs/syntax/ |
H A D | sxh.php | 47 'plugin_syntaxhighlightjs_'.$this->getPluginComponent() 52 'plugin_syntaxhighlightjs_'.$this->getPluginComponent() 62 'plugin_syntaxhighlightjs_'.$this->getPluginComponent()
|
/plugin/imapmarkers/syntax/ |
H A D | reference.php | 20 $this->component = sprintf("plugin_%s_%s", $this->getPluginName(), $this->getPluginComponent()); 22 …markers_reference.__construct ID='%s' COMPONENT='%s'", cleanID($ID), $this->getPluginComponent())); 66 …gin_imapmarkers_reference.handle MATCH='%s' COMPONENT='%s'", $match, $this->getPluginComponent()));
|