Home
last modified time | relevance | path

Searched refs:html (Results 1276 – 1300 of 1859) sorted by last modified time

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

/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dinline-html.md1 this is <span class="name">inline **html**</span> trailing
/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md129 bin/markdown README.md > README.html
133 bin/markdown --flavor=gfm README.md > README.html
135 or convert the original markdown description to html using the unix pipe:
137 curl http://daringfireball.net/projects/markdown/syntax.text | bin/markdown > md.html
165 bin/markdown README.md > README.html
169 bin/markdown --flavor=gfm README.md > README.html
171 Convert the original markdown description to html using STDIN:
173 curl http://daringfireball.net/projects/markdown/syntax.text | bin/markdown > md.html
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dgithub-sample.md4 …e [source of this content](http://github.github.com/github-flavored-markdown/sample_content.html).*
/plugin/cleanup/
H A Dadmin.php37 public function html() { function in admin_plugin_cleanup
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_165255.bak6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
311 $microdata = '<html><script type="application/ld+json">{json_microdata}</script></html>';
407 $html = p_render($mode, p_get_instructions($content), $info);
408 $renderer->doc .= $html;
H A Dsyntax.php.2018-03-08_165158.bak6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
309 $microdata = '<html><script type="application/ld+json">{json_microdata}</script></html>';
405 $html = p_render($mode, p_get_instructions($content), $info);
406 $renderer->doc .= $html;
H A Dsyntax.php.2018-03-08_165027.bak6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
310 $microdata = '<html><script type="application/ld+json">{json_microdata}</script></html>';
406 $html = p_render($mode, p_get_instructions($content), $info);
407 $renderer->doc .= $html;
H A Dsyntax.php.2018-03-08_164706.bak6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
308 $microdata = '<html><script type="application/ld+json">{json_microdata}</script></html>';
404 $html = p_render($mode, p_get_instructions($content), $info);
405 $renderer->doc .= $html;
H A Dsyntax.php.2018-03-08_164623.bak6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
304 $microdata = '<html><script type="application/ld+json">{json_microdata}</script></html>';
400 $html = p_render($mode, p_get_instructions($content), $info);
401 $renderer->doc .= $html;
H A Dsyntax.php.2018-03-08_163718.bak6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
304 $microdata = '<html><script type="application/ld+json">{json_microdata}</script></html>';
400 $html = p_render($mode, p_get_instructions($content), $info);
401 $renderer->doc .= $html;
H A Dsyntax.php.2018-03-08_163705.bak6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
304 $microdata = '<html><script type="application/ld+json">{json_microdata}</script></html>';
400 $html = p_render($mode, p_get_instructions($content), $info);
401 $renderer->doc .= $html;
H A Dsyntax.php.2018-03-08_163658.bak6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
305 $microdata = '<html><script type="application/ld+json">{json_microdata}</script></html>';
401 $html = p_render($mode, p_get_instructions($content), $info);
402 $renderer->doc .= $html;
/plugin/swiftmail/
H A Dadmin.php51 function html() { function in admin_plugin_swiftmail
/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 …]
H A Dadmin.php27 function html() { function in admin_plugin_fckg
/plugin/fckg/fckeditor/editor/css/
H A Dfck_editorarea.css.dokuwiki_template11 * http://www.gnu.org/licenses/gpl.html
14 * http://www.gnu.org/licenses/lgpl.html
17 * http://www.mozilla.org/MPL/MPL-1.1.html
490 background-image: url(images/fileicons/html.png);
H A Dfck_editorarea_RTL.css429 background-image: url(images/fileicons/html.png);
H A Dfck_internal.css11 * http://www.gnu.org/licenses/gpl.html
14 * http://www.gnu.org/licenses/lgpl.html
17 * http://www.mozilla.org/MPL/MPL-1.1.html
28 * fckeditor.html file (see FCK_InternalCSS).
33 html selector
/plugin/fckg/fckeditor/editor/skins/silver/
H A Dfck_editor.css11 * http://www.gnu.org/licenses/gpl.html
14 * http://www.gnu.org/licenses/lgpl.html
17 * http://www.mozilla.org/MPL/MPL-1.1.html
/plugin/fckg/fckeditor/
H A Dfckeditor.js140 FCKeditor.prototype._InsertHtmlBefore = function( html, element ) argument
143 element.insertAdjacentHTML( 'beforeBegin', html ) ;
148 var oFragment = oRange.createContextualFragment( html );
180 var html = '<iframe id="' + this.InstanceName +
186 html += '" tabindex="' + this.TabIndex ;
188 html += '" frameborder="0" scrolling="no"></iframe>' ;
190 return html ;
H A Dlicense.txt8 http://www.gnu.org/licenses/gpl.html
12 http://www.gnu.org/licenses/lgpl.html
16 http://www.mozilla.org/MPL/MPL-1.1.html
/plugin/fckg/scripts/
H A Dvki_kb.js1639 var html = document.getElementsByTagName('html')[0];
1640 if (html.scrollTop && document.documentElement.scrollTop) {
1641 return [html.scrollLeft, html.scrollTop];
1642 } else if (html.scrollTop || document.documentElement.scrollTop) {
1643 …return [html.scrollLeft + document.documentElement.scrollLeft, html.scrollTop + document.documentE…
/plugin/fckg/fckeditor/editor/dialog/fck_scayt/
H A Dscayt_dialog.css1 html, body selector
/plugin/fckg/fckeditor/editor/filemanager/browser/default/
H A Dbrowser.css11 * http://www.gnu.org/licenses/gpl.html
14 * http://www.gnu.org/licenses/lgpl.html
17 * http://www.mozilla.org/MPL/MPL-1.1.html
/plugin/fckg/fckeditor/editor/js/
H A Dfckadobeair.js67 EditingArea_Start : function( doc, html )
70 var headInnerHtml = html.match( /<head>([\s\S]*)<\/head>/i )[1] ;
84 doc.body.innerHTML = html.match( /<body>([\s\S]*)<\/body>/i )[1] ;

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