Home
last modified time | relevance | path

Searched refs:html (Results 201 – 225 of 1859) sorted by relevance

12345678910>>...75

/plugin/tos/
H A Daction.php180 $html = '<div class="table tos-diff">';
181 $html .= '<table class="diff diff_inline">';
182 $html .= html_insert_softbreaks($formatter->format($diff));
183 $html .= '</table>';
184 $html .= '</div>';
186 return $html;
/plugin/combo/resources/theme/default/pages/templates/
H A Dlanding.hbs1 <!doctype html>
2 <html lang="{{lang}}">
12 {{{ main-content-html }}}
20 </html>
H A Dindex.hbs1 <!doctype html>
2 <html lang="{{lang}}">
18 {{{ main-content-html }}}
27 </html>
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dtestdox-html.phpt2 phpunit --testdox-html php://stdout BankAccountTest ../_files/BankAccountTest.php
6 $_SERVER['argv'][2] = '--testdox-html';
15 <!doctype html>
16 <html lang="en">
52 </html>
/plugin/combo/resources/snippet/js/
H A Dcache.js27 let html = `<p>List of <a href="https://combostrap.com/page/cache">cache information</a> for the slots of the page (${pageId}).</p>`;
40 html += `<table class="table table-striped table-hover text-nowrap overflow-auto"><thead><th>Slot</th><th>Output</th><th>Cache <br/>Hit</th><th title="Modification time of the cache file">Modification <br/>Time</th><th>Cache Deps</th><th>Cache File</th></thead>`;
86 html += `<tr><td>${slotLabel}</td><td>${styledFormatResult}</td><td>${hitHtml}</td><td>${mtime}</td><td>${dependencies}</td><td>${fileAnchor}</td></tr>`;
89 html += '</table><hr/>';
97 .addBody(html)
/plugin/orphanmedia/
H A Dconfig.ini5 html = "/\<html\>.*^\<\/html\>/smU" key
/plugin/orphanmedia2/
H A Dconfig.ini5 html = "/\<html\>.*^\<\/html\>/smU" key
/plugin/linkscollection/
H A Dhelper.php28 $html = html_buildlist($data, 'idx', [$index,'formatListItem'], [$index,'tagListItem']);
30 $html = html_buildlist($data, 'idx', 'html_list_index', 'html_li_index');
34 . $html
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.brush.html.css1 .syntax-theme-base .syntax .html .doctype {
4 .syntax-theme-base .syntax .html .javascript, .syntax-theme-base .syntax .html .css {
/plugin/upload/
H A Dsyntax.php137 $html .= '<div class="upload_plugin"><p>' . NL;
138 $html .= $form->getForm();
139 $html .= '</p></div>' . NL;
140 return $html;
/plugin/ajaxpeon/
H A Dscript.js7 if (data.content.length<3){jQuery('#xxdirectrt').html("Missing word . . .");
9 jQuery('#xxdirectrt').html(data.content);
24 jQuery('#xxdirectrt').html("Loading page. . . . . .");
28 jQuery('#xxdirectrt').html("Loading toc. . . . . .");
H A Daction.php156 $html = p_wiki_xhtml($pageid, '', false);
176 $html = html_TOC($toc);
177 return $html;
206 $html = p_wiki_xhtml($pageid, '', false);
209 if(!$print) return $html;
210 echo $html;
211 return $html;
/plugin/wysiwyg/
H A Dhider.php16 foreach ($name as $key => $html) {
17 $markup = insert_wysiwyg($key, $html, $markup);
47 function insert_wysiwyg($name, $html, $markup) { argument
48 …return preg_replace("/(?<=<wysiwyg ".$name.") (?=\\/>)/", " >>>>>".wysiwyg_GUID.$html.wysiwyg_GUID…
/plugin/miniblog/helper/
H A Dentry.php66 $html = p_render('xhtml', $ins, $info);
69 $html = preg_replace('/(<a href|<img src)="('.$base.')/s', '$1="'.DOKU_URL, $html);
71 return array($head, $html);
/plugin/redirect2/
H A Dadmin.php55 function html() { function in admin_plugin_redirect2
151 $html = strip_tags(p_render($format, p_get_instructions($link), $info), '<a>');
155 $html = strip_tags(p_render($format, p_get_instructions($link), $info), '<a>');
158 $html = hsc($id);
160 return $html;
/plugin/notification/action/
H A Dcron.php107 $html = '<p>' . $this->getLang('mail content');
108 $html .= '<ul>';
124 $html .= "<li class=\"level1\"><div class=\"li\">$date $content</div></li>";
127 $html .= '</ul></p>';
133 $mail->setBody($text, null, null, $html);
/plugin/toctweak/
H A Dhelper.php183 $html = '';
185 $html = html_TOC($toc); // use function in inc/html.php
186 if ($html && isset($meta['class'])) {
189 $html = str_replace($search, $replace, $html);
192 return $html;
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample01.cfm12 * http://www.gnu.org/licenses/gpl.html
15 * http://www.gnu.org/licenses/lgpl.html
18 * http://www.mozilla.org/MPL/MPL-1.1.html
27 <html>
30 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
61 </html>
/plugin/combo/ComboStrap/Tag/
H A DBarTag.php131 $html = $attributes->toHtmlEnterTag($htmlTag);
136 $html .= "<div class=\"$barTag-body position-relative $containerClass\">";
137 return $html;
145 $html = '</div>';
151 $html .= "</$htmlTag>";
152 return $html;
/plugin/docimporter/
H A DImportUtils.php129 function get_tagged_from_html($html, $type) { argument
131 $html = str_replace("\n"," ",$html);
133 preg_match_all("/<U>(.*)<\/U>/sU", $html, $tagged_sentences, PREG_OFFSET_CAPTURE);
135 preg_match_all("/<I>(.*)<\/I>/sU", $html, $tagged_sentences, PREG_OFFSET_CAPTURE);
147 preg_match_all("/".$pattern."/", $html, $matches, PREG_OFFSET_CAPTURE);
152 preg_match_all("/".$clean_pattern."/", $html, $clean_matches, PREG_OFFSET_CAPTURE);
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample01.asp13 * http://www.gnu.org/licenses/gpl.html
16 * http://www.gnu.org/licenses/lgpl.html
19 * http://www.mozilla.org/MPL/MPL-1.1.html
27 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xht…
28 <html xmlns="http://www.w3.org/1999/xhtml">
31 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
62 </html>
/plugin/struct/helper/
H A Dfield.php208 $html = '<div class="field">';
209 $html .= "<label class=\"$lclass\" data-column=\"$colname\" for=\"$id\">";
210 $html .= "<span class=\"label $class\" title=\"$hint\">$trans$required</span>";
211 $html .= '</label>';
212 $html .= "<span class=\"input\">$input</span>";
213 $html .= '</div>';
215 return $html;
/plugin/siteexport/inc/
H A DreadCSS.patch1 function ReadCSS($html) {
5 $html = str_replace($m[0][$i],'',$html);
11 $html = str_replace($m[0][$i],'',$html);
27 $html = str_replace('>'.$m[1][$i].'</style>', $sub, $html);
32 $html = preg_replace('/<!--mpdf/i','',$html);
33 $html = preg_replace('/mpdf-->/i','',$html);
34 $html = preg_replace('/<\!\-\-.*?\-\->/s',' ',$html);
42 $x = preg_match_all($regexp,$html,$cxt);
49 $x = preg_match_all($regexp,$html,$cxt);
310 $html = preg_replace($regexp,'',$html);
[all …]
/plugin/ckgdoku/ckeditor/plugins/signature/
H A Dplugin.js.unc6 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.plugins.html
10 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.pluginDefinition.html#init
17 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#addCommand
26 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.commandDefinition.html#exec
41 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#insertHtml
46 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.html#addButton
/plugin/twcheckliste/
H A Dscript.js38 value : jQuery(this).html(),
64 value : jQuery(this).find("div").html(),
78 value : jQuery(this).html(),
93 value : jQuery(this).find("div").html(),
108 value : jQuery(this).html(),
121 value : jQuery(this).find("div").html(),

12345678910>>...75