Home
last modified time | relevance | path

Searched refs:EMAIL_PREG (Results 1 – 6 of 6) sorted by relevance

/dports/deskutils/egroupware/egroupware/api/src/Etemplate/Widget/
H A DUrl.php47 …const EMAIL_PREG = "/^(([^,<][^,<]+|\042[^\042]+\042|\'[^\']+\'|)\s?<)?[^\x01-\x20()\xe2\x80\x8b<>… define in EGroupware\\Api\\Etemplate\\Widget\\Url
126 $this->attrs['preg'] = self::EMAIL_PREG;
H A DTaglist.php182 else if($this->type == 'taglist-email' && !preg_match(Url::EMAIL_PREG, $val) &&
/dports/deskutils/egroupware/egroupware/api/js/etemplate/
H A Det2_widget_taglist.ts1162 static EMAIL_PREG : RegExp = et2_url.EMAIL_PREG; property in et2_taglist_email
1178 …et2_taglist_email.EMAIL_PREG = new RegExp(/^(([^\042',<][^,<]+|\042[^\042]+\042|\'[^\']+\'|)\s?<)?…
1199 let valid = item.id != item.label || et2_taglist_email.EMAIL_PREG.test(item.id || '');
1205 …if (matches && et2_taglist_email.EMAIL_PREG.test('"'+matches[1].trim()+'" <'+matches[2].trim()+'>'…
1220 if (!et2_taglist_email.EMAIL_PREG.test(parts[i]))
H A Det2_widget_url.ts71 …static EMAIL_PREG : RegExp = new RegExp(/^(([^\042',<][^,<]+|\042[^\042]+\042|\'[^\']+\'|"(?:[^"\\… property in et2_url
282 if(!et2_url.EMAIL_PREG.test(value) ||
H A Detemplate2.min.js.map1 …ncodeURIComponent","popup","ev","async","allow_path","trailing_slash","EMAIL_PREG","et2_url_ro","f…
/dports/deskutils/egroupware/egroupware/addressbook/inc/
H A Dclass.addressbook_ui.inc.php2912 …if (preg_match(Etemplate\Widget\Url::EMAIL_PREG, $values[$name])) // only search for real email ad…