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.php76 define('SIMPLEPIE_BUILD', gmdate('YmdHis', \SimplePie\Misc::get_build()));
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php2079 public static function get_build() function in SimplePie\\Misc
2118 …' (Feed Parser; ' . \SimplePie\SimplePie::URL . '; Allow like Gecko) Build/' . static::get_build();
2126 … $info = 'SimplePie ' . \SimplePie\SimplePie::VERSION . ' Build ' . static::get_build() . "\n";
H A DSimplePie.php1663 $this->data['build'] = \SimplePie\Misc::get_build();
1734 … if (!isset($this->data['build']) || $this->data['build'] !== \SimplePie\Misc::get_build()) {
1889 'build' => \SimplePie\Misc::get_build(),
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md101 - The constant `SIMPLEPIE_BUILD` is deprecated, use `SimplePie\Misc::get_build()` instead