wai-website-theme 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +52 -0
- data/_data/lang.json +730 -0
- data/_data/techniques.yml +180 -0
- data/_data/wcag.yml +125 -0
- data/_includes/.DS_Store +0 -0
- data/_includes/body-class.html +1 -0
- data/_includes/box.html +10 -0
- data/_includes/excol.html +13 -0
- data/_includes/footer.html +40 -0
- data/_includes/head.html +23 -0
- data/_includes/header.html +59 -0
- data/_includes/icon.html +6 -0
- data/_includes/img.html +17 -0
- data/_includes/multilang-list-policy-links.html +29 -0
- data/_includes/multilang-list.html +35 -0
- data/_includes/multilang-policy-title.html +5 -0
- data/_includes/multilang-title-full.html +1 -0
- data/_includes/multilang-title.html +1 -0
- data/_includes/navlist.html +22 -0
- data/_includes/notes.html +2 -0
- data/_includes/prevnext.html +34 -0
- data/_includes/resources.html +19 -0
- data/_includes/sidenav.html +65 -0
- data/_includes/sidenote.html +14 -0
- data/_includes/toc.html +10 -0
- data/_includes/video-player.html +99 -0
- data/_layouts/default.html +26 -0
- data/_layouts/home.html +14 -0
- data/_layouts/news.html +21 -0
- data/_layouts/none.html +1 -0
- data/_layouts/policy.html +72 -0
- data/_layouts/sidenav.html +27 -0
- data/_layouts/sidenavsidebar.html +22 -0
- data/assets/ableplayer/.gitattributes +14 -0
- data/assets/ableplayer/.gitignore +7 -0
- data/assets/ableplayer/Gruntfile.js +105 -0
- data/assets/ableplayer/LICENSE +26 -0
- data/assets/ableplayer/README.md +656 -0
- data/assets/ableplayer/build/ableplayer.dist.js +12157 -0
- data/assets/ableplayer/build/ableplayer.js +12157 -0
- data/assets/ableplayer/build/ableplayer.min.css +2 -0
- data/assets/ableplayer/build/ableplayer.min.js +8 -0
- data/assets/ableplayer/button-icons/able-icons.svg +116 -0
- data/assets/ableplayer/button-icons/black/captions.png +0 -0
- data/assets/ableplayer/button-icons/black/chapters.png +0 -0
- data/assets/ableplayer/button-icons/black/close.png +0 -0
- data/assets/ableplayer/button-icons/black/descriptions.png +0 -0
- data/assets/ableplayer/button-icons/black/ellipsis.png +0 -0
- data/assets/ableplayer/button-icons/black/faster.png +0 -0
- data/assets/ableplayer/button-icons/black/forward.png +0 -0
- data/assets/ableplayer/button-icons/black/fullscreen-collapse.png +0 -0
- data/assets/ableplayer/button-icons/black/fullscreen-expand.png +0 -0
- data/assets/ableplayer/button-icons/black/help.png +0 -0
- data/assets/ableplayer/button-icons/black/next.png +0 -0
- data/assets/ableplayer/button-icons/black/pause.png +0 -0
- data/assets/ableplayer/button-icons/black/pipe.png +0 -0
- data/assets/ableplayer/button-icons/black/play.png +0 -0
- data/assets/ableplayer/button-icons/black/preferences.png +0 -0
- data/assets/ableplayer/button-icons/black/previous.png +0 -0
- data/assets/ableplayer/button-icons/black/rabbit.png +0 -0
- data/assets/ableplayer/button-icons/black/restart.png +0 -0
- data/assets/ableplayer/button-icons/black/rewind.png +0 -0
- data/assets/ableplayer/button-icons/black/sign.png +0 -0
- data/assets/ableplayer/button-icons/black/slower.png +0 -0
- data/assets/ableplayer/button-icons/black/stop.png +0 -0
- data/assets/ableplayer/button-icons/black/transcript.png +0 -0
- data/assets/ableplayer/button-icons/black/turtle.png +0 -0
- data/assets/ableplayer/button-icons/black/volume-loud.png +0 -0
- data/assets/ableplayer/button-icons/black/volume-medium.png +0 -0
- data/assets/ableplayer/button-icons/black/volume-mute.png +0 -0
- data/assets/ableplayer/button-icons/black/volume-soft.png +0 -0
- data/assets/ableplayer/button-icons/fonts/able.eot +0 -0
- data/assets/ableplayer/button-icons/fonts/able.svg +40 -0
- data/assets/ableplayer/button-icons/fonts/able.ttf +0 -0
- data/assets/ableplayer/button-icons/fonts/able.woff +0 -0
- data/assets/ableplayer/button-icons/white/captions.png +0 -0
- data/assets/ableplayer/button-icons/white/chapters.png +0 -0
- data/assets/ableplayer/button-icons/white/close.png +0 -0
- data/assets/ableplayer/button-icons/white/descriptions.png +0 -0
- data/assets/ableplayer/button-icons/white/ellipsis.png +0 -0
- data/assets/ableplayer/button-icons/white/faster.png +0 -0
- data/assets/ableplayer/button-icons/white/forward.png +0 -0
- data/assets/ableplayer/button-icons/white/fullscreen-collapse.png +0 -0
- data/assets/ableplayer/button-icons/white/fullscreen-expand.png +0 -0
- data/assets/ableplayer/button-icons/white/help.png +0 -0
- data/assets/ableplayer/button-icons/white/next.png +0 -0
- data/assets/ableplayer/button-icons/white/pause.png +0 -0
- data/assets/ableplayer/button-icons/white/pipe.png +0 -0
- data/assets/ableplayer/button-icons/white/play.png +0 -0
- data/assets/ableplayer/button-icons/white/preferences.png +0 -0
- data/assets/ableplayer/button-icons/white/previous.png +0 -0
- data/assets/ableplayer/button-icons/white/rabbit.png +0 -0
- data/assets/ableplayer/button-icons/white/restart.png +0 -0
- data/assets/ableplayer/button-icons/white/rewind.png +0 -0
- data/assets/ableplayer/button-icons/white/sign.png +0 -0
- data/assets/ableplayer/button-icons/white/slower.png +0 -0
- data/assets/ableplayer/button-icons/white/stop.png +0 -0
- data/assets/ableplayer/button-icons/white/transcript.png +0 -0
- data/assets/ableplayer/button-icons/white/turtle.png +0 -0
- data/assets/ableplayer/button-icons/white/volume-loud.png +0 -0
- data/assets/ableplayer/button-icons/white/volume-medium.png +0 -0
- data/assets/ableplayer/button-icons/white/volume-mute.png +0 -0
- data/assets/ableplayer/button-icons/white/volume-soft.png +0 -0
- data/assets/ableplayer/images/wingrip.png +0 -0
- data/assets/ableplayer/package.json +22 -0
- data/assets/ableplayer/scripts/JQuery.doWhen.js +113 -0
- data/assets/ableplayer/scripts/ableplayer-base.js +440 -0
- data/assets/ableplayer/scripts/browser.js +162 -0
- data/assets/ableplayer/scripts/buildplayer.js +1609 -0
- data/assets/ableplayer/scripts/caption.js +385 -0
- data/assets/ableplayer/scripts/chapters.js +242 -0
- data/assets/ableplayer/scripts/control.js +1514 -0
- data/assets/ableplayer/scripts/description.js +283 -0
- data/assets/ableplayer/scripts/dialog.js +147 -0
- data/assets/ableplayer/scripts/dragdrop.js +766 -0
- data/assets/ableplayer/scripts/event.js +595 -0
- data/assets/ableplayer/scripts/initialize.js +725 -0
- data/assets/ableplayer/scripts/langs.js +750 -0
- data/assets/ableplayer/scripts/metadata.js +134 -0
- data/assets/ableplayer/scripts/misc.js +72 -0
- data/assets/ableplayer/scripts/preference.js +909 -0
- data/assets/ableplayer/scripts/search.js +171 -0
- data/assets/ableplayer/scripts/sign.js +92 -0
- data/assets/ableplayer/scripts/slider.js +454 -0
- data/assets/ableplayer/scripts/track.js +296 -0
- data/assets/ableplayer/scripts/transcript.js +590 -0
- data/assets/ableplayer/scripts/translation.js +66 -0
- data/assets/ableplayer/scripts/volume.js +383 -0
- data/assets/ableplayer/scripts/webvtt.js +765 -0
- data/assets/ableplayer/scripts/youtube.js +471 -0
- data/assets/ableplayer/styles/ableplayer.css +1241 -0
- data/assets/ableplayer/thirdparty/js.cookie.js +145 -0
- data/assets/ableplayer/thirdparty/modernizr.custom.js +4 -0
- data/assets/ableplayer/translations/ca.js +1 -0
- data/assets/ableplayer/translations/de.js +1 -0
- data/assets/ableplayer/translations/en.js +305 -0
- data/assets/ableplayer/translations/es.js +305 -0
- data/assets/ableplayer/translations/fr.js +305 -0
- data/assets/ableplayer/translations/it.js +303 -0
- data/assets/ableplayer/translations/ja.js +305 -0
- data/assets/ableplayer/translations/nl.js +305 -0
- data/assets/css/style.css +4360 -0
- data/assets/css/style.css.map +1 -0
- data/assets/fonts/anonymouspro-bold.woff +0 -0
- data/assets/fonts/anonymouspro-bold.woff2 +0 -0
- data/assets/fonts/anonymouspro-bolditalic.woff +0 -0
- data/assets/fonts/anonymouspro-bolditalic.woff2 +0 -0
- data/assets/fonts/anonymouspro-italic.woff +0 -0
- data/assets/fonts/anonymouspro-italic.woff2 +0 -0
- data/assets/fonts/anonymouspro-regular.woff +0 -0
- data/assets/fonts/anonymouspro-regular.woff2 +0 -0
- data/assets/fonts/notosans-bold.woff +0 -0
- data/assets/fonts/notosans-bold.woff2 +0 -0
- data/assets/fonts/notosans-bolditalic.woff +0 -0
- data/assets/fonts/notosans-bolditalic.woff2 +0 -0
- data/assets/fonts/notosans-italic.woff +0 -0
- data/assets/fonts/notosans-italic.woff2 +0 -0
- data/assets/fonts/notosans-regular.woff +0 -0
- data/assets/fonts/notosans-regular.woff2 +0 -0
- data/assets/images/.DS_Store +0 -0
- data/assets/images/Shape.svg +10 -0
- data/assets/images/icon-related-content.svg +14 -0
- data/assets/images/icons.svg +126 -0
- data/assets/images/teaser-image@1x.jpg +0 -0
- data/assets/images/teaser-image@2x.jpg +0 -0
- data/assets/images/w3c.sketch +0 -0
- data/assets/images/w3c.svg +10 -0
- data/assets/scripts/jquery.min.js +4 -0
- data/assets/scripts/main.js +208 -0
- data/assets/scripts/svg4everybody.js +1 -0
- metadata +257 -0
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
<svg style="position: absolute; width: 0; height: 0;" width="0" height="0" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
2
|
+
<defs>
|
|
3
|
+
<symbol id="svg-play" viewBox="0 0 16 20">
|
|
4
|
+
<title>play</title>
|
|
5
|
+
<path class="path1" d="M0 18.393v-16.429q0-0.29 0.184-0.402t0.441 0.033l14.821 8.237q0.257 0.145 0.257 0.346t-0.257 0.346l-14.821 8.237q-0.257 0.145-0.441 0.033t-0.184-0.402z"></path>
|
|
6
|
+
</symbol>
|
|
7
|
+
<symbol id="svg-pause" viewBox="0 0 20 20">
|
|
8
|
+
<title>pause</title>
|
|
9
|
+
<path class="path1" d="M0 18.036v-15.714q0-0.29 0.212-0.502t0.502-0.212h5.714q0.29 0 0.502 0.212t0.212 0.502v15.714q0 0.29-0.212 0.502t-0.502 0.212h-5.714q-0.29 0-0.502-0.212t-0.212-0.502zM10 18.036v-15.714q0-0.29 0.212-0.502t0.502-0.212h5.714q0.29 0 0.502 0.212t0.212 0.502v15.714q0 0.29-0.212 0.502t-0.502 0.212h-5.714q-0.29 0-0.502-0.212t-0.212-0.502z"></path>
|
|
10
|
+
</symbol>
|
|
11
|
+
<symbol id="svg-stop" viewBox="0 0 20 20">
|
|
12
|
+
<title>stop</title>
|
|
13
|
+
<path class="path1" d="M0 18.036v-15.714q0-0.29 0.212-0.502t0.502-0.212h15.714q0.29 0 0.502 0.212t0.212 0.502v15.714q0 0.29-0.212 0.502t-0.502 0.212h-15.714q-0.29 0-0.502-0.212t-0.212-0.502z"></path>
|
|
14
|
+
</symbol>
|
|
15
|
+
<symbol id="svg-restart" viewBox="0 0 20 20">
|
|
16
|
+
<title>restart</title>
|
|
17
|
+
<path class="path1" d="M18 8h-6l2.243-2.243c-1.133-1.133-2.64-1.757-4.243-1.757s-3.109 0.624-4.243 1.757c-1.133 1.133-1.757 2.64-1.757 4.243s0.624 3.109 1.757 4.243c1.133 1.133 2.64 1.757 4.243 1.757s3.109-0.624 4.243-1.757c0.095-0.095 0.185-0.192 0.273-0.292l1.505 1.317c-1.466 1.674-3.62 2.732-6.020 2.732-4.418 0-8-3.582-8-8s3.582-8 8-8c2.209 0 4.209 0.896 5.656 2.344l2.344-2.344v6z"></path>
|
|
18
|
+
</symbol>
|
|
19
|
+
<symbol id="svg-rewind" viewBox="0 0 20 20">
|
|
20
|
+
<title>rewind</title>
|
|
21
|
+
<path class="path1" d="M11.25 3.125v6.25l6.25-6.25v13.75l-6.25-6.25v6.25l-6.875-6.875z"></path>
|
|
22
|
+
</symbol>
|
|
23
|
+
<symbol id="svg-forward" viewBox="0 0 20 20">
|
|
24
|
+
<title>forward</title>
|
|
25
|
+
<path class="path1" d="M10 16.875v-6.25l-6.25 6.25v-13.75l6.25 6.25v-6.25l6.875 6.875z"></path>
|
|
26
|
+
</symbol>
|
|
27
|
+
<symbol id="svg-previous" viewBox="0 0 20 20">
|
|
28
|
+
<title>previous</title>
|
|
29
|
+
<path class="path1" d="M5 17.5v-15h2.5v6.875l6.25-6.25v13.75l-6.25-6.25v6.875z"></path>
|
|
30
|
+
</symbol>
|
|
31
|
+
<symbol id="svg-next" viewBox="0 0 20 20">
|
|
32
|
+
<title>next</title>
|
|
33
|
+
<path class="path1" d="M15 2.5v15h-2.5v-6.875l-6.25 6.25v-13.75l6.25 6.25v-6.875z"></path>
|
|
34
|
+
</symbol>
|
|
35
|
+
<symbol id="svg-slower" viewBox="0 0 11 20">
|
|
36
|
+
<title>slower</title>
|
|
37
|
+
<path class="path1" d="M0 7.321q0-0.29 0.212-0.502t0.502-0.212h10q0.29 0 0.502 0.212t0.212 0.502-0.212 0.502l-5 5q-0.212 0.212-0.502 0.212t-0.502-0.212l-5-5q-0.212-0.212-0.212-0.502z"></path>
|
|
38
|
+
</symbol>
|
|
39
|
+
<symbol id="svg-faster" viewBox="0 0 11 20">
|
|
40
|
+
<title>faster</title>
|
|
41
|
+
<path class="path1" d="M0 12.411q0-0.29 0.212-0.502l5-5q0.212-0.212 0.502-0.212t0.502 0.212l5 5q0.212 0.212 0.212 0.502t-0.212 0.502-0.502 0.212h-10q-0.29 0-0.502-0.212t-0.212-0.502z"></path>
|
|
42
|
+
</symbol>
|
|
43
|
+
<symbol id="svg-turtle" viewBox="0 0 20 20">
|
|
44
|
+
<title>turtle</title>
|
|
45
|
+
<path class="path1" d="M17.212 3.846c-0.281-0.014-0.549 0.025-0.817 0.144-1.218 0.542-1.662 2.708-2.163 3.942-1.207 2.972-7.090 4.619-11.755 5.216-0.887 0.114-1.749 0.74-2.428 1.466 0.82-0.284 2.126-0.297 2.74 0.144 0.007 0.488-0.376 1.062-0.625 1.37-0.404 0.5-0.398 0.793 0.12 0.793 0.473 0 0.752 0.007 1.635 0 0.393-0.003 0.618-0.16 1.49-1.49 3.592 0.718 5.986-0.264 5.986-0.264s0.407 1.755 1.418 1.755h1.49c0.633 0 0.667-0.331 0.625-0.433-0.448-1.082-0.68-1.873-0.769-2.5-0.263-1.857 0.657-3.836 2.524-5.457 0.585 0.986 2.253 0.845 2.909-0.096s0.446-2.268-0.192-3.221c-0.49-0.732-1.345-1.327-2.188-1.37zM8.221 4.663c-0.722-0.016-1.536 0.111-2.5 0.409-4.211 1.302-4.177 4.951-3.51 5.745 0 0-0.955 0.479-0.409 1.274 0.448 0.652 3.139 0.191 5.409-0.529s4.226-1.793 5.312-2.692c0.948-0.785 0.551-2.106-0.505-1.947-0.494-0.98-1.632-2.212-3.798-2.26zM18.846 5.962c0.325 0 0.577 0.252 0.577 0.577s-0.252 0.577-0.577 0.577c-0.325 0-0.577-0.252-0.577-0.577s0.252-0.577 0.577-0.577z"></path>
|
|
46
|
+
</symbol>
|
|
47
|
+
<symbol id="svg-rabbit" viewBox="0 0 20 20">
|
|
48
|
+
<title>rabbit</title>
|
|
49
|
+
<path class="path1" d="M10.817 0c-2.248 0-1.586 0.525-1.154 0.505 1.551-0.072 5.199 0.044 6.851 2.428 0 0-1.022-2.933-5.697-2.933zM10.529 0.769c-2.572 0-2.837 0.51-2.837 1.106 0 0.545 1.526 0.836 2.524 0.697 2.778-0.386 4.231-0.12 5.264 0.865-1.010 0.779-0.75 1.401-1.274 1.851-1.093 0.941-2.643-0.673-4.976-0.673-2.496 0-4.712 1.92-4.712 4.76-0.157-0.537-0.769-0.913-1.442-0.913-0.974 0-1.514 0.637-1.514 1.49 0 0.769 1.13 1.791 2.861 0.938 0.499 1.208 2.265 1.364 2.452 1.418 0.538 0.154 1.875 0.098 1.875 0.865 0 0.794-1.034 1.094-1.034 1.707 0 1.070 1.758 0.873 2.284 1.034 1.683 0.517 2.103 1.214 2.788 2.212 0.771 1.122 2.572 1.408 2.572 0.625 0-3.185-4.413-4.126-4.399-4.135 0.608-0.382 2.139-1.397 2.139-3.534 0-1.295-0.703-2.256-1.755-2.861 1.256 0.094 2.572 1.205 2.572 2.74 0 1.877-0.653 2.823-0.769 2.957 1.975-1.158 3.193-3.91 3.029-6.37 0.61 0.401 1.27 0.577 1.971 0.625 0.751 0.052 1.475-0.225 1.635-0.529 0.38-0.723 0.162-2.321-0.12-2.837-0.763-1.392-2.236-1.73-3.606-1.683-1.202-1.671-3.812-2.356-5.529-2.356zM1.37 3.077l-0.553 1.538h3.726c0.521-0.576 1.541-1.207 2.284-1.538h-5.457zM18.846 5.192c0.325 0 0.577 0.252 0.577 0.577s-0.252 0.577-0.577 0.577c-0.325 0-0.577-0.252-0.577-0.577s0.252-0.577 0.577-0.577zM0.553 5.385l-0.553 1.538h3.197c0.26-0.824 0.586-1.328 0.769-1.538h-3.413z"></path>
|
|
50
|
+
</symbol>
|
|
51
|
+
<symbol id="svg-ellipsis" viewBox="0 0 20 20">
|
|
52
|
+
<title>ellipsis</title>
|
|
53
|
+
<path class="path1" d="M10.001 7.8c-1.215 0-2.201 0.985-2.201 2.2s0.986 2.2 2.201 2.2c1.215 0 2.199-0.985 2.199-2.2s-0.984-2.2-2.199-2.2zM3.001 7.8c-1.215 0-2.201 0.985-2.201 2.2s0.986 2.2 2.201 2.2c1.215 0 2.199-0.986 2.199-2.2s-0.984-2.2-2.199-2.2zM17.001 7.8c-1.215 0-2.201 0.985-2.201 2.2s0.986 2.2 2.201 2.2c1.215 0 2.199-0.985 2.199-2.2s-0.984-2.2-2.199-2.2z"></path>
|
|
54
|
+
</symbol>
|
|
55
|
+
<symbol id="svg-pipe" viewBox="0 0 20 20">
|
|
56
|
+
<title>pipe</title>
|
|
57
|
+
<path class="path1" d="M10.15 0.179h0.623c0.069 0 0.127 0.114 0.127 0.253v19.494c0 0.139-0.057 0.253-0.127 0.253h-1.247c-0.069 0-0.126-0.114-0.126-0.253v-19.494c0-0.139 0.057-0.253 0.126-0.253h0.623z"></path>
|
|
58
|
+
</symbol>
|
|
59
|
+
<symbol id="svg-captions" viewBox="0 0 20 20">
|
|
60
|
+
<title>captions</title>
|
|
61
|
+
<path class="path1" d="M0.033 3.624h19.933v12.956h-19.933v-12.956zM18.098 10.045c-0.025-2.264-0.124-3.251-0.743-3.948-0.112-0.151-0.322-0.236-0.496-0.344-0.606-0.386-3.465-0.526-6.782-0.526s-6.313 0.14-6.907 0.526c-0.185 0.108-0.396 0.193-0.519 0.344-0.607 0.697-0.693 1.684-0.731 3.948 0.037 2.265 0.124 3.252 0.731 3.949 0.124 0.161 0.335 0.236 0.519 0.344 0.594 0.396 3.59 0.526 6.907 0.547 3.317-0.022 6.176-0.151 6.782-0.547 0.174-0.108 0.384-0.183 0.496-0.344 0.619-0.697 0.717-1.684 0.743-3.949v0 0zM9.689 9.281c-0.168-1.77-1.253-2.813-3.196-2.813-1.773 0-3.168 1.387-3.168 3.617 0 2.239 1.271 3.636 3.372 3.636 1.676 0 2.851-1.071 3.035-2.852h-2.003c-0.079 0.661-0.397 1.168-1.068 1.168-1.059 0-1.253-0.91-1.253-1.876 0-1.33 0.442-2.010 1.174-2.010 0.653 0 1.068 0.412 1.13 1.129h1.977zM16.607 9.281c-0.167-1.77-1.252-2.813-3.194-2.813-1.773 0-3.168 1.387-3.168 3.617 0 2.239 1.271 3.636 3.372 3.636 1.676 0 2.851-1.071 3.035-2.852h-2.003c-0.079 0.661-0.397 1.168-1.068 1.168-1.059 0-1.253-0.91-1.253-1.876 0-1.33 0.441-2.010 1.174-2.010 0.653 0 1.068 0.412 1.13 1.129h1.976z"></path>
|
|
62
|
+
</symbol>
|
|
63
|
+
<symbol id="svg-descriptions" viewBox="0 0 20 20">
|
|
64
|
+
<title>descriptions</title>
|
|
65
|
+
<path class="path1" d="M17.623 3.57h-1.555c1.754 1.736 2.763 4.106 2.763 6.572 0 2.191-0.788 4.286-2.189 5.943h1.484c1.247-1.704 1.945-3.792 1.945-5.943-0-2.418-0.886-4.754-2.447-6.572v0zM14.449 3.57h-1.55c1.749 1.736 2.757 4.106 2.757 6.572 0 2.191-0.788 4.286-2.187 5.943h1.476c1.258-1.704 1.951-3.792 1.951-5.943-0-2.418-0.884-4.754-2.447-6.572v0zM11.269 3.57h-1.542c1.752 1.736 2.752 4.106 2.752 6.572 0 2.191-0.791 4.286-2.181 5.943h1.473c1.258-1.704 1.945-3.792 1.945-5.943 0-2.418-0.876-4.754-2.447-6.572v0zM10.24 9.857c0 3.459-2.826 6.265-6.303 6.265v0.011h-3.867v-12.555h3.896c3.477 0 6.274 2.806 6.274 6.279v0zM6.944 9.857c0-1.842-1.492-3.338-3.349-3.338h-0.876v6.686h0.876c1.858 0 3.349-1.498 3.349-3.348v0z"></path>
|
|
66
|
+
</symbol>
|
|
67
|
+
<symbol id="svg-sign" viewBox="0 0 20 20">
|
|
68
|
+
<title>sign</title>
|
|
69
|
+
<path class="path1" d="M10.954 10.307c0.378 0.302 0.569 1.202 0.564 1.193 0.697 0.221 1.136 0.682 1.136 0.682 1.070-0.596 1.094-0.326 1.558-0.682 0.383-0.263 0.366-0.344 0.567-1.048 0.187-0.572-0.476-0.518-1.021-1.558-0.95 0.358-1.463 0.196-1.784 0.167-0.145-0.020-0.12 0.562-1.021 1.247zM14.409 17.196c-0.133 0.182-0.196 0.218-0.363 0.454-0.28 0.361 0.076 0.906 0.253 0.82 0.206-0.076 0.341-0.488 0.567-0.623 0.115-0.061 0.422-0.513 0.709-0.82 0.211-0.238 0.363-0.344 0.564-0.594 0.341-0.422 0.412-0.744 0.709-1.193 0.184-0.236 0.312-0.307 0.481-0.594 0.886-1.679 0.628-2.432 1.475-3.629 0.26-0.353 0.552-0.442 0.964-0.653 0.383-2.793-0.888-4.356-0.879-4.361-1.067 0.623-1.644 0.879-2.751 0.82-0.417-0.005-0.636-0.182-1.048-0.145-0.385 0.015-0.582 0.159-0.964 0.29-0.589 0.182-0.91 0.344-1.529 0.535-0.393 0.11-0.643 0.115-1.050 0.255-0.348 0.147-0.182 0.029-0.427 0.312-0.317 0.348-0.238 0.623-0.535 1.222-0.371 0.785-0.326 0.891-0.115 0.987-0.14 0.402-0.174 0.672-0.14 1.107 0.039 0.331-0.101 0.562 0.255 0.825 0.483 0.361 1.499 1.205 1.757 1.217 0.39-0.012 1.521 0.029 2.096-0.368 0.13-0.081 0.167-0.162 0.056 0.145-0.022 0.037-1.433 1.136-1.585 1.131-1.794 0.056-1.193 0.157-1.303 0.115-0.091 0-0.955-1.055-1.477-0.682-0.196 0.12-0.287 0.236-0.363 0.452 0.066 0.137 0.383 0.358 0.675 0.54 0.422 0.27 0.461 0.552 0.881 0.653 0.513 0.115 1.060 0.039 1.387 0.081 0.125 0.034 1.256-0.297 1.961-0.675 0.65-0.336-0.898 0.648-1.276 1.131-1.141 0.358-0.82 0.373-1.362 0.483-0.503 0.115-0.479 0.086-0.822 0.196-0.356 0.086-0.648 0.572-0.312 0.825 0.201 0.167 0.827-0.066 1.445-0.086 0.275-0.005 1.391-0.518 1.644-0.653 0.633-0.339 1.099-0.81 1.472-1.077 0.518-0.361-0.584 0.991-1.050 1.558zM8.855 9.799c-0.378-0.312-0.569-1.212-0.564-1.217-0.697-0.206-1.136-0.667-1.136-0.653-1.070 0.582-1.099 0.312-1.558 0.653-0.388 0.277-0.366 0.363-0.567 1.045-0.187 0.594 0.471 0.535 1.021 1.561 0.95-0.344 1.463-0.182 1.784-0.142 0.145 0.010 0.12-0.572 1.021-1.247zM5.4 2.911c0.133-0.191 0.196-0.228 0.368-0.454 0.27-0.371-0.081-0.915-0.253-0.849-0.211 0.096-0.346 0.508-0.599 0.653-0.093 0.052-0.4 0.503-0.682 0.82-0.211 0.228-0.363 0.334-0.564 0.599-0.346 0.407-0.412 0.729-0.709 1.161-0.184 0.258-0.317 0.324-0.481 0.621-0.886 1.669-0.631 2.422-1.475 3.6-0.26 0.38-0.552 0.461-0.964 0.682-0.383 2.788 0.883 4.346 0.879 4.336 1.068-0.609 1.639-0.861 2.751-0.825 0.417 0.025 0.636 0.201 1.048 0.174 0.385-0.025 0.582-0.169 0.964-0.285 0.589-0.196 0.91-0.358 1.499-0.54 0.422-0.12 0.672-0.125 1.080-0.285 0.348-0.128 0.182-0.010 0.427-0.282 0.312-0.358 0.238-0.633 0.508-1.217 0.398-0.8 0.353-0.906 0.142-0.991 0.135-0.412 0.174-0.677 0.14-1.107-0.044-0.336 0.101-0.572-0.255-0.82-0.483-0.375-1.499-1.22-1.752-1.222-0.395 0.002-1.526-0.039-2.101 0.339-0.13 0.101-0.167 0.182-0.056-0.11 0.022-0.052 1.433-1.148 1.585-1.163 1.794-0.039 1.193-0.14 1.303-0.088 0.091-0.007 0.955 1.045 1.477 0.682 0.191-0.13 0.287-0.245 0.368-0.452-0.071-0.147-0.388-0.368-0.68-0.537-0.422-0.282-0.464-0.564-0.881-0.655-0.513-0.125-1.065-0.049-1.387-0.11-0.125-0.015-1.256 0.317-1.956 0.68-0.66 0.351 0.893-0.631 1.276-1.136 1.136-0.339 0.81-0.353 1.36-0.479 0.501-0.101 0.476-0.071 0.82-0.172 0.351-0.096 0.648-0.577 0.312-0.849-0.206-0.152-0.827 0.081-1.44 0.086-0.28 0.020-1.396 0.533-1.649 0.677-0.633 0.329-1.099 0.8-1.472 1.048-0.523 0.38 0.584-0.967 1.050-1.529z"></path>
|
|
70
|
+
</symbol>
|
|
71
|
+
<symbol id="svg-mute" viewBox="0 0 20 20">
|
|
72
|
+
<title>volume-mute</title>
|
|
73
|
+
<path class="path1" d="M7.839 1.536c0.501-0.501 0.911-0.331 0.911 0.378v16.172c0 0.709-0.41 0.879-0.911 0.378l-4.714-4.713h-3.125v-7.5h3.125l4.714-4.714zM18.75 12.093v1.657h-1.657l-2.093-2.093-2.093 2.093h-1.657v-1.657l2.093-2.093-2.093-2.093v-1.657h1.657l2.093 2.093 2.093-2.093h1.657v1.657l-2.093 2.093z"></path>
|
|
74
|
+
</symbol>
|
|
75
|
+
<symbol id="svg-volume-mute" viewBox="0 0 20 20">
|
|
76
|
+
<title>volume-soft</title>
|
|
77
|
+
<path class="path1" d="M10.723 14.473c-0.24 0-0.48-0.092-0.663-0.275-0.366-0.366-0.366-0.96 0-1.326 1.584-1.584 1.584-4.161 0-5.745-0.366-0.366-0.366-0.96 0-1.326s0.96-0.366 1.326 0c2.315 2.315 2.315 6.082 0 8.397-0.183 0.183-0.423 0.275-0.663 0.275zM7.839 1.536c0.501-0.501 0.911-0.331 0.911 0.378v16.172c0 0.709-0.41 0.879-0.911 0.378l-4.714-4.713h-3.125v-7.5h3.125l4.714-4.714z"></path>
|
|
78
|
+
</symbol>
|
|
79
|
+
<symbol id="svg-volume-medium" viewBox="0 0 20 20">
|
|
80
|
+
<title>volume-medium</title>
|
|
81
|
+
<path class="path1" d="M14.053 16.241c-0.24 0-0.48-0.092-0.663-0.275-0.366-0.366-0.366-0.96 0-1.326 2.559-2.559 2.559-6.722 0-9.281-0.366-0.366-0.366-0.96 0-1.326s0.96-0.366 1.326 0c1.594 1.594 2.471 3.712 2.471 5.966s-0.878 4.373-2.471 5.966c-0.183 0.183-0.423 0.275-0.663 0.275zM10.723 14.473c-0.24 0-0.48-0.092-0.663-0.275-0.366-0.366-0.366-0.96 0-1.326 1.584-1.584 1.584-4.161 0-5.745-0.366-0.366-0.366-0.96 0-1.326s0.96-0.366 1.326 0c2.315 2.315 2.315 6.082 0 8.397-0.183 0.183-0.423 0.275-0.663 0.275zM7.839 1.536c0.501-0.501 0.911-0.331 0.911 0.378v16.172c0 0.709-0.41 0.879-0.911 0.378l-4.714-4.713h-3.125v-7.5h3.125l4.714-4.714z"></path>
|
|
82
|
+
</symbol>
|
|
83
|
+
<symbol id="svg-volume-loud" viewBox="0 0 21 20">
|
|
84
|
+
<title>volume-loud</title>
|
|
85
|
+
<path class="path1" d="M17.384 18.009c-0.24 0-0.48-0.092-0.663-0.275-0.366-0.366-0.366-0.96 0-1.326 1.712-1.712 2.654-3.988 2.654-6.408s-0.943-4.696-2.654-6.408c-0.366-0.366-0.366-0.96 0-1.326s0.96-0.366 1.326 0c2.066 2.066 3.204 4.813 3.204 7.734s-1.138 5.668-3.204 7.734c-0.183 0.183-0.423 0.275-0.663 0.275zM14.053 16.241c-0.24 0-0.48-0.092-0.663-0.275-0.366-0.366-0.366-0.96 0-1.326 2.559-2.559 2.559-6.722 0-9.281-0.366-0.366-0.366-0.96 0-1.326s0.96-0.366 1.326 0c1.594 1.594 2.471 3.712 2.471 5.966s-0.878 4.373-2.471 5.966c-0.183 0.183-0.423 0.275-0.663 0.275zM10.723 14.473c-0.24 0-0.48-0.092-0.663-0.275-0.366-0.366-0.366-0.96 0-1.326 1.584-1.584 1.584-4.161 0-5.745-0.366-0.366-0.366-0.96 0-1.326s0.96-0.366 1.326 0c2.315 2.315 2.315 6.082 0 8.397-0.183 0.183-0.423 0.275-0.663 0.275zM7.839 1.536c0.501-0.501 0.911-0.331 0.911 0.378v16.172c0 0.709-0.41 0.879-0.911 0.378l-4.714-4.713h-3.125v-7.5h3.125l4.714-4.714z"></path>
|
|
86
|
+
</symbol>
|
|
87
|
+
<symbol id="svg-chapters" viewBox="0 0 20 20">
|
|
88
|
+
<title>chapters</title>
|
|
89
|
+
<path class="path1" d="M5 2.5v17.5l6.25-6.25 6.25 6.25v-17.5zM15 0h-12.5v17.5l1.25-1.25v-15h11.25z"></path>
|
|
90
|
+
</symbol>
|
|
91
|
+
<symbol id="svg-transcript" viewBox="0 0 20 20">
|
|
92
|
+
<title>transcript</title>
|
|
93
|
+
<path class="path1" d="M0 19.107v-17.857q0-0.446 0.313-0.759t0.759-0.313h8.929v6.071q0 0.446 0.313 0.759t0.759 0.313h6.071v11.786q0 0.446-0.313 0.759t-0.759 0.312h-15q-0.446 0-0.759-0.313t-0.313-0.759zM4.286 15.536q0 0.156 0.1 0.257t0.257 0.1h7.857q0.156 0 0.257-0.1t0.1-0.257v-0.714q0-0.156-0.1-0.257t-0.257-0.1h-7.857q-0.156 0-0.257 0.1t-0.1 0.257v0.714zM4.286 12.679q0 0.156 0.1 0.257t0.257 0.1h7.857q0.156 0 0.257-0.1t0.1-0.257v-0.714q0-0.156-0.1-0.257t-0.257-0.1h-7.857q-0.156 0-0.257 0.1t-0.1 0.257v0.714zM4.286 9.821q0 0.156 0.1 0.257t0.257 0.1h7.857q0.156 0 0.257-0.1t0.1-0.257v-0.714q0-0.156-0.1-0.257t-0.257-0.1h-7.857q-0.156 0-0.257 0.1t-0.1 0.257v0.714zM11.429 5.893v-5.268q0.246 0.156 0.402 0.313l4.554 4.554q0.156 0.156 0.313 0.402h-5.268z"></path>
|
|
94
|
+
</symbol>
|
|
95
|
+
<symbol id="svg-preferences" viewBox="0 0 20 20">
|
|
96
|
+
<title>preferences</title>
|
|
97
|
+
<path class="path1" d="M18.238 11.919c-1.049-1.817-0.418-4.147 1.409-5.205l-1.965-3.404c-0.562 0.329-1.214 0.518-1.911 0.518-2.1 0-3.803-1.714-3.803-3.828h-3.931c0.005 0.653-0.158 1.314-0.507 1.919-1.049 1.818-3.382 2.436-5.212 1.382l-1.965 3.404c0.566 0.322 1.056 0.793 1.404 1.396 1.048 1.815 0.42 4.139-1.401 5.2l1.965 3.404c0.56-0.326 1.209-0.513 1.902-0.513 2.094 0 3.792 1.703 3.803 3.808h3.931c-0.002-0.646 0.162-1.3 0.507-1.899 1.048-1.815 3.375-2.433 5.203-1.387l1.965-3.404c-0.562-0.322-1.049-0.791-1.395-1.391zM10 14.049c-2.236 0-4.050-1.813-4.050-4.049s1.813-4.049 4.050-4.049 4.049 1.813 4.049 4.049c-0 2.237-1.813 4.049-4.049 4.049z"></path>
|
|
98
|
+
</symbol>
|
|
99
|
+
<symbol id="svg-close" viewBox="0 0 16 20">
|
|
100
|
+
<title>close</title>
|
|
101
|
+
<path class="path1" d="M1.228 14.933q0-0.446 0.312-0.759l3.281-3.281-3.281-3.281q-0.313-0.313-0.313-0.759t0.313-0.759l1.518-1.518q0.313-0.313 0.759-0.313t0.759 0.313l3.281 3.281 3.281-3.281q0.313-0.313 0.759-0.313t0.759 0.313l1.518 1.518q0.313 0.313 0.313 0.759t-0.313 0.759l-3.281 3.281 3.281 3.281q0.313 0.313 0.313 0.759t-0.313 0.759l-1.518 1.518q-0.313 0.313-0.759 0.313t-0.759-0.313l-3.281-3.281-3.281 3.281q-0.313 0.313-0.759 0.313t-0.759-0.313l-1.518-1.518q-0.313-0.313-0.313-0.759z"></path>
|
|
102
|
+
</symbol>
|
|
103
|
+
<symbol id="svg-fullscreen-expand" viewBox="0 0 20 20">
|
|
104
|
+
<title>fullscreen-expand</title>
|
|
105
|
+
<path class="path1" d="M0 18.036v-5q0-0.29 0.212-0.502t0.502-0.212 0.502 0.212l1.607 1.607 3.705-3.705q0.112-0.112 0.257-0.112t0.257 0.112l1.272 1.272q0.112 0.112 0.112 0.257t-0.112 0.257l-3.705 3.705 1.607 1.607q0.212 0.212 0.212 0.502t-0.212 0.502-0.502 0.212h-5q-0.29 0-0.502-0.212t-0.212-0.502zM8.717 8.393q0-0.145 0.112-0.257l3.705-3.705-1.607-1.607q-0.212-0.212-0.212-0.502t0.212-0.502 0.502-0.212h5q0.29 0 0.502 0.212t0.212 0.502v5q0 0.29-0.212 0.502t-0.502 0.212-0.502-0.212l-1.607-1.607-3.705 3.705q-0.112 0.112-0.257 0.112t-0.257-0.112l-1.272-1.272q-0.112-0.112-0.112-0.257z"></path>
|
|
106
|
+
</symbol>
|
|
107
|
+
<symbol id="svg-fullscreen-collapse" viewBox="0 0 20 20">
|
|
108
|
+
<title>fullscreen-collapse</title>
|
|
109
|
+
<path class="path1" d="M0.145 16.964q0-0.145 0.112-0.257l3.705-3.705-1.607-1.607q-0.212-0.212-0.212-0.502t0.212-0.502 0.502-0.212h5q0.29 0 0.502 0.212t0.212 0.502v5q0 0.29-0.212 0.502t-0.502 0.212-0.502-0.212l-1.607-1.607-3.705 3.705q-0.112 0.112-0.257 0.112t-0.257-0.112l-1.272-1.272q-0.112-0.112-0.112-0.257zM8.571 9.464v-5q0-0.29 0.212-0.502t0.502-0.212 0.502 0.212l1.607 1.607 3.705-3.705q0.112-0.112 0.257-0.112t0.257 0.112l1.272 1.272q0.112 0.112 0.112 0.257t-0.112 0.257l-3.705 3.705 1.607 1.607q0.212 0.212 0.212 0.502t-0.212 0.502-0.502 0.212h-5q-0.29 0-0.502-0.212t-0.212-0.502z"></path>
|
|
110
|
+
</symbol>
|
|
111
|
+
<symbol id="svg-help" viewBox="0 0 11 20">
|
|
112
|
+
<title>help</title>
|
|
113
|
+
<path class="path1" d="M0.577 6.317q-0.028-0.167 0.061-0.313 1.786-2.969 5.179-2.969 0.893 0 1.797 0.346t1.629 0.926 1.183 1.423 0.458 1.769q0 0.603-0.173 1.127t-0.391 0.854-0.614 0.664-0.642 0.485-0.681 0.396q-0.458 0.257-0.765 0.725t-0.307 0.748q0 0.19-0.134 0.363t-0.313 0.173h-2.679q-0.167 0-0.285-0.206t-0.117-0.419v-0.502q0-0.926 0.725-1.747t1.596-1.211q0.658-0.301 0.938-0.625t0.279-0.848q0-0.469-0.519-0.826t-1.2-0.357q-0.725 0-1.205 0.324-0.391 0.279-1.194 1.283-0.145 0.179-0.346 0.179-0.134 0-0.279-0.089l-1.83-1.395q-0.145-0.112-0.173-0.279zM3.786 16.875v-2.679q0-0.179 0.134-0.313t0.313-0.134h2.679q0.179 0 0.313 0.134t0.134 0.313v2.679q0 0.179-0.134 0.313t-0.313 0.134h-2.679q-0.179 0-0.313-0.134t-0.134-0.313z"></path>
|
|
114
|
+
</symbol>
|
|
115
|
+
</defs>
|
|
116
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
|
3
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
|
4
|
+
<metadata>Generated by IcoMoon</metadata>
|
|
5
|
+
<defs>
|
|
6
|
+
<font id="able" horiz-adv-x="1024">
|
|
7
|
+
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
|
8
|
+
<missing-glyph horiz-adv-x="1024" />
|
|
9
|
+
<glyph unicode=" " horiz-adv-x="512" d="" />
|
|
10
|
+
<glyph unicode="" glyph-name="pipe" d="M519.68 963.64h31.922c3.556 0 6.48-5.85 6.48-12.958v-998.076c0-7.11-2.926-12.96-6.48-12.96h-63.844c-3.552 0-6.476 5.85-6.476 12.962v998.076c0 7.108 2.926 12.958 6.476 12.958h31.922z" />
|
|
11
|
+
<glyph unicode="" glyph-name="captions" d="M1.704 787.268h1020.594v-663.324h-1020.594v663.324zM926.594 458.518c-1.29 115.9-6.326 166.428-38.020 202.118-5.712 7.726-16.462 12.080-25.37 17.6-31.020 19.746-177.398 26.918-347.24 26.918-169.844 0-323.226-7.174-353.63-26.918-9.46-5.52-20.27-9.872-26.598-17.6-31.082-35.688-35.504-86.218-37.408-202.118 1.904-115.962 6.326-166.49 37.408-202.178 6.326-8.22 17.138-12.080 26.598-17.6 30.404-20.298 183.784-26.922 353.63-28.024 169.842 1.102 316.22 7.726 347.24 28.024 8.908 5.518 19.658 9.38 25.37 17.6 31.698 35.688 36.73 86.216 38.020 202.178v0 0zM496.072 497.606c-8.592 90.642-64.17 144.022-163.616 144.022-90.796 0-162.206-71.030-162.206-185.204 0-114.662 65.088-186.182 172.634-186.182 85.826 0 145.948 54.85 155.394 146.042h-102.574c-4.048-33.83-20.306-59.814-54.66-59.814-54.23 0-64.168 46.574-64.168 96.034 0 68.088 22.64 102.898 60.12 102.898 33.432 0 54.66-21.082 57.85-57.794h101.224zM850.292 497.606c-8.526 90.642-64.108 144.022-163.554 144.022-90.794 0-162.206-71.030-162.206-185.204 0-114.662 65.090-186.182 172.632-186.182 85.826 0 145.948 54.85 155.394 146.042h-102.574c-4.048-33.83-20.306-59.814-54.66-59.814-54.23 0-64.168 46.574-64.168 96.034 0 68.088 22.576 102.898 60.12 102.898 33.432 0 54.66-21.082 57.85-57.794h101.164z" />
|
|
12
|
+
<glyph unicode="" glyph-name="descriptions" d="M902.294 790h-79.626c89.818-88.89 141.452-210.252 141.452-336.484 0-112.16-40.358-219.452-112.102-304.282h75.96c63.864 87.268 99.598 194.154 99.598 304.282-0.002 123.796-45.386 243.4-125.284 336.484v0zM739.784 790h-79.356c89.546-88.89 141.178-210.252 141.178-336.484 0-112.16-40.358-219.452-111.964-304.282h75.552c64.408 87.268 99.874 194.154 99.874 304.282-0.004 123.796-45.254 243.4-125.284 336.484v0zM576.998 790h-78.95c89.682-88.89 140.908-210.252 140.908-336.484 0-112.16-40.492-219.452-111.692-304.282h75.412c64.408 87.268 99.6 194.154 99.6 304.282 0.004 123.796-44.836 243.4-125.276 336.484v0zM524.274 468.128c0-177.104-144.714-320.79-322.718-320.79v-0.54h-197.98v642.796h199.474c178.004 0 321.224-143.686 321.224-321.464v0zM355.51 468.128c0 94.302-76.366 170.88-171.482 170.88h-44.842v-342.3h44.842c95.116 0 171.482 76.71 171.482 171.42v0z" />
|
|
13
|
+
<glyph unicode="" glyph-name="rewind" d="M576 812.8v-320l320 320v-704l-320 320v-320l-352 352z" />
|
|
14
|
+
<glyph unicode="" glyph-name="forward" d="M512 108.8v320l-320-320v704l320-320v320l352-352z" />
|
|
15
|
+
<glyph unicode="" glyph-name="volume-medium" d="M719.53 141.27c-12.286 0-24.568 4.686-33.942 14.058-18.744 18.744-18.744 49.136 0 67.882 131.006 131.006 131.006 344.17 0 475.176-18.744 18.746-18.744 49.138 0 67.882 18.744 18.742 49.138 18.744 67.882 0 81.594-81.592 126.53-190.076 126.53-305.468s-44.936-223.876-126.53-305.47c-9.372-9.374-21.656-14.060-33.94-14.060zM549.020 231.78c-12.286 0-24.568 4.686-33.942 14.058-18.746 18.746-18.746 49.136 0 67.882 81.1 81.1 81.1 213.058 0 294.156-18.746 18.746-18.746 49.138 0 67.882s49.136 18.744 67.882 0c118.53-118.53 118.53-311.392 0-429.922-9.372-9.37-21.656-14.056-33.94-14.056zM401.332 894.132c25.668 25.668 46.668 16.968 46.668-19.332v-828c0-36.3-21-44.998-46.668-19.33l-241.332 241.33h-160v384h160l241.332 241.332z" />
|
|
16
|
+
<glyph unicode="" glyph-name="volume-mute" d="M401.332 894.132c25.668 25.668 46.668 16.968 46.668-19.332v-828c0-36.3-21-44.998-46.668-19.33l-241.332 241.33h-160v384h160l241.332 241.332zM960 353.652v-84.852h-84.852l-107.148 107.148-107.148-107.148h-84.852v84.852l107.148 107.148-107.148 107.148v84.852h84.852l107.148-107.148 107.148 107.148h84.852v-84.852l-107.148-107.148z" />
|
|
17
|
+
<glyph unicode="" glyph-name="volume-up" d="M428.164 908.882c11.976 0 19.836-11.878 19.838-34.082v-828c0-22.206-7.856-34.082-19.836-34.082-7.604 0-16.868 4.788-26.834 14.752l-241.332 241.33h-160v384h160l241.332 241.332c9.966 9.966 19.228 14.75 26.832 14.75zM1024 396.8h-192v-192h-128v192h-192v128h192v192h128v-192h192z" />
|
|
18
|
+
<glyph unicode="" glyph-name="volume-down" d="M428.164 908.882c11.976 0 19.836-11.878 19.838-34.082v-828c0-22.206-7.856-34.082-19.836-34.082-7.604 0-16.868 4.788-26.834 14.752l-241.332 241.33h-160v384h160l241.332 241.332c9.966 9.966 19.228 14.75 26.832 14.75zM512 524.8h512v-128h-512z" />
|
|
19
|
+
<glyph unicode="" glyph-name="chapters" d="M256 844.8v-896l320 320 320-320v896zM768 972.8h-640v-896l64 64v768h576z" />
|
|
20
|
+
<glyph unicode="" glyph-name="sign" d="M560.85 445.070c19.35-15.456 29.15-61.566 28.898-61.062 35.682-11.308 58.174-34.93 58.174-34.93 54.78 30.53 56.038 16.71 79.786 34.93 19.6 13.446 18.722 17.59 29.024 53.65 9.55 29.274-24.376 26.512-52.27 79.786-48.626-18.344-74.884-10.050-91.344-8.544-7.412 1.004-6.158-28.774-52.27-63.828zM737.76 92.382c-6.786-9.298-10.052-11.182-18.596-23.246-14.322-18.47 3.894-46.364 12.942-41.966 10.554 3.894 17.462 25.004 29.024 31.914 5.904 3.14 21.61 26.26 36.312 41.966 10.804 12.188 18.596 17.59 28.898 30.406 17.462 21.61 21.11 38.070 36.312 61.062 9.424 12.062 15.956 15.706 24.626 30.406 45.36 85.942 32.164 124.514 75.514 185.83 13.318 18.092 28.27 22.616 49.378 33.422 19.6 142.982-45.482 223.020-44.98 223.27-54.654-31.914-84.182-44.98-140.848-41.966-21.36 0.252-32.544 9.298-53.65 7.412-19.726-0.752-29.778-8.166-49.378-14.826-30.154-9.298-46.614-17.59-78.278-27.39-20.102-5.654-32.918-5.904-53.776-13.068-17.842-7.538-9.298-1.506-21.862-15.956-16.208-17.842-12.188-31.914-27.39-62.572-18.972-40.206-16.71-45.61-5.904-50.51-7.162-20.606-8.922-34.428-7.162-56.666 2.010-16.962-5.152-28.774 13.068-42.218 24.752-18.47 76.77-61.692 89.962-62.32 19.978 0.63 77.9-1.506 107.3 18.846 6.658 4.146 8.544 8.294 2.89-7.412-1.13-1.884-73.376-58.174-81.168-57.924-91.846-2.89-61.062-8.042-66.718-5.904-4.65 0-48.876 54.028-75.638 34.93-10.050-6.158-14.702-12.062-18.596-23.12 3.392-7.038 19.6-18.346 34.552-27.642 21.61-13.822 23.62-28.27 45.106-33.422 26.26-5.904 54.278-2.010 70.99-4.146 6.408-1.76 64.332 15.202 100.39 34.552 33.296 17.214-45.986-33.172-65.336-57.924-58.424-18.346-41.966-19.098-69.734-24.752-25.756-5.904-24.5-4.398-42.092-10.052-18.22-4.398-33.172-29.274-15.956-42.218 10.302-8.544 42.342 3.392 74.004 4.398 14.072 0.252 71.24 26.51 84.182 33.422 32.416 17.338 56.288 41.462 75.388 55.158 26.51 18.47-29.904-50.76-53.776-79.786zM453.372 471.078c-19.348 15.956-29.15 62.068-28.898 62.32-35.682 10.554-58.176 34.176-58.176 33.422-54.782-29.778-56.288-15.956-79.786-33.422-19.85-14.198-18.722-18.596-29.024-53.524-9.55-30.406 24.122-27.39 52.27-79.91 48.626 17.59 74.884 9.298 91.344 7.288 7.412-0.502 6.156 29.274 52.27 63.826zM276.464 823.762c6.786 9.798 10.050 11.686 18.846 23.246 13.822 18.974-4.146 46.866-12.94 43.474-10.806-4.9-17.716-26.010-30.658-33.422-4.774-2.64-20.48-25.758-34.93-41.966-10.806-11.686-18.594-17.088-28.898-30.658-17.716-20.858-21.11-37.318-36.312-59.43-9.424-13.194-16.208-16.586-24.626-31.79-45.358-85.438-32.29-124.012-75.514-184.32-13.318-19.476-28.27-23.62-49.378-34.93-19.6-142.734 45.232-222.516 44.982-222.016 54.656 31.16 83.93 44.1 140.848 42.218 21.36-1.256 32.544-10.302 53.652-8.922 19.728 1.256 29.778 8.668 49.378 14.576 30.154 10.052 46.614 18.346 76.77 27.642 21.61 6.158 34.428 6.408 55.284 14.576 17.842 6.534 9.298 0.502 21.862 14.45 15.956 18.346 12.188 32.416 26.010 62.32 20.356 40.96 18.094 46.364 7.286 50.76 6.912 21.108 8.922 34.678 7.162 56.666-2.262 17.214 5.152 29.274-13.068 41.966-24.752 19.224-76.77 62.446-89.71 62.572-20.228-0.126-78.152 2.010-107.552-17.34-6.658-5.152-8.544-9.298-2.89 5.654 1.13 2.64 73.378 58.802 81.168 59.556 91.846 2.010 61.062 7.162 66.718 4.524 4.65 0.378 48.878-53.524 75.638-34.93 9.798 6.658 14.702 12.564 18.846 23.118-3.642 7.538-19.85 18.846-34.802 27.518-21.61 14.45-23.746 28.898-45.106 33.548-26.26 6.406-54.528 2.512-70.99 5.654-6.406 0.752-64.332-16.208-100.14-34.804-33.798-17.968 45.734 32.292 65.334 58.176 58.176 17.34 41.462 18.092 69.608 24.5 25.632 5.152 24.376 3.644 41.966 8.794 17.968 4.9 33.17 29.526 15.956 43.474-10.554 7.79-42.342-4.146-73.752-4.398-14.322-1.004-71.492-27.266-84.432-34.678-32.416-16.836-56.288-40.96-75.388-53.65-26.764-19.476 29.904 49.504 53.776 78.278z" />
|
|
21
|
+
<glyph unicode="" glyph-name="volume-loud" horiz-adv-x="1088" d="M890.040 50.76c-12.286 0-24.568 4.686-33.942 14.058-18.744 18.746-18.744 49.136 0 67.882 87.638 87.642 135.904 204.16 135.904 328.1 0 123.938-48.266 240.458-135.904 328.098-18.744 18.746-18.744 49.138 0 67.882s49.138 18.744 67.882 0c105.77-105.772 164.022-246.4 164.022-395.98s-58.252-290.208-164.022-395.98c-9.372-9.374-21.656-14.060-33.94-14.060zM719.53 141.27c-12.286 0-24.568 4.686-33.942 14.058-18.744 18.744-18.744 49.136 0 67.882 131.006 131.006 131.006 344.17 0 475.176-18.744 18.746-18.744 49.138 0 67.882 18.744 18.742 49.138 18.744 67.882 0 81.594-81.592 126.53-190.076 126.53-305.468s-44.936-223.876-126.53-305.47c-9.372-9.374-21.656-14.060-33.94-14.060zM549.020 231.78c-12.286 0-24.568 4.686-33.942 14.058-18.746 18.746-18.746 49.136 0 67.882 81.1 81.1 81.1 213.058 0 294.156-18.746 18.746-18.746 49.138 0 67.882s49.136 18.744 67.882 0c118.53-118.53 118.53-311.392 0-429.922-9.372-9.37-21.656-14.056-33.94-14.056zM401.332 894.132c25.668 25.668 46.668 16.968 46.668-19.332v-828c0-36.3-21-44.998-46.668-19.33l-241.332 241.33h-160v384h160l241.332 241.332z" />
|
|
22
|
+
<glyph unicode="" glyph-name="volume-soft" d="M549.020 231.78c-12.286 0-24.568 4.686-33.942 14.058-18.746 18.746-18.746 49.136 0 67.882 81.1 81.1 81.1 213.058 0 294.156-18.746 18.746-18.746 49.138 0 67.882s49.136 18.744 67.882 0c118.53-118.53 118.53-311.392 0-429.922-9.372-9.37-21.656-14.056-33.94-14.056zM401.332 894.132c25.668 25.668 46.668 16.968 46.668-19.332v-828c0-36.3-21-44.998-46.668-19.33l-241.332 241.33h-160v384h160l241.332 241.332z" />
|
|
23
|
+
<glyph unicode="" glyph-name="preferences" d="M933.79 362.55c-53.726 93.054-21.416 212.304 72.152 266.488l-100.626 174.292c-28.75-16.854-62.176-26.518-97.846-26.518-107.536 0-194.708 87.746-194.708 195.99h-201.258c0.266-33.41-8.074-67.282-25.958-98.252-53.724-93.056-173.156-124.702-266.862-70.758l-100.624-174.292c28.97-16.472 54.050-40.588 71.886-71.478 53.638-92.908 21.512-211.92-71.708-266.224l100.626-174.292c28.65 16.696 61.916 26.254 97.4 26.254 107.196 0 194.144-87.192 194.7-194.958h201.254c-0.086 33.074 8.272 66.57 25.966 97.218 53.636 92.906 172.776 124.594 266.414 71.012l100.626 174.29c-28.78 16.466-53.692 40.498-71.434 71.228zM512 253.468c-114.508 0-207.336 92.824-207.336 207.334 0 114.508 92.826 207.334 207.336 207.334s207.332-92.826 207.332-207.334c-0.002-114.51-92.824-207.334-207.332-207.334z" />
|
|
24
|
+
<glyph unicode="" glyph-name="restart" d="M921.6 563.2h-307.2l114.825 114.825c-58.025 58.022-135.168 89.977-217.225 89.977s-159.2-31.956-217.225-89.977c-58.022-58.025-89.977-135.168-89.977-217.225s31.956-159.2 89.977-217.225c58.025-58.022 135.168-89.977 217.225-89.977s159.2 31.956 217.225 89.977c4.844 4.842 9.488 9.833 13.964 14.937l77.056-67.426c-75.078-85.734-185.332-139.886-308.244-139.886-226.217 0-409.6 183.385-409.6 409.6s183.385 409.6 409.6 409.6c113.11 0 215.497-45.862 289.612-119.988l119.988 119.988v-307.2z" />
|
|
25
|
+
<glyph unicode="" glyph-name="previous" d="M256 76.8v768h128v-352l320 320v-704l-320 320v-352z" />
|
|
26
|
+
<glyph unicode="" glyph-name="next" d="M768 844.8v-768h-128v352l-320-320v704l320-320v352z" />
|
|
27
|
+
<glyph unicode="" glyph-name="ellipsis" d="M512.051 573.44c-62.208 0-112.691-50.432-112.691-112.64s50.483-112.64 112.691-112.64c62.208 0 112.589 50.432 112.589 112.64s-50.381 112.64-112.589 112.64zM153.651 573.44c-62.208 0-112.691-50.432-112.691-112.64s50.483-112.64 112.691-112.64c62.208 0 112.589 50.483 112.589 112.64s-50.381 112.64-112.589 112.64zM870.451 573.44c-62.208 0-112.691-50.432-112.691-112.64s50.483-112.64 112.691-112.64c62.208 0 112.589 50.432 112.589 112.64s-50.381 112.64-112.589 112.64z" />
|
|
28
|
+
<glyph unicode="" glyph-name="turtle" d="M881.231 775.877c-14.384 0.738-28.121-1.27-41.846-7.385-62.346-27.727-85.090-138.634-110.769-201.846-61.794-152.143-363.018-236.514-601.846-267.077-45.41-5.829-89.57-37.898-124.308-75.077 41.984 14.533 108.839 15.222 140.308-7.385 0.354-25.009-19.239-54.361-32-70.154-20.677-25.6-20.391-40.615 6.154-40.615 24.222 0 38.518-0.354 83.692 0 20.126 0.158 31.646 8.212 76.308 76.308 183.926-36.785 306.462 13.538 306.462 13.538s20.825-89.846 72.615-89.846h76.308c32.414 0 34.127 16.955 32 22.154-22.961 55.414-34.816 95.902-39.385 128-13.47 95.074 33.644 196.401 129.231 279.385 29.972-50.491 115.367-43.284 148.923 4.923 33.516 48.167 22.843 116.126-9.846 164.923-25.108 37.455-68.848 67.94-112 70.154zM420.923 734.031c-36.961 0.809-78.622-5.662-128-20.923-215.591-66.678-213.878-253.47-179.692-294.154 0 0-48.886-24.507-20.923-65.231 22.922-33.359 160.699-9.787 276.923 27.077s216.389 91.806 272 137.846c48.522 40.212 28.229 107.806-25.846 99.692-25.285 50.186-83.58 113.265-194.462 115.692zM964.923 667.569c16.62 0 29.538-12.918 29.538-29.538s-12.918-29.538-29.538-29.538c-16.62 0-29.538 12.918-29.538 29.538s12.918 29.538 29.538 29.538z" />
|
|
29
|
+
<glyph unicode="" glyph-name="rabbit" d="M553.846 972.8c-115.121 0-81.211-26.87-59.077-25.846 79.399 3.702 266.171-2.255 350.769-124.308 0 0-52.313 150.154-291.692 150.154zM539.077 933.415c-131.702 0-145.231-26.132-145.231-56.615 0-27.884 78.11-42.821 129.231-35.692 142.257 19.771 216.606 6.144 269.538-44.308-51.712-39.897-38.41-71.729-65.231-94.769-55.966-48.167-135.316 34.462-254.769 34.462-127.803 0-241.231-98.284-241.231-243.692-8.034 27.49-39.385 46.769-73.846 46.769-49.861 0-77.538-32.63-77.538-76.308 0-39.385 57.846-91.678 146.462-48 25.561-61.834 115.968-69.858 125.538-72.615 27.53-7.877 96-5.002 96-44.308 0-40.645-52.923-56.034-52.923-87.385 0-54.784 90.023-44.692 116.923-52.923 86.174-26.466 107.678-62.149 142.769-113.231 39.463-57.462 131.692-72.094 131.692-32 0 163.092-225.94 211.259-225.231 211.692 31.153 19.535 109.538 71.513 109.538 180.923 0 66.284-36.007 115.505-89.846 146.462 64.315-4.805 131.692-61.696 131.692-140.308 0-96.098-33.438-144.532-39.385-151.385 101.1 59.274 163.466 200.202 155.077 326.154 31.232-20.519 65.044-29.558 100.923-32 38.439-2.639 75.5 11.52 83.692 27.077 19.456 37.022 8.3 118.843-6.154 145.231-39.070 71.286-114.471 88.596-184.615 86.154-61.558 85.543-195.17 120.615-283.077 120.615zM70.154 815.262l-28.308-78.769h190.769c26.663 29.499 78.917 61.794 116.923 78.769h-279.385zM964.923 706.954c16.62 0 29.538-12.918 29.538-29.538s-12.918-29.538-29.538-29.538c-16.62 0-29.538 12.918-29.538 29.538s12.918 29.538 29.538 29.538zM28.308 697.108l-28.308-78.769h163.692c13.312 42.181 30.011 68.017 39.385 78.769h-174.769z" />
|
|
30
|
+
<glyph unicode="" glyph-name="close" horiz-adv-x="806" d="M62.856 208.228q0 22.856 16 38.856l168 168-168 168q-16 16-16 38.856t16 38.856l77.714 77.714q16 16 38.856 16t38.856-16l168-168 168 168q16 16 38.856 16t38.856-16l77.714-77.714q16-16 16-38.856t-16-38.856l-168-168 168-168q16-16 16-38.856t-16-38.856l-77.714-77.714q-16-16-38.856-16t-38.856 16l-168 168-168-168q-16-16-38.856-16t-38.856 16l-77.714 77.714q-16 16-16 38.856z" />
|
|
31
|
+
<glyph unicode="" glyph-name="play" horiz-adv-x="806" d="M0 31.086v841.144q0 14.856 9.43 20.572t22.57-1.714l758.856-421.714q13.144-7.428 13.144-17.714t-13.144-17.714l-758.856-421.714q-13.144-7.428-22.572-1.714t-9.43 20.572z" />
|
|
32
|
+
<glyph unicode="" glyph-name="pause" d="M0 49.372v804.572q0 14.856 10.856 25.714t25.714 10.856h292.572q14.856 0 25.714-10.856t10.858-25.714v-804.572q0-14.856-10.856-25.714t-25.714-10.856h-292.572q-14.856 0-25.714 10.856t-10.856 25.714zM512 49.372v804.572q0 14.856 10.856 25.714t25.714 10.856h292.572q14.856 0 25.714-10.856t10.856-25.714v-804.572q0-14.856-10.856-25.714t-25.714-10.856h-292.572q-14.856 0-25.714 10.856t-10.856 25.714z" />
|
|
33
|
+
<glyph unicode="" glyph-name="stop" d="M0 49.372v804.572q0 14.856 10.856 25.714t25.714 10.856h804.572q14.856 0 25.714-10.856t10.856-25.714v-804.572q0-14.856-10.856-25.714t-25.714-10.856h-804.572q-14.856 0-25.714 10.856t-10.856 25.714z" />
|
|
34
|
+
<glyph unicode="" glyph-name="fullscreen-expand" d="M0 49.372v256q0 14.856 10.856 25.714t25.714 10.856 25.714-10.856l82.286-82.286 189.714 189.714q5.714 5.714 13.144 5.714t13.144-5.714l65.144-65.144q5.714-5.714 5.714-13.144t-5.714-13.144l-189.714-189.714 82.286-82.286q10.856-10.856 10.856-25.714t-10.856-25.714-25.714-10.856h-256q-14.856 0-25.714 10.856t-10.856 25.714zM446.286 543.086q0 7.428 5.714 13.144l189.714 189.714-82.286 82.286q-10.856 10.856-10.856 25.714t10.856 25.714 25.714 10.856h256q14.856 0 25.714-10.856t10.856-25.714v-256q0-14.856-10.856-25.714t-25.714-10.856-25.714 10.856l-82.286 82.286-189.714-189.714q-5.714-5.714-13.144-5.714t-13.144 5.714l-65.144 65.144q-5.714 5.714-5.714 13.144z" />
|
|
35
|
+
<glyph unicode="" glyph-name="fullscreen-collapse" d="M7.43 104.228q0 7.428 5.714 13.144l189.714 189.714-82.286 82.286q-10.856 10.856-10.856 25.714t10.856 25.714 25.714 10.856h256q14.856 0 25.714-10.856t10.858-25.714v-256q0-14.856-10.856-25.714t-25.714-10.856-25.714 10.856l-82.286 82.286-189.714-189.714q-5.714-5.714-13.144-5.714t-13.144 5.714l-65.144 65.144q-5.714 5.714-5.714 13.144zM438.858 488.228v256q0 14.856 10.858 25.714t25.714 10.858 25.714-10.858l82.286-82.286 189.714 189.714q5.714 5.714 13.144 5.714t13.144-5.714l65.144-65.144q5.714-5.714 5.714-13.142t-5.714-13.144l-189.714-189.714 82.286-82.286q10.856-10.856 10.856-25.714t-10.856-25.714-25.714-10.856h-256q-14.856 0-25.714 10.856t-10.858 25.714z" />
|
|
36
|
+
<glyph unicode="" glyph-name="slower" horiz-adv-x="586" d="M0 597.944q0 14.856 10.856 25.714t25.714 10.856h512q14.856 0 25.714-10.856t10.856-25.714-10.856-25.714l-256-256q-10.856-10.856-25.714-10.856t-25.714 10.856l-256 256q-10.856 10.856-10.856 25.714z" />
|
|
37
|
+
<glyph unicode="" glyph-name="faster" horiz-adv-x="586" d="M0 337.372q0 14.858 10.856 25.714l256 256q10.856 10.856 25.714 10.856t25.714-10.856l256-256q10.856-10.856 10.856-25.714t-10.856-25.714-25.714-10.856h-512q-14.856 0-25.714 10.856t-10.856 25.714z" />
|
|
38
|
+
<glyph unicode="" glyph-name="help" horiz-adv-x="586" d="M29.544 649.372q-1.43 8.572 3.144 16 91.43 152 265.142 152 45.714 0 92-17.714t83.428-47.43 60.572-72.856 23.428-90.57q0-30.856-8.856-57.714t-20-43.714-31.428-34-32.856-24.856-34.856-20.286q-23.428-13.144-39.144-37.144t-15.714-38.286q0-9.714-6.858-18.572t-16-8.856h-137.144q-8.57 0-14.57 10.572t-6 21.428v25.714q0 47.428 37.142 89.428t81.714 62q33.714 15.428 48 32t14.286 43.428q0 24-26.572 42.286t-61.428 18.286q-37.144 0-61.714-16.572-20-14.286-61.144-65.714-7.43-9.142-17.714-9.142-6.856 0-14.286 4.572l-93.714 71.428q-7.43 5.714-8.856 14.286zM193.83 108.8v137.144q0 9.144 6.856 16t16 6.856h137.142q9.144 0 16-6.856t6.858-16v-137.144q0-9.144-6.858-16t-16-6.856h-137.144q-9.144 0-16 6.856t-6.856 16z" />
|
|
39
|
+
<glyph unicode="" glyph-name="transcript" d="M0-5.486v914.286q0 22.856 16 38.856t38.856 16h457.144v-310.856q0-22.856 16-38.856t38.856-16h310.856v-603.428q0-22.856-16-38.856t-38.856-16h-768q-22.856 0-38.856 16t-16 38.856zM219.43 177.372q0-8 5.144-13.144t13.144-5.144h402.286q8 0 13.144 5.144t5.144 13.144v36.572q0 8-5.144 13.144t-13.144 5.144h-402.286q-8 0-13.144-5.144t-5.144-13.144v-36.572zM219.43 323.658q0-8 5.144-13.144t13.144-5.144h402.286q8 0 13.144 5.144t5.144 13.144v36.572q0 8-5.144 13.144t-13.144 5.144h-402.286q-8 0-13.144-5.144t-5.144-13.144v-36.572zM219.43 469.944q0-8 5.144-13.142t13.144-5.144h402.286q8 0 13.144 5.144t5.144 13.144v36.572q0 8-5.144 13.144t-13.144 5.142h-402.286q-8 0-13.144-5.142t-5.144-13.144v-36.572zM585.144 671.086v269.714q12.572-8 20.572-16l233.144-233.142q8-8 16-20.572h-269.714z" />
|
|
40
|
+
</font></defs></svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ableplayer",
|
|
3
|
+
"version": "3.0.26",
|
|
4
|
+
"description": "fully accessible HTML5 media player",
|
|
5
|
+
"homepage": "http://ableplayer.github.io/ableplayer",
|
|
6
|
+
"bugs": "https://github.com/ableplayer/ableplayer/issues",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/ableplayer/ableplayer.git"
|
|
11
|
+
},
|
|
12
|
+
"devDependencies": {
|
|
13
|
+
"grunt": ">=0.4.1",
|
|
14
|
+
"grunt-contrib-clean": ">=0.6.0",
|
|
15
|
+
"grunt-contrib-concat": ">=0.3.0",
|
|
16
|
+
"grunt-contrib-copy": ">=0.4.1",
|
|
17
|
+
"grunt-contrib-cssmin": ">=0.6.1",
|
|
18
|
+
"grunt-contrib-jshint": "^0.10.0",
|
|
19
|
+
"grunt-contrib-uglify": ">=0.2.2",
|
|
20
|
+
"grunt-remove-logging": ">=0.2.0"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
/*! Copyright (c) 2014 - Paul Tavares - purtuga - @paul_tavares - MIT License */
|
|
2
|
+
;(function($){
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Delays the execution of a function until an expression returns true.
|
|
6
|
+
* The expression is checked every 100 milliseconds for as many tries
|
|
7
|
+
* as defined in in the attempts option
|
|
8
|
+
*
|
|
9
|
+
* @param {Object} options
|
|
10
|
+
* @param {Function} options.when
|
|
11
|
+
* Function to execute on every interval.
|
|
12
|
+
* Must return true (boolean) in order for
|
|
13
|
+
* options.do to be executed.
|
|
14
|
+
* @param {Function} [options.exec]
|
|
15
|
+
* Function to be executed once options.when()
|
|
16
|
+
* returns true.
|
|
17
|
+
* @param {Interger} [options.interval=100]
|
|
18
|
+
* How long to wait in-between tries.
|
|
19
|
+
* @param {Interger} [options.attempts=100]
|
|
20
|
+
* How many tries to use before its considered
|
|
21
|
+
* a failure.
|
|
22
|
+
* @param {Interger} [options.delayed=0]
|
|
23
|
+
* Number of miliseconds to wait before execution
|
|
24
|
+
is started. Default is imediately.
|
|
25
|
+
*
|
|
26
|
+
* @return {jQuery.Promise}
|
|
27
|
+
*
|
|
28
|
+
* @example
|
|
29
|
+
*
|
|
30
|
+
* $.doWhen({
|
|
31
|
+
* when: function(){
|
|
32
|
+
* return false;
|
|
33
|
+
* },
|
|
34
|
+
* exec: function(){
|
|
35
|
+
* alert("never called given false response on when param!");
|
|
36
|
+
* }
|
|
37
|
+
* })
|
|
38
|
+
* .fail(function(){
|
|
39
|
+
* alert('ALERT: FAILED CONDITION');
|
|
40
|
+
* })
|
|
41
|
+
* .then(function(){
|
|
42
|
+
* alert("resolved.");
|
|
43
|
+
* });
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
$.doWhen = function(options) {
|
|
47
|
+
|
|
48
|
+
return $.Deferred(function(dfd){
|
|
49
|
+
|
|
50
|
+
var opt = $.extend({}, {
|
|
51
|
+
when: null,
|
|
52
|
+
exec: function(){},
|
|
53
|
+
interval: 100,
|
|
54
|
+
attempts: 100,
|
|
55
|
+
delayed: 0
|
|
56
|
+
},
|
|
57
|
+
options,
|
|
58
|
+
{
|
|
59
|
+
checkId: null
|
|
60
|
+
}),
|
|
61
|
+
startChecking = function(){
|
|
62
|
+
|
|
63
|
+
// Check condition now and if true, then resolve object
|
|
64
|
+
if (opt.when() === true) {
|
|
65
|
+
|
|
66
|
+
opt.exec.call(dfd.promise());
|
|
67
|
+
dfd.resolve();
|
|
68
|
+
return;
|
|
69
|
+
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
// apply minimal UI and hide the overlay
|
|
73
|
+
opt.checkId = setInterval(function(){
|
|
74
|
+
|
|
75
|
+
if (opt.attempts === 0) {
|
|
76
|
+
|
|
77
|
+
clearInterval(opt.checkId);
|
|
78
|
+
dfd.reject();
|
|
79
|
+
|
|
80
|
+
} else {
|
|
81
|
+
|
|
82
|
+
--opt.attempts;
|
|
83
|
+
|
|
84
|
+
if (opt.when() === true) {
|
|
85
|
+
|
|
86
|
+
opt.attempts = 0;
|
|
87
|
+
clearInterval(opt.checkId);
|
|
88
|
+
opt.exec.call(dfd.promise());
|
|
89
|
+
dfd.resolve();
|
|
90
|
+
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
}, opt.interval);
|
|
96
|
+
|
|
97
|
+
};
|
|
98
|
+
|
|
99
|
+
if (opt.delayed > 0) {
|
|
100
|
+
|
|
101
|
+
setTimeout(startChecking, Number(opt.delayed));
|
|
102
|
+
|
|
103
|
+
} else {
|
|
104
|
+
|
|
105
|
+
startChecking();
|
|
106
|
+
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
}).promise();
|
|
110
|
+
|
|
111
|
+
};
|
|
112
|
+
|
|
113
|
+
})(jQuery);
|