Home
last modified time | relevance | path

Searched refs:Lexer (Results 451 – 475 of 1044) sorted by relevance

1...<<11121314151617181920>>...42

/plugin/davcal/syntax/
H A Dcalendar.php44 $this->Lexer->addSpecialPattern('\{\{davcal>[^}]*\}\}',$mode,'plugin_davcal_calendar');
45 … $this->Lexer->addSpecialPattern('\{\{davcalclient>[^}]*\}\}',$mode,'plugin_davcal_calendar');
/plugin/combo/syntax/
H A Dtoggle.php84 $this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
92 $this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
H A Dtooltip.php114 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
121 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/dokugource/
H A Dsyntax.php32 $this->Lexer->addSpecialPattern('(?i)~~gourcecolor[<:>].+?~~', $mode, 'plugin_dokugource');
/plugin/complex_lists/inblock_ranges/
H A Dsyntax.php40 $this->Lexer->addExitPattern('[)]#', 'plugin_inblock_ranges');
/plugin/qrcodescanner/
H A Dsyntax.php25 $this->Lexer->addSpecialPattern('\{\{QRCODESCANNER\}\}',$mode,'plugin_qrcodescanner');
/plugin/mikioplugin/syntax/
H A Dhr.php22 $this->Lexer->addSpecialPattern('----[\r\n]', $mode, 'plugin_mikioplugin_' . $this->getPluginComponent());
/plugin/dbquery/syntax/
H A Dmacro.php32 $this->Lexer->addSpecialPattern('~~DBQUERY:.*?~~', $mode, 'plugin_dbquery_macro');
/plugin/inlinetoc/
H A Dsyntax.php41 $this->Lexer->addSpecialPattern('{{INLINETOC}}', $mode, 'plugin_inlinetoc');
/plugin/nosidebar/
H A Dsyntax.php23 $this->Lexer->addSpecialPattern('~~NOSIDEBAR~~', $mode, 'plugin_nosidebar');
/plugin/subjectindex/syntax/
H A Dignore.php41 …$this->Lexer->addSpecialPattern('~~(?i)NOSUBJECTINDEX(?-i)~~', $mode, 'plugin_subjectindex_ignore'…
/plugin/indexmenu/syntax/
H A Dtag.php41 $this->Lexer->addSpecialPattern('{{indexmenu_n>.+?}}', $mode, 'plugin_indexmenu_tag');
/plugin/extranet/
H A Dsyntax.php26 $this->Lexer->addSpecialPattern('~~NOEXTRANET~~', $mode, 'plugin_changes');
/plugin/autotranslation/syntax/
H A Dnotrans.php44 $this->Lexer->addSpecialPattern('~~NOTRANS~~',$mode,'plugin_autotranslation_notrans');
/plugin/fbsp/
H A Dfbcomment.php33 $this->Lexer->addSpecialPattern('<fbc>',$mode,'plugin_fbsp_fbcomment');
H A Dfblike.php33 $this->Lexer->addSpecialPattern('<fbl>',$mode,'plugin_fbsp_fblike');
/plugin/toc/
H A Dsyntax.php47 $this->Lexer->addSpecialPattern('~~TOC~~', $mode, 'plugin_toc');
/plugin/markdowku/
H A Dcodespans2.php17 $this->Lexer->addSpecialPattern(
H A Dcodespans3.php17 $this->Lexer->addSpecialPattern(
H A Dcodespans4.php17 $this->Lexer->addSpecialPattern(
H A Dcodespans5.php17 $this->Lexer->addSpecialPattern(
H A Dcodespans1.php18 $this->Lexer->addSpecialPattern(
/plugin/lvhpacket/
H A Dsyntax.php72 $this->Lexer->addEntryPattern('{{lvh_packet.*?(?=.*?}})',$mode,'plugin_lvhpacket');
75 $this->Lexer->addPattern('\|.*?(?=.*?)\n','plugin_lvhpacket');
79 $this->Lexer->addExitPattern('}}','plugin_lvhpacket');
/plugin/todo/syntax/
H A Dtodo.php81 $this->Lexer->addEntryPattern('<todo[\s]*?.*?>(?=.*?</todo>)', $mode, 'plugin_todo_todo');
82 $this->Lexer->addSpecialPattern(self::TODO_UNCHECK_ALL, $mode, 'plugin_todo_todo');
83 $this->Lexer->addSpecialPattern('~~NOTODO~~', $mode, 'plugin_todo_todo');
87 $this->Lexer->addExitPattern('</todo>', 'plugin_todo_todo');
/plugin/translation3/
H A Dsyntax.php47 $this->Lexer->addSpecialPattern('~~NOTRANS~~',$mode,'plugin_translation');

1...<<11121314151617181920>>...42