Home
last modified time | relevance | path

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

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/swiftmailer/egulias/email-validator/EmailValidator/
H A DEmailLexer.php32 const S_OPENQBRACKET = 276; define in Egulias\\EmailValidator\\EmailLexer
70 '{' => self::S_OPENQBRACKET,
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/swiftmailer/egulias/email-validator/EmailValidator/
H A DEmailLexer.php32 const S_OPENQBRACKET = 276; define in Egulias\\EmailValidator\\EmailLexer
70 '{' => self::S_OPENQBRACKET,
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/egulias/email-validator/src/
H A DEmailLexer.php34 const S_OPENQBRACKET = 276; define in Egulias\\EmailValidator\\EmailLexer
74 '{' => self::S_OPENQBRACKET,
/dports/finance/prestashop/prestashop/vendor/egulias/email-validator/src/
H A DEmailLexer.php32 const S_OPENQBRACKET = 276; define in Egulias\\EmailValidator\\EmailLexer
70 '{' => self::S_OPENQBRACKET,
/dports/www/drupal8/drupal-8.9.20/vendor/egulias/email-validator/EmailValidator/
H A DEmailLexer.php32 const S_OPENQBRACKET = 276; define in Egulias\\EmailValidator\\EmailLexer
70 '{' => self::S_OPENQBRACKET,
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/egulias/email-validator/src/
H A DEmailLexer.php34 const S_OPENQBRACKET = 276; define in Egulias\\EmailValidator\\EmailLexer
74 '{' => self::S_OPENQBRACKET,
/dports/www/drupal9/drupal-9.2.10/vendor/egulias/email-validator/src/
H A DEmailLexer.php34 const S_OPENQBRACKET = 276; define in Egulias\\EmailValidator\\EmailLexer
74 '{' => self::S_OPENQBRACKET,
/dports/www/typo3-10/typo3_src-10.4.25/vendor/egulias/email-validator/EmailValidator/
H A DEmailLexer.php32 const S_OPENQBRACKET = 276; define in Egulias\\EmailValidator\\EmailLexer
70 '{' => self::S_OPENQBRACKET,
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/egulias/email-validator/src/
H A DEmailLexer.php34 const S_OPENQBRACKET = 276; define in Egulias\\EmailValidator\\EmailLexer
74 '{' => self::S_OPENQBRACKET,
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/swiftmailer/egulias/email-validator/EmailValidator/Parser/
H A DDomainPart.php214 … if ($this->lexer->isNextTokenAny(array(EmailLexer::S_OPENQBRACKET, EmailLexer::S_OPENBRACKET))) {
309 …if ($this->lexer->token['type'] === EmailLexer::S_OPENQBRACKET && $prev['type'] !== EmailLexer::S_…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/swiftmailer/egulias/email-validator/EmailValidator/Parser/
H A DDomainPart.php214 … if ($this->lexer->isNextTokenAny(array(EmailLexer::S_OPENQBRACKET, EmailLexer::S_OPENBRACKET))) {
309 …if ($this->lexer->token['type'] === EmailLexer::S_OPENQBRACKET && $prev['type'] !== EmailLexer::S_…
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/egulias/email-validator/src/Parser/
H A DDomainPart.php264 … if ($this->lexer->isNextTokenAny(array(EmailLexer::S_OPENQBRACKET, EmailLexer::S_OPENBRACKET))) {
366 …if ($this->lexer->token['type'] === EmailLexer::S_OPENQBRACKET && $prev['type'] !== EmailLexer::S_…
/dports/finance/prestashop/prestashop/vendor/egulias/email-validator/src/Parser/
H A DDomainPart.php252 … if ($this->lexer->isNextTokenAny(array(EmailLexer::S_OPENQBRACKET, EmailLexer::S_OPENBRACKET))) {
352 …if ($this->lexer->token['type'] === EmailLexer::S_OPENQBRACKET && $prev['type'] !== EmailLexer::S_…
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/egulias/email-validator/src/Parser/
H A DDomainPart.php264 … if ($this->lexer->isNextTokenAny(array(EmailLexer::S_OPENQBRACKET, EmailLexer::S_OPENBRACKET))) {
366 …if ($this->lexer->token['type'] === EmailLexer::S_OPENQBRACKET && $prev['type'] !== EmailLexer::S_…
/dports/www/drupal8/drupal-8.9.20/vendor/egulias/email-validator/EmailValidator/Parser/
H A DDomainPart.php252 … if ($this->lexer->isNextTokenAny(array(EmailLexer::S_OPENQBRACKET, EmailLexer::S_OPENBRACKET))) {
352 …if ($this->lexer->token['type'] === EmailLexer::S_OPENQBRACKET && $prev['type'] !== EmailLexer::S_…
/dports/www/drupal9/drupal-9.2.10/vendor/egulias/email-validator/src/Parser/
H A DDomainPart.php264 … if ($this->lexer->isNextTokenAny(array(EmailLexer::S_OPENQBRACKET, EmailLexer::S_OPENBRACKET))) {
366 …if ($this->lexer->token['type'] === EmailLexer::S_OPENQBRACKET && $prev['type'] !== EmailLexer::S_…
/dports/www/typo3-10/typo3_src-10.4.25/vendor/egulias/email-validator/EmailValidator/Parser/
H A DDomainPart.php252 … if ($this->lexer->isNextTokenAny(array(EmailLexer::S_OPENQBRACKET, EmailLexer::S_OPENBRACKET))) {
352 …if ($this->lexer->token['type'] === EmailLexer::S_OPENQBRACKET && $prev['type'] !== EmailLexer::S_…
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/egulias/email-validator/src/Parser/
H A DDomainPart.php264 … if ($this->lexer->isNextTokenAny(array(EmailLexer::S_OPENQBRACKET, EmailLexer::S_OPENBRACKET))) {
366 …if ($this->lexer->token['type'] === EmailLexer::S_OPENQBRACKET && $prev['type'] !== EmailLexer::S_…