Home
last modified time | relevance | path

Searched refs:TAG (Results 101 – 125 of 151) sorted by last modified time

1234567

/plugin/combo/ComboStrap/
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 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 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);
H A DSvgImageLink.php44 const TAG = "svg"; define in ComboStrap\\SvgImageLink
97 ->setLogicalTag(self::TAG);
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 DTagAttributes.php107 \syntax_plugin_combo_media::TAG,
108 \syntax_plugin_combo_link::TAG, // link button for instance
117 BoxTag::TAG,
119 BlockquoteTag::TAG,
/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) {
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) {
/plugin/combo/syntax/
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 Danalytics.php16 const TAG = "analytics"; define in syntax_plugin_combo_analytics
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 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);
/plugin/edittable/lib/
H A Dhandsontable.full.js12223 var TAG = __webpack_require__(8)('toStringTag');
12226 …if (it && !has(it = stat ? it : it.prototype, TAG)) def(it, TAG, { configurable: true, value: tag …
30733 var TAG = __webpack_require__(8)('toStringTag');
30748 : typeof (T = tryGet(O = Object(it), TAG)) == 'string' ? T
31117 var TAG = NAME + ' Iterator';
31131 setToStringTag(IteratorPrototype, TAG, true);
31147 Iterators[TAG] = returnThis;
/plugin/blog/
H A D_template.txt3 @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'
/plugin/achart/assets/
H A Djs-yaml.min.js2 …Breaks=o<2,1!==o&&2!==o&&se(e,"unsupported YAML version of the document")},TAG:function(e,t,n){var…
/plugin/discussion/
H A D_template.txt7 @TAG@
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md358 * Added: Specialized classes for FLOAT, LANGUAGE-TAG, TIME, TIMESTAMP,
/plugin/c3chart/assets/
H A Djs-yaml.min.js2 …Breaks=o<2,1!==o&&2!==o&&se(e,"unsupported YAML version of the document")},TAG:function(e,t,n){var…
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php31 public const TAG = 'struct-template'; define in dokuwiki\\plugin\\structtemplate\\meta\\StructTemplateSyntax
/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/diagramsnet/lib/js/jquery/
H A Djquery-3.3.1.min.js2TAG:new RegExp("^("+R+"|[*])"),ATTR:new RegExp("^"+I),PSEUDO:new RegExp("^"+W),CHILD:new RegExp("^…
/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