@bwg-ui/core 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +106 -0
- package/dist/chunks/BwgLargeUploader-ByN1XWV4.js +809 -0
- package/dist/chunks/BwgLargeUploader-CU0-MVk4.cjs +1 -0
- package/dist/chunks/BwgSpace-CnLM4qcg.js +26 -0
- package/dist/chunks/BwgSpace-b0hmM1Ht.cjs +1 -0
- package/dist/chunks/QuickServiceToggle-CiCuWfCF.cjs +183 -0
- package/dist/chunks/QuickServiceToggle-y7esp1kp.js +15510 -0
- package/dist/chunks/ServiceCodeContext--ZnMtjzD.cjs +1 -0
- package/dist/chunks/ServiceCodeContext-CDZMr3Mm.js +87 -0
- package/dist/chunks/UtilsContext-B16Gh9LL.cjs +1 -0
- package/dist/chunks/UtilsContext-BbfZYiMR.js +240 -0
- package/dist/chunks/_commonjsHelpers-C6fGbg64.js +6 -0
- package/dist/chunks/_commonjsHelpers-DwGv2jUC.cjs +1 -0
- package/dist/chunks/codeStore-Dt6j826J.cjs +1 -0
- package/dist/chunks/codeStore-bxk_q1sl.js +449 -0
- package/dist/chunks/commonUtils-BV6WFv-z.js +628 -0
- package/dist/chunks/commonUtils-L9Jgc5y-.cjs +1 -0
- package/dist/chunks/favoriteStore-CguRSEcH.js +367 -0
- package/dist/chunks/favoriteStore-TgeeY32l.cjs +1 -0
- package/dist/chunks/jsx-runtime-CeSfJrVB.cjs +30 -0
- package/dist/chunks/jsx-runtime-Dpn_P65e.js +633 -0
- package/dist/chunks/messageUtils-9DXOwada.js +117 -0
- package/dist/chunks/messageUtils-RjJD_ArW.cjs +1 -0
- package/dist/chunks/popupStore-CVD8SPTa.cjs +1 -0
- package/dist/chunks/popupStore-Dp_fqtim.js +96 -0
- package/dist/chunks/realFormat-Cha7OTd9.cjs +1 -0
- package/dist/chunks/realFormat-DRGLFabQ.js +304 -0
- package/dist/chunks/serviceConfig-BJBsdee_.js +699 -0
- package/dist/chunks/serviceConfig-Cr2P4yr4.cjs +2 -0
- package/dist/components/common/BwgButtonGroup.d.ts +31 -0
- package/dist/components/common/BwgCmptArea.d.ts +16 -0
- package/dist/components/common/BwgConfigProvider.d.ts +10 -0
- package/dist/components/common/BwgDrawer.d.ts +20 -0
- package/dist/components/common/BwgGrid.d.ts +505 -0
- package/dist/components/common/BwgInfoArea.d.ts +8 -0
- package/dist/components/common/BwgPopup.d.ts +9 -0
- package/dist/components/common/BwgSpace.d.ts +11 -0
- package/dist/components/common/BwgTable.d.ts +13 -0
- package/dist/components/common/BwgTabs.d.ts +5 -0
- package/dist/components/common/BwgTitleBox.d.ts +29 -0
- package/dist/components/common/BwgView.d.ts +36 -0
- package/dist/components/common/ContentBox.d.ts +19 -0
- package/dist/components/common/ContentLayOut.d.ts +13 -0
- package/dist/components/common/GlobalConfigProvider.d.ts +9 -0
- package/dist/components/common/QuickServiceToggle.d.ts +13 -0
- package/dist/components/common/SearchBox.d.ts +16 -0
- package/dist/components/common/index.cjs +1 -0
- package/dist/components/common/index.d.ts +34 -0
- package/dist/components/common/index.js +24 -0
- package/dist/components/core/BwgButton.d.ts +6 -0
- package/dist/components/core/BwgCheck.d.ts +11 -0
- package/dist/components/core/BwgCheckList.d.ts +11 -0
- package/dist/components/core/BwgDatePicker.d.ts +10 -0
- package/dist/components/core/BwgForm.d.ts +6 -0
- package/dist/components/core/BwgFormItem.d.ts +17 -0
- package/dist/components/core/BwgInput.d.ts +9 -0
- package/dist/components/core/BwgLargeUploader.d.ts +15 -0
- package/dist/components/core/BwgMaskedInput.d.ts +20 -0
- package/dist/components/core/BwgMaskedPicker.d.ts +11 -0
- package/dist/components/core/BwgMultiSelect.d.ts +14 -0
- package/dist/components/core/BwgNumber.d.ts +13 -0
- package/dist/components/core/BwgRadio.d.ts +8 -0
- package/dist/components/core/BwgRangePicker.d.ts +12 -0
- package/dist/components/core/BwgSearch.d.ts +16 -0
- package/dist/components/core/BwgSelect.d.ts +15 -0
- package/dist/components/core/BwgTextArea.d.ts +8 -0
- package/dist/components/core/BwgUploader.d.ts +34 -0
- package/dist/components/core/index.cjs +1 -0
- package/dist/components/core/index.d.ts +36 -0
- package/dist/components/core/index.js +21 -0
- package/dist/components/guide/BwgComponentGuide.d.ts +2 -0
- package/dist/components/guide/BwgDeveloperGuide.d.ts +2 -0
- package/dist/components/guide/index.cjs +1 -0
- package/dist/components/guide/index.d.ts +2 -0
- package/dist/components/guide/index.js +7 -0
- package/dist/index.cjs +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +291 -0
- package/dist/provider/contexts/CommonCodeContext.d.ts +46 -0
- package/dist/provider/contexts/SearchBoxContext.d.ts +15 -0
- package/dist/provider/contexts/ServiceCodeContext.d.ts +108 -0
- package/dist/provider/contexts/UtilsContext.d.ts +194 -0
- package/dist/provider/contexts/index.d.ts +4 -0
- package/dist/provider/hooks/index.d.ts +2 -0
- package/dist/provider/hooks/usePopup.d.ts +17 -0
- package/dist/provider/hooks/useViewState.d.ts +14 -0
- package/dist/provider/index.cjs +1 -0
- package/dist/provider/index.d.ts +2 -0
- package/dist/provider/index.js +27 -0
- package/dist/public/styles/assets/images/contents/icon/ico-business-trip.svg +21 -0
- package/dist/public/styles/assets/images/contents/icon/ico-holiday.svg +23 -0
- package/dist/public/styles/assets/images/contents/icon/ico-menu-help.svg +5 -0
- package/dist/public/styles/assets/images/contents/icon/ico-overtime.svg +17 -0
- package/dist/public/styles/assets/images/contents/icon/ico-quick-tab-move.svg +8 -0
- package/dist/public/styles/assets/images/contents/icon/quick tab-text.svg +4 -0
- package/dist/public/styles/assets/images/contents/icon/quick-tab-text.svg +4 -0
- package/dist/public/test.txt +0 -0
- package/dist/stores/codeStore.d.ts +173 -0
- package/dist/stores/favoriteStore.d.ts +19 -0
- package/dist/stores/index.cjs +1 -0
- package/dist/stores/index.d.ts +14 -0
- package/dist/stores/index.js +20 -0
- package/dist/stores/menuStore.d.ts +52 -0
- package/dist/stores/popupStore.d.ts +72 -0
- package/dist/stores/userStore.d.ts +36 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-bold.eot +2751 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-bold.svg +626 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-bold.ttf +2755 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-bold.woff +2755 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-bold.woff2 +2754 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-medium.eot +0 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-medium.svg +1064 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-medium.ttf +0 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-medium.woff +0 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-medium.woff2 +2754 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-regular.eot +0 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-regular.svg +1063 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-regular.ttf +1597 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-regular.woff +1597 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-regular.woff2 +1597 -0
- package/dist/styles/assets/fonts/material/MaterialIcons-Regular.eot +1594 -0
- package/dist/styles/assets/fonts/material/MaterialIcons-Regular.ttf +0 -0
- package/dist/styles/assets/fonts/material/MaterialIcons-Regular.woff +1594 -0
- package/dist/styles/assets/fonts/material/MaterialIcons-Regular.woff2 +1594 -0
- package/dist/styles/assets/fonts/material/MaterialSymbolsOutlined.woff2 +0 -0
- package/dist/styles/assets/fonts/meiryo/meiryo.ttf +0 -0
- package/dist/styles/assets/fonts/meiryo/meiryob.ttf +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothic.eot +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothic.ttf +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothic.woff +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicBold.eot +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicBold.ttf +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicBold.woff +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWeb.eot +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWeb.ttf +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWeb.woff +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebBold.eot +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebBold.ttf +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebBold.woff +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebLight.eot +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebLight.ttf +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebLight.woff +0 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Bold.eot +2314 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Bold.otf +2314 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Bold.svg +47 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Bold.ttf +2301 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Bold.woff +2314 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Bold.woff2 +2315 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Light.otf +0 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Light.woff +0 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Light.woff2 +0 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Medium.eot +0 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Medium.otf +0 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Medium.svg +47 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Medium.ttf +0 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Medium.woff +0 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Medium.woff2 +0 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Regular.eot +0 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Regular.otf +0 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Regular.svg +47 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Regular.ttf +2299 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Regular.woff +0 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Regular.woff2 +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-ExtraLight.eot +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-ExtraLight.ttf +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-ExtraLight.woff +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-ExtraLight.woff2 +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-Light.eot +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-Light.ttf +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-Light.woff +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-Light.woff2 +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-Medium.eot +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-Medium.ttf +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-Medium.woff +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-Medium.woff2 +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-Regular.eot +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-Regular.ttf +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-Regular.woff +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-Regular.woff2 +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-SemiBold.eot +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-SemiBold.ttf +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-SemiBold.woff +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-SemiBold.woff2 +0 -0
- package/dist/styles/assets/fonts/pretendard/Pretendard-Black.woff2 +0 -0
- package/dist/styles/assets/fonts/pretendard/Pretendard-Bold.woff2 +0 -0
- package/dist/styles/assets/fonts/pretendard/Pretendard-ExtraBold.woff2 +0 -0
- package/dist/styles/assets/fonts/pretendard/Pretendard-ExtraLight.woff2 +0 -0
- package/dist/styles/assets/fonts/pretendard/Pretendard-Light.woff2 +0 -0
- package/dist/styles/assets/fonts/pretendard/Pretendard-Medium.woff2 +0 -0
- package/dist/styles/assets/fonts/pretendard/Pretendard-Regular.woff2 +0 -0
- package/dist/styles/assets/fonts/pretendard/Pretendard-SemiBold.woff2 +0 -0
- package/dist/styles/assets/fonts/pretendard/Pretendard-Thin.woff2 +0 -0
- package/dist/styles/assets/images/README.md +144 -0
- package/dist/styles/assets/images/backgrounds/landing_bg.png +0 -0
- package/dist/styles/assets/images/backgrounds/login_bg_01.png +0 -0
- package/dist/styles/assets/images/backgrounds/login_bg_02.png +0 -0
- package/dist/styles/assets/images/contents/btn/btn-down-on.png +0 -0
- package/dist/styles/assets/images/contents/btn/btn-down.png +0 -0
- package/dist/styles/assets/images/contents/btn/btn-left-on.png +0 -0
- package/dist/styles/assets/images/contents/btn/btn-left.png +0 -0
- package/dist/styles/assets/images/contents/btn/btn-right-on.png +0 -0
- package/dist/styles/assets/images/contents/btn/btn-right.png +0 -0
- package/dist/styles/assets/images/contents/btn/btn-up-on.png +0 -0
- package/dist/styles/assets/images/contents/btn/btn-up.png +0 -0
- package/dist/styles/assets/images/contents/icon/ico-business-trip.svg +21 -0
- package/dist/styles/assets/images/contents/icon/ico-holiday.svg +23 -0
- package/dist/styles/assets/images/contents/icon/ico-menu-help.svg +5 -0
- package/dist/styles/assets/images/contents/icon/ico-overtime.svg +17 -0
- package/dist/styles/assets/images/contents/icon/ico-quick-tab-move.svg +4 -0
- package/dist/styles/assets/images/contents/icon/ico-setting.svg +4 -0
- package/dist/styles/assets/images/contents/icon/ico_blue.png +0 -0
- package/dist/styles/assets/images/contents/icon/ico_red.png +0 -0
- package/dist/styles/assets/images/contents/icon/quick tab-text.svg +4 -0
- package/dist/styles/assets/images/contents/icon/quick-tab-text.svg +4 -0
- package/dist/styles/assets/images/logos/KRX Logo.svg +22 -0
- package/dist/styles/assets/images/logos/bwg-logo-blue.png +0 -0
- package/dist/styles/assets/images/logos/krx-logo-x2.png +0 -0
- package/dist/styles/assets/images/logos/krx-logo.png +0 -0
- package/dist/styles/assets/react.svg +1 -0
- package/dist/styles/components.css +785 -0
- package/dist/styles/fonts.css +101 -0
- package/dist/styles/global.css +52 -0
- package/dist/styles/index.css +41 -0
- package/dist/styles/layout.css +1132 -0
- package/dist/styles/login.css +151 -0
- package/dist/styles/popup.css +30 -0
- package/dist/styles/renderers.css +190 -0
- package/dist/styles/size.css +4019 -0
- package/dist/styles/variables.css +106 -0
- package/dist/test.txt +0 -0
- package/dist/types/images.d.ts +25 -0
- package/dist/utils/apiUtils.d.ts +85 -0
- package/dist/utils/arrayUtils.d.ts +34 -0
- package/dist/utils/commonUtils.d.ts +54 -0
- package/dist/utils/cookieUtils.d.ts +4 -0
- package/dist/utils/dateUtils.d.ts +26 -0
- package/dist/utils/envUtils.d.ts +8 -0
- package/dist/utils/imageUtils.d.ts +31 -0
- package/dist/utils/index.cjs +1 -0
- package/dist/utils/index.d.ts +14 -0
- package/dist/utils/index.js +211 -0
- package/dist/utils/messageUtils.d.ts +65 -0
- package/dist/utils/notificationUtils.d.ts +51 -0
- package/dist/utils/objectUtils.d.ts +27 -0
- package/dist/utils/realFormat.d.ts +242 -0
- package/dist/utils/serviceConfig.d.ts +35 -0
- package/dist/utils/stringUtils.d.ts +142 -0
- package/dist/utils/userUtils.d.ts +19 -0
- package/package.json +123 -0
- package/public/styles/assets/images/contents/icon/ico-business-trip.svg +21 -0
- package/public/styles/assets/images/contents/icon/ico-holiday.svg +23 -0
- package/public/styles/assets/images/contents/icon/ico-menu-help.svg +5 -0
- package/public/styles/assets/images/contents/icon/ico-overtime.svg +17 -0
- package/public/styles/assets/images/contents/icon/ico-quick-tab-move.svg +8 -0
- package/public/styles/assets/images/contents/icon/quick tab-text.svg +4 -0
- package/public/styles/assets/images/contents/icon/quick-tab-text.svg +4 -0
- package/public/test.txt +0 -0
|
@@ -0,0 +1,2314 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
<!DOCTYPE html>
|
|
8
|
+
<html lang="en" data-color-mode="auto" data-light-theme="light" data-dark-theme="dark" data-a11y-animated-images="system">
|
|
9
|
+
<head>
|
|
10
|
+
<meta charset="utf-8">
|
|
11
|
+
<link rel="dns-prefetch" href="https://github.githubassets.com">
|
|
12
|
+
<link rel="dns-prefetch" href="https://avatars.githubusercontent.com">
|
|
13
|
+
<link rel="dns-prefetch" href="https://github-cloud.s3.amazonaws.com">
|
|
14
|
+
<link rel="dns-prefetch" href="https://user-images.githubusercontent.com/">
|
|
15
|
+
<link rel="preconnect" href="https://github.githubassets.com" crossorigin>
|
|
16
|
+
<link rel="preconnect" href="https://avatars.githubusercontent.com">
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
<link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/light-0946cdc16f15.css" /><link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/dark-3946c959759a.css" /><link data-color-theme="dark_dimmed" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_dimmed-9b9a8c91acc5.css" /><link data-color-theme="dark_high_contrast" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_high_contrast-11302a585e33.css" /><link data-color-theme="dark_colorblind" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_colorblind-1a4564ab0fbf.css" /><link data-color-theme="light_colorblind" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_colorblind-12a8b2aa9101.css" /><link data-color-theme="light_high_contrast" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_high_contrast-5924a648f3e7.css" /><link data-color-theme="light_tritanopia" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_tritanopia-05358496cb79.css" /><link data-color-theme="dark_tritanopia" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_tritanopia-aad6b801a158.css" />
|
|
22
|
+
<link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/primer-primitives-fb1d51d1ef66.css" />
|
|
23
|
+
<link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/primer-0e3420bbec16.css" />
|
|
24
|
+
<link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/global-0d04dfcdc794.css" />
|
|
25
|
+
<link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/github-c7a3a0ac71d4.css" />
|
|
26
|
+
<link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/code-19f06efeff3c.css" />
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/wp-runtime-9a794f867114.js"></script>
|
|
31
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_stacktrace-parser_dist_stack-trace-parser_esm_js-node_modules_github_bro-a4c183-ae93d3fba59c.js"></script>
|
|
32
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/ui_packages_failbot_failbot_ts-e38c93eab86e.js"></script>
|
|
33
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/environment-de3997b81651.js"></script>
|
|
34
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_selector-observer_dist_index_esm_js-2646a2c533e3.js"></script>
|
|
35
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_relative-time-element_dist_index_js-99e288659d4f.js"></script>
|
|
36
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_fzy_js_index_js-node_modules_github_markdown-toolbar-element_dist_index_js-e3de700a4c9d.js"></script>
|
|
37
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_delegated-events_dist_index_js-node_modules_github_auto-complete-element-5b3870-ff38694180c6.js"></script>
|
|
38
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_file-attachment-element_dist_index_js-node_modules_github_text-ex-3415a8-7ecc10fb88d0.js"></script>
|
|
39
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_filter-input-element_dist_index_js-node_modules_github_remote-inp-8873b7-5771678648e0.js"></script>
|
|
40
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_view-components_app_components_primer_primer_js-node_modules_gith-3af896-d8cf3e5f5813.js"></script>
|
|
41
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/github-elements-6f05fe60d18a.js"></script>
|
|
42
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/element-registry-90a0fb4e73fa.js"></script>
|
|
43
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_lit-html_lit-html_js-9d9fe1859ce5.js"></script>
|
|
44
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_mini-throttle_dist_index_js-node_modules_github_alive-client_dist-bf5aa2-424aa982deef.js"></script>
|
|
45
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_turbo_dist_turbo_es2017-esm_js-ba0e4d5b3207.js"></script>
|
|
46
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_color-convert_index_js-node_modules_github_jtml_lib_index_js-40bf234a19dc.js"></script>
|
|
47
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_remote-form_dist_index_js-node_modules_scroll-anchoring_dist_scro-52dc4b-e1e33bfc0b7e.js"></script>
|
|
48
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_paste-markdown_dist_index_esm_js-node_modules_github_quote-select-743f1d-1b20d530fbf0.js"></script>
|
|
49
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_updatable-content_ts-dadb69f79923.js"></script>
|
|
50
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_behaviors_keyboard-shortcuts-helper_ts-app_assets_modules_github_be-f5afdb-3f05df4c282b.js"></script>
|
|
51
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_sticky-scroll-into-view_ts-0af96d15a250.js"></script>
|
|
52
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_behaviors_ajax-error_ts-app_assets_modules_github_behaviors_include-2e2258-7effad8d88d4.js"></script>
|
|
53
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_behaviors_commenting_edit_ts-app_assets_modules_github_behaviors_ht-83c235-c97eacdef68a.js"></script>
|
|
54
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_blob-anchor_ts-app_assets_modules_github_filter-sort_ts-app_assets_-e5f169-c54621d9e188.js"></script>
|
|
55
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/behaviors-a934992bd4b4.js"></script>
|
|
56
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_delegated-events_dist_index_js-node_modules_github_catalyst_lib_index_js-623425af41e1.js"></script>
|
|
57
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/notifications-global-4dc6f295cc92.js"></script>
|
|
58
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/code-menu-da1cefc25b0a.js"></script>
|
|
59
|
+
|
|
60
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/react-lib-26cb888452e9.js"></script>
|
|
61
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_octicons-react_dist_index_esm_js-node_modules_primer_react_lib-es-ca6dae-b92ad3d50a7c.js"></script>
|
|
62
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_Button_index_js-node_modules_primer_react_lib-esm_T-c6e74c-0275da95e0ca.js"></script>
|
|
63
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_TextInput_TextInput_js-78eadeb91f74.js"></script>
|
|
64
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_ActionList_index_js-node_modules_primer_react_lib-e-6c83fc-209125ca37d7.js"></script>
|
|
65
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_dompurify_dist_purify_js-64d590970fa6.js"></script>
|
|
66
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_ActionMenu_js-6f5478fce534.js"></script>
|
|
67
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_deprecated_ActionList_index_js-node_modules_primer_-fed12b-aab66293925c.js"></script>
|
|
68
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_FormControl_FormControl_js-785e3d3ff3f3.js"></script>
|
|
69
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_Heading_Heading_js-node_modules_primer_react_lib-es-20c766-2f73d206e824.js"></script>
|
|
70
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_Dialog_ConfirmationDialog_js-5c0818339f06.js"></script>
|
|
71
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_behaviors_dist_esm_focus-zone_js-e11d55a242ff.js"></script>
|
|
72
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_TreeView_TreeView_js-7165830dc4a6.js"></script>
|
|
73
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_Avatar_Avatar_js-node_modules_primer_react_lib-esm_-9d76dd-8810f816d9b8.js"></script>
|
|
74
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_blackbird-parser_dist_blackbird_js-fcd9d30e9b7e.js"></script>
|
|
75
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_UnderlineNav2_index_js-node_modules_react-router-do-3a0e98-3da6649648f5.js"></script>
|
|
76
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_behaviors_dist_esm_anchored-position_js-node_modules_primer_react-943b23-e07ed798c9a6.js"></script>
|
|
77
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_behaviors_dist_esm_scroll-into-view_js-node_modules_primer_react_-cd1b19-62b2b0b32cbe.js"></script>
|
|
78
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/ui_packages_react-core_deferred-registry_ts-ui_packages_react-core_AppContextProvider_tsx-ui_-ffd985-18d5698b6549.js"></script>
|
|
79
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/ui_packages_react-core_Entry_tsx-f122dd87b4f0.js"></script>
|
|
80
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/ui_packages_paths_path_ts-ui_packages_verified-fetch_verified-fetch_ts-ui_packages_safe-html_-d7e3f1-8681e57cea17.js"></script>
|
|
81
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_react-shared_RefSelector_RefSelector_tsx-194f004daa15.js"></script>
|
|
82
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_blackbird-monolith_hooks_use-navigate-to-query_ts-app_assets_modules_black-182e14-4606bbb51ec6.js"></script>
|
|
83
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_react-code-view_pages_CodeView_tsx-047905fa2704.js"></script>
|
|
84
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/react-code-view-9ba80612d81c.js"></script>
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
<title>NotoSans-subset/NotoSans-Bold.eot at master · uyeong/NotoSans-subset</title>
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
<meta name="route-pattern" content="/:user_id/:repository/blob/*name(/*path)">
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
<meta name="current-catalog-service-hash" content="581425c0eaaa5e5e53c5b736f58a14dbe5d38b0be425901738ad0670bd1d5a33">
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
<meta name="request-id" content="D34E:6BEF:FF08C5:12934DC:6470786C" data-turbo-transient="true" /><meta name="html-safe-nonce" content="6fb366f27bfcb5647384da9b2d5b36ef87e0861bddc910b4caf528594894171f" data-turbo-transient="true" /><meta name="visitor-payload" content="eyJyZWZlcnJlciI6Imh0dHBzOi8vZ2l0aHViLmNvbS91eWVvbmcvTm90b1NhbnMtc3Vic2V0L3RyZWUvbWFzdGVyIiwicmVxdWVzdF9pZCI6IkQzNEU6NkJFRjpGRjA4QzU6MTI5MzREQzo2NDcwNzg2QyIsInZpc2l0b3JfaWQiOiI4NTEwMTQ1NDA1NjUxOTI3NDk4IiwicmVnaW9uX2VkZ2UiOiJrb3JlYWNlbnRyYWwiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=" data-turbo-transient="true" /><meta name="visitor-hmac" content="68f347837b2ce2c6d2d1956484caca8a2464631e848b02051c59fdad3f0b9563" data-turbo-transient="true" />
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
<meta name="hovercard-subject-tag" content="repository:34047668" data-turbo-transient>
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
<meta name="github-keyboard-shortcuts" content="repository,source-code,file-tree" data-turbo-transient="true" />
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
<meta name="selected-link" value="repo_source" data-turbo-transient>
|
|
107
|
+
<link rel="assets" href="https://github.githubassets.com/">
|
|
108
|
+
|
|
109
|
+
<meta name="google-site-verification" content="c1kuD-K2HIVF635lypcsWPoD4kilo5-jA_wBFyT4uMY">
|
|
110
|
+
<meta name="google-site-verification" content="KT5gs8h0wvaagLKAVWq8bbeNwnZZK1r1XQysX3xurLU">
|
|
111
|
+
<meta name="google-site-verification" content="ZzhVyEFwb7w3e0-uOTltm8Jsck2F5StVihD0exw2fsA">
|
|
112
|
+
<meta name="google-site-verification" content="GXs5KoUUkNCoaAZn7wPN-t01Pywp9M3sEjnt_3_ZWPc">
|
|
113
|
+
<meta name="google-site-verification" content="Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I">
|
|
114
|
+
|
|
115
|
+
<meta name="octolytics-url" content="https://collector.github.com/github/collect" /><meta name="octolytics-actor-id" content="130130066" /><meta name="octolytics-actor-login" content="jaranglee" /><meta name="octolytics-actor-hash" content="39653bb2f5e199be00ffc498c9e7d7cc5286f2e9c0983cd5981670415794da8a" />
|
|
116
|
+
|
|
117
|
+
<meta name="analytics-location" content="/<user-name>/<repo-name>/blob/show" data-turbo-transient="true" />
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
<meta name="user-login" content="jaranglee">
|
|
127
|
+
|
|
128
|
+
<link rel="sudo-modal" href="/sessions/sudo_modal">
|
|
129
|
+
|
|
130
|
+
<meta name="viewport" content="width=device-width">
|
|
131
|
+
|
|
132
|
+
<meta name="description" content="Lightweight Hangul web font files. Contribute to uyeong/NotoSans-subset development by creating an account on GitHub.">
|
|
133
|
+
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub">
|
|
134
|
+
<link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub">
|
|
135
|
+
<meta property="fb:app_id" content="1401488693436528">
|
|
136
|
+
<meta name="apple-itunes-app" content="app-id=1477376905" />
|
|
137
|
+
<meta name="twitter:image:src" content="https://opengraph.githubassets.com/cc5afd680a1b2c144ec059e42d07443a9a82ea8cb41916a339930e6ea0a3b26a/uyeong/NotoSans-subset" /><meta name="twitter:site" content="@github" /><meta name="twitter:card" content="summary_large_image" /><meta name="twitter:title" content="NotoSans-subset/NotoSans-Bold.eot at master · uyeong/NotoSans-subset" /><meta name="twitter:description" content="Lightweight Hangul web font files. Contribute to uyeong/NotoSans-subset development by creating an account on GitHub." />
|
|
138
|
+
<meta property="og:image" content="https://opengraph.githubassets.com/cc5afd680a1b2c144ec059e42d07443a9a82ea8cb41916a339930e6ea0a3b26a/uyeong/NotoSans-subset" /><meta property="og:image:alt" content="Lightweight Hangul web font files. Contribute to uyeong/NotoSans-subset development by creating an account on GitHub." /><meta property="og:image:width" content="1200" /><meta property="og:image:height" content="600" /><meta property="og:site_name" content="GitHub" /><meta property="og:type" content="object" /><meta property="og:title" content="NotoSans-subset/NotoSans-Bold.eot at master · uyeong/NotoSans-subset" /><meta property="og:url" content="https://github.com/uyeong/NotoSans-subset" /><meta property="og:description" content="Lightweight Hangul web font files. Contribute to uyeong/NotoSans-subset development by creating an account on GitHub." />
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
<link rel="shared-web-socket" href="wss://alive.github.com/_sockets/u/130130066/ws?session=eyJ2IjoiVjMiLCJ1IjoxMzAxMzAwNjYsInMiOjExMTQ3ODAzNDcsImMiOjU0MTgwMTAyOSwidCI6MTY4NTA5MjQ5NX0=--3e021056e0bd0335cc98d76bef7bee3123bf48fb04118f906d4db5ac52f8f270" data-refresh-url="/_alive" data-session-id="5de5a859d8c57a0a8a44af7bbfad260f7e66ab1dbae2a997327529eed7020d6a">
|
|
142
|
+
<link rel="shared-web-socket-src" href="/assets-cdn/worker/socket-worker-71e98f781d79.js">
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
<meta name="hostname" content="github.com">
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
<meta name="keyboard-shortcuts-preference" content="all">
|
|
149
|
+
|
|
150
|
+
<meta name="expected-hostname" content="github.com">
|
|
151
|
+
|
|
152
|
+
<meta name="enabled-features" content="TURBO_EXPERIMENT_RISKY,IMAGE_METRIC_TRACKING,GEOJSON_AZURE_MAPS">
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
<meta http-equiv="x-pjax-version" content="9e7cee55247854e4b5065dcaa48c11a21f0aeecb18e0cf403d423ec8a217adf1" data-turbo-track="reload">
|
|
156
|
+
<meta http-equiv="x-pjax-csp-version" content="0db263f9a873141d8256f783c35f244c06d490aacc3b680f99794dd8fd59fb59" data-turbo-track="reload">
|
|
157
|
+
<meta http-equiv="x-pjax-css-version" content="3a5ebe862e241f673b94226e4d40972fd95ee6fdb7d57b8b44f2b2fa29ce05f7" data-turbo-track="reload">
|
|
158
|
+
<meta http-equiv="x-pjax-js-version" content="9ca49bde30c3d832abb07180263a22984c9334e3474ad0fe3f36eeb88de36d3b" data-turbo-track="reload">
|
|
159
|
+
|
|
160
|
+
<meta name="turbo-cache-control" content="no-preview" data-turbo-transient="">
|
|
161
|
+
|
|
162
|
+
<meta name="turbo-cache-control" content="no-cache" data-turbo-transient>
|
|
163
|
+
<meta data-hydrostats="publish">
|
|
164
|
+
|
|
165
|
+
<meta name="go-import" content="github.com/uyeong/NotoSans-subset git https://github.com/uyeong/NotoSans-subset.git">
|
|
166
|
+
|
|
167
|
+
<meta name="octolytics-dimension-user_id" content="1321707" /><meta name="octolytics-dimension-user_login" content="uyeong" /><meta name="octolytics-dimension-repository_id" content="34047668" /><meta name="octolytics-dimension-repository_nwo" content="uyeong/NotoSans-subset" /><meta name="octolytics-dimension-repository_public" content="true" /><meta name="octolytics-dimension-repository_is_fork" content="false" /><meta name="octolytics-dimension-repository_network_root_id" content="34047668" /><meta name="octolytics-dimension-repository_network_root_nwo" content="uyeong/NotoSans-subset" />
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
<meta name="turbo-body-classes" content="logged-in env-production page-responsive">
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
<meta name="browser-stats-url" content="https://api.github.com/_private/browser/stats">
|
|
175
|
+
|
|
176
|
+
<meta name="browser-errors-url" content="https://api.github.com/_private/browser/errors">
|
|
177
|
+
|
|
178
|
+
<meta name="browser-optimizely-client-errors-url" content="https://api.github.com/_private/browser/optimizely_client/errors">
|
|
179
|
+
|
|
180
|
+
<link rel="mask-icon" href="https://github.githubassets.com/pinned-octocat.svg" color="#000000">
|
|
181
|
+
<link rel="alternate icon" class="js-site-favicon" type="image/png" href="https://github.githubassets.com/favicons/favicon.png">
|
|
182
|
+
<link rel="icon" class="js-site-favicon" type="image/svg+xml" href="https://github.githubassets.com/favicons/favicon.svg">
|
|
183
|
+
|
|
184
|
+
<meta name="theme-color" content="#1e2327">
|
|
185
|
+
<meta name="color-scheme" content="light dark" />
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
<link rel="manifest" href="/manifest.json" crossOrigin="use-credentials">
|
|
189
|
+
|
|
190
|
+
</head>
|
|
191
|
+
|
|
192
|
+
<body class="logged-in env-production page-responsive" style="word-wrap: break-word;">
|
|
193
|
+
<div data-turbo-body class="logged-in env-production page-responsive" style="word-wrap: break-word;">
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
<div class="position-relative js-header-wrapper ">
|
|
198
|
+
<a href="#start-of-content" class="p-3 color-bg-accent-emphasis color-fg-on-emphasis show-on-focus js-skip-to-content">Skip to content</a>
|
|
199
|
+
<span data-view-component="true" class="progress-pjax-loader Progress position-fixed width-full">
|
|
200
|
+
<span style="width: 0%;" data-view-component="true" class="Progress-item progress-pjax-loader-bar left-0 top-0 color-bg-accent-emphasis"></span>
|
|
201
|
+
</span>
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_allex_crc32_lib_crc32_esm_js-node_modules_github_mini-throttle_dist_deco-26fa0f-02e7ed68dae1.js"></script>
|
|
206
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_clipboard-copy-element_dist_index_esm_js-node_modules_delegated-e-b37f7d-a9177ba414f2.js"></script>
|
|
207
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_command-palette_items_help-item_ts-app_assets_modules_github_comman-48ad9d-beffe41c24a7.js"></script>
|
|
208
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/command-palette-c2a5f7e7eb12.js"></script>
|
|
209
|
+
|
|
210
|
+
<header class="Header js-details-container Details px-3 px-md-4 px-lg-5 flex-wrap flex-md-nowrap" role="banner">
|
|
211
|
+
|
|
212
|
+
<div class="Header-item mt-n1 mb-n1 d-none d-md-flex">
|
|
213
|
+
<a
|
|
214
|
+
class="Header-link"
|
|
215
|
+
href="https://github.com/"
|
|
216
|
+
data-hotkey="g d"
|
|
217
|
+
aria-label="Homepage "
|
|
218
|
+
data-turbo="false"
|
|
219
|
+
data-analytics-event="{"category":"Header","action":"go to dashboard","label":"icon:logo"}"
|
|
220
|
+
>
|
|
221
|
+
<svg height="32" aria-hidden="true" viewBox="0 0 16 16" version="1.1" width="32" data-view-component="true" class="octicon octicon-mark-github v-align-middle">
|
|
222
|
+
<path d="M8 0c4.42 0 8 3.58 8 8a8.013 8.013 0 0 1-5.45 7.59c-.4.08-.55-.17-.55-.38 0-.27.01-1.13.01-2.2 0-.75-.25-1.23-.54-1.48 1.78-.2 3.65-.88 3.65-3.95 0-.88-.31-1.59-.82-2.15.08-.2.36-1.02-.08-2.12 0 0-.67-.22-2.2.82-.64-.18-1.32-.27-2-.27-.68 0-1.36.09-2 .27-1.53-1.03-2.2-.82-2.2-.82-.44 1.1-.16 1.92-.08 2.12-.51.56-.82 1.28-.82 2.15 0 3.06 1.86 3.75 3.64 3.95-.23.2-.44.55-.51 1.07-.46.21-1.61.55-2.33-.66-.15-.24-.6-.83-1.23-.82-.67.01-.27.38.01.53.34.19.73.9.82 1.13.16.45.68 1.31 2.69.94 0 .67.01 1.3.01 1.49 0 .21-.15.45-.55.38A7.995 7.995 0 0 1 0 8c0-4.42 3.58-8 8-8Z"></path>
|
|
223
|
+
</svg>
|
|
224
|
+
</a>
|
|
225
|
+
|
|
226
|
+
</div>
|
|
227
|
+
|
|
228
|
+
<div class="Header-item d-md-none">
|
|
229
|
+
<button aria-label="Toggle navigation" aria-expanded="false" type="button" data-view-component="true" class="Header-link js-details-target btn-link"> <svg aria-hidden="true" height="24" viewBox="0 0 16 16" version="1.1" width="24" data-view-component="true" class="octicon octicon-three-bars">
|
|
230
|
+
<path d="M1 2.75A.75.75 0 0 1 1.75 2h12.5a.75.75 0 0 1 0 1.5H1.75A.75.75 0 0 1 1 2.75Zm0 5A.75.75 0 0 1 1.75 7h12.5a.75.75 0 0 1 0 1.5H1.75A.75.75 0 0 1 1 7.75ZM1.75 12h12.5a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1 0-1.5Z"></path>
|
|
231
|
+
</svg>
|
|
232
|
+
</button> </div>
|
|
233
|
+
|
|
234
|
+
<div class="Header-item Header-item--full flex-column flex-md-row width-full flex-order-2 flex-md-order-none mr-0 mt-3 mt-md-0 Details-content--hidden-not-important d-md-flex">
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
<template id="search-icon">
|
|
239
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search">
|
|
240
|
+
<path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"></path>
|
|
241
|
+
</svg>
|
|
242
|
+
</template>
|
|
243
|
+
|
|
244
|
+
<template id="code-icon">
|
|
245
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-code">
|
|
246
|
+
<path d="m11.28 3.22 4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734L13.94 8l-3.72-3.72a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215Zm-6.56 0a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042L2.06 8l3.72 3.72a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L.47 8.53a.75.75 0 0 1 0-1.06Z"></path>
|
|
247
|
+
</svg>
|
|
248
|
+
</template>
|
|
249
|
+
|
|
250
|
+
<template id="file-code-icon">
|
|
251
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-file-code">
|
|
252
|
+
<path d="M4 1.75C4 .784 4.784 0 5.75 0h5.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v8.586A1.75 1.75 0 0 1 14.25 15h-9a.75.75 0 0 1 0-1.5h9a.25.25 0 0 0 .25-.25V6h-2.75A1.75 1.75 0 0 1 10 4.25V1.5H5.75a.25.25 0 0 0-.25.25v2.5a.75.75 0 0 1-1.5 0Zm1.72 4.97a.75.75 0 0 1 1.06 0l2 2a.75.75 0 0 1 0 1.06l-2 2a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734l1.47-1.47-1.47-1.47a.75.75 0 0 1 0-1.06ZM3.28 7.78 1.81 9.25l1.47 1.47a.751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018l-2-2a.75.75 0 0 1 0-1.06l2-2a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042Zm8.22-6.218V4.25c0 .138.112.25.25.25h2.688l-.011-.013-2.914-2.914-.013-.011Z"></path>
|
|
253
|
+
</svg>
|
|
254
|
+
</template>
|
|
255
|
+
|
|
256
|
+
<template id="history-icon">
|
|
257
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-history">
|
|
258
|
+
<path d="m.427 1.927 1.215 1.215a8.002 8.002 0 1 1-1.6 5.685.75.75 0 1 1 1.493-.154 6.5 6.5 0 1 0 1.18-4.458l1.358 1.358A.25.25 0 0 1 3.896 6H.25A.25.25 0 0 1 0 5.75V2.104a.25.25 0 0 1 .427-.177ZM7.75 4a.75.75 0 0 1 .75.75v2.992l2.028.812a.75.75 0 0 1-.557 1.392l-2.5-1A.751.751 0 0 1 7 8.25v-3.5A.75.75 0 0 1 7.75 4Z"></path>
|
|
259
|
+
</svg>
|
|
260
|
+
</template>
|
|
261
|
+
|
|
262
|
+
<template id="repo-icon">
|
|
263
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo">
|
|
264
|
+
<path d="M2 2.5A2.5 2.5 0 0 1 4.5 0h8.75a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-8a1 1 0 0 0-.714 1.7.75.75 0 1 1-1.072 1.05A2.495 2.495 0 0 1 2 11.5Zm10.5-1h-8a1 1 0 0 0-1 1v6.708A2.486 2.486 0 0 1 4.5 9h8ZM5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.249.249 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2Z"></path>
|
|
265
|
+
</svg>
|
|
266
|
+
</template>
|
|
267
|
+
|
|
268
|
+
<template id="bookmark-icon">
|
|
269
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-bookmark">
|
|
270
|
+
<path d="M3 2.75C3 1.784 3.784 1 4.75 1h6.5c.966 0 1.75.784 1.75 1.75v11.5a.75.75 0 0 1-1.227.579L8 11.722l-3.773 3.107A.751.751 0 0 1 3 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.91l3.023-2.489a.75.75 0 0 1 .954 0l3.023 2.49V2.75a.25.25 0 0 0-.25-.25Z"></path>
|
|
271
|
+
</svg>
|
|
272
|
+
</template>
|
|
273
|
+
|
|
274
|
+
<template id="plus-circle-icon">
|
|
275
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-plus-circle">
|
|
276
|
+
<path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Zm7.25-3.25v2.5h2.5a.75.75 0 0 1 0 1.5h-2.5v2.5a.75.75 0 0 1-1.5 0v-2.5h-2.5a.75.75 0 0 1 0-1.5h2.5v-2.5a.75.75 0 0 1 1.5 0Z"></path>
|
|
277
|
+
</svg>
|
|
278
|
+
</template>
|
|
279
|
+
|
|
280
|
+
<template id="circle-icon">
|
|
281
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-dot-fill">
|
|
282
|
+
<path d="M8 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8Z"></path>
|
|
283
|
+
</svg>
|
|
284
|
+
</template>
|
|
285
|
+
|
|
286
|
+
<template id="trash-icon">
|
|
287
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-trash">
|
|
288
|
+
<path d="M11 1.75V3h2.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H5V1.75C5 .784 5.784 0 6.75 0h2.5C10.216 0 11 .784 11 1.75ZM4.496 6.675l.66 6.6a.25.25 0 0 0 .249.225h5.19a.25.25 0 0 0 .249-.225l.66-6.6a.75.75 0 0 1 1.492.149l-.66 6.6A1.748 1.748 0 0 1 10.595 15h-5.19a1.75 1.75 0 0 1-1.741-1.575l-.66-6.6a.75.75 0 1 1 1.492-.15ZM6.5 1.75V3h3V1.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25Z"></path>
|
|
289
|
+
</svg>
|
|
290
|
+
</template>
|
|
291
|
+
|
|
292
|
+
<template id="team-icon">
|
|
293
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-people">
|
|
294
|
+
<path d="M2 5.5a3.5 3.5 0 1 1 5.898 2.549 5.508 5.508 0 0 1 3.034 4.084.75.75 0 1 1-1.482.235 4 4 0 0 0-7.9 0 .75.75 0 0 1-1.482-.236A5.507 5.507 0 0 1 3.102 8.05 3.493 3.493 0 0 1 2 5.5ZM11 4a3.001 3.001 0 0 1 2.22 5.018 5.01 5.01 0 0 1 2.56 3.012.749.749 0 0 1-.885.954.752.752 0 0 1-.549-.514 3.507 3.507 0 0 0-2.522-2.372.75.75 0 0 1-.574-.73v-.352a.75.75 0 0 1 .416-.672A1.5 1.5 0 0 0 11 5.5.75.75 0 0 1 11 4Zm-5.5-.5a2 2 0 1 0-.001 3.999A2 2 0 0 0 5.5 3.5Z"></path>
|
|
295
|
+
</svg>
|
|
296
|
+
</template>
|
|
297
|
+
|
|
298
|
+
<template id="project-icon">
|
|
299
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-project">
|
|
300
|
+
<path d="M1.75 0h12.5C15.216 0 16 .784 16 1.75v12.5A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25V1.75C0 .784.784 0 1.75 0ZM1.5 1.75v12.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25H1.75a.25.25 0 0 0-.25.25ZM11.75 3a.75.75 0 0 1 .75.75v7.5a.75.75 0 0 1-1.5 0v-7.5a.75.75 0 0 1 .75-.75Zm-8.25.75a.75.75 0 0 1 1.5 0v5.5a.75.75 0 0 1-1.5 0ZM8 3a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 3Z"></path>
|
|
301
|
+
</svg>
|
|
302
|
+
</template>
|
|
303
|
+
|
|
304
|
+
<template id="pencil-icon">
|
|
305
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-pencil">
|
|
306
|
+
<path d="M11.013 1.427a1.75 1.75 0 0 1 2.474 0l1.086 1.086a1.75 1.75 0 0 1 0 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 0 1-.927-.928l.929-3.25c.081-.286.235-.547.445-.758l8.61-8.61Zm.176 4.823L9.75 4.81l-6.286 6.287a.253.253 0 0 0-.064.108l-.558 1.953 1.953-.558a.253.253 0 0 0 .108-.064Zm1.238-3.763a.25.25 0 0 0-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 0 0 0-.354Z"></path>
|
|
307
|
+
</svg>
|
|
308
|
+
</template>
|
|
309
|
+
|
|
310
|
+
<qbsearch-input class="search-input" data-scope="repo:uyeong/NotoSans-subset" data-custom-scopes-path="/search/custom_scopes" data-delete-custom-scopes-csrf="qaVJPW1qBPj5AVXrI2Kod6ZzwDW4ef4zH2pcwRQMlnIE1toIQryk3zgfVBNbWLoxu1uYWJ872o0guxN4mXln8Q" data-max-custom-scopes="10" data-header-redesign-enabled="false" data-initial-value="" data-blackbird-suggestions-path="/search/suggestions" data-jump-to-suggestions-path="/_graphql/GetSuggestedNavigationDestinations" data-current-repository="uyeong/NotoSans-subset" data-current-org="" data-current-owner="uyeong">
|
|
311
|
+
<div
|
|
312
|
+
class="search-input-container search-with-dialog position-relative d-flex flex-row flex-items-center mr-4 rounded"
|
|
313
|
+
data-action="click:qbsearch-input#searchInputContainerClicked"
|
|
314
|
+
>
|
|
315
|
+
<button
|
|
316
|
+
type="button"
|
|
317
|
+
class="header-search-button placeholder input-button form-control d-flex flex-1 flex-self-stretch flex-items-center no-wrap width-full py-0 pl-2 pr-0 text-left border-0 box-shadow-none"
|
|
318
|
+
data-target="qbsearch-input.inputButton"
|
|
319
|
+
placeholder="Search or jump to..."
|
|
320
|
+
data-hotkey=s,/
|
|
321
|
+
autocapitalize="off"
|
|
322
|
+
data-action="click:qbsearch-input#handleExpand"
|
|
323
|
+
>
|
|
324
|
+
<div class="mr-2 color-fg-muted">
|
|
325
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search">
|
|
326
|
+
<path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"></path>
|
|
327
|
+
</svg>
|
|
328
|
+
</div>
|
|
329
|
+
<span class="flex-1" data-target="qbsearch-input.inputButtonText">Search or jump to...</span>
|
|
330
|
+
<div class="d-flex" data-target="qbsearch-input.hotkeyIndicator">
|
|
331
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="20" aria-hidden="true" class="mr-1"><path fill="none" stroke="#979A9C" opacity=".4" d="M3.5.5h12c1.7 0 3 1.3 3 3v13c0 1.7-1.3 3-3 3h-12c-1.7 0-3-1.3-3-3v-13c0-1.7 1.3-3 3-3z"></path><path fill="#979A9C" d="M11.8 6L8 15.1h-.9L10.8 6h1z"></path></svg>
|
|
332
|
+
|
|
333
|
+
</div>
|
|
334
|
+
</button>
|
|
335
|
+
|
|
336
|
+
<input type="hidden" name="type" class="js-site-search-type-field">
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
<div class="Overlay--hidden " data-modal-dialog-overlay>
|
|
340
|
+
<modal-dialog data-action="close:qbsearch-input#handleClose cancel:qbsearch-input#handleClose" data-target="qbsearch-input.searchSuggestionsDialog" role="dialog" id="search-suggestions-dialog" aria-modal="true" aria-labelledby="search-suggestions-dialog-header" data-view-component="true" class="Overlay Overlay--width-large Overlay--height-auto">
|
|
341
|
+
<h1 id="search-suggestions-dialog-header" class="sr-only">Search code, repositories, users, issues, pull requests...</h1>
|
|
342
|
+
<div class="Overlay-body Overlay-body--paddingNone">
|
|
343
|
+
|
|
344
|
+
<div data-view-component="true"> <div class="search-suggestions position-absolute width-full color-shadow-large border color-fg-default color-bg-default overflow-hidden d-flex flex-column query-builder-container"
|
|
345
|
+
style="border-radius: 12px;"
|
|
346
|
+
data-target="qbsearch-input.queryBuilderContainer"
|
|
347
|
+
hidden
|
|
348
|
+
>
|
|
349
|
+
<!-- '"` --><!-- </textarea></xmp> --></option></form><form id="query-builder-test-form" action="" accept-charset="UTF-8" method="get">
|
|
350
|
+
<query-builder data-target="qbsearch-input.queryBuilder" id="query-builder-query-builder-test" data-filter-key=":" data-view-component="true" class="QueryBuilder search-query-builder">
|
|
351
|
+
<div class="FormControl FormControl--fullWidth">
|
|
352
|
+
<label id="query-builder-test-label" for="query-builder-test" class="FormControl-label sr-only">
|
|
353
|
+
Search
|
|
354
|
+
</label>
|
|
355
|
+
<div class="QueryBuilder-StyledInput width-fit" data-target="query-builder.styledInput">
|
|
356
|
+
<span id="query-builder-test-leadingvisual-wrap" class="FormControl-input-leadingVisualWrap QueryBuilder-leadingVisualWrap">
|
|
357
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search FormControl-input-leadingVisual">
|
|
358
|
+
<path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"></path>
|
|
359
|
+
</svg>
|
|
360
|
+
</span>
|
|
361
|
+
<div data-target="query-builder.styledInputContainer" class="QueryBuilder-StyledInputContainer">
|
|
362
|
+
<div
|
|
363
|
+
aria-hidden="true"
|
|
364
|
+
class="QueryBuilder-StyledInputContent"
|
|
365
|
+
data-target="query-builder.styledInputContent"
|
|
366
|
+
></div>
|
|
367
|
+
<div class="QueryBuilder-InputWrapper">
|
|
368
|
+
<div aria-hidden="true" class="QueryBuilder-Sizer" data-target="query-builder.sizer"></div>
|
|
369
|
+
<input id="query-builder-test" name="query-builder-test" value="" autocomplete="off" type="text" role="combobox" spellcheck="false" aria-expanded="false" data-target="query-builder.input" data-action="
|
|
370
|
+
input:query-builder#inputChange
|
|
371
|
+
blur:query-builder#inputBlur
|
|
372
|
+
keydown:query-builder#inputKeydown
|
|
373
|
+
focus:query-builder#inputFocus
|
|
374
|
+
" data-view-component="true" class="FormControl-input QueryBuilder-Input FormControl-medium" />
|
|
375
|
+
</div>
|
|
376
|
+
</div>
|
|
377
|
+
<span class="sr-only" id="query-builder-test-clear">Clear</span>
|
|
378
|
+
|
|
379
|
+
<button role="button" id="query-builder-test-clear-button" aria-labelledby="query-builder-test-clear query-builder-test-label" data-target="query-builder.clearButton" data-action="
|
|
380
|
+
click:query-builder#clear
|
|
381
|
+
focus:query-builder#clearButtonFocus
|
|
382
|
+
blur:query-builder#clearButtonBlur
|
|
383
|
+
" variant="small" hidden="hidden" type="button" data-view-component="true" class="Button Button--iconOnly Button--invisible Button--medium mr-1 px-2 py-0 d-flex flex-items-center rounded-1 color-fg-muted"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x-circle-fill Button-visual">
|
|
384
|
+
<path d="M2.343 13.657A8 8 0 1 1 13.658 2.343 8 8 0 0 1 2.343 13.657ZM6.03 4.97a.751.751 0 0 0-1.042.018.751.751 0 0 0-.018 1.042L6.94 8 4.97 9.97a.749.749 0 0 0 .326 1.275.749.749 0 0 0 .734-.215L8 9.06l1.97 1.97a.749.749 0 0 0 1.275-.326.749.749 0 0 0-.215-.734L9.06 8l1.97-1.97a.749.749 0 0 0-.326-1.275.749.749 0 0 0-.734.215L8 6.94Z"></path>
|
|
385
|
+
</svg>
|
|
386
|
+
</button>
|
|
387
|
+
|
|
388
|
+
</div>
|
|
389
|
+
<template id="search-icon">
|
|
390
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search">
|
|
391
|
+
<path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"></path>
|
|
392
|
+
</svg>
|
|
393
|
+
</template>
|
|
394
|
+
|
|
395
|
+
<template id="code-icon">
|
|
396
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-code">
|
|
397
|
+
<path d="m11.28 3.22 4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734L13.94 8l-3.72-3.72a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215Zm-6.56 0a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042L2.06 8l3.72 3.72a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L.47 8.53a.75.75 0 0 1 0-1.06Z"></path>
|
|
398
|
+
</svg>
|
|
399
|
+
</template>
|
|
400
|
+
|
|
401
|
+
<template id="file-code-icon">
|
|
402
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-file-code">
|
|
403
|
+
<path d="M4 1.75C4 .784 4.784 0 5.75 0h5.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v8.586A1.75 1.75 0 0 1 14.25 15h-9a.75.75 0 0 1 0-1.5h9a.25.25 0 0 0 .25-.25V6h-2.75A1.75 1.75 0 0 1 10 4.25V1.5H5.75a.25.25 0 0 0-.25.25v2.5a.75.75 0 0 1-1.5 0Zm1.72 4.97a.75.75 0 0 1 1.06 0l2 2a.75.75 0 0 1 0 1.06l-2 2a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734l1.47-1.47-1.47-1.47a.75.75 0 0 1 0-1.06ZM3.28 7.78 1.81 9.25l1.47 1.47a.751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018l-2-2a.75.75 0 0 1 0-1.06l2-2a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042Zm8.22-6.218V4.25c0 .138.112.25.25.25h2.688l-.011-.013-2.914-2.914-.013-.011Z"></path>
|
|
404
|
+
</svg>
|
|
405
|
+
</template>
|
|
406
|
+
|
|
407
|
+
<template id="history-icon">
|
|
408
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-history">
|
|
409
|
+
<path d="m.427 1.927 1.215 1.215a8.002 8.002 0 1 1-1.6 5.685.75.75 0 1 1 1.493-.154 6.5 6.5 0 1 0 1.18-4.458l1.358 1.358A.25.25 0 0 1 3.896 6H.25A.25.25 0 0 1 0 5.75V2.104a.25.25 0 0 1 .427-.177ZM7.75 4a.75.75 0 0 1 .75.75v2.992l2.028.812a.75.75 0 0 1-.557 1.392l-2.5-1A.751.751 0 0 1 7 8.25v-3.5A.75.75 0 0 1 7.75 4Z"></path>
|
|
410
|
+
</svg>
|
|
411
|
+
</template>
|
|
412
|
+
|
|
413
|
+
<template id="repo-icon">
|
|
414
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo">
|
|
415
|
+
<path d="M2 2.5A2.5 2.5 0 0 1 4.5 0h8.75a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-8a1 1 0 0 0-.714 1.7.75.75 0 1 1-1.072 1.05A2.495 2.495 0 0 1 2 11.5Zm10.5-1h-8a1 1 0 0 0-1 1v6.708A2.486 2.486 0 0 1 4.5 9h8ZM5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.249.249 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2Z"></path>
|
|
416
|
+
</svg>
|
|
417
|
+
</template>
|
|
418
|
+
|
|
419
|
+
<template id="bookmark-icon">
|
|
420
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-bookmark">
|
|
421
|
+
<path d="M3 2.75C3 1.784 3.784 1 4.75 1h6.5c.966 0 1.75.784 1.75 1.75v11.5a.75.75 0 0 1-1.227.579L8 11.722l-3.773 3.107A.751.751 0 0 1 3 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.91l3.023-2.489a.75.75 0 0 1 .954 0l3.023 2.49V2.75a.25.25 0 0 0-.25-.25Z"></path>
|
|
422
|
+
</svg>
|
|
423
|
+
</template>
|
|
424
|
+
|
|
425
|
+
<template id="plus-circle-icon">
|
|
426
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-plus-circle">
|
|
427
|
+
<path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Zm7.25-3.25v2.5h2.5a.75.75 0 0 1 0 1.5h-2.5v2.5a.75.75 0 0 1-1.5 0v-2.5h-2.5a.75.75 0 0 1 0-1.5h2.5v-2.5a.75.75 0 0 1 1.5 0Z"></path>
|
|
428
|
+
</svg>
|
|
429
|
+
</template>
|
|
430
|
+
|
|
431
|
+
<template id="circle-icon">
|
|
432
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-dot-fill">
|
|
433
|
+
<path d="M8 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8Z"></path>
|
|
434
|
+
</svg>
|
|
435
|
+
</template>
|
|
436
|
+
|
|
437
|
+
<template id="trash-icon">
|
|
438
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-trash">
|
|
439
|
+
<path d="M11 1.75V3h2.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H5V1.75C5 .784 5.784 0 6.75 0h2.5C10.216 0 11 .784 11 1.75ZM4.496 6.675l.66 6.6a.25.25 0 0 0 .249.225h5.19a.25.25 0 0 0 .249-.225l.66-6.6a.75.75 0 0 1 1.492.149l-.66 6.6A1.748 1.748 0 0 1 10.595 15h-5.19a1.75 1.75 0 0 1-1.741-1.575l-.66-6.6a.75.75 0 1 1 1.492-.15ZM6.5 1.75V3h3V1.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25Z"></path>
|
|
440
|
+
</svg>
|
|
441
|
+
</template>
|
|
442
|
+
|
|
443
|
+
<template id="team-icon">
|
|
444
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-people">
|
|
445
|
+
<path d="M2 5.5a3.5 3.5 0 1 1 5.898 2.549 5.508 5.508 0 0 1 3.034 4.084.75.75 0 1 1-1.482.235 4 4 0 0 0-7.9 0 .75.75 0 0 1-1.482-.236A5.507 5.507 0 0 1 3.102 8.05 3.493 3.493 0 0 1 2 5.5ZM11 4a3.001 3.001 0 0 1 2.22 5.018 5.01 5.01 0 0 1 2.56 3.012.749.749 0 0 1-.885.954.752.752 0 0 1-.549-.514 3.507 3.507 0 0 0-2.522-2.372.75.75 0 0 1-.574-.73v-.352a.75.75 0 0 1 .416-.672A1.5 1.5 0 0 0 11 5.5.75.75 0 0 1 11 4Zm-5.5-.5a2 2 0 1 0-.001 3.999A2 2 0 0 0 5.5 3.5Z"></path>
|
|
446
|
+
</svg>
|
|
447
|
+
</template>
|
|
448
|
+
|
|
449
|
+
<template id="project-icon">
|
|
450
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-project">
|
|
451
|
+
<path d="M1.75 0h12.5C15.216 0 16 .784 16 1.75v12.5A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25V1.75C0 .784.784 0 1.75 0ZM1.5 1.75v12.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25H1.75a.25.25 0 0 0-.25.25ZM11.75 3a.75.75 0 0 1 .75.75v7.5a.75.75 0 0 1-1.5 0v-7.5a.75.75 0 0 1 .75-.75Zm-8.25.75a.75.75 0 0 1 1.5 0v5.5a.75.75 0 0 1-1.5 0ZM8 3a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 3Z"></path>
|
|
452
|
+
</svg>
|
|
453
|
+
</template>
|
|
454
|
+
|
|
455
|
+
<template id="pencil-icon">
|
|
456
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-pencil">
|
|
457
|
+
<path d="M11.013 1.427a1.75 1.75 0 0 1 2.474 0l1.086 1.086a1.75 1.75 0 0 1 0 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 0 1-.927-.928l.929-3.25c.081-.286.235-.547.445-.758l8.61-8.61Zm.176 4.823L9.75 4.81l-6.286 6.287a.253.253 0 0 0-.064.108l-.558 1.953 1.953-.558a.253.253 0 0 0 .108-.064Zm1.238-3.763a.25.25 0 0 0-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 0 0 0-.354Z"></path>
|
|
458
|
+
</svg>
|
|
459
|
+
</template>
|
|
460
|
+
|
|
461
|
+
<div class="position-relative">
|
|
462
|
+
<ul
|
|
463
|
+
role="listbox"
|
|
464
|
+
class="ActionListWrap QueryBuilder-ListWrap"
|
|
465
|
+
aria-label="Suggestions"
|
|
466
|
+
data-action="
|
|
467
|
+
combobox-commit:query-builder#comboboxCommit
|
|
468
|
+
mousedown:query-builder#resultsMousedown
|
|
469
|
+
"
|
|
470
|
+
data-target="query-builder.resultsList"
|
|
471
|
+
data-persist-list=false
|
|
472
|
+
id="query-builder-test-results"
|
|
473
|
+
></ul>
|
|
474
|
+
</div>
|
|
475
|
+
</div>
|
|
476
|
+
<div data-target="query-builder.screenReaderFeedback" aria-live="polite" aria-atomic="true" class="sr-only"></div>
|
|
477
|
+
</query-builder></form>
|
|
478
|
+
<div class="d-flex flex-row color-fg-muted px-3 text-small color-bg-default search-feedback-prompt">
|
|
479
|
+
<a target="_blank" href="https://docs.github.com/en/search-github/github-code-search/understanding-github-code-search-syntax" data-view-component="true" class="color-fg-accent text-normal ml-2">
|
|
480
|
+
Search syntax tips
|
|
481
|
+
</a> <div class="d-flex flex-1"></div>
|
|
482
|
+
<button data-action="click:qbsearch-input#showFeedbackDialog" type="button" data-view-component="true" class="Button--link Button--medium Button color-fg-accent text-normal ml-2"> <span class="Button-content">
|
|
483
|
+
<span class="Button-label">Give feedback</span>
|
|
484
|
+
</span>
|
|
485
|
+
</button>
|
|
486
|
+
</div>
|
|
487
|
+
</div>
|
|
488
|
+
</div>
|
|
489
|
+
|
|
490
|
+
</div>
|
|
491
|
+
</modal-dialog></div>
|
|
492
|
+
</div>
|
|
493
|
+
<div data-action="click:qbsearch-input#retract" class="dark-backdrop position-fixed width-full" hidden data-target="qbsearch-input.darkBackdrop"></div>
|
|
494
|
+
<div class="color-fg-default">
|
|
495
|
+
|
|
496
|
+
<div class="Overlay--hidden Overlay-backdrop--center" data-modal-dialog-overlay>
|
|
497
|
+
<modal-dialog data-target="qbsearch-input.feedbackDialog" data-action="close:qbsearch-input#handleDialogClose cancel:qbsearch-input#handleDialogClose" role="dialog" id="feedback-dialog" aria-modal="true" aria-disabled="true" aria-describedby="feedback-dialog-title feedback-dialog-description" data-view-component="true" class="Overlay Overlay-whenNarrow Overlay--size-medium Overlay--motion-scaleFade">
|
|
498
|
+
<div data-view-component="true" class="Overlay-header">
|
|
499
|
+
<div class="Overlay-headerContentWrap">
|
|
500
|
+
<div class="Overlay-titleWrap">
|
|
501
|
+
<h1 class="Overlay-title " id="feedback-dialog-title">
|
|
502
|
+
Provide feedback
|
|
503
|
+
</h1>
|
|
504
|
+
</div>
|
|
505
|
+
<div class="Overlay-actionWrap">
|
|
506
|
+
<button data-close-dialog-id="feedback-dialog" aria-label="Close" type="button" data-view-component="true" class="close-button Overlay-closeButton"><svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
|
|
507
|
+
<path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
|
|
508
|
+
</svg></button>
|
|
509
|
+
</div>
|
|
510
|
+
</div>
|
|
511
|
+
</div>
|
|
512
|
+
<div data-view-component="true" class="Overlay-body"> <!-- '"` --><!-- </textarea></xmp> --></option></form><form id="code-search-feedback-form" data-turbo="false" action="/search/feedback" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="jXtjr1K9oS6G_B9WZDHs4_-pNuYMYCjUGD0yMusI99b000yPC2U5MhdTsue6gp7SNuPXOXNmeqjqv07OCbmD2A" />
|
|
513
|
+
<p>We read every piece of feedback, and take your input very seriously.</p>
|
|
514
|
+
<textarea name="feedback" class="form-control width-full mb-2" style="height: 120px" id="feedback"></textarea>
|
|
515
|
+
<input name="include_email" id="include_email" aria-label="Include my email address so I can be contacted" class="form-control mr-2" type="checkbox">
|
|
516
|
+
<label for="include_email" style="font-weight: normal">Include my email address so I can be contacted</label>
|
|
517
|
+
</form></div>
|
|
518
|
+
<div data-view-component="true" class="Overlay-footer Overlay-footer--alignEnd"> <button data-close-dialog-id="feedback-dialog" type="button" data-view-component="true" class="btn"> Cancel
|
|
519
|
+
</button>
|
|
520
|
+
<button form="code-search-feedback-form" data-action="click:qbsearch-input#submitFeedback" type="submit" data-view-component="true" class="btn-primary btn"> Submit feedback
|
|
521
|
+
</button>
|
|
522
|
+
</div>
|
|
523
|
+
</modal-dialog></div>
|
|
524
|
+
|
|
525
|
+
<custom-scopes data-target="qbsearch-input.customScopesManager">
|
|
526
|
+
|
|
527
|
+
<div class="Overlay--hidden Overlay-backdrop--center" data-modal-dialog-overlay>
|
|
528
|
+
<modal-dialog data-target="custom-scopes.customScopesModalDialog" data-action="close:qbsearch-input#handleDialogClose cancel:qbsearch-input#handleDialogClose" role="dialog" id="custom-scopes-dialog" aria-modal="true" aria-disabled="true" aria-describedby="custom-scopes-dialog-title custom-scopes-dialog-description" data-view-component="true" class="Overlay Overlay-whenNarrow Overlay--size-medium Overlay--motion-scaleFade">
|
|
529
|
+
<div data-view-component="true" class="Overlay-header Overlay-header--divided">
|
|
530
|
+
<div class="Overlay-headerContentWrap">
|
|
531
|
+
<div class="Overlay-titleWrap">
|
|
532
|
+
<h1 class="Overlay-title " id="custom-scopes-dialog-title">
|
|
533
|
+
Saved searches
|
|
534
|
+
</h1>
|
|
535
|
+
<h2 id="custom-scopes-dialog-description" class="Overlay-description">Use saved searches to filter your results more quickly</h2>
|
|
536
|
+
</div>
|
|
537
|
+
<div class="Overlay-actionWrap">
|
|
538
|
+
<button data-close-dialog-id="custom-scopes-dialog" aria-label="Close" type="button" data-view-component="true" class="close-button Overlay-closeButton"><svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
|
|
539
|
+
<path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
|
|
540
|
+
</svg></button>
|
|
541
|
+
</div>
|
|
542
|
+
</div>
|
|
543
|
+
</div>
|
|
544
|
+
<div data-view-component="true" class="Overlay-body"> <div data-target="custom-scopes.customScopesModalDialogFlash"></div>
|
|
545
|
+
|
|
546
|
+
<div hidden class="create-custom-scope-form" data-target="custom-scopes.createCustomScopeForm">
|
|
547
|
+
<!-- '"` --><!-- </textarea></xmp> --></option></form><form id="custom-scopes-dialog-form" data-turbo="false" action="/search/custom_scopes" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="l8tcl15rHZTGPDq3aCVto2wtC5bmdyiAX6gxBe5LTVWsdUmGhFZdwKmnsvnahEgjkozbKuIBHqXjfDkyzIBlJA" />
|
|
548
|
+
<div data-target="custom-scopes.customScopesModalDialogFlash"></div>
|
|
549
|
+
|
|
550
|
+
<input type="hidden" id="custom_scope_id" name="custom_scope_id" data-target="custom-scopes.customScopesIdField">
|
|
551
|
+
|
|
552
|
+
<div class="form-group">
|
|
553
|
+
<label for="custom_scope_name">Name</label>
|
|
554
|
+
<auto-check src="/search/custom_scopes/check_name" required>
|
|
555
|
+
<input
|
|
556
|
+
type="text"
|
|
557
|
+
name="custom_scope_name"
|
|
558
|
+
id="custom_scope_name"
|
|
559
|
+
data-target="custom-scopes.customScopesNameField"
|
|
560
|
+
class="form-control"
|
|
561
|
+
autocomplete="off"
|
|
562
|
+
placeholder="github-ruby"
|
|
563
|
+
required
|
|
564
|
+
maxlength="50">
|
|
565
|
+
<input type="hidden" value="UECE7nO3JIxZz4Y-mJl90bRKcMnvcPNWqBtzbjA0-EPoXK-Fl6CgED9Bnz3mnyzyjufxRNV4QFGEBBHbb8gnsA" data-csrf="true" />
|
|
566
|
+
</auto-check>
|
|
567
|
+
</div>
|
|
568
|
+
|
|
569
|
+
<div class="form-group">
|
|
570
|
+
<label for="custom_scope_query">Query</label>
|
|
571
|
+
<input
|
|
572
|
+
type="text"
|
|
573
|
+
name="custom_scope_query"
|
|
574
|
+
id="custom_scope_query"
|
|
575
|
+
data-target="custom-scopes.customScopesQueryField"
|
|
576
|
+
class="form-control"
|
|
577
|
+
autocomplete="off"
|
|
578
|
+
placeholder="(repo:mona/a OR repo:mona/b) AND lang:python"
|
|
579
|
+
required
|
|
580
|
+
maxlength="500">
|
|
581
|
+
</div>
|
|
582
|
+
|
|
583
|
+
<p class="text-small color-fg-muted">
|
|
584
|
+
To see all available qualifiers, see our <a href="https://docs.github.com/en/search-github/github-code-search/understanding-github-code-search-syntax">documentation</a>.
|
|
585
|
+
</p>
|
|
586
|
+
</form> </div>
|
|
587
|
+
|
|
588
|
+
<div data-target="custom-scopes.manageCustomScopesForm">
|
|
589
|
+
<div data-target="custom-scopes.list"></div>
|
|
590
|
+
</div>
|
|
591
|
+
|
|
592
|
+
</div>
|
|
593
|
+
<div data-view-component="true" class="Overlay-footer Overlay-footer--alignEnd Overlay-footer--divided"> <button data-action="click:custom-scopes#customScopesCancel" type="button" data-view-component="true" class="btn"> Cancel
|
|
594
|
+
</button>
|
|
595
|
+
<button form="custom-scopes-dialog-form" data-action="click:custom-scopes#customScopesSubmit" data-target="custom-scopes.customScopesSubmitButton" type="submit" data-view-component="true" class="btn-primary btn"> Create saved search
|
|
596
|
+
</button>
|
|
597
|
+
</div>
|
|
598
|
+
</modal-dialog></div>
|
|
599
|
+
</custom-scopes>
|
|
600
|
+
</div>
|
|
601
|
+
</qbsearch-input><input type="hidden" value="rPiNQ6dZIhrnTFZOCFLfZHPtIi6ygTEGRt4TR5g8iBVnHscA84UXtrq2wv_yfYTQeIvFcdiXry1YMqzrtAKfiw" data-csrf="true" class="js-data-jump-to-suggestions-path-csrf" />
|
|
602
|
+
|
|
603
|
+
<nav id="global-nav" class="d-flex flex-column flex-md-row flex-self-stretch flex-md-self-auto" aria-label="Global">
|
|
604
|
+
<a class="Header-link py-md-3 d-block d-md-none py-2 border-top border-md-top-0 border-white-fade" data-ga-click="Header, click, Nav menu - item:dashboard:user" aria-label="Dashboard" data-turbo="false" href="/dashboard">Dashboard</a>
|
|
605
|
+
|
|
606
|
+
<a class="js-selected-navigation-item Header-link mt-md-n3 mb-md-n3 py-2 py-md-3 mr-0 mr-md-3 border-top border-md-top-0 border-white-fade" data-hotkey="g p" data-ga-click="Header, click, Nav menu - item:pulls context:user" aria-label="Pull requests you created" data-turbo="false" data-selected-links="/pulls /pulls/assigned /pulls/mentioned /pulls" href="/pulls">
|
|
607
|
+
Pull<span class="d-inline d-md-none d-lg-inline"> request</span>s
|
|
608
|
+
</a>
|
|
609
|
+
<a class="js-selected-navigation-item Header-link mt-md-n3 mb-md-n3 py-2 py-md-3 mr-0 mr-md-3 border-top border-md-top-0 border-white-fade" data-hotkey="g i" data-ga-click="Header, click, Nav menu - item:issues context:user" aria-label="Issues you created" data-turbo="false" data-selected-links="/issues /issues/assigned /issues/mentioned /issues" href="/issues">Issues</a>
|
|
610
|
+
|
|
611
|
+
<a class="js-selected-navigation-item Header-link mt-md-n3 mb-md-n3 py-2 py-md-3 mr-0 mr-md-3 border-top border-md-top-0 border-white-fade" data-ga-click="Header, click, Nav menu - item:workspaces context:user" data-turbo="false" data-selected-links="/codespaces /codespaces" href="/codespaces">Codespaces</a>
|
|
612
|
+
|
|
613
|
+
<div class="d-flex position-relative">
|
|
614
|
+
<a class="js-selected-navigation-item Header-link flex-auto mt-md-n3 mb-md-n3 py-2 py-md-3 mr-0 mr-md-3 border-top border-md-top-0 border-white-fade" data-ga-click="Header, click, Nav menu - item:marketplace context:user" data-octo-click="marketplace_click" data-octo-dimensions="location:nav_bar" data-turbo="false" data-selected-links=" /marketplace" href="/marketplace">Marketplace</a>
|
|
615
|
+
</div>
|
|
616
|
+
|
|
617
|
+
<a class="js-selected-navigation-item Header-link mt-md-n3 mb-md-n3 py-2 py-md-3 mr-0 mr-md-3 border-top border-md-top-0 border-white-fade" data-ga-click="Header, click, Nav menu - item:explore" data-turbo="false" data-selected-links="/explore /trending /trending/developers /integrations /integrations/feature/code /integrations/feature/collaborate /integrations/feature/ship showcases showcases_search showcases_landing /explore" href="/explore">Explore</a>
|
|
618
|
+
|
|
619
|
+
<a class="js-selected-navigation-item Header-link d-block d-md-none py-2 py-md-3 border-top border-md-top-0 border-white-fade" data-ga-click="Header, click, Nav menu - item:Sponsors" data-hydro-click="{"event_type":"sponsors.button_click","payload":{"button":"HEADER_SPONSORS_DASHBOARD","sponsorable_login":"jaranglee","originating_url":"https://github.com/uyeong/NotoSans-subset/blob/master/NotoSans-Bold.eot","user_id":130130066}}" data-hydro-click-hmac="9988ebd14c5f11a2e4424e704211c1576046571d99d82745d06c64da166ef255" data-turbo="false" data-selected-links=" /sponsors/accounts" href="/sponsors/accounts">Sponsors</a>
|
|
620
|
+
|
|
621
|
+
<a class="Header-link d-block d-md-none mr-0 mr-md-3 py-2 py-md-3 border-top border-md-top-0 border-white-fade" data-turbo="false" href="/settings/profile">Settings</a>
|
|
622
|
+
|
|
623
|
+
<a class="Header-link d-block d-md-none mr-0 mr-md-3 py-2 py-md-3 border-top border-md-top-0 border-white-fade" data-turbo="false" href="/jaranglee">
|
|
624
|
+
<img class="avatar avatar-user" loading="lazy" decoding="async" src="https://avatars.githubusercontent.com/u/130130066?s=40&v=4" width="20" height="20" alt="@jaranglee" />
|
|
625
|
+
jaranglee
|
|
626
|
+
</a>
|
|
627
|
+
<!-- '"` --><!-- </textarea></xmp> --></option></form><form data-turbo="false" action="/logout" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="6fshk4L91zAynbbujODoUocV9Bg2U3HEG7X2xQWQwki2mqH5rmlSg9TF1lDiRwSwDSOkJJ4bGDiKXlLCiTu_0w" />
|
|
628
|
+
<button
|
|
629
|
+
type="submit"
|
|
630
|
+
class="Header-link mr-0 mr-md-3 py-2 py-md-3 border-top border-md-top-0 border-white-fade d-md-none btn-link d-block width-full text-left"
|
|
631
|
+
style="padding-left: 2px;"
|
|
632
|
+
data-analytics-event="{"category":"Header","action":"sign out","label":"icon:logout"}"
|
|
633
|
+
>
|
|
634
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-sign-out v-align-middle">
|
|
635
|
+
<path d="M2 2.75C2 1.784 2.784 1 3.75 1h2.5a.75.75 0 0 1 0 1.5h-2.5a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25h2.5a.75.75 0 0 1 0 1.5h-2.5A1.75 1.75 0 0 1 2 13.25Zm10.44 4.5-1.97-1.97a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215l3.25 3.25a.75.75 0 0 1 0 1.06l-3.25 3.25a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734l1.97-1.97H6.75a.75.75 0 0 1 0-1.5Z"></path>
|
|
636
|
+
</svg>
|
|
637
|
+
Sign out
|
|
638
|
+
</button>
|
|
639
|
+
</form></nav>
|
|
640
|
+
|
|
641
|
+
</div>
|
|
642
|
+
|
|
643
|
+
<div class="Header-item Header-item--full flex-justify-center d-md-none position-relative">
|
|
644
|
+
<a
|
|
645
|
+
class="Header-link"
|
|
646
|
+
href="https://github.com/"
|
|
647
|
+
data-hotkey="g d"
|
|
648
|
+
aria-label="Homepage "
|
|
649
|
+
data-turbo="false"
|
|
650
|
+
data-analytics-event="{"category":"Header","action":"go to dashboard","label":"icon:logo"}"
|
|
651
|
+
>
|
|
652
|
+
<svg height="32" aria-hidden="true" viewBox="0 0 16 16" version="1.1" width="32" data-view-component="true" class="octicon octicon-mark-github v-align-middle">
|
|
653
|
+
<path d="M8 0c4.42 0 8 3.58 8 8a8.013 8.013 0 0 1-5.45 7.59c-.4.08-.55-.17-.55-.38 0-.27.01-1.13.01-2.2 0-.75-.25-1.23-.54-1.48 1.78-.2 3.65-.88 3.65-3.95 0-.88-.31-1.59-.82-2.15.08-.2.36-1.02-.08-2.12 0 0-.67-.22-2.2.82-.64-.18-1.32-.27-2-.27-.68 0-1.36.09-2 .27-1.53-1.03-2.2-.82-2.2-.82-.44 1.1-.16 1.92-.08 2.12-.51.56-.82 1.28-.82 2.15 0 3.06 1.86 3.75 3.64 3.95-.23.2-.44.55-.51 1.07-.46.21-1.61.55-2.33-.66-.15-.24-.6-.83-1.23-.82-.67.01-.27.38.01.53.34.19.73.9.82 1.13.16.45.68 1.31 2.69.94 0 .67.01 1.3.01 1.49 0 .21-.15.45-.55.38A7.995 7.995 0 0 1 0 8c0-4.42 3.58-8 8-8Z"></path>
|
|
654
|
+
</svg>
|
|
655
|
+
</a>
|
|
656
|
+
|
|
657
|
+
</div>
|
|
658
|
+
|
|
659
|
+
<div class="Header-item mr-0 mr-md-3 flex-order-1 flex-md-order-none">
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
<notification-indicator data-channel="eyJjIjoibm90aWZpY2F0aW9uLWNoYW5nZWQ6MTMwMTMwMDY2IiwidCI6MTY4NTA5MjQ5NX0=--c949854676cc68be05eb797c1957c635a8350c691f26be38dd2f0643c2eac5a4" data-indicator-mode="none" data-tooltip-global="You have unread notifications" data-tooltip-unavailable="Notifications are unavailable at the moment." data-tooltip-none="You have no unread notifications" data-fetch-indicator-src="/notifications/indicator" data-fetch-indicator-enabled="true" data-view-component="true" class="js-socket-channel">
|
|
663
|
+
<a id="AppHeader-notifications-button" href="/notifications"
|
|
664
|
+
class="Header-link notification-indicator position-relative tooltipped tooltipped-sw"
|
|
665
|
+
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
data-hotkey="g n"
|
|
669
|
+
data-target="notification-indicator.link"
|
|
670
|
+
aria-label="Notifications"
|
|
671
|
+
|
|
672
|
+
data-analytics-event="{"category":"Header","action":"go to notifications","label":"icon:read"}"
|
|
673
|
+
>
|
|
674
|
+
|
|
675
|
+
<span
|
|
676
|
+
data-target="notification-indicator.badge"
|
|
677
|
+
class="mail-status unread" hidden>
|
|
678
|
+
</span>
|
|
679
|
+
|
|
680
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-bell">
|
|
681
|
+
<path d="M8 16a2 2 0 0 0 1.985-1.75c.017-.137-.097-.25-.235-.25h-3.5c-.138 0-.252.113-.235.25A2 2 0 0 0 8 16ZM3 5a5 5 0 0 1 10 0v2.947c0 .05.015.098.042.139l1.703 2.555A1.519 1.519 0 0 1 13.482 13H2.518a1.516 1.516 0 0 1-1.263-2.36l1.703-2.554A.255.255 0 0 0 3 7.947Zm5-3.5A3.5 3.5 0 0 0 4.5 5v2.947c0 .346-.102.683-.294.97l-1.703 2.556a.017.017 0 0 0-.003.01l.001.006c0 .002.002.004.004.006l.006.004.007.001h10.964l.007-.001.006-.004.004-.006.001-.007a.017.017 0 0 0-.003-.01l-1.703-2.554a1.745 1.745 0 0 1-.294-.97V5A3.5 3.5 0 0 0 8 1.5Z"></path>
|
|
682
|
+
</svg>
|
|
683
|
+
</a>
|
|
684
|
+
|
|
685
|
+
</notification-indicator>
|
|
686
|
+
</div>
|
|
687
|
+
|
|
688
|
+
|
|
689
|
+
<div class="Header-item position-relative d-none d-md-flex">
|
|
690
|
+
<details class="details-overlay details-reset">
|
|
691
|
+
<summary
|
|
692
|
+
class="Header-link"
|
|
693
|
+
aria-label="Create new…"
|
|
694
|
+
data-analytics-event="{"category":"Header","action":"create new","label":"icon:add"}"
|
|
695
|
+
>
|
|
696
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-plus">
|
|
697
|
+
<path d="M7.75 2a.75.75 0 0 1 .75.75V7h4.25a.75.75 0 0 1 0 1.5H8.5v4.25a.75.75 0 0 1-1.5 0V8.5H2.75a.75.75 0 0 1 0-1.5H7V2.75A.75.75 0 0 1 7.75 2Z"></path>
|
|
698
|
+
</svg> <span class="dropdown-caret"></span>
|
|
699
|
+
</summary>
|
|
700
|
+
<details-menu class="dropdown-menu dropdown-menu-sw">
|
|
701
|
+
|
|
702
|
+
<a role="menuitem" class="dropdown-item" href="/new" data-ga-click="Header, create new repository">
|
|
703
|
+
New repository
|
|
704
|
+
</a>
|
|
705
|
+
|
|
706
|
+
<a role="menuitem" class="dropdown-item" href="/new/import" data-ga-click="Header, import a repository">
|
|
707
|
+
Import repository
|
|
708
|
+
</a>
|
|
709
|
+
|
|
710
|
+
<a role="menuitem" class="dropdown-item" href="/codespaces/new">
|
|
711
|
+
New codespace
|
|
712
|
+
</a>
|
|
713
|
+
|
|
714
|
+
<a role="menuitem" class="dropdown-item" href="https://gist.github.com/" data-ga-click="Header, create new gist">
|
|
715
|
+
New gist
|
|
716
|
+
</a>
|
|
717
|
+
|
|
718
|
+
<a role="menuitem" class="dropdown-item" href="/organizations/new" data-ga-click="Header, create new organization">
|
|
719
|
+
New organization
|
|
720
|
+
</a>
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
</details-menu>
|
|
725
|
+
</details>
|
|
726
|
+
|
|
727
|
+
</div>
|
|
728
|
+
|
|
729
|
+
<div class="Header-item position-relative mr-0 d-none d-md-flex">
|
|
730
|
+
|
|
731
|
+
<details class="details-overlay details-reset js-feature-preview-indicator-container" data-feature-preview-indicator-src="/users/jaranglee/feature_preview/indicator_check">
|
|
732
|
+
|
|
733
|
+
<summary
|
|
734
|
+
class="Header-link"
|
|
735
|
+
aria-label="View profile and more"
|
|
736
|
+
data-analytics-event="{"category":"Header","action":"show menu","label":"icon:avatar"}"
|
|
737
|
+
>
|
|
738
|
+
<img src="https://avatars.githubusercontent.com/u/130130066?s=40&v=4" alt="@jaranglee" size="20" height="20" width="20" data-view-component="true" class="avatar avatar-small circle" />
|
|
739
|
+
<span class="unread-indicator js-feature-preview-indicator" style="top: 1px;" hidden></span>
|
|
740
|
+
<span class="dropdown-caret"></span>
|
|
741
|
+
</summary>
|
|
742
|
+
<details-menu
|
|
743
|
+
class="dropdown-menu dropdown-menu-sw"
|
|
744
|
+
style="width: 180px"
|
|
745
|
+
|
|
746
|
+
preload>
|
|
747
|
+
<include-fragment src="/users/130130066/menu" loading="lazy">
|
|
748
|
+
<p class="text-center mt-3" data-hide-on-error>
|
|
749
|
+
<svg style="box-sizing: content-box; color: var(--color-icon-primary);" width="32" height="32" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
|
|
750
|
+
<circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
|
|
751
|
+
<path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
|
|
752
|
+
</svg>
|
|
753
|
+
</p>
|
|
754
|
+
<p class="ml-1 mb-2 mt-2 color-fg-default" data-show-on-error>
|
|
755
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
|
|
756
|
+
<path d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
|
|
757
|
+
</svg>
|
|
758
|
+
Sorry, something went wrong.
|
|
759
|
+
</p>
|
|
760
|
+
</include-fragment>
|
|
761
|
+
</details-menu>
|
|
762
|
+
</details>
|
|
763
|
+
|
|
764
|
+
</div>
|
|
765
|
+
</header>
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
</div>
|
|
769
|
+
|
|
770
|
+
<div id="start-of-content" class="show-on-focus"></div>
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
|
|
777
|
+
|
|
778
|
+
|
|
779
|
+
<div id="js-flash-container" data-turbo-replace>
|
|
780
|
+
|
|
781
|
+
|
|
782
|
+
|
|
783
|
+
|
|
784
|
+
|
|
785
|
+
<template class="js-flash-template">
|
|
786
|
+
|
|
787
|
+
<div class="flash flash-full {{ className }}">
|
|
788
|
+
<div class="px-2" >
|
|
789
|
+
<button autofocus class="flash-close js-flash-close" type="button" aria-label="Dismiss this message">
|
|
790
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
|
|
791
|
+
<path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
|
|
792
|
+
</svg>
|
|
793
|
+
</button>
|
|
794
|
+
<div aria-atomic="true" role="alert" class="js-flash-alert">
|
|
795
|
+
|
|
796
|
+
<div>{{ message }}</div>
|
|
797
|
+
|
|
798
|
+
</div>
|
|
799
|
+
</div>
|
|
800
|
+
</div>
|
|
801
|
+
</template>
|
|
802
|
+
</div>
|
|
803
|
+
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
<notification-shelf-watcher data-base-url="https://github.com/notifications/beta/shelf" data-channel="eyJjIjoibm90aWZpY2F0aW9uLWNoYW5nZWQ6MTMwMTMwMDY2IiwidCI6MTY4NTA5MjQ5NX0=--c949854676cc68be05eb797c1957c635a8350c691f26be38dd2f0643c2eac5a4" data-view-component="true" class="js-socket-channel"></notification-shelf-watcher>
|
|
807
|
+
<div hidden data-initial data-target="notification-shelf-watcher.placeholder"></div>
|
|
808
|
+
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
<details
|
|
815
|
+
class="details-reset details-overlay details-overlay-dark js-command-palette-dialog"
|
|
816
|
+
id="command-palette-pjax-container"
|
|
817
|
+
data-turbo-replace
|
|
818
|
+
>
|
|
819
|
+
<summary aria-label="command palette trigger" tabindex="-1"></summary>
|
|
820
|
+
<details-dialog class="command-palette-details-dialog d-flex flex-column flex-justify-center height-fit" aria-label="command palette">
|
|
821
|
+
<command-palette
|
|
822
|
+
class="command-palette color-bg-default rounded-3 border color-shadow-small"
|
|
823
|
+
return-to=/uyeong/NotoSans-subset/blob/master/NotoSans-Bold.eot
|
|
824
|
+
user-id="130130066"
|
|
825
|
+
activation-hotkey="Mod+k,Mod+Alt+k"
|
|
826
|
+
command-mode-hotkey="Mod+Shift+k"
|
|
827
|
+
data-action="
|
|
828
|
+
command-palette-input-ready:command-palette#inputReady
|
|
829
|
+
command-palette-page-stack-updated:command-palette#updateInputScope
|
|
830
|
+
itemsUpdated:command-palette#itemsUpdated
|
|
831
|
+
keydown:command-palette#onKeydown
|
|
832
|
+
loadingStateChanged:command-palette#loadingStateChanged
|
|
833
|
+
selectedItemChanged:command-palette#selectedItemChanged
|
|
834
|
+
pageFetchError:command-palette#pageFetchError
|
|
835
|
+
">
|
|
836
|
+
|
|
837
|
+
<command-palette-mode
|
|
838
|
+
data-char="#"
|
|
839
|
+
data-scope-types="[""]"
|
|
840
|
+
data-placeholder="Search issues and pull requests"
|
|
841
|
+
></command-palette-mode>
|
|
842
|
+
<command-palette-mode
|
|
843
|
+
data-char="#"
|
|
844
|
+
data-scope-types="["owner","repository"]"
|
|
845
|
+
data-placeholder="Search issues, pull requests, discussions, and projects"
|
|
846
|
+
></command-palette-mode>
|
|
847
|
+
<command-palette-mode
|
|
848
|
+
data-char="!"
|
|
849
|
+
data-scope-types="["owner","repository"]"
|
|
850
|
+
data-placeholder="Search projects"
|
|
851
|
+
></command-palette-mode>
|
|
852
|
+
<command-palette-mode
|
|
853
|
+
data-char="@"
|
|
854
|
+
data-scope-types="[""]"
|
|
855
|
+
data-placeholder="Search or jump to a user, organization, or repository"
|
|
856
|
+
></command-palette-mode>
|
|
857
|
+
<command-palette-mode
|
|
858
|
+
data-char="@"
|
|
859
|
+
data-scope-types="["owner"]"
|
|
860
|
+
data-placeholder="Search or jump to a repository"
|
|
861
|
+
></command-palette-mode>
|
|
862
|
+
<command-palette-mode
|
|
863
|
+
data-char="/"
|
|
864
|
+
data-scope-types="["repository"]"
|
|
865
|
+
data-placeholder="Search files"
|
|
866
|
+
></command-palette-mode>
|
|
867
|
+
<command-palette-mode
|
|
868
|
+
data-char="?"
|
|
869
|
+
></command-palette-mode>
|
|
870
|
+
<command-palette-mode
|
|
871
|
+
data-char=">"
|
|
872
|
+
data-placeholder="Run a command"
|
|
873
|
+
></command-palette-mode>
|
|
874
|
+
<command-palette-mode
|
|
875
|
+
data-char=""
|
|
876
|
+
data-scope-types="[""]"
|
|
877
|
+
data-placeholder="Search or jump to..."
|
|
878
|
+
></command-palette-mode>
|
|
879
|
+
<command-palette-mode
|
|
880
|
+
data-char=""
|
|
881
|
+
data-scope-types="["owner"]"
|
|
882
|
+
data-placeholder="Search or jump to..."
|
|
883
|
+
></command-palette-mode>
|
|
884
|
+
<command-palette-mode
|
|
885
|
+
class="js-command-palette-default-mode"
|
|
886
|
+
data-char=""
|
|
887
|
+
data-placeholder="Search or jump to..."
|
|
888
|
+
></command-palette-mode>
|
|
889
|
+
|
|
890
|
+
<command-palette-input placeholder="Search or jump to..."
|
|
891
|
+
|
|
892
|
+
data-action="
|
|
893
|
+
command-palette-input:command-palette#onInput
|
|
894
|
+
command-palette-select:command-palette#onSelect
|
|
895
|
+
command-palette-descope:command-palette#onDescope
|
|
896
|
+
command-palette-cleared:command-palette#onInputClear
|
|
897
|
+
"
|
|
898
|
+
>
|
|
899
|
+
<div class="js-search-icon d-flex flex-items-center mr-2" style="height: 26px">
|
|
900
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search color-fg-muted">
|
|
901
|
+
<path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"></path>
|
|
902
|
+
</svg>
|
|
903
|
+
</div>
|
|
904
|
+
<div class="js-spinner d-flex flex-items-center mr-2 color-fg-muted" hidden>
|
|
905
|
+
<svg aria-label="Loading" class="anim-rotate" viewBox="0 0 16 16" fill="none" width="16" height="16">
|
|
906
|
+
<circle
|
|
907
|
+
cx="8"
|
|
908
|
+
cy="8"
|
|
909
|
+
r="7"
|
|
910
|
+
stroke="currentColor"
|
|
911
|
+
stroke-opacity="0.25"
|
|
912
|
+
stroke-width="2"
|
|
913
|
+
vector-effect="non-scaling-stroke"
|
|
914
|
+
></circle>
|
|
915
|
+
<path
|
|
916
|
+
d="M15 8a7.002 7.002 0 00-7-7"
|
|
917
|
+
stroke="currentColor"
|
|
918
|
+
stroke-width="2"
|
|
919
|
+
stroke-linecap="round"
|
|
920
|
+
vector-effect="non-scaling-stroke"
|
|
921
|
+
></path>
|
|
922
|
+
</svg>
|
|
923
|
+
</div>
|
|
924
|
+
<command-palette-scope >
|
|
925
|
+
<div data-target="command-palette-scope.placeholder" hidden class="color-fg-subtle">/ <span class="text-semibold color-fg-default">...</span> / </div>
|
|
926
|
+
<command-palette-token
|
|
927
|
+
data-text="uyeong"
|
|
928
|
+
data-id="MDQ6VXNlcjEzMjE3MDc="
|
|
929
|
+
data-type="owner"
|
|
930
|
+
data-value="uyeong"
|
|
931
|
+
data-targets="command-palette-scope.tokens"
|
|
932
|
+
class="color-fg-default text-semibold"
|
|
933
|
+
style="white-space:nowrap;line-height:20px;"
|
|
934
|
+
>uyeong<span class="color-fg-subtle text-normal"> / </span></command-palette-token>
|
|
935
|
+
<command-palette-token
|
|
936
|
+
data-text="NotoSans-subset"
|
|
937
|
+
data-id="MDEwOlJlcG9zaXRvcnkzNDA0NzY2OA=="
|
|
938
|
+
data-type="repository"
|
|
939
|
+
data-value="NotoSans-subset"
|
|
940
|
+
data-targets="command-palette-scope.tokens"
|
|
941
|
+
class="color-fg-default text-semibold"
|
|
942
|
+
style="white-space:nowrap;line-height:20px;"
|
|
943
|
+
>NotoSans-subset<span class="color-fg-subtle text-normal"> / </span></command-palette-token>
|
|
944
|
+
</command-palette-scope>
|
|
945
|
+
<div class="command-palette-input-group flex-1 form-control border-0 box-shadow-none" style="z-index: 0">
|
|
946
|
+
<div class="command-palette-typeahead position-absolute d-flex flex-items-center Truncate">
|
|
947
|
+
<span class="typeahead-segment input-mirror" data-target="command-palette-input.mirror"></span>
|
|
948
|
+
<span class="Truncate-text" data-target="command-palette-input.typeaheadText"></span>
|
|
949
|
+
<span class="typeahead-segment" data-target="command-palette-input.typeaheadPlaceholder"></span>
|
|
950
|
+
</div>
|
|
951
|
+
<input
|
|
952
|
+
class="js-overlay-input typeahead-input d-none"
|
|
953
|
+
disabled
|
|
954
|
+
tabindex="-1"
|
|
955
|
+
aria-label="Hidden input for typeahead"
|
|
956
|
+
>
|
|
957
|
+
<input
|
|
958
|
+
type="text"
|
|
959
|
+
autocomplete="off"
|
|
960
|
+
autocorrect="off"
|
|
961
|
+
autocapitalize="off"
|
|
962
|
+
spellcheck="false"
|
|
963
|
+
class="js-input typeahead-input form-control border-0 box-shadow-none input-block width-full no-focus-indicator"
|
|
964
|
+
aria-label="Command palette input"
|
|
965
|
+
aria-haspopup="listbox"
|
|
966
|
+
aria-expanded="false"
|
|
967
|
+
aria-autocomplete="list"
|
|
968
|
+
aria-controls="command-palette-page-stack"
|
|
969
|
+
role="combobox"
|
|
970
|
+
data-action="
|
|
971
|
+
input:command-palette-input#onInput
|
|
972
|
+
keydown:command-palette-input#onKeydown
|
|
973
|
+
"
|
|
974
|
+
>
|
|
975
|
+
</div>
|
|
976
|
+
<div data-view-component="true" class="position-relative d-inline-block">
|
|
977
|
+
<button aria-keyshortcuts="Control+Backspace" data-action="click:command-palette-input#onClear keypress:command-palette-input#onClear" data-target="command-palette-input.clearButton" id="command-palette-clear-button" hidden="hidden" type="button" data-view-component="true" class="btn-octicon command-palette-input-clear-button"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x-circle-fill">
|
|
978
|
+
<path d="M2.343 13.657A8 8 0 1 1 13.658 2.343 8 8 0 0 1 2.343 13.657ZM6.03 4.97a.751.751 0 0 0-1.042.018.751.751 0 0 0-.018 1.042L6.94 8 4.97 9.97a.749.749 0 0 0 .326 1.275.749.749 0 0 0 .734-.215L8 9.06l1.97 1.97a.749.749 0 0 0 1.275-.326.749.749 0 0 0-.215-.734L9.06 8l1.97-1.97a.749.749 0 0 0-.326-1.275.749.749 0 0 0-.734.215L8 6.94Z"></path>
|
|
979
|
+
</svg>
|
|
980
|
+
</button> <tool-tip id="tooltip-90377d76-3c91-481d-bdc1-635dbbb07721" for="command-palette-clear-button" data-direction="w" data-type="label" data-view-component="true" class="sr-only position-absolute">Clear Command Palette</tool-tip>
|
|
981
|
+
</div>
|
|
982
|
+
</command-palette-input>
|
|
983
|
+
|
|
984
|
+
<command-palette-page-stack
|
|
985
|
+
data-default-scope-id="MDEwOlJlcG9zaXRvcnkzNDA0NzY2OA=="
|
|
986
|
+
data-default-scope-type="Repository"
|
|
987
|
+
data-action="command-palette-page-octicons-cached:command-palette-page-stack#cacheOcticons"
|
|
988
|
+
>
|
|
989
|
+
<command-palette-tip
|
|
990
|
+
class="color-fg-muted f6 px-3 py-1 my-2"
|
|
991
|
+
data-scope-types="["","owner","repository"]"
|
|
992
|
+
data-mode=""
|
|
993
|
+
data-value="">
|
|
994
|
+
<div class="d-flex flex-items-start flex-justify-between">
|
|
995
|
+
<div>
|
|
996
|
+
<span class="text-bold">Tip:</span>
|
|
997
|
+
Type <kbd class="hx_kbd">#</kbd> to search pull requests
|
|
998
|
+
</div>
|
|
999
|
+
<div class="ml-2 flex-shrink-0">
|
|
1000
|
+
Type <kbd class="hx_kbd">?</kbd> for help and tips
|
|
1001
|
+
</div>
|
|
1002
|
+
</div>
|
|
1003
|
+
</command-palette-tip>
|
|
1004
|
+
<command-palette-tip
|
|
1005
|
+
class="color-fg-muted f6 px-3 py-1 my-2"
|
|
1006
|
+
data-scope-types="["","owner","repository"]"
|
|
1007
|
+
data-mode=""
|
|
1008
|
+
data-value="">
|
|
1009
|
+
<div class="d-flex flex-items-start flex-justify-between">
|
|
1010
|
+
<div>
|
|
1011
|
+
<span class="text-bold">Tip:</span>
|
|
1012
|
+
Type <kbd class="hx_kbd">#</kbd> to search issues
|
|
1013
|
+
</div>
|
|
1014
|
+
<div class="ml-2 flex-shrink-0">
|
|
1015
|
+
Type <kbd class="hx_kbd">?</kbd> for help and tips
|
|
1016
|
+
</div>
|
|
1017
|
+
</div>
|
|
1018
|
+
</command-palette-tip>
|
|
1019
|
+
<command-palette-tip
|
|
1020
|
+
class="color-fg-muted f6 px-3 py-1 my-2"
|
|
1021
|
+
data-scope-types="["owner","repository"]"
|
|
1022
|
+
data-mode=""
|
|
1023
|
+
data-value="">
|
|
1024
|
+
<div class="d-flex flex-items-start flex-justify-between">
|
|
1025
|
+
<div>
|
|
1026
|
+
<span class="text-bold">Tip:</span>
|
|
1027
|
+
Type <kbd class="hx_kbd">#</kbd> to search discussions
|
|
1028
|
+
</div>
|
|
1029
|
+
<div class="ml-2 flex-shrink-0">
|
|
1030
|
+
Type <kbd class="hx_kbd">?</kbd> for help and tips
|
|
1031
|
+
</div>
|
|
1032
|
+
</div>
|
|
1033
|
+
</command-palette-tip>
|
|
1034
|
+
<command-palette-tip
|
|
1035
|
+
class="color-fg-muted f6 px-3 py-1 my-2"
|
|
1036
|
+
data-scope-types="["owner","repository"]"
|
|
1037
|
+
data-mode=""
|
|
1038
|
+
data-value="">
|
|
1039
|
+
<div class="d-flex flex-items-start flex-justify-between">
|
|
1040
|
+
<div>
|
|
1041
|
+
<span class="text-bold">Tip:</span>
|
|
1042
|
+
Type <kbd class="hx_kbd">!</kbd> to search projects
|
|
1043
|
+
</div>
|
|
1044
|
+
<div class="ml-2 flex-shrink-0">
|
|
1045
|
+
Type <kbd class="hx_kbd">?</kbd> for help and tips
|
|
1046
|
+
</div>
|
|
1047
|
+
</div>
|
|
1048
|
+
</command-palette-tip>
|
|
1049
|
+
<command-palette-tip
|
|
1050
|
+
class="color-fg-muted f6 px-3 py-1 my-2"
|
|
1051
|
+
data-scope-types="["owner"]"
|
|
1052
|
+
data-mode=""
|
|
1053
|
+
data-value="">
|
|
1054
|
+
<div class="d-flex flex-items-start flex-justify-between">
|
|
1055
|
+
<div>
|
|
1056
|
+
<span class="text-bold">Tip:</span>
|
|
1057
|
+
Type <kbd class="hx_kbd">@</kbd> to search teams
|
|
1058
|
+
</div>
|
|
1059
|
+
<div class="ml-2 flex-shrink-0">
|
|
1060
|
+
Type <kbd class="hx_kbd">?</kbd> for help and tips
|
|
1061
|
+
</div>
|
|
1062
|
+
</div>
|
|
1063
|
+
</command-palette-tip>
|
|
1064
|
+
<command-palette-tip
|
|
1065
|
+
class="color-fg-muted f6 px-3 py-1 my-2"
|
|
1066
|
+
data-scope-types="[""]"
|
|
1067
|
+
data-mode=""
|
|
1068
|
+
data-value="">
|
|
1069
|
+
<div class="d-flex flex-items-start flex-justify-between">
|
|
1070
|
+
<div>
|
|
1071
|
+
<span class="text-bold">Tip:</span>
|
|
1072
|
+
Type <kbd class="hx_kbd">@</kbd> to search people and organizations
|
|
1073
|
+
</div>
|
|
1074
|
+
<div class="ml-2 flex-shrink-0">
|
|
1075
|
+
Type <kbd class="hx_kbd">?</kbd> for help and tips
|
|
1076
|
+
</div>
|
|
1077
|
+
</div>
|
|
1078
|
+
</command-palette-tip>
|
|
1079
|
+
<command-palette-tip
|
|
1080
|
+
class="color-fg-muted f6 px-3 py-1 my-2"
|
|
1081
|
+
data-scope-types="["","owner","repository"]"
|
|
1082
|
+
data-mode=""
|
|
1083
|
+
data-value="">
|
|
1084
|
+
<div class="d-flex flex-items-start flex-justify-between">
|
|
1085
|
+
<div>
|
|
1086
|
+
<span class="text-bold">Tip:</span>
|
|
1087
|
+
Type <kbd class="hx_kbd">></kbd> to activate command mode
|
|
1088
|
+
</div>
|
|
1089
|
+
<div class="ml-2 flex-shrink-0">
|
|
1090
|
+
Type <kbd class="hx_kbd">?</kbd> for help and tips
|
|
1091
|
+
</div>
|
|
1092
|
+
</div>
|
|
1093
|
+
</command-palette-tip>
|
|
1094
|
+
<command-palette-tip
|
|
1095
|
+
class="color-fg-muted f6 px-3 py-1 my-2"
|
|
1096
|
+
data-scope-types="["","owner","repository"]"
|
|
1097
|
+
data-mode=""
|
|
1098
|
+
data-value="">
|
|
1099
|
+
<div class="d-flex flex-items-start flex-justify-between">
|
|
1100
|
+
<div>
|
|
1101
|
+
<span class="text-bold">Tip:</span>
|
|
1102
|
+
Go to your accessibility settings to change your keyboard shortcuts
|
|
1103
|
+
</div>
|
|
1104
|
+
<div class="ml-2 flex-shrink-0">
|
|
1105
|
+
Type <kbd class="hx_kbd">?</kbd> for help and tips
|
|
1106
|
+
</div>
|
|
1107
|
+
</div>
|
|
1108
|
+
</command-palette-tip>
|
|
1109
|
+
<command-palette-tip
|
|
1110
|
+
class="color-fg-muted f6 px-3 py-1 my-2"
|
|
1111
|
+
data-scope-types="["","owner","repository"]"
|
|
1112
|
+
data-mode="#"
|
|
1113
|
+
data-value="">
|
|
1114
|
+
<div class="d-flex flex-items-start flex-justify-between">
|
|
1115
|
+
<div>
|
|
1116
|
+
<span class="text-bold">Tip:</span>
|
|
1117
|
+
Type author:@me to search your content
|
|
1118
|
+
</div>
|
|
1119
|
+
<div class="ml-2 flex-shrink-0">
|
|
1120
|
+
Type <kbd class="hx_kbd">?</kbd> for help and tips
|
|
1121
|
+
</div>
|
|
1122
|
+
</div>
|
|
1123
|
+
</command-palette-tip>
|
|
1124
|
+
<command-palette-tip
|
|
1125
|
+
class="color-fg-muted f6 px-3 py-1 my-2"
|
|
1126
|
+
data-scope-types="["","owner","repository"]"
|
|
1127
|
+
data-mode="#"
|
|
1128
|
+
data-value="">
|
|
1129
|
+
<div class="d-flex flex-items-start flex-justify-between">
|
|
1130
|
+
<div>
|
|
1131
|
+
<span class="text-bold">Tip:</span>
|
|
1132
|
+
Type is:pr to filter to pull requests
|
|
1133
|
+
</div>
|
|
1134
|
+
<div class="ml-2 flex-shrink-0">
|
|
1135
|
+
Type <kbd class="hx_kbd">?</kbd> for help and tips
|
|
1136
|
+
</div>
|
|
1137
|
+
</div>
|
|
1138
|
+
</command-palette-tip>
|
|
1139
|
+
<command-palette-tip
|
|
1140
|
+
class="color-fg-muted f6 px-3 py-1 my-2"
|
|
1141
|
+
data-scope-types="["","owner","repository"]"
|
|
1142
|
+
data-mode="#"
|
|
1143
|
+
data-value="">
|
|
1144
|
+
<div class="d-flex flex-items-start flex-justify-between">
|
|
1145
|
+
<div>
|
|
1146
|
+
<span class="text-bold">Tip:</span>
|
|
1147
|
+
Type is:issue to filter to issues
|
|
1148
|
+
</div>
|
|
1149
|
+
<div class="ml-2 flex-shrink-0">
|
|
1150
|
+
Type <kbd class="hx_kbd">?</kbd> for help and tips
|
|
1151
|
+
</div>
|
|
1152
|
+
</div>
|
|
1153
|
+
</command-palette-tip>
|
|
1154
|
+
<command-palette-tip
|
|
1155
|
+
class="color-fg-muted f6 px-3 py-1 my-2"
|
|
1156
|
+
data-scope-types="["owner","repository"]"
|
|
1157
|
+
data-mode="#"
|
|
1158
|
+
data-value="">
|
|
1159
|
+
<div class="d-flex flex-items-start flex-justify-between">
|
|
1160
|
+
<div>
|
|
1161
|
+
<span class="text-bold">Tip:</span>
|
|
1162
|
+
Type is:project to filter to projects
|
|
1163
|
+
</div>
|
|
1164
|
+
<div class="ml-2 flex-shrink-0">
|
|
1165
|
+
Type <kbd class="hx_kbd">?</kbd> for help and tips
|
|
1166
|
+
</div>
|
|
1167
|
+
</div>
|
|
1168
|
+
</command-palette-tip>
|
|
1169
|
+
<command-palette-tip
|
|
1170
|
+
class="color-fg-muted f6 px-3 py-1 my-2"
|
|
1171
|
+
data-scope-types="["","owner","repository"]"
|
|
1172
|
+
data-mode="#"
|
|
1173
|
+
data-value="">
|
|
1174
|
+
<div class="d-flex flex-items-start flex-justify-between">
|
|
1175
|
+
<div>
|
|
1176
|
+
<span class="text-bold">Tip:</span>
|
|
1177
|
+
Type is:open to filter to open content
|
|
1178
|
+
</div>
|
|
1179
|
+
<div class="ml-2 flex-shrink-0">
|
|
1180
|
+
Type <kbd class="hx_kbd">?</kbd> for help and tips
|
|
1181
|
+
</div>
|
|
1182
|
+
</div>
|
|
1183
|
+
</command-palette-tip>
|
|
1184
|
+
<command-palette-tip class="mx-3 my-2 flash flash-error d-flex flex-items-center" data-scope-types="*" data-on-error>
|
|
1185
|
+
<div>
|
|
1186
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
|
|
1187
|
+
<path d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
|
|
1188
|
+
</svg>
|
|
1189
|
+
</div>
|
|
1190
|
+
<div class="px-2">
|
|
1191
|
+
We’ve encountered an error and some results aren't available at this time. Type a new search or try again later.
|
|
1192
|
+
</div>
|
|
1193
|
+
</command-palette-tip>
|
|
1194
|
+
<command-palette-tip class="h4 color-fg-default pl-3 pb-2 pt-3" data-on-empty data-scope-types="*" data-match-mode="[^?]|^$">
|
|
1195
|
+
No results matched your search
|
|
1196
|
+
</command-palette-tip>
|
|
1197
|
+
|
|
1198
|
+
<div hidden>
|
|
1199
|
+
|
|
1200
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="arrow-right-color-fg-muted">
|
|
1201
|
+
<svg height="16" class="octicon octicon-arrow-right color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M8.22 2.97a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042l2.97-2.97H3.75a.75.75 0 0 1 0-1.5h7.44L8.22 4.03a.75.75 0 0 1 0-1.06Z"></path></svg>
|
|
1202
|
+
</div>
|
|
1203
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="arrow-right-color-fg-default">
|
|
1204
|
+
<svg height="16" class="octicon octicon-arrow-right color-fg-default" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M8.22 2.97a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042l2.97-2.97H3.75a.75.75 0 0 1 0-1.5h7.44L8.22 4.03a.75.75 0 0 1 0-1.06Z"></path></svg>
|
|
1205
|
+
</div>
|
|
1206
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="codespaces-color-fg-muted">
|
|
1207
|
+
<svg height="16" class="octicon octicon-codespaces color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M0 11.25c0-.966.784-1.75 1.75-1.75h12.5c.966 0 1.75.784 1.75 1.75v3A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25Zm2-9.5C2 .784 2.784 0 3.75 0h8.5C13.216 0 14 .784 14 1.75v5a1.75 1.75 0 0 1-1.75 1.75h-8.5A1.75 1.75 0 0 1 2 6.75Zm1.75-.25a.25.25 0 0 0-.25.25v5c0 .138.112.25.25.25h8.5a.25.25 0 0 0 .25-.25v-5a.25.25 0 0 0-.25-.25Zm-2 9.5a.25.25 0 0 0-.25.25v3c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25v-3a.25.25 0 0 0-.25-.25Z"></path><path d="M7 12.75a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75Zm-4 0a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75Z"></path></svg>
|
|
1208
|
+
</div>
|
|
1209
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="copy-color-fg-muted">
|
|
1210
|
+
<svg height="16" class="octicon octicon-copy color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 0 1 0 1.5h-1.5a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-1.5a.75.75 0 0 1 1.5 0v1.5A1.75 1.75 0 0 1 9.25 16h-7.5A1.75 1.75 0 0 1 0 14.25Z"></path><path d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0 1 14.25 11h-7.5A1.75 1.75 0 0 1 5 9.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z"></path></svg>
|
|
1211
|
+
</div>
|
|
1212
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="dash-color-fg-muted">
|
|
1213
|
+
<svg height="16" class="octicon octicon-dash color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M2 7.75A.75.75 0 0 1 2.75 7h10a.75.75 0 0 1 0 1.5h-10A.75.75 0 0 1 2 7.75Z"></path></svg>
|
|
1214
|
+
</div>
|
|
1215
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="file-color-fg-muted">
|
|
1216
|
+
<svg height="16" class="octicon octicon-file color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M2 1.75C2 .784 2.784 0 3.75 0h6.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v9.586A1.75 1.75 0 0 1 13.25 16h-9.5A1.75 1.75 0 0 1 2 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25h9.5a.25.25 0 0 0 .25-.25V6h-2.75A1.75 1.75 0 0 1 9 4.25V1.5Zm6.75.062V4.25c0 .138.112.25.25.25h2.688l-.011-.013-2.914-2.914-.013-.011Z"></path></svg>
|
|
1217
|
+
</div>
|
|
1218
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="gear-color-fg-muted">
|
|
1219
|
+
<svg height="16" class="octicon octicon-gear color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M8 0a8.2 8.2 0 0 1 .701.031C9.444.095 9.99.645 10.16 1.29l.288 1.107c.018.066.079.158.212.224.231.114.454.243.668.386.123.082.233.09.299.071l1.103-.303c.644-.176 1.392.021 1.82.63.27.385.506.792.704 1.218.315.675.111 1.422-.364 1.891l-.814.806c-.049.048-.098.147-.088.294.016.257.016.515 0 .772-.01.147.038.246.088.294l.814.806c.475.469.679 1.216.364 1.891a7.977 7.977 0 0 1-.704 1.217c-.428.61-1.176.807-1.82.63l-1.102-.302c-.067-.019-.177-.011-.3.071a5.909 5.909 0 0 1-.668.386c-.133.066-.194.158-.211.224l-.29 1.106c-.168.646-.715 1.196-1.458 1.26a8.006 8.006 0 0 1-1.402 0c-.743-.064-1.289-.614-1.458-1.26l-.289-1.106c-.018-.066-.079-.158-.212-.224a5.738 5.738 0 0 1-.668-.386c-.123-.082-.233-.09-.299-.071l-1.103.303c-.644.176-1.392-.021-1.82-.63a8.12 8.12 0 0 1-.704-1.218c-.315-.675-.111-1.422.363-1.891l.815-.806c.05-.048.098-.147.088-.294a6.214 6.214 0 0 1 0-.772c.01-.147-.038-.246-.088-.294l-.815-.806C.635 6.045.431 5.298.746 4.623a7.92 7.92 0 0 1 .704-1.217c.428-.61 1.176-.807 1.82-.63l1.102.302c.067.019.177.011.3-.071.214-.143.437-.272.668-.386.133-.066.194-.158.211-.224l.29-1.106C6.009.645 6.556.095 7.299.03 7.53.01 7.764 0 8 0Zm-.571 1.525c-.036.003-.108.036-.137.146l-.289 1.105c-.147.561-.549.967-.998 1.189-.173.086-.34.183-.5.29-.417.278-.97.423-1.529.27l-1.103-.303c-.109-.03-.175.016-.195.045-.22.312-.412.644-.573.99-.014.031-.021.11.059.19l.815.806c.411.406.562.957.53 1.456a4.709 4.709 0 0 0 0 .582c.032.499-.119 1.05-.53 1.456l-.815.806c-.081.08-.073.159-.059.19.162.346.353.677.573.989.02.03.085.076.195.046l1.102-.303c.56-.153 1.113-.008 1.53.27.161.107.328.204.501.29.447.222.85.629.997 1.189l.289 1.105c.029.109.101.143.137.146a6.6 6.6 0 0 0 1.142 0c.036-.003.108-.036.137-.146l.289-1.105c.147-.561.549-.967.998-1.189.173-.086.34-.183.5-.29.417-.278.97-.423 1.529-.27l1.103.303c.109.029.175-.016.195-.045.22-.313.411-.644.573-.99.014-.031.021-.11-.059-.19l-.815-.806c-.411-.406-.562-.957-.53-1.456a4.709 4.709 0 0 0 0-.582c-.032-.499.119-1.05.53-1.456l.815-.806c.081-.08.073-.159.059-.19a6.464 6.464 0 0 0-.573-.989c-.02-.03-.085-.076-.195-.046l-1.102.303c-.56.153-1.113.008-1.53-.27a4.44 4.44 0 0 0-.501-.29c-.447-.222-.85-.629-.997-1.189l-.289-1.105c-.029-.11-.101-.143-.137-.146a6.6 6.6 0 0 0-1.142 0ZM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM9.5 8a1.5 1.5 0 1 0-3.001.001A1.5 1.5 0 0 0 9.5 8Z"></path></svg>
|
|
1220
|
+
</div>
|
|
1221
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="lock-color-fg-muted">
|
|
1222
|
+
<svg height="16" class="octicon octicon-lock color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M4 4a4 4 0 0 1 8 0v2h.25c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 12.25 15h-8.5A1.75 1.75 0 0 1 2 13.25v-5.5C2 6.784 2.784 6 3.75 6H4Zm8.25 3.5h-8.5a.25.25 0 0 0-.25.25v5.5c0 .138.112.25.25.25h8.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25ZM10.5 6V4a2.5 2.5 0 1 0-5 0v2Z"></path></svg>
|
|
1223
|
+
</div>
|
|
1224
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="moon-color-fg-muted">
|
|
1225
|
+
<svg height="16" class="octicon octicon-moon color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M9.598 1.591a.749.749 0 0 1 .785-.175 7.001 7.001 0 1 1-8.967 8.967.75.75 0 0 1 .961-.96 5.5 5.5 0 0 0 7.046-7.046.75.75 0 0 1 .175-.786Zm1.616 1.945a7 7 0 0 1-7.678 7.678 5.499 5.499 0 1 0 7.678-7.678Z"></path></svg>
|
|
1226
|
+
</div>
|
|
1227
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="person-color-fg-muted">
|
|
1228
|
+
<svg height="16" class="octicon octicon-person color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M10.561 8.073a6.005 6.005 0 0 1 3.432 5.142.75.75 0 1 1-1.498.07 4.5 4.5 0 0 0-8.99 0 .75.75 0 0 1-1.498-.07 6.004 6.004 0 0 1 3.431-5.142 3.999 3.999 0 1 1 5.123 0ZM10.5 5a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0Z"></path></svg>
|
|
1229
|
+
</div>
|
|
1230
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="pencil-color-fg-muted">
|
|
1231
|
+
<svg height="16" class="octicon octicon-pencil color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M11.013 1.427a1.75 1.75 0 0 1 2.474 0l1.086 1.086a1.75 1.75 0 0 1 0 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 0 1-.927-.928l.929-3.25c.081-.286.235-.547.445-.758l8.61-8.61Zm.176 4.823L9.75 4.81l-6.286 6.287a.253.253 0 0 0-.064.108l-.558 1.953 1.953-.558a.253.253 0 0 0 .108-.064Zm1.238-3.763a.25.25 0 0 0-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 0 0 0-.354Z"></path></svg>
|
|
1232
|
+
</div>
|
|
1233
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="issue-opened-open">
|
|
1234
|
+
<svg height="16" class="octicon octicon-issue-opened open" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"></path><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Z"></path></svg>
|
|
1235
|
+
</div>
|
|
1236
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="git-pull-request-draft-color-fg-muted">
|
|
1237
|
+
<svg height="16" class="octicon octicon-git-pull-request-draft color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M3.25 1A2.25 2.25 0 0 1 4 5.372v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.251 2.251 0 0 1 3.25 1Zm9.5 14a2.25 2.25 0 1 1 0-4.5 2.25 2.25 0 0 1 0 4.5ZM2.5 3.25a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0ZM3.25 12a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm9.5 0a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM14 7.5a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Zm0-4.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Z"></path></svg>
|
|
1238
|
+
</div>
|
|
1239
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="search-color-fg-muted">
|
|
1240
|
+
<svg height="16" class="octicon octicon-search color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"></path></svg>
|
|
1241
|
+
</div>
|
|
1242
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="sun-color-fg-muted">
|
|
1243
|
+
<svg height="16" class="octicon octicon-sun color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M8 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8Zm0-1.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm5.657-8.157a.75.75 0 0 1 0 1.061l-1.061 1.06a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734l1.06-1.06a.75.75 0 0 1 1.06 0Zm-9.193 9.193a.75.75 0 0 1 0 1.06l-1.06 1.061a.75.75 0 1 1-1.061-1.06l1.06-1.061a.75.75 0 0 1 1.061 0ZM8 0a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0V.75A.75.75 0 0 1 8 0ZM3 8a.75.75 0 0 1-.75.75H.75a.75.75 0 0 1 0-1.5h1.5A.75.75 0 0 1 3 8Zm13 0a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1 0-1.5h1.5A.75.75 0 0 1 16 8Zm-8 5a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 8 13Zm3.536-1.464a.75.75 0 0 1 1.06 0l1.061 1.06a.75.75 0 0 1-1.06 1.061l-1.061-1.06a.75.75 0 0 1 0-1.061ZM2.343 2.343a.75.75 0 0 1 1.061 0l1.06 1.061a.751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018l-1.06-1.06a.75.75 0 0 1 0-1.06Z"></path></svg>
|
|
1244
|
+
</div>
|
|
1245
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="sync-color-fg-muted">
|
|
1246
|
+
<svg height="16" class="octicon octicon-sync color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M1.705 8.005a.75.75 0 0 1 .834.656 5.5 5.5 0 0 0 9.592 2.97l-1.204-1.204a.25.25 0 0 1 .177-.427h3.646a.25.25 0 0 1 .25.25v3.646a.25.25 0 0 1-.427.177l-1.38-1.38A7.002 7.002 0 0 1 1.05 8.84a.75.75 0 0 1 .656-.834ZM8 2.5a5.487 5.487 0 0 0-4.131 1.869l1.204 1.204A.25.25 0 0 1 4.896 6H1.25A.25.25 0 0 1 1 5.75V2.104a.25.25 0 0 1 .427-.177l1.38 1.38A7.002 7.002 0 0 1 14.95 7.16a.75.75 0 0 1-1.49.178A5.5 5.5 0 0 0 8 2.5Z"></path></svg>
|
|
1247
|
+
</div>
|
|
1248
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="trash-color-fg-muted">
|
|
1249
|
+
<svg height="16" class="octicon octicon-trash color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M11 1.75V3h2.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H5V1.75C5 .784 5.784 0 6.75 0h2.5C10.216 0 11 .784 11 1.75ZM4.496 6.675l.66 6.6a.25.25 0 0 0 .249.225h5.19a.25.25 0 0 0 .249-.225l.66-6.6a.75.75 0 0 1 1.492.149l-.66 6.6A1.748 1.748 0 0 1 10.595 15h-5.19a1.75 1.75 0 0 1-1.741-1.575l-.66-6.6a.75.75 0 1 1 1.492-.15ZM6.5 1.75V3h3V1.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25Z"></path></svg>
|
|
1250
|
+
</div>
|
|
1251
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="key-color-fg-muted">
|
|
1252
|
+
<svg height="16" class="octicon octicon-key color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M10.5 0a5.499 5.499 0 1 1-1.288 10.848l-.932.932a.749.749 0 0 1-.53.22H7v.75a.749.749 0 0 1-.22.53l-.5.5a.749.749 0 0 1-.53.22H5v.75a.749.749 0 0 1-.22.53l-.5.5a.749.749 0 0 1-.53.22h-2A1.75 1.75 0 0 1 0 14.25v-2c0-.199.079-.389.22-.53l4.932-4.932A5.5 5.5 0 0 1 10.5 0Zm-4 5.5c-.001.431.069.86.205 1.269a.75.75 0 0 1-.181.768L1.5 12.56v1.69c0 .138.112.25.25.25h1.69l.06-.06v-1.19a.75.75 0 0 1 .75-.75h1.19l.06-.06v-1.19a.75.75 0 0 1 .75-.75h1.19l1.023-1.025a.75.75 0 0 1 .768-.18A4 4 0 1 0 6.5 5.5ZM11 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path></svg>
|
|
1253
|
+
</div>
|
|
1254
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="comment-discussion-color-fg-muted">
|
|
1255
|
+
<svg height="16" class="octicon octicon-comment-discussion color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M1.75 1h8.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 10.25 10H7.061l-2.574 2.573A1.458 1.458 0 0 1 2 11.543V10h-.25A1.75 1.75 0 0 1 0 8.25v-5.5C0 1.784.784 1 1.75 1ZM1.5 2.75v5.5c0 .138.112.25.25.25h1a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h3.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25h-8.5a.25.25 0 0 0-.25.25Zm13 2a.25.25 0 0 0-.25-.25h-.5a.75.75 0 0 1 0-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 14.25 12H14v1.543a1.458 1.458 0 0 1-2.487 1.03L9.22 12.28a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215l2.22 2.22v-2.19a.75.75 0 0 1 .75-.75h1a.25.25 0 0 0 .25-.25Z"></path></svg>
|
|
1256
|
+
</div>
|
|
1257
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="bell-color-fg-muted">
|
|
1258
|
+
<svg height="16" class="octicon octicon-bell color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M8 16a2 2 0 0 0 1.985-1.75c.017-.137-.097-.25-.235-.25h-3.5c-.138 0-.252.113-.235.25A2 2 0 0 0 8 16ZM3 5a5 5 0 0 1 10 0v2.947c0 .05.015.098.042.139l1.703 2.555A1.519 1.519 0 0 1 13.482 13H2.518a1.516 1.516 0 0 1-1.263-2.36l1.703-2.554A.255.255 0 0 0 3 7.947Zm5-3.5A3.5 3.5 0 0 0 4.5 5v2.947c0 .346-.102.683-.294.97l-1.703 2.556a.017.017 0 0 0-.003.01l.001.006c0 .002.002.004.004.006l.006.004.007.001h10.964l.007-.001.006-.004.004-.006.001-.007a.017.017 0 0 0-.003-.01l-1.703-2.554a1.745 1.745 0 0 1-.294-.97V5A3.5 3.5 0 0 0 8 1.5Z"></path></svg>
|
|
1259
|
+
</div>
|
|
1260
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="bell-slash-color-fg-muted">
|
|
1261
|
+
<svg height="16" class="octicon octicon-bell-slash color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="m4.182 4.31.016.011 10.104 7.316.013.01 1.375.996a.75.75 0 1 1-.88 1.214L13.626 13H2.518a1.516 1.516 0 0 1-1.263-2.36l1.703-2.554A.255.255 0 0 0 3 7.947V5.305L.31 3.357a.75.75 0 1 1 .88-1.214Zm7.373 7.19L4.5 6.391v1.556c0 .346-.102.683-.294.97l-1.703 2.556a.017.017 0 0 0-.003.01c0 .005.002.009.005.012l.006.004.007.001ZM8 1.5c-.997 0-1.895.416-2.534 1.086A.75.75 0 1 1 4.38 1.55 5 5 0 0 1 13 5v2.373a.75.75 0 0 1-1.5 0V5A3.5 3.5 0 0 0 8 1.5ZM8 16a2 2 0 0 1-1.985-1.75c-.017-.137.097-.25.235-.25h3.5c.138 0 .252.113.235.25A2 2 0 0 1 8 16Z"></path></svg>
|
|
1262
|
+
</div>
|
|
1263
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="paintbrush-color-fg-muted">
|
|
1264
|
+
<svg height="16" class="octicon octicon-paintbrush color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M11.134 1.535c.7-.509 1.416-.942 2.076-1.155.649-.21 1.463-.267 2.069.34.603.601.568 1.411.368 2.07-.202.668-.624 1.39-1.125 2.096-1.011 1.424-2.496 2.987-3.775 4.249-1.098 1.084-2.132 1.839-3.04 2.3a3.744 3.744 0 0 1-1.055 3.217c-.431.431-1.065.691-1.657.861-.614.177-1.294.287-1.914.357A21.151 21.151 0 0 1 .797 16H.743l.007-.75H.749L.742 16a.75.75 0 0 1-.743-.742l.743-.008-.742.007v-.054a21.25 21.25 0 0 1 .13-2.284c.067-.647.187-1.287.358-1.914.17-.591.43-1.226.86-1.657a3.746 3.746 0 0 1 3.227-1.054c.466-.893 1.225-1.907 2.314-2.982 1.271-1.255 2.833-2.75 4.245-3.777ZM1.62 13.089c-.051.464-.086.929-.104 1.395.466-.018.932-.053 1.396-.104a10.511 10.511 0 0 0 1.668-.309c.526-.151.856-.325 1.011-.48a2.25 2.25 0 1 0-3.182-3.182c-.155.155-.329.485-.48 1.01a10.515 10.515 0 0 0-.309 1.67Zm10.396-10.34c-1.224.89-2.605 2.189-3.822 3.384l1.718 1.718c1.21-1.205 2.51-2.597 3.387-3.833.47-.662.78-1.227.912-1.662.134-.444.032-.551.009-.575h-.001V1.78c-.014-.014-.113-.113-.548.027-.432.14-.995.462-1.655.942Zm-4.832 7.266-.001.001a9.859 9.859 0 0 0 1.63-1.142L7.155 7.216a9.7 9.7 0 0 0-1.161 1.607c.482.302.889.71 1.19 1.192Z"></path></svg>
|
|
1265
|
+
</div>
|
|
1266
|
+
|
|
1267
|
+
<command-palette-item-group
|
|
1268
|
+
data-group-id="top"
|
|
1269
|
+
data-group-title="Top result"
|
|
1270
|
+
data-group-hint=""
|
|
1271
|
+
data-group-limits="{}"
|
|
1272
|
+
data-default-priority="0"
|
|
1273
|
+
>
|
|
1274
|
+
</command-palette-item-group>
|
|
1275
|
+
<command-palette-item-group
|
|
1276
|
+
data-group-id="commands"
|
|
1277
|
+
data-group-title="Commands"
|
|
1278
|
+
data-group-hint="Type > to filter"
|
|
1279
|
+
data-group-limits="{"static_items_page":50,"issue":50,"pull_request":50,"discussion":50}"
|
|
1280
|
+
data-default-priority="1"
|
|
1281
|
+
>
|
|
1282
|
+
</command-palette-item-group>
|
|
1283
|
+
<command-palette-item-group
|
|
1284
|
+
data-group-id="global_commands"
|
|
1285
|
+
data-group-title="Global Commands"
|
|
1286
|
+
data-group-hint="Type > to filter"
|
|
1287
|
+
data-group-limits="{"issue":0,"pull_request":0,"discussion":0}"
|
|
1288
|
+
data-default-priority="2"
|
|
1289
|
+
>
|
|
1290
|
+
</command-palette-item-group>
|
|
1291
|
+
<command-palette-item-group
|
|
1292
|
+
data-group-id="this_page"
|
|
1293
|
+
data-group-title="This Page"
|
|
1294
|
+
data-group-hint=""
|
|
1295
|
+
data-group-limits="{}"
|
|
1296
|
+
data-default-priority="3"
|
|
1297
|
+
>
|
|
1298
|
+
</command-palette-item-group>
|
|
1299
|
+
<command-palette-item-group
|
|
1300
|
+
data-group-id="files"
|
|
1301
|
+
data-group-title="Files"
|
|
1302
|
+
data-group-hint=""
|
|
1303
|
+
data-group-limits="{}"
|
|
1304
|
+
data-default-priority="4"
|
|
1305
|
+
>
|
|
1306
|
+
</command-palette-item-group>
|
|
1307
|
+
<command-palette-item-group
|
|
1308
|
+
data-group-id="default"
|
|
1309
|
+
data-group-title="Default"
|
|
1310
|
+
data-group-hint=""
|
|
1311
|
+
data-group-limits="{"static_items_page":50}"
|
|
1312
|
+
data-default-priority="5"
|
|
1313
|
+
>
|
|
1314
|
+
</command-palette-item-group>
|
|
1315
|
+
<command-palette-item-group
|
|
1316
|
+
data-group-id="pages"
|
|
1317
|
+
data-group-title="Pages"
|
|
1318
|
+
data-group-hint=""
|
|
1319
|
+
data-group-limits="{"repository":10}"
|
|
1320
|
+
data-default-priority="6"
|
|
1321
|
+
>
|
|
1322
|
+
</command-palette-item-group>
|
|
1323
|
+
<command-palette-item-group
|
|
1324
|
+
data-group-id="access_policies"
|
|
1325
|
+
data-group-title="Access Policies"
|
|
1326
|
+
data-group-hint=""
|
|
1327
|
+
data-group-limits="{}"
|
|
1328
|
+
data-default-priority="7"
|
|
1329
|
+
>
|
|
1330
|
+
</command-palette-item-group>
|
|
1331
|
+
<command-palette-item-group
|
|
1332
|
+
data-group-id="organizations"
|
|
1333
|
+
data-group-title="Organizations"
|
|
1334
|
+
data-group-hint=""
|
|
1335
|
+
data-group-limits="{}"
|
|
1336
|
+
data-default-priority="8"
|
|
1337
|
+
>
|
|
1338
|
+
</command-palette-item-group>
|
|
1339
|
+
<command-palette-item-group
|
|
1340
|
+
data-group-id="repositories"
|
|
1341
|
+
data-group-title="Repositories"
|
|
1342
|
+
data-group-hint=""
|
|
1343
|
+
data-group-limits="{}"
|
|
1344
|
+
data-default-priority="9"
|
|
1345
|
+
>
|
|
1346
|
+
</command-palette-item-group>
|
|
1347
|
+
<command-palette-item-group
|
|
1348
|
+
data-group-id="references"
|
|
1349
|
+
data-group-title="Issues, pull requests, and discussions"
|
|
1350
|
+
data-group-hint="Type # to filter"
|
|
1351
|
+
data-group-limits="{}"
|
|
1352
|
+
data-default-priority="10"
|
|
1353
|
+
>
|
|
1354
|
+
</command-palette-item-group>
|
|
1355
|
+
<command-palette-item-group
|
|
1356
|
+
data-group-id="teams"
|
|
1357
|
+
data-group-title="Teams"
|
|
1358
|
+
data-group-hint=""
|
|
1359
|
+
data-group-limits="{}"
|
|
1360
|
+
data-default-priority="11"
|
|
1361
|
+
>
|
|
1362
|
+
</command-palette-item-group>
|
|
1363
|
+
<command-palette-item-group
|
|
1364
|
+
data-group-id="users"
|
|
1365
|
+
data-group-title="Users"
|
|
1366
|
+
data-group-hint=""
|
|
1367
|
+
data-group-limits="{}"
|
|
1368
|
+
data-default-priority="12"
|
|
1369
|
+
>
|
|
1370
|
+
</command-palette-item-group>
|
|
1371
|
+
<command-palette-item-group
|
|
1372
|
+
data-group-id="memex_projects"
|
|
1373
|
+
data-group-title="Projects"
|
|
1374
|
+
data-group-hint=""
|
|
1375
|
+
data-group-limits="{}"
|
|
1376
|
+
data-default-priority="13"
|
|
1377
|
+
>
|
|
1378
|
+
</command-palette-item-group>
|
|
1379
|
+
<command-palette-item-group
|
|
1380
|
+
data-group-id="projects"
|
|
1381
|
+
data-group-title="Projects (classic)"
|
|
1382
|
+
data-group-hint=""
|
|
1383
|
+
data-group-limits="{}"
|
|
1384
|
+
data-default-priority="14"
|
|
1385
|
+
>
|
|
1386
|
+
</command-palette-item-group>
|
|
1387
|
+
<command-palette-item-group
|
|
1388
|
+
data-group-id="footer"
|
|
1389
|
+
data-group-title="Footer"
|
|
1390
|
+
data-group-hint=""
|
|
1391
|
+
data-group-limits="{}"
|
|
1392
|
+
data-default-priority="15"
|
|
1393
|
+
>
|
|
1394
|
+
</command-palette-item-group>
|
|
1395
|
+
<command-palette-item-group
|
|
1396
|
+
data-group-id="modes_help"
|
|
1397
|
+
data-group-title="Modes"
|
|
1398
|
+
data-group-hint=""
|
|
1399
|
+
data-group-limits="{}"
|
|
1400
|
+
data-default-priority="16"
|
|
1401
|
+
>
|
|
1402
|
+
</command-palette-item-group>
|
|
1403
|
+
<command-palette-item-group
|
|
1404
|
+
data-group-id="filters_help"
|
|
1405
|
+
data-group-title="Use filters in issues, pull requests, discussions, and projects"
|
|
1406
|
+
data-group-hint=""
|
|
1407
|
+
data-group-limits="{}"
|
|
1408
|
+
data-default-priority="17"
|
|
1409
|
+
>
|
|
1410
|
+
</command-palette-item-group>
|
|
1411
|
+
|
|
1412
|
+
<command-palette-page
|
|
1413
|
+
data-page-title="uyeong"
|
|
1414
|
+
data-scope-id="MDQ6VXNlcjEzMjE3MDc="
|
|
1415
|
+
data-scope-type="owner"
|
|
1416
|
+
data-targets="command-palette-page-stack.defaultPages"
|
|
1417
|
+
hidden
|
|
1418
|
+
>
|
|
1419
|
+
</command-palette-page>
|
|
1420
|
+
<command-palette-page
|
|
1421
|
+
data-page-title="NotoSans-subset"
|
|
1422
|
+
data-scope-id="MDEwOlJlcG9zaXRvcnkzNDA0NzY2OA=="
|
|
1423
|
+
data-scope-type="repository"
|
|
1424
|
+
data-targets="command-palette-page-stack.defaultPages"
|
|
1425
|
+
hidden
|
|
1426
|
+
>
|
|
1427
|
+
</command-palette-page>
|
|
1428
|
+
</div>
|
|
1429
|
+
|
|
1430
|
+
<command-palette-page data-is-root>
|
|
1431
|
+
</command-palette-page>
|
|
1432
|
+
<command-palette-page
|
|
1433
|
+
data-page-title="uyeong"
|
|
1434
|
+
data-scope-id="MDQ6VXNlcjEzMjE3MDc="
|
|
1435
|
+
data-scope-type="owner"
|
|
1436
|
+
>
|
|
1437
|
+
</command-palette-page>
|
|
1438
|
+
<command-palette-page
|
|
1439
|
+
data-page-title="NotoSans-subset"
|
|
1440
|
+
data-scope-id="MDEwOlJlcG9zaXRvcnkzNDA0NzY2OA=="
|
|
1441
|
+
data-scope-type="repository"
|
|
1442
|
+
>
|
|
1443
|
+
</command-palette-page>
|
|
1444
|
+
</command-palette-page-stack>
|
|
1445
|
+
|
|
1446
|
+
<server-defined-provider data-type="search-links" data-targets="command-palette.serverDefinedProviderElements"></server-defined-provider>
|
|
1447
|
+
<server-defined-provider data-type="help" data-targets="command-palette.serverDefinedProviderElements">
|
|
1448
|
+
<command-palette-help
|
|
1449
|
+
data-group="modes_help"
|
|
1450
|
+
data-prefix="#"
|
|
1451
|
+
data-scope-types="[""]"
|
|
1452
|
+
>
|
|
1453
|
+
<span data-target="command-palette-help.titleElement">Search for <strong>issues</strong> and <strong>pull requests</strong></span>
|
|
1454
|
+
<span data-target="command-palette-help.hintElement">
|
|
1455
|
+
<kbd class="hx_kbd">#</kbd>
|
|
1456
|
+
</span>
|
|
1457
|
+
</command-palette-help>
|
|
1458
|
+
<command-palette-help
|
|
1459
|
+
data-group="modes_help"
|
|
1460
|
+
data-prefix="#"
|
|
1461
|
+
data-scope-types="["owner","repository"]"
|
|
1462
|
+
>
|
|
1463
|
+
<span data-target="command-palette-help.titleElement">Search for <strong>issues, pull requests, discussions,</strong> and <strong>projects</strong></span>
|
|
1464
|
+
<span data-target="command-palette-help.hintElement">
|
|
1465
|
+
<kbd class="hx_kbd">#</kbd>
|
|
1466
|
+
</span>
|
|
1467
|
+
</command-palette-help>
|
|
1468
|
+
<command-palette-help
|
|
1469
|
+
data-group="modes_help"
|
|
1470
|
+
data-prefix="@"
|
|
1471
|
+
data-scope-types="[""]"
|
|
1472
|
+
>
|
|
1473
|
+
<span data-target="command-palette-help.titleElement">Search for <strong>organizations, repositories,</strong> and <strong>users</strong></span>
|
|
1474
|
+
<span data-target="command-palette-help.hintElement">
|
|
1475
|
+
<kbd class="hx_kbd">@</kbd>
|
|
1476
|
+
</span>
|
|
1477
|
+
</command-palette-help>
|
|
1478
|
+
<command-palette-help
|
|
1479
|
+
data-group="modes_help"
|
|
1480
|
+
data-prefix="!"
|
|
1481
|
+
data-scope-types="["owner","repository"]"
|
|
1482
|
+
>
|
|
1483
|
+
<span data-target="command-palette-help.titleElement">Search for <strong>projects</strong></span>
|
|
1484
|
+
<span data-target="command-palette-help.hintElement">
|
|
1485
|
+
<kbd class="hx_kbd">!</kbd>
|
|
1486
|
+
</span>
|
|
1487
|
+
</command-palette-help>
|
|
1488
|
+
<command-palette-help
|
|
1489
|
+
data-group="modes_help"
|
|
1490
|
+
data-prefix="/"
|
|
1491
|
+
data-scope-types="["repository"]"
|
|
1492
|
+
>
|
|
1493
|
+
<span data-target="command-palette-help.titleElement">Search for <strong>files</strong></span>
|
|
1494
|
+
<span data-target="command-palette-help.hintElement">
|
|
1495
|
+
<kbd class="hx_kbd">/</kbd>
|
|
1496
|
+
</span>
|
|
1497
|
+
</command-palette-help>
|
|
1498
|
+
<command-palette-help
|
|
1499
|
+
data-group="modes_help"
|
|
1500
|
+
data-prefix=">"
|
|
1501
|
+
>
|
|
1502
|
+
<span data-target="command-palette-help.titleElement">Activate <strong>command mode</strong></span>
|
|
1503
|
+
<span data-target="command-palette-help.hintElement">
|
|
1504
|
+
<kbd class="hx_kbd">></kbd>
|
|
1505
|
+
</span>
|
|
1506
|
+
</command-palette-help>
|
|
1507
|
+
<command-palette-help
|
|
1508
|
+
data-group="filters_help"
|
|
1509
|
+
data-prefix="# author:@me"
|
|
1510
|
+
>
|
|
1511
|
+
<span data-target="command-palette-help.titleElement">Search your issues, pull requests, and discussions</span>
|
|
1512
|
+
<span data-target="command-palette-help.hintElement">
|
|
1513
|
+
<kbd class="hx_kbd"># author:@me</kbd>
|
|
1514
|
+
</span>
|
|
1515
|
+
</command-palette-help>
|
|
1516
|
+
<command-palette-help
|
|
1517
|
+
data-group="filters_help"
|
|
1518
|
+
data-prefix="# author:@me"
|
|
1519
|
+
>
|
|
1520
|
+
<span data-target="command-palette-help.titleElement">Search your issues, pull requests, and discussions</span>
|
|
1521
|
+
<span data-target="command-palette-help.hintElement">
|
|
1522
|
+
<kbd class="hx_kbd"># author:@me</kbd>
|
|
1523
|
+
</span>
|
|
1524
|
+
</command-palette-help>
|
|
1525
|
+
<command-palette-help
|
|
1526
|
+
data-group="filters_help"
|
|
1527
|
+
data-prefix="# is:pr"
|
|
1528
|
+
>
|
|
1529
|
+
<span data-target="command-palette-help.titleElement">Filter to pull requests</span>
|
|
1530
|
+
<span data-target="command-palette-help.hintElement">
|
|
1531
|
+
<kbd class="hx_kbd"># is:pr</kbd>
|
|
1532
|
+
</span>
|
|
1533
|
+
</command-palette-help>
|
|
1534
|
+
<command-palette-help
|
|
1535
|
+
data-group="filters_help"
|
|
1536
|
+
data-prefix="# is:issue"
|
|
1537
|
+
>
|
|
1538
|
+
<span data-target="command-palette-help.titleElement">Filter to issues</span>
|
|
1539
|
+
<span data-target="command-palette-help.hintElement">
|
|
1540
|
+
<kbd class="hx_kbd"># is:issue</kbd>
|
|
1541
|
+
</span>
|
|
1542
|
+
</command-palette-help>
|
|
1543
|
+
<command-palette-help
|
|
1544
|
+
data-group="filters_help"
|
|
1545
|
+
data-prefix="# is:discussion"
|
|
1546
|
+
data-scope-types="["owner","repository"]"
|
|
1547
|
+
>
|
|
1548
|
+
<span data-target="command-palette-help.titleElement">Filter to discussions</span>
|
|
1549
|
+
<span data-target="command-palette-help.hintElement">
|
|
1550
|
+
<kbd class="hx_kbd"># is:discussion</kbd>
|
|
1551
|
+
</span>
|
|
1552
|
+
</command-palette-help>
|
|
1553
|
+
<command-palette-help
|
|
1554
|
+
data-group="filters_help"
|
|
1555
|
+
data-prefix="# is:project"
|
|
1556
|
+
data-scope-types="["owner","repository"]"
|
|
1557
|
+
>
|
|
1558
|
+
<span data-target="command-palette-help.titleElement">Filter to projects</span>
|
|
1559
|
+
<span data-target="command-palette-help.hintElement">
|
|
1560
|
+
<kbd class="hx_kbd"># is:project</kbd>
|
|
1561
|
+
</span>
|
|
1562
|
+
</command-palette-help>
|
|
1563
|
+
<command-palette-help
|
|
1564
|
+
data-group="filters_help"
|
|
1565
|
+
data-prefix="# is:open"
|
|
1566
|
+
>
|
|
1567
|
+
<span data-target="command-palette-help.titleElement">Filter to open issues, pull requests, and discussions</span>
|
|
1568
|
+
<span data-target="command-palette-help.hintElement">
|
|
1569
|
+
<kbd class="hx_kbd"># is:open</kbd>
|
|
1570
|
+
</span>
|
|
1571
|
+
</command-palette-help>
|
|
1572
|
+
</server-defined-provider>
|
|
1573
|
+
|
|
1574
|
+
<server-defined-provider
|
|
1575
|
+
data-type="commands"
|
|
1576
|
+
data-fetch-debounce="0"
|
|
1577
|
+
data-src="/command_palette/commands"
|
|
1578
|
+
data-supported-modes="[]"
|
|
1579
|
+
data-supports-commands
|
|
1580
|
+
|
|
1581
|
+
data-targets="command-palette.serverDefinedProviderElements"
|
|
1582
|
+
></server-defined-provider>
|
|
1583
|
+
<server-defined-provider
|
|
1584
|
+
data-type="prefetched"
|
|
1585
|
+
data-fetch-debounce="0"
|
|
1586
|
+
data-src="/command_palette/jump_to_page_navigation"
|
|
1587
|
+
data-supported-modes="[""]"
|
|
1588
|
+
data-supported-scope-types="["","owner","repository"]"
|
|
1589
|
+
|
|
1590
|
+
data-targets="command-palette.serverDefinedProviderElements"
|
|
1591
|
+
></server-defined-provider>
|
|
1592
|
+
<server-defined-provider
|
|
1593
|
+
data-type="remote"
|
|
1594
|
+
data-fetch-debounce="200"
|
|
1595
|
+
data-src="/command_palette/issues"
|
|
1596
|
+
data-supported-modes="["#","#"]"
|
|
1597
|
+
data-supported-scope-types="["owner","repository",""]"
|
|
1598
|
+
|
|
1599
|
+
data-targets="command-palette.serverDefinedProviderElements"
|
|
1600
|
+
></server-defined-provider>
|
|
1601
|
+
<server-defined-provider
|
|
1602
|
+
data-type="remote"
|
|
1603
|
+
data-fetch-debounce="200"
|
|
1604
|
+
data-src="/command_palette/jump_to"
|
|
1605
|
+
data-supported-modes="["@","@"]"
|
|
1606
|
+
data-supported-scope-types="["","owner"]"
|
|
1607
|
+
|
|
1608
|
+
data-targets="command-palette.serverDefinedProviderElements"
|
|
1609
|
+
></server-defined-provider>
|
|
1610
|
+
<server-defined-provider
|
|
1611
|
+
data-type="remote"
|
|
1612
|
+
data-fetch-debounce="200"
|
|
1613
|
+
data-src="/command_palette/jump_to_members_only"
|
|
1614
|
+
data-supported-modes="["@","@","",""]"
|
|
1615
|
+
data-supported-scope-types="["","owner"]"
|
|
1616
|
+
|
|
1617
|
+
data-targets="command-palette.serverDefinedProviderElements"
|
|
1618
|
+
></server-defined-provider>
|
|
1619
|
+
<server-defined-provider
|
|
1620
|
+
data-type="prefetched"
|
|
1621
|
+
data-fetch-debounce="0"
|
|
1622
|
+
data-src="/command_palette/jump_to_members_only_prefetched"
|
|
1623
|
+
data-supported-modes="["@","@","",""]"
|
|
1624
|
+
data-supported-scope-types="["","owner"]"
|
|
1625
|
+
|
|
1626
|
+
data-targets="command-palette.serverDefinedProviderElements"
|
|
1627
|
+
></server-defined-provider>
|
|
1628
|
+
<server-defined-provider
|
|
1629
|
+
data-type="files"
|
|
1630
|
+
data-fetch-debounce="0"
|
|
1631
|
+
data-src="/command_palette/files"
|
|
1632
|
+
data-supported-modes="["/"]"
|
|
1633
|
+
data-supported-scope-types="["repository"]"
|
|
1634
|
+
|
|
1635
|
+
data-targets="command-palette.serverDefinedProviderElements"
|
|
1636
|
+
></server-defined-provider>
|
|
1637
|
+
<server-defined-provider
|
|
1638
|
+
data-type="remote"
|
|
1639
|
+
data-fetch-debounce="200"
|
|
1640
|
+
data-src="/command_palette/discussions"
|
|
1641
|
+
data-supported-modes="["#"]"
|
|
1642
|
+
data-supported-scope-types="["owner","repository"]"
|
|
1643
|
+
|
|
1644
|
+
data-targets="command-palette.serverDefinedProviderElements"
|
|
1645
|
+
></server-defined-provider>
|
|
1646
|
+
<server-defined-provider
|
|
1647
|
+
data-type="remote"
|
|
1648
|
+
data-fetch-debounce="200"
|
|
1649
|
+
data-src="/command_palette/projects"
|
|
1650
|
+
data-supported-modes="["#","!"]"
|
|
1651
|
+
data-supported-scope-types="["owner","repository"]"
|
|
1652
|
+
|
|
1653
|
+
data-targets="command-palette.serverDefinedProviderElements"
|
|
1654
|
+
></server-defined-provider>
|
|
1655
|
+
<server-defined-provider
|
|
1656
|
+
data-type="prefetched"
|
|
1657
|
+
data-fetch-debounce="0"
|
|
1658
|
+
data-src="/command_palette/recent_issues"
|
|
1659
|
+
data-supported-modes="["#","#"]"
|
|
1660
|
+
data-supported-scope-types="["owner","repository",""]"
|
|
1661
|
+
|
|
1662
|
+
data-targets="command-palette.serverDefinedProviderElements"
|
|
1663
|
+
></server-defined-provider>
|
|
1664
|
+
<server-defined-provider
|
|
1665
|
+
data-type="remote"
|
|
1666
|
+
data-fetch-debounce="200"
|
|
1667
|
+
data-src="/command_palette/teams"
|
|
1668
|
+
data-supported-modes="["@",""]"
|
|
1669
|
+
data-supported-scope-types="["owner"]"
|
|
1670
|
+
|
|
1671
|
+
data-targets="command-palette.serverDefinedProviderElements"
|
|
1672
|
+
></server-defined-provider>
|
|
1673
|
+
<server-defined-provider
|
|
1674
|
+
data-type="remote"
|
|
1675
|
+
data-fetch-debounce="200"
|
|
1676
|
+
data-src="/command_palette/name_with_owner_repository"
|
|
1677
|
+
data-supported-modes="["@","@","",""]"
|
|
1678
|
+
data-supported-scope-types="["","owner"]"
|
|
1679
|
+
|
|
1680
|
+
data-targets="command-palette.serverDefinedProviderElements"
|
|
1681
|
+
></server-defined-provider>
|
|
1682
|
+
</command-palette>
|
|
1683
|
+
</details-dialog>
|
|
1684
|
+
</details>
|
|
1685
|
+
|
|
1686
|
+
<div class="position-fixed bottom-0 left-0 ml-5 mb-5 js-command-palette-toasts" style="z-index: 1000">
|
|
1687
|
+
<div hidden class="Toast Toast--loading">
|
|
1688
|
+
<span class="Toast-icon">
|
|
1689
|
+
<svg class="Toast--spinner" viewBox="0 0 32 32" width="18" height="18" aria-hidden="true">
|
|
1690
|
+
<path
|
|
1691
|
+
fill="#959da5"
|
|
1692
|
+
d="M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4"
|
|
1693
|
+
/>
|
|
1694
|
+
<path fill="#ffffff" d="M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z"></path>
|
|
1695
|
+
</svg>
|
|
1696
|
+
</span>
|
|
1697
|
+
<span class="Toast-content"></span>
|
|
1698
|
+
</div>
|
|
1699
|
+
|
|
1700
|
+
<div hidden class="anim-fade-in fast Toast Toast--error">
|
|
1701
|
+
<span class="Toast-icon">
|
|
1702
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-stop">
|
|
1703
|
+
<path d="M4.47.22A.749.749 0 0 1 5 0h6c.199 0 .389.079.53.22l4.25 4.25c.141.14.22.331.22.53v6a.749.749 0 0 1-.22.53l-4.25 4.25A.749.749 0 0 1 11 16H5a.749.749 0 0 1-.53-.22L.22 11.53A.749.749 0 0 1 0 11V5c0-.199.079-.389.22-.53Zm.84 1.28L1.5 5.31v5.38l3.81 3.81h5.38l3.81-3.81V5.31L10.69 1.5ZM8 4a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path>
|
|
1704
|
+
</svg>
|
|
1705
|
+
</span>
|
|
1706
|
+
<span class="Toast-content"></span>
|
|
1707
|
+
</div>
|
|
1708
|
+
|
|
1709
|
+
<div hidden class="anim-fade-in fast Toast Toast--warning">
|
|
1710
|
+
<span class="Toast-icon">
|
|
1711
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
|
|
1712
|
+
<path d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
|
|
1713
|
+
</svg>
|
|
1714
|
+
</span>
|
|
1715
|
+
<span class="Toast-content"></span>
|
|
1716
|
+
</div>
|
|
1717
|
+
|
|
1718
|
+
|
|
1719
|
+
<div hidden class="anim-fade-in fast Toast Toast--success">
|
|
1720
|
+
<span class="Toast-icon">
|
|
1721
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check">
|
|
1722
|
+
<path d="M13.78 4.22a.75.75 0 0 1 0 1.06l-7.25 7.25a.75.75 0 0 1-1.06 0L2.22 9.28a.751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018L6 10.94l6.72-6.72a.75.75 0 0 1 1.06 0Z"></path>
|
|
1723
|
+
</svg>
|
|
1724
|
+
</span>
|
|
1725
|
+
<span class="Toast-content"></span>
|
|
1726
|
+
</div>
|
|
1727
|
+
|
|
1728
|
+
<div hidden class="anim-fade-in fast Toast">
|
|
1729
|
+
<span class="Toast-icon">
|
|
1730
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-info">
|
|
1731
|
+
<path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path>
|
|
1732
|
+
</svg>
|
|
1733
|
+
</span>
|
|
1734
|
+
<span class="Toast-content"></span>
|
|
1735
|
+
</div>
|
|
1736
|
+
</div>
|
|
1737
|
+
|
|
1738
|
+
|
|
1739
|
+
<div
|
|
1740
|
+
class="application-main "
|
|
1741
|
+
data-commit-hovercards-enabled
|
|
1742
|
+
data-discussion-hovercards-enabled
|
|
1743
|
+
data-issue-and-pr-hovercards-enabled
|
|
1744
|
+
>
|
|
1745
|
+
<div itemscope itemtype="http://schema.org/SoftwareSourceCode" class="">
|
|
1746
|
+
<main id="js-repo-pjax-container" >
|
|
1747
|
+
|
|
1748
|
+
|
|
1749
|
+
|
|
1750
|
+
|
|
1751
|
+
|
|
1752
|
+
|
|
1753
|
+
|
|
1754
|
+
|
|
1755
|
+
|
|
1756
|
+
<div id="repository-container-header" class="pt-3 hide-full-screen" style="background-color: var(--color-page-header-bg);" data-turbo-replace>
|
|
1757
|
+
|
|
1758
|
+
<div class="d-flex flex-wrap flex-justify-end mb-3 px-3 px-md-4 px-lg-5" style="gap: 1rem;">
|
|
1759
|
+
|
|
1760
|
+
<div class="flex-auto min-width-0 width-fit mr-3">
|
|
1761
|
+
|
|
1762
|
+
<div class=" d-flex flex-wrap flex-items-center wb-break-word f3 text-normal">
|
|
1763
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo color-fg-muted mr-2">
|
|
1764
|
+
<path d="M2 2.5A2.5 2.5 0 0 1 4.5 0h8.75a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-8a1 1 0 0 0-.714 1.7.75.75 0 1 1-1.072 1.05A2.495 2.495 0 0 1 2 11.5Zm10.5-1h-8a1 1 0 0 0-1 1v6.708A2.486 2.486 0 0 1 4.5 9h8ZM5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.249.249 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2Z"></path>
|
|
1765
|
+
</svg>
|
|
1766
|
+
|
|
1767
|
+
<span class="author flex-self-stretch" itemprop="author">
|
|
1768
|
+
<a class="url fn" rel="author" data-hovercard-type="user" data-hovercard-url="/users/uyeong/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="/uyeong">
|
|
1769
|
+
uyeong
|
|
1770
|
+
</a> </span>
|
|
1771
|
+
<span class="mx-1 flex-self-stretch color-fg-muted">/</span>
|
|
1772
|
+
<strong itemprop="name" class="mr-2 flex-self-stretch">
|
|
1773
|
+
<a data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" href="/uyeong/NotoSans-subset">NotoSans-subset</a>
|
|
1774
|
+
</strong>
|
|
1775
|
+
|
|
1776
|
+
<span></span><span class="Label Label--secondary v-align-middle mr-1">Public</span>
|
|
1777
|
+
</div>
|
|
1778
|
+
|
|
1779
|
+
|
|
1780
|
+
</div>
|
|
1781
|
+
|
|
1782
|
+
<div id="repository-details-container" data-turbo-replace>
|
|
1783
|
+
<ul class="pagehead-actions flex-shrink-0 d-none d-md-inline" style="padding: 2px 0;">
|
|
1784
|
+
|
|
1785
|
+
|
|
1786
|
+
|
|
1787
|
+
<li>
|
|
1788
|
+
<include-fragment loading="lazy" src="/notifications/34047668/watch_subscription?aria_id_prefix=repository-details&button_block=false&show_count=true">
|
|
1789
|
+
<div data-hide-on-error>
|
|
1790
|
+
|
|
1791
|
+
<button disabled="disabled" aria-label="Watching a repository" type="button" data-view-component="true" class="tooltipped tooltipped-n Button--secondary Button--small Button"> <span class="Button-content">
|
|
1792
|
+
<span class="Button-visual Button-leadingVisual">
|
|
1793
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-eye">
|
|
1794
|
+
<path d="M8 2c1.981 0 3.671.992 4.933 2.078 1.27 1.091 2.187 2.345 2.637 3.023a1.62 1.62 0 0 1 0 1.798c-.45.678-1.367 1.932-2.637 3.023C11.67 13.008 9.981 14 8 14c-1.981 0-3.671-.992-4.933-2.078C1.797 10.83.88 9.576.43 8.898a1.62 1.62 0 0 1 0-1.798c.45-.677 1.367-1.931 2.637-3.022C4.33 2.992 6.019 2 8 2ZM1.679 7.932a.12.12 0 0 0 0 .136c.411.622 1.241 1.75 2.366 2.717C5.176 11.758 6.527 12.5 8 12.5c1.473 0 2.825-.742 3.955-1.715 1.124-.967 1.954-2.096 2.366-2.717a.12.12 0 0 0 0-.136c-.412-.621-1.242-1.75-2.366-2.717C10.824 4.242 9.473 3.5 8 3.5c-1.473 0-2.825.742-3.955 1.715-1.124.967-1.954 2.096-2.366 2.717ZM8 10a2 2 0 1 1-.001-3.999A2 2 0 0 1 8 10Z"></path>
|
|
1795
|
+
</svg>
|
|
1796
|
+
</span>
|
|
1797
|
+
<span class="Button-label">Watch</span>
|
|
1798
|
+
</span>
|
|
1799
|
+
</button>
|
|
1800
|
+
|
|
1801
|
+
</div>
|
|
1802
|
+
<p data-show-on-error hidden>
|
|
1803
|
+
|
|
1804
|
+
<span class="d-flex pt-1">
|
|
1805
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert mr-1">
|
|
1806
|
+
<path d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
|
|
1807
|
+
</svg>
|
|
1808
|
+
Couldn't load subscription status.
|
|
1809
|
+
<button data-retry-button="" type="button" data-view-component="true" class="Button--link Button--medium Button"> <span class="Button-content">
|
|
1810
|
+
<span class="Button-label">Retry</span>
|
|
1811
|
+
</span>
|
|
1812
|
+
</button>
|
|
1813
|
+
|
|
1814
|
+
</span>
|
|
1815
|
+
|
|
1816
|
+
</p>
|
|
1817
|
+
</include-fragment>
|
|
1818
|
+
</li>
|
|
1819
|
+
|
|
1820
|
+
<li>
|
|
1821
|
+
<div data-view-component="true" class="d-flex">
|
|
1822
|
+
<div data-view-component="true" class="position-relative d-inline-block">
|
|
1823
|
+
<a icon="repo-forked" id="fork-button" href="/uyeong/NotoSans-subset/fork" data-hydro-click="{"event_type":"repository.click","payload":{"target":"FORK_BUTTON","repository_id":34047668,"originating_url":"https://github.com/uyeong/NotoSans-subset/blob/master/NotoSans-Bold.eot","user_id":130130066}}" data-hydro-click-hmac="149e5e5339ec7033f20a10a136872567928ff7ab820ee7ad09da1bd1b28c974e" data-ga-click="Repository, show fork modal, action:blob#show; text:Fork" data-view-component="true" class="btn-sm btn BtnGroup-item border-right-0"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo-forked mr-2">
|
|
1824
|
+
<path d="M5 5.372v.878c0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75v-.878a2.25 2.25 0 1 1 1.5 0v.878a2.25 2.25 0 0 1-2.25 2.25h-1.5v2.128a2.251 2.251 0 1 1-1.5 0V8.5h-1.5A2.25 2.25 0 0 1 3.5 6.25v-.878a2.25 2.25 0 1 1 1.5 0ZM5 3.25a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0Zm6.75.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm-3 8.75a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0Z"></path>
|
|
1825
|
+
</svg>Fork
|
|
1826
|
+
<span id="repo-network-counter" data-pjax-replace="true" data-turbo-replace="true" title="36" data-view-component="true" class="Counter">36</span>
|
|
1827
|
+
</a> <tool-tip id="tooltip-dc5385bc-2ab8-4f24-8db0-3a5a8adcc33a" for="fork-button" data-direction="s" data-type="description" data-view-component="true" class="sr-only position-absolute">Fork your own copy of uyeong/NotoSans-subset</tool-tip>
|
|
1828
|
+
</div>
|
|
1829
|
+
<details group_item="true" id="my-forks-menu-34047668" data-view-component="true" class="details-reset details-overlay BtnGroup-parent d-inline-block position-relative">
|
|
1830
|
+
<summary aria-label="See your forks of this repository" data-view-component="true" class="btn-sm btn BtnGroup-item px-2 float-none"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-triangle-down">
|
|
1831
|
+
<path d="m4.427 7.427 3.396 3.396a.25.25 0 0 0 .354 0l3.396-3.396A.25.25 0 0 0 11.396 7H4.604a.25.25 0 0 0-.177.427Z"></path>
|
|
1832
|
+
</svg>
|
|
1833
|
+
</summary>
|
|
1834
|
+
<details-menu
|
|
1835
|
+
class="SelectMenu right-0"
|
|
1836
|
+
src="/uyeong/NotoSans-subset/my_forks_menu_content?can_fork=true"
|
|
1837
|
+
|
|
1838
|
+
role="menu"
|
|
1839
|
+
|
|
1840
|
+
>
|
|
1841
|
+
<div class="SelectMenu-modal">
|
|
1842
|
+
<button class="SelectMenu-closeButton position-absolute right-0 m-2" type="button" aria-label="Close menu" data-toggle-for="details-7757ed">
|
|
1843
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
|
|
1844
|
+
<path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
|
|
1845
|
+
</svg>
|
|
1846
|
+
</button>
|
|
1847
|
+
<div
|
|
1848
|
+
id="filter-menu-7757ed"
|
|
1849
|
+
class="d-flex flex-column flex-1 overflow-hidden"
|
|
1850
|
+
>
|
|
1851
|
+
<div
|
|
1852
|
+
class="SelectMenu-list"
|
|
1853
|
+
>
|
|
1854
|
+
|
|
1855
|
+
<include-fragment class="SelectMenu-loading" aria-label="Loading">
|
|
1856
|
+
<svg role="menuitem" style="box-sizing: content-box; color: var(--color-icon-primary);" width="32" height="32" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
|
|
1857
|
+
<circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
|
|
1858
|
+
<path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
|
|
1859
|
+
</svg>
|
|
1860
|
+
</include-fragment>
|
|
1861
|
+
</div>
|
|
1862
|
+
|
|
1863
|
+
</div>
|
|
1864
|
+
</div>
|
|
1865
|
+
</details-menu>
|
|
1866
|
+
</details></div>
|
|
1867
|
+
</li>
|
|
1868
|
+
|
|
1869
|
+
<li>
|
|
1870
|
+
<template class="js-unstar-confirmation-dialog-template">
|
|
1871
|
+
<div class="Box-header">
|
|
1872
|
+
<h2 class="Box-title">Unstar this repository?</h2>
|
|
1873
|
+
</div>
|
|
1874
|
+
<div class="Box-body">
|
|
1875
|
+
<p class="mb-3">
|
|
1876
|
+
This will remove {{ repoNameWithOwner }} from the {{ listsWithCount }} that it's been added to.
|
|
1877
|
+
</p>
|
|
1878
|
+
<div class="form-actions">
|
|
1879
|
+
<!-- '"` --><!-- </textarea></xmp> --></option></form><form class="js-social-confirmation-form" data-turbo="false" action="{{ confirmUrl }}" accept-charset="UTF-8" method="post">
|
|
1880
|
+
<input type="hidden" name="authenticity_token" value="{{ confirmCsrfToken }}">
|
|
1881
|
+
<input type="hidden" name="confirm" value="true">
|
|
1882
|
+
<button data-close-dialog="true" type="submit" data-view-component="true" class="btn-danger btn width-full"> Unstar
|
|
1883
|
+
</button>
|
|
1884
|
+
</form> </div>
|
|
1885
|
+
</div>
|
|
1886
|
+
</template>
|
|
1887
|
+
|
|
1888
|
+
<div data-view-component="true" class="js-toggler-container js-social-container starring-container d-flex">
|
|
1889
|
+
<div data-view-component="true" class="starred BtnGroup flex-1">
|
|
1890
|
+
<!-- '"` --><!-- </textarea></xmp> --></option></form><form class="js-social-form BtnGroup-parent flex-auto js-deferred-toggler-target" data-turbo="false" action="/uyeong/NotoSans-subset/unstar" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="b0_GbYRiic9iz_YhVyyE3st3qlq9csfeTD4uSTKAh2_mzT11jAhAH6NaTb2okPZj5QGtY5_XewbOz0RWrXpNOA" autocomplete="off" />
|
|
1891
|
+
<input type="hidden" value="vfGVh_h1nfJEWPG5Avk0RLCNbd5yDnYUqaQixFE6KTg0c26f8B9UIoXNSiX9RUb5nvtq51CryswrVUjbzsDjbw" data-csrf="true" class="js-confirm-csrf-token" />
|
|
1892
|
+
<input type="hidden" name="context" value="repository">
|
|
1893
|
+
<button data-hydro-click="{"event_type":"repository.click","payload":{"target":"UNSTAR_BUTTON","repository_id":34047668,"originating_url":"https://github.com/uyeong/NotoSans-subset/blob/master/NotoSans-Bold.eot","user_id":130130066}}" data-hydro-click-hmac="b3a94b6c0666d67041bfe7250cc5b502295f5ae40cd1335da66958b0fb43e40a" data-ga-click="Repository, click unstar button, action:blob#show; text:Unstar" aria-label="Unstar this repository (163)" type="submit" data-view-component="true" class="rounded-left-2 btn-sm btn BtnGroup-item"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-star-fill starred-button-icon d-inline-block mr-2">
|
|
1894
|
+
<path d="M8 .25a.75.75 0 0 1 .673.418l1.882 3.815 4.21.612a.75.75 0 0 1 .416 1.279l-3.046 2.97.719 4.192a.751.751 0 0 1-1.088.791L8 12.347l-3.766 1.98a.75.75 0 0 1-1.088-.79l.72-4.194L.818 6.374a.75.75 0 0 1 .416-1.28l4.21-.611L7.327.668A.75.75 0 0 1 8 .25Z"></path>
|
|
1895
|
+
</svg><span data-view-component="true" class="d-inline">
|
|
1896
|
+
Starred
|
|
1897
|
+
</span> <span id="repo-stars-counter-unstar" aria-label="163 users starred this repository" data-singular-suffix="user starred this repository" data-plural-suffix="users starred this repository" data-turbo-replace="true" title="163" data-view-component="true" class="Counter js-social-count">163</span>
|
|
1898
|
+
</button></form> <details id="details-user-list-34047668-starred" data-view-component="true" class="details-reset details-overlay BtnGroup-parent js-user-list-menu d-inline-block position-relative">
|
|
1899
|
+
<summary aria-label="Add this repository to a list" data-view-component="true" class="btn-sm btn BtnGroup-item px-2 float-none"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-triangle-down">
|
|
1900
|
+
<path d="m4.427 7.427 3.396 3.396a.25.25 0 0 0 .354 0l3.396-3.396A.25.25 0 0 0 11.396 7H4.604a.25.25 0 0 0-.177.427Z"></path>
|
|
1901
|
+
</svg>
|
|
1902
|
+
</summary>
|
|
1903
|
+
<details-menu
|
|
1904
|
+
class="SelectMenu right-0"
|
|
1905
|
+
src="/uyeong/NotoSans-subset/lists"
|
|
1906
|
+
|
|
1907
|
+
role="menu"
|
|
1908
|
+
|
|
1909
|
+
>
|
|
1910
|
+
<div class="SelectMenu-modal">
|
|
1911
|
+
<button class="SelectMenu-closeButton position-absolute right-0 m-2" type="button" aria-label="Close menu" data-toggle-for="details-64396e">
|
|
1912
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
|
|
1913
|
+
<path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
|
|
1914
|
+
</svg>
|
|
1915
|
+
</button>
|
|
1916
|
+
<div
|
|
1917
|
+
id="filter-menu-64396e"
|
|
1918
|
+
class="d-flex flex-column flex-1 overflow-hidden"
|
|
1919
|
+
>
|
|
1920
|
+
<div
|
|
1921
|
+
class="SelectMenu-list"
|
|
1922
|
+
>
|
|
1923
|
+
|
|
1924
|
+
<include-fragment class="SelectMenu-loading" aria-label="Loading">
|
|
1925
|
+
<svg role="menuitem" style="box-sizing: content-box; color: var(--color-icon-primary);" width="32" height="32" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
|
|
1926
|
+
<circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
|
|
1927
|
+
<path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
|
|
1928
|
+
</svg>
|
|
1929
|
+
</include-fragment>
|
|
1930
|
+
</div>
|
|
1931
|
+
|
|
1932
|
+
</div>
|
|
1933
|
+
</div>
|
|
1934
|
+
</details-menu>
|
|
1935
|
+
</details>
|
|
1936
|
+
</div>
|
|
1937
|
+
<div data-view-component="true" class="unstarred BtnGroup flex-1">
|
|
1938
|
+
<!-- '"` --><!-- </textarea></xmp> --></option></form><form class="js-social-form BtnGroup-parent flex-auto" data-turbo="false" action="/uyeong/NotoSans-subset/star" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="AwadOaZsujXBfpHNhwDx1ClmO7ytxLNn2YjX3j22jWtYXrevE2VL2PZ-db19yug7HCevr0G0b-oBs7QDhTrLSA" autocomplete="off" />
|
|
1939
|
+
<input type="hidden" name="context" value="repository">
|
|
1940
|
+
<button data-hydro-click="{"event_type":"repository.click","payload":{"target":"STAR_BUTTON","repository_id":34047668,"originating_url":"https://github.com/uyeong/NotoSans-subset/blob/master/NotoSans-Bold.eot","user_id":130130066}}" data-hydro-click-hmac="7802b30652f76e71a86a5096b2a7c18d22be06d2aee16bdb6fb78e965c1c4035" data-ga-click="Repository, click star button, action:blob#show; text:Star" aria-label="Star this repository (163)" type="submit" data-view-component="true" class="js-toggler-target rounded-left-2 btn-sm btn BtnGroup-item"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-star d-inline-block mr-2">
|
|
1941
|
+
<path d="M8 .25a.75.75 0 0 1 .673.418l1.882 3.815 4.21.612a.75.75 0 0 1 .416 1.279l-3.046 2.97.719 4.192a.751.751 0 0 1-1.088.791L8 12.347l-3.766 1.98a.75.75 0 0 1-1.088-.79l.72-4.194L.818 6.374a.75.75 0 0 1 .416-1.28l4.21-.611L7.327.668A.75.75 0 0 1 8 .25Zm0 2.445L6.615 5.5a.75.75 0 0 1-.564.41l-3.097.45 2.24 2.184a.75.75 0 0 1 .216.664l-.528 3.084 2.769-1.456a.75.75 0 0 1 .698 0l2.77 1.456-.53-3.084a.75.75 0 0 1 .216-.664l2.24-2.183-3.096-.45a.75.75 0 0 1-.564-.41L8 2.694Z"></path>
|
|
1942
|
+
</svg><span data-view-component="true" class="d-inline">
|
|
1943
|
+
Star
|
|
1944
|
+
</span> <span id="repo-stars-counter-star" aria-label="163 users starred this repository" data-singular-suffix="user starred this repository" data-plural-suffix="users starred this repository" data-turbo-replace="true" title="163" data-view-component="true" class="Counter js-social-count">163</span>
|
|
1945
|
+
</button></form> <details id="details-user-list-34047668-unstarred" data-view-component="true" class="details-reset details-overlay BtnGroup-parent js-user-list-menu d-inline-block position-relative">
|
|
1946
|
+
<summary aria-label="Add this repository to a list" data-view-component="true" class="btn-sm btn BtnGroup-item px-2 float-none"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-triangle-down">
|
|
1947
|
+
<path d="m4.427 7.427 3.396 3.396a.25.25 0 0 0 .354 0l3.396-3.396A.25.25 0 0 0 11.396 7H4.604a.25.25 0 0 0-.177.427Z"></path>
|
|
1948
|
+
</svg>
|
|
1949
|
+
</summary>
|
|
1950
|
+
<details-menu
|
|
1951
|
+
class="SelectMenu right-0"
|
|
1952
|
+
src="/uyeong/NotoSans-subset/lists"
|
|
1953
|
+
|
|
1954
|
+
role="menu"
|
|
1955
|
+
|
|
1956
|
+
>
|
|
1957
|
+
<div class="SelectMenu-modal">
|
|
1958
|
+
<button class="SelectMenu-closeButton position-absolute right-0 m-2" type="button" aria-label="Close menu" data-toggle-for="details-7c78bf">
|
|
1959
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
|
|
1960
|
+
<path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
|
|
1961
|
+
</svg>
|
|
1962
|
+
</button>
|
|
1963
|
+
<div
|
|
1964
|
+
id="filter-menu-7c78bf"
|
|
1965
|
+
class="d-flex flex-column flex-1 overflow-hidden"
|
|
1966
|
+
>
|
|
1967
|
+
<div
|
|
1968
|
+
class="SelectMenu-list"
|
|
1969
|
+
>
|
|
1970
|
+
|
|
1971
|
+
<include-fragment class="SelectMenu-loading" aria-label="Loading">
|
|
1972
|
+
<svg role="menuitem" style="box-sizing: content-box; color: var(--color-icon-primary);" width="32" height="32" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
|
|
1973
|
+
<circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
|
|
1974
|
+
<path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
|
|
1975
|
+
</svg>
|
|
1976
|
+
</include-fragment>
|
|
1977
|
+
</div>
|
|
1978
|
+
|
|
1979
|
+
</div>
|
|
1980
|
+
</div>
|
|
1981
|
+
</details-menu>
|
|
1982
|
+
</details>
|
|
1983
|
+
</div></div>
|
|
1984
|
+
</li>
|
|
1985
|
+
|
|
1986
|
+
|
|
1987
|
+
|
|
1988
|
+
|
|
1989
|
+
</ul>
|
|
1990
|
+
|
|
1991
|
+
</div>
|
|
1992
|
+
</div>
|
|
1993
|
+
|
|
1994
|
+
<div id="responsive-meta-container" data-turbo-replace>
|
|
1995
|
+
</div>
|
|
1996
|
+
|
|
1997
|
+
|
|
1998
|
+
<nav data-pjax="#js-repo-pjax-container" aria-label="Repository" data-view-component="true" class="js-repo-nav js-sidenav-container-pjax js-responsive-underlinenav overflow-hidden UnderlineNav px-3 px-md-4 px-lg-5">
|
|
1999
|
+
|
|
2000
|
+
<ul data-view-component="true" class="UnderlineNav-body list-style-none">
|
|
2001
|
+
<li data-view-component="true" class="d-inline-flex">
|
|
2002
|
+
<a id="code-tab" href="/uyeong/NotoSans-subset" data-tab-item="i0code-tab" data-selected-links="repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches repo_packages repo_deployments /uyeong/NotoSans-subset" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-hotkey="g c" data-analytics-event="{"category":"Underline navbar","action":"Click tab","label":"Code","target":"UNDERLINE_NAV.TAB"}" aria-current="page" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item selected">
|
|
2003
|
+
|
|
2004
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-code UnderlineNav-octicon d-none d-sm-inline">
|
|
2005
|
+
<path d="m11.28 3.22 4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734L13.94 8l-3.72-3.72a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215Zm-6.56 0a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042L2.06 8l3.72 3.72a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L.47 8.53a.75.75 0 0 1 0-1.06Z"></path>
|
|
2006
|
+
</svg>
|
|
2007
|
+
<span data-content="Code">Code</span>
|
|
2008
|
+
<span id="code-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="Not available" data-view-component="true" class="Counter"></span>
|
|
2009
|
+
|
|
2010
|
+
|
|
2011
|
+
|
|
2012
|
+
</a></li>
|
|
2013
|
+
<li data-view-component="true" class="d-inline-flex">
|
|
2014
|
+
<a id="issues-tab" href="/uyeong/NotoSans-subset/issues" data-tab-item="i1issues-tab" data-selected-links="repo_issues repo_labels repo_milestones /uyeong/NotoSans-subset/issues" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-hotkey="g i" data-analytics-event="{"category":"Underline navbar","action":"Click tab","label":"Issues","target":"UNDERLINE_NAV.TAB"}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
|
|
2015
|
+
|
|
2016
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-issue-opened UnderlineNav-octicon d-none d-sm-inline">
|
|
2017
|
+
<path d="M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"></path><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Z"></path>
|
|
2018
|
+
</svg>
|
|
2019
|
+
<span data-content="Issues">Issues</span>
|
|
2020
|
+
<span id="issues-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="0" hidden="hidden" data-view-component="true" class="Counter">0</span>
|
|
2021
|
+
|
|
2022
|
+
|
|
2023
|
+
|
|
2024
|
+
</a></li>
|
|
2025
|
+
<li data-view-component="true" class="d-inline-flex">
|
|
2026
|
+
<a id="pull-requests-tab" href="/uyeong/NotoSans-subset/pulls" data-tab-item="i2pull-requests-tab" data-selected-links="repo_pulls checks /uyeong/NotoSans-subset/pulls" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-hotkey="g p" data-analytics-event="{"category":"Underline navbar","action":"Click tab","label":"Pull requests","target":"UNDERLINE_NAV.TAB"}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
|
|
2027
|
+
|
|
2028
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-git-pull-request UnderlineNav-octicon d-none d-sm-inline">
|
|
2029
|
+
<path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25Zm5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354ZM3.75 2.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm0 9.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm8.25.75a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0Z"></path>
|
|
2030
|
+
</svg>
|
|
2031
|
+
<span data-content="Pull requests">Pull requests</span>
|
|
2032
|
+
<span id="pull-requests-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="0" hidden="hidden" data-view-component="true" class="Counter">0</span>
|
|
2033
|
+
|
|
2034
|
+
|
|
2035
|
+
|
|
2036
|
+
</a></li>
|
|
2037
|
+
<li data-view-component="true" class="d-inline-flex">
|
|
2038
|
+
<a id="actions-tab" href="/uyeong/NotoSans-subset/actions" data-tab-item="i3actions-tab" data-selected-links="repo_actions /uyeong/NotoSans-subset/actions" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-hotkey="g a" data-analytics-event="{"category":"Underline navbar","action":"Click tab","label":"Actions","target":"UNDERLINE_NAV.TAB"}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
|
|
2039
|
+
|
|
2040
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-play UnderlineNav-octicon d-none d-sm-inline">
|
|
2041
|
+
<path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Zm4.879-2.773 4.264 2.559a.25.25 0 0 1 0 .428l-4.264 2.559A.25.25 0 0 1 6 10.559V5.442a.25.25 0 0 1 .379-.215Z"></path>
|
|
2042
|
+
</svg>
|
|
2043
|
+
<span data-content="Actions">Actions</span>
|
|
2044
|
+
<span id="actions-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="Not available" data-view-component="true" class="Counter"></span>
|
|
2045
|
+
|
|
2046
|
+
|
|
2047
|
+
|
|
2048
|
+
</a></li>
|
|
2049
|
+
<li data-view-component="true" class="d-inline-flex">
|
|
2050
|
+
<a id="projects-tab" href="/uyeong/NotoSans-subset/projects" data-tab-item="i4projects-tab" data-selected-links="repo_projects new_repo_project repo_project /uyeong/NotoSans-subset/projects" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-hotkey="g b" data-analytics-event="{"category":"Underline navbar","action":"Click tab","label":"Projects","target":"UNDERLINE_NAV.TAB"}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
|
|
2051
|
+
|
|
2052
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-table UnderlineNav-octicon d-none d-sm-inline">
|
|
2053
|
+
<path d="M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v12.5A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25ZM6.5 6.5v8h7.75a.25.25 0 0 0 .25-.25V6.5Zm8-1.5V1.75a.25.25 0 0 0-.25-.25H6.5V5Zm-13 1.5v7.75c0 .138.112.25.25.25H5v-8ZM5 5V1.5H1.75a.25.25 0 0 0-.25.25V5Z"></path>
|
|
2054
|
+
</svg>
|
|
2055
|
+
<span data-content="Projects">Projects</span>
|
|
2056
|
+
<span id="projects-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="0" hidden="hidden" data-view-component="true" class="Counter">0</span>
|
|
2057
|
+
|
|
2058
|
+
|
|
2059
|
+
|
|
2060
|
+
</a></li>
|
|
2061
|
+
<li data-view-component="true" class="d-inline-flex">
|
|
2062
|
+
<a id="wiki-tab" href="/uyeong/NotoSans-subset/wiki" data-tab-item="i5wiki-tab" data-selected-links="repo_wiki /uyeong/NotoSans-subset/wiki" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-hotkey="g w" data-analytics-event="{"category":"Underline navbar","action":"Click tab","label":"Wiki","target":"UNDERLINE_NAV.TAB"}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
|
|
2063
|
+
|
|
2064
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-book UnderlineNav-octicon d-none d-sm-inline">
|
|
2065
|
+
<path d="M0 1.75A.75.75 0 0 1 .75 1h4.253c1.227 0 2.317.59 3 1.501A3.743 3.743 0 0 1 11.006 1h4.245a.75.75 0 0 1 .75.75v10.5a.75.75 0 0 1-.75.75h-4.507a2.25 2.25 0 0 0-1.591.659l-.622.621a.75.75 0 0 1-1.06 0l-.622-.621A2.25 2.25 0 0 0 5.258 13H.75a.75.75 0 0 1-.75-.75Zm7.251 10.324.004-5.073-.002-2.253A2.25 2.25 0 0 0 5.003 2.5H1.5v9h3.757a3.75 3.75 0 0 1 1.994.574ZM8.755 4.75l-.004 7.322a3.752 3.752 0 0 1 1.992-.572H14.5v-9h-3.495a2.25 2.25 0 0 0-2.25 2.25Z"></path>
|
|
2066
|
+
</svg>
|
|
2067
|
+
<span data-content="Wiki">Wiki</span>
|
|
2068
|
+
<span id="wiki-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="Not available" data-view-component="true" class="Counter"></span>
|
|
2069
|
+
|
|
2070
|
+
|
|
2071
|
+
|
|
2072
|
+
</a></li>
|
|
2073
|
+
<li data-view-component="true" class="d-inline-flex">
|
|
2074
|
+
<a id="security-tab" href="/uyeong/NotoSans-subset/security" data-tab-item="i6security-tab" data-selected-links="security overview alerts policy token_scanning code_scanning /uyeong/NotoSans-subset/security" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-hotkey="g s" data-analytics-event="{"category":"Underline navbar","action":"Click tab","label":"Security","target":"UNDERLINE_NAV.TAB"}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
|
|
2075
|
+
|
|
2076
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-shield UnderlineNav-octicon d-none d-sm-inline">
|
|
2077
|
+
<path d="M7.467.133a1.748 1.748 0 0 1 1.066 0l5.25 1.68A1.75 1.75 0 0 1 15 3.48V7c0 1.566-.32 3.182-1.303 4.682-.983 1.498-2.585 2.813-5.032 3.855a1.697 1.697 0 0 1-1.33 0c-2.447-1.042-4.049-2.357-5.032-3.855C1.32 10.182 1 8.566 1 7V3.48a1.75 1.75 0 0 1 1.217-1.667Zm.61 1.429a.25.25 0 0 0-.153 0l-5.25 1.68a.25.25 0 0 0-.174.238V7c0 1.358.275 2.666 1.057 3.86.784 1.194 2.121 2.34 4.366 3.297a.196.196 0 0 0 .154 0c2.245-.956 3.582-2.104 4.366-3.298C13.225 9.666 13.5 8.36 13.5 7V3.48a.251.251 0 0 0-.174-.237l-5.25-1.68ZM8.75 4.75v3a.75.75 0 0 1-1.5 0v-3a.75.75 0 0 1 1.5 0ZM9 10.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
|
|
2078
|
+
</svg>
|
|
2079
|
+
<span data-content="Security">Security</span>
|
|
2080
|
+
<include-fragment src="/uyeong/NotoSans-subset/security/overall-count" accept="text/fragment+html"></include-fragment>
|
|
2081
|
+
|
|
2082
|
+
|
|
2083
|
+
</a></li>
|
|
2084
|
+
<li data-view-component="true" class="d-inline-flex">
|
|
2085
|
+
<a id="insights-tab" href="/uyeong/NotoSans-subset/pulse" data-tab-item="i7insights-tab" data-selected-links="repo_graphs repo_contributors dependency_graph dependabot_updates pulse people community /uyeong/NotoSans-subset/pulse" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-analytics-event="{"category":"Underline navbar","action":"Click tab","label":"Insights","target":"UNDERLINE_NAV.TAB"}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
|
|
2086
|
+
|
|
2087
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-graph UnderlineNav-octicon d-none d-sm-inline">
|
|
2088
|
+
<path d="M1.5 1.75V13.5h13.75a.75.75 0 0 1 0 1.5H.75a.75.75 0 0 1-.75-.75V1.75a.75.75 0 0 1 1.5 0Zm14.28 2.53-5.25 5.25a.75.75 0 0 1-1.06 0L7 7.06 4.28 9.78a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042l3.25-3.25a.75.75 0 0 1 1.06 0L10 7.94l4.72-4.72a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042Z"></path>
|
|
2089
|
+
</svg>
|
|
2090
|
+
<span data-content="Insights">Insights</span>
|
|
2091
|
+
<span id="insights-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="Not available" data-view-component="true" class="Counter"></span>
|
|
2092
|
+
|
|
2093
|
+
|
|
2094
|
+
|
|
2095
|
+
</a></li>
|
|
2096
|
+
</ul>
|
|
2097
|
+
<div style="visibility:hidden;" data-view-component="true" class="UnderlineNav-actions js-responsive-underlinenav-overflow position-absolute pr-3 pr-md-4 pr-lg-5 right-0"> <details data-view-component="true" class="details-overlay details-reset position-relative">
|
|
2098
|
+
<summary role="button" data-view-component="true"> <div class="UnderlineNav-item mr-0 border-0">
|
|
2099
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-kebab-horizontal">
|
|
2100
|
+
<path d="M8 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM1.5 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm13 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"></path>
|
|
2101
|
+
</svg>
|
|
2102
|
+
<span class="sr-only">More</span>
|
|
2103
|
+
</div>
|
|
2104
|
+
</summary>
|
|
2105
|
+
<details-menu role="menu" data-view-component="true" class="dropdown-menu dropdown-menu-sw"> <ul>
|
|
2106
|
+
<li data-menu-item="i0code-tab" hidden>
|
|
2107
|
+
<a role="menuitem" class="js-selected-navigation-item selected dropdown-item" aria-current="page" data-selected-links="repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches repo_packages repo_deployments /uyeong/NotoSans-subset" href="/uyeong/NotoSans-subset">
|
|
2108
|
+
Code
|
|
2109
|
+
</a> </li>
|
|
2110
|
+
<li data-menu-item="i1issues-tab" hidden>
|
|
2111
|
+
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_issues repo_labels repo_milestones /uyeong/NotoSans-subset/issues" href="/uyeong/NotoSans-subset/issues">
|
|
2112
|
+
Issues
|
|
2113
|
+
</a> </li>
|
|
2114
|
+
<li data-menu-item="i2pull-requests-tab" hidden>
|
|
2115
|
+
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_pulls checks /uyeong/NotoSans-subset/pulls" href="/uyeong/NotoSans-subset/pulls">
|
|
2116
|
+
Pull requests
|
|
2117
|
+
</a> </li>
|
|
2118
|
+
<li data-menu-item="i3actions-tab" hidden>
|
|
2119
|
+
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_actions /uyeong/NotoSans-subset/actions" href="/uyeong/NotoSans-subset/actions">
|
|
2120
|
+
Actions
|
|
2121
|
+
</a> </li>
|
|
2122
|
+
<li data-menu-item="i4projects-tab" hidden>
|
|
2123
|
+
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_projects new_repo_project repo_project /uyeong/NotoSans-subset/projects" href="/uyeong/NotoSans-subset/projects">
|
|
2124
|
+
Projects
|
|
2125
|
+
</a> </li>
|
|
2126
|
+
<li data-menu-item="i5wiki-tab" hidden>
|
|
2127
|
+
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_wiki /uyeong/NotoSans-subset/wiki" href="/uyeong/NotoSans-subset/wiki">
|
|
2128
|
+
Wiki
|
|
2129
|
+
</a> </li>
|
|
2130
|
+
<li data-menu-item="i6security-tab" hidden>
|
|
2131
|
+
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="security overview alerts policy token_scanning code_scanning /uyeong/NotoSans-subset/security" href="/uyeong/NotoSans-subset/security">
|
|
2132
|
+
Security
|
|
2133
|
+
</a> </li>
|
|
2134
|
+
<li data-menu-item="i7insights-tab" hidden>
|
|
2135
|
+
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_graphs repo_contributors dependency_graph dependabot_updates pulse people community /uyeong/NotoSans-subset/pulse" href="/uyeong/NotoSans-subset/pulse">
|
|
2136
|
+
Insights
|
|
2137
|
+
</a> </li>
|
|
2138
|
+
</ul>
|
|
2139
|
+
</details-menu>
|
|
2140
|
+
</details></div>
|
|
2141
|
+
</nav>
|
|
2142
|
+
|
|
2143
|
+
</div>
|
|
2144
|
+
|
|
2145
|
+
|
|
2146
|
+
|
|
2147
|
+
|
|
2148
|
+
|
|
2149
|
+
<turbo-frame id="repo-content-turbo-frame" target="_top" data-turbo-action="advance" class="">
|
|
2150
|
+
<div id="repo-content-pjax-container" class="repository-content " >
|
|
2151
|
+
<a href="https://github.dev/" class="d-none js-github-dev-shortcut" data-hotkey=".">Open in github.dev</a>
|
|
2152
|
+
<a href="https://github.dev/" class="d-none js-github-dev-new-tab-shortcut" data-hotkey="Shift+.,Shift+>,>" target="_blank">Open in a new github.dev tab</a>
|
|
2153
|
+
<a class="d-none" data-hotkey="," target="_blank" href="/codespaces/new/uyeong/NotoSans-subset/tree/master?resume=1">Open in codespace</a>
|
|
2154
|
+
|
|
2155
|
+
|
|
2156
|
+
|
|
2157
|
+
|
|
2158
|
+
|
|
2159
|
+
|
|
2160
|
+
|
|
2161
|
+
|
|
2162
|
+
|
|
2163
|
+
|
|
2164
|
+
|
|
2165
|
+
<react-app
|
|
2166
|
+
app-name="react-code-view"
|
|
2167
|
+
initial-path="/uyeong/NotoSans-subset/blob/master/NotoSans-Bold.eot"
|
|
2168
|
+
style="min-height: calc(100vh - 62px)"
|
|
2169
|
+
data-ssr="false"
|
|
2170
|
+
data-lazy="false"
|
|
2171
|
+
data-alternate="false"
|
|
2172
|
+
>
|
|
2173
|
+
|
|
2174
|
+
<script type="application/json" data-target="react-app.embeddedData">{"payload":{"allShortcutsEnabled":true,"fileTree":{"":{"items":[{"name":"NotoSans-Black.eot","path":"NotoSans-Black.eot","contentType":"file"},{"name":"NotoSans-Black.otf","path":"NotoSans-Black.otf","contentType":"file"},{"name":"NotoSans-Black.woff","path":"NotoSans-Black.woff","contentType":"file"},{"name":"NotoSans-Black.woff2","path":"NotoSans-Black.woff2","contentType":"file"},{"name":"NotoSans-Bold.eot","path":"NotoSans-Bold.eot","contentType":"file"},{"name":"NotoSans-Bold.otf","path":"NotoSans-Bold.otf","contentType":"file"},{"name":"NotoSans-Bold.woff","path":"NotoSans-Bold.woff","contentType":"file"},{"name":"NotoSans-Bold.woff2","path":"NotoSans-Bold.woff2","contentType":"file"},{"name":"NotoSans-DemiLight.eot","path":"NotoSans-DemiLight.eot","contentType":"file"},{"name":"NotoSans-DemiLight.otf","path":"NotoSans-DemiLight.otf","contentType":"file"},{"name":"NotoSans-DemiLight.woff","path":"NotoSans-DemiLight.woff","contentType":"file"},{"name":"NotoSans-DemiLight.woff2","path":"NotoSans-DemiLight.woff2","contentType":"file"},{"name":"NotoSans-Light.eot","path":"NotoSans-Light.eot","contentType":"file"},{"name":"NotoSans-Light.otf","path":"NotoSans-Light.otf","contentType":"file"},{"name":"NotoSans-Light.woff","path":"NotoSans-Light.woff","contentType":"file"},{"name":"NotoSans-Light.woff2","path":"NotoSans-Light.woff2","contentType":"file"},{"name":"NotoSans-Medium.eot","path":"NotoSans-Medium.eot","contentType":"file"},{"name":"NotoSans-Medium.otf","path":"NotoSans-Medium.otf","contentType":"file"},{"name":"NotoSans-Medium.woff","path":"NotoSans-Medium.woff","contentType":"file"},{"name":"NotoSans-Medium.woff2","path":"NotoSans-Medium.woff2","contentType":"file"},{"name":"NotoSans-Regular.eot","path":"NotoSans-Regular.eot","contentType":"file"},{"name":"NotoSans-Regular.otf","path":"NotoSans-Regular.otf","contentType":"file"},{"name":"NotoSans-Regular.woff","path":"NotoSans-Regular.woff","contentType":"file"},{"name":"NotoSans-Regular.woff2","path":"NotoSans-Regular.woff2","contentType":"file"},{"name":"NotoSans-Thin.eot","path":"NotoSans-Thin.eot","contentType":"file"},{"name":"NotoSans-Thin.otf","path":"NotoSans-Thin.otf","contentType":"file"},{"name":"NotoSans-Thin.woff","path":"NotoSans-Thin.woff","contentType":"file"},{"name":"NotoSans-Thin.woff2","path":"NotoSans-Thin.woff2","contentType":"file"},{"name":"README.md","path":"README.md","contentType":"file"},{"name":"korean2350.txt","path":"korean2350.txt","contentType":"file"}],"totalCount":30}},"fileTreeProcessingTime":5.647842,"foldersToFetch":[],"reducedMotionEnabled":"system","repo":{"id":34047668,"defaultBranch":"master","name":"NotoSans-subset","ownerLogin":"uyeong","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-04-16T18:49:05.000+09:00","ownerAvatar":"https://avatars.githubusercontent.com/u/1321707?v=4","public":true,"private":false},"refInfo":{"name":"master","listCacheKey":"v0:1429177745.0","canEdit":true,"refType":"branch","currentOid":"3a6bf1360fe96f8152a9ded5732c192b7461c2e4"},"path":"NotoSans-Bold.eot","currentUser":{"id":130130066,"login":"jaranglee","userEmail":"jarang.lee@bankwareglobal.com"},"blob":{"rawBlob":null,"colorizedLines":null,"stylingDirectives":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/uyeong/NotoSans-subset/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":false,"repoAlertsPath":"/uyeong/NotoSans-subset/security/dependabot","repoSecurityAndAnalysisPath":"/uyeong/NotoSans-subset/settings/security_analysis","repoOwnerIsOrg":false,"currentUserCanAdminRepo":false},"displayName":"NotoSans-Bold.eot","displayUrl":"https://github.com/uyeong/NotoSans-subset/blob/master/NotoSans-Bold.eot?raw=true","headerInfo":{"blobSize":"237 KB","deleteInfo":{"deletePath":"https://github.com/uyeong/NotoSans-subset/delete/master/NotoSans-Bold.eot","deleteTooltip":"Fork this repository and delete the file"},"editInfo":{"editTooltip":"Fork this repository and edit the file"},"ghDesktopPath":"https://desktop.github.com","gitLfsPath":null,"onBranch":true,"shortPath":"a3a402a","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fuyeong%2FNotoSans-subset%2Fblob%2Fmaster%2FNotoSans-Bold.eot","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":null,"truncatedSloc":null},"mode":"file"},"image":false,"isCodeownersFile":null,"isValidLegacyIssueTemplate":false,"issueTemplateHelpUrl":"https://docs.github.com/articles/about-issue-and-pull-request-templates","issueTemplate":null,"discussionTemplate":null,"language":null,"large":false,"loggedIn":true,"newDiscussionPath":"/uyeong/NotoSans-subset/discussions/new","newIssuePath":"/uyeong/NotoSans-subset/issues/new","planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/uyeong/NotoSans-subset/blob/master/NotoSans-Bold.eot","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","dismissStackNoticePath":"/settings/dismiss-notice/publish_stack_from_file","releasePath":"/uyeong/NotoSans-subset/releases/new?marketplace=true","showPublishActionBanner":false,"showPublishStackBanner":false},"renderImageOrRaw":true,"richText":null,"renderedFileInfo":null,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"repoOwner":"uyeong","repoName":"NotoSans-subset","showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","showDependabotConfigurationBanner":false,"actionsOnboardingTip":null},"truncated":false,"viewable":false,"workflowRedirectUrl":null,"symbols":null},"csrf_tokens":{"/uyeong/NotoSans-subset/branches":{"post":"6yDP5DKrCLvCnq3U6W62tU9LXKG63hPSDoxLq3jspvhnnml23kRdgtQ-HjCaZxG7ehUkyAk7OiqHzgkq_gk27A"}}},"title":"NotoSans-subset/NotoSans-Bold.eot at master · uyeong/NotoSans-subset","locale":"en","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-848bb9a5da17.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-8812f8040df6.js","githubDevUrl":"https://github.dev/","enabled_features":{"virtualize_file_tree":true,"react_repos_overview":false,"repos_new_shortcut_enabled":false,"blob_navigation_cursor":true,"code_nav_ui_events":false,"ref_selector_v2":false,"codeview_codemirror_next":false}}}</script>
|
|
2175
|
+
<div data-target="react-app.reactRoot"></div>
|
|
2176
|
+
</react-app>
|
|
2177
|
+
</turbo-frame>
|
|
2178
|
+
|
|
2179
|
+
|
|
2180
|
+
|
|
2181
|
+
</div>
|
|
2182
|
+
|
|
2183
|
+
</turbo-frame>
|
|
2184
|
+
|
|
2185
|
+
</main>
|
|
2186
|
+
</div>
|
|
2187
|
+
|
|
2188
|
+
</div>
|
|
2189
|
+
|
|
2190
|
+
<footer class="footer width-full container-xl p-responsive" role="contentinfo">
|
|
2191
|
+
<h2 class='sr-only'>Footer</h2>
|
|
2192
|
+
|
|
2193
|
+
<div class="position-relative d-flex flex-items-center pb-2 f6 color-fg-muted border-top color-border-muted flex-column-reverse flex-lg-row flex-wrap flex-lg-nowrap mt-6 pt-6">
|
|
2194
|
+
<div class="list-style-none d-flex flex-wrap col-0 col-lg-2 flex-justify-start flex-lg-justify-between mb-2 mb-lg-0">
|
|
2195
|
+
<div class="mt-2 mt-lg-0 d-flex flex-items-center">
|
|
2196
|
+
<a aria-label="Homepage" title="GitHub" class="footer-octicon mr-2" href="https://github.com">
|
|
2197
|
+
<svg aria-hidden="true" height="24" viewBox="0 0 16 16" version="1.1" width="24" data-view-component="true" class="octicon octicon-mark-github">
|
|
2198
|
+
<path d="M8 0c4.42 0 8 3.58 8 8a8.013 8.013 0 0 1-5.45 7.59c-.4.08-.55-.17-.55-.38 0-.27.01-1.13.01-2.2 0-.75-.25-1.23-.54-1.48 1.78-.2 3.65-.88 3.65-3.95 0-.88-.31-1.59-.82-2.15.08-.2.36-1.02-.08-2.12 0 0-.67-.22-2.2.82-.64-.18-1.32-.27-2-.27-.68 0-1.36.09-2 .27-1.53-1.03-2.2-.82-2.2-.82-.44 1.1-.16 1.92-.08 2.12-.51.56-.82 1.28-.82 2.15 0 3.06 1.86 3.75 3.64 3.95-.23.2-.44.55-.51 1.07-.46.21-1.61.55-2.33-.66-.15-.24-.6-.83-1.23-.82-.67.01-.27.38.01.53.34.19.73.9.82 1.13.16.45.68 1.31 2.69.94 0 .67.01 1.3.01 1.49 0 .21-.15.45-.55.38A7.995 7.995 0 0 1 0 8c0-4.42 3.58-8 8-8Z"></path>
|
|
2199
|
+
</svg>
|
|
2200
|
+
</a> <span>
|
|
2201
|
+
© 2023 GitHub, Inc.
|
|
2202
|
+
</span>
|
|
2203
|
+
</div>
|
|
2204
|
+
</div>
|
|
2205
|
+
|
|
2206
|
+
<nav aria-label='Footer' class="col-12 col-lg-8">
|
|
2207
|
+
<h3 class='sr-only' id='sr-footer-heading'>Footer navigation</h3>
|
|
2208
|
+
<ul class="list-style-none d-flex flex-wrap col-12 flex-justify-center flex-lg-justify-between mb-2 mb-lg-0" aria-labelledby='sr-footer-heading'>
|
|
2209
|
+
<li class="mr-3 mr-lg-0"><a href="https://docs.github.com/site-policy/github-terms/github-terms-of-service" data-analytics-event="{"category":"Footer","action":"go to terms","label":"text:terms"}">Terms</a></li>
|
|
2210
|
+
<li class="mr-3 mr-lg-0"><a href="https://docs.github.com/site-policy/privacy-policies/github-privacy-statement" data-analytics-event="{"category":"Footer","action":"go to privacy","label":"text:privacy"}">Privacy</a></li>
|
|
2211
|
+
<li class="mr-3 mr-lg-0"><a data-analytics-event="{"category":"Footer","action":"go to security","label":"text:security"}" href="https://github.com/security">Security</a></li>
|
|
2212
|
+
<li class="mr-3 mr-lg-0"><a href="https://www.githubstatus.com/" data-analytics-event="{"category":"Footer","action":"go to status","label":"text:status"}">Status</a></li>
|
|
2213
|
+
<li class="mr-3 mr-lg-0"><a data-ga-click="Footer, go to help, text:Docs" href="https://docs.github.com">Docs</a></li>
|
|
2214
|
+
<li class="mr-3 mr-lg-0"><a href="https://support.github.com?tags=dotcom-footer" data-analytics-event="{"category":"Footer","action":"go to contact","label":"text:contact"}">Contact GitHub</a></li>
|
|
2215
|
+
<li class="mr-3 mr-lg-0"><a href="https://github.com/pricing" data-analytics-event="{"category":"Footer","action":"go to Pricing","label":"text:Pricing"}">Pricing</a></li>
|
|
2216
|
+
<li class="mr-3 mr-lg-0"><a href="https://docs.github.com" data-analytics-event="{"category":"Footer","action":"go to api","label":"text:api"}">API</a></li>
|
|
2217
|
+
<li class="mr-3 mr-lg-0"><a href="https://services.github.com" data-analytics-event="{"category":"Footer","action":"go to training","label":"text:training"}">Training</a></li>
|
|
2218
|
+
<li class="mr-3 mr-lg-0"><a href="https://github.blog" data-analytics-event="{"category":"Footer","action":"go to blog","label":"text:blog"}">Blog</a></li>
|
|
2219
|
+
<li><a data-ga-click="Footer, go to about, text:about" href="https://github.com/about">About</a></li>
|
|
2220
|
+
</ul>
|
|
2221
|
+
</nav>
|
|
2222
|
+
</div>
|
|
2223
|
+
|
|
2224
|
+
<div class="d-flex flex-justify-center pb-6">
|
|
2225
|
+
<span class="f6 color-fg-muted"></span>
|
|
2226
|
+
</div>
|
|
2227
|
+
</footer>
|
|
2228
|
+
|
|
2229
|
+
|
|
2230
|
+
|
|
2231
|
+
|
|
2232
|
+
<div id="ajax-error-message" class="ajax-error-message flash flash-error" hidden>
|
|
2233
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
|
|
2234
|
+
<path d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
|
|
2235
|
+
</svg>
|
|
2236
|
+
<button type="button" class="flash-close js-ajax-error-dismiss" aria-label="Dismiss error">
|
|
2237
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
|
|
2238
|
+
<path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
|
|
2239
|
+
</svg>
|
|
2240
|
+
</button>
|
|
2241
|
+
You can’t perform that action at this time.
|
|
2242
|
+
</div>
|
|
2243
|
+
|
|
2244
|
+
<div class="js-stale-session-flash flash flash-warn flash-banner" hidden
|
|
2245
|
+
>
|
|
2246
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
|
|
2247
|
+
<path d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
|
|
2248
|
+
</svg>
|
|
2249
|
+
<span class="js-stale-session-flash-signed-in" hidden>You signed in with another tab or window. <a href="">Reload</a> to refresh your session.</span>
|
|
2250
|
+
<span class="js-stale-session-flash-signed-out" hidden>You signed out in another tab or window. <a href="">Reload</a> to refresh your session.</span>
|
|
2251
|
+
</div>
|
|
2252
|
+
<template id="site-details-dialog">
|
|
2253
|
+
<details class="details-reset details-overlay details-overlay-dark lh-default color-fg-default hx_rsm" open>
|
|
2254
|
+
<summary role="button" aria-label="Close dialog"></summary>
|
|
2255
|
+
<details-dialog class="Box Box--overlay d-flex flex-column anim-fade-in fast hx_rsm-dialog hx_rsm-modal">
|
|
2256
|
+
<button class="Box-btn-octicon m-0 btn-octicon position-absolute right-0 top-0" type="button" aria-label="Close dialog" data-close-dialog>
|
|
2257
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
|
|
2258
|
+
<path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
|
|
2259
|
+
</svg>
|
|
2260
|
+
</button>
|
|
2261
|
+
<div class="octocat-spinner my-6 js-details-dialog-spinner"></div>
|
|
2262
|
+
</details-dialog>
|
|
2263
|
+
</details>
|
|
2264
|
+
</template>
|
|
2265
|
+
|
|
2266
|
+
<div class="Popover js-hovercard-content position-absolute" style="display: none; outline: none;" tabindex="0">
|
|
2267
|
+
<div class="Popover-message Popover-message--bottom-left Popover-message--large Box color-shadow-large" style="width:360px;">
|
|
2268
|
+
</div>
|
|
2269
|
+
</div>
|
|
2270
|
+
|
|
2271
|
+
<template id="snippet-clipboard-copy-button">
|
|
2272
|
+
<div class="zeroclipboard-container position-absolute right-0 top-0">
|
|
2273
|
+
<clipboard-copy aria-label="Copy" class="ClipboardButton btn js-clipboard-copy m-2 p-0 tooltipped-no-delay" data-copy-feedback="Copied!" data-tooltip-direction="w">
|
|
2274
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-copy js-clipboard-copy-icon m-2">
|
|
2275
|
+
<path d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 0 1 0 1.5h-1.5a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-1.5a.75.75 0 0 1 1.5 0v1.5A1.75 1.75 0 0 1 9.25 16h-7.5A1.75 1.75 0 0 1 0 14.25Z"></path><path d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0 1 14.25 11h-7.5A1.75 1.75 0 0 1 5 9.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z"></path>
|
|
2276
|
+
</svg>
|
|
2277
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check js-clipboard-check-icon color-fg-success d-none m-2">
|
|
2278
|
+
<path d="M13.78 4.22a.75.75 0 0 1 0 1.06l-7.25 7.25a.75.75 0 0 1-1.06 0L2.22 9.28a.751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018L6 10.94l6.72-6.72a.75.75 0 0 1 1.06 0Z"></path>
|
|
2279
|
+
</svg>
|
|
2280
|
+
</clipboard-copy>
|
|
2281
|
+
</div>
|
|
2282
|
+
</template>
|
|
2283
|
+
<template id="snippet-clipboard-copy-button-unpositioned">
|
|
2284
|
+
<div class="zeroclipboard-container">
|
|
2285
|
+
<clipboard-copy aria-label="Copy" class="ClipboardButton btn btn-invisible js-clipboard-copy m-2 p-0 tooltipped-no-delay d-flex flex-justify-center flex-items-center" data-copy-feedback="Copied!" data-tooltip-direction="w">
|
|
2286
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-copy js-clipboard-copy-icon">
|
|
2287
|
+
<path d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 0 1 0 1.5h-1.5a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-1.5a.75.75 0 0 1 1.5 0v1.5A1.75 1.75 0 0 1 9.25 16h-7.5A1.75 1.75 0 0 1 0 14.25Z"></path><path d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0 1 14.25 11h-7.5A1.75 1.75 0 0 1 5 9.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z"></path>
|
|
2288
|
+
</svg>
|
|
2289
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check js-clipboard-check-icon color-fg-success d-none">
|
|
2290
|
+
<path d="M13.78 4.22a.75.75 0 0 1 0 1.06l-7.25 7.25a.75.75 0 0 1-1.06 0L2.22 9.28a.751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018L6 10.94l6.72-6.72a.75.75 0 0 1 1.06 0Z"></path>
|
|
2291
|
+
</svg>
|
|
2292
|
+
</clipboard-copy>
|
|
2293
|
+
</div>
|
|
2294
|
+
</template>
|
|
2295
|
+
|
|
2296
|
+
|
|
2297
|
+
<style>
|
|
2298
|
+
.user-mention[href$="/jaranglee"] {
|
|
2299
|
+
color: var(--color-user-mention-fg);
|
|
2300
|
+
background-color: var(--color-user-mention-bg);
|
|
2301
|
+
border-radius: 2px;
|
|
2302
|
+
margin-left: -2px;
|
|
2303
|
+
margin-right: -2px;
|
|
2304
|
+
padding: 0 2px;
|
|
2305
|
+
}
|
|
2306
|
+
</style>
|
|
2307
|
+
|
|
2308
|
+
|
|
2309
|
+
</div>
|
|
2310
|
+
|
|
2311
|
+
<div id="js-global-screen-reader-notice" class="sr-only" aria-live="polite" ></div>
|
|
2312
|
+
</body>
|
|
2313
|
+
</html>
|
|
2314
|
+
|