Home
last modified time | relevance | path

Searched refs:declaration (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php129 $declaration = $this->registry->create(DeclarationParser::class, [substr($data, 5, $pos - 5)]);
130 if ($declaration->parse()) {
132 $data = '<?xml version="' . $declaration->version . '" encoding="' . $encoding . '" standalone="' . (($declaration->standalone) ? 'yes' : 'no') . '"?>' ."\n". $this->declare_html_entities() . $data;
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG447 i.e. the dest was highlighted as variable declaration (milian)
930 - Removed margin:0 declaration from cssgen.php (Andrzej Kubaszek)