Lines Matching refs:doc
114 $this->doc .= '<!-- EDIT' . hsc(json_encode($data, JSON_THROW_ON_ERROR)) . ' -->';
153 $this->doc .= '<div class="footnotes">' . DOKU_LF;
159 $this->doc .= '<div class="fn">';
160 … $this->doc .= '<sup><a href="#fnt__' . $id . '" id="fn__' . $id . '" class="fn_bot">';
161 $this->doc .= $id . ')</a></sup> ' . DOKU_LF;
168 … $this->doc .= ', <sup><a href="#fnt__' . ($ref) . '" id="fn__' . ($ref) . '" class="fn_bot">';
169 $this->doc .= ($ref) . ')</a></sup> ' . DOKU_LF;
173 $this->doc .= '<div class="content">' . $footnote . '</div>';
174 $this->doc .= '</div>' . DOKU_LF;
177 $this->doc .= '</div>' . DOKU_LF;
192 $this->doc = preg_replace('#<p>\s*</p>#', '', $this->doc);
266 $this->doc .= $header;
277 $this->doc .= '<div class="level' . $level . '">' . DOKU_LF;
285 $this->doc .= DOKU_LF . '</div>' . DOKU_LF;
295 $this->doc .= $this->_xmlEntities($text);
303 $this->doc .= DOKU_LF . '<p>' . DOKU_LF;
311 $this->doc .= DOKU_LF . '</p>' . DOKU_LF;
319 $this->doc .= '<br/>' . DOKU_LF;
327 $this->doc .= '<hr />' . DOKU_LF;
335 $this->doc .= '<strong>';
343 $this->doc .= '</strong>';
351 $this->doc .= '<em>';
359 $this->doc .= '</em>';
367 $this->doc .= '<em class="u">';
375 $this->doc .= '</em>';
383 $this->doc .= '<code>';
391 $this->doc .= '</code>';
399 $this->doc .= '<sub>';
407 $this->doc .= '</sub>';
415 $this->doc .= '<sup>';
423 $this->doc .= '</sup>';
431 $this->doc .= '<del>';
439 $this->doc .= '</del>';
455 $this->store = $this->doc;
456 $this->doc = '';
475 $footnote = $this->doc;
476 $this->doc = $this->store;
491 $this->doc .= sprintf(
511 $this->doc .= "<ul$class>" . DOKU_LF;
519 $this->doc .= '</ul>' . DOKU_LF;
534 $this->doc .= "<ol$class>" . DOKU_LF;
542 $this->doc .= '</ol>' . DOKU_LF;
554 $this->doc .= '<li class="level' . $level . $branching . '">';
562 $this->doc .= '</li>' . DOKU_LF;
570 $this->doc .= '<div class="li">';
578 $this->doc .= '</div>' . DOKU_LF;
590 $this->doc .= $this->_xmlEntities($text);
598 $this->doc .= '<blockquote><div class="no">' . DOKU_LF;
606 $this->doc .= '</div></blockquote>' . DOKU_LF;
616 …$this->doc .= '<pre class="code">' . trim($this->_xmlEntities($text), "\n\r") . '</pre>' . DOKU_LF;
673 $this->doc .= '<dl class="' . $type . '">' . DOKU_LF;
674 $this->doc .= '<dt><a href="' .
680 $this->doc .= hsc($filename);
681 $this->doc .= '</a></dt>' . DOKU_LF . '<dd>';
692 … $this->doc .= '<pre class="' . $type . '">' . $this->_xmlEntities($text) . '</pre>' . DOKU_LF;
697 $this->doc .= "<pre class=\"$class $language\">" .
703 $this->doc .= '</dd></dl>' . DOKU_LF;
722 $this->doc .= '<abbr title="' . $title
725 $this->doc .= $this->_xmlEntities($acronym);
739 … $this->doc .= '<img src="' . DOKU_BASE . 'lib/images/smileys/' . $this->smileys[$smiley] .
742 $this->doc .= $this->_xmlEntities($smiley);
758 $this->doc .= $this->entities[$entity];
760 $this->doc .= $this->_xmlEntities($entity);
774 $this->doc .= "$x×$y";
783 $this->doc .= $lang['singlequoteopening'];
792 $this->doc .= $lang['singlequoteclosing'];
801 $this->doc .= $lang['apostrophe'];
810 $this->doc .= $lang['doublequoteopening'];
819 $this->doc .= $lang['doublequoteclosing'];
855 $doc = '<a href="#' . $hash . '" title="' . $title . '" class="wikilink1">';
856 $doc .= $name;
857 $doc .= '</a>';
860 return $doc;
862 $this->doc .= $doc;
956 $this->doc .= $this->_formatLink($link);
985 $this->doc .= $name;
1017 $this->doc .= $this->_formatLink($link);
1078 $this->doc .= $link['name'];
1079 } else $this->doc .= $this->_formatLink($link);
1117 $this->doc .= $this->_formatLink($link);
1168 $this->doc .= $this->_formatLink($link);
1251 $this->doc .= $link['name'];
1253 $this->doc .= $this->_formatLink($link);
1320 $this->doc .= $link['name'];
1321 } else $this->doc .= $this->_formatLink($link);
1364 $this->doc .= '<ul class="rss">';
1368 $this->doc .= '<li><div class="li">';
1377 $this->doc .= ' ' . hsc($item->get_title());
1384 if ($name) $this->doc .= ' ' . $lang['by'] . ' ' . hsc($name);
1388 $this->doc .= ' (' . $item->get_local_date($conf['dformat']) . ')';
1394 $this->doc .= '<div class="detail">';
1395 $this->doc .= hsc($desc);
1396 $this->doc .= '</div>';
1399 $this->doc .= '</div></li>';
1402 $this->doc .= '<li><div class="li">';
1403 $this->doc .= '<em>' . $lang['rssfailed'] . '</em>';
1406 $this->doc .= '<!--' . hsc($feed->error) . '-->';
1408 $this->doc .= '</div></li>';
1410 $this->doc .= '</ul>';
1438 $this->doc .= '<div class="' . $class . '"><table class="inline">' .
1449 $this->doc .= '</table></div>' . DOKU_LF;
1460 $this->doc .= DOKU_TAB . '<thead>' . DOKU_LF;
1468 $this->doc .= DOKU_TAB . '</thead>' . DOKU_LF;
1476 $this->doc .= DOKU_TAB . '<tbody>' . DOKU_LF;
1484 $this->doc .= DOKU_TAB . '</tbody>' . DOKU_LF;
1492 $this->doc .= DOKU_TAB . '<tfoot>' . DOKU_LF;
1500 $this->doc .= DOKU_TAB . '</tfoot>' . DOKU_LF;
1517 $this->doc .= DOKU_TAB . '<tr class="' . $class . '">' . DOKU_LF . DOKU_TAB . DOKU_TAB;
1525 $this->doc .= DOKU_LF . DOKU_TAB . '</tr>' . DOKU_LF;
1547 $this->doc .= '<th ' . $class;
1550 $this->doc .= ' colspan="' . $colspan . '"';
1553 $this->doc .= ' rowspan="' . $rowspan . '"';
1555 $this->doc .= '>';
1563 $this->doc .= '</th>';
1585 $this->doc .= '<td ' . $class;
1588 $this->doc .= ' colspan="' . $colspan . '"';
1591 $this->doc .= ' rowspan="' . $rowspan . '"';
1593 $this->doc .= '>';
1601 $this->doc .= '</td>';