Home
last modified time | relevance | path

Searched refs:TAG (Results 51 – 75 of 151) sorted by relevance

1234567

/plugin/combo/action/
H A Dlogin.php33 const TAG = "login"; define in action_plugin_combo_login
34 const FORM_LOGIN_CLASS = "form-" . self::TAG;
52 print IdentityFormsHelper::getHtmlStyleTag(self::TAG);
122 $tag = self::TAG;
231 print IdentityFormsHelper::getHtmlStyleTag(self::TAG);
H A Dinstructionspostprocessing.php26 syntax_plugin_combo_headingatx::TAG,
27 syntax_plugin_combo_headingwiki::TAG
/plugin/combo/syntax/
H A Ddisqus.php25 const TAG = 'disqus'; define in syntax_plugin_combo_disqus
71 $pattern = PluginUtility::getEmptyTagPattern(self::TAG);
127 LogUtility::msg("The disqus forum shortName should not be empty", LogUtility::LVL_MSG_ERROR, self::TAG);
H A Dxmlblockemptytag.php20 const TAG = "xmlblockemptytag"; define in syntax_plugin_combo_xmlblockemptytag
24 return [HrTag::TAG];
H A Dedit.php28 const TAG = "edit"; define in syntax_plugin_combo_edit
29 const CANONICAL = self::TAG;
H A Dcontentlist.php70 BoxTag::TAG,
77 \syntax_plugin_combo_xmlblocktag::TAG
97 BoxTag::TAG,
104 \syntax_plugin_combo_xmlblocktag::TAG
H A Diterator.php78 const TAG = "iterator"; define in syntax_plugin_combo_iterator
186 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
196 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
232 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
253 if ($tagName === syntax_plugin_combo_edit::TAG) {
261 case syntax_plugin_combo_iteratordata::TAG:
H A Dpara.php53 const TAG = 'para'; define in syntax_plugin_combo_para
267 $paragraphTag = \syntax_plugin_combo_para::TAG;
409 \syntax_plugin_combo_para::TAG,
H A Dcomment.php21 const TAG = "comment"; define in syntax_plugin_combo_comment
122 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Drelated.php142 ->setLogicalTag(RelatedTag::TAG);
151 return RelatedTag::TAG;
H A Dstrong.php19 const TAG = "strong"; define in syntax_plugin_combo_strong
125 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dxmlprotectedtag.php76 PipelineTag::TAG, // protected inline deprecated
77 DateTag::TAG, // protected inline deprecated
H A Dheadingwiki.php30 const TAG = "headingwiki"; define in syntax_plugin_combo_headingwiki
132 $attributes = TagAttributes::createEmpty(self::TAG)
147 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
/plugin/combo/ComboStrap/
H A DContainerTag.php18 public const CANONICAL = ContainerTag::TAG;
28 public const TAG = "container"; define in ComboStrap\\ContainerTag
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 DCarrouselTag.php34 public const CANONICAL = CarrouselTag::TAG;
38 public const TAG = 'carrousel'; define in ComboStrap\\CarrouselTag
132 $snippetId = CarrouselTag::TAG;
H A DPermalinkTag.php16 public const CANONICAL = PermalinkTag::TAG;
18 public const TAG = "permalink"; define in ComboStrap\\PermalinkTag
155 syntax_plugin_combo_link::TAG,
178 syntax_plugin_combo_link::TAG,
H A DPipelineTag.php12 public const CANONICAL = PipelineTag::TAG;
13 public const TAG = "pipeline"; define in ComboStrap\\PipelineTag
H A DButtonTag.php111 if ($parent->getTagName() === syntax_plugin_combo_menubar::TAG) {
146 if ($descendant->getTagName() === syntax_plugin_combo_link::TAG) {
147 $context = syntax_plugin_combo_link::TAG;
H A DCall.php96 \syntax_plugin_combo_link::TAG,
97 IconTag::TAG,
100 \syntax_plugin_combo_tooltip::TAG,
101 PipelineTag::TAG,
143 syntax_plugin_combo_media::TAG,
185 PluginUtility::TAG => $tagName,
294 if (isset($pluginData[PluginUtility::TAG])) {
295 return $pluginData[PluginUtility::TAG];
H A DBrandTag.php57 if ($context === syntax_plugin_combo_menubar::TAG) {
102 if ($context === syntax_plugin_combo_menubar::TAG) {
112 ->setLogicalTag(syntax_plugin_combo_link::TAG)
136 if ($textFound && $context === syntax_plugin_combo_menubar::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 DSearchTag.php17 const TAG = "search"; define in ComboStrap\\SearchTag
79 $tagClass = StyleAttribute::addComboStrapSuffix(self::TAG);
/plugin/combo/ComboStrap/Tag/
H A DTableTag.php34 const TAG = "table"; define in ComboStrap\\Tag\\TableTag
71 $renderer->doc .= TagAttributes::createEmpty(self::TAG)
H A DRelatedTag.php19 public const TAG = "related"; define in ComboStrap\\Tag\\RelatedTag
56 ->setLogicalTag(self::TAG);
84 $html .= $linkUtility->toAttributes(self::TAG)->toHtmlEnterTag("a");

1234567