Home
last modified time | relevance | path

Searched refs:html (Results 326 – 350 of 1859) sorted by relevance

1...<<11121314151617181920>>...75

/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DHref.php126 * @param HtmlOutputHelper $html
129 function toHtml(HtmlOutputHelper $html) { argument
133 $links[] = $html->link($href);
/plugin/s5reloaded/ui/thesis/
H A Dwrap.css272 * html div.wrap_info, * html div.wrap_important, * html div.wrap_alert, * html div.wrap_tip, * html
284 * html span.wrap_info, * html span.wrap_important, * html span.wrap_alert, * html span.wrap_tip, *
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js1html:d.Header,},{type:"textarea",id:"contents",label:d.Label_1,validate:CKEDITOR.dialog.validate.n…
/plugin/toolbox/
H A DToolboxCounter.js86 function html(head, chars, words) { function
101 html(toolbox_lang.total, counts.call, counts.wall) +
102 html(toolbox_lang.section, counts.csec, counts.wsec) +
103 html(toolbox_lang.selection, counts.csel, counts.wsel) +
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js1html:d.Header,},{type:"textarea",id:"contents",label:d.Label_1,validate:CKEDITOR.dialog.validate.n…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/inheritance/
H A Darray_inheritance_nonexistent_parent.html.twig1 {% extends ['nonexistent.html.twig','parent.html.twig'] %}
H A Darray_inheritance_valid_parent.html.twig1 {% extends ['parent.html.twig','spare_parent.html.twig'] %}
/plugin/combo/resources/theme/default/pages/partials/
H A Dtoc-partial.hbs1 {{#if toc-html}}
3 {{{toc-html}}}
/plugin/bootswrapper/syntax/
H A Dpopover.php95 if ($html) {
108 if ($html) {
109 $html5_data[] = 'data-html="' . $html . '"';
/plugin/combo/ComboStrap/
H A DFetcherPageSearch.php63 $html = $linkUtility->toAttributes()->toHtmlEnterTag("a") . $page->getTitleOrDefault() . "</a>";
65 $html = "Unable to render the link for the page ($page). Error: {$e->getMessage()}";
67 $data[] = $html;
/plugin/pagestat/
H A Dscript.js310 this.getclientwin().html(txt);
550 logblock.html(logblock.html()+str);
1231 outwin.html(mystr);
1246 outwin.html(mystr);
1492 ptwin.output.html(mystr);
1689 wlsdiv.html(outstr);
1797 var ori_txt = jdom_me.html();
1804 jdom_me.html("");
1898 jtitle.html(newtt);
1964 ct_div_j.html(ct_div_j.html()+" <br/> i am XXBK_open");
[all …]
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample02.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
28 <html>
31 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
108 </html>
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample02_mx.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">
112 </html>
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
H A DCreative.php281 public function setHtml(HtmlContent $html) argument
283 $this->html = $html;
290 return $this->html;
/plugin/siteexport/action/
H A Daggregate.php123 $html = p_render($renderer, p_get_instructions($TOC), $INFO);
124 if ($INFO['prependTOC']) $html = tpl_toc(true) . $html;
131 echo $html;
/plugin/readability/
H A Dscript.js12 html: $prev.html()
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconnector.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
H A Dupload.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
/plugin/slideshare/slideshare/
H A Dsyntax.php20 var $html; variable in syntax_plugin_slideshare
24 $this->html = @file_get_contents(DOKU_PLUGIN.'slideshare/div.htm');
75 $renderer->doc.=sprintf($this->html,$id,425,350,$align,$id,425,350,$align,$title);
/plugin/move/script/
H A Dprogress.js6 $progressbar.html('');
37 $this.find('.output').html('');
54 $this.find('.output').html('<p><div class="error">' + data.error + '</div></p>');
/plugin/filelisting/
H A Dscript.js85 $row.children('.plugin__filelisting_cell_icon').html(this.options.dirClosedIcon);
98 $row.children('.plugin__filelisting_cell_icon').html(this.options.dirOpenedIcon);
114 $row.children('.plugin__filelisting_cell_icon').html(this.options.loadingIcon);
123 $.proxy(function(html) { argument
124 $row.children('.plugin__filelisting_cell_icon').html(this.options.dirOpenedIcon);
125 $row.after(html);
133 }, this), 'html')
135 $row.children('.plugin__filelisting_cell_icon').html(this.options.dirClosedIcon);
154 $.proxy(function(html) { argument
155 var fileRows = $(html);
[all...]
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js13 Syntax.layouts.preformatted=function(options,html,container){return html;};Syntax.modeLineOptions={… argument
101 …buildTree(text,0,matches);var lines=top.split(/\n/g);var html=document.createElement('pre');html.c…
103 return container;});html.appendChild(line);}
104 return html;};Syntax.highlightText=function(text,options,callback){var brushName=(options.brush||'p…
106 var html=brush.process(text,options.matches,options);if(options.linkify!==false){jQuery('span.href'…
107 callback(html,brush,text,options);});}
111html,brush){Syntax.layouts.get(options.layout,function(layout){html=layout(options,jQuery(html),jQ… argument
112 html.addClass("syntax-theme-"+options.theme);}
113 if(brush.postprocess){html=brush.postprocess(options,html,container);}
114 if(callback){html=callback(options,html,container);}
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DMakefile7 vendor/bin/phpunit --coverage-html=artifacts/coverage
10 open artifacts/coverage/index.html
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DPrincipal.php137 * @param HtmlOutputHelper $html
140 function toHtml(HtmlOutputHelper $html) { argument
149 return parent::toHtml($html);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DPrincipal.php137 * @param HtmlOutputHelper $html
140 function toHtml(HtmlOutputHelper $html) { argument
149 return parent::toHtml($html);

1...<<11121314151617181920>>...75