Home
last modified time | relevance | path

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

1234567

/plugin/combo/ComboStrap/
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 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';
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 LogUtility::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
39 public const TAG = 'tabs'; global() define in ComboStrap\\TabsTag
[all...]
H A DCardTag.php119 if ($actualCall->getTagName() === syntax_plugin_combo_header::TAG && $actualCall->getState() === DOKU_LEXER_ENTER) {
122 $actualCall->getTagName() === syntax_plugin_combo_header::TAG
132 $insertBodyAfterThisCalls = 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);
/plugin/combo/syntax/
H A Dlabel.php20 const TAG = "label"; define in syntax_plugin_combo_label
69 $this->Lexer->addEntryPattern(XmlTagProcessing::getContainerTagPattern(self::TAG), $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
74 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
92 case syntax_plugin_combo_accordion::TAG:
104 $context = syntax_plugin_combo_accordion::TAG;
106 case TabsTag::TAG:
107 $context = TabsTag::TAG;
111 LogUtility::log2FrontEnd("The label is included 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 LogUtility::warning("Cell (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);
[all...]
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->getPluginComponent()));
150 ->setLogicalTag(self::TAG);
157 $idKey = ExecutionContext::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::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...]
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 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 Dheader.php21 const TAG = "header"; define in syntax_plugin_combo_header
57 $this->Lexer->addEntryPattern(XmlTagProcessing::getContainerTagPattern(self::TAG), $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
62 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
126 case BlockquoteTag::TAG:
133 ->setLogicalTag(self::TAG)
146 case BlockquoteTag::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::getModeFromTag($this->getPluginComponent()));
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->getPluginComponent()));
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->getPluginComponent()));
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->getPluginComponent()));
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 Dmath.php15 const TAG = "math"; define in syntax_plugin_combo_math
139 $snippetManager->attachCssInternalStyleSheet(self::TAG);
161 self::TAG,
166 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 . '_' . $this->getPluginComponent());
144 return PluginUtility::handleAndReturnUnmatchedData(self::TAG,$match,$handler);
H A Dmedia.php54 const TAG = "media"; define in syntax_plugin_combo_media
60 const COMPONENT = 'combo_' . self::TAG;
154 LogUtility::internalError("The 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 LogUtility::internalError("We cannot get the path of the image. Error: {$e->getMessage()}. The image was not registered in the metadata", 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 . '_' . $this->getPluginComponent());
149 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
/plugin/structtemplate/syntax/
H A Dinline.php57 $re = '<' . self::TAG . ' +inline\b.*?>\n'
62 . '<\/' . self::TAG . '>'
70 $re = '<' . self::TAG . '\b.*?>\n'
75 . '<\/' . self::TAG . '>'
H A Dblock.php47 $re = '<' . self::TAG . ' +block\b.*?>\n'
52 . '<\/' . self::TAG . '>'
60 $re = '<' . strtoupper(self::TAG) . '\b.*?>\n'
65 . '<\/' . strtoupper(self::TAG) . '>'
/plugin/plantumlparser/syntax/
H A Dinjector.php8 private $TAG = 'uml'; variable in syntax_plugin_plantumlparser_injector
29 $this->Lexer->addSpecialPattern('<'.$this->TAG.'>\n*.*?\n*</'.$this->TAG.'>',$mode,'plugin_plantumlparser_injector');
43 $markup = str_replace('</' . $this->TAG . '>', '', str_replace('<' . $this->TAG . '>', '', $match));

1234567