Lines Matching refs:null

151         if ($tocMinHeads === null) {
210 if ($visitedPagesInBreadCrumb === null) {
245 if ($remoteHost !== null) {
249 if ($remoteHost !== null) {
273 * @param string|null $namespace - the plugin name
280 if ($namespace !== null) {
300 if ($oldDirConf === null) {
301 throw new ExceptionRuntime("The old directory ($oldDirConf) is null");
314 * @return string|null
320 $url = null;
370 $url = null;
419 $locale = null;
462 if ($lang === null) {
494 return $conf['tag'] ?? null;
564 if ($pageDirectory === null) {
565 throw new ExceptionRuntime("The page directory ($pageDirectory) is null");
634 if ($cacheTime === null) {
693 * @return ColorRgb|null
696 public static function getPrimaryColor(string $default = null): ?ColorRgb
703 if ($default === null) {
704 return null;
710 return null;
715 public static function getSecondaryColor($default = null): ?ColorRgb
718 if ($value === null) {
719 return null;
725 return null;
736 self::setConf(BrandingColors::PRIMARY_COLOR_CONF, null);
752 * @return string|null
754 public static function getPrimaryColorValue($default = null): ?string
757 if ($value !== null && trim($value) !== "") {
763 return null;
770 public static function getSecondaryColorValue($default = null)
773 if ($value === null || trim($value) === "") {
774 return null;
786 self::setConf(PageUrlType::CONF_CANONICAL_URL_TYPE, null);
791 return self::isBrandingColorInheritanceEnabled() && Site::getPrimaryColorValue() !== null;
798 if ($mediaDirectory === null) {
799 throw new ExceptionRuntime("The media directory ($mediaDirectory) is null");
808 if ($cacheDirectory === null) {
809 throw new ExceptionRuntime("The cache directory ($cacheDirectory) is null");
823 if (self::$STRAP_TEMPLATE_INFO === null) {