Lines Matching refs:TAG
20 const TAG = "label"; define in syntax_plugin_combo_label
69 …$this->Lexer->addEntryPattern(XmlTagProcessing::getContainerTagPattern(self::TAG), $mode, PluginUt…
74 …$this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPlugi…
92 case syntax_plugin_combo_accordion::TAG:
104 $context = syntax_plugin_combo_accordion::TAG;
106 case TabsTag::TAG:
107 $context = TabsTag::TAG;
111 …in the $grandFatherName component and this is unexpected", LogUtility::LVL_MSG_WARNING, self::TAG);
130 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
181 case syntax_plugin_combo_accordion::TAG:
199 case TabsTag::TAG:
209 …"The context ($context) of the label is unknown in enter", LogUtility::LVL_MSG_WARNING, self::TAG);
221 case syntax_plugin_combo_accordion::TAG:
236 case TabsTag::TAG:
244 …("The context ($context) of the label is unknown in exit", LogUtility::LVL_MSG_WARNING, self::TAG);