Lines Matching refs:doc
115 $this->doc .= '<!-- EDIT' . hsc(json_encode($data, JSON_THROW_ON_ERROR)) . ' -->';
154 $this->doc .= '<div class="footnotes">' . DOKU_LF;
160 $this->doc .= '<div class="fn">';
161 … $this->doc .= '<sup><a href="#fnt__' . $id . '" id="fn__' . $id . '" class="fn_bot">';
162 $this->doc .= $id . ')</a></sup> ' . DOKU_LF;
169 … $this->doc .= ', <sup><a href="#fnt__' . ($ref) . '" id="fn__' . ($ref) . '" class="fn_bot">';
170 $this->doc .= ($ref) . ')</a></sup> ' . DOKU_LF;
174 $this->doc .= '<div class="content">' . $footnote . '</div>';
175 $this->doc .= '</div>' . DOKU_LF;
178 $this->doc .= '</div>' . DOKU_LF;
193 $this->doc = preg_replace('#<p>\s*</p>#', '', $this->doc);
267 $this->doc .= $header;
278 $this->doc .= '<div class="level' . $level . '">' . DOKU_LF;
286 $this->doc .= DOKU_LF . '</div>' . DOKU_LF;
296 $this->doc .= $this->_xmlEntities($text);
304 $this->doc .= DOKU_LF . '<p>' . DOKU_LF;
312 $this->doc .= DOKU_LF . '</p>' . DOKU_LF;
320 $this->doc .= '<br/>' . DOKU_LF;
328 $this->doc .= '<hr />' . DOKU_LF;
336 $this->doc .= '<strong>';
344 $this->doc .= '</strong>';
352 $this->doc .= '<em>';
360 $this->doc .= '</em>';
368 $this->doc .= '<em class="u">';
376 $this->doc .= '</em>';
384 $this->doc .= '<code>';
392 $this->doc .= '</code>';
400 $this->doc .= '<sub>';
408 $this->doc .= '</sub>';
416 $this->doc .= '<sup>';
424 $this->doc .= '</sup>';
432 $this->doc .= '<del>';
440 $this->doc .= '</del>';
456 $this->store = $this->doc;
457 $this->doc = '';
476 $footnote = $this->doc;
477 $this->doc = $this->store;
492 $this->doc .= sprintf(
512 $this->doc .= "<ul$class>" . DOKU_LF;
520 $this->doc .= '</ul>' . DOKU_LF;
535 $this->doc .= "<ol$class>" . DOKU_LF;
543 $this->doc .= '</ol>' . DOKU_LF;
555 $this->doc .= '<li class="level' . $level . $branching . '">';
563 $this->doc .= '</li>' . DOKU_LF;
571 $this->doc .= '<div class="li">';
579 $this->doc .= '</div>' . DOKU_LF;
591 $this->doc .= $this->_xmlEntities($text);
599 $this->doc .= '<blockquote><div class="no">' . DOKU_LF;
607 $this->doc .= '</div></blockquote>' . DOKU_LF;
617 …$this->doc .= '<pre class="code">' . trim($this->_xmlEntities($text), "\n\r") . '</pre>' . DOKU_LF;
674 $this->doc .= '<dl class="' . $type . '">' . DOKU_LF;
675 $this->doc .= '<dt><a href="' .
681 $this->doc .= hsc($filename);
682 $this->doc .= '</a></dt>' . DOKU_LF . '<dd>';
693 … $this->doc .= '<pre class="' . $type . '">' . $this->_xmlEntities($text) . '</pre>' . DOKU_LF;
698 $this->doc .= "<pre class=\"$class $language\">" .
704 $this->doc .= '</dd></dl>' . DOKU_LF;
723 $this->doc .= '<abbr title="' . $title
726 $this->doc .= $this->_xmlEntities($acronym);
740 … $this->doc .= '<img src="' . DOKU_BASE . 'lib/images/smileys/' . $this->smileys[$smiley] .
743 $this->doc .= $this->_xmlEntities($smiley);
759 $this->doc .= $this->entities[$entity];
761 $this->doc .= $this->_xmlEntities($entity);
775 $this->doc .= "$x×$y";
784 $this->doc .= $lang['singlequoteopening'];
793 $this->doc .= $lang['singlequoteclosing'];
802 $this->doc .= $lang['apostrophe'];
811 $this->doc .= $lang['doublequoteopening'];
820 $this->doc .= $lang['doublequoteclosing'];
856 $doc = '<a href="#' . $hash . '" title="' . $title . '" class="wikilink1">';
857 $doc .= $name;
858 $doc .= '</a>';
861 return $doc;
863 $this->doc .= $doc;
957 $this->doc .= $this->_formatLink($link);
986 $this->doc .= $name;
1018 $this->doc .= $this->_formatLink($link);
1079 $this->doc .= $link['name'];
1080 } else $this->doc .= $this->_formatLink($link);
1118 $this->doc .= $this->_formatLink($link);
1166 $this->doc .= $this->_formatLink($link);
1249 $this->doc .= $link['name'];
1251 $this->doc .= $this->_formatLink($link);
1318 $this->doc .= $link['name'];
1319 } else $this->doc .= $this->_formatLink($link);
1362 $this->doc .= '<ul class="rss">';
1366 $this->doc .= '<li><div class="li">';
1375 $this->doc .= ' ' . hsc($item->get_title());
1382 if ($name) $this->doc .= ' ' . $lang['by'] . ' ' . hsc($name);
1386 $this->doc .= ' (' . $item->get_local_date($conf['dformat']) . ')';
1392 $this->doc .= '<div class="detail">';
1393 $this->doc .= hsc($desc);
1394 $this->doc .= '</div>';
1397 $this->doc .= '</div></li>';
1400 $this->doc .= '<li><div class="li">';
1401 $this->doc .= '<em>' . $lang['rssfailed'] . '</em>';
1404 $this->doc .= '<!--' . hsc($feed->error) . '-->';
1406 $this->doc .= '</div></li>';
1408 $this->doc .= '</ul>';
1436 $this->doc .= '<div class="' . $class . '"><table class="inline">' .
1447 $this->doc .= '</table></div>' . DOKU_LF;
1458 $this->doc .= DOKU_TAB . '<thead>' . DOKU_LF;
1466 $this->doc .= DOKU_TAB . '</thead>' . DOKU_LF;
1474 $this->doc .= DOKU_TAB . '<tbody>' . DOKU_LF;
1482 $this->doc .= DOKU_TAB . '</tbody>' . DOKU_LF;
1490 $this->doc .= DOKU_TAB . '<tfoot>' . DOKU_LF;
1498 $this->doc .= DOKU_TAB . '</tfoot>' . DOKU_LF;
1515 $this->doc .= DOKU_TAB . '<tr class="' . $class . '">' . DOKU_LF . DOKU_TAB . DOKU_TAB;
1523 $this->doc .= DOKU_LF . DOKU_TAB . '</tr>' . DOKU_LF;
1545 $this->doc .= '<th ' . $class;
1548 $this->doc .= ' colspan="' . $colspan . '"';
1551 $this->doc .= ' rowspan="' . $rowspan . '"';
1553 $this->doc .= '>';
1561 $this->doc .= '</th>';
1583 $this->doc .= '<td ' . $class;
1586 $this->doc .= ' colspan="' . $colspan . '"';
1589 $this->doc .= ' rowspan="' . $rowspan . '"';
1591 $this->doc .= '>';
1599 $this->doc .= '</td>';