Home
last modified time | relevance | path

Searched refs:html (Results 176 – 200 of 1859) sorted by relevance

12345678910>>...75

/plugin/s5/ui/i18n/
H A Ds5-core.css4 html>body div#header, html>body div#footer,
5 html>body div#controls, html>body div.slide {position: fixed;}
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-index.hbs1 <!doctype html>
2 <html lang="{{ lang }}">
12 {{{ main-content-html }}}
20 </html>
H A Dapp-profile.hbs1 <!doctype html>
2 <html lang="{{ lang }}">
12 {{{ main-content-html }}}
20 </html>
H A Dminimal.hbs1 <!doctype html>
2 <html lang="{{ lang }}">
15 {{{ main-content-html }}}
21 </html>
/plugin/box/
H A Dsyntax.php289 $html = "<div $class$style>\n";
290 $html .= " <b class='xtop'>" .
296 $html .= " <div class='xbox'$colours>\n";
298 return $html;
306 $html = " </div>\n";
307 $html .= " <b class='xbottom'>" .
313 $html .= "</div>\n";
315 return $html;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/
H A Dparent_block2.test4 {% use 'file2.html.twig'%}
9 --TEMPLATE(file2.html.twig)--
10 {% use 'file1.html.twig' %}
15 --TEMPLATE(file1.html.twig)--
H A Dparent_block.test4 {% use 'file2.html.twig' with foobar as base_base_foobar %}
9 --TEMPLATE(file2.html.twig)--
10 {% use 'file1.html.twig' with foobar as base_foobar %}
15 --TEMPLATE(file1.html.twig)--
/plugin/fckg/fckeditor/
H A Dfckeditor.js140 FCKeditor.prototype._InsertHtmlBefore = function( html, element ) argument
143 element.insertAdjacentHTML( 'beforeBegin', html ) ;
148 var oFragment = oRange.createContextualFragment( html );
180 var html = '<iframe id="' + this.InstanceName +
186 html += '" tabindex="' + this.TabIndex ;
188 html += '" frameborder="0" scrolling="no"></iframe>' ;
190 return html ;
/plugin/scrape/
H A Dsyntax.php10 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
112 if (preg_match('/text\/html/', $mime)) {
135 $doc->html($resp);
148 if ($ext && $mime != 'text/html') {
165 $html = '';
167 $html .= $pq->html();
169 $pq->each(function ($node) use (&$html) {
170 $html .= $node->ownerDocument->saveXML($node) . "\n";
184 $html
[all...]
/plugin/struct/types/
H A DAbstractBaseType.php261 * @return string html
265 $html = '';
267 $html .= '<div class="multiwrap">';
268 $html .= $this->valueEditor($name . '[]', $value, '');
269 $html .= '</div>';
272 $html .= '<div class="newtemplate">';
273 $html .= '<div class="multiwrap">';
274 $html .= $this->valueEditor($name . '[]', '', $htmlID);
275 $html .= '</div>';
276 $html
[all...]
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dgeneric.test.php4 function layoutPipeline($html, &$pipeline, &$media, &$context, &$positioned_filter) { argument
6 $pipeline->fetchers = array(new MyFetcherMemory($html, realpath(dirname(__FILE__))),
22 …function runPipeline($html, &$media = null, &$pipeline = null, &$context = null, &$postponed = nul… argument
30 $tree = $this->layoutPipeline($html, $pipeline, $media, $context, $postponed);
/plugin/tools/
H A Daction.php104 $html = array('<ul class="tools">');
132 $html[] = "<li><a href='$v' >".$image.$label."</a></li>";
140 … if ($this->getConf('show_header')) $html[] = '<li class="head">'.$this->getLang('tools').'</li>';
142 $html[] = '</ul>';
143 if (sizeof($html)>2) echo join("\n",$html);
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsampleposteddata.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">
50 </html>
H A Dsample01.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">
55 </html>
/plugin/do/scripts/
H A DPluginDo.js26 .html('<fieldset>' +
140 assignees.push(PluginDo.stripTags(jQuery(assignee).html()));
153 due = PluginDo.stripTags($due.length ? $due.html() : '');
232 duedate = new Date($ele.html());
266 var count = parseInt($pagestat.children().first().html(), 10),
316 .html(count)
343 … $dotags.parent('td').parent().find('td.plugin_do_commit').html(commitmsg ? commitmsg : '');
346 $dotags.find('span.plugin_do_commit').html(commitmsg);
348 $dotags.parent('td').parent().find('td.plugin_do_commit').html('');
349 $dotags.find('span.plugin_do_commit').html('');
[all …]
/plugin/farmer/action/
H A Dstartup.php12 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
90 $html = '<ul>';
94 $html .= '<li><div class="li"><a href="' . $link . '">' . hsc($animal) . '</a></div></li>';
96 $html .= '</ul>';
97 return $html;
/plugin/confightmlok/
H A Dcommon.php30 function html_sanitize ($html, $mode, $wrapper='code') { argument
36 $html= $select_sanitizer($html);
40 return $html;
/plugin/combo/resources/snippet/js/
H A Dbacklink.js24 let html = await combo
30 html = `<p>List of pages that link back to the page (${pageId}).</p>${html}`;
46 .addBody(html)
/plugin/aichat/
H A Dsyntax.php
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.unc189 html.push( '<tr role="presentation">' );
223 html.push( '</td>' );
225 html.push( '</tr>' );
243 type: 'html',
245 html: '',
275 type: 'html',
276 html: '<div></div>'
279 type: 'html',
283 html: '<div>&nbsp;</div>'
286 type: 'html',
[all …]
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.unc189 html.push( '<tr role="presentation">' );
223 html.push( '</td>' );
225 html.push( '</tr>' );
243 type: 'html',
245 html: '',
275 type: 'html',
276 html: '<div></div>'
279 type: 'html',
283 html: '<div>&nbsp;</div>'
286 type: 'html',
[all …]
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample01.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">
56 </html>
/plugin/fckg/fckeditor/editor/plugins/plugintool/
H A Dfckplugin.js164 function ProtectTags ( html ) { argument
171 html = html.replace( oRegex, '<FCK:$1$2' ) ;
174 html = html.replace( oRegex, '<\/FCK:$1>' ) ;
177 return html ;
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsampleposteddata.asp13 * http://www.gnu.org/licenses/gpl.html
16 * http://www.gnu.org/licenses/lgpl.html
19 * http://www.mozilla.org/MPL/MPL-1.1.html
26 <html>
29 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
53 </html>
/plugin/bookmarkme/
H A Daction.php184 $html = array('<ul class="bookmarkme">');
189 …if ($this->getConf('show_header')) $html[] = '<li class="head">'.$this->getLang('bookmark').'</li>…
203 $html[] = str_replace( "%title%"
213 $html[] = '</ul>';
214 if (sizeof($html)>2) echo join("\n",$html);

12345678910>>...75