Home
last modified time | relevance | path

Searched refs:html (Results 26 – 50 of 1859) sorted by last modified time

12345678910>>...75

/plugin/openlayersmap/admin/
H A Dpurge.php96 * @see DokuWiki_Admin_Plugin::html()
98 public function html(): void
90 public function html(): void { global() function in admin_plugin_openlayersmap_purge
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/openlayersmap/
H A Dprint.less31 h ~ div ~ .olStaticMap { /*?? page-break-inside: auto | avoid | inherit */ /* http://david.latapie.name/blog/page-break-in-css-print-how-to-get-rid-of-accidental-blank-pages/ */ /* http://www.w3.org/TR/CSS21/page.html */ page-break-before: always; /* page-break-after: always;*/ }
/plugin/shell/
H A DP0wnyShell.php252 public function html() function in P0wnyShell
H A Dadmin.php12 public function html() function in admin_plugin_shell
/plugin/spatialhelper/admin/
H A Dpurge.php75 * @see DokuWiki_Admin_Plugin::html()
77 final public function html(): void
66 public function html(): void { global() function in admin_plugin_spatialhelper_purge
/plugin/acknowledge/
H A Daction.php6 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
71 echo $this->html();
142 protected function html()
165 $html = '<div class="' . ($ack ? 'ack' : 'noack') . '">';
166 $html .= inlineSVG(__DIR__ . '/admin.svg');
167 $html .= '</div>';
170 $html .= '<div>';
171 $html .= '<h4>';
172 $html .= $this->getLang('ackOk');
173 $html
91 protected function html() global() function in action_plugin_acknowledge
[all...]
/plugin/acknowledge/admin/
H A Dassign.php9 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
45 public function html()
39 public function html() global() function in admin_plugin_acknowledge_assign
H A Dreport.php10 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
27 public function html()
26 public function html() global() function in admin_plugin_acknowledge_report
/plugin/acknowledge/syntax/
H A Dlisting.php8 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
82 $html = $this->getLang('ackNotFound');
85 $html = '<ul>';
92 $html .= '<li>' . html_wikilink(':' . $item['page']) . $done . '</li>';
94 $html .= '</ul>';
97 return $html;
/plugin/photogallery/lightGallery/css/
H A Dlg-fb-comment-box.css50 .lg-outer.fb-comments .lg-sub-html {
H A Dlg-fb-comment-box.min.css1 …und-position:calc((100% - 400px)/ 2) center}.lg-outer.fb-comments .lg-sub-html{padding:0;position:…
H A Dlightgallery.css192 .lg-sub-html {
204 .lg-sub-html h4 {
209 .lg-sub-html p {
339 .lg-outer.lg-pull-caption-up .lg-sub-html {
344 .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
879 .lg-outer .lg-empty-html {
H A Dlightgallery.min.css1html,.lg-toolbar{background-color:rgba(0,0,0,.45)}#lg-counter,.lg-outer .lg-video-cont{vertical-al…
/plugin/photogallery/lightGallery/js/
H A Dlg-pager.js69 $pagerOuter.html(pagerList);
H A Dlg-pager.min.js4 …tr("src")+'" /></div></span>'});c=e.core.$outer.find(".lg-pager-outer"),c.html(f),b=e.core.$outer.…
H A Dlg-thumbnail.js113 var html = '<div class="lg-thumb-outer">' +
131 _this.core.$outer.find('.lg').append(html);
197 _this.core.$outer.find('.lg-thumb').html(thumbList);
H A Dlg-thumbnail.min.js4 …rc"),a(this).find("img").attr("src"),c)});d.core.$outer.find(".lg-thumb").html(e),c=d.core.$outer.…
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;
H A Dlg-video.min.js4html,i(g,h)):(g=b.core.$items.eq(b.core.index).attr("href")||b.core.$items.eq(b.core.index).attr("…
H A Dlightgallery.js426 var html;
428 html = this.s.dynamicEl[index].html;
430 html = this.$items.eq(index).attr('data-html');
433 if (!src && html) {
507 subHtml = $currentEle.find(subHtml).html();
509 subHtml = $(subHtml).html();
522 this.$outer.find(this.s.appendSubHtmlTo).html(subHtml);
617 _html = _this.s.dynamicEl[index].html;
H A Dlightgallery.min.js4html:this.$items.eq(b).attr("data-html"),!a&&c)return{html5:!0};var d=a.match(/\/\/(?:www\.)?youtu…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.faq.txt33 A: See the GPL FAQ: http://www.gnu.org/licenses/gpl-faq.html
H A Dphpthumb.readme.txt8 // http://www.gnu.org/copyleft/gpl.html //
11 // GPL FAQ: http://gnu.org/licenses/gpl-faq.html //
/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)

12345678910>>...75