Home
last modified time | relevance | path

Searched refs:VALUE_NONE (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Elements/
H A DRestrictionNotice.php51 public const VALUE_NONE = 'NONE'; define in Fisharebest\\Webtrees\\Elements\\RestrictionNotice
58 …self::VALUE_LOCKED . ', ' . self::VALUE_NONE => self::VALUE_NONE . ', ' . self::VALUE_LOCK…
103 self::VALUE_NONE => self::ICON_NONE . ' ' . $none,
104 …self::VALUE_NONE . ', ' . self::VALUE_LOCKED => self::ICON_NONE . self::ICON_LOCKED . ' ' …
/webtrees/app/Cli/Commands/
H A DUserCreate.php52 …->addOption(name: 'admin', shortcut: null, mode: InputOption::VALUE_NONE, description: 'Make the n…
/webtrees/app/
H A DFact.php329 if (str_starts_with($restriction, RestrictionNotice::VALUE_NONE)) {
H A DGedcomRecord.php1123 if (str_starts_with($restriction, RestrictionNotice::VALUE_NONE)) {