Home
last modified time | relevance | path

Searched refs:TAG (Results 76 – 100 of 151) sorted by relevance

1234567

/plugin/combo/syntax/
H A Dmetadata.php28 public const TAG = "metadata"; define in syntax_plugin_combo_metadata
133 $pattern = PluginUtility::getEmptyTagPattern(self::TAG);
H A Dcodemarkdown.php42 const TAG = "codemarkdown"; define in syntax_plugin_combo_codemarkdown
153 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dvariable.php20 const TAG = "variable"; define in syntax_plugin_combo_variable
23 const CANONICAL = self::TAG;
H A Danalytics.php16 const TAG = "analytics"; define in syntax_plugin_combo_analytics
H A Dxmlinlineemptytag.php19 const TAG = "xmlemptytag"; define in syntax_plugin_combo_xmlinlineemptytag
H A Dxmlblocktag.php21 const TAG = "xmlblocktag"; define in syntax_plugin_combo_xmlblocktag
/plugin/blog/
H A D_template.txt3 @TAG@
/plugin/combo/ComboStrap/
H A DFetcherPageBundler.php221 \syntax_plugin_combo_xmlblocktag::TAG
232 \syntax_plugin_combo_xmlblocktag::TAG
242 \syntax_plugin_combo_xmlblocktag::TAG
H A DHrTag.php17 const TAG = "hr"; define in ComboStrap\\HrTag
H A DPageImageTag.php14 public const CANONICAL = PageImageTag::TAG;
28 public const TAG = "pageimage"; define in ComboStrap\\PageImageTag
59 $context = PageImageTag::TAG;
H A DSectionTag.php13 public const TAG = "section"; define in ComboStrap\\SectionTag
H A DJumbotronTag.php14 public const TAG = 'jumbotron'; define in ComboStrap\\JumbotronTag
H A DSvgImageLink.php44 const TAG = "svg"; define in ComboStrap\\SvgImageLink
97 ->setLogicalTag(self::TAG);
H A DLineSpacing.php12 const CANONICAL = syntax_plugin_combo_text::TAG;
H A DMessage.php13 const TAG = "message"; define in ComboStrap\\Message
146 PluginUtility::getSnippetManager()->attachCssInternalStyleSheet(self::TAG);
H A DMasonryTag.php98 in_array($actualCall->getTagName(), [CardTag::CARD_TAG, BlockquoteTag::TAG])
H A DSpacing.php35 if ($logicalTag == \syntax_plugin_combo_cell::TAG) {
H A DHorizontal.php76 if ($logicalTag !== GridTag::TAG) {
/plugin/discussion/
H A D_template.txt7 @TAG@
/plugin/task/
H A D_template.txt7 @TAG@
/plugin/combo/ComboStrap/TagAttribute/
H A DVertical.php19 const COMPONENTS = [GridTag::TAG, ];
/plugin/codeprettify/code-prettify/src/
H A Dlang-yaml.js32 [PR['PR_DECLARATION'], /^%(?:YAML|TAG)[^#\r\n]+/, null, '%'],
/plugin/combo/ComboStrap/Tag/
H A DBackgroundTag.php159 $imageTag = [syntax_plugin_combo_media::TAG, MediaMarkup::INTERNAL_MEDIA_CALL_NAME];
169 if ($tagName == syntax_plugin_combo_media::TAG) {
/plugin/combo/action/
H A Dwebcode.php41 $pattern = XmlTagProcessing::getContainerTagPattern(WebCodeTag::TAG);
/plugin/combo/lang/en/
H A Dsettings.php143 $lang[syntax_plugin_combo_link::CONF_DISABLE_LINK] = PluginUtility::getDocumentationHyperLink(syntax_plugin_combo_link::TAG, "Link") . " - Disable the ComboStrap link component";
144 $lang[LinkMarkup::CONF_USE_DOKUWIKI_CLASS_NAME] = PluginUtility::getDocumentationHyperLink(syntax_plugin_combo_link::TAG, "Link") . " - Use the DokuWiki class type for links (Bootstrap conflict if enabled)";
145 $lang[LinkMarkup::CONF_PREVIEW_LINK] = PluginUtility::getDocumentationHyperLink(syntax_plugin_combo_link::TAG, "Link") . " - Add a page preview on all internal links when a user is hovering";
264 $lang[action_plugin_combo_linkwizard::CONF_ENABLE_ENHANCED_LINK_WIZARD] = PluginUtility::getDocumentationHyperLink(syntax_plugin_combo_link::TAG, "If unchecked, the link wizard will not search for the term in the path, title, heading and name of the pages");

1234567