Home
last modified time | relevance | path

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

/dports/www/pear-Horde_Form/Horde_Form-2.0.20/lib/Horde/Form/
H A DType.php1923 $email = $this->_rfc3696StripComments($outer_comment, $email, "(x)");
1953 $bits['local'] = $this->_rfc3696StripComments($comment, $bits['local']);
1954 $bits['domain'] = $this->_rfc3696StripComments($comment, $bits['domain']);
2084 protected function _rfc3696StripComments($comment, $email, $replace = '') function in Horde_Form_Type_email