Home
last modified time | relevance | path

Searched refs:TAG (Results 26 – 50 of 151) sorted by relevance

1234567

/plugin/combo/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;
/plugin/combo/syntax/
H A Dhighlightmd.php21 const TAG = "highlightmd"; define in syntax_plugin_combo_highlightmd
31 const CANONICAL = self::TAG;
120 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
138 $renderer->doc .= syntax_plugin_combo_highlightwiki::getOpenTagHighlight(self::TAG) . $data[PluginUtility::PAYLOAD];
H A Ditext.php19 const TAG = "itext"; define in syntax_plugin_combo_itext
71 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
80 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
103 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dtab.php23 const TAG = 'tab'; define in syntax_plugin_combo_tab
88 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
97 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
130 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
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->getPluginComponent()));
134 return PluginUtility::handleAndReturnUnmatchedData(self::TAG,$match,$handler);
H A Dunit.php27 const TAG = "unit"; define in syntax_plugin_combo_unit
87 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
95 $this->Lexer->addExitPattern('</' . self::TAG . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
128 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->getPluginComponent()));
211 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
246 PluginUtility::getSnippetManager()->attachCssInternalStyleSheet(self::TAG);
249 $tagAttributes = TagAttributes::createFromCallStackArray($attributes, self::TAG);
H A Dtoggle.php18 const TAG = "toggle"; define in syntax_plugin_combo_toggle
19 const CANONICAL = self::TAG;
110 ->setLogicalTag(self::TAG);
118 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
224 return self::TAG;
H A Dlink.php43 const TAG = 'link'; define in syntax_plugin_combo_link
267 $htmlAttributes = TagAttributes::createEmpty(self::TAG);
329 $data = PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
335 if ($parent->getTagName() == self::TAG) {
417 PluginUtility::getSnippetManager()->attachCssInternalStyleSheet(self::TAG);
421 $tagAttributes = TagAttributes::createFromCallStackArray($callStackAttributes, self::TAG);
439 // throw new ExceptionRuntime("Error on markup ref", self::TAG, 0, $e);
474 case DropDownTag::TAG:
486 case syntax_plugin_combo_badge::TAG:
487 case syntax_plugin_combo_cite::TAG
[all...]
H A Dmenubar.php42 const TAG = 'menubar'; define in syntax_plugin_combo_menubar
44 const TAGS = [self::TAG, self::OLD_TAG];
47 const CANONICAL = self::TAG;
180 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
247 $fixedTopSnippetId = self::TAG . "-" . $fixedTopClass;
H A Dwebcode.php117 $pattern = XmlTagProcessing::getContainerTagPattern(WebCodeTag::TAG);
126 $this->Lexer->addExitPattern('</' . WebCodeTag::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
174 return PluginUtility::handleAndReturnUnmatchedData(WebCodeTag::TAG, $match, $handler);
221 $tagAttributes = TagAttributes::createFromCallStackArray($callStackArray, WebCodeTag::TAG);
H A Diteratordata.php25 const TAG = "iteratordata"; define in syntax_plugin_combo_iteratordata
94 if ($mode == PluginUtility::getModeFromTag(syntax_plugin_combo_iterator::TAG)) {
141 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dtoc.php26 const TAG = "toc"; define in syntax_plugin_combo_toc
85 $specialPattern = PluginUtility::getEmptyTagPattern(self::TAG);
140 ->setLogicalTag(self::TAG)
H A Dhighlightwiki.php32 const TAG = "highlightwiki"; define in syntax_plugin_combo_highlightwiki
41 const CANONICAL = self::TAG;
157 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
176 $renderer->doc .= self::getOpenTagHighlight(self::TAG);
H A Dpreformatted.php35 const TAG = 'preformatted'; define in syntax_plugin_combo_preformatted
170 if ($actualCall->getState() == DOKU_LEXER_UNMATCHED && $actualCall->getTagName() == self::TAG) {
207 $tagAttributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES], self::TAG);
245 $mode == PluginUtility::getModeFromTag(syntax_plugin_combo_preformatted::TAG)
H A Dtooltip.php36 const TAG = "tooltip"; define in syntax_plugin_combo_tooltip
113 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
121 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
152 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dtext.php26 const TAG = "text"; define in syntax_plugin_combo_text
27 const TAGS = ["typo", self::TAG];
119 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
/plugin/combo/ComboStrap/Tag/
H A DBoxTag.php25 const TAG = "box"; define in ComboStrap\\Tag\\BoxTag
30 const LOGICAL_TAG_DEFAUT = self::TAG;
74 if ($actual->getTagName() !== self::TAG) {
85 if ($actual->getTagName() === self::TAG && $actual->getState() === DOKU_LEXER_UNMATCHED) {
H A DWebCodeTag.php26 public const TAG = 'webcode'; define in ComboStrap\\Tag\\WebCodeTag
33 syntax_plugin_combo_codemarkdown::TAG
42 public const CANONICAL = WebCodeTag::TAG;
62 return StyleAttribute::addComboStrapSuffix(WebCodeTag::TAG);
162 LogUtility::msg("The type of the code should not be null for the code content " . $codeContent, LogUtility::LVL_MSG_WARNING, WebCodeTag::TAG);
237 $snippetSystem->attachCssInternalStyleSheet(WebCodeTag::TAG);
238 $snippetSystem->attachJavascriptFromComponentId(WebCodeTag::TAG);
394 $bar .= '<div class="webcode-bar-item">' . PluginUtility::getDocumentationHyperLink(WebCodeTag::TAG, "Rendered by WebCode", false) . '</div>';
/plugin/combo/ComboStrap/
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 DTooltip.php92 if (!in_array($logicalTag, [syntax_plugin_combo_link::TAG, ButtonTag::MARKUP_LONG])) {
106 $snippetSystem->attachJavascriptFromComponentId(syntax_plugin_combo_tooltip::TAG);
107 $snippetSystem->attachCssInternalStyleSheet(syntax_plugin_combo_tooltip::TAG);
H A DIconTag.php17 public const TAG = "icon"; define in ComboStrap\\IconTag
27 if ($context === syntax_plugin_combo_link::TAG) {
43 syntax_plugin_combo_note::TAG,
44 syntax_plugin_combo_link::TAG
H A DDropDownTag.php11 public const TAG = "dropdown"; define in ComboStrap\\DropDownTag
18 ->generateNewHtmlIdForComponent(DropDownTag::TAG);
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DMakefile35 $(if $(TAG),,$(error TAG is not defined. Pass via "make tag TAG=4.2.1"))
36 @echo Tagging $(TAG)
37 chag update -m '$(TAG) ()'
39 git commit -m '$(TAG) release'

1234567