Home
last modified time | relevance | path

Searched refs:pattern (Results 151 – 175 of 693) sorted by path

12345678910>>...28

/plugin/combo/syntax/
H A Dbadge.php85 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
86 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
99 * The handle function goal is to parse the matched syntax through the pattern function
H A Dbrand.php96 * Create a pattern that will called this plugin
104 $pattern = XmlTagProcessing::getContainerTagPattern(self::getTag());
105 $this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
108 * The empty tag pattern should be after the container pattern
H A Dcell.php110 * Create a pattern that will called this plugin
120 $pattern = XmlTagProcessing::getContainerTagPattern($tag);
121 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
138 * The handle function goal is to parse the matched syntax through the pattern function
H A Dcite.php66 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
67 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
81 * The handle function goal is to parse the matched syntax through the pattern function
H A Dcode.php93 $pattern = XmlTagProcessing::getContainerTagPattern(self::CODE_TAG);
94 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
112 * The handle function goal is to parse the matched syntax through the pattern function
H A Dcontentlist.php168 $pattern = XmlTagProcessing::getContainerTagPattern($tag);
169 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
185 * The handle function goal is to parse the matched syntax through the pattern function
H A Dcontentlistitem.php95 $pattern = XmlTagProcessing::getContainerTagPattern($tag);
96 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
113 * The handle function goal is to parse the matched syntax through the pattern function
H A Ddisqus.php64 * Create a pattern that will called this plugin
71 $pattern = PluginUtility::getEmptyTagPattern(self::TAG);
72 $this->Lexer->addSpecialPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
77 * The handle function goal is to parse the matched syntax through the pattern function
H A Dfooter.php29 * The name of the class must follow a pattern (don't change it)
90 * Create a pattern that will called this plugin
98 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
99 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
112 * The handle function goal is to parse the matched syntax through the pattern function
H A Dfragment.php105 $pattern = XmlTagProcessing::getContainerTagPattern($tag);
106 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
125 * The handle function goal is to parse the matched syntax through the pattern function
H A Dheadingatx.php75 $pattern = '\r??\n\s*#{1,6}\s?(?=.*' . self::EXIT_PATTERN . ')';
76 $this->Lexer->addSpecialPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Diterator.php81 * Page canonical and tag pattern
186 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
187 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
204 * The handle function goal is to parse the matched syntax through the pattern function
H A Diteratordata.php28 * The pattern
96 $pattern = XmlTagProcessing::getContainerTagPattern(self::MARKI_PAGE_TAG);
97 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
115 * The handle function goal is to parse the matched syntax through the pattern function
H A Ditext.php71 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
72 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dlink.php29 * A link pattern to take over the link of Dokuwiki
87 * Dokuwiki Link pattern ter info
235 $pattern = self::ENTRY_PATTERN_SINGLE_LINE;
236 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dmath.php76 $pattern = PluginUtility::getLeafContainerTagPattern($element);
77 $this->Lexer->addSpecialPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dmenubar.php25 * The name of the class must follow a pattern (don't change it)
120 * Create a pattern that will called this plugin
129 $pattern = XmlTagProcessing::getContainerTagPattern($tag);
130 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
146 * The handle function goal is to parse the matched syntax through the pattern function
H A Dmetadata.php133 $pattern = PluginUtility::getEmptyTagPattern(self::TAG);
134 $this->Lexer->addSpecialPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
141 * The handle function goal is to parse the matched syntax through the pattern function
H A Dminimap.php26 $pattern = '<' . self::MINIMAP_TAG_NAME . '[^>]*>';
27 $this->Lexer->addSpecialPattern($pattern, $aMode, PluginUtility::getModeFromTag($this->getPluginComponent()));
56 * The handle function goal is to parse the matched syntax through the pattern function
72 // As there is only one call to connect to in order to a add a pattern,
126 // As there is only one call to connect to in order to a add a pattern,
H A Dnavbarcollapse.php28 * The name of the class must follow a pattern (don't change it) ie syntax_plugin_PluginName_ComponentName
99 * Create a pattern that will called this plugin
108 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
109 $this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
123 * The handle function goal is to parse the matched syntax through the pattern function
H A Dnavbargroup.php20 * The name of the class must follow a pattern (don't change it)
84 * Create a pattern that will called this plugin
102 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
103 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
118 * The handle function goal is to parse the matched syntax through the pattern function
H A Dnote.php90 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
91 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dpreformatted.php107 foreach ($patterns as $pattern) {
108 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
129 * The handle function goal is to parse the matched syntax through the pattern function
H A Drailroad.php74 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
75 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
91 * The handle function goal is to parse the matched syntax through the pattern function
H A Dtab.php14 * The name of the class must follow a pattern (don't change it)
79 * Create a pattern that will called this plugin
88 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
89 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
103 * The handle function goal is to parse the matched syntax through the pattern function

12345678910>>...28