Searched refs:html5 (Results 1 – 25 of 50) sorted by relevance
12
10 var options = window.html5 || {};81 var elements = html5.elements;92 var elements = html5.elements;99 html5.elements = elements +' '+ newElements;198 if (!html5.shivMethods) {214 )(html5, data.frag);231 if (html5.shivCSS && !supportsHtml5Styles && !data.hasCSS) {258 var html5 = { class317 window.html5 = html5;323 module.exports = html5;
11 <code html5><well>Look, I'm in a well!</well></code>17 <code html5><well size="sm">Look, I'm in a small well!</well></code>23 <code html5><well size="lg">Look, I'm in a large well!</well></code>
17 <code html5>33 <code html5><progress>61 <code html5>103 <code html5>133 <code html5><progress>151 <code html5><progress>
14 <code html5>23 <code html5>91 <code html5>111 <code html5>124 <code html5><callout icon="fa fa-user"> [...] </callout></code>130 <code html5><callout type="success" icon="fa fa-plus"> [...] </callout></code>138 <code html5>
7 <code html5><panel type="default">Basic panel example</panel></code>15 <code html5><panel type="default" title="Panel title">25 <code html5><panel type="default" title="Panel title" subtitle="Panel subtitle">39 <code html5>61 <code html5><panel type="default" title="Panel title" no-body="true">80 <code html5><panel type="default" title="Panel title" no-body="true">103 <code html5><panel type="default" title="Panel title" no-body="true">120 <code html5><panel type="default" title="Panel title" subtitle="Panel subtitle" icon="glyphicon gly…
23 <code html5>36 <code html5><alert type="warning" dismiss="true">**Warning!** Better check yourself, you're not loo…42 <code html5><alert type="warning" dismiss="true" icon="fa fa-warning">**Warning!** Better check you…
15 <code html5>53 <code html5>79 <code html5>93 <code html5>105 <code html5>
31 <code html5>53 <code html5>79 <code html5>106 <code html5>
11 <code html5>32 <code html5>56 <code html5>64 <code html5>
48 <code html5>71 <code html5>91 <code html5>109 <code html5>
7 <code html5><lead>Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis molli…
8 <code html5>
19 <code html5>
113 <code html5><nav type="tabs" justified="true">145 <code .html5>167 <code html5>
17 <code html5><jumbotron>
21 <code html5><accordion>
44 public $html5 = false; variable in cebe\\markdown\\Markdown126 return str_replace(" \n", $this->html5 ? "<br>\n" : "<br />\n", $text[1]);
108 $br = $this->html5 ? "<br>\n" : "<br />\n";
254 . $attributes . ($this->html5 ? '>' : ' />');
37 return $this->html5 ? "<hr>\n" : "<hr />\n";
250 . ($this->html5 ? '>' : ' />');
281 } else if (isVideo.html5) {
4 ….dailymotion[1]+i+'" frameborder="0" allowfullscreen></iframe>';else if(j.html5){var k=f.substring…
435 html5: true728 if (_isVideo && _isVideo.html5 && !_hasPoster) {
1676 html5 = elem.data(opts.metadata.name || 'qtipopts');1679 try { html5 = typeof html5 === 'string' ? $.parseJSON(html5) : html5; } catch(e) {}1683 typeof html5 === 'object' ? sanitizeOptions(html5) : NULL,