Searched refs:get_build (Results 1 – 4 of 4) sorted by relevance
39 define('SIMPLEPIE_BUILD', gmdate('YmdHis', \SimplePie\Misc::get_build()));
2129 public static function get_build() function in SimplePie\\Misc2165 …' (Feed Parser; ' . \SimplePie\SimplePie::URL . '; Allow like Gecko) Build/' . static::get_build();2175 … $info = 'SimplePie ' . \SimplePie\SimplePie::VERSION . ' Build ' . static::get_build() . "\n";
1808 $this->data['build'] = Misc::get_build();1882 if (!isset($this->data['build']) || $this->data['build'] !== Misc::get_build()) {2076 'build' => Misc::get_build(),
153 - The constant `SIMPLEPIE_BUILD` is deprecated, use `SimplePie\Misc::get_build()` instead