Home
last modified time | relevance | path

Searched refs:URL_PREG (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/egroupware/egroupware/api/src/Etemplate/Widget/
H A DUrl.php51 …const URL_PREG = '_^(?:(?:https?|ftp)://)?(?:\S+(?::\S*)?@)?(((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]… define in EGroupware\\Api\\Etemplate\\Widget\\Url
87 $this->attrs['preg'] = self::URL_PREG;
/dports/deskutils/egroupware/egroupware/smallpart/src/
H A DBo.php367 …if (!preg_match(Api\Etemplate\Widget\Url::URL_PREG, $url) || parse_url($url, PHP_URL_SCHEME) !== '…