Lines Matching refs:doc

35         $this->doc            = '';
68 $this->doc = '<?xml version="1.0" encoding="UTF-8"?>'.DOKU_LF;
69 …$this->doc .= '<document domain="' . DOKU_URL .'" id="' . cleanID($ID) . '" revision="' . $INFO['r…
81 $this->doc .= '</section>'.'<!--' . array_pop($this->precedinglevel) . '-->'.DOKU_LF;
83 $this->doc .= '</document>'.DOKU_LF;
96 $this->doc .= '</section>'.'<!--' . array_pop($this->precedinglevel) . '-->'.DOKU_LF;
99 $this->doc .= '<section level="' . $level . '">'.DOKU_LF;
100 $this->doc .= $this->nextHeader;
111 $this->doc .= '<macro name="nocache" />'.DOKU_LF;
116 $this->doc .= '<macro name="notoc" />'.DOKU_LF;
120 $this->doc .= $this->_xmlEntities($text);
124 $this->doc .= '<p>';
130 $this->doc .= '</p>'.DOKU_LF;
134 $this->doc .= '<linebreak/>';
138 $this->doc .= '<hr/>'.DOKU_LF;
142 $this->doc .= '<strong>';
148 $this->doc .= '</strong>';
152 $this->doc .= '<emphasis>';
158 $this->doc .= '</emphasis>';
162 $this->doc .= '<underline>';
168 $this->doc .= '</underline>';
172 $this->doc .= '<monospace>';
178 $this->doc .= '</monospace>';
182 $this->doc .= '<subscript>';
188 $this->doc .= '</subscript>';
192 $this->doc .= '<superscript>';
198 $this->doc .= '</superscript>';
202 $this->doc .= '<delete>';
208 $this->doc .= '</delete>';
212 $this->doc .= '<footnote>';
218 $this->doc .= '</footnote>';
222 $this->doc .= '<listu>'.DOKU_LF;
228 $this->doc .= '</listu>'.DOKU_LF;
232 $this->doc .= '<listo>'.DOKU_LF;
238 $this->doc .= '</listo>'.DOKU_LF;
242 $this->doc .= DOKU_TAB.'<listitem level="' . $level . '">';
248 $this->doc .= '</listitem>'.DOKU_LF;
252 $this->doc .= '<listcontent>';
258 $this->doc .= '</listcontent>';
262 $this->doc .= '<unformatted>';
263 $this->doc .= $this->_xmlEntities($text);
264 $this->doc .= '</unformatted>';
268 $this->doc .= '<php>';
269 $this->doc .= $this->_xmlEntities($text);
270 $this->doc .= '</php>';
274 $this->doc .= '<phpblock>';
275 $this->doc .= $this->_xmlEntities($text);
276 $this->doc .= '</phpblock>'.DOKU_LF;
280 $this->doc .= '<html>';
281 $this->doc .= $this->_xmlEntities($text);
282 $this->doc .= '</html>';
286 $this->doc .= '<htmlblock>';
287 $this->doc .= $this->_xmlEntities($text);
288 $this->doc .= '</htmlblock>'.DOKU_LF;
292 $this->doc .= '<preformatted>';
293 $this->doc .= $this->_xmlEntities($text);
294 $this->doc .= '</preformatted>'.DOKU_LF;
298 $this->doc .= '<quote>';
304 $this->doc .= '</quote>'.DOKU_LF;
308 $this->doc .= '<code lang="' . $lang . '" file="' . $file . '">';
309 $this->doc .= $this->_xmlEntities($text);
310 $this->doc .= '</code>'.DOKU_LF;
314 $this->doc .= '<file lang="' . $lang . '" file="' . $file . '">';
315 $this->doc .= $this->_xmlEntities($text);
316 $this->doc .= '</file>'.DOKU_LF;
320 $this->doc .= '<acronym data="' . $this->_xmlEntities($this->acronyms[$acronym]) . '">';
321 $this->doc .= $this->_xmlEntities($acronym);
322 $this->doc .= '</acronym>';
326 $this->doc .= '<smiley>';
327 $this->doc .= $this->_xmlEntities($smiley);
328 $this->doc .= '</smiley>';
332 $this->doc .= '<entity data="' . $this->_xmlEntities($this->entities[$entity]) . '">';
333 $this->doc .= $this->_xmlEntities($entity);
334 $this->doc .= '</entity>';
344 $this->doc .= '<multiplyentity>';
345 $this->doc .= '<x>'.$this->_xmlEntities($x).'</x>';
346 $this->doc .= '<y>'.$this->_xmlEntities($y).'</y>';
347 $this->doc .= '</multiplyentity>';
352 …$this->doc .= '<singlequote open="' . $this->_xmlEntities($lang['singlequoteopening']) . '" close=…
358 $this->doc .= '</singlequote>';
363 $this->doc .= '<apostrophe data="' . $this->_xmlEntities($lang['apostrophe']) . '"/>';
368 …$this->doc .= '<doublequote open="' . $this->_xmlEntities($lang['doublequoteopening']) . '" close=…
374 $this->doc .= '</doublequote>';
387 …$this->doc .= '<link type="locallink" link="'.$this->_xmlEntities($hash).'" href="'.$this->_xmlEnt…
388 $this->doc .= $this->_getLinkTitle($name, $hash, $isImage);
389 $this->doc .= '</link>';
410 …$this->doc .= '<link type="'.$type.'" link="'.$this->_xmlEntities($link).'" id="'.$id.'" search="'…
411 $this->doc .= $name;
412 $this->doc .= '</link>';
422 …$this->doc .= '<link type="external" link="'.$this->_xmlEntities($link).'" href="'.$this->_xmlEnti…
423 $this->doc .= $this->_getLinkTitle($title, $link, $isImage);
424 $this->doc .= '</link>';
436 …$this->doc .= '<link type="interwiki" link="'.$this->_xmlEntities($link).'" href="'.$this->_xmlEnt…
437 $this->doc .= $name;
438 $this->doc .= '</link>';
451 …$this->doc .= '<link type="windowssharelink" link="'.$this->_xmlEntities($link).'" href="'.$this->…
452 $this->doc .= $name;
453 $this->doc .= '</link>';
461 … $this->doc .= '<link type="emaillink" link="'.$this->_xmlEntities($address).'" href="'.$url.'">';
462 $this->doc .= $name;
463 $this->doc .= '</link>';
478 …$this->doc .= $this->_media('internalmedia', $src, $title, $align, $width, $height, $cache, $linki…
493 …$this->doc .= $this->_media('externalmedia', $src, $title, $align, $width, $height, $cache, $linki…
497 $this->doc .= '<table maxcols="' . $maxcols . '" numrows="' . $numrows . '">'.DOKU_LF;
503 $this->doc .= '</table>'.DOKU_LF;
507 $this->doc .= DOKU_TAB.'<tablerow>';
513 $this->doc .= '</tablerow>'.DOKU_LF;
517 $this->doc .= '<tableheader';
518 if ($colspan>1) $this->doc .= ' colspan="' . $colspan . '"';
519 if ($rowspan>1) $this->doc .= ' rowspan="' . $rowspan . '"';
520 if ($align) $this->doc .= ' align="' . $align . '"';
521 $this->doc .= '>';
527 $this->doc .= '</tableheader>';
531 $this->doc .= '<tablecell';
532 if ($colspan>1) $this->doc .= ' colspan="' . $colspan . '"';
533 if ($rowspan>1) $this->doc .= ' rowspan="' . $rowspan . '"';
534 if ($align) $this->doc .= ' align="' . $align . '"';
535 $this->doc .= '>';
541 $this->doc .= '</tablecell>';