From 991526927adabc224442415fc0621ffbae83f31a Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Wed, 30 Dec 2015 16:13:43 +0800 Subject: [PATCH] Update file header --- .header.json | 4 ++-- conf/user.go | 2 +- conf/wide.go | 2 +- editor/editors.go | 2 +- editor/formatter.go | 2 +- event/events.go | 2 +- file/decompress.go | 2 +- file/exporter.go | 2 +- file/files.go | 2 +- file/importer.go | 2 +- file/outline.go | 2 +- i18n/locales.go | 2 +- log/logs.go | 2 +- log/logs_test.go | 2 +- main.go | 2 +- notification/notifications.go | 2 +- output/build.go | 2 +- output/cross.go | 2 +- output/get.go | 2 +- output/install.go | 2 +- output/namespace.go | 2 +- output/namespace_linux.go | 2 +- output/outputs.go | 2 +- output/processes.go | 2 +- output/run.go | 2 +- output/test.go | 2 +- output/vet.go | 2 +- playground/autocomplete.go | 2 +- playground/build.go | 2 +- playground/file.go | 2 +- playground/playgrounds.go | 2 +- playground/run.go | 2 +- scm/git/clone.go | 2 +- session/sessions.go | 2 +- session/users.go | 2 +- shell/shells.go | 2 +- static/css/about.css | 2 +- static/css/base.css | 2 +- static/css/dialog.css | 2 +- static/css/lib.min.css | 16 ++++++++++++++++ static/css/playground-embed.css | 4 ++-- static/css/playground.css | 4 ++-- static/css/shell.css | 2 +- static/css/side.css | 2 +- static/css/sign.css | 2 +- static/css/start.css | 2 +- static/css/themes/dark.css | 2 +- static/css/themes/default.css | 2 +- static/css/wide.css | 2 +- static/css/wide.min.css | 16 ++++++++++++++++ static/js/bottomGroup.js | 2 +- static/js/dialog.js | 2 +- static/js/editors.js | 2 +- static/js/hotkeys.js | 2 +- static/js/lib.min.js | 16 ++++++++++++++++ static/js/menu.js | 2 +- static/js/notification.js | 2 +- .../overwrite/codemirror/addon/hint/show-hint.js | 2 +- static/js/playground.js | 2 +- static/js/session.js | 2 +- static/js/shell.js | 2 +- static/js/tabs.js | 2 +- static/js/tree.js | 2 +- static/js/wide.js | 2 +- static/js/wide.min.js | 16 ++++++++++++++++ static/js/windows.js | 2 +- util/file.go | 2 +- util/file_test.go | 2 +- util/go.go | 2 +- util/go_test.go | 2 +- util/net.go | 2 +- util/net_test.go | 2 +- util/os.go | 2 +- util/os_test.go | 2 +- util/panic.go | 2 +- util/panic_test.go | 2 +- util/rand.go | 2 +- util/rand_test.go | 2 +- util/ret.go | 2 +- util/string.go | 2 +- util/string_test.go | 2 +- util/websocket.go | 2 +- util/zip.go | 2 +- util/zip_test.go | 2 +- 84 files changed, 147 insertions(+), 83 deletions(-) diff --git a/.header.json b/.header.json index 2471ad8..79d96f4 100644 --- a/.header.json +++ b/.header.json @@ -14,7 +14,7 @@ ], "UseDefaultExcludes": true, "Properties": { - "Year": "2014-2015", - "Owner": "b3log.org" + "Year": "2014-2016", + "Owner": "b3log.org & hacpai.com" } } \ No newline at end of file diff --git a/conf/user.go b/conf/user.go index 5db31d2..2b5a47b 100644 --- a/conf/user.go +++ b/conf/user.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/conf/wide.go b/conf/wide.go index 72654e6..4d34ec3 100644 --- a/conf/wide.go +++ b/conf/wide.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/editor/editors.go b/editor/editors.go index be017dd..6a2e1ba 100644 --- a/editor/editors.go +++ b/editor/editors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/editor/formatter.go b/editor/formatter.go index 337e876..1a181b8 100644 --- a/editor/formatter.go +++ b/editor/formatter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/event/events.go b/event/events.go index 743ea5f..2045fe4 100644 --- a/event/events.go +++ b/event/events.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/file/decompress.go b/file/decompress.go index c1d5f8e..a4375d2 100644 --- a/file/decompress.go +++ b/file/decompress.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/file/exporter.go b/file/exporter.go index 0776264..4d11fef 100644 --- a/file/exporter.go +++ b/file/exporter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/file/files.go b/file/files.go index 804d238..47fbd46 100644 --- a/file/files.go +++ b/file/files.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/file/importer.go b/file/importer.go index 3b6f2ea..a0486ee 100644 --- a/file/importer.go +++ b/file/importer.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/file/outline.go b/file/outline.go index 8ca7804..3a13bd6 100755 --- a/file/outline.go +++ b/file/outline.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/i18n/locales.go b/i18n/locales.go index f2bf4dc..e67f5d3 100644 --- a/i18n/locales.go +++ b/i18n/locales.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/log/logs.go b/log/logs.go index f80c400..caaf8d3 100755 --- a/log/logs.go +++ b/log/logs.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/log/logs_test.go b/log/logs_test.go index 90bf214..d640baf 100644 --- a/log/logs_test.go +++ b/log/logs_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/main.go b/main.go index bfd6cef..3835183 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/notification/notifications.go b/notification/notifications.go index b253c3d..f4784ca 100644 --- a/notification/notifications.go +++ b/notification/notifications.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/build.go b/output/build.go index 5aca4c7..894e972 100644 --- a/output/build.go +++ b/output/build.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/cross.go b/output/cross.go index 5047e40..b9eba86 100644 --- a/output/cross.go +++ b/output/cross.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/get.go b/output/get.go index 958daa2..2a4c08e 100644 --- a/output/get.go +++ b/output/get.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/install.go b/output/install.go index 1fc5b81..0beec62 100644 --- a/output/install.go +++ b/output/install.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/namespace.go b/output/namespace.go index 2ea4149..e20ed86 100644 --- a/output/namespace.go +++ b/output/namespace.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/namespace_linux.go b/output/namespace_linux.go index 59e5c9d..e6ac001 100644 --- a/output/namespace_linux.go +++ b/output/namespace_linux.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/outputs.go b/output/outputs.go index 6300670..7438af2 100644 --- a/output/outputs.go +++ b/output/outputs.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/processes.go b/output/processes.go index edab534..20e4184 100644 --- a/output/processes.go +++ b/output/processes.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/run.go b/output/run.go index a82fd9e..6678e27 100644 --- a/output/run.go +++ b/output/run.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/test.go b/output/test.go index 7b07d48..2161ced 100644 --- a/output/test.go +++ b/output/test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/vet.go b/output/vet.go index ca98be2..762c5c2 100644 --- a/output/vet.go +++ b/output/vet.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/playground/autocomplete.go b/playground/autocomplete.go index 2734250..850c268 100644 --- a/playground/autocomplete.go +++ b/playground/autocomplete.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/playground/build.go b/playground/build.go index 3adf3fc..0119843 100644 --- a/playground/build.go +++ b/playground/build.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/playground/file.go b/playground/file.go index 912bb68..eb2031a 100644 --- a/playground/file.go +++ b/playground/file.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/playground/playgrounds.go b/playground/playgrounds.go index c2d4f53..31b8046 100644 --- a/playground/playgrounds.go +++ b/playground/playgrounds.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/playground/run.go b/playground/run.go index b793c98..ad63094 100644 --- a/playground/run.go +++ b/playground/run.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/scm/git/clone.go b/scm/git/clone.go index aab8a49..bd6ae31 100644 --- a/scm/git/clone.go +++ b/scm/git/clone.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/session/sessions.go b/session/sessions.go index ccf16d8..3c93438 100644 --- a/session/sessions.go +++ b/session/sessions.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/session/users.go b/session/users.go index f13b18d..6336670 100644 --- a/session/users.go +++ b/session/users.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/shell/shells.go b/shell/shells.go index b1d8dd8..f946f36 100644 --- a/shell/shells.go +++ b/shell/shells.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, b3log.org +// Copyright (c) 2014-2016, b3log.org & hacpai.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/static/css/about.css b/static/css/about.css index 2be7bf8..d16221a 100644 --- a/static/css/about.css +++ b/static/css/about.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, b3log.org + * Copyright (c) 2014-2016, b3log.org & hacpai.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/static/css/base.css b/static/css/base.css index 20deabb..aa13a9a 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, b3log.org + * Copyright (c) 2014-2016, b3log.org & hacpai.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/static/css/dialog.css b/static/css/dialog.css index 24e0e5f..e097937 100644 --- a/static/css/dialog.css +++ b/static/css/dialog.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, b3log.org + * Copyright (c) 2014-2016, b3log.org & hacpai.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/static/css/lib.min.css b/static/css/lib.min.css index 7d72eef..895272d 100644 --- a/static/css/lib.min.css +++ b/static/css/lib.min.css @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014-2016, b3log.org & hacpai.com + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + .layout-hide,.ui-layout-resizer-sliding .ui-layout-toggler{display:none}body{font-family:Geneva,Arial,Helvetica,sans-serif;font-size:100%}.ui-layout-content{padding:10px;position:relative;overflow:auto}.layout-child-container,.layout-content-container{padding:0;overflow:hidden}.layout-child-container{border:0}.layout-scroll{overflow:auto}.ui-layout-resizer{border-width:0}.ui-layout-resizer-north-dragging,.ui-layout-resizer-south-dragging{border-width:1px 0}.ui-layout-resizer-east-dragging,.ui-layout-resizer-west-dragging{border-width:0 1px}.ui-layout-resizer-dragging-limit{background:#F0F0F0}.ui-layout-resizer-sliding{opacity:.1;filter:alpha(opacity=10)}.ui-layout-resizer-sliding-hover{opacity:1;filter:alpha(opacity=100)}.ui-layout-resizer-north-sliding-hover{border-bottom-width:1px}.ui-layout-resizer-south-sliding-hover{border-top-width:1px}.ui-layout-resizer-west-sliding-hover{border-right-width:1px}.ui-layout-resizer-east-sliding-hover{border-left-width:1px}.ui-layout-toggler{border:1px solid #BBB;background-color:#BBB}.ui-layout-resizer-hover .ui-layout-toggler{opacity:.6;filter:alpha(opacity=60)}.ui-layout-resizer-hover .ui-layout-toggler-hover,.ui-layout-toggler-hover{background-color:#FC6;opacity:1;filter:alpha(opacity=100)}.ui-layout-toggler-north,.ui-layout-toggler-south{border-width:0 1px}.ui-layout-toggler-east,.ui-layout-toggler-west{border-width:1px 0}.ui-layout-toggler .content{color:#666;font-size:12px;font-weight:700;width:100%;padding-bottom:.35ex}.ui-layout-mask{border:none!important;padding:0!important;margin:0!important;overflow:hidden!important;position:absolute!important;opacity:0!important;filter:Alpha(Opacity="0")!important}.ui-layout-mask-inside-pane{top:0!important;left:0!important;width:100%!important;height:100%!important}@media print{.ui-layout-pane,body.ui-layout-container{top:auto!important;bottom:auto!important;left:auto!important;right:auto!important}.ui-layout-pane,html{height:auto!important;overflow:visible!important}body.ui-layout-container{position:static!important}.ui-layout-resizer,.ui-layout-toggler{display:none!important}.ui-layout-pane{border:none!important;background:0 0!important;position:relative!important;width:auto!important}} .CodeMirror{font-family:monospace;height:300px;color:#000}.CodeMirror-lines{padding:4px 0}.CodeMirror pre{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror div.CodeMirror-cursor{border-left:1px solid #000}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.CodeMirror.cm-fat-cursor div.CodeMirror-cursor{width:auto;border:0;background:#7e7}.CodeMirror.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-animate-fat-cursor{width:auto;border:0;-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite}@-moz-keyframes blink{0%,100%{background:#7e7}50%{background:0 0}}@-webkit-keyframes blink{0%,100%{background:#7e7}50%{background:0 0}}@keyframes blink{0%,100%{background:#7e7}50%{background:0 0}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-ruler{border-left:1px solid #ccc;position:absolute}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-invalidchar,.cm-s-default .cm-error{color:red}div.CodeMirror span.CodeMirror-matchingbracket{color:#0f0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#f22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:0;position:relative}.CodeMirror-sizer{position:relative;border-right:30px solid transparent}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;margin-bottom:-30px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:0 0;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent}.CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;overflow:auto}.CodeMirror-code{outline:0}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-measure pre{position:static}.CodeMirror div.CodeMirror-cursor{position:absolute;border-right:none;width:0}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}.CodeMirror-focused div.CodeMirror-cursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror ::selection,.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror ::-moz-selection{background:#d7d4f0}.cm-searching{background:#ffa;background:rgba(255,255,0,.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:''}span.CodeMirror-selectedtext{background:0 0} .CodeMirror-hints{position:absolute;z-index:10;overflow:hidden;list-style:none;margin:0;padding:2px;-webkit-box-shadow:2px 3px 5px rgba(0,0,0,.2);-moz-box-shadow:2px 3px 5px rgba(0,0,0,.2);box-shadow:2px 3px 5px rgba(0,0,0,.2);border-radius:3px;border:1px solid silver;background:#fff;font-size:90%;font-family:monospace;max-height:20em;overflow-y:auto}.CodeMirror-hint{margin:0;padding:0 4px;border-radius:2px;max-width:19em;overflow:hidden;white-space:pre;color:#000;cursor:pointer}li.CodeMirror-hint-active{background:#08f;color:#fff} diff --git a/static/css/playground-embed.css b/static/css/playground-embed.css index 867203c..0cf1111 100644 --- a/static/css/playground-embed.css +++ b/static/css/playground-embed.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, b3log.org + * Copyright (c) 2014-2016, b3log.org & hacpai.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -body { + overflow: auto; } diff --git a/static/css/playground.css b/static/css/playground.css index 0753550..52a306e 100644 --- a/static/css/playground.css +++ b/static/css/playground.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, b3log.org + * Copyright (c) 2014-2016, b3log.org & hacpai.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -body { + overflow: auto; } diff --git a/static/css/shell.css b/static/css/shell.css index cd346d0..9115c81 100644 --- a/static/css/shell.css +++ b/static/css/shell.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, b3log.org + * Copyright (c) 2014-2016, b3log.org & hacpai.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/static/css/side.css b/static/css/side.css index b2ff7ed..a57fe35 100644 --- a/static/css/side.css +++ b/static/css/side.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, b3log.org + * Copyright (c) 2014-2016, b3log.org & hacpai.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/static/css/sign.css b/static/css/sign.css index f0e6ad9..836b0b9 100644 --- a/static/css/sign.css +++ b/static/css/sign.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, b3log.org + * Copyright (c) 2014-2016, b3log.org & hacpai.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/static/css/start.css b/static/css/start.css index 91508ec..a60fa7d 100644 --- a/static/css/start.css +++ b/static/css/start.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, b3log.org + * Copyright (c) 2014-2016, b3log.org & hacpai.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/static/css/themes/dark.css b/static/css/themes/dark.css index f6e61a3..2b3ea2b 100644 --- a/static/css/themes/dark.css +++ b/static/css/themes/dark.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, b3log.org + * Copyright (c) 2014-2016, b3log.org & hacpai.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/static/css/themes/default.css b/static/css/themes/default.css index d8de727..214518c 100644 --- a/static/css/themes/default.css +++ b/static/css/themes/default.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, b3log.org + * Copyright (c) 2014-2016, b3log.org & hacpai.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/static/css/wide.css b/static/css/wide.css index 0da1c20..24ceed3 100644 --- a/static/css/wide.css +++ b/static/css/wide.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, b3log.org + * Copyright (c) 2014-2016, b3log.org & hacpai.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/static/css/wide.min.css b/static/css/wide.min.css index 7de9f2e..2eb8be4 100644 --- a/static/css/wide.min.css +++ b/static/css/wide.min.css @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014-2016, b3log.org & hacpai.com + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + .dialog-close-icon,.dialog-close-icon:hover{text-decoration:none}.dialog-background{height:100%;left:0;opacity:.3;position:absolute;top:0;width:100%;filter:alpha(opacity=30);display:none;background-color:#000;z-index:99}.dialog-panel{position:absolute;z-index:100;display:none;-moz-user-select:none;user-select:none;box-shadow:0 2px 10px 1px #000}.dialog-title{float:left;line-height:22px;margin-left:3px;font-weight:700}.dialog-header-bg{height:23px;background-color:#bbb;cursor:move;width:100%}.dialog-close-icon{float:right;margin:3px}.dialog-main>div{width:100%}.dialog-footer{padding:10px;text-align:right}#dialogCloseEditor button,.dialog-footer button{margin:0 5px}#dialogAlert,#dialogRemoveConfirm,.dialog-form,.dialog-prompt{padding:10px 15px 0;overflow:hidden}.dialog-main input,.dialog-main select{width:100%;margin:2px auto}#dialogGoFilePrompt>ul{position:relative;height:260px;overflow:auto;margin-top:5px;background-color:#FFF;border:1px solid #919191}#dialogPreference{margin:10px}#dialogPreference .tabs-panel{padding:10px}#dialogPreference .preference{margin-bottom:10px}#dialogPreference img.gravatar{width:48px;height:48px} body,ul{margin:0}body,button,input{font-family:Helvetica}.list li,body{overflow:hidden}::-webkit-scrollbar{background:0 0;width:16px;height:16px}::-webkit-scrollbar-corner{display:none;background-color:transparent}::-webkit-scrollbar-thumb{border:0 solid transparent;border-right-width:4px;border-left-width:4px;border-radius:9px;box-shadow:inset 0 0 0 1px rgba(128,128,128,.2),inset 0 0 0 4px rgba(128,128,128,.2)}::-webkit-scrollbar-thumb:horizontal{border-bottom-width:4px;border-top-width:4px}body{font-size:13px;color:#000}ul{padding:0;list-style:none}*{box-sizing:border-box}a{color:#4183c4;text-decoration:none}a:hover{text-decoration:underline}img{vertical-align:middle}.fn-left{float:left}.fn-right{float:right}.fn-clear:after,.fn-clear:before{display:table;content:""}.fn-clear:after{clear:both}.fn-none{display:none}.ft-small{color:#999;font-size:12px}.ft-red{color:#9d0000}.list li{cursor:pointer;line-height:20px;padding:0 3px;word-wrap:normal;word-break:normal;white-space:nowrap;text-overflow:ellipsis}.list li.selected,.list li:hover{background-color:#3875d7;color:#FFF}.list li.selected .ft-small,.list li:hover .ft-small{color:#FFF}@font-face{font-family:icomoon;src:url(fonts/icomoon.eot?35cb2z);src:url(fonts/icomoon.eot?#iefix35cb2z) format('embedded-opentype'),url(fonts/icomoon.woff?35cb2z) format('woff'),url(fonts/icomoon.ttf?35cb2z) format('truetype'),url(fonts/icomoon.svg?35cb2z#icomoon) format('svg');font-weight:400;font-style:normal}.font-ico,[class^=ico-]{font-family:icomoon;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:pointer;font-size:13px;line-height:20px}.ico-book:before{content:"\e623"}.ico-price:before{content:"\e616"}.ico-start:before{content:"\e9d7"}.ico-share:before{content:"\e61f"}.ico-github:before{content:"\f00a"}.ico-git:before{content:"\e624"}.ico-tencent:before{content:"\e622"}.ico-weibo:before{content:"\e621"}.ico-googleplus:before{content:"\e61a"}.ico-twitter:before{content:"\e61c"}.ico-email:before{content:"\e619"}.ico-facebook:before{content:"\e61b"}.ico-moveup:before{content:"\f148"}.ico-movedown:before{content:"\f149"}.ico-keyboard:before{content:"\f11c"}.ico-findfiles:before{content:"\e603"}.ico-find:before{content:"\e602"}.ico-editor:before{content:"\e604"}.ico-tree:before{content:"\e600"}.ico-build:before{content:"\e601"}.ico-notification:before{content:"\e607"}.ico-report:before{content:"\e605"}.ico-comment:before{content:"\e620"}.ico-goline:before{content:"\e61e"}.ico-info:before{content:"\e61d"}.ico-signup:before{content:"\e606"}.ico-signout:before{content:"\e618"}.ico-redo:before{content:"\e615"}.ico-undo:before{content:"\e60e"}.ico-about:before{content:"\e60d"}.ico-import:before{content:"\f0ee"}.ico-export:before{content:"\f0ed"}.ico-refresh:before{content:"\f021"}.ico-remove:before{content:"\e60b"}.ico-save:before{content:"\f0c7"}.ico-max:before{content:"\e609"}.ico-format:before{content:"\e612"}.ico-buildrun:before{content:"\e60c"}.ico-stop:before{content:"\e60f"}.ico-restore:before{content:"\e613"}.toolbars .ico-restore:before{content:"\e60a"}.ico-min:before{content:"\e614";position:absolute;right:5px}.ico-close:before{content:"\e611"} .frame li,.tabs>div{padding:0 5px;cursor:pointer}.footer .cursor,.frame li,.menu>ul>li>span,.notification-count,.tabs>div{cursor:pointer}.ico,.menu .split,.menu>ul>li,.tabs>div{float:left}.frame{position:absolute;width:320px;z-index:21;display:none}.frame li{line-height:25px}.frame li.disabled,.frame li.disabled .font-ico,.frame li.disabled:hover .font-ico{color:#999}.frame a{color:#000;text-decoration:none}.frame a:hover,.frame li:hover a{color:#FFF}.frame .space{display:inline-block;width:20px;height:15px}.frame .font-ico{margin-right:5px;width:15px;display:inline-block;text-align:center}.tabs{height:21px;overflow:hidden;width:100%}.tabs>div{line-height:20px;height:20px}.tabs>div>span.changed{font-weight:700}.tabs-panel{overflow:auto;flex:1;height:100%}.edit-exprinfo,.edit-panel{position:absolute;overflow:hidden}.menu{display:block!important}.menu>ul>li>span{font-size:12px;line-height:21px;padding:4px 7px}.menu .split{border-left:1px solid #919191;height:21px;margin:0 5px 0 0}.menu img.gravatar{float:left;margin:2px 8px;height:17px;width:17px;border-radius:9px}#buildRun{color:#6DB14C;font-size:19px}#buildRun.ico-stop{color:#9d0000;font-size:16px}.share-panel{position:absolute;z-index:20;width:226px;padding:5px 0;right:0;top:21px}.share-panel .font-ico{font-size:20px;transition:all .2s ease-out 0s;margin:0 5px;width:24px}.share-panel .font-ico:hover{transform:rotate(360deg)}.edit-panel{left:20%;width:60%;height:70%;flex-flow:column;display:flex}.toolbars{position:absolute;right:5px;top:1px}.ico{background-image:url(../images/ico-file.png);height:16px;margin:2px 0 0 -2px;width:16px}.edit-exprinfo{z-index:10;list-style:none;margin:0;padding:2px;-webkit-box-shadow:2px 3px 5px rgba(0,0,0,.2);-moz-box-shadow:2px 3px 5px rgba(0,0,0,.2);box-shadow:2px 3px 5px rgba(0,0,0,.2);border-radius:3px;border:1px solid silver;background:#fff;font-size:90%;max-height:20em;overflow-y:auto}.CodeMirror,.CodeMirror-hints{font-family:Consolas,'Courier New',monospace}.CodeMirror-hints .ico{margin:-1px 2px 0 -1px}.CodeMirror-focused .cm-matchhighlight{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFklEQVQI12NgYGBgkKzc8x9CMDAwAAAmhwSbidEoSQAAAABJRU5ErkJggg==);background-position:bottom;background-repeat:repeat-x}.CodeMirror-hint{padding-right:18px;max-width:none}.CodeMirror-hint:hover{background:#08f;color:#fff}.CodeMirror div.CodeMirror-cursor{border-left:2px solid #333}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:transparent}.bottom-window-group{background-color:#fff;flex-flow:column}.bottom-window-group .output{font-family:Consolas,Courier New,monospace;padding:0 5px;line-height:16px;font-size:12px;overflow-x:scroll;outline:0}.bottom-window-group .output pre{margin:0;font-family:Consolas,'Courier New',monospace}.bottom-window-group .output .start-build,.bottom-window-group .output .start-get,.bottom-window-group .output .start-install,.bottom-window-group .output .start-test,.start-vet{color:#999}.bottom-window-group .output .build-succ,.bottom-window-group .output .get-succ,.bottom-window-group .output .install-succ,.bottom-window-group .output .test-succ,.vet-succ{color:#090}.bottom-window-group .output .build-error,.bottom-window-group .output .get-error,.bottom-window-group .output .install-error,.bottom-window-group .output .test-error,.vet-error{color:#9d0000}.bottom-window-group .output .stderr{color:gray;font-style:italic}.bottom-window-group .output .path{text-decoration:underline;cursor:pointer}.bottom-window-group table{width:100%}.bottom-window-group td{border-bottom:1px solid #919191;font-size:12px;line-height:19px}.bottom-window-group .notification{outline:0}.bottom-window-group .notification .severity,.bottom-window-group .notification .type{width:50px;padding:0 5px}.bottom-window-group .search{display:flex;flex-flow:column;outline:0}.footer{box-shadow:0 1px 0 0 rgba(255,255,255,.06) inset;padding-left:5px;line-height:18px;display:block!important}.notification-count{float:right;display:none;background-color:#9d0000;color:#FFF;margin:1px 5px;padding:0 2px;border-radius:3px;line-height:16px} diff --git a/static/js/bottomGroup.js b/static/js/bottomGroup.js index 49a8fd4..e29ef8b 100644 --- a/static/js/bottomGroup.js +++ b/static/js/bottomGroup.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, b3log.org + * Copyright (c) 2014-2016, b3log.org & hacpai.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/static/js/dialog.js b/static/js/dialog.js index c084948..47607ba 100644 --- a/static/js/dialog.js +++ b/static/js/dialog.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, b3log.org + * Copyright (c) 2014-2016, b3log.org & hacpai.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/static/js/editors.js b/static/js/editors.js index 6f25cae..9c4ad51 100644 --- a/static/js/editors.js +++ b/static/js/editors.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, b3log.org + * Copyright (c) 2014-2016, b3log.org & hacpai.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/static/js/hotkeys.js b/static/js/hotkeys.js index d6b8bba..61e5ba0 100644 --- a/static/js/hotkeys.js +++ b/static/js/hotkeys.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, b3log.org + * Copyright (c) 2014-2016, b3log.org & hacpai.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/static/js/lib.min.js b/static/js/lib.min.js index 486a985..3133474 100644 --- a/static/js/lib.min.js +++ b/static/js/lib.min.js @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2014-2016, b3log.org & hacpai.com + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + !function(e,t){"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(e,t){function n(e){var t=e.length,n=Z.type(e);return"function"===n||Z.isWindow(e)?!1:1===e.nodeType&&t?!0:"array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e}function r(e,t,n){if(Z.isFunction(t))return Z.grep(e,function(e,r){return!!t.call(e,r,e)!==n});if(t.nodeType)return Z.grep(e,function(e){return e===t!==n});if("string"==typeof t){if(ae.test(t))return Z.filter(t,e,n);t=Z.filter(t,e)}return Z.grep(e,function(e){return U.call(t,e)>=0!==n})}function i(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}function o(e){var t=he[e]={};return Z.each(e.match(de)||[],function(e,n){t[n]=!0}),t}function s(){J.removeEventListener("DOMContentLoaded",s,!1),e.removeEventListener("load",s,!1),Z.ready()}function a(){Object.defineProperty(this.cache={},0,{get:function(){return{}}}),this.expando=Z.expando+Math.random()}function u(e,t,n){var r;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(be,"-$1").toLowerCase(),n=e.getAttribute(r),"string"==typeof n){try{n="true"===n?!0:"false"===n?!1:"null"===n?null:+n+""===n?+n:xe.test(n)?Z.parseJSON(n):n}catch(i){}ye.set(e,t,n)}else n=void 0;return n}function l(){return!0}function c(){return!1}function f(){try{return J.activeElement}catch(e){}}function p(e,t){return Z.nodeName(e,"table")&&Z.nodeName(11!==t.nodeType?t:t.firstChild,"tr")?e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody")):e}function d(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function h(e){var t=Pe.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function g(e,t){for(var n=0,r=e.length;r>n;n++)ve.set(e[n],"globalEval",!t||ve.get(t[n],"globalEval"))}function m(e,t){var n,r,i,o,s,a,u,l;if(1===t.nodeType){if(ve.hasData(e)&&(o=ve.access(e),s=ve.set(t,o),l=o.events)){delete s.handle,s.events={};for(i in l)for(n=0,r=l[i].length;r>n;n++)Z.event.add(t,i,l[i][n])}ye.hasData(e)&&(a=ye.access(e),u=Z.extend({},a),ye.set(t,u))}}function v(e,t){var n=e.getElementsByTagName?e.getElementsByTagName(t||"*"):e.querySelectorAll?e.querySelectorAll(t||"*"):[];return void 0===t||t&&Z.nodeName(e,t)?Z.merge([e],n):n}function y(e,t){var n=t.nodeName.toLowerCase();"input"===n&&Ne.test(e.type)?t.checked=e.checked:("input"===n||"textarea"===n)&&(t.defaultValue=e.defaultValue)}function x(t,n){var r,i=Z(n.createElement(t)).appendTo(n.body),o=e.getDefaultComputedStyle&&(r=e.getDefaultComputedStyle(i[0]))?r.display:Z.css(i[0],"display");return i.detach(),o}function b(e){var t=J,n=$e[e];return n||(n=x(e,t),"none"!==n&&n||(We=(We||Z("