Home
last modified time | relevance | path

Searched refs:html (Results 1 – 25 of 2171) sorted by relevance

12345678910>>...87

/plugin/html2pdf/html2pdf/html2ps/
Dxhtml.utils.inc.php8 function make_attr_value($attr, $html) { argument
9 return preg_replace("#(<[^>]*\s){$attr}(\s|>|/>)#si","\\1{$attr}=\"{$attr}\"\\2",$html);
16 function process_html($html) { argument
20 if (!preg_match("#{$open}#is",$html)) {
21 $html = "<html>".$html;
28 while (preg_match("#{$open}(.*?){$open}#is", $html)) {
29 $html = preg_replace("#{$open}(.*?){$open}#is", "<html>\\2", $html);
32 if (!preg_match("#{$close}#is", $html)) {
33 $html = $html."</html>";
38 $html = preg_replace("#.*({$open})#is","\\1",$html);
[all …]
Dxhtml.entities.inc.php4 function process_character_references(&$html) { argument
8 $html = str_replace("&{$entity};","&#{$code};",$html);
18 $html = preg_replace("/&{$entity}([\s<])/","&#{$code};\\1",$html);
22 while (preg_match("/&#x([[:xdigit:]]{2,4});/i", $html, $matches)) {
27 $html = preg_replace("/&#x".$matches[1].";/i","&#".hexdec($matches[1]).";",$html);
31 function escape_amp($html) { argument
34 $html = preg_replace("/&(?!#)/si","&#38;\\1",$html);
37 $html = preg_replace("/&#(\d+)(?![\d;])/si","&#\\1;",$html);
44 $html = preg_replace("/&(?!#\d)/si","&#38;\\1",$html);
46 return $html;
[all …]
Dxhtml.style.inc.php4 function process_style(&$html) { argument
7 if (preg_match('#^(.*)(<style[^>]*>)(.*?)(</style>)(.*)$#is', $html, $matches)) {
10 $html = $matches[1].$matches[5];
16 function process_style_content($html) { argument
18 $html = preg_replace("#<!\[CDATA\[#","",$html);
19 $html = preg_replace("#\]\]>#is","",$html);
22 $html = preg_replace("#<!--#is","",$html);
23 $html = preg_replace("#-->#is","",$html);
26 $html = preg_replace("#/\*.*?\*/#is","",$html);
29 $html = '<![CDATA['.$html.']]>';
[all …]
Dxhtml.tables.inc.php19 function process_cell_without_row(&$html, $offset) { argument
23 preg_match("#<[^>]+>$#",substr($html,0,$offset),$matches);
28 …$html = substr_replace($html, "<tr>".$matches[0], $offset - strlen($matches[0]), strlen($matches[0…
33 $r = process_row($html, $offset - strlen($matches[0]) + strlen("<tr>"));
56 function process_thead(&$html, $offset) { return process_rowgroup('thead', $html, $offset); } argument
57 function process_tbody(&$html, $offset) { return process_rowgroup('tbody', $html, $offset); } argument
58 function process_tfoot(&$html, $offset) { return process_rowgroup('tfoot', $html, $offset); } argument
60 function process_col(&$html, $offset) { argument
65 function process_col_without_colgroup(&$html, $offset) { argument
69 preg_match("#<[^>]+>$#",substr($html,0,$offset),$matches);
[all …]
/plugin/qc/
DOutput.php40 $html = '';
52 $html .= '<span class="qc_icon qc_' . $rating . '">';
53 $html .= inlineSVG(__DIR__ . '/svg/' . $rating . '.svg');
54 if ($score) $html .= '<span>' . $score . '</span>';
55 $html .= '</span>';
57 return $html;
77 $html = '';
79 $html .= '<h1>' . $this->helper->getLang('intro_h') . '</h1>';
81 $html .= '<div>';
82 $html .= '<dl>';
[all …]
/plugin/diagramsnet/lib/styles/
Ddark.css1 html body .geDiagramContainer, html body div.geMenubarContainer, html body td.mxPopupMenuIcon, html
4 html body .mxCellEditor {
7 html body.geEditor div.mxPopupMenu {
12 html .geSidebarContainer button {
16 html body.geEditor div.mxPopupMenu hr {
19 html body .geTabContainer {
23 html body .geDragPreview {
26 html body .geMenubarContainer .geItem:active, html .geSidebarContainer button:active {
29 html body, html body .geFooterContainer, html body #geFooterItem1, html body textarea,
30 html body .mxWindowTitle, html body .geDialogTitle, html body .geDialogFooter, select,
[all …]
/plugin/galleryv1.5/inc/
Dmagazinelayout.class.php392 $html = '';
395 …$html .= "<div style=\"float: left; clear: both;\">".$this->insertImage(''.$s,$this->images[$i1]['…
397 …$html .= "<div style=\"float: left; clear: both;\">".$this->insertImg(''.$s,$this->images[$i1])."<…
399 return $html;
417 $html = '';
420 …$html .= "<div style=\"float: left; clear: both;\">".$this->insertImage('h'.$h1,$this->images[$i1]…
421 …$html .= "<div style=\"float: left;\">".$this->insertImage('h'.$h1,$this->images[$i2]['url'])."</d…
423 …$html .= "<div style=\"float: left; clear: both;\">".$this->insertImg('h'.$h1,$this->images[$i1]).…
424 $html .= "<div style=\"float: left;\">".$this->insertImg('h'.$h1,$this->images[$i2])."</div>\n";
426 return $html;
[all …]
/plugin/refnotes/
Dadmin.php35 public function html() { function in admin_plugin_refnotes
102 $html = '<input type="button" class="button"';
104 $html .= ' id="' . $id . '"';
105 $html .= ' name="' . $id . '"';
106 $html .= ' value="' . $this->locale->getLang('btn_' . $action) . '"';
107 $html .= ' />';
109 return $html;
256 $html = '<input type="text" class="edit"';
258 $html .= ' id="' . $id . '"';
259 $html .= ' name="' . $id . '"';
[all …]
/plugin/fksnewsfeed/inc/renderer/
DVyfukRenderer.php16 $html = '<div class="col-12 row mb-3">';
17 $html .= '<div class="col-12">';
18 … $html .= '<div class="card card-outline-' . $news->category . ' card-outline-vyfuk-orange">';
19 $html .= '<div class="card-block">';
20 $html .= $innerHtml;
21 $html .= $formHtml;
22 $html .= '</div>';
23 $html .= '</div>';
24 $html .= '</div>';
25 $html .= '</div>';
[all …]
DFykosRenderer.php17 $html = '<div class="col-12 row mb-3">';
18 $html .= '<div class="col-12">';
19 $html .= '<div class="bs-callout mb-3 bs-callout-' . $news->category . '">';
20 $html .= $innerHtml;
21 $html .= $formHtml;
22 $html .= '</div>';
23 $html .= '</div>';
24 $html .= '</div>';
25 return $html;
43 …$html = '<button data-toggle="modal" data-target="#feedModal' . $params['id'] . '" class="btn btn-…
[all …]
/plugin/quiz/
Dclass_quiz.php76 $html = "";
85 $html .= '<h1>'.$data['title'].'</h1>';
87 $html .= $data['intro'];
88 if (($question_num != 0) && ($this->highscore )) $html .= $this->print_highscore();
90 $html .= '<div class="quiz-block" id="quiz-form__'.$this->quizID.'">';
92 $html .= '<h1>'.$data['title'].' - '.$question_num.'/'.$count_a.'</h1>';
93 if ($this->showintro) $html .= $data['intro'];
94 $html .= '<div class="quiz-block" id="quiz-form__'.$this->quizID.'">';
95 $html .= '<div class="quiz-question">'.$a['question'].'</div>';
98 …$html .= '<form action="getform.php" method="post" onsubmit="plgQuiz_send(\''.$this->quizID.'\'); …
[all …]
/plugin/box2/
Dstyle.css10 …nded corners styles from Stu Nicholls snazzy borders, http://www.cssplay.co.uk/boxes/snazzy.html */
133 * html div.box div.box, * html div.box div.box .box_content, * html div.box div.box .xbox,
134 * html div.box div.box .xb1, * html div.box div.box .xb2,
135 * html div.box div.box .xb3, * html div.box div.box .xb4 {
139 * html div.box div.box, * html div.box div.box .xbox,
140 * html div.box div.box .xb1, * html div.box div.box .xb2,
141 * html div.box div.box .xb3, * html div.box div.box .xb4 {
145 * html div.box div.box p.box_title, * html div.box div.box p.box_caption { background: __medium__;}
146 * html div.box div.box .box_content { background: __lighter__;}
148 * html div.box.round .xtop, * html div.box.round .xbottom {display: block;}
[all …]
Dprint.css10 …nded corners styles from Stu Nicholls snazzy borders, http://www.cssplay.co.uk/boxes/snazzy.html */
133 * html div.box div.box, * html div.box div.box .box_content, * html div.box div.box .xbox,
134 * html div.box div.box .xb1, * html div.box div.box .xb2,
135 * html div.box div.box .xb3, * html div.box div.box .xb4 {
139 * html div.box div.box, * html div.box div.box .xbox,
140 * html div.box div.box .xb1, * html div.box div.box .xb2,
141 * html div.box div.box .xb3, * html div.box div.box .xb4 {
145 * html div.box div.box p.box_title, * html div.box div.box p.box_caption { background: __medium__;}
146 * html div.box div.box .box_content { background: __lighter__;}
148 * html div.box.round .xtop, * html div.box.round .xbottom {display: block;}
[all …]
/plugin/box/
Dstyle.css10 …nded corners styles from Stu Nicholls snazzy borders, http://www.cssplay.co.uk/boxes/snazzy.html */
133 * html div.box div.box, * html div.box div.box .box_content, * html div.box div.box .xbox,
134 * html div.box div.box .xb1, * html div.box div.box .xb2,
135 * html div.box div.box .xb3, * html div.box div.box .xb4 {
139 * html div.box div.box, * html div.box div.box .xbox,
140 * html div.box div.box .xb1, * html div.box div.box .xb2,
141 * html div.box div.box .xb3, * html div.box div.box .xb4 {
145 * html div.box div.box p.box_title, * html div.box div.box p.box_caption { background: __medium__;}
146 * html div.box div.box .box_content { background: __lighter__;}
148 * html div.box.round .xtop, * html div.box.round .xbottom {display: block;}
[all …]
Dprint.css10 …nded corners styles from Stu Nicholls snazzy borders, http://www.cssplay.co.uk/boxes/snazzy.html */
133 * html div.box div.box, * html div.box div.box .box_content, * html div.box div.box .xbox,
134 * html div.box div.box .xb1, * html div.box div.box .xb2,
135 * html div.box div.box .xb3, * html div.box div.box .xb4 {
139 * html div.box div.box, * html div.box div.box .xbox,
140 * html div.box div.box .xb1, * html div.box div.box .xb2,
141 * html div.box div.box .xb3, * html div.box div.box .xb4 {
145 * html div.box div.box p.box_title, * html div.box div.box p.box_caption { background: __medium__;}
146 * html div.box div.box .box_content { background: __lighter__;}
148 * html div.box.round .xtop, * html div.box.round .xbottom {display: block;}
[all …]
/plugin/boxwh/boxwh/
Dprint.css12 …nded corners styles from Stu Nicholls snazzy borders, http://www.cssplay.co.uk/boxes/snazzy.html */
135 * html div.box div.box, * html div.box div.box .box_content, * html div.box div.box .xbox,
136 * html div.box div.box .xb1, * html div.box div.box .xb2,
137 * html div.box div.box .xb3, * html div.box div.box .xb4 {
141 * html div.box div.box, * html div.box div.box .xbox,
142 * html div.box div.box .xb1, * html div.box div.box .xb2,
143 * html div.box div.box .xb3, * html div.box div.box .xb4 {
147 * html div.box div.box p.box_title, * html div.box div.box p.box_caption { background: __medium__;}
148 * html div.box div.box .box_content { background: __lighter__;}
150 * html div.box.round .xtop, * html div.box.round .xbottom {display: block;}
[all …]
Dstyle.css10 …nded corners styles from Stu Nicholls snazzy borders, http://www.cssplay.co.uk/boxes/snazzy.html */
133 * html div.box div.box, * html div.box div.box .box_content, * html div.box div.box .xbox,
134 * html div.box div.box .xb1, * html div.box div.box .xb2,
135 * html div.box div.box .xb3, * html div.box div.box .xb4 {
139 * html div.box div.box, * html div.box div.box .xbox,
140 * html div.box div.box .xb1, * html div.box div.box .xb2,
141 * html div.box div.box .xb3, * html div.box div.box .xb4 {
145 * html div.box div.box p.box_title, * html div.box div.box p.box_caption { background: __medium__;}
146 * html div.box div.box .box_content { background: __lighter__;}
148 * html div.box.round .xtop, * html div.box.round .xbottom {display: block;}
[all …]
Dstyle_custom.css11 …nded corners styles from Stu Nicholls snazzy borders, http://www.cssplay.co.uk/boxes/snazzy.html */
267 * html div.box div.box, * html div.box div.box .box_content, * html div.box div.box .xbox,
268 * html div.box div.box .xb1, * html div.box div.box .xb2,
269 * html div.box div.box .xb3, * html div.box div.box .xb4 {
273 * html div.box div.box, * html div.box div.box .xbox,
274 * html div.box div.box .xb1, * html div.box div.box .xb2,
275 * html div.box div.box .xb3, * html div.box div.box .xb4 {
279 * html div.box div.box p.box_title, * html div.box div.box p.box_caption { background: __medium__;}
280 * html div.box div.box .box_content { background: __lighter__;}
282 * html div.box.round .xtop, * html div.box.round .xbottom {display: block;}
[all …]
/plugin/struct/meta/
DSchemaEditor.php94 $html = '';
95 $html .= '<link href="' . DOKU_BASE .
97 $html .= '<link href="' . DOKU_BASE .
99 $html .= '<script src="' . DOKU_BASE .
101 $html .= '<script src="' . DOKU_BASE .
103 return $html;
122 $html = "<tr class=\"$class\">";
124 $html .= '<td class="sort">';
125 …$html .= '<input type="text" name="' . $base . '[sort]" value="' . hsc($col->getSort()) . '" size=…
126 $html .= '</td>';
[all …]
/plugin/tip/
Dstyle.css5html body .tipld,* html body .tipldh,* html body .tipldi,* html body .tipldn,* html body .tipldw,*…
8html body .tipcd,* html body .tipcdh,* html body .tipcdi,* html body .tipcdn,* html body .tipcdw,*…
/plugin/scrape/vendor/scotteh/php-dom-wrapper/src/
DDocument.php119 public function setHtml($html): self { argument
120 if (!is_string($html) || trim($html) == '') {
127 $this->composeXmlNode($html);
131 $this->composeXmlNode($html);
139 * @param string $html
144 public function loadHTML($html, $options = 0): bool { argument
152 $html = '<domwrap></domwrap>' . $html;
155 $html = '<?xml encoding="' . ($this->getEncoding() ?? 'UTF-8') . '">' . $html;
157 $result = parent::loadHTML($html, $options);
190 private function getCharset(string $html): ?string { argument
[all …]
/plugin/tabinclude/
Dhelper.php139 $html= '<div id="dwpl-ti-container"'.$class.'>'.NL;
141 $html.='<ul class="dwpl-ti">'.NL;
146 …$html.='<li class="dwpl-ti-tab"><div class="dwpl-ti-tab-title'.$selected_class.'" value="'.$tabs[$…
148 …$html.='<li class="dwpl-ti-tab"><div class="dwpl-ti-tab-title error">'.$tabs[$i]['error'].'</div><…
151 $html.= '</ul>'.NL;
152 $html.='<div class="dwpl-ti-content-box">';
154 … $html.='<div id="dwpl-ti-loading" class="dwpl-ti-loading">'.$this->getLang('loading').'</div>';
156 $html.='<div id="dwpl-ti-content" class="dwpl-ti-content">';
158 …$html.='<div id="dwpl-ti-read-init-page" class="hidden" value="'.$tabs[$init_page_idx]['page'].'">…
164 $html.= '<div class="dwpl-ti-permalink-header">'.$pagelink.'</div>'.NL;
[all …]
/plugin/html2pdf/html2pdf/
Daction.php46 $html = header('Content-Type: text/html; charset=utf-8');
47 $html .= '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"'.DOKU_LF;
48 $html .= ' "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'.DOKU_LF;
49 $html .= '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="'.$conf['lang'].'"'.DOKU_LF;
50 $html .= ' lang="'.$conf['lang'].'" dir="'.$lang['direction'].'">'.DOKU_LF;
51 $html .= '<head>'.DOKU_LF;
52 $html .= ' <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />'.DOKU_LF;
53 $html .= ' <title>'.$ID.'</title>'.DOKU_LF;
55 …$html .= ' <link rel="stylesheet" media="all" type="text/css" href="/doku/lib/exe/css.php?s=all"/…
56 …$html .= ' <link rel="stylesheet" media="screen" type="text/css" href="/doku/lib/exe/css.php"/>'.…
[all …]
/plugin/chat/
Dchat.php62 $html = '';
65 $html .= "<applet code=\"ChatNotify.class\" ".
73 $html .= '<div class="chat">';
77 $html .= chat_plugin::chatFormHtml($dID);
78 $html .= chat_plugin::chatPageHtml($dID);
80 $html .= chat_plugin::chatPageHtml($dID);
81 $html .= chat_plugin::chatFormHtml($dID);
83 $html .= '</div><!-- chat -->';
85 return $html;
138 $html = '';
[all …]
/plugin/fho/
Dsyntax.php106 $html = '<table class="status-table">';
107 $html .= '<thead><tr><th>Name</th>';
110 $html .= "<th>$i:00</th><th>$i:15</th><th>$i:30</th><th>$i:45</th>";
113 $html .= '</tr></thead><tbody>';
115 $html .= "<tr><td>$employee</td>";
118 $html .= '<td class="status-cell" data-status=""></td>'; // Zellen mit data-status
121 $html .= '</tr>';
124 $html .= '</tbody></table>';
127 $html .= '<div class="legend">';
128 …$html .= '<p><span class="legend-blue" style="background-color: blue; border: 1px solid black; dis…
[all …]

12345678910>>...87