Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php859 * @param bool $native Use `<embed>`
862 public function embed($options = '', bool $native = false) argument
985 if ($native) {
999 if ($native) {
1013 if ($native) {
1030 if ($native) {
/dokuwiki/vendor/php81_bc/strftime/
H A D.gitattributes7 # to native line endings on checkout.
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md24 - Use native `gzdecode` function instead of internal PHP implementation (by @jtojnar in [#882](http…
62 - The `SimplePie\Gzdecode` class is deprecated. You can use native [`gzdecode`](https://www.php.net…
91 - Use native `array_replace_recursive()` (by @Alkarex in [#749](https://github.com/simplepie/simple…
109 - The method `SimplePie\Misc::array_merge_recursive()` is deprecated, use native `array_replace_rec…
/dokuwiki/lib/scripts/
H A Dmedia.js281 … if (typeof fn !== 'function' || /\[native code\]/.test(Function.prototype.toString.call(fn))) {
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG499 * Use more native functions like substr_replace and strcasecmp to speed things up (milian)