Home
last modified time | relevance | path

Searched refs:TAG (Results 1 – 25 of 123) sorted by relevance

12345

/template/strap/ComboStrap/
H A DXmlTagProcessing.php45 case BlockquoteTag::TAG:
48 case BoxTag::TAG:
60 case CarrouselTag::TAG:
67 case ContainerTag::TAG:
73 case PipelineTag::TAG:
74 case DateTag::TAG:
76 case PermalinkTag::TAG:
77 case IconTag::TAG:
80 case DropDownTag::TAG:
98 case JumbotronTag::TAG:
[all …]
H A DBlockquoteTag.php30 const TAG = "blockquote"; define in ComboStrap\\BlockquoteTag
96 if ($actualCall->getTagName() == syntax_plugin_combo_cite::TAG) {
101 BoxTag::TAG,
111 \syntax_plugin_combo_xmlblocktag::TAG
117 BoxTag::TAG,
126 \syntax_plugin_combo_xmlblocktag::TAG
132 $actualCall->getTagName() == syntax_plugin_combo_link::TAG
188 self::TAG,
195 \syntax_plugin_combo_xmlblocktag::TAG
201 if ($firstChild->getTagName() == syntax_plugin_combo_header::TAG) {
[all …]
H A DTabsTag.php41 public const TAG = 'tabs'; define in ComboStrap\\TabsTag
96 LogUtility::warning("The tabs type ($type) has an unknown skin", self::TAG);
132 LogUtility::error("The tabs type ($type) is unknown", self::TAG);
159 …gUtility::msg("A id attribute is missing on a panel tag", LogUtility::LVL_MSG_ERROR, TabsTag::TAG);
292 TabsTag::TAG,
299 \syntax_plugin_combo_xmlblocktag::TAG
316 $actual->getTagName() == syntax_plugin_combo_label::TAG
330 $actual->getTagName() == syntax_plugin_combo_label::TAG
344 TabsTag::TAG,
351 \syntax_plugin_combo_xmlblocktag::TAG
[all …]
H A DCardTag.php119 …if ($actualCall->getTagName() === syntax_plugin_combo_header::TAG && $actualCall->getState() === D…
122 $actualCall->getTagName() === syntax_plugin_combo_header::TAG
132 …terThisCalls = PluginUtility::mergeAttributes(Call::IMAGE_TAGS, [syntax_plugin_combo_header::TAG]);
160 BoxTag::TAG,
167 \syntax_plugin_combo_xmlblocktag::TAG
234 BoxTag::TAG,
241 \syntax_plugin_combo_xmlblocktag::TAG
248 BoxTag::TAG,
259 \syntax_plugin_combo_xmlblocktag::TAG
H A DSlotManagerMenuItem.php28 const TAG = "slot-manager"; define in ComboStrap\\SlotManagerMenuItem
35 return StyleAttribute::addComboStrapSuffix(self::TAG);
52 $snippetManager->attachJavascriptFromComponentId(self::TAG);
104 $url = UrlEndpoint::createComboStrapUrl()->setPath("/" . self::TAG);
139 $class = StyleAttribute::addComboStrapSuffix(\syntax_plugin_combo_link::TAG);
/template/strap/syntax/
H A Dlabel.php20 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:
[all …]
H A Dcell.php36 const TAG = "cell"; define in syntax_plugin_combo_cell
44 return [self::TAG, "col", "column"];
160 …Col) has been deprecated for box (You can use now any component in a grid or row).", GridTag::TAG);
166 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
193 BoxTag::TAG,
200 \syntax_plugin_combo_xmlblocktag::TAG
205 BoxTag::TAG,
212 \syntax_plugin_combo_xmlblocktag::TAG
249 PluginUtility::getSnippetManager()->attachCssInternalStyleSheet(self::TAG);
251 … $attributes = TagAttributes::createFromCallStackArray($callStackArray, self::TAG);
H A Daccordion.php35 const TAG = 'accordion'; define in syntax_plugin_combo_accordion
114 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
124 …$this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPlugi…
150 ->setLogicalTag(self::TAG);
157 …utionContext::getActualOrCreateFromEnv()->getIdManager()->generateNewHtmlIdForComponent(self::TAG);
168 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
204 ->setLogicalTag(self::TAG);
H A Dbrand.php33 const TAG = "brand"; define in syntax_plugin_combo_brand
34 const CANONICAL = self::TAG;
110 …$this->Lexer->addSpecialPattern(PluginUtility::getEmptyTagPattern(self::TAG), $mode, PluginUtility…
150 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
170 if (in_array($tagName, [IconTag::TAG, syntax_plugin_combo_media::TAG])) {
173 if ($textFound && $openTagContext === syntax_plugin_combo_menubar::TAG) {
191 if ($primary !== null && $tagName === IconTag::TAG) {
262 return self::TAG;
280 IconTag::TAG,
H A Dtogglecollapse.php12 const TAG = "collapse"; define in syntax_plugin_combo_togglecollapse
79 if ($mode == PluginUtility::getModeFromTag(syntax_plugin_combo_toggle::TAG)) {
108 ->setLogicalTag(self::TAG);
115 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
146 ->setLogicalTag(self::TAG);
167 return self::TAG;
H A Dtoggleexpand.php12 const TAG = "expand"; define in syntax_plugin_combo_toggleexpand
79 if ($mode == PluginUtility::getModeFromTag(syntax_plugin_combo_toggle::TAG)) {
108 ->setLogicalTag(self::TAG);
115 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
146 ->setLogicalTag(self::TAG);
167 return self::TAG;
H A Dheader.php21 const TAG = "header"; define in syntax_plugin_combo_header
57 …$this->Lexer->addEntryPattern(XmlTagProcessing::getContainerTagPattern(self::TAG), $mode, PluginUt…
62 …$this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPlugi…
126 case BlockquoteTag::TAG:
133 ->setLogicalTag(self::TAG)
146 case BlockquoteTag::TAG:
H A Dbackgrounds.php19 const TAG = "backgrounds"; define in syntax_plugin_combo_backgrounds
79 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
88 …$this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPlugi…
110 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
148 $tagAttributes->addClassName(self::TAG);
H A Dcite.php18 const TAG = "cite"; define in syntax_plugin_combo_cite
66 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
75 …$this->Lexer->addExitPattern('</' . syntax_plugin_combo_cite::TAG . '>', PluginUtility::getModeFro…
105 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
138 … $tagAttributes = TagAttributes::createFromCallStackArray($attributes, self::TAG);
H A Drailroad.php20 const TAG = 'railroad'; define in syntax_plugin_combo_railroad
23 const CANONICAL = self::TAG;
74 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
84 …$this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPlugi…
116 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
184 $snippetId = self::TAG;
H A Dfooter.php40 const TAG = "footer"; define in syntax_plugin_combo_footer
98 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
106 …$this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPlugi…
137 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
173 … $tagAttributes = TagAttributes::createFromCallStackArray($attributes, self::TAG);
H A Dxmlinlinetag.php45 $array[] = DropDownTag::TAG;
47 $array[] = PermalinkTag::TAG;
48 $array[] = DateTag::TAG;
49 $array[] = IconTag::TAG;
50 $array[] = PipelineTag::TAG;
H A Dnote.php22 const TAG = "note"; define in syntax_plugin_combo_note
90 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
98 …$this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPlugi…
117 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
154 PluginUtility::getSnippetManager()->attachCssInternalStyleSheet(self::TAG);
155 …$attributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES], self::TAG);
H A Dmedia.php54 const TAG = "media"; define in syntax_plugin_combo_media
60 const COMPONENT = 'combo_' . self::TAG;
154 …e path of an internal media should be known. We were unable to update the statistics.", self::TAG);
240 LogUtility::error($message, self::TAG, $e);
253 [syntax_plugin_combo_link::TAG, syntax_plugin_combo_brand::TAG])) {
269 PluginUtility::TAG => MediaMarkup::TAG
351 …of the image. Error: {$e->getMessage()}. The image was not registered in the metadata", self::TAG);
H A Dnavbargroup.php29 const TAG = "group"; define in syntax_plugin_combo_navbargroup
96 PluginUtility::getModeFromTag(syntax_plugin_combo_menubar::TAG)
102 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
112 …$this->Lexer->addExitPattern('</' . self::TAG . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME .…
144 return PluginUtility::handleAndReturnUnmatchedData(self::TAG,$match,$handler);
H A Dmath.php15 const TAG = "math"; define in syntax_plugin_combo_math
139 $snippetManager->attachCssInternalStyleSheet(self::TAG);
161 self::TAG,
166 self::TAG,
H A Dnavbarcollapse.php32 const TAG = 'collapse'; define in syntax_plugin_combo_navbarcollapse
107 if ($mode == PluginUtility::getModeFromTag(syntax_plugin_combo_menubar::TAG)) {
108 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
117 …$this->Lexer->addExitPattern('</' . self::TAG . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME .…
149 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dbadge.php24 const TAG = "badge"; define in syntax_plugin_combo_badge
85 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
93 …$this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPlugi…
211 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
246 PluginUtility::getSnippetManager()->attachCssInternalStyleSheet(self::TAG);
249 … $tagAttributes = TagAttributes::createFromCallStackArray($attributes, self::TAG);
H A Dtabpanels.php28 const TAG = 'tabpanels'; define in syntax_plugin_combo_tabpanels
92 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
100 …$this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPlugi…
134 return PluginUtility::handleAndReturnUnmatchedData(self::TAG,$match,$handler);
/template/strap/action/
H A Dregistration.php31 const TAG = "register"; define in action_plugin_combo_registration
32 const FORM_REGISTER_CLASS = "form-" . self::TAG;
100 $tag = self::TAG;
118 print IdentityFormsHelper::getHtmlStyleTag(self::TAG);
142 print IdentityFormsHelper::getHtmlStyleTag(self::TAG);
266 $tag = self::TAG;

12345