Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/library/
H A DSimplePie.php39 define('SIMPLEPIE_BUILD', gmdate('YmdHis', \SimplePie\Misc::get_build()));
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php2129 public static function get_build() function in SimplePie\\Misc
2165 …' (Feed Parser; ' . \SimplePie\SimplePie::URL . '; Allow like Gecko) Build/' . static::get_build();
2175 … $info = 'SimplePie ' . \SimplePie\SimplePie::VERSION . ' Build ' . static::get_build() . "\n";
H A DSimplePie.php1808 $this->data['build'] = Misc::get_build();
1882 if (!isset($this->data['build']) || $this->data['build'] !== Misc::get_build()) {
2076 'build' => Misc::get_build(),
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md153 - The constant `SIMPLEPIE_BUILD` is deprecated, use `SimplePie\Misc::get_build()` instead