| Map | Action |
|---|---|
| <F1> | Causes Netrw to issue help |
| <cr> | Netrw will enter the directory or read the file |
| <del> | Netrw will attempt to remove the file/directory |
| - | Makes Netrw go up one directory |
| a | Toggles between normal display, hiding (suppress display of files matching g:netrw_list_hide) showing (display only files which match g:netrw_list_hide) |
| c | Make browsing directory the current directory |
| C | Setting the editing window |
| d | Make a directory |
| Party | Kurzbezeichnung | Color Code Main | Color Code Secondary | Color Code Third |
|---|---|---|---|---|
| Sozialdemokratische Partei Deutschlands | SPD | #E3000F | #A6006B | |
| Christlich Demokratische Union Deutschlands | CDU | #000000 | #003B6F | #ED8000 |
| Christlich-Soziale Union in Bayern | CSU | #0570C9 | ||
| Bündnis 90/Die Grünen | GRÜNE | #1AA037 | ||
| Die Linke | DIE LINKE | #E3000F | ||
| Freie Demokratische Partei | FDP | #FFEF00 | #048CDE | #DF006A |
| Alternative für Deutschland | AfD | #0489DB | #DB000A | #FFFFFF |
| Partei für Arbeit, Rechtsstaat, Tierschutz, Elitenförderung und basisdemokratische Initiative | Die PARTEI | #B92837 | #000000 | #FFFFFF |
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
| class UI extends React.Component { | |
| constructor(props) { | |
| super(props); | |
| this.buttons = this.props.buttonConfig; | |
| this.state = { | |
| animatedOpacity: new Animated.Value(1), | |
| animatedScale: new Animated.Value(1), | |
| }; |
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
| <!-- Launch Carmel Developer Preview using standard links, replace http://ocul.us/experience with your URL --> | |
| <a href="ovrweb:http://ocul.us/experience"> | |
| Navigate to an HTTP experience | |
| </a> | |
| <a href="ovrweb:https://ocul.us/experience"> | |
| Navigate to an HTTPS experience | |
| </a> | |
| <script> | |
| // You can also navigate programmatically from script |
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
| module.exports = { | |
| "env": { | |
| "browser": true, | |
| "node": true, | |
| "es6": true | |
| }, | |
| "ecmaFeatures": { | |
| "arrowFunctions": true, | |
| "binaryLiterals": true, |
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
| @media screen and (max-width: 599px) { | |
| td.episode_description { | |
| width: 60%; | |
| word-break: break-word; | |
| } | |
| .archive_episode_row { | |
| border-top: 1px solid #DDDDDD; | |
| display: flex; |
NewerOlder