Home
last modified time | relevance | path

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

/dports/databases/mantis/mantisbt-2.25.2/core/
H A Duser_api.php286 if( is_blank( $p_email ) ) {
290 $p_email = trim( $p_email );
539 email_ensure_valid( $p_email );
563 if( !is_blank( $p_email ) ) {
584 if( null === $p_email ) {
585 $p_email = '';
607 $p_email = trim( $p_email );
610 email_ensure_valid( $p_email );
748 array( $p_email ) );
1716 $p_email = trim( $p_email );
[all …]
H A Dprepare_api.php49 * @param string $p_email Target e-mail address
54 function prepare_mailto_url ( $p_email, $p_subject = '' ) { argument
63 $t_mailto = 'mailto:' . $p_email . $p_subject;
74 * @param string $p_email Email address to prepare.
83 function prepare_email_link( $p_email, $p_text, $p_subject = '', $p_tooltip ='', $p_show_as_button … argument
95 $t_mailto = prepare_mailto_url( $p_email, $p_subject );
H A Demail_api.php115 * @param string $p_email An email address.
118 function email_is_valid( $p_email ) { argument
143 $t_domain = substr( $p_email, strpos( $p_email, '@' ) + 1 );
186 * @param string $p_email An email address.
190 function email_ensure_valid( $p_email ) { argument
191 if( !email_is_valid( $p_email ) ) {
193 sprintf( "Email '%s' is invalid.", $p_email ),
200 * @param string $p_email An email address.
203 function email_is_disposable( $p_email ) { argument
210 * @param string $p_email An email address.
[all …]
H A Dprint_api.php237 * @param string $p_email Email address.
240 function print_email_input( $p_field_name, $p_email ) { argument
241 …te( $p_field_name ) . '" size="32" maxlength="64" value="' . string_attribute( $p_email ) . '" />';
1652 * @param string $p_email Email Address.
1656 function print_email_link( $p_email, $p_text ) { argument
1657 echo prepare_email_link( $p_email, $p_text );
1663 * @param string $p_email Email Address.
1671 function print_email_link_with_subject( $p_email, $p_text, $p_tooltip, $p_bug_id, $p_show_as_button… argument
1679 $p_email,
/dports/databases/mantis/mantisbt-2.25.2/vendor/vboctor/disposable_email_checker/php/src/
H A DDisposableEmailChecker.php25 * @param string $p_email The email address to validate.
28 public static function is_disposable_email( $p_email ) { argument
29 $t_domain = DisposableEmailChecker::_get_domain_from_address( $p_email );
125 * @param string $p_email The email address to extra the domain from.
128 private static function _get_domain_from_address( $p_email ) { argument
129 $t_domain_pos = strpos( $p_email, '@' );
133 return $p_email;
136 return strtolower( substr( $p_email, $t_domain_pos + 1 ) );
/dports/databases/mantis/mantisbt-2.25.2/plugins/EmailReporting/core/
H A Dmail_api.php851 $t_references = $p_email['References'];
852 $t_references[] = $p_email['In-Reply-To'];
854 $t_references[] = $p_email['Message-ID'];
871 $t_description = $p_email[ 'X-Mantis-Body' ];
938 $this->fix_empty_fields( $p_email );
966 $t_description = $p_email[ 'X-Mantis-Body' ];
1113 $this->add_monitors( $t_bug_id, $p_email );
1631 private function fix_empty_fields( &$p_email ) argument
1633 if ( is_blank( $p_email[ 'Subject' ] ) )
1711 $p_email[ 'X-Mantis-Parts' ][] = $t_part;
[all …]
/dports/devel/truc/truc_0.12.0/api/
H A Demail_api.php73 function email_is_valid( $p_email ) { argument
79 if ( is_blank( $p_email ) && ON == config_get( 'allow_blank_email' ) ) {
85 if ( preg_match( email_get_rfc822_regex(), $p_email, $t_check ) ) {
128 function email_ensure_valid( $p_email ) { argument
129 if ( ! email_is_valid( $p_email ) ) {
/dports/devel/rth/rth/api/
H A Demail_api.php74 function email_is_valid( $p_email ) { argument
80 if ( is_blank( $p_email ) && ON == config_get( 'allow_blank_email' ) ) {
86 if ( preg_match( email_get_rfc822_regex(), $p_email, $t_check ) ) {
129 function email_ensure_valid( $p_email ) { argument
130 if ( ! email_is_valid( $p_email ) ) {
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/comment_form/
H A Dfunctions.php503 $p_email = sanitize($_POST['email'], 3);
504 if (!isValidEmail($p_email)) {
505 $p_email = NULL;
508 $p_email = NULL;
/dports/net-im/folks/folks-0.15.3/backends/dummy/lib/
H A Ddummy-persona-store.vala353 var p_email = persona as EmailDetails;
354 if (p_email != null && v != null)
358 yield p_email.change_email_addresses (email_addresses);
/dports/security/dirbuster/DirBuster-1.0-RC1/
H A Ddirectories.jbrofuzz37687 p_email