Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php1615 $application_types = ['application/xml', 'application/xml-dtd', 'application/xml-external-parsed-entity'];
1620 if (in_array($sniffed, $application_types) || substr($sniffed, 0, 12) === 'application/' && substr($sniffed, -4) === '+xml') {