Home
last modified time | relevance | path

Searched refs:html (Results 151 – 175 of 1859) sorted by relevance

12345678910>>...75

/plugin/combo/ComboStrap/
H A DSlotManagerMenuItem.php8 * @license GPL 3 (https://www.gnu.org/licenses/gpl-3.0.en.html)
65 $linkAttributes["data{$dataAttributeNamespace}-html"] = "true";
105 $html = "<p>Edit and/or create the <a href=\"{$url->toHtmlString()}\">slots</a> of the page</p>";
126 $html .= "<p class='mb-0 mt-1'><strong>$label</strong></p>";
127 $html .= "<table>";
151 $html .= "<tr><td class='pe-2'>$action</td><td><a href=\"{$url->toHtmlString()}\" class=\"$class\"$style>{$secondaryPath->toAbsoluteId()}</a></td></tr>";
158 $html .= "</table>";
163 return $html;
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dinclude.rst11 {{ include('template.html') }}
24 …{# template.html will have access to the variables from the current context and the additional one…
25 {{ include('template.html', {foo: 'bar'}) }}
33 {{ include('template.html', {foo: 'bar'}, with_context = false) }}
38 {{ include('template.html', with_context = false) }}
58 {{ include('sidebar.html', ignore_missing = true) }}
65 {{ include(['page_detailed.html', 'page.html']) }}
75 {{ include('page.html', sandboxed = true) }}
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-edit.hbs1 <!doctype html>
2 <html lang="{{lang}}">
9 {{{ main-content-html }}}
17 </html>
H A Dapp-search.hbs1 <!doctype html>
2 <html lang="{{lang}}">
9 {{{ main-content-html }}}
17 </html>
H A Dhamburger.hbs1 <!doctype html>
2 <html lang="{{lang}}">
9 {{{ main-content-html }}}
17 </html>
H A Dapp-diff.hbs1 <!doctype html>
2 <html lang="{{lang}}">
9 {{{ main-content-html }}}
17 </html>
H A Dapp-login.hbs1 <!doctype html>
2 <html lang="{{ lang }}">
11 {{{ main-content-html }}}
17 </html>
H A Dapp-revisions.hbs1 <!doctype html>
2 <html lang="{{lang}}">
9 {{{ main-content-html }}}
17 </html>
H A Dblank.hbs1 <!doctype html>
2 <html lang="{{ lang }}">
12 {{{ main-content-html }}}
18 </html>
H A Dapp-register.hbs1 <!doctype html>
2 <html lang="{{ lang }}">
11 {{{ main-content-html }}}
17 </html>
H A Dapp-resendpwd.hbs1 <!doctype html>
2 <html lang="{{ lang }}">
11 {{{ main-content-html }}}
17 </html>
/plugin/dokumicrobugtracker/js/
H A Djquery.jeditable.mini.js6 …;$(this).data('event.editable',settings.event);if(!$.trim($(this).html())){$(this).html(settings.p…
13 if($(this).html().toLowerCase().replace(/(;|")/g,'')==settings.placeholder.toLowerCase().replace(/(…
14 self.editing=true;self.revert=$(self).html();$(self).html('');var form=$('<form />');if(settings.cs…
21 …ettings]);$(self).html(str);self.editing=false;callback.apply(self,[self.innerHTML,settings]);if(!…
23html(settings.indicator);var ajaxoptions={type:'POST',data:submitdata,dataType:'html',url:settings…
24 self.editing=false;callback.apply(self,[result,settings]);if(!$.trim($(self).html())){$(self).html(…
25 ….apply(form,[settings,self])){$(self).html(self.revert);self.editing=false;if(!$.trim($(self).html
26 …t"){form.submit();}});}else{var submit=$('<button type="submit" />');submit.html(settings.submit);}
28 …el=$(settings.cancel);}else{var cancel=$('<button type="cancel" />');cancel.html(settings.cancel);}
/plugin/highlight2wiki/
H A Daction.php5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
179 /* DOM parser stripper from https://stackoverflow.com/questions/8021543/extract-all-the-text-and-img-tags-from-html-in-php */
214 /*$html = preg_replace('/<\s*script.+?<\s*\/\s*script.*?>/si', ' ', $html ); */
220 /*$html = preg_replace('/<\s*style.+?<\s*\/\s*script.*?>/si', ' ', $html ); */
226 //echo '<meta lang="'.$matchlang[2].'"><html>';
227 echo '<meta Content-Type" content="text/html; charset="UTF-8">';
229 $html = $dom->saveHTML($dom->getElementsByTagname('body')->item(0));
232 $html
[all...]
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DSupportedPrivilegeSet.php91 * @param HtmlOutputHelper $html
94 function toHtml(HtmlOutputHelper $html) { argument
96 $traverse = function($privName, $priv) use (&$traverse, $html) {
98 echo $html->xmlName($privName);
103 echo " " . $html->h($priv['description']);
/plugin/abbr/syntax/
H A Dabbreviation.php81 $html = hsc($shortened);
83 $html = '<abbr';
84 $html.= (empty($phrase)) ? '>' : ' title="'.hsc($phrase).'">';
85 $html.= hsc($shortened).'</abbr>';
87 $renderer->doc .= $html;
/plugin/wysiwyg/
H A Dsyntax.php89 $html = $matches[2];
95 …erer->doc .= '<div id="wysiwyg_view_'.$name.'" class="wysiwyg_view_'.$name.' wysiwyg_view">'.$html;
99 $renderer->doc .= $this->_editor($name, $html);
106 function _editor($name, $html) { argument
109 $oFCKeditor->Value = $html;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/
H A Dparent_block3.test4 {% use 'file2.html.twig' %}
5 {% use 'file1.html.twig' with foo %}
14 --TEMPLATE(file2.html.twig)--
15 {% use 'file1.html.twig' %}
24 --TEMPLATE(file1.html.twig)--
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DMakefile4 cd docs && make html
7 open docs/_build/html/index.html
24 vendor/bin/phpunit --coverage-html=build/artifacts/coverage $(TEST)
28 open build/artifacts/coverage/index.html
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.unc117 html.push('<tr>');
130 html.push('</tr>');
134 var html = [
165 html.push( '</tr>' );
170 html.push( '<td></td>' );
171 html.push( '</tr>' );
195 html.push( '</tr>' );
200 html.push( '<td></td>' );
201 html.push( '</tr>' );
207 type: 'html',
[all …]
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.unc117 html.push('<tr>');
130 html.push('</tr>');
134 var html = [
165 html.push( '</tr>' );
170 html.push( '<td></td>' );
171 html.push( '</tr>' );
195 html.push( '</tr>' );
200 html.push( '<td></td>' );
201 html.push( '</tr>' );
207 type: 'html',
[all …]
/plugin/fksnewsfeed/syntax/
H A Dcarousel.php94 $html = '';
95 …$html .= '<div class="carousel-item ' . ($feed->hasImage() ? '' : $background) . ($active ? ' acti…
99 $html .= $this->getHeadline($feed);
100 $html .= $this->getText($feed);
101 $html .= $this->getLink($feed);
102 $html .= '</div></div></div>';
103 return $html;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/autoescape/
H A Dblock.test5 {{ include('template.html.twig') -}}
8 --TEMPLATE(template.html.twig)--
9 {% extends 'parent.html.twig' %}
13 --TEMPLATE(parent.html.twig)--
/plugin/s5reloaded/ui/thesis/
H A Ds5-core.css4 html>body div#header, html>body div#footer,
5 html>body div#controls, html>body .slide {position: fixed;}
/plugin/s5/ui/dokuwiki/
H A Ds5-core.css4 html>body div#header, html>body div#footer,
5 html>body div#controls, html>body .slide {position: fixed;}
/plugin/s5/ui/default/
H A Ds5-core.css4 html>body div#header, html>body div#footer,
5 html>body div#controls, html>body .slide {position: fixed;}

12345678910>>...75