Home
last modified time | relevance | path

Searched refs:getReverseMatchingRegExp (Results 1 – 25 of 112) sorted by relevance

12345

/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/
H A DFullTransformer.php142 $reverseMatchingRegExp = $this->getReverseMatchingRegExp($this->pattern);
177 public function getReverseMatchingRegExp($pattern) function in Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\FullTransformer
199 return "(?P<$captureName>".$transformer->getReverseMatchingRegExp($length).')';
H A DAmPmTransformer.php34 public function getReverseMatchingRegExp($length) function in Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\AmPmTransformer
H A DDayOfYearTransformer.php36 public function getReverseMatchingRegExp($length) function in Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\DayOfYearTransformer
H A DDayTransformer.php34 public function getReverseMatchingRegExp($length) function in Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\DayTransformer
H A DSecondTransformer.php36 public function getReverseMatchingRegExp($length) function in Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\SecondTransformer
H A DYearTransformer.php38 public function getReverseMatchingRegExp($length) function in Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\YearTransformer
H A DMinuteTransformer.php36 public function getReverseMatchingRegExp($length) function in Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\MinuteTransformer
/dports/www/bolt/bolt-2.2.24/vendor/symfony/intl/Symfony/Component/Intl/DateFormatter/DateFormat/
H A DFullTransformer.php142 $reverseMatchingRegExp = $this->getReverseMatchingRegExp($this->pattern);
177 public function getReverseMatchingRegExp($pattern) function in Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\FullTransformer
201 return "(?P<$captureName>".$transformer->getReverseMatchingRegExp($length).')';
H A DAmPmTransformer.php32 public function getReverseMatchingRegExp($length) function in Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\AmPmTransformer
H A DDayTransformer.php32 public function getReverseMatchingRegExp($length) function in Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\DayTransformer
H A DDayOfYearTransformer.php34 public function getReverseMatchingRegExp($length) function in Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\DayOfYearTransformer
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Intl/DateFormatter/DateFormat/
H A DFullTransformer.php142 $reverseMatchingRegExp = $this->getReverseMatchingRegExp($this->pattern);
177 public function getReverseMatchingRegExp($pattern) function in Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\FullTransformer
199 return "(?P<$captureName>".$transformer->getReverseMatchingRegExp($length).')';
H A DAmPmTransformer.php34 public function getReverseMatchingRegExp($length) function in Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\AmPmTransformer
H A DDayOfYearTransformer.php36 public function getReverseMatchingRegExp($length) function in Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\DayOfYearTransformer
H A DDayTransformer.php34 public function getReverseMatchingRegExp($length) function in Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\DayTransformer
/dports/www/typo3-9/typo3_src-9.5.31/vendor/symfony/intl/DateFormatter/DateFormat/
H A DFullTransformer.php125 $reverseMatchingRegExp = $this->getReverseMatchingRegExp($this->pattern);
158 private function getReverseMatchingRegExp(string $pattern): string function in Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\FullTransformer
179 return "(?P<$captureName>".$transformer->getReverseMatchingRegExp($length).')';
H A DAmPmTransformer.php34 public function getReverseMatchingRegExp(int $length): string function in Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\AmPmTransformer
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/polyfill-intl-icu/DateFormat/
H A DFullTransformer.php125 $reverseMatchingRegExp = $this->getReverseMatchingRegExp($this->pattern);
158 private function getReverseMatchingRegExp(string $pattern): string function in Symfony\\Polyfill\\Intl\\Icu\\DateFormat\\FullTransformer
179 return "(?P<$captureName>".$transformer->getReverseMatchingRegExp($length).')';
H A DAmPmTransformer.php34 public function getReverseMatchingRegExp(int $length): string function in Symfony\\Polyfill\\Intl\\Icu\\DateFormat\\AmPmTransformer
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/symfony/intl/DateFormatter/DateFormat/
H A DFullTransformer.php142 $reverseMatchingRegExp = $this->getReverseMatchingRegExp($this->pattern);
177 public function getReverseMatchingRegExp($pattern) function in Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\FullTransformer
201 return "(?P<$captureName>".$transformer->getReverseMatchingRegExp($length).')';
H A DAmPmTransformer.php34 public function getReverseMatchingRegExp($length) function in Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\AmPmTransformer
H A DDayOfYearTransformer.php36 public function getReverseMatchingRegExp($length) function in Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\DayOfYearTransformer
H A DDayTransformer.php34 public function getReverseMatchingRegExp($length) function in Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\DayTransformer
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/intl/DateFormatter/DateFormat/
H A DFullTransformer.php125 $reverseMatchingRegExp = $this->getReverseMatchingRegExp($this->pattern);
158 private function getReverseMatchingRegExp(string $pattern): string function in Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\FullTransformer
179 return "(?P<$captureName>".$transformer->getReverseMatchingRegExp($length).')';
H A DAmPmTransformer.php34 public function getReverseMatchingRegExp(int $length): string function in Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\AmPmTransformer

12345