Home
last modified time | relevance | path

Searched refs:div (Results 26 – 31 of 31) sorted by path

12

/dokuwiki/lib/tpl/dokuwiki/css/
H A Dmobile.less70 .dokuwiki.hasSidebar div.preview {
74 [dir=rtl] .dokuwiki.hasSidebar div.preview {
95 #dw__toc > div,
96 #dokuwiki__aside div.content {
101 .dokuwiki div.page {
105 .mode_media div.page {
119 .dokuwiki div.section_highlight {
124 .dokuwiki div.preview {
224 .dokuwiki div.breadcrumbs, /* @todo: maybe move breadcrumbs to the bottom? */
243 .dokuwiki form.search div
[all...]
H A Dpagetools.less17 .dokuwiki div.page {
35 div.tools {
102 div.tools {
114 div.tools ul {
H A Dprint.css114 .dokuwiki div.table {
164 .dokuwiki div.footnotes {
170 .dokuwiki div.docInfo {
178 [dir=rtl] .dokuwiki div.docInfo {
/dokuwiki/vendor/geshi/geshi/
H A DBUGS26 - The <pre> header output is not XHTML compliant. Please use the <div> header instead.
H A DCHANGELOG510 * With line numbers: <div>header<ol><li><pre>...</pre></li>...</ol></div>
863 - Fixed up geshi_highlight function: it now correctly uses <code> instead of <div> (Remi Faure)
1021 a <div> or a <pre> (see documentation for benefits of both). Method footer() likewise
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php444 $div = $document->getElementsByTagName('body')->item(0)->firstChild;
446 $data = trim($document->saveHTML($div));
449 $data = preg_replace('/^<div' . \SimplePie\SimplePie::PCRE_XML_ATTRIBUTE . '>/', '', $data);
450 $data = preg_replace('/<\/div>$/', '', $data);
452 $data = preg_replace('/^<div' . \SimplePie\SimplePie::PCRE_XML_ATTRIBUTE . '>/', '<div>', $data);
481 // Atom XHTML constructs are wrapped with a div by default
482 // Note: No protection if $html contains a stray </div>!
483 $html = '<div>' . $html . '</div>';
[all...]

12