Home
last modified time | relevance | path

Searched refs:html (Results 101 – 125 of 1859) sorted by relevance

12345678910>>...75

/plugin/fkstimer/
H A Dscript.js37 let html = '';
39 html += addTimeElement(days, switchLang(days, 'day'));
42 html += addTimeElement(hours, switchLang(hours, 'hour'));
46 html += addTimeElement(min, switchLang(min, 'min'));
52 html += addTimeElement(sec + ',' + millisecond, switchLang(sec, 'sec'));
54 html += addTimeElement(sec, switchLang(sec, 'sec'));
58 return html;
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.diff.js5html,container){$('.insert',html).closest('.source').addClass('insert-line');$('.remove',html).clo… argument
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Duse.rst20 {% extends "base.html" %}
30 {% extends "base.html" %}
32 {% use "blocks.html" %}
42 {# blocks.html #}
52 {% extends "base.html" %}
75 {% extends "base.html" %}
92 {% extends "base.html" %}
94 {% use "blocks.html" %}
104 the ``blocks.html`` template.
113 {% extends "base.html" %}
[all …]
/plugin/pdfjs/pdfjs/web/
H A Dviewer.css415 html { selector
826 html[dir='ltr'] .findbar {
829 html[dir='rtl'] .findbar {
980 html[dir='ltr'] .findbar * {
987 html[dir='rtl'] .findbar * {
1276 html[dir='ltr'] #findNext {
1283 html[dir='rtl'] #findNext {
1634 html[dir='ltr'] .thumbnail {
1637 html[dir='rtl'] .thumbnail {
2443 html[dir='ltr'] .findbar {
[all …]
/plugin/vshare/syntax/
H A Dvideo.php8 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
185 $html = '<div class="vshare vshare__' . $data['align'] . '"
189 $html .= '<a href="' . $data['url'] . '" class="vshare">';
190 $html .= '<img src="' . DOKU_BASE . 'lib/plugins/vshare/video.png" />';
191 $html .= '</a>';
193 $html .= '<br />';
195 $html .= '<a href="' . $data['url'] . '" class="vshare">';
196 $html .= ($data['title'] ? hsc($data['title']) : 'Video');
197 $html .= '</a>';
199 $html
[all...]
/plugin/markdownextra/
H A Dsyntax.php141 $html = $doc->saveHTML();
142 $html = str_replace('<!DOCTYPE html>','',$html);
143 $html = preg_replace('/.+<body>/', '', $html);
144 $html = preg_replace('@</body>.*</html>@','', $html);
145 return $html;
/plugin/issuelinks/action/
H A Dajax.php115 $html = $this->createOrgRepoHTML($serviceId, $organisation);
119 $this->util->sendResponse(200, $html);
136 $html = '<div class="org_repos">';
137 $html .= '<p>' . $this->getLang('text:repo admin') . '</p>';
140 $html .= '<p>' . $orgAdvice . '</p>';
142 $html .= '<div><ul>';
157 $html .= "<li><div class='li'>";
171 $html .= "<span class='mm_reponame'>$repoDisplayName</span>";
172 $html .= '</div></li>';
174 $html .= '</ul></div></div>';
[all …]
/plugin/pdftools/tpl/checkliste2/
H A DREADME.txt15 just the header.html is used.
17 * ''header.html'' -- Header for all pages
18 * ''header_odd.html'' -- Header for odd pages
19 * ''header_even.html'' -- Header for even pages
20 * ''header_first.html'' -- Header for the first page
22 * ''footer.html'' -- Footer for all pages
23 * ''footer_odd.html'' -- Footer for odd pages
24 * ''footer_even.html'' -- Footer for even pages
25 * ''footer_first.html'' -- Footer for the first page
28 * ''cover.html'' -- Added once before first page
[all …]
/plugin/pdftools/tpl/kompakt/
H A DREADME.txt15 just the header.html is used.
17 * ''header.html'' -- Header for all pages
18 * ''header_odd.html'' -- Header for odd pages
19 * ''header_even.html'' -- Header for even pages
20 * ''header_first.html'' -- Header for the first page
22 * ''footer.html'' -- Footer for all pages
23 * ''footer_odd.html'' -- Footer for odd pages
24 * ''footer_even.html'' -- Footer for even pages
25 * ''footer_first.html'' -- Footer for the first page
28 * ''cover.html'' -- Added once before first page
[all …]
/plugin/pdftools/tpl/checkliste/
H A DREADME.txt15 just the header.html is used.
17 * ''header.html'' -- Header for all pages
18 * ''header_odd.html'' -- Header for odd pages
19 * ''header_even.html'' -- Header for even pages
20 * ''header_first.html'' -- Header for the first page
22 * ''footer.html'' -- Footer for all pages
23 * ''footer_odd.html'' -- Footer for odd pages
24 * ''footer_even.html'' -- Footer for even pages
25 * ''footer_first.html'' -- Footer for the first page
28 * ''cover.html'' -- Added once before first page
[all …]
/plugin/pdftools/tpl/info/
H A DREADME.txt15 just the header.html is used.
17 * ''header.html'' -- Header for all pages
18 * ''header_odd.html'' -- Header for odd pages
19 * ''header_even.html'' -- Header for even pages
20 * ''header_first.html'' -- Header for the first page
22 * ''footer.html'' -- Footer for all pages
23 * ''footer_odd.html'' -- Footer for odd pages
24 * ''footer_even.html'' -- Footer for even pages
25 * ''footer_first.html'' -- Footer for the first page
28 * ''cover.html'' -- Added once before first page
[all …]
/plugin/data/Form/
H A DOptGroup.php35 $html = '';
42 $html .= '<option' . $selected . ' value="' . hsc($key) . '" ' . $attrs . '>';
43 $html .= hsc($val['label']);
44 $html .= '</option>';
46 return $html;
H A DDropdownElement.php135 $html = '<select ' . buildAttributes($attr) . '>';
136 $html = array_reduce(
138 function ($html, OptGroup $optGroup) {
139 return $html . $optGroup->toHTML();
141 $html
143 $html .= '</select>';
145 return $html;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_ie.js144 FCK.InsertHtml = function( html ) argument
146 html = FCKConfig.ProtectedSource.Protect( html ) ;
147 html = FCK.ProtectEvents( html ) ;
148 html = FCK.ProtectUrls( html ) ;
149 html = FCK.ProtectTags( html ) ;
165 html = '<span id="__fakeFCKRemove__">&nbsp;</span>' + html ;
168 oSel.createRange().pasteHTML( html ) ;
179 FCK.SetInnerHtml = function( html ) // IE Only argument
184 oDoc.body.innerHTML = '<div id="__fakeFCKRemove__">&nbsp;</div>' + html ;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DPasteDataRequest.php35 public $html; variable in Google\\Service\\Sheets\\PasteDataRequest
86 public function setHtml($html) argument
88 $this->html = $html;
95 return $this->html;
/plugin/advanced/lang/en/config/
H A Dhooks.txt8 | ''meta.html'' | Inside the HTML <head>, use this to add additional styles or metaheaders…
9 | ''sidebarheader.html'' | At the top of the sidebar (if any) |
10 | ''sidebarfooter.html'' | At the bottom of the sidebar (if any) |
11 | ''pageheader.html'' | At the top inside the content box, above the actual content |
12 | ''pagefooter.html'' | At the bottom inside the content box, below the actual content |
13 | ''header.html'' | At the top of the page, above the logo and wiki title |
14 | ''footer.html'' | At the very end of the page after all other page content |
/plugin/pdftools/tpl/onlylogo/
H A DREADME.txt15 just the header.html is used.
17 * ''header.html'' -- Header for all pages
18 * ''header_odd.html'' -- Header for odd pages
19 * ''header_even.html'' -- Header for even pages
20 * ''header_first.html'' -- Header for the first page
22 * ''footer.html'' -- Footer for all pages
23 * ''footer_odd.html'' -- Footer for odd pages
24 * ''footer_even.html'' -- Footer for even pages
25 * ''footer_first.html'' -- Footer for the first page
28 * ''cover.html'' -- Added once before first page
[all …]
/plugin/pdftools/tpl/standard/
H A DREADME.txt15 just the header.html is used.
17 * ''header.html'' -- Header for all pages
18 * ''header_odd.html'' -- Header for odd pages
19 * ''header_even.html'' -- Header for even pages
20 * ''header_first.html'' -- Header for the first page
22 * ''footer.html'' -- Footer for all pages
23 * ''footer_odd.html'' -- Footer for odd pages
24 * ''footer_even.html'' -- Footer for even pages
25 * ''footer_first.html'' -- Footer for the first page
28 * ''cover.html'' -- Added once before first page
[all …]
/plugin/pdftools/tpl/minimal/
H A DREADME.txt15 just the header.html is used.
17 * ''header.html'' -- Header for all pages
18 * ''header_odd.html'' -- Header for odd pages
19 * ''header_even.html'' -- Header for even pages
20 * ''header_first.html'' -- Header for the first page
22 * ''footer.html'' -- Footer for all pages
23 * ''footer_odd.html'' -- Footer for odd pages
24 * ''footer_even.html'' -- Footer for even pages
25 * ''footer_first.html'' -- Footer for the first page
28 * ''cover.html'' -- Added once before first page
[all …]
/plugin/dw2pdf/tpl/default/
H A DREADME.txt15 just the header.html is used.
17 * ''header.html'' -- Header for all pages
18 * ''header_odd.html'' -- Header for odd pages
19 * ''header_even.html'' -- Header for even pages
20 * ''header_first.html'' -- Header for the first page
22 * ''footer.html'' -- Footer for all pages
23 * ''footer_odd.html'' -- Footer for odd pages
24 * ''footer_even.html'' -- Footer for even pages
25 * ''footer_first.html'' -- Footer for the first page
27 * ''citation.html''
[all...]
/plugin/diagramsnet/lib/styles/
H A Datlas.css8 html body .geMenubarContainer .geBigButton {
48 html body .geStatus .geStatusAlert {
61 html body .geStatus .geStatusAlert:hover {
65 html body .geStatus .geStatusMessage {
128 html body .geSidebarContainer .geTitle {
132 html body .geMenubarContainer * {
135 html body .geMenubarContainer .geStatus {
141 html body .geToolbarContainer .geLabel {
155 html body .geMenubarContainer {
161 html body .geMenubar > .geItem {
[all …]
/plugin/advanced/lang/fr/config/
H A Dhooks.txt9 | ''meta.html'' | Dans le bloc <head>, à utiliser pour ajouter des clauses Meta ou des scr…
10 | ''sidebarheader.html'' | En haut de la barre latérale (si existante) |
11 | ''sidebarfooter.html'' | En bas de la barre latérale (si existante) |
12 | ''pageheader.html'' | En haut dans le bloc de contenu, au-dessus de tout |
13 | ''pagefooter.html'' | En bas dans le bloc de contenu, au-dessous de tout |
14 | ''header.html'' | En haut de page, au-dessus du logo et du titre du Wiki |
15 | ''footer.html'' | Tout à la fin de la page |
/plugin/combo/resources/theme/default/pages/partials/
H A Dbody-beforeend-partial.hbs1 {{!-- The common html at the end of the body element --}}
2 {{{ messages-html }}}
3 {{{ preloaded-stylesheet-html }}}
4 {{{ task-runner-html }}}
/plugin/maintenancemessage/
H A Daction.php36 $html = &$event->data;
39 $html = '<div class="maintenancemessage">' . $message . '</div>' . $html;
48 $html = &$event->data;
52 $html = '<div class="maintenancemessage">' . $message . '</div>';
/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;

12345678910>>...75