Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/XML/Declaration/
H A DParser.php37 public $standalone = false; variable in SimplePie\\XML\\Declaration\\Parser
127 $this->standalone = false;
281 if ($standalone = $this->get_value()) {
282 switch ($standalone) {
284 $this->standalone = true;
288 $this->standalone = false;
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md5 …. It has received several improvements over the years and is now available as a standalone library.
/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php115 …sion . '" encoding="' . $encoding . '" standalone="' . (($declaration->standalone) ? 'yes' : 'no')…