Home
last modified time | relevance | path

Searched refs:html5 (Results 1 – 25 of 50) sorted by relevance

12

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dhtml5shiv.min.js10 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 = { class
317 window.html5 = html5;
323 module.exports = html5;
/plugin/bootswrapper/exe/help/
H A Dwell.txt11 <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>
H A Dprogress.txt17 <code html5>
33 <code html5><progress>
61 <code html5>
103 <code html5>
133 <code html5><progress>
151 <code html5><progress>
H A Dcallout.txt14 <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>
H A Dpanel.txt7 <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…
H A Dalert.txt23 <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…
H A Dbutton.txt15 <code html5>
53 <code html5>
79 <code html5>
93 <code html5>
105 <code html5>
H A Dtext.txt31 <code html5>
53 <code html5>
79 <code html5>
106 <code html5>
H A Dpopover.txt11 <code html5>
32 <code html5>
56 <code html5>
64 <code html5>
H A Dmodal.txt48 <code html5>
71 <code html5>
91 <code html5>
109 <code html5>
H A Dlead.txt7 <code html5><lead>Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis molli…
H A Daffix.txt8 <code html5>
H A Dlabel.txt19 <code html5>
H A Dnav.txt113 <code html5><nav type="tabs" justified="true">
145 <code .html5>
167 <code html5>
H A Djumbotron.txt17 <code html5><jumbotron>
H A Daccordion.txt21 <code html5><accordion>
/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdown.php44 public $html5 = false; variable in cebe\\markdown\\Markdown
126 return str_replace(" \n", $this->html5 ? "<br>\n" : "<br />\n", $text[1]);
H A DGithubMarkdown.php108 $br = $this->html5 ? "<br>\n" : "<br />\n";
H A DMarkdownExtra.php254 . $attributes . ($this->html5 ? '>' : ' />');
/plugin/mdpage/vendor/cebe/markdown/block/
H A DRuleTrait.php37 return $this->html5 ? "<hr>\n" : "<hr />\n";
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DLinkTrait.php250 . ($this->html5 ? '>' : ' />');
/plugin/photogallery/lightGallery/js/
H A Dlg-video.js281 } else if (isVideo.html5) {
H A Dlg-video.min.js4 ….dailymotion[1]+i+'" frameborder="0" allowfullscreen></iframe>';else if(j.html5){var k=f.substring…
H A Dlightgallery.js435 html5: true
728 if (_isVideo && _isVideo.html5 && !_hasPoster) {
/plugin/advrack/
H A Djquery.qtip.js1676 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,

12