Home
last modified time | relevance | path

Searched refs:month_pcre (Results 1 – 1 of 1) sorted by path

/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php574 public $month_pcre; variable in SimplePie\\Parse\\Date
594 * self::month_pcre, and self::built_in
601 $this->month_pcre = '(' . implode('|', array_keys($this->month)) . ')';
813 $month = $this->month_pcre;
890 $month = $this->month_pcre;
946 $mon_name = $this->month_pcre;