Home
last modified time | relevance | path

Searched refs:html (Results 351 – 375 of 1859) sorted by relevance

1...<<11121314151617181920>>...75

/plugin/webcode/_test/data/pages/
H A Dacross_section.txt19 <code html index.html>
23 <code html index.html>
/plugin/fckg/fckeditor/editor/css/
H A Dfck_showtableborders_gecko.css11 * 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
28 * fckeditor.html file (see FCK_ShowTableBordersCSS).
/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.data.doctype.class.php6 $html = $data->get_content();
18 if (preg_match("#^(?:\s*$xml_declaration\s*)?($doctype)#", $html, $matches)) {
/plugin/weiqi/
H A Dweiqi_parser.php420 $html = '';
421 $html.= '<img';
422 if($w) $html.= ' width="'.$w.'"';
423 if($h) $html.= ' height="'.$h.'"';
424 $html.= ' src="'.$this->conf['img_path_web'].$src.'.gif"';
425 if($alt) $html.= ' alt="'.$alt.'"';
426 $html.= ' />';
427 return $html;
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dextends.rst12 Let's define a base template, ``base.html``, which defines a simple HTML
15 .. code-block:: html+jinja
17 <!DOCTYPE html>
18 <html>
33 </html>
48 {% extends "base.html" %}
177 {% extends ['layout.html', 'base_layout.html'] %}
187 {% extends standalone ? "minimum.html" : "base.html" %}
189 In this example, the template will extend the "minimum.html" layout template
190 if the ``standalone`` variable evaluates to ``true``, and "base.html"
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dundefined_parent.test4 {% extends 'foo.html' %}
8 Twig\Error\LoaderError: Template "foo.html" is not defined in "index.twig" at line 2.
/plugin/geonav/server/
H A DgetWikiData.php10 $html = p_render('xhtml',p_get_instructions($data),$info);
11 return $html;
/plugin/tablemath/
H A Dsyntax.php58html><div id="'.$data['divid'].'"><script type="text/javascript" defer="defer">tablemath("'.$data[…
/plugin/yuriigantt/
H A Dsyntax.php145 $html = $this->viewRender(self::VIEW, [
151 $renderer->html($html);
/plugin/codeprettify/
H A DREADME.md12 <html>
19 </html>
29 …nd CSS file that allows syntax highlighting of source code snippets in an html page. They are sepa…
/plugin/confmanager/
H A Dadmin.php49 public function html() { function in admin_plugin_confmanager
51 $this->adminAction->html();
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js723 html: true,
853 this.html.audio = {};
854 this.html.video = {};
1057 self.html.support[format] = self.html.canPlay[format] && self.html.desired;
1158 if(this.html.used) {
1321 if(this.html.video.available && this.html.used) {
1654 event.jPlayer.html = $.extend(true, {}, this.html); // Deep copy
2215 if(this.html.used) {
2226 if(!this.html.video.gate && !this.html.audio.gate) {
2280 if(this.html.used) {
[all …]
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js723 html: true,
853 this.html.audio = {};
854 this.html.video = {};
1057 self.html.support[format] = self.html.canPlay[format] && self.html.desired;
1158 if(this.html.used) {
1321 if(this.html.video.available && this.html.used) {
1654 event.jPlayer.html = $.extend(true, {}, this.html); // Deep copy
2215 if(this.html.used) {
2226 if(!this.html.video.gate && !this.html.audio.gate) {
2280 if(this.html.used) {
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js723 html: true,
853 this.html.audio = {};
854 this.html.video = {};
1057 self.html.support[format] = self.html.canPlay[format] && self.html.desired;
1158 if(this.html.used) {
1321 if(this.html.video.available && this.html.used) {
1654 event.jPlayer.html = $.extend(true, {}, this.html); // Deep copy
2215 if(this.html.used) {
2226 if(!this.html.video.gate && !this.html.audio.gate) {
2280 if(this.html.used) {
[all …]
H A Djquery.jplayer.min.js2html:!0,aurora:!0,flash:!0},format:{mp3:{codec:"audio/mpeg",flashCanPlay:!0,media:"audio"},m4a:{co… property in a.jPlayer.solution
3html.video.gate=!0,c._html_setVideo(b),c.html.active=!0):(c.flash.gate=!0,c._flash_setVideo(b),c.f…
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js723 html: true,
853 this.html.audio = {};
854 this.html.video = {};
1057 self.html.support[format] = self.html.canPlay[format] && self.html.desired;
1158 if(this.html.used) {
1321 if(this.html.video.available && this.html.used) {
1654 event.jPlayer.html = $.extend(true, {}, this.html); // Deep copy
2215 if(this.html.used) {
2226 if(!this.html.video.gate && !this.html.audio.gate) {
2280 if(this.html.used) {
[all …]
/plugin/ckgdoku/ckeditor/plugins/scayt/
H A DREADME.md21 …www.gnu.org/licenses/gpl.html), [LGPL](http://www.gnu.org/licenses/lgpl.html) and [MPL](http://www…
/plugin/wysiwyg/fckeditor/_samples/
H A Dsample.css11 * 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
/plugin/highlightjs/highlight/styles/
H A Dmagula.css94 .html .css,
95 .html .javascript,
96 .html .vbscript {
/plugin/indexmenu2/cms/templates/TabControl/
H A Dlayout.css23 * html ul.CmsListMenuTabControl {height: 1px;}
33 html>body ul.CmsListMenuTabControl li.CmsMenuItemFolderTabControl {
55 * html ul.CmsListMenuTabControl li.CmsMenuItemFolderTabControl ul.tabBody {
/plugin/ckgedit/ckeditor/plugins/wsc/
H A DREADME.md21 …www.gnu.org/licenses/gpl.html), [LGPL](http://www.gnu.org/licenses/lgpl.html) and [MPL](http://www…
/plugin/scrollticker/
H A Dscript.js32 var liTxt = jQuery( this ).html();
34 jQuery(this).html(liTxt + separator); // add separator between items
37 jQuery(this).html(liTxt );
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DMakefile13 vendor/bin/phpunit --coverage-html=artifacts/coverage
16 open artifacts/coverage/index.html
/plugin/youtube/
H A Dsyntax.php16 var $html; variable in syntax_plugin_youtube
19 $this->html = @file_get_contents(DOKU_PLUGIN.'youtube/object.htm');
/plugin/dlcount/
H A Daction.php50 $html = &$event->data;
51 …('/\<a href="([^"]*)" class="[^"]*mediafile[^"]*"[^\>]*>[^\<]*\<\/a\>/', $html, $matches, PREG_OFF…
88 $newhtml .= substr($html, $lastoffset, $afteroffset-$lastoffset) . $txt;
91 $newhtml .= substr($html, $lastoffset);
92 $html = $newhtml;

1...<<11121314151617181920>>...75