Home
last modified time | relevance | path

Searched refs:SiteConfig (Results 26 – 50 of 51) sorted by relevance

123

/plugin/combo/ComboStrap/Meta/Field/
H A DFacebookImage.php10 use ComboStrap\SiteConfig; alias
/plugin/combo/action/
H A Dlogin.php15 use ComboStrap\SiteConfig; alias
156 if (SiteConfig::getConfValue(self::CONF_ENABLE_LOGIN_FORM, 1)) {
H A Dstaticresource.php18 use ComboStrap\SiteConfig; alias
180 $confValue = SiteConfig::getConfValue(self::CONF_STATIC_CACHE_ENABLED, 1);
H A Dmetatwitter.php11 use ComboStrap\SiteConfig; alias
H A Drouter.php25 use ComboStrap\SiteConfig;
228 if (SiteConfig::getConfValue(self::ROUTER_ENABLE_CONF, 1)) {
24 use ComboStrap\SiteConfig; global() alias
/plugin/combo/ComboStrap/Tag/
H A DSubscribeTag.php20 use ComboStrap\SiteConfig; alias
/plugin/combo/ComboStrap/
H A DPageUrlType.php53 $urlType = SiteConfig::getConfValue($confCanonicalType, $confDefaultValue);
H A DPageType.php111 $defaultPageTypeConf = SiteConfig::getConfValue(PageType::CONF_DEFAULT_PAGE_TYPE, PageType::CONF_DEFAULT_PAGE_TYPE_DEFAULT);
H A DRouterBestEndPage.php57 $minimalScoreForARedirect = SiteConfig::getConfValue(self::CONF_MINIMAL_SCORE_FOR_REDIRECT, self::CONF_MINIMAL_SCORE_FOR_REDIRECT_DEFAULT);
H A DFetcherRailBar.php330 SiteConfig::getConfValue(self::CONF_PRIVATE_RAIL_BAR, 0) === 1
341 $name = SiteConfig::getConfValue(self::CONF_BREAKPOINT_RAIL_BAR, Breakpoint::BREAKPOINT_LARGE_NAME);
H A DFetcherSvg.php206 return SiteConfig::getConfValue(FetcherSvg::CONF_SVG_OPTIMIZATION_ENABLE, 1);
253 $confNamespaceToKeeps = SiteConfig::getConfValue(FetcherSvg::CONF_OPTIMIZATION_NAMESPACES_TO_KEEP);
306 $attributeConfToDelete = SiteConfig::getConfValue(FetcherSvg::CONF_OPTIMIZATION_ATTRIBUTES_TO_DELETE, "id, style, class, data-name");
387 $elementsToDeleteConf = SiteConfig::getConfValue(FetcherSvg::CONF_OPTIMIZATION_ELEMENTS_TO_DELETE, "script, style, title, desc");
399 $elementsToDeleteIfEmptyConf = SiteConfig::getConfValue(FetcherSvg::CONF_OPTIMIZATION_ELEMENTS_TO_DELETE_IF_EMPTY, "metadata, defs, g");
1073 $aspectRatio = SiteConfig::getConfValue(FetcherSvg::CONF_PRESERVE_ASPECT_RATIO_DEFAULT, "xMidYMid slice");
H A DLazyLoad.php186 return SiteConfig::getConfValue(self::CONF_LAZY_LOADING_PLACEHOLDER_COLOR, self::DEFAULT_COLOR);
228 * @deprecated use {@link SiteConfig::disableLazyLoad()}
H A DIconDownloader.php223 $iconNameSpace = SiteConfig::getConfValue(self::CONF_ICONS_MEDIA_NAMESPACE, self::CONF_ICONS_MEDIA_NAMESPACE_DEFAULT);
244 $confValue = SiteConfig::getConfValue(self::CONF_DEFAULT_ICON_LIBRARY, self::CONF_DEFAULT_ICON_LIBRARY_DEFAULT);
270 $iconNameSpace = SiteConfig::getConfValue(IconDownloader::CONF_ICONS_MEDIA_NAMESPACE, IconDownloader::CONF_ICONS_MEDIA_NAMESPACE_DEFAULT);
H A DCanonical.php102 $canonicalLastNamesCount = SiteConfig::getConfValue(self::CONF_CANONICAL_LAST_NAMES_COUNT, 0);
H A DSvgImageLink.php283 return SiteConfig::getConfValue(self::CONF_LAZY_LOAD_ENABLE, 1);
H A DInterWiki.php70 $oldClassName = SiteConfig::getConfValue(LinkMarkup::CONF_USE_DOKUWIKI_CLASS_NAME);
H A DCardTag.php175 if (SiteConfig::getConfValue(CardTag::CONF_ENABLE_SECTION_EDITING, 1)) {
H A DPanelTag.php188 if (SiteConfig::getConfValue(PanelTag::CONF_ENABLE_SECTION_EDITING, 1)) {
H A DExecutionContext.php532 * @deprecated use {@link SiteConfig::setConf()} instead
571 * @deprecated uses {@link SiteConfig::setCacheXhtmlOn()}
582 * @deprecated use the {@link SiteConfig::setConsoleOn} instead
598 * @deprecated use {@link SiteConfig::setDisableThemeSystem()}
609 * @deprecated use the {@link SiteConfig::isConsoleOn()} instead
636 * because the user may choose to not use it (ie {@link SiteConfig::isThemeSystemEnabled()}
667 * @deprecated use the {@link SiteConfig::setCanonicalUrlType()} instead
974 * @deprecated uses {@link SiteConfig::getDefaultContextPath()}
1027 * @return SiteConfig short utility function to get access to the global app config
1030 function getConfig(): SiteConfig
[all...]
H A DFetcherPage.php335 $privateRailbar = SiteConfig::getConfValue(FetcherRailBar::CONF_PRIVATE_RAIL_BAR, FetcherRailBar::CONF_PRIVATE_RAIL_BAR_DEFAULT);
H A DSnippet.php821 return SiteConfig::getConfValue(SiteConfig::HTML_MAX_KB_SIZE_FOR_INLINE_ELEMENT, 2) * 1024;
H A DMetadataFrontmatterStore.php132 $updateFrontMatter = SiteConfig::getConfValue(self::CONF_ENABLE_FRONT_MATTER_ON_SUBMIT, syntax_plugin_combo_frontmatter::CONF_ENABLE_FRONT_MATTER_ON_SUBMIT_DEFAULT);
H A DDatabasePageRow.php1001 $canonicalLastNamesCount = SiteConfig::getConfValue(Canonical::CONF_CANONICAL_LAST_NAMES_COUNT, 0);
/plugin/combo/syntax/
H A Drelated.php13 use ComboStrap\SiteConfig; alias
/plugin/combo/conf/
H A Ddefault.php35 use ComboStrap\SiteConfig; alias
428 * See {@link SiteConfig::CONF_ENABLE_THEME_SYSTEM}
467 * {@link \ComboStrap\SiteConfig::REM_CONF}
472 * {@link SiteConfig::HTML_MAX_KB_SIZE_FOR_INLINE_ELEMENT}

123