This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Simple and limited English implementation of PHP's date() | |
* | |
* Usage: | |
* | |
* const d = new Date(); | |
* const format = 'j M Y H:i:s'; | |
* const s = d.arFormat(format); | |
* | |
* Results are cached |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="remote-petition" ref="petition"> | |
<div class="remote-petition__totaliser"> | |
<div class="remote-petition__bar-domain"> | |
<div class="remote-petition__bar" :style="barStyles"></div> | |
</div> | |
<p class="remote-petition__count-text">This petition has been signed <span class="remote-petition__count-number">{{ supporterCountDisplay }}</span> times.</p> | |
</div> | |
<div v-if="stage === 'form'" class="remote-petition__form-view"> | |
<div class="remote-petition__text-input-wrapper remote-petition__first_name" :class=""><label for="remote-petition__first_name" >First name</label><input required type="text" id="remote-petition__first_name" v-model="first_name"/></div> | |
<div class="remote-petition__text-input-wrapper remote-petition__last_name"><label for="remote-petition__last_name" >Last name</label><input required type="text" id="remote-petition__last_name" v-model="last_name"/></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Keyboard Control | |
Shift+A Aspect ratio override | |
LEFT and RIGHT | |
Seek backward/forward 5 seconds. Shift+arrow does a 1 second exact seek (see --hr-seek). | |
UP and DOWN | |
Seek forward/backward 1 minute. Shift+arrow does a 5 second exact seek (see --hr-seek). | |
Ctrl+LEFT and Ctrl+RIGHT | |
Seek to the previous/next subtitle. Subject to some restrictions and might not always work; see sub-seek command. |