Home
last modified time | relevance | path

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

/dokuwiki/_test/core/
H A DphpQuery-onefile.php176 public function __construct($markup = null, $contentType = null, $newDocumentID = null) { argument
177 if (isset($markup))
178 $this->load($markup, $contentType, $newDocumentID);
183 public function load($markup, $contentType = null, $newDocumentID = null) { argument
186 if ($markup instanceof DOMDOCUMENT) {
187 $this->document = $markup;
192 $loaded = $this->loadMarkup($markup);
210 protected function loadMarkup($markup) { argument
219 $loaded = $this->loadMarkupHTML($markup, $charset);
224 $loaded = $this->loadMarkupXML($markup, $charset);
[all …]
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt3markup language, which tries to make the datafiles to be as readable as possible. This page contai…
/dokuwiki/_test/data/pages/wiki/
H A Dsyntax.txt3markup language, which tries to make the datafiles to be as readable as possible. This page contai…
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG294 Regular Expression markup from Perl (SF#2818047, psycojoker, BenBE)
511 - Added new GESHI_HEADER_PRE_VALID type which uses the following markup: (milian)