Home
last modified time | relevance | path

Searched refs:html (Results 276 – 300 of 1859) sorted by relevance

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

/plugin/combo/ComboStrap/Tag/
H A DFollowTag.php78 $html = $tagAttributes->toHtmlEnterTag("a");
89 $html .= Icon::createFromTagAttributes($iconAttributes)->toHtml();
96 $html .= "</a>";
98 return $html;
H A DMermaidTag.php61 $html = $tagAttributes->toHtmlEnterTag("div");
67 $html .= MermaidTag::sanitize($content);
68 $html .= '</div>';
69 return $html;
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dreadme.txt318 (http://compression.ca/act-sound.html)
326 * http://www.hr/josip/DSP/AudioFile2.html
362 http://ff123.net/identify.html
540 * http://www.id3.org/mp3frame.html
546 * http://www.id3.org/iso4217.html
551 * http://www.id3.org/iso639-2.html
552 * http://www.id3.org/lyrics3.html
553 * http://www.id3.org/lyrics3200.html
557 * http://www.jmcgowan.com/avi.html
587 * http://www.faqs.org/rfcs/rfc2361.html
[all …]
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcss_optimiser.php44 $html = '';
59 $html .= '<option value="'.$value.'"';
61 $html .= ' selected="selected"';
63 $html .= '>'.$label.'</option>';
65 if (!$html) {
66 $html .= '<option value="0">---</option>';
69 return $html;
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.txt
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DResourceType.php116 * @param HtmlOutputHelper $html
119 function toHtml(HtmlOutputHelper $html) { argument
123 array_map([$html, 'xmlName'], $this->getValue())
/plugin/inlineedit/
H A Dscript.js16 var input = prompt(LANG.plugins.inlineedit.promt_title, $self.html());
18 if(input == $self.html()) return;
32 $self.html(ret.text);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DResourceType.php116 * @param HtmlOutputHelper $html
119 function toHtml(HtmlOutputHelper $html) { argument
123 array_map([$html, 'xmlName'], $this->getValue())
/plugin/bootswrapper/exe/help/
H A Dimage.txt5 | <image shape="rounded">{{:wiki:dokuwiki-128.png?nolink&100|}}</image> | <code html><image shape…
8 | <image shape="circle">{{:wiki:dokuwiki-128.png?nolink&100|}}</image> | <code html><image shape…
11 | <image shape="thumbnail">{{:wiki:dokuwiki-128.png?nolink&100|}}</image> | <code html><image shape…
/plugin/s5/ui/flower/
H A Ds5-core.css4 html>body div#header, html>body div#footer, html>body div.slide {position: fixed;}
/plugin/s5/ui/yatil/
H A Ds5-core.css4 html>body div#header, html>body div#footer, html>body div.slide {position: fixed;}
/plugin/s5/ui/pixel/
H A Ds5-core.css4 html>body div#header, html>body div#footer, html>body div.slide {position: fixed;}
/plugin/s5/ui/blue/
H A Ds5-core.css4 html>body div#header, html>body div#footer, html>body div.slide {position: fixed;}
/plugin/sequencediagram/bower_components/lodash/
H A D.travis.yml126 …$BIN ./test/saucelabs.js name="lodash tests" runner="test/index.html?build=../dist/lodash.js&n…
127 …$BIN ./test/saucelabs.js name="lodash tests" runner="test/index.html?build=../dist/lodash.min.…
128 …$BIN ./test/saucelabs.js name="lodash-fp tests" runner="test/fp.html?noglobals=true" …
129 …$BIN ./test/saucelabs.js name="underscore tests" runner="test/underscore.html?build=../dist/lodash…
130 …$BIN ./test/saucelabs.js name="underscore tests" runner="test/underscore.html?build=../dist/lodash…
131 …$BIN ./test/saucelabs.js name="backbone tests" runner="test/backbone.html?build=../dist/lodash.j…
132 …$BIN ./test/saucelabs.js name="backbone tests" runner="test/backbone.html?build=../dist/lodash.m…
133 …$BIN ./test/saucelabs.js name="backbone tests" runner="test/backbone.html?build=../dist/lodash.c…
134 …$BIN ./test/saucelabs.js name="backbone tests" runner="test/backbone.html?build=../dist/lodash.c…
/plugin/mdpage/vendor/cebe/markdown/tests/
H A DBaseMarkdownTest.php33 list($markdown, $html) = $this->getTestData($path, $file);
35 $html = str_replace(["\r\n", "\n\r", "\r"], "\n", $html);
38 $this->assertEquals($html, $m->parse($markdown));
/plugin/structstatus/
H A Dsyntax.php129 $html = '<div ' . buildAttributes($args) . '>';
137 …$html .= $type->xhtmlStatus($status['label'], $color, $status['icon'], $status['rid'], $class, tru…
139 $html .= '</div>';
141 return $html;
/plugin/dbquery/syntax/
H A Dquery.php75 * @param string $html
78 public function renderStatus($result, $html, Doku_Renderer $R) argument
81 $html = str_replace(':result', hsc($value), $html);
82 $R->doc .= $html;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckconfig.js188 FCKConfig.ProtectedSource.Protect = function( html ) argument
199 html = html.replace( this.RegexEntries[i], _Replace ) ;
202 return html ;
205 FCKConfig.ProtectedSource.Revert = function( html, clearBin ) argument
215 return html.replace( regex, _Replace ) ;
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample04.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">
98 </html>
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample02.cfm12 * 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
27 <html>
30 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
108 </html>
H A Dsample04.cfm12 * 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">
98 </html>
/plugin/tplmod/
H A Dscript.js68 jQuery("p.claim,span#dw__tagline").html(function(i,val) {
84 jQuery("div.headings.group h1 span").html(function(index,val) {
88 jQuery("span#dw__title").html(function(index,val) {
100 var _html = jQuery( this ).html();
102 jQuery(this). html("");
160 jQuery("li a.action.profile").parent().html("");
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.frame.php141 $html = $data->get_content();
144 $html = preg_replace('/[\x00-\x07]/', "", $html);
146 $html = $converter->to_utf8($html, $data->detect_encoding());
147 $html = html2xhtml($html);
148 $tree = TreeBuilder::build($html);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DCurrentUserPrivilegeSet.php146 * @param HtmlOutputHelper $html
149 function toHtml(HtmlOutputHelper $html) { argument
153 array_map([$html, 'xmlName'], $this->getValue())
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DCurrentUserPrivilegeSet.php146 * @param HtmlOutputHelper $html
149 function toHtml(HtmlOutputHelper $html) { argument
153 array_map([$html, 'xmlName'], $this->getValue())

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