Home
last modified time | relevance | path

Searched refs:html (Results 251 – 275 of 1859) sorted by relevance

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

/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample01_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">
65 </html>
H A Dsample03.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
26 <html>
29 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
93 </html>
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample03.lasso12 * 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
26 <html>
29 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
87 </html>
H A Dsample02.lasso12 * 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
26 <html>
29 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
109 </html>
H A Dsample04.lasso12 * 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
26 <html>
29 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
93 </html>
/plugin/ckgedit/ckeditor/plugins/shortcuts/
H A Dplugin.js.unc6 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.plugins.html
11 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.pluginDefinition.html#init
15 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#addCommand
19 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.commandDefinition.html#exec
25 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#insertHtml
35 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.commandDefinition.html#exec
/plugin/structstatus/
H A DStatus.php53 $html = '';
60 …$html .= "<$tag class=\"" . $class . '" style="border-color:' . hsc($color) . '; fill: ' . hsc($co…
61 $html .= $this->inlineSVG($icon);
62 $html .= hsc($label);
63 $html .= "</$tag>";
65 return $html;
/plugin/jplayer/vendor/james-heinrich/getid3/
H A DREADME.md9 * [v3](https://gnu.org/licenses/gpl.html)
17 * [v3](https://gnu.org/licenses/lgpl.html)
311 (http://compression.ca/act-sound.html)
355 http://ff123.net/identify.html
522 * http://www.id3.org/mp3frame.html
528 * http://www.id3.org/iso4217.html
533 * http://www.id3.org/iso639-2.html
534 * http://www.id3.org/lyrics3.html
535 * http://www.id3.org/lyrics3200.html
539 * http://www.jmcgowan.com/avi.html
[all …]
/plugin/eventline/
H A DgetXmlData.php42 $html = $renderer->doc;
45 $ret_html = xmlentities(htmlentities($html, ENT_COMPAT));
47 $ret_html = $html;
/plugin/bootswrapper/syntax/
H A Dtooltip.php55 $html = $attributes['html'];
57 if ($html) {
61 …pan class="bs-wrap bs-wrap-tooltip" data-toggle="tooltip" data-html="' . $html . '" data-placement…
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample03.afp11 * 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
25 <html>
28 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
91 </html>
/plugin/navbox/
H A Dsyntax.php230 …$html = '<div class="pgnb_container"><table class="pgnb_table"><tr><th class="pgnb_title" colspan=…
236 $html .= $this->urlRender($data['title']);
238 $html .= '</span></th></tr>';
289 $html .= $ghtml;
295 $html .= '</table></div>';
297 $renderer->doc .= $html;
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js143 return html;
1418 var html = '',
1438 return html;
1449 html = trim(html);
1454 html = '',
1485 return html;
1597 html = this.getCodeLinesHtml(html, lineNumbers);
1601 html = processUrls(html);
1606 html =
1616 + html
[all …]
/plugin/indexmenu/scripts/
H A Dcontextmenu.js36 * ['Section title (html allowed)']
38 * ['Title of action 1 (html allowed)', 'javascript here ... see for examples scripts/contextmenu.js']
40 * ['Title of action 1 (html allowed)', 'javascript here ... see for examples scripts/contextmenu.js', 'Customized title']
42 * ['title of submenu (html allowed)', [ ...array with menu actions... ]]
244 .html('<a href="#"><img src="' + DOKU_BASE + 'lib/plugins/indexmenu/images/close.gif" class="indexmenu_close" /></a><div />')
271 $indx_list.html('');
275 $indx_list.html(data);
285 $indx_list.html('<div class="tocheader">'+LANG.plugins.indexmenu.loading+'</div>');
288 dataType: 'html'
332 var html, i
294 var html, id, item, a, li; global() variable
[all...]
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js281 ProtectUrls : function( html ) argument
284 html = html.replace( FCKRegexLib.ProtectUrlsA , '$& _fcksavedurl=$1' ) ;
287 html = html.replace( FCKRegexLib.ProtectUrlsImg , '$& _fcksavedurl=$1' ) ;
289 return html ;
294 ProtectEvents : function( html ) argument
299 ProtectEventsRestore : function( html ) argument
304 ProtectTags : function( html ) argument
316 html = html.replace( oRegex, '<FCK:$1' ) ;
319 html = html.replace( oRegex, '<\/FCK:$1>' ) ;
334 html = html.replace( oRegex, '<FCK:$1 />' ) ;
[all …]
/plugin/davcal/
H A Dscript.js196 var html = data['html'];
197 jQuery('#dw_davcal__ajaxsettings').html(html);
256 .html(
463 var html = data['html'];
464 jQuery('#dw_davcal__ajaxedit').html(html);
478 var html = data['html'];
479 jQuery('#dw_davcal__ajaxedit').html(html);
574 var html = data['html'];
575 jQuery('#dw_davcal__ajaxedit').html(html);
604 .html(
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedMethodSet.php109 * @param HtmlOutputHelper $html
112 function toHtml(HtmlOutputHelper $html) { argument
116 array_map([$html, 'h'], $this->getValue())
/plugin/ckgedit/ckeditor/
H A DCHANGES.md129 …s.html#method-eventsBuffer) was extracted into [`tools.buffers.event`](https://ckeditor.com/docs/c…
130 ….html#method-throttle) was extracted into [`tools.buffers.throttle`](https://ckeditor.com/docs/cke…
196html#cfg-extraPlugins), [`removePlugins`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_…
276 …m icons for [buttons](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_ui_button.html.html).
683 - [Drag&Drop](https://ckeditor.com/docs/ckeditor4/latest/examples/fileupload.html) support.
878html#event-paste) event and a set of new editor events was introduced &mdash; [`dragstart`](https:…
1208html) to make the handling of styles by widgets fully customizable. See: [`widget.definition.style…
1428html#property-enterMode) and [`editor.shiftEnterMode`](https://ckeditor.com/docs/ckeditor4/latest/…
1439 …TOR.htmlParser.node.html) and [`htmlParser.element`](https://ckeditor.com/docs/ckeditor4/latest/ap…
1602html` sample, [guides](https://ckeditor.com/docs/ckeditor4/latest/guide/dev_advanced_content_filte…
[all …]
/plugin/settingstree/
H A Daction.php70 …$html = $helper->saveLevel($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':'),$INPUT->ar…
71 $data['html'] = $html;
80 …$html = $helper->exportLevel($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':'),$INPUT->…
81 $data['html'] = $html;
/plugin/autotooltip/
H A Dscript.js100 .html($('.plugin-autotooltip-hidden-tip', elt).html())
92 _show(evt, html, classes, delay) global() argument
/plugin/davcard/
H A Dscript.js143 … var phone = jQuery(this).children("td.dw_davcard__editentry_phone_row_number").html();
152 … var email = jQuery(this).children("td.dw_davcard__editentry_email_row_data").html();
204 var html = data['html'];
205 jQuery('#dw_davcard__ajaxedit').html(html);
220 jQuery('#dw_davcard__ajaxedit').html(data['html']);
252 … var email = jQuery(this).children("td.dw_davcard__editentry_email_row_data").html();
304 var html = data['html'];
305 jQuery('#dw_davcard__ajaxedit').html(html);
339 .html(
629 .html('<div>' + LANG.plugins.davcard['loading'] +
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedMethodSet.php114 * @param HtmlOutputHelper $html
117 function toHtml(HtmlOutputHelper $html) { argument
121 array_map([$html, 'h'], $this->getValue())
/plugin/google_adsense2/
H A Dcode.php114 $html = "<div $class$style>\n";
118 $html .= " <p class='ads_title'>" . $title . "</p>\n";
121 return $html;
131 $html = "</div>\n";
133 return $html;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dwith_pre_escape_filters.test4 {% autoescape 'html' %}
6 (nl2br is pre_escaped for "html" and declared safe for "html")
37 (nl2br is pre_escaped for "html" and declared safe for "html")
/plugin/bootswrapper/exe/help/
H A Djumbotron.txt6 <html><h1></html> Hello, world! <html></h1></html>
29 <code html><jumbotron background=":wiki:plugin:bootswrapper:35723-fielx.jpg" color="#fff">

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