Home
last modified time | relevance | path

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

/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/twig/twig/src/
H A DLexer.php47 public const REGEX_NUMBER = '/[0-9]+(?:\.[0-9]+)?([Ee][\+\-][0-9]+)?/A'; define in Twig\\Lexer
323 elseif (preg_match(self::REGEX_NUMBER, $this->code, $match, 0, $this->cursor)) {
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/twig/twig/src/
H A DLexer.php47 const REGEX_NUMBER = '/[0-9]+(?:\.[0-9]+)?([Ee][\+\-][0-9]+)?/A'; define in Twig\\Lexer
323 elseif (preg_match(self::REGEX_NUMBER, $this->code, $match, 0, $this->cursor)) {
/dports/deskutils/egroupware/egroupware/vendor/twig/twig/src/
H A DLexer.php47 const REGEX_NUMBER = '/[0-9]+(?:\.[0-9]+)?([Ee][\+\-][0-9]+)?/A'; define in Twig\\Lexer
323 elseif (preg_match(self::REGEX_NUMBER, $this->code, $match, 0, $this->cursor)) {
/dports/www/baikal/baikal/vendor/twig/twig/src/
H A DLexer.php47 const REGEX_NUMBER = '/[0-9]+(?:\.[0-9]+)?([Ee][\+\-][0-9]+)?/A'; define in Twig\\Lexer
323 elseif (preg_match(self::REGEX_NUMBER, $this->code, $match, 0, $this->cursor)) {
/dports/www/bolt/bolt-2.2.24/vendor/twig/twig/lib/Twig/
H A DLexer.php46 const REGEX_NUMBER = '/[0-9]+(?:\.[0-9]+)?/A'; define in Twig_Lexer
253 elseif (preg_match(self::REGEX_NUMBER, $this->code, $match, null, $this->cursor)) {
/dports/www/opencart/opencart-3.0.3.8/upload/system/storage/vendor/twig/twig/src/
H A DLexer.php47 const REGEX_NUMBER = '/[0-9]+(?:\.[0-9]+)?([Ee][\+\-][0-9]+)?/A'; define in Twig\\Lexer
323 elseif (preg_match(self::REGEX_NUMBER, $this->code, $match, 0, $this->cursor)) {
/dports/www/phpbb3/phpBB3/vendor/twig/twig/src/
H A DLexer.php47 const REGEX_NUMBER = '/[0-9]+(?:\.[0-9]+)?([Ee][\+\-][0-9]+)?/A'; define in Twig\\Lexer
323 elseif (preg_match(self::REGEX_NUMBER, $this->code, $match, 0, $this->cursor)) {
/dports/www/pear-twig/Twig-1.29.0/lib/Twig/
H A DLexer.php46 const REGEX_NUMBER = '/[0-9]+(?:\.[0-9]+)?/A'; define in Twig_Lexer
256 elseif (preg_match(self::REGEX_NUMBER, $this->code, $match, null, $this->cursor)) {
/dports/devel/gitlist/gitlist/vendor/twig/twig/lib/Twig/
H A DLexer.php46 const REGEX_NUMBER = '/[0-9]+(?:\.[0-9]+)?/A'; define in Twig_Lexer
253 elseif (preg_match(self::REGEX_NUMBER, $this->code, $match, null, $this->cursor)) {
/dports/www/matomo/piwik/vendor/twig/twig/src/
H A DLexer.php45 public const REGEX_NUMBER = '/[0-9]+(?:\.[0-9]+)?([Ee][\+\-][0-9]+)?/A'; define in Twig\\Lexer
321 elseif (preg_match(self::REGEX_NUMBER, $this->code, $match, 0, $this->cursor)) {
/dports/www/drupal9/drupal-9.2.10/vendor/twig/twig/src/
H A DLexer.php47 public const REGEX_NUMBER = '/[0-9]+(?:\.[0-9]+)?([Ee][\+\-][0-9]+)?/A'; define in Twig\\Lexer
323 elseif (preg_match(self::REGEX_NUMBER, $this->code, $match, 0, $this->cursor)) {
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/twig/twig/lib/Twig/
H A DLexer.php46 const REGEX_NUMBER = '/[0-9]+(?:\.[0-9]+)?/A'; define in Twig_Lexer
253 elseif (preg_match(self::REGEX_NUMBER, $this->code, $match, null, $this->cursor)) {
/dports/www/itop/web/lib/silex/vendor/twig/twig/lib/Twig/
H A DLexer.php46 const REGEX_NUMBER = '/[0-9]+(?:\.[0-9]+)?/A'; define in Twig_Lexer
253 elseif (preg_match(self::REGEX_NUMBER, $this->code, $match, null, $this->cursor)) {
/dports/textproc/highlight/highlight-4.1/src/include/
H A Dsyntaxreader.h389 static const string REGEX_NUMBER; variable
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/vendor/twig/twig/src/
H A DLexer.php50 const REGEX_NUMBER = '/[0-9]+(?:\.[0-9]+)?([Ee][\+\-][0-9]+)?/A'; define in Twig\\Lexer
352 elseif (preg_match(self::REGEX_NUMBER, $this->code, $match, 0, $this->cursor)) {
/dports/finance/prestashop/prestashop/vendor/twig/twig/src/
H A DLexer.php50 const REGEX_NUMBER = '/[0-9]+(?:\.[0-9]+)?([Ee][\+\-][0-9]+)?/A'; define in Twig\\Lexer
352 elseif (preg_match(self::REGEX_NUMBER, $this->code, $match, 0, $this->cursor)) {
/dports/www/limesurvey/limesurvey/application/third_party/Twig/
H A DLexer.php50 const REGEX_NUMBER = '/[0-9]+(?:\.[0-9]+)?([Ee][\+\-][0-9]+)?/A'; define in Twig\\Lexer
352 elseif (preg_match(self::REGEX_NUMBER, $this->code, $match, 0, $this->cursor)) {
/dports/www/drupal8/drupal-8.9.20/vendor/twig/twig/src/
H A DLexer.php50 const REGEX_NUMBER = '/[0-9]+(?:\.[0-9]+)?([Ee][\+\-][0-9]+)?/A'; define in Twig\\Lexer
352 elseif (preg_match(self::REGEX_NUMBER, $this->code, $match, 0, $this->cursor)) {
/dports/textproc/highlight/highlight-4.1/src/core/
H A Dsyntaxreader.cpp40 const string SyntaxReader::REGEX_NUMBER = member in highlight::SyntaxReader
109 ls["Digits"]=REGEX_NUMBER; in initLuaState()
/dports/print/texlive-base/texlive-20150521-source/texk/texlive/linked_scripts/texcount/
H A Dtexcount.pl103 my $REGEX_NUMBER=qr/^\d+$/; # regex to recognize a number
1464 … return _tc_macro_set_param($tex,\%TeXmacrocount,$instr,$macro,$param,\&key_to_cnt,$REGEX_NUMBER);
1485 if (!defined $keymap) {$keymap=\&key_to_state; $validregex=$REGEX_NUMBER;}