Home
last modified time | relevance | path

Searched refs:RelatedTag (Results 1 – 7 of 7) sorted by relevance

/plugin/combo/ComboStrap/Tag/
H A DRelatedTag.php15 class RelatedTag class
59 $max = $tagAttributes->getValue(RelatedTag::MAX_LINKS_CONF);
61 … $max = SiteConfig::getConfValue(RelatedTag::MAX_LINKS_CONF, RelatedTag::MAX_LINKS_CONF_DEFAULT);
128 $page[RelatedTag::RELATED_PAGE_ID_PROP] = $backlink;
129 …$page[RelatedTag::RELATED_BACKLINKS_COUNT_PROP] = sizeof(ft_backlinks($backlink, $ignore_perms = f…
134 …return $b[RelatedTag::RELATED_BACKLINKS_COUNT_PROP] - $a[RelatedTag::RELATED_BACKLINKS_COUNT_PROP];
141 $page[RelatedTag::RELATED_PAGE_ID_PROP] = RelatedTag::MORE_PAGE_ID;
/plugin/combo/syntax/
H A Drelated.php14 use ComboStrap\Tag\RelatedTag; alias
81 $extraPattern = $this->getConf(RelatedTag::EXTRA_PATTERN_CONF);
142 ->setLogicalTag(RelatedTag::TAG);
143 $renderer->doc .= RelatedTag::render($tagAttributes);
151 return RelatedTag::TAG;
/plugin/combo/action/
H A Dbacklinkmenuitem.php12 use ComboStrap\Tag\RelatedTag; alias
119 $html = RelatedTag::renderForPage($backlinkPages);
/plugin/combo/conf/
H A Dmetadata.php32 use ComboStrap\Tag\RelatedTag; alias
52 $meta[RelatedTag::MAX_LINKS_CONF] = array('numeric');
53 $meta[RelatedTag::EXTRA_PATTERN_CONF] = array('string');
H A Ddefault.php36 use ComboStrap\Tag\RelatedTag; alias
/plugin/combo/lang/en/
H A Dsettings.php29 use ComboStrap\Tag\RelatedTag; alias
49 $lang[RelatedTag::MAX_LINKS_CONF] = PluginUtility::getDocumentationHyperLink("related", "Related Co…
50 $lang[RelatedTag::EXTRA_PATTERN_CONF] = PluginUtility::getDocumentationHyperLink("related", "Relate…
/plugin/combo/ComboStrap/
H A DXmlTagProcessing.php12 use ComboStrap\Tag\RelatedTag; alias
272 case RelatedTag::TAG:
274 $renderer->doc .= RelatedTag::render($tagAttributes);
871 case RelatedTag::TAG:
872 $renderer->doc .= RelatedTag::render($tagAttributes);