Home
last modified time | relevance | path

Searched refs:close_tag (Results 1 – 5 of 5) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dxhtml.utils.inc.php4 function close_tag($tag, $sample_html) { function
382 $html = close_tag("area",$html);
383 $html = close_tag("base",$html);
385 $html = close_tag("br",$html);
386 $html = close_tag("col",$html);
387 $html = close_tag("embed",$html);
388 $html = close_tag("frame",$html);
389 $html = close_tag("hr",$html);
390 $html = close_tag("img",$html);
393 $html = close_tag("link",$html);
[all …]
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js1close_tag:function(){return this.start+"/font"+this.close},};var e={fg:"",bg:"",font:"",font_size:…
H A Dplugin.js.unc76 close_tag: function() {
681 var revision = style_spec.open_tag() + selectedText + style_spec.close_tag();
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js1close_tag:function(){return this.start+"/font"+this.close},};var e={fg:"",bg:"",font:"",font_size:…
H A Dplugin.js.unc76 close_tag: function() {
681 var revision = style_spec.open_tag() + selectedText + style_spec.close_tag();