Searched refs:PATTERN (Results 1 – 6 of 6) sorted by relevance
/webtrees/app/Elements/ | ||
H A D | AbstractElement.php | 46 protected const PATTERN = false; define in Fisharebest\\Webtrees\\Elements\\AbstractElement |
H A D | DateValueExact.php | 27 …protected const PATTERN = '(0[1-9]|[12][0-9]|3[0-1]) (JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|… define in Fisharebest\\Webtrees\\Elements\\DateValueExact |
H A D | TimeValue.php | 33 protected const PATTERN = '([01][0-9]|2[0-3]):[0-5][0-9](:[0-5][0-9]([.][0-9]+)?)?'; define in Fisharebest\\Webtrees\\Elements\\TimeValue |
H A D | AddressWebPage.php | 32 protected const PATTERN = 'https?://.*'; define in Fisharebest\\Webtrees\\Elements\\AddressWebPage |
H A D | MaidenheadLocator.php | 33 … protected const PATTERN = '[A-Ra-r][A-Ra-r]([0-9][0-9]([A-Xa-x][A-Xa-x]([0-9][0-9])?)?)?'; define in Fisharebest\\Webtrees\\Elements\\MaidenheadLocator |
H A D | DateValue.php | 70 'pattern' => static::PATTERN, |