This file contains 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
[ | |
{ | |
"value": "Pacific/Midway", | |
"label": "(GMT-11:00) Midway Island, Samoa", | |
"offset": -11, | |
"abbrev": "SST", | |
"altName": "Samoa Standard Time" | |
}, | |
{ | |
"value": "Pacific/Honolulu", |
This file contains 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
const pytz_timezones = [ | |
'Africa/Abidjan', | |
'Africa/Accra', | |
'Africa/Addis_Ababa', | |
'Africa/Algiers', | |
'Africa/Asmara', | |
'Africa/Asmera', | |
'Africa/Bamako', | |
'Africa/Bangui', | |
'Africa/Banjul', |
This file contains 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
/* eslint-disable */ | |
import * as React from 'react'; | |
/** | |
* @SEE: | |
* Breaking change for animations for linear-gradient in this Chromium update: | |
* https://chromium.googlesource.com/chromium/src/+/a1f3b8804d221a3c503224c6b558eb19df29e9a0 | |
* | |
* Github PR/issue: | |
* https://github.com/danilowoz/react-content-loader/issues/316 |
This file contains 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
/* eslint-disable */ | |
import * as React from 'react'; | |
/** | |
* @SEE: | |
* Breaking change for animations for linear-gradient in this Chromium update: | |
* https://chromium.googlesource.com/chromium/src/+/a1f3b8804d221a3c503224c6b558eb19df29e9a0 | |
* | |
* Github PR/issue: | |
* https://github.com/danilowoz/react-content-loader/issues/316 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
const doIt = (a, b, c) => { | |
a++; | |
b.push('baz'); | |
c.key = 'other value'; | |
}; | |
const x = 5; | |
const y = ['foo', 'bar']; | |
const z = { key: 'some value' }; |
This file contains 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 id="missing_flash_overlay"> | |
<div id="missing_flash_overlay_content"> | |
<img id="missing_flash_img" src="http://yo-yoo.co.il/games/img/flash-player-missing.jpg" alt="missing flash player" /> | |
</div> | |
</div> | |
<script src="js/load-swf.js"></script> |