Home
last modified time | relevance | path

Searched refs:html (Results 226 – 250 of 1859) sorted by relevance

12345678910>>...75

/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsampleposteddata.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">
60 </html>
/plugin/inlinejs/syntax/
H A Dpreloader.php218 $html = '<div class="notify">';
219 $html.= hsc($this->getLang('preloader-intro')).DOKU_LF;
220 $html.= '<ol>';
229 $html.= '<li style="white-space:pre;">'.hsc($out).'</li>';
231 $html.= '</ol></div>'.DOKU_LF;
232 $renderer->doc .= $html;
H A Dembedder.php112 $html = '<script type="text/javascript">'.DOKU_LF.'/*<![CDATA[*/';
113 $html.= $code; // raw write
114 $html.= '/*!]]>*/'.DOKU_LF.'</script>'.DOKU_LF;
115 $renderer->doc .= $html;
/plugin/ckgedit/ckeditor/plugins/signature/
H A Dplugin.js.unc6 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.plugins.html
10 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.pluginDefinition.html#init
17 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#addCommand
26 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.commandDefinition.html#exec
41 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#insertHtml
46 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.html#addButton
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DAcl.php120 * @param HtmlOutputHelper $html
123 function toHtml(HtmlOutputHelper $html) { argument
133 echo '<td>', $html->xmlName($privilege['principal']), '</td>';
135 echo '<td>', $html->link($privilege['principal']), '</td>';
137 echo '<td>', $html->xmlName($privilege['privilege']), '</td>';
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DAcl.php120 * @param HtmlOutputHelper $html
123 function toHtml(HtmlOutputHelper $html) { argument
133 echo '<td>', $html->xmlName($privilege['principal']), '</td>';
135 echo '<td>', $html->link($privilege['principal']), '</td>';
137 echo '<td>', $html->xmlName($privilege['privilege']), '</td>';
/plugin/bootswrapper/exe/help/
H A Dlist-group.txt5 <code html><list-group>
25 <code html><list-group>
41 <code html><list-group>
57 <code html><list-group>
73 <code html><list-group>
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D32.32.js.map1html\n { include: 'html' }\n ],\n // Note: it is tempting to rather switc…
H A D41.41.js.map1html', '@doctype'],\n [/<!--/, 'comment.html', '@comment'],\n [/(<)(\\w+)(\\…
/plugin/move/helper/
H A Dplan.php419 $html = '';
421 $html .= '<ul>';
428 $html .= hsc($old);
429 $html .= '→';
430 $html .= hsc($new);
440 $html .= hsc($old);
441 $html .= '→';
442 $html .= hsc($new);
450 $html .= '↷';
455 $html .= '</ul>';
[all …]
/plugin/filelisting/
H A Dhelper.php5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
106 * Return namespace files as html table rows
134 $html = '<td class="plugin__filelisting_cell_icon">' . $file['icon'] . '</td>';
135 $elements[] = new \dokuwiki\Form\HTMLElement($html);
142 $html = '<span style="margin-left: ' . $lvl * 10 . 'px;">↳ </span>';
143 $elements[] = new \dokuwiki\Form\HTMLElement($html);
152 $html = '<td data-sort="' . $file['size'] . '">' . filesize_h($file['size']) . '</td>';
153 $elements[] = new \dokuwiki\Form\HTMLElement($html);
154 $html = '<td data-sort="' . $file['mtime'] . '">' . dformat($file['mtime']) . '</td>';
155 $elements[] = new \dokuwiki\Form\HTMLElement($html);
[all...]
/plugin/box2/
H A Dsyntax.php304 $html = "<div $class$style>\n";
308 …$html .= '<b class="xtop"><b class="xb1"' . $colours . '>&nbsp;</b><b class="xb2"' . $colours . '"…
309 $html .= '<div class="xbox"' . $colours . ">\n";
312 return $html;
321 $html = "</div>\n";
322 …$html .= '<b class="xbottom"><b class="xb4"' . $colours . '>&nbsp;</b><b class="xb3"' . $colours …
324 $html .= '</div> <!-- Extras -->' . "\n";
326 return $html;
/plugin/qc/
H A Dscript.js23 if ($output.html() == '') {
24 $output.html('loading...');
33 $output.html(data);
/plugin/dirtylittlehelper/
H A DREADME.md113 ```` <dlh.div.html[ id="" class="" style=""...]> Your html content </dlh.div.html>````
114 will build a html div like ````<html><div>Your html content</div></html>````
117 … build a div around your wiki code like ````<html><div></html>**Your** WIKI __content__ <html></d…
121 <dlh.table.html[ id="" class="" style=""...]>
131 <dlh.table.html>
134 is for pure html and like ```` <dlh.div.wiki> ```` you can build a table around wiki content
/plugin/scrape/HTMLPurifier/ConfigSchema/Builder/
H A DXml.php
/plugin/issuetracker/
H A Dwysiwyg_editor.js13 var html = "";
22 html = container.innerHTML;
27 html = document.selection.createRange().htmlText;
43 var html = "";
52 html = "<p>"+container.innerHTML+"</p>";
57 html = document.selection.createRange().htmlText;
/plugin/hyphenation/
H A Daction.php30 $html = &$event->data[1];
36 $html = $hyph->doHyphenation($html);
/plugin/dw2pdf/
H A Daction.php14 * Export html content to pdf, for different url parameter configurations
15 * DokuPDF which extends mPDF is used for generating the pdf from html.
17 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
406 * Build a pdf from the html
474 $html = '';
476 $html .= '<html><head>';
477 $html .= '<style>';
492 $html .= $styles;
493 $html
[all...]
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_gecko.js383 FCK.InsertHtml = function( html ) argument
385 html = FCKConfig.ProtectedSource.Protect( html ) ;
386 html = FCK.ProtectEvents( html ) ;
387 html = FCK.ProtectUrls( html ) ;
388 html = FCK.ProtectTags( html ) ;
394 this.EditorDocument.execCommand( 'inserthtml', false, html ) ;
/plugin/externalembed/
H A Dsyntax.php127 … $html = $this->renderJSON($yt_request, $validated_parameters);
128 …return array('embed_html' => $html, 'video_ID' => $validated_parameters['video_id']); //return htm…
136 … $html = $this->renderJSON($yt_request, $validated_parameters);
137 …return array('embed_html' => $html, 'video_ID' => $validated_parameters['video_id'], 'playlist_ID'…
141 … $html = $this->renderJSON($fusion_request, $validated_parameters);
142 return array('embed_html' => $html);
145 … $html = $this->renderJSON($validated_parameters['url'], $validated_parameters);
146 return array('embed_html' => $html);
153 …$html = "<p style='color: red; font-weight: bold;'>External Embed Error: " . $e->getMessage() . "<…
154 return array('embed_html' => $html);
/plugin/photogallery/lightGallery/js/
H A Dlg-video.js52 _this.core.$el.on('hasVideo.lg.tm', function(event, index, src, html) { argument
53 …re.$slide.eq(index).find('.lg-video').append(_this.loadVideo(src, 'lg-object', true, index, html));
54 if (html) {
111 _html = _this.core.s.dynamicEl[_this.core.index].html;
239 Video.prototype.loadVideo = function(src, addClass, noposter, index, html) { argument
282 var fL = html.substring(0, 1);
284 html = $(html).html();
287 video = html;
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dlicense.txt15 GNU GPL: https://gnu.org/licenses/gpl.html (v3)
16 https://gnu.org/licenses/old-licenses/gpl-2.0.html (v2)
17 https://gnu.org/licenses/old-licenses/gpl-1.0.html (v1)
19 GNU LGPL: https://gnu.org/licenses/lgpl.html (v3)
/plugin/html2pdf/html2pdf/html2ps/
H A Dxhtml.autoclose.inc.php34 function skip_to(&$html, $offset, $tag) { argument
35 $prefix = substr($html,0,$offset);
36 $suffix = substr($html,$offset);
42 $html = $prefix . $suffix;
/plugin/photogallery/phpThumb/
H A Dlicense.txt14 GNU GPL: https://gnu.org/licenses/gpl.html (v3)
15 https://gnu.org/licenses/old-licenses/gpl-2.0.html (v2)
16 https://gnu.org/licenses/old-licenses/gpl-1.0.html (v1)
18 GNU LGPL: https://gnu.org/licenses/lgpl.html (v3)
/plugin/ckgdoku/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

12345678910>>...75