Home
last modified time | relevance | path

Searched refs:getDocumentationHyperLink (Results 1 – 15 of 15) sorted by relevance

/plugin/combo/lang/en/
H A Dsettings.php48 $lang[RelatedTag::MAX_LINKS_CONF] = PluginUtility::getDocumentationHyperLink("related", "Related Component") . ' - The maximum of related links shown';
49 $lang[RelatedTag::EXTRA_PATTERN_CONF] = PluginUtility::getDocumentationHyperLink("related", "Related Component") . ' - Another pattern';
54 $lang[syntax_plugin_combo_disqus::CONF_DEFAULT_ATTRIBUTES] = PluginUtility::getDocumentationHyperLink("disqus", "Disqus") . ' - The disqus forum short name (ie the disqus website identifier)';
60 $lang[action_plugin_combo_router::ROUTER_ENABLE_CONF] = PluginUtility::getDocumentationHyperLink(action_plugin_combo_router::CANONICAL, action_plugin_combo_router::NAME) . ' - If unchecked, the URL manager will be disabled';
61 $lang['ActionReaderFirst'] = PluginUtility::getDocumentationHyperLink("redirection:action", action_plugin_combo_router::NAME . " - Redirection Actions") . ' - First redirection action for a reader';
62 $lang['ActionReaderSecond'] = PluginUtility::getDocumentationHyperLink("redirection:action", action_plugin_combo_router::NAME . " - Redirection Actions") . ' - Second redirection action for a reader if the first action don\'t success.';
63 $lang['ActionReaderThird'] = PluginUtility::getDocumentationHyperLink("redirection:action", action_plugin_combo_router::NAME . " - Redirection Actions") . ' - Third redirection action for a reader if the second action don\'t success.';
64 $lang['GoToEditMode'] = PluginUtility::getDocumentationHyperLink("redirection:action", action_plugin_combo_router::NAME . " - Redirection Actions") . ' - Switch directly in the edit mode for a writer ?';
66 $lang[action_plugin_combo_routermessage::CONF_SHOW_PAGE_NAME_IS_NOT_UNIQUE] = PluginUtility::getDocumentationHyperLink("redirection:message", action_plugin_combo_router::NAME . " - Redirection Message") . ' - When redirected to the edit mode, show a message when the page name is not unique';
67 $lang[action_plugin_combo_routermessage::CONF_SHOW_MESSAGE_CLASSIC] = PluginUtility::getDocumentationHyperLink("redirectio
[all...]
/plugin/combo/ComboStrap/
H A DQualityTag.php73 $message = "<p>The page has a " . PluginUtility::getDocumentationHyperLink("quality:score", "quality score") . " of {$qualityScore}.</p>";
79 $rulesUrl = PluginUtility::getDocumentationHyperLink("quality:rule", "rules");
80 $lqPageUrl = PluginUtility::getDocumentationHyperLink("low_quality_page", "low quality page");
91 $message .= "<li>" . PluginUtility::getDocumentationHyperLink("quality:rule#list", $mandatoryFailedRule) . "</li>";
107 $docLink = PluginUtility::getDocumentationHyperLink(self::CANONICAL, "configuration");
H A DMessage.php178 $message .= '<div class="' . self::SIGNATURE_CLASS . '">' . $firedByLang . PluginUtility::getDocumentationHyperLink($this->canonical, $this->signatureName, false) . '</div>';
239 public function getDocumentationHyperLink(): ?string function in ComboStrap\\Message
244 return PluginUtility::getDocumentationHyperLink($this->canonical, $label, false);
H A DLineSpacing.php29 LogUtility::msg("The line-spacing attribute is only implemented with Bootstrap 5. If you want to use this attribute, you should " . PluginUtility::getDocumentationHyperLink(Bootstrap::CANONICAL, "change the Bootstrap version") . ".", self::CANONICAL);
H A DSlotSystem.php49 $docLink = PluginUtility::getDocumentationHyperLink("slot", "slot");
H A DLogUtility.php216 $htmlMsg = PluginUtility::getDocumentationHyperLink($canonical, $label, false);
218 $htmlMsg = PluginUtility::getDocumentationHyperLink("", PluginUtility::$PLUGIN_NAME, false);
H A DPermalinkTag.php92 $documentationUrlForCanonical = PluginUtility::getDocumentationHyperLink(Canonical::PROPERTY_NAME, "canonical value", $withIcon);
H A DMarkupCacheDependencies.php180 $link = PluginUtility::getDocumentationHyperLink("cache:slot", "Slot Dependency", false);
H A DBrandTag.php145 $documentationLink = PluginUtility::getDocumentationHyperLink("logo", "documentation");
H A DHeadingTag.php296 LogUtility::msg("Bootstrap 4 does not support the type ($type). Switch to " . PluginUtility::getDocumentationHyperLink(Bootstrap::CANONICAL, "bootstrap 5") . " if you want to use it. The display type was set to `d4`", LogUtility::LVL_MSG_WARNING, self::CANONICAL);
H A DPluginUtility.php523 static function getDocumentationHyperLink($canonical, $label, bool $withIcon = true, $tooltip = ""): string function in ComboStrap\\PluginUtility
/plugin/combo/syntax/
H A Dmetadata.php63 $metas["canonical"] = PluginUtility::getDocumentationHyperLink("canonical", "No Canonical");
78 $content .= '<div style="' . Html::array2InlineStyle($referenceStyle) . '">' . $plugin->getLang('message_come_from') . PluginUtility::getDocumentationHyperLink("metadata:viewer", "ComboStrap Metadata Viewer") . '</div>';
/plugin/combo/ComboStrap/Tag/
H A DAdTag.php149 $link = PluginUtility::getDocumentationHyperLink("automatic/in-article/ad#AdsInArticleShowPlaceholder", "In-article placeholder");
H A DWebCodeTag.php394 $bar .= '<div class="webcode-bar-item">' . PluginUtility::getDocumentationHyperLink(WebCodeTag::TAG, "Rendered by WebCode", false) . '</div>';
/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php202 $documentationHyperlink = $upsertMessages->getDocumentationHyperLink();