Lines Matching refs:TAG
20 const TAG = "label";
69 $this->Lexer->addEntryPattern(XmlTagProcessing::getContainerTagPattern(self::TAG), $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
74 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
92 case syntax_plugin_combo_accordion::TAG:
104 $context = syntax_plugin_combo_accordion::TAG;
106 case TabsTag::TAG:
107 $context = TabsTag::TAG;
111 LogUtility::log2FrontEnd("The label is included 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 LogUtility::log2FrontEnd("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 LogUtility::log2FrontEnd("The context ($context) of the label is unknown in exit", LogUtility::LVL_MSG_WARNING, self::TAG);