Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md86 - The constant `SIMPLEPIE_BUILD` is deprecated, use `SimplePie\Misc::get_build()` instead
/dokuwiki/vendor/simplepie/simplepie/library/
H A DSimplePie.php74 * @todo Hardcode for release (there's no need to have to call SimplePie_Misc::get_build() only every load of simplepie.inc)
75 * @deprecated since SimplePie 1.7.0, use \SimplePie\Misc::get_build() instead.
77 define('SIMPLEPIE_BUILD', gmdate('YmdHis', \SimplePie\Misc::get_build()));
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php2080 public static function get_build() function in SimplePie\\Misc
2119 return \SimplePie\SimplePie::NAME . '/' . \SimplePie\SimplePie::VERSION . ' (Feed Parser; ' . \SimplePie\SimplePie::URL . '; Allow like Gecko) Build/' . static::get_build();
2127 $info = 'SimplePie ' . \SimplePie\SimplePie::VERSION . ' Build ' . static::get_build() . "\n";
H A DSimplePie.php1665 $this->data['build'] = \SimplePie\Misc::get_build();
1736 if (!isset($this->data['build']) || $this->data['build'] !== \SimplePie\Misc::get_build()) {
1891 'build' => \SimplePie\Misc::get_build(),