Home
last modified time | relevance | path

Searched refs:TAG (Results 76 – 100 of 151) sorted by last modified time

1234567

/plugin/combo/syntax/
H A Dxmlblockemptytag.php20 const TAG = "xmlblockemptytag"; define in syntax_plugin_combo_xmlblockemptytag
24 return [HrTag::TAG];
H A Dxmlblocktag.php21 const TAG = "xmlblocktag"; define in syntax_plugin_combo_xmlblocktag
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 Dxmlprotectedtag.php76 PipelineTag::TAG, // protected inline deprecated
77 DateTag::TAG, // protected inline deprecated
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->getPluginComponent()));
110 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
148 $tagAttributes->addClassName(self::TAG);
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->getPluginComponent()));
211 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
246 PluginUtility::getSnippetManager()->attachCssInternalStyleSheet(self::TAG);
249 $tagAttributes = TagAttributes::createFromCallStackArray($attributes, 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::getModeFromTag($this->getPluginComponent()));
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,
[all...]
/plugin/combo/ComboStrap/
H A DOutline.php176 case SectionTag::TAG:
178 case syntax_plugin_combo_header::TAG:
192 TableTag::TAG,
199 \syntax_plugin_combo_xmlblocktag::TAG
208 case syntax_plugin_combo_headingatx::TAG:
216 case syntax_plugin_combo_headingwiki::TAG:
371 case syntax_plugin_combo_headingwiki::TAG:
383 case syntax_plugin_combo_media::TAG:
396 if ($this->actualHeadingCall->getTagName() === syntax_plugin_combo_headingatx::TAG) {
405 syntax_plugin_combo_headingatx::TAG,
[all...]
H A DOutlineVisitor.php99 SectionTag::TAG,
106 \syntax_plugin_combo_xmlblocktag::TAG
206 SectionTag::TAG,
213 \syntax_plugin_combo_xmlblocktag::TAG
284 \syntax_plugin_combo_header::TAG,
296 \syntax_plugin_combo_header::TAG,
331 \syntax_plugin_combo_xmlblockemptytag::TAG
H A DPanelTag.php96 if ($siblingTag->getTagName() === TabsTag::TAG) {
103 $descendantName == syntax_plugin_combo_tab::TAG
141 if ($actualCall->getTagName() === syntax_plugin_combo_label::TAG) {
196 case syntax_plugin_combo_accordion::TAG:
200 case TabsTag::TAG: // new syntax
234 case syntax_plugin_combo_accordion::TAG:
H A DGridTag.php66 public const TAG = GridTag::GRID_TAG; define in ComboStrap\\GridTag
75 public const TAGS = [GridTag::TAG, GridTag::ROW_TAG];
77 public const CANONICAL = GridTag::TAG;
99 ContainerTag::TAG,
100 syntax_plugin_combo_cell::TAG,
101 syntax_plugin_combo_iterator::TAG,
H A DHeadingTag.php144 if ($parent && $parent->getTagName() === Tag\WebCodeTag::TAG) {
316 if (in_array($context, [BlockquoteTag::TAG, CardTag::CARD_TAG])) {
H A DHorizontal.php76 if ($logicalTag !== GridTag::TAG) {
H A DHrTag.php17 const TAG = "hr"; define in ComboStrap\\HrTag
H A DPluginUtility.php31 const TAG = "tag"; define in ComboStrap\\PluginUtility
H A DSearchTag.php17 const TAG = "search"; define in ComboStrap\\SearchTag
79 $tagClass = StyleAttribute::addComboStrapSuffix(self::TAG);
H A DSectionTag.php13 public const TAG = "section"; define in ComboStrap\\SectionTag
H A DSpacing.php35 if ($logicalTag == \syntax_plugin_combo_cell::TAG) {
H A DXmlTagProcessing.php46 case BlockquoteTag::TAG:
49 case BoxTag::TAG:
61 case CarrouselTag::TAG:
68 case ContainerTag::TAG:
74 case PipelineTag::TAG:
75 case DateTag::TAG:
77 case PermalinkTag::TAG:
78 case IconTag::TAG:
81 case DropDownTag::TAG:
91 case JumbotronTag::TAG
[all...]
H A DDropDownTag.php11 public const TAG = "dropdown"; define in ComboStrap\\DropDownTag
18 ->generateNewHtmlIdForComponent(DropDownTag::TAG);
H A DEditButton.php49 const TAG = "edit-button"; define in ComboStrap\\EditButton
392 \syntax_plugin_combo_edit::TAG,
H A DPageImageTag.php14 public const CANONICAL = PageImageTag::TAG;
28 public const TAG = "pageimage"; define in ComboStrap\\PageImageTag
59 $context = PageImageTag::TAG;
H A DFetcherPageBundler.php221 \syntax_plugin_combo_xmlblocktag::TAG
232 \syntax_plugin_combo_xmlblocktag::TAG
242 \syntax_plugin_combo_xmlblocktag::TAG
/plugin/combo/action/
H A Dinstructionspostprocessing.php26 syntax_plugin_combo_headingatx::TAG,
27 syntax_plugin_combo_headingwiki::TAG
H A Dwebcode.php41 $pattern = XmlTagProcessing::getContainerTagPattern(WebCodeTag::TAG);

1234567