- メール
- Tweetbot
- Safari
- カレンダー
| 海老名駅 | |
| || | |
| 小田急線 | |
| || | |
| 本厚木駅 | |
| || | |
| 小田急線ロマンスカー | |
| || | |
| 御殿場駅 | |
| || |
| /*! | |
| * reldate.js | |
| * | |
| * LICENSE: http://hail2u.mit-license.org/2016 | |
| */ | |
| "use strict"; | |
| (function () { | |
| const now = Date.now(); | |
| const toRelativeDate = function (then) { |
| /*! | |
| * wrapfix.js | |
| * | |
| * LICENSE: http://hail2u.mit-license.org/2016 | |
| */ | |
| "use strict"; | |
| (function (d) { | |
| var e; | |
| var h; |
| if exists("current_compiler") | |
| finish | |
| endif | |
| let current_compiler = "sass_scss" | |
| if exists(":CompilerSet") != 2 " older Vim always used :setlocal | |
| command -nargs=* CompilerSet setlocal <args> | |
| endif | |
| let s:cpo_save = &cpo |
| function! s:CycleRebaseModes(num) | |
| if type(a:num) != type(0) | |
| return | |
| endif | |
| let modes = ['pick', 'reword', 'edit', 'squash', 'fixup', 'exec', 'drop'] | |
| let i = index(modes, expand('<cword>')) | |
| if (i == -1) | |
| if (a:num > 0) |
| #!/usr/bin/env node | |
| "use strict"; | |
| var marked = require("marked"); | |
| var md = `# Main Section | |
| This is a paragraph. |
| var optionsHTMLMinifier = { | |
| collapseBooleanAttributes: true, | |
| collapseInlineTagWhitespace: true, | |
| collapseWhitespace: true, | |
| minifyCSS: true, | |
| minifyJS: true, | |
| removeAttributeQuotes: true, | |
| removeComments: true, | |
| removeEmptyElements: true, | |
| removeOptionalTags: true, |
| プラン | 内訳 | 料金 |
|---|---|---|
| フレッツ光 | 基本料金 | 5200 |
| プロバイダ | 1200 | |
| にねん割 | -700 | |
| ポイント | -400 | |
| 5300 | ||
| ドコモ光 | 基本料金 | 5200 |
|プラン |内訳 |料金 |
| /*! | |
| * ellipsis-title.js | |
| * | |
| * LICENSE: http://hail2u.mit-license.org/2016 | |
| */ | |
| "use strict"; | |
| (function () { | |
| var e; | |
| var i; |