Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/Parse/
DDate.php573 public $month_pcre; variable in SimplePie\\Parse\\Date
600 $this->month_pcre = '(' . implode('|', array_keys($this->month)) . ')';
812 $month = $this->month_pcre;
889 $month = $this->month_pcre;
945 $mon_name = $this->month_pcre;