Home
last modified time | relevance | path

Searched refs:html (Results 1426 – 1450 of 1859) sorted by last modified time

1...<<51525354555657585960>>...75

/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.AllowedElements.txt
/plugin/scrape/
H A DphpQuery-onefile.php
H A Dsyntax.php10 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
112 if (preg_match('/text\/html/', $mime)) {
135 $doc->html($resp);
148 if ($ext && $mime != 'text/html') {
165 $html = '';
167 $html .= $pq->html();
169 $pq->each(function ($node) use (&$html) {
170 $html .= $node->ownerDocument->saveXML($node) . "\n";
184 $html
[all...]
/plugin/scrape/HTMLPurifier/ConfigSchema/Builder/
H A DXml.php
/plugin/labeled/
H A Dadmin.php31 function html() { function in admin_plugin_labeled
/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/removeold/
H A Dadmin.php57 function html() { function in admin_plugin_removeold
H A DREADME4 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
/plugin/badbehaviour/
H A Dadmin.php47 function html() { function in admin_plugin_badbehaviour
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/markdownextra/lib/meltdown/js/
H A Djquery.meltdown.js26 previewArea.html(mde(input.val()));
/plugin/markdownextra/
H A Dsyntax.php141 $html = $doc->saveHTML();
142 $html = str_replace('<!DOCTYPE html>','',$html);
143 $html = preg_replace('/.+<body>/', '', $html);
144 $html = preg_replace('@</body>.*</html>@','', $html);
145 return $html;
/plugin/xssnipper/
H A Daction.php66 'title' => 'html',
68 'open' => '<code html>\n',
H A Dconfig.ini5 html=<code html [filename]> insert_code_here </code> key
/plugin/topbarsyntax/
H A Dstyle.css5 * html body {
18 *+ html div.dokuwiki div#tpl_smplbar_navi1 {
113 *+ html div.dokuwiki div#tpl_smplbar_navi2 {
219 *+ html div.dokuwiki div#tpl_smplbar_navi3 {
H A DREADME4 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
H A Dcsshover3.htc129 …// because the expression is added to the stylesheet, and styles are always applied to html that is
/plugin/orphanmedia/
H A Dconfig.ini5 html = "/\<html\>.*^\<\/html\>/smU" key
/plugin/anewssystem/
H A DREADME4 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcss_optimiser.php44 $html = '';
59 $html .= '<option value="'.$value.'"';
61 $html .= ' selected="selected"';
63 $html .= '>'.$label.'</option>';
65 if (!$html) {
66 $html .= '<option value="0">---</option>';
69 return $html;
/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js202 getBrowserHTML:function(html){tmpXajax=document.getElementById(this.workId);if(!tmpXajax){tmpXajax=… argument
203 tmpXajax.innerHTML=html;var browserHTML=tmpXajax.innerHTML;tmpXajax.innerHTML='';return browserHTML…
H A Dprototype.js2481 Element._getContentFromAnonymousElement = function(tagName, html) { argument
2484 div.innerHTML = t[0] + html + t[1];
2486 } else div.innerHTML = html;
/plugin/freechat/phpfreechat/src/
H A Dphpfreechat.class.php542 $html = '';
550 $html .= $t->getOutput();
555 $xml_reponse->update('pfc_container', $html);
/plugin/glossary/
H A Dscript.js222 jDiv.html (trim (response));
/plugin/plantuml/
H A DREADME.markdown19 * [plantuml.jar](http://plantuml.sourceforge.net/download.html)
23 See [PlantUML Installation Notes](http://plantuml.sourceforge.net/faqinstall.html) for troubleshoot…
57 By default, html img title attribute is set to "PlantUML Graph". You can specify your own graph tit…

1...<<51525354555657585960>>...75