Home
last modified time | relevance | path

Searched refs:html (Results 26 – 50 of 1731) sorted by relevance

12345678910>>...70

/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php332 $html .= "</section>";
350 $html .= "</table>";
351 $html .= "</section>";
364 $html .= $output;
373 return $html;
392 $html .= '<td>';
398 $html .= "</table>";
405 return $html;
432 $html = <<<HTML
463 $html .= "</nav>";
[all …]
/plugin/siteexport/inc/
H A Dpdfgenerator.php33 $html = @file_get_contents($filename);
35 if (!strstr($html, "<html")) {
42 $this->arrangeHtml($html, 'bl,acronym');
63 $mpdf->WriteHTML($html);
66 return $html;
69 private function arrangeHtml(&$html, $norendertags = '') argument
74 …$html = preg_replace_callback("/<h(\d)(.*?)>(.*?)<\/h\\1>/s", array($this, '__pdfHeaderCallback'),…
79 $html = preg_replace("/<p[^>]*?>(\s*?<img[^>]*?\/?>\s*?)<\/p>/s", "$1", $html);
80 $html = preg_replace("/<p[^>]*?>(\s*?<table.*?<\/table>\s*?)<\/p>/s", "$1", $html);
81 …$html = preg_replace_callback("/<pre(.*?)>(.*?)<\/pre>/s", array($this, '__pdfPreCodeCallback'), $
[all …]
/plugin/supa/
H A Dscript.js172 var where, root, html; variable
191 html = "";
200 html += " >";
205 html += " </applet>";
206 html += " </div>";
207 html += " <br/>";
213 html += " <br/>";
218 html += " <br/>";
221 html += " <br/>";
222 html += "</div>";
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php332 $html .= "</section>";
350 $html .= "</table>";
351 $html .= "</section>";
364 $html .= $output;
373 return $html;
392 $html .= '<td>';
398 $html .= "</table>";
405 return $html;
435 $html = <<<HTML
466 $html .= "</nav>";
[all …]
/plugin/tip/
H A Dsyntax_plugin_tip.css34 * html body .tipld,
35 * html body .tipldh,
36 * html body .tipldi,
37 * html body .tipldn,
38 * html body .tipldw,
39 * html body .tiple,
40 * html body .tipleh,
44 * html body .tiplu,
49 * html body .tiprd,
54 * html body .tipre,
[all …]
/plugin/vcard/
H A Dsyntax.php121 $html = '';
159 $html .= '</span>';
165 $renderer->doc .= $html;
305 $html = '';
306 $html .= '<'.$tag;
308 $html .= ' class="'. $class. '"';
313 $html .= ' title="'. $text. '"';
314 $html .= '>'.$this->getLang($text);
316 $html .= '>'.$text;
318 $html .= '</'.$tag.'>';
[all …]
/plugin/issuelinks/admin/
H A Drepoadmin.php87 public function html() function in admin_plugin_issuelinks_repoadmin
90 $html = "<div id='plugin__issuelinks_repoadmin'>";
91 $html .= "<div><ul class='tabs'>";
92 $html = array_reduce($activeServices, [$this, 'appendServiceTab'], $html);
93 $html .= '</ul></div>';
94 $html = array_reduce($activeServices, [$this, 'appendServicePage'], $html);
98 echo $html;
109 protected function appendServiceTab($html, $serviceID) argument
143 $html .= $configForm->toHTML();
164 $html .= $form->toHTML();
[all …]
/plugin/phpipam/
H A Dsyntax.php877 $html .= "'>" ;
879 $html .= "$clic</a>" ;
880 return "$html" ;
896 $html = '' ;
1074 $html .= $_tag1 ;
1082 $html .= $_tag0 ;
1129 $html .= ' = ' ;
1141 $html .= "\n" ;
1164 return "$html" ;
1243 return "$html" ;
[all …]
/plugin/refnotes/
H A Drendering.php6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
124 $html = '';
130 $html = '<hr' . $style . '>' . DOKU_LF;
133 return $html;
315 $html = '<div class="' . $this->renderNoteClass() . '">' . DOKU_LF;
316 $html .= $this->renderBackReferences($note, $reference);
317 $html .= '<span id="' . $note->getAnchorName() . ':text">' . DOKU_LF;
318 $html .= $note->getText() . DOKU_LF;
319 $html .= '</span></div>' . DOKU_LF;
323 return $html;
[all...]
/plugin/judge/
H A Dsyntax.php296 $html = '';
311 $html .= '
321 $html .=
358 $html .= '
367 $html .= '
385 $html .= '
423 $html .= '
460 return $html;
467 $html = '
484 $html .= '
[all …]
/plugin/groupmatrix/syntax/
H A Dtable.php162 $html .= '<thead>';
163 $html .= '<tr>';
167 $html .= '</tr>';
168 $html .= '</thead>';
170 $html .= '<tbody>';
173 $html .= '<tr>';
178 $html .= '</tbody>';
179 $html .= '</table>';
181 return $html;
207 * @param string $html
[all …]
/plugin/fckg/
H A Dscript.js47 while ( html ) {
55 index = html.indexOf("-->");
60 html = html.substring( index + 3 );
69 html = html.substring( match[0].length );
79 html = html.substring( match[0].length );
86 index = html.indexOf("<");
88 var text = index < 0 ? html : html.substring( 0, index );
89 html = index < 0 ? "" : html.substring( index );
96 html = html.replace(new RegExp("(.*)<\/" + stack.last() + "[^>]*>"), function(all, text){
109 if ( html == last )
[all …]
/plugin/canvas/
H A Dcanvas.php146 $html.= '<div class="jqplot-target"';
147 $html.= ' id="'.$cid.'"';
149 $html.= '</div>'.NL;
150 $html.= '<div class="jqplot-license-note"';
153 $html.= '</div>'.NL;
163 $html.= '<canvas class="canvasbox"';
164 $html.= ' id="'.$cid.'"';
171 $html.= '</div>'.NL;
174 $html.= '<canvas class="canvasbox"';
175 $html.= ' id="'.$cid.'"';
[all …]
/plugin/acknowledge/
H A Daction.php6 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
71 echo $this->html();
142 protected function html()
165 $html = '<div class="' . ($ack ? 'ack' : 'noack') . '">';
166 $html .= inlineSVG(__DIR__ . '/admin.svg');
167 $html .= '</div>';
170 $html .= '<div>';
171 $html .= '<h4>';
172 $html .= $this->getLang('ackOk');
173 $html
91 protected function html() global() function in action_plugin_acknowledge
[all...]
/plugin/ckgedit/
H A Dscript.js44 html = html.replace(/(<img.*?src="data:image\/\w+;base64,\s*)(.*?)(\/>)/gm,
58 html = html.replace(/~~END_HTML_BLOCK~~/gm , '~~CLOSE_HTML_BLOCK~~') ;
82 html = html.replace(/(<\w+)([^>]+)>/gm,function(match,tag,atts){
92 while ( html ) {
105 html = html.substring( index + 3 );
114 html = html.substring( match[0].length );
124 html = html.substring( match[0].length );
133 var text = index < 0 ? html : html.substring( 0, index );
134 html = index < 0 ? "" : html.substring( index );
154 if ( html == last )
[all …]
/plugin/swarmwebhook/
H A Dadmin.php16 public function html() function in admin_plugin_swarmwebhook
47 $html = $this->locale_xhtml('ifttt_instructions');
49 $html = str_replace('DOKU_URL', DOKU_URL, $html);
50 $html = str_replace('$secret', hsc($secret), $html);
52 return $html;
62 $html = $this->locale_xhtml('zapier_instructions');
63 $html = str_replace('DOKU_URL', DOKU_URL, $html);
64 return $html;
/plugin/struct/action/
H A Dedit.php6 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
44 * Adds the html for the struct editors to the edit from
52 $html = $this->getEditorHtml();
57 $form->addHTML($html, $pos);
74 $html = $this->getEditorHtml();
79 $form->insertElement($pos, $html);
94 $html = '';
96 $html .= $this->createForm($table);
99 return "<div class=\"struct_entry_form\">$html</div>";
131 $html
[all...]
/plugin/ckgdoku/
H A Dscript.js42 html = html.replace(/~~OPEN_HTML_BLOCK~~/gm , '~~START_HTML_BLOCK~~') ;
43 html = html.replace(/~~END_HTML_BLOCK~~/gm , '~~CLOSE_HTML_BLOCK~~') ;
46 html = html.replace(/~~START_HTML_BLOCK~~|~~CLOSE_HTML_BLOCK~~/gm,"");
68 while ( html ) {
81 html = html.substring( index + 3 );
90 html = html.substring( match[0].length );
100 html = html.substring( match[0].length );
109 var text = index < 0 ? html : html.substring( 0, index );
110 html = index < 0 ? "" : html.substring( index );
130 if ( html == last )
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dconverter.class.php31 function to_utf8($html, $encoding) { argument
37 return utf8_encode($html);
39 return $html;
41 return $this->something_to_utf8($html, $g_utf8_converters[$encoding][0]);
47 function something_to_utf8($html, &$mapping) { argument
48 for ($i=0; $i < strlen($html); $i++) {
49 $replacement = code_to_utf8($mapping[$html{$i}]);
50 if ($replacement != $html{$i}) {
51 $html = substr_replace($html, $replacement, $i, 1);
55 return $html;
/plugin/toctweak/syntax/
H A Dsidetoc.php79 $html = '<!-- SIDETOC START -->'.DOKU_LF;
82 $html.= '<div>';
84 $html.= '</div>';
85 $html.= '</div>'.DOKU_LF;
86 $html.= '<!-- SIDETOC END -->'.DOKU_LF;
88 $renderer->doc .= $html;
100 $html = '<span class="li">';
101 $html.= '<a href="#'.$item['hid'].'">';
102 $html.= hsc($item['title']).'</a>';
103 $html.= '</span>';
[all …]
H A Dmetatoc.php114 $html = '<!-- METATOC START -->'.DOKU_LF;
117 $html.= '<div>';
119 $html.= '</div>';
120 $html.= '</div>'.DOKU_LF;
121 $html.= '<!-- METATOC END -->'.DOKU_LF;
123 $renderer->doc .= $html;
133 $html = '<span class="li">';
138 $html.= '<a href="#'.$item['hid'].'">';
140 $html.= hsc($item['title']).'</a>';
141 $html.= '</span>';
[all …]
/plugin/tuxquote/
H A Dimages-license.txt27 SMN (http://tux.crystalxp.net/en.user.190553.1.12.html)
28 Debsy (http://tux.crystalxp.net/en.user.24307.1.12.html)
30 kami23 (http://tux.crystalxp.net/en.user.21587.1.12.html)
32 pusio (http://tux.crystalxp.net/en.user.330619.1.12.html)
33 fcys14 (http://tux.crystalxp.net/en.user.386.1.12.html)
38 BB42 (http://tux.crystalxp.net/en.user.77497.1.12.html)
39 chaco (http://tux.crystalxp.net/en.user.9168.1.12.html)
41 ZafX (http://tux.crystalxp.net/en.user.342192.1.12.html)
45 silver4 (http://tux.crystalxp.net/en.user.609.1.12.html)
56 batux (http://tux.crystalxp.net/en.user.110.1.12.html)
[all …]
/plugin/amazon_heavy/
H A Dsyntax.php134 $html="<table>";
138 $html .= "<tr><td><a href=\"".$item["@"]["url"]."\">";
141 $html .= "&nbsp;<a href=\"".$item["@"]["url"]."\">";
142 $html .= "<b>Art.# ".$item["#"]["Asin"][0]["#"];
143 if ($item["#"]["Isbn"][0]["#"]) $html .= " (ISBN: ".$item["#"]["Isbn"][0]["#"].")";
144 $html .= "</b></a><br />";
148 $html .= "&nbsp;".$item["#"]["Media"][0]["#"]."<br />";
150 …$html .= "&nbsp;".$item["#"]["Reviews"][0]["#"]["CustomerReview"][0]["#"]["Comment"][0]["#"]."<br …
160 $html .= "</td></tr>\n";
162 $html .= "</table>";
[all …]
/plugin/darcs/
H A Dadmin.php109 $my_page.='| <html><form action="'.wl($ID).'" method="get">'.
126 $my_page.='<html><form action="'.wl($ID).'" method="post">'.
153 ' | <html><input type="checkbox" name="remove[]" value="'.$entry.'"/> </html>'.
154 … ' | <html><input type="checkbox" name="update[]" value="'.$entry.'"'.$up_state.' /> </html>'.
168 ' class="edit"/></html> ||||'."\n <html></form></html>\n";
233 '<html><form action="'.wl($ID).'" method="get">'.
238 '</html>'."\n";
246 '<html><input type="checkbox" checked="checked"'.
250 …$my_page.='| <html><input type="submit" value="'.$this->lang['yes'].'" class="edit"/></form></htm…
269 $retval='<html><form action="'.wl($ID).'" method="get">'.
[all …]
/plugin/combo/ComboStrap/
H A DBrandListTag.php26 $html = <<<EOF
37 $html .= <<<EOF
44 $html .= <<<EOF
62 $html .= "<tr>";
68 $html .= "<td>" . ucfirst($brandName) . "</td>";
80 $html .= "<td>";
87 $html .= $brandTagAttributes->toHtmlEnterTag($buttonTag);
94 $html .= Icon::createFromName($name, $iconAttributes)->toHtml();
96 $html .= "Icon name is null for brand $brandName";
100 $html
[all...]

12345678910>>...70