Home
last modified time | relevance | path

Searched refs:tag (Results 176 – 200 of 1150) sorted by last modified time

12345678910>>...46

/plugin/combo/action/
H A Dprofile.php231 $tag = self::TAG_DELETE;
232 LogUtility::msg("The $tag field name ($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
432 $tag = self::TAG_UPDATE;
433 LogUtility::msg("The $tag field name ($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
H A Dregistration.php100 $tag = self::TAG;
103 <p class="$tag">$registerText : $registerLink</p>
266 $tag = self::TAG;
267 LogUtility::msg("The $tag field name ($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
H A Dsnippets.php123 $tag = $snippet->toDokuWikiArray();
129 $event->data[$tagType][] = $tag;
/plugin/combo/syntax/
H A Dxmlblockemptytag.php44 * Empty tag may be also block (ie Navigational {@link BreadcrumbTag} for instance
56 // should be before all container tag
64 foreach(self::getEmptyBlockTag() as $tag) {
65 $pattern = PluginUtility::getEmptyTagPattern($tag);
H A Dxmlinlinetag.php122 foreach (self::getInlineTags() as $tag) {
124 $pattern = XmlTagProcessing::getContainerTagPattern($tag);
134 foreach (self::getInlineTags() as $tag) {
135 $this->Lexer->addExitPattern('</' . $tag . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
H A Dxmlprotectedtag.php92 foreach ($this->getTags() as $tag) {
93 $pattern = XmlTagProcessing::getContainerTagPattern($tag);
103 foreach ($this->getTags() as $tag) {
104 $this->Lexer->addExitPattern('</' . $tag . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dcell.php119 foreach (self::getTags() as $tag) {
120 $pattern = XmlTagProcessing::getContainerTagPattern($tag);
130 foreach (self::getTags() as $tag) {
131 $this->Lexer->addExitPattern('</' . $tag . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dcontentlistitem.php94 foreach (self::ALL_TAGS as $tag) {
95 $pattern = XmlTagProcessing::getContainerTagPattern($tag);
104 foreach (self::ALL_TAGS as $tag) {
105 $this->Lexer->addExitPattern('</' . $tag . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
132 $tag = PluginUtility::getMarkupTag($match);
136 PluginUtility::PAYLOAD=>$tag
/plugin/combo/resources/
H A DREADME.md6 These resources are called inserted in between the `HTML head tag`
/plugin/combo/ComboStrap/
H A DHeadingTag.php16 * The type of the heading tag
23 * The type of the title tag
49 * old tag
53 * New tag
405 $tag = self::getTagFromContext($context, $level);
406 $renderer->doc .= $tagAttributes->toHtmlEnterTag($tag);
422 $tag = self::getTagFromContext($context, $level);
424 return "</$tag>";
429 * to the first opening tag without the ">"
430 * and returns the closing tag
[all...]
H A DPluginUtility.php28 // The context is generally the parent tag but it may be also the grandfather.
31 const TAG = "tag";
47 const MARKUP_TAG = "markup-tag";
122 * Return a mode from a tag (ie from a {@link Plugin::getPluginComponent()}
123 * @param $tag
129 public static function getModeFromTag($tag) argument
131 return "plugin_" . self::getComponentName($tag);
136 * This pattern allows space after the tag name
137 * for an end tag
139 * @param $tag
142 getEndTagPattern($tag) global() argument
155 getVoidElementTagPattern($tag) global() argument
347 getEmptyTagPattern($tag) global() argument
588 getLeafContainerTagPattern($tag) global() argument
793 getComponentName($tag) global() argument
[all...]
H A DSectionTag.php15 public static function renderEnterXhtml(TagAttributes $tag): string argument
17 $level = $tag->getComponentAttributeValueAndRemoveIfPresent(HeadingTag::LEVEL);
19 $tag->addClassName(StyleAttribute::addComboStrapSuffix("outline-section"));
20 $tag->addClassName(StyleAttribute::addComboStrapSuffix("outline-level-$level"));
22 return $tag->toHtmlEnterTag("section");
H A DXmlTagProcessing.php34 * The start tag pattern does not allow > or /
35 * in the data to not compete with the empty tag pattern (ie <empty/>
37 * No numbers to not have a greater than `<1200` as tag
119 LogUtility::warning("The exit tag (" . $logicalTag . ") was not processed.");
126 * Static because it handle inline and block tag
265 LogUtility::warning("The related tag should be closed. You should write <related/> and not <related>.");
269 LogUtility::warning("The enter tag (" . $logicalTag . ") was not processed.");
416 * Build tag Attributes
685 * @param $tag
688 * Create a lookahead pattern for a container tag use
690 getContainerTagPattern($tag) global() argument
[all...]
H A DTagAttributes.php101 * We could pass the plugin object into tag attribute in place of the logical tag
125 const CANONICAL = "tag";
131 * The open tag attributes
132 * permit to not close the tag in {@link TagAttributes::toHtmlEnterTag()}
137 const OPEN_TAG = "open-tag";
152 * A tag may get HTML before and after
241 * @var string the functional tag to which the attributes applies
242 * It's not an HTML tag (a div can have a flex display or a block and they don't carry this information)
243 * The tag give
282 __construct(array $componentAttributes = array(), $tag = null) global() argument
1042 setLogicalTag($tag) global() argument
[all...]
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md65 * The behavior of the non-specific tag `!` is changed and now forces
70 * support for the `!!php/object` tag has been dropped, use the `!php/object`
71 tag instead
84 * removed support for the `!str` tag, use the `!!str` tag instead
99 * Deprecated the `!php/object:` tag which will be replaced by the
100 `!php/object` tag (without the colon) in 4.0.
102 * Deprecated the `!php/const:` tag which will be replaced by the
103 `!php/const` tag (without the colon) in 4.0.
105 * Support for the `!str` tag i
[all...]
H A DInline.php78 $tag = self::parseTag($value, $i, $flags);
97 if (null !== $tag && '' !== $tag) {
98 return new TaggedValue($tag, $result);
364 $tag = self::parseTag($sequence, $i, $flags);
375 $value = self::parseScalar($sequence, $flags, [',', ']'], $i, null === $tag, $references, $isQuoted);
396 if (null !== $tag && '' !== $tag) {
397 $value = new TaggedValue($tag, $value);
479 $tag
[all...]
H A DParser.php26 public const TAG_PATTERN = '(?P<tag>![\w!.\/:-]+)';
143 // Resolves the tag and returns if end of the document
144 if (null !== ($tag = $this->getLineTag($this->currentLine, $flags, false)) && !$this->moveToNextLine()) {
145 return new TaggedValue($tag, '');
501 if (null !== $tag) {
502 $data = new TaggedValue($tag, $data);
746 if ('' !== $matches['tag'] && '!' !== $matches['tag']) {
747 if ('!!binary' === $matches['tag']) {
751 return new TaggedValue(substr($matches['tag'],
[all...]
/plugin/combo/vendor/symfony/yaml/Tag/
H A DTaggedValue.php20 private $tag; variable in Symfony\\Component\\Yaml\\Tag\\TaggedValue
23 public function __construct(string $tag, $value) argument
25 $this->tag = $tag;
31 return $this->tag;
/plugin/combo/ComboStrap/Tag/
H A DBarTag.php40 $tag = "div";
46 $tag = self::HTML_SECTION_TAG;
48 return $tag;
50 return $tag;
107 $tag = BarTag::BAR_TAG;
108 $editButtonCall = EditButton::create("Edit $tag $id")
H A DBoxTag.php28 // the logical tag applied (class)
29 const LOGICAL_TAG_ATTRIBUTE = "logical-tag";
31 // the html tag
32 const HTML_TAG_ATTRIBUTE = "html-tag";
39 $tag = $attributes->getValue(self::HTML_TAG_ATTRIBUTE);
40 if (in_array($tag, self::NON_AUTHORIZED_HTML_TAG)) {
41 LogUtility::error("The html tag ($tag) is not authorized.");
/plugin/data/syntax/
H A Dcloud.php184 foreach ($tags as $tag) {
185 $tagLabelText = hsc($tag['value']);
187 $tagLabelText .= '<sub>(' . $tag['cnt'] . ')</sub>';
190 $renderer->doc .= sprintf($this->before_val, $tag['lvl']);
192 wl($data['page'], $this->dthlp->getTagUrlparam($data['cols'][$ckey], $tag['value'])) .
193 '" title="' . sprintf($this->getLang('tagfilter'), hsc($tag['value'])) .
202 * Create a weighted tag distribution
204 * @param $tags array ref The tags to weight ( tag => count)
205 * @param $min int The lowest count of a single tag
206 * @param $max int The highest count of a single tag
[all...]
/plugin/data/
H A Dstyle.css48 /* default styles for the tag cloud */
H A Dhelper.php302 case 'tag':
664 * Get url parameters, remove all filters for given column and add filter for desired tag
667 * @param string $tag
670 public function getTagUrlparam($column, $tag)
688 $param[] = $column['key'] . "_=$tag";
629 _getTagUrlparam($column, $tag) global() argument
/plugin/data/_test/
H A Dsyntax_plugin_data_entry.test.php
/plugin/adhoctags/syntax/
H A Da.php15 protected $tag = 'a'; variable in syntax_plugin_adhoctags_a

12345678910>>...46