@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,2754 @@
|
|
|
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-8cafbcbd78f4.css" /><link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/dark-31dc14e38457.css" /><link data-color-theme="dark_dimmed" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_dimmed-71414d661fe2.css" /><link data-color-theme="dark_high_contrast" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_high_contrast-ba96c7f1d660.css" /><link data-color-theme="dark_colorblind" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_colorblind-7471c22cdb6a.css" /><link data-color-theme="light_colorblind" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_colorblind-80180bed15ed.css" /><link data-color-theme="light_high_contrast" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_high_contrast-e89b9cdecb75.css" /><link data-color-theme="light_tritanopia" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_tritanopia-77f15e9154df.css" /><link data-color-theme="dark_tritanopia" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_tritanopia-f598f8dd18ae.css" />
|
|
22
|
+
|
|
23
|
+
<link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/primer-primitives-fb1d51d1ef66.css" />
|
|
24
|
+
<link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/primer-60c5e476b0dc.css" />
|
|
25
|
+
<link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/global-d31d56021874.css" />
|
|
26
|
+
<link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/github-2c7b1701fb19.css" />
|
|
27
|
+
<link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/code-5aae01d45c34.css" />
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
<script type="application/json" id="client-env">{"locale":"en","featureFlags":["turbo_experiment_risky","image_metric_tracking","geojson_azure_maps"]}</script>
|
|
32
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/wp-runtime-9da387357abe.js"></script>
|
|
33
|
+
<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>
|
|
34
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/ui_packages_soft-nav_soft-nav_ts-5bbac172fb2f.js"></script>
|
|
35
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/environment-27e06165e415.js"></script>
|
|
36
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_dompurify_dist_purify_js-64d590970fa6.js"></script>
|
|
37
|
+
<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>
|
|
38
|
+
<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>
|
|
39
|
+
<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>
|
|
40
|
+
<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-9b38c0812424.js"></script>
|
|
41
|
+
<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>
|
|
42
|
+
<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>
|
|
43
|
+
<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-e7a1e2-49659aed34cc.js"></script>
|
|
44
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/github-elements-d042ca720710.js"></script>
|
|
45
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/element-registry-0ab836256a11.js"></script>
|
|
46
|
+
<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>
|
|
47
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_hydro-analytics-client_dist_analytics-client_js-node_modules_gith-f3aee1-fd3c22610e40.js"></script>
|
|
48
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_morphdom_dist_morphdom-esm_js-b1fdd7158cf0.js"></script>
|
|
49
|
+
<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>
|
|
50
|
+
<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>
|
|
51
|
+
<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>
|
|
52
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_color-convert_index_js-35b3ae68c408.js"></script>
|
|
53
|
+
<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-7a8e2b-f036384374ea.js"></script>
|
|
54
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/ui_packages_form-utils_form-utils_ts-ui_packages_morpheus_index_ts-ui_packages_trusted-types--01a936-2e33af2596e0.js"></script>
|
|
55
|
+
<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-af52ef-a7d8c6f40fcc.js"></script>
|
|
56
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_sticky-scroll-into-view_ts-050ad6637d58.js"></script>
|
|
57
|
+
<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-f12a82-c9c7859d8645.js"></script>
|
|
58
|
+
<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-f22ac6b94445.js"></script>
|
|
59
|
+
<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_-c96432-3460172f1b1f.js"></script>
|
|
60
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/behaviors-3e5c93992bc3.js"></script>
|
|
61
|
+
<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-06ff531-fe0b8ccc90a5.js"></script>
|
|
62
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/notifications-global-f57687007bfc.js"></script>
|
|
63
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/code-menu-082003a113a7.js"></script>
|
|
64
|
+
|
|
65
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/react-lib-210c4b5934c3.js"></script>
|
|
66
|
+
<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-997b5be9ae26.js"></script>
|
|
67
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_behaviors_dist_esm_focus-zone_js-d55308df5023.js"></script>
|
|
68
|
+
<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_L-5634ab-88e75d034f00.js"></script>
|
|
69
|
+
<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-f575f8ee0ebf.js"></script>
|
|
70
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_TextInput_TextInput_js-bda16ad5f5c0.js"></script>
|
|
71
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_ActionMenu_js-9f46ef9292fe.js"></script>
|
|
72
|
+
<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_-04bb1b-f1078ffd63d6.js"></script>
|
|
73
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_FormControl_FormControl_js-f73cfd5e1065.js"></script>
|
|
74
|
+
<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-3952b4d6d547.js"></script>
|
|
75
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_Dialog_ConfirmationDialog_js-a160e95ee1e8.js"></script>
|
|
76
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_TreeView_TreeView_js-2d5a3fb3b8ec.js"></script>
|
|
77
|
+
<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_-11e656-b2b35bb64b8b.js"></script>
|
|
78
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_Dialog_js-node_modules_primer_react_lib-esm_TabNav_-8321f5-f6c3aa4bc5a3.js"></script>
|
|
79
|
+
<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>
|
|
80
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_BranchName_BranchName_js-node_modules_primer_react_-c4e0ac-925df4a62d0b.js"></script>
|
|
81
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_NavList_NavList_js-node_modules_primer_react_lib-es-ff3f14-9a81ecfa3742.js"></script>
|
|
82
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_AvatarStack_AvatarStack_js-node_modules_primer_reac-0b4173-d8ba3894d9e9.js"></script>
|
|
83
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_CircleOcticon_CircleOcticon_js-node_modules_primer_-a9ee65-d6ac78f9dd48.js"></script>
|
|
84
|
+
<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_-36d03f-943a2ee83b7f.js"></script>
|
|
85
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/ui_packages_react-core_Entry_tsx-d7bb6c9e07f2.js"></script>
|
|
86
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/ui_packages_ref-selector_RefSelector_tsx-ui_packages_safe-html_SafeHTML_tsx-c49043ee97c3.js"></script>
|
|
87
|
+
<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-8527d4-5aab2da637a1.js"></script>
|
|
88
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_react-code-view_pages_CodeView_tsx-99ef1486c8dc.js"></script>
|
|
89
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/react-code-view-cb416927db49.js"></script>
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
<title>web/themes/material-design/static/font/roboto/Roboto-Medium.woff2 at master · opencontainers/web</title>
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
<meta name="route-pattern" content="/:user_id/:repository/blob/*name(/*path)">
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
<meta name="current-catalog-service-hash" content="82c569b93da5c18ed649ebd4c2c79437db4611a6a1373e805a3cb001c64130b7">
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
<meta name="request-id" content="FDA4:4082:3C604B:46B5C7:649E9D32" data-turbo-transient="true" /><meta name="html-safe-nonce" content="b8b0fbf8b57f118e523b446995b370ed0f113538e875cfc84dbfea023d523991" data-turbo-transient="true" /><meta name="visitor-payload" content="eyJyZWZlcnJlciI6Imh0dHBzOi8vZ2l0aHViLmNvbS9vcGVuY29udGFpbmVycy93ZWIvdHJlZS9tYXN0ZXIvdGhlbWVzL21hdGVyaWFsLWRlc2lnbi9zdGF0aWMvZm9udC9yb2JvdG8iLCJyZXF1ZXN0X2lkIjoiRkRBNDo0MDgyOjNDNjA0Qjo0NkI1Qzc6NjQ5RTlEMzIiLCJ2aXNpdG9yX2lkIjoiODUxMDE0NTQwNTY1MTkyNzQ5OCIsInJlZ2lvbl9lZGdlIjoia29yZWFjZW50cmFsIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9" data-turbo-transient="true" /><meta name="visitor-hmac" content="28ebe3d395ec4c4ba9d5e40b98bd279138f52a843a62689fd376681936a8c221" data-turbo-transient="true" />
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
<meta name="hovercard-subject-tag" content="repository:37169209" data-turbo-transient>
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
<meta name="github-keyboard-shortcuts" content="repository,source-code,file-tree" data-turbo-transient="true" />
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
<meta name="selected-link" value="repo_source" data-turbo-transient>
|
|
112
|
+
<link rel="assets" href="https://github.githubassets.com/">
|
|
113
|
+
|
|
114
|
+
<meta name="google-site-verification" content="c1kuD-K2HIVF635lypcsWPoD4kilo5-jA_wBFyT4uMY">
|
|
115
|
+
<meta name="google-site-verification" content="KT5gs8h0wvaagLKAVWq8bbeNwnZZK1r1XQysX3xurLU">
|
|
116
|
+
<meta name="google-site-verification" content="ZzhVyEFwb7w3e0-uOTltm8Jsck2F5StVihD0exw2fsA">
|
|
117
|
+
<meta name="google-site-verification" content="GXs5KoUUkNCoaAZn7wPN-t01Pywp9M3sEjnt_3_ZWPc">
|
|
118
|
+
<meta name="google-site-verification" content="Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I">
|
|
119
|
+
|
|
120
|
+
<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" />
|
|
121
|
+
|
|
122
|
+
<meta name="analytics-location" content="/<user-name>/<repo-name>/blob/show" data-turbo-transient="true" />
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
<meta name="user-login" content="jaranglee">
|
|
132
|
+
|
|
133
|
+
<link rel="sudo-modal" href="/sessions/sudo_modal">
|
|
134
|
+
|
|
135
|
+
<meta name="viewport" content="width=device-width">
|
|
136
|
+
|
|
137
|
+
<meta name="description" content="[INACTIVE]. Contribute to opencontainers/web development by creating an account on GitHub.">
|
|
138
|
+
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub">
|
|
139
|
+
<link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub">
|
|
140
|
+
<meta property="fb:app_id" content="1401488693436528">
|
|
141
|
+
<meta name="apple-itunes-app" content="app-id=1477376905, app-argument=https://github.com/opencontainers/web/blob/master/themes/material-design/static/font/roboto/Roboto-Medium.woff2" />
|
|
142
|
+
<meta name="twitter:image:src" content="https://opengraph.githubassets.com/7a0e4fe4688550de32ff5aadacc115bc6f5a02413e0889dbe639164415e2c584/opencontainers/web" /><meta name="twitter:site" content="@github" /><meta name="twitter:card" content="summary_large_image" /><meta name="twitter:title" content="web/themes/material-design/static/font/roboto/Roboto-Medium.woff2 at master · opencontainers/web" /><meta name="twitter:description" content="[INACTIVE]. Contribute to opencontainers/web development by creating an account on GitHub." />
|
|
143
|
+
<meta property="og:image" content="https://opengraph.githubassets.com/7a0e4fe4688550de32ff5aadacc115bc6f5a02413e0889dbe639164415e2c584/opencontainers/web" /><meta property="og:image:alt" content="[INACTIVE]. Contribute to opencontainers/web 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="web/themes/material-design/static/font/roboto/Roboto-Medium.woff2 at master · opencontainers/web" /><meta property="og:url" content="https://github.com/opencontainers/web" /><meta property="og:description" content="[INACTIVE]. Contribute to opencontainers/web development by creating an account on GitHub." />
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
<link rel="shared-web-socket" href="wss://alive.github.com/_sockets/u/130130066/ws?session=eyJ2IjoiVjMiLCJ1IjoxMzAxMzAwNjYsInMiOjExNDM5NDUxMTksImMiOjQwMTY0OTAyOTAsInQiOjE2ODgxMTY1NDB9--afd3f6a403b5bf37f40339e97026d7b130f629a06d8c4795599e334f11d5e6f3" data-refresh-url="/_alive" data-session-id="7c404112c09262b24665e4f304b67e97ce707519b9560f0869c0ac403a39b3d4">
|
|
147
|
+
<link rel="shared-web-socket-src" href="/assets-cdn/worker/socket-worker-71e98f781d79.js">
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
<meta name="hostname" content="github.com">
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
<meta name="keyboard-shortcuts-preference" content="all">
|
|
154
|
+
|
|
155
|
+
<meta name="expected-hostname" content="github.com">
|
|
156
|
+
|
|
157
|
+
<meta name="enabled-features" content="TURBO_EXPERIMENT_RISKY,IMAGE_METRIC_TRACKING,GEOJSON_AZURE_MAPS">
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
<meta http-equiv="x-pjax-version" content="8e37ebd8e4fc2a9e192b05c7134825b4678a5e24cea3584db66bda2922215d05" data-turbo-track="reload">
|
|
161
|
+
<meta http-equiv="x-pjax-csp-version" content="0db263f9a873141d8256f783c35f244c06d490aacc3b680f99794dd8fd59fb59" data-turbo-track="reload">
|
|
162
|
+
<meta http-equiv="x-pjax-css-version" content="b5fda5e4f44e5bd2c62a1acaac80ed17438664c1bee1db362ddada492d0fb6fa" data-turbo-track="reload">
|
|
163
|
+
<meta http-equiv="x-pjax-js-version" content="d9b94890e6ecaf3aa0cdfc996cde23d72b000a564bd07aaf1e8c2f1348f786e4" data-turbo-track="reload">
|
|
164
|
+
|
|
165
|
+
<meta name="turbo-cache-control" content="no-preview" data-turbo-transient="">
|
|
166
|
+
|
|
167
|
+
<meta name="turbo-cache-control" content="no-cache" data-turbo-transient>
|
|
168
|
+
<meta data-hydrostats="publish">
|
|
169
|
+
|
|
170
|
+
<meta name="go-import" content="github.com/opencontainers/web git https://github.com/opencontainers/web.git">
|
|
171
|
+
|
|
172
|
+
<meta name="octolytics-dimension-user_id" content="12563465" /><meta name="octolytics-dimension-user_login" content="opencontainers" /><meta name="octolytics-dimension-repository_id" content="37169209" /><meta name="octolytics-dimension-repository_nwo" content="opencontainers/web" /><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="37169209" /><meta name="octolytics-dimension-repository_network_root_nwo" content="opencontainers/web" />
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
<meta name="turbo-body-classes" content="logged-in env-production page-responsive">
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
<meta name="browser-stats-url" content="https://api.github.com/_private/browser/stats">
|
|
180
|
+
|
|
181
|
+
<meta name="browser-errors-url" content="https://api.github.com/_private/browser/errors">
|
|
182
|
+
|
|
183
|
+
<meta name="browser-optimizely-client-errors-url" content="https://api.github.com/_private/browser/optimizely_client/errors">
|
|
184
|
+
|
|
185
|
+
<link rel="mask-icon" href="https://github.githubassets.com/pinned-octocat.svg" color="#000000">
|
|
186
|
+
<link rel="alternate icon" class="js-site-favicon" type="image/png" href="https://github.githubassets.com/favicons/favicon.png">
|
|
187
|
+
<link rel="icon" class="js-site-favicon" type="image/svg+xml" href="https://github.githubassets.com/favicons/favicon.svg">
|
|
188
|
+
|
|
189
|
+
<meta name="theme-color" content="#1e2327">
|
|
190
|
+
<meta name="color-scheme" content="light dark" />
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
<link rel="manifest" href="/manifest.json" crossOrigin="use-credentials">
|
|
194
|
+
|
|
195
|
+
</head>
|
|
196
|
+
|
|
197
|
+
<body class="logged-in env-production page-responsive" style="word-wrap: break-word;">
|
|
198
|
+
<div data-turbo-body class="logged-in env-production page-responsive" style="word-wrap: break-word;">
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
<div class="position-relative js-header-wrapper ">
|
|
203
|
+
<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>
|
|
204
|
+
<span data-view-component="true" class="progress-pjax-loader Progress position-fixed width-full">
|
|
205
|
+
<span style="width: 0%;" data-view-component="true" class="Progress-item progress-pjax-loader-bar left-0 top-0 color-bg-accent-emphasis"></span>
|
|
206
|
+
</span>
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
<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_clipboard-copy-element_-2da1d5-ca2e742c29fb.js"></script>
|
|
211
|
+
<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-3f418800033f.js"></script>
|
|
212
|
+
<script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/command-palette-681e3f3ff8a0.js"></script>
|
|
213
|
+
|
|
214
|
+
<header class="AppHeader">
|
|
215
|
+
<div class="AppHeader-globalBar pb-2 js-global-bar">
|
|
216
|
+
<div class="AppHeader-globalBar-start">
|
|
217
|
+
<deferred-side-panel data-url="/_side-panels/global">
|
|
218
|
+
<include-fragment data-target="deferred-side-panel.fragment">
|
|
219
|
+
|
|
220
|
+
<button aria-label="Open global navigation menu" data-action="click:deferred-side-panel#loadPanel click:deferred-side-panel#panelOpened" data-show-dialog-id="dialog-14c42f88-70b0-4b25-ad22-afd5f7e474e2" id="dialog-show-dialog-14c42f88-70b0-4b25-ad22-afd5f7e474e2" type="button" data-view-component="true" class="Button Button--iconOnly Button--secondary Button--medium AppHeader-button color-bg-transparent p-0 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-three-bars Button-visual">
|
|
221
|
+
<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>
|
|
222
|
+
</svg>
|
|
223
|
+
</button>
|
|
224
|
+
|
|
225
|
+
<div class="Overlay--hidden Overlay-backdrop--side Overlay-backdrop--placement-left" data-modal-dialog-overlay>
|
|
226
|
+
<modal-dialog data-target="deferred-side-panel.panel" role="dialog" id="dialog-14c42f88-70b0-4b25-ad22-afd5f7e474e2" aria-modal="true" aria-disabled="true" aria-describedby="dialog-14c42f88-70b0-4b25-ad22-afd5f7e474e2-title dialog-14c42f88-70b0-4b25-ad22-afd5f7e474e2-description" data-view-component="true" class="Overlay Overlay-whenNarrow Overlay--size-small-portrait Overlay--motion-scaleFade SidePanel">
|
|
227
|
+
<div styles="flex-direction: row;" data-view-component="true" class="Overlay-header">
|
|
228
|
+
<div class="Overlay-headerContentWrap">
|
|
229
|
+
<div class="Overlay-titleWrap">
|
|
230
|
+
<h1 class="Overlay-title sr-only" id="dialog-14c42f88-70b0-4b25-ad22-afd5f7e474e2-title">
|
|
231
|
+
Global navigation
|
|
232
|
+
</h1>
|
|
233
|
+
<div data-view-component="true" class="d-flex">
|
|
234
|
+
<div data-view-component="true" class="AppHeader-logo position-relative">
|
|
235
|
+
<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">
|
|
236
|
+
<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>
|
|
237
|
+
</svg>
|
|
238
|
+
</div></div>
|
|
239
|
+
</div>
|
|
240
|
+
<div class="Overlay-actionWrap">
|
|
241
|
+
<button data-close-dialog-id="dialog-14c42f88-70b0-4b25-ad22-afd5f7e474e2" 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">
|
|
242
|
+
<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>
|
|
243
|
+
</svg></button>
|
|
244
|
+
</div>
|
|
245
|
+
</div>
|
|
246
|
+
</div>
|
|
247
|
+
<div data-view-component="true" class="Overlay-body d-flex flex-column height-full px-2"> <nav aria-label="Site navigation" data-view-component="true" class="ActionList">
|
|
248
|
+
|
|
249
|
+
<nav-list>
|
|
250
|
+
<ul data-view-component="true" class="ActionListWrap">
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
<li item_id="general" data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
|
|
254
|
+
|
|
255
|
+
<a data-hotkey="g d" hydro-click="{"event_type":"global_header.user_menu_dropdown.click","payload":{"request_url":"https://github.com/opencontainers/web/blob/master/themes/material-design/static/font/roboto/Roboto-Medium.woff2","target":"HOME","originating_url":"https://github.com/opencontainers/web/blob/master/themes/material-design/static/font/roboto/Roboto-Medium.woff2","user_id":130130066}}" hydro-click-hmac="a4133deceeb4f0557cf6f7e45597dd1fa64113ebb305f127f805f43899feb13c" id="item-a27c0681-526b-43ad-92c4-17cfa03f9b17" href="/dashboard" data-view-component="true" class="ActionListContent ActionListContent--visual16">
|
|
256
|
+
<span class="ActionListItem-visual ActionListItem-visual--leading">
|
|
257
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-home">
|
|
258
|
+
<path d="M6.906.664a1.749 1.749 0 0 1 2.187 0l5.25 4.2c.415.332.657.835.657 1.367v7.019A1.75 1.75 0 0 1 13.25 15h-3.5a.75.75 0 0 1-.75-.75V9H7v5.25a.75.75 0 0 1-.75.75h-3.5A1.75 1.75 0 0 1 1 13.25V6.23c0-.531.242-1.034.657-1.366l5.25-4.2Zm1.25 1.171a.25.25 0 0 0-.312 0l-5.25 4.2a.25.25 0 0 0-.094.196v7.019c0 .138.112.25.25.25H5.5V8.25a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 .75.75v5.25h2.75a.25.25 0 0 0 .25-.25V6.23a.25.25 0 0 0-.094-.195Z"></path>
|
|
259
|
+
</svg>
|
|
260
|
+
</span>
|
|
261
|
+
|
|
262
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
263
|
+
Home
|
|
264
|
+
</span></a>
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
</li>
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
<li item_id="personal_info" data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
|
|
272
|
+
|
|
273
|
+
<a data-hotkey="g i" hydro-click="{"event_type":"global_header.user_menu_dropdown.click","payload":{"request_url":"https://github.com/opencontainers/web/blob/master/themes/material-design/static/font/roboto/Roboto-Medium.woff2","target":"ISSUES","originating_url":"https://github.com/opencontainers/web/blob/master/themes/material-design/static/font/roboto/Roboto-Medium.woff2","user_id":130130066}}" hydro-click-hmac="e737e8bad1a200fc07a511ecef705af5171096ea92e60d1b9eb4a3b595578d84" id="item-242d9faf-4ab6-4c5e-8cfa-83060f35f63b" href="/issues" data-view-component="true" class="ActionListContent ActionListContent--visual16">
|
|
274
|
+
<span class="ActionListItem-visual ActionListItem-visual--leading">
|
|
275
|
+
<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">
|
|
276
|
+
<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>
|
|
277
|
+
</svg>
|
|
278
|
+
</span>
|
|
279
|
+
|
|
280
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
281
|
+
Issues
|
|
282
|
+
</span></a>
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
</li>
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
<li item_id="password" data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
|
|
290
|
+
|
|
291
|
+
<a data-hotkey="g p" hydro-click="{"event_type":"global_header.user_menu_dropdown.click","payload":{"request_url":"https://github.com/opencontainers/web/blob/master/themes/material-design/static/font/roboto/Roboto-Medium.woff2","target":"PULL_REQUESTS","originating_url":"https://github.com/opencontainers/web/blob/master/themes/material-design/static/font/roboto/Roboto-Medium.woff2","user_id":130130066}}" hydro-click-hmac="37491c22e75046c29f38dd133328fd2261c7b059331921a2e3d51c373e9ce9da" id="item-499d4672-04cf-4786-9d1a-021e14d6188e" href="/pulls" data-view-component="true" class="ActionListContent ActionListContent--visual16">
|
|
292
|
+
<span class="ActionListItem-visual ActionListItem-visual--leading">
|
|
293
|
+
<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">
|
|
294
|
+
<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>
|
|
295
|
+
</svg>
|
|
296
|
+
</span>
|
|
297
|
+
|
|
298
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
299
|
+
Pull requests
|
|
300
|
+
</span></a>
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
</li>
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
<li item_id="billing" data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
|
|
308
|
+
|
|
309
|
+
<a hydro-click="{"event_type":"global_header.user_menu_dropdown.click","payload":{"request_url":"https://github.com/opencontainers/web/blob/master/themes/material-design/static/font/roboto/Roboto-Medium.woff2","target":"DISCUSSIONS","originating_url":"https://github.com/opencontainers/web/blob/master/themes/material-design/static/font/roboto/Roboto-Medium.woff2","user_id":130130066}}" hydro-click-hmac="d50eaec7c426ac3ed27da9c9d6a60928c02f7878fdb0436221bfe08b55ce1493" id="item-290c2e9b-cb36-408a-95d7-4a3a876f3bb5" href="/discussions" data-view-component="true" class="ActionListContent ActionListContent--visual16">
|
|
310
|
+
<span class="ActionListItem-visual ActionListItem-visual--leading">
|
|
311
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-comment-discussion">
|
|
312
|
+
<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>
|
|
313
|
+
</svg>
|
|
314
|
+
</span>
|
|
315
|
+
|
|
316
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
317
|
+
Discussions
|
|
318
|
+
</span></a>
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
</li>
|
|
322
|
+
|
|
323
|
+
</ul> </nav-list>
|
|
324
|
+
</nav>
|
|
325
|
+
|
|
326
|
+
<div data-view-component="true" class="my-3 d-flex flex-justify-center height-full">
|
|
327
|
+
<svg style="box-sizing: content-box; color: var(--color-icon-primary);" width="16" height="16" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
|
|
328
|
+
<circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
|
|
329
|
+
<path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
|
|
330
|
+
</svg>
|
|
331
|
+
</div>
|
|
332
|
+
</div>
|
|
333
|
+
<div data-view-component="true" class="Overlay-footer Overlay-footer--alignEnd d-block pt-0"> <li role="presentation" aria-hidden="true" data-view-component="true" class="ActionList-sectionDivider mt-0 mb-1"></li>
|
|
334
|
+
|
|
335
|
+
<nav aria-label="Additional navigation" data-view-component="true" class="ActionList px-0 flex-1">
|
|
336
|
+
|
|
337
|
+
<nav-list>
|
|
338
|
+
<ul data-view-component="true" class="ActionListWrap">
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
<li item_id="general" data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
|
|
342
|
+
|
|
343
|
+
<a hydro-click="{"event_type":"global_header.user_menu_dropdown.click","payload":{"request_url":"https://github.com/opencontainers/web/blob/master/themes/material-design/static/font/roboto/Roboto-Medium.woff2","target":"EXPLORE","originating_url":"https://github.com/opencontainers/web/blob/master/themes/material-design/static/font/roboto/Roboto-Medium.woff2","user_id":130130066}}" hydro-click-hmac="3efb6e24a791d7330e99ab91890afd86fa10da9c6188a1776f3c89f7853b2f9f" id="item-eebfe308-f87d-4ea2-8813-f2b9241080f0" href="/explore" data-view-component="true" class="ActionListContent ActionListContent--visual16">
|
|
344
|
+
<span class="ActionListItem-visual ActionListItem-visual--leading">
|
|
345
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-telescope">
|
|
346
|
+
<path d="M14.184 1.143v-.001l1.422 2.464a1.75 1.75 0 0 1-.757 2.451L3.104 11.713a1.75 1.75 0 0 1-2.275-.702l-.447-.775a1.75 1.75 0 0 1 .53-2.32L11.682.573a1.748 1.748 0 0 1 2.502.57Zm-4.709 9.32h-.001l2.644 3.863a.75.75 0 1 1-1.238.848l-1.881-2.75v2.826a.75.75 0 0 1-1.5 0v-2.826l-1.881 2.75a.75.75 0 1 1-1.238-.848l2.049-2.992a.746.746 0 0 1 .293-.253l1.809-.87a.749.749 0 0 1 .944.252ZM9.436 3.92h-.001l-4.97 3.39.942 1.63 5.42-2.61Zm3.091-2.108h.001l-1.85 1.26 1.505 2.605 2.016-.97a.247.247 0 0 0 .13-.151.247.247 0 0 0-.022-.199l-1.422-2.464a.253.253 0 0 0-.161-.119.254.254 0 0 0-.197.038ZM1.756 9.157a.25.25 0 0 0-.075.33l.447.775a.25.25 0 0 0 .325.1l1.598-.769-.83-1.436-1.465 1Z"></path>
|
|
347
|
+
</svg>
|
|
348
|
+
</span>
|
|
349
|
+
|
|
350
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
351
|
+
Explore
|
|
352
|
+
</span></a>
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
</li>
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
<li item_id="general" data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
|
|
360
|
+
|
|
361
|
+
<a hydro-click="{"event_type":"global_header.user_menu_dropdown.click","payload":{"request_url":"https://github.com/opencontainers/web/blob/master/themes/material-design/static/font/roboto/Roboto-Medium.woff2","target":"MARKETPLACE","originating_url":"https://github.com/opencontainers/web/blob/master/themes/material-design/static/font/roboto/Roboto-Medium.woff2","user_id":130130066}}" hydro-click-hmac="45500d5850ba7db1408724e60dd14bab435490064925fdb8d5786ff95ccde0f1" id="item-4d53c57e-390a-4cf3-9809-b53ff2b28050" href="/marketplace" data-view-component="true" class="ActionListContent ActionListContent--visual16">
|
|
362
|
+
<span class="ActionListItem-visual ActionListItem-visual--leading">
|
|
363
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-gift">
|
|
364
|
+
<path d="M2 2.75A2.75 2.75 0 0 1 4.75 0c.983 0 1.873.42 2.57 1.232.268.318.497.668.68 1.042.183-.375.411-.725.68-1.044C9.376.42 10.266 0 11.25 0a2.75 2.75 0 0 1 2.45 4h.55c.966 0 1.75.784 1.75 1.75v2c0 .698-.409 1.301-1 1.582v4.918A1.75 1.75 0 0 1 13.25 16H2.75A1.75 1.75 0 0 1 1 14.25V9.332C.409 9.05 0 8.448 0 7.75v-2C0 4.784.784 4 1.75 4h.55c-.192-.375-.3-.8-.3-1.25ZM7.25 9.5H2.5v4.75c0 .138.112.25.25.25h4.5Zm1.5 0v5h4.5a.25.25 0 0 0 .25-.25V9.5Zm0-4V8h5.5a.25.25 0 0 0 .25-.25v-2a.25.25 0 0 0-.25-.25Zm-7 0a.25.25 0 0 0-.25.25v2c0 .138.112.25.25.25h5.5V5.5h-5.5Zm3-4a1.25 1.25 0 0 0 0 2.5h2.309c-.233-.818-.542-1.401-.878-1.793-.43-.502-.915-.707-1.431-.707ZM8.941 4h2.309a1.25 1.25 0 0 0 0-2.5c-.516 0-1 .205-1.43.707-.337.392-.646.975-.879 1.793Z"></path>
|
|
365
|
+
</svg>
|
|
366
|
+
</span>
|
|
367
|
+
|
|
368
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
369
|
+
Marketplace
|
|
370
|
+
</span></a>
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
</li>
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
<li item_id="feedback" data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
|
|
378
|
+
|
|
379
|
+
<a id="item-1f3f1e24-bc3c-4fae-adf3-c8ee41dd92db" href="https://gh.io/navigation-update" data-view-component="true" class="ActionListContent ActionListContent--visual16">
|
|
380
|
+
<span class="ActionListItem-visual ActionListItem-visual--leading">
|
|
381
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-comment-discussion">
|
|
382
|
+
<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>
|
|
383
|
+
</svg>
|
|
384
|
+
</span>
|
|
385
|
+
|
|
386
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
387
|
+
Give new navigation feedback
|
|
388
|
+
</span> <span class="ActionListItem-visual ActionListItem-visual--trailing">
|
|
389
|
+
<span title="Beta" data-view-component="true" class="Counter color-bg-default color-border-success-emphasis color-fg-success">Beta</span>
|
|
390
|
+
</span>
|
|
391
|
+
</a>
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
</li>
|
|
395
|
+
|
|
396
|
+
</ul> </nav-list>
|
|
397
|
+
</nav>
|
|
398
|
+
|
|
399
|
+
<div data-view-component="true" class="px-2"> <p class="color-fg-subtle text-small text-light">© 2023 GitHub, Inc.</p>
|
|
400
|
+
|
|
401
|
+
<div data-view-component="true" class="d-flex text-small text-light">
|
|
402
|
+
<a target="_blank" href="/about" data-view-component="true" class="no-underline mr-2">About</a>
|
|
403
|
+
<a target="_blank" href="https://github.blog" data-view-component="true" class="no-underline mr-2">Blog</a>
|
|
404
|
+
<a target="_blank" href="https://docs.github.com/site-policy/github-terms/github-terms-of-service" data-view-component="true" class="no-underline mr-2">Terms</a>
|
|
405
|
+
<a target="_blank" href="https://docs.github.com/site-policy/privacy-policies/github-privacy-statement" data-view-component="true" class="no-underline mr-2">Privacy</a>
|
|
406
|
+
<a target="_blank" href="/security" data-view-component="true" class="no-underline mr-2">Security</a>
|
|
407
|
+
<a target="_blank" href="https://www.githubstatus.com/" data-view-component="true" class="no-underline mr-3">Status</a>
|
|
408
|
+
</div></div>
|
|
409
|
+
</div>
|
|
410
|
+
</modal-dialog></div>
|
|
411
|
+
|
|
412
|
+
</include-fragment>
|
|
413
|
+
</deferred-side-panel>
|
|
414
|
+
|
|
415
|
+
<a
|
|
416
|
+
class="AppHeader-logo ml-2"
|
|
417
|
+
href="https://github.com/"
|
|
418
|
+
data-hotkey="g d"
|
|
419
|
+
aria-label="Homepage "
|
|
420
|
+
data-turbo="false"
|
|
421
|
+
data-analytics-event="{"category":"Header","action":"go to dashboard","label":"icon:logo"}"
|
|
422
|
+
>
|
|
423
|
+
<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 color-fg-default">
|
|
424
|
+
<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>
|
|
425
|
+
</svg>
|
|
426
|
+
</a>
|
|
427
|
+
|
|
428
|
+
<div class="AppHeader-context" >
|
|
429
|
+
<div class="AppHeader-context-compact">
|
|
430
|
+
<button aria-expanded="false" aria-haspopup="dialog" aria-label="Page context: opencontainers / web" id="dialog-show-context-region-dialog" data-show-dialog-id="context-region-dialog" type="button" data-view-component="true" class="AppHeader-context-compact-trigger Truncate Button--secondary Button--medium Button box-shadow-none"> <span class="Button-content">
|
|
431
|
+
<span class="Button-label"><span class="AppHeader-context-compact-lead">
|
|
432
|
+
<span class="AppHeader-context-compact-parentItem">opencontainers</span>
|
|
433
|
+
<span class="AppHeader-context-compact-separator"> /</span>
|
|
434
|
+
|
|
435
|
+
</span>
|
|
436
|
+
|
|
437
|
+
<strong class="AppHeader-context-compact-mainItem d-flex flex-items-center Truncate" >
|
|
438
|
+
<span class="Truncate-text ">web</span>
|
|
439
|
+
|
|
440
|
+
</strong></span>
|
|
441
|
+
</span>
|
|
442
|
+
</button>
|
|
443
|
+
|
|
444
|
+
<div class="Overlay--hidden Overlay-backdrop--center" data-modal-dialog-overlay>
|
|
445
|
+
<modal-dialog role="dialog" id="context-region-dialog" aria-modal="true" aria-disabled="true" aria-describedby="context-region-dialog-title context-region-dialog-description" data-view-component="true" class="Overlay Overlay-whenNarrow Overlay--size-medium Overlay--motion-scaleFade">
|
|
446
|
+
<div data-view-component="true" class="Overlay-header">
|
|
447
|
+
<div class="Overlay-headerContentWrap">
|
|
448
|
+
<div class="Overlay-titleWrap">
|
|
449
|
+
<h1 class="Overlay-title " id="context-region-dialog-title">
|
|
450
|
+
Navigate back to
|
|
451
|
+
</h1>
|
|
452
|
+
</div>
|
|
453
|
+
<div class="Overlay-actionWrap">
|
|
454
|
+
<button data-close-dialog-id="context-region-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">
|
|
455
|
+
<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>
|
|
456
|
+
</svg></button>
|
|
457
|
+
</div>
|
|
458
|
+
</div>
|
|
459
|
+
</div>
|
|
460
|
+
<div data-view-component="true" class="Overlay-body"> <ul role="list" class="list-style-none" >
|
|
461
|
+
<li>
|
|
462
|
+
<a data-analytics-event="{"category":"SiteHeaderComponent","action":"context_region_crumb","label":"opencontainers","screen_size":"compact"}" href="/opencontainers" data-view-component="true" class="Link--primary Truncate d-flex flex-items-center py-1">
|
|
463
|
+
<span class="AppHeader-context-item-label Truncate-text ">
|
|
464
|
+
opencontainers
|
|
465
|
+
</span>
|
|
466
|
+
|
|
467
|
+
</a>
|
|
468
|
+
</li>
|
|
469
|
+
<li>
|
|
470
|
+
<a data-analytics-event="{"category":"SiteHeaderComponent","action":"context_region_crumb","label":"web","screen_size":"compact"}" href="/opencontainers/web" data-view-component="true" class="Link--primary Truncate d-flex flex-items-center py-1">
|
|
471
|
+
<span class="AppHeader-context-item-label Truncate-text ">
|
|
472
|
+
web
|
|
473
|
+
</span>
|
|
474
|
+
|
|
475
|
+
</a>
|
|
476
|
+
</li>
|
|
477
|
+
</ul>
|
|
478
|
+
|
|
479
|
+
</div>
|
|
480
|
+
|
|
481
|
+
</modal-dialog></div>
|
|
482
|
+
</div>
|
|
483
|
+
|
|
484
|
+
<div class="AppHeader-context-full">
|
|
485
|
+
<nav role="navigation" aria-label="Page context">
|
|
486
|
+
<ul role="list" class="list-style-none" >
|
|
487
|
+
<li>
|
|
488
|
+
<a data-analytics-event="{"category":"SiteHeaderComponent","action":"context_region_crumb","label":"opencontainers","screen_size":"full"}" data-hovercard-type="organization" data-hovercard-url="/orgs/opencontainers/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="/opencontainers" data-view-component="true" class="AppHeader-context-item">
|
|
489
|
+
<span class="AppHeader-context-item-label ">
|
|
490
|
+
opencontainers
|
|
491
|
+
</span>
|
|
492
|
+
|
|
493
|
+
</a>
|
|
494
|
+
<span class="AppHeader-context-item-separator">/</span>
|
|
495
|
+
</li>
|
|
496
|
+
<li>
|
|
497
|
+
<a data-analytics-event="{"category":"SiteHeaderComponent","action":"context_region_crumb","label":"web","screen_size":"full"}" href="/opencontainers/web" data-view-component="true" class="AppHeader-context-item">
|
|
498
|
+
<span class="AppHeader-context-item-label ">
|
|
499
|
+
web
|
|
500
|
+
</span>
|
|
501
|
+
|
|
502
|
+
</a>
|
|
503
|
+
</li>
|
|
504
|
+
</ul>
|
|
505
|
+
|
|
506
|
+
</nav>
|
|
507
|
+
</div>
|
|
508
|
+
</div>
|
|
509
|
+
|
|
510
|
+
</div>
|
|
511
|
+
<div class="AppHeader-globalBar-end">
|
|
512
|
+
<div class="AppHeader-search" >
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
<template id="search-icon">
|
|
517
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search">
|
|
518
|
+
<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>
|
|
519
|
+
</svg>
|
|
520
|
+
</template>
|
|
521
|
+
|
|
522
|
+
<template id="code-icon">
|
|
523
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-code">
|
|
524
|
+
<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>
|
|
525
|
+
</svg>
|
|
526
|
+
</template>
|
|
527
|
+
|
|
528
|
+
<template id="file-code-icon">
|
|
529
|
+
<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">
|
|
530
|
+
<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>
|
|
531
|
+
</svg>
|
|
532
|
+
</template>
|
|
533
|
+
|
|
534
|
+
<template id="history-icon">
|
|
535
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-history">
|
|
536
|
+
<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>
|
|
537
|
+
</svg>
|
|
538
|
+
</template>
|
|
539
|
+
|
|
540
|
+
<template id="repo-icon">
|
|
541
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo">
|
|
542
|
+
<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>
|
|
543
|
+
</svg>
|
|
544
|
+
</template>
|
|
545
|
+
|
|
546
|
+
<template id="bookmark-icon">
|
|
547
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-bookmark">
|
|
548
|
+
<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>
|
|
549
|
+
</svg>
|
|
550
|
+
</template>
|
|
551
|
+
|
|
552
|
+
<template id="plus-circle-icon">
|
|
553
|
+
<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">
|
|
554
|
+
<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>
|
|
555
|
+
</svg>
|
|
556
|
+
</template>
|
|
557
|
+
|
|
558
|
+
<template id="circle-icon">
|
|
559
|
+
<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">
|
|
560
|
+
<path d="M8 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8Z"></path>
|
|
561
|
+
</svg>
|
|
562
|
+
</template>
|
|
563
|
+
|
|
564
|
+
<template id="trash-icon">
|
|
565
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-trash">
|
|
566
|
+
<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>
|
|
567
|
+
</svg>
|
|
568
|
+
</template>
|
|
569
|
+
|
|
570
|
+
<template id="team-icon">
|
|
571
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-people">
|
|
572
|
+
<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>
|
|
573
|
+
</svg>
|
|
574
|
+
</template>
|
|
575
|
+
|
|
576
|
+
<template id="project-icon">
|
|
577
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-project">
|
|
578
|
+
<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>
|
|
579
|
+
</svg>
|
|
580
|
+
</template>
|
|
581
|
+
|
|
582
|
+
<template id="pencil-icon">
|
|
583
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-pencil">
|
|
584
|
+
<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>
|
|
585
|
+
</svg>
|
|
586
|
+
</template>
|
|
587
|
+
|
|
588
|
+
<qbsearch-input class="search-input" data-scope="repo:opencontainers/web" data-custom-scopes-path="/search/custom_scopes" data-delete-custom-scopes-csrf="ZuLL6-9TNDNWyRFagi_KDoVwFtEbj4AUHg027iqgxfb5Eq3dIelE8xVKRATL9IkUt2FGQLQWWt1atKPGznlSNA" data-max-custom-scopes="10" data-header-redesign-enabled="true" data-initial-value="" data-blackbird-suggestions-path="/search/suggestions" data-jump-to-suggestions-path="/_graphql/GetSuggestedNavigationDestinations" data-current-repository="opencontainers/web" data-current-org="opencontainers" data-current-owner="">
|
|
589
|
+
<div
|
|
590
|
+
class="search-input-container search-with-dialog position-relative d-flex flex-row flex-items-center height-auto color-bg-transparent border-0 color-fg-subtle mx-0"
|
|
591
|
+
data-action="click:qbsearch-input#searchInputContainerClicked"
|
|
592
|
+
>
|
|
593
|
+
|
|
594
|
+
<button type="button" data-action="click:qbsearch-input#handleExpand" class="AppHeader-button AppHeader-search-whenNarrow" aria-label="Search or jump to…" aria-expanded="false" aria-haspopup="dialog">
|
|
595
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search">
|
|
596
|
+
<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>
|
|
597
|
+
</svg>
|
|
598
|
+
</button>
|
|
599
|
+
|
|
600
|
+
|
|
601
|
+
<div class="AppHeader-search-whenRegular">
|
|
602
|
+
<div class="AppHeader-search-wrap AppHeader-search-wrap--hasTrailing">
|
|
603
|
+
<div class="AppHeader-search-control">
|
|
604
|
+
<label
|
|
605
|
+
for="AppHeader-searchInput"
|
|
606
|
+
aria-label="Search or jump to…"
|
|
607
|
+
class="AppHeader-search-visual--leading"
|
|
608
|
+
>
|
|
609
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search">
|
|
610
|
+
<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>
|
|
611
|
+
</svg>
|
|
612
|
+
</label>
|
|
613
|
+
|
|
614
|
+
<button
|
|
615
|
+
type="button"
|
|
616
|
+
data-target="qbsearch-input.inputButton"
|
|
617
|
+
data-action="click:qbsearch-input#handleExpand"
|
|
618
|
+
class="AppHeader-searchButton form-control input-contrast text-left color-fg-subtle no-wrap"
|
|
619
|
+
data-hotkey="s,/"
|
|
620
|
+
>
|
|
621
|
+
<div class="overflow-hidden">
|
|
622
|
+
<span data-target="qbsearch-input.inputButtonText">
|
|
623
|
+
Type <kbd class="AppHeader-search-kbd">/</kbd> to search
|
|
624
|
+
</span>
|
|
625
|
+
</div>
|
|
626
|
+
</button>
|
|
627
|
+
|
|
628
|
+
</div>
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
<button type="button" id="AppHeader-commandPalette-button" class="AppHeader-search-action--trailing js-activate-command-palette" data-analytics-event="{"category":"SiteHeaderComponent","action":"command_palette","label":"open command palette"}">
|
|
632
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-command-palette">
|
|
633
|
+
<path d="m6.354 8.04-4.773 4.773a.75.75 0 1 0 1.061 1.06L7.945 8.57a.75.75 0 0 0 0-1.06L2.642 2.206a.75.75 0 0 0-1.06 1.061L6.353 8.04ZM8.75 11.5a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 0-1.5h-5.5Z"></path>
|
|
634
|
+
</svg>
|
|
635
|
+
</button>
|
|
636
|
+
|
|
637
|
+
<tool-tip id="tooltip-22ea99e1-75a8-45cf-990e-7ddc9fcbc0b9" for="AppHeader-commandPalette-button" data-direction="s" data-type="label" data-view-component="true" class="sr-only position-absolute">Command palette</tool-tip>
|
|
638
|
+
</div>
|
|
639
|
+
</div>
|
|
640
|
+
|
|
641
|
+
<input type="hidden" name="type" class="js-site-search-type-field">
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
<div class="Overlay--hidden " data-modal-dialog-overlay>
|
|
645
|
+
<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-medium Overlay--height-auto">
|
|
646
|
+
<h1 id="search-suggestions-dialog-header" class="sr-only">Search code, repositories, users, issues, pull requests...</h1>
|
|
647
|
+
<div class="Overlay-body Overlay-body--paddingNone">
|
|
648
|
+
|
|
649
|
+
<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"
|
|
650
|
+
style="border-radius: 12px;"
|
|
651
|
+
data-target="qbsearch-input.queryBuilderContainer"
|
|
652
|
+
hidden
|
|
653
|
+
>
|
|
654
|
+
<!-- '"` --><!-- </textarea></xmp> --></option></form><form id="query-builder-test-form" action="" accept-charset="UTF-8" method="get">
|
|
655
|
+
<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">
|
|
656
|
+
<div class="FormControl FormControl--fullWidth">
|
|
657
|
+
<label id="query-builder-test-label" for="query-builder-test" class="FormControl-label sr-only">
|
|
658
|
+
Search
|
|
659
|
+
</label>
|
|
660
|
+
<div class="QueryBuilder-StyledInput width-fit" data-target="query-builder.styledInput">
|
|
661
|
+
<span id="query-builder-test-leadingvisual-wrap" class="FormControl-input-leadingVisualWrap QueryBuilder-leadingVisualWrap">
|
|
662
|
+
<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">
|
|
663
|
+
<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>
|
|
664
|
+
</svg>
|
|
665
|
+
</span>
|
|
666
|
+
<div data-target="query-builder.styledInputContainer" class="QueryBuilder-StyledInputContainer">
|
|
667
|
+
<div
|
|
668
|
+
aria-hidden="true"
|
|
669
|
+
class="QueryBuilder-StyledInputContent"
|
|
670
|
+
data-target="query-builder.styledInputContent"
|
|
671
|
+
></div>
|
|
672
|
+
<div class="QueryBuilder-InputWrapper">
|
|
673
|
+
<div aria-hidden="true" class="QueryBuilder-Sizer" data-target="query-builder.sizer"></div>
|
|
674
|
+
<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="
|
|
675
|
+
input:query-builder#inputChange
|
|
676
|
+
blur:query-builder#inputBlur
|
|
677
|
+
keydown:query-builder#inputKeydown
|
|
678
|
+
focus:query-builder#inputFocus
|
|
679
|
+
" data-view-component="true" class="FormControl-input QueryBuilder-Input FormControl-medium" />
|
|
680
|
+
</div>
|
|
681
|
+
</div>
|
|
682
|
+
<span class="sr-only" id="query-builder-test-clear">Clear</span>
|
|
683
|
+
|
|
684
|
+
<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="
|
|
685
|
+
click:query-builder#clear
|
|
686
|
+
focus:query-builder#clearButtonFocus
|
|
687
|
+
blur:query-builder#clearButtonBlur
|
|
688
|
+
" 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">
|
|
689
|
+
<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>
|
|
690
|
+
</svg>
|
|
691
|
+
</button>
|
|
692
|
+
|
|
693
|
+
</div>
|
|
694
|
+
<template id="search-icon">
|
|
695
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search">
|
|
696
|
+
<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>
|
|
697
|
+
</svg>
|
|
698
|
+
</template>
|
|
699
|
+
|
|
700
|
+
<template id="code-icon">
|
|
701
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-code">
|
|
702
|
+
<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>
|
|
703
|
+
</svg>
|
|
704
|
+
</template>
|
|
705
|
+
|
|
706
|
+
<template id="file-code-icon">
|
|
707
|
+
<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">
|
|
708
|
+
<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>
|
|
709
|
+
</svg>
|
|
710
|
+
</template>
|
|
711
|
+
|
|
712
|
+
<template id="history-icon">
|
|
713
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-history">
|
|
714
|
+
<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>
|
|
715
|
+
</svg>
|
|
716
|
+
</template>
|
|
717
|
+
|
|
718
|
+
<template id="repo-icon">
|
|
719
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo">
|
|
720
|
+
<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>
|
|
721
|
+
</svg>
|
|
722
|
+
</template>
|
|
723
|
+
|
|
724
|
+
<template id="bookmark-icon">
|
|
725
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-bookmark">
|
|
726
|
+
<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>
|
|
727
|
+
</svg>
|
|
728
|
+
</template>
|
|
729
|
+
|
|
730
|
+
<template id="plus-circle-icon">
|
|
731
|
+
<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">
|
|
732
|
+
<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>
|
|
733
|
+
</svg>
|
|
734
|
+
</template>
|
|
735
|
+
|
|
736
|
+
<template id="circle-icon">
|
|
737
|
+
<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">
|
|
738
|
+
<path d="M8 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8Z"></path>
|
|
739
|
+
</svg>
|
|
740
|
+
</template>
|
|
741
|
+
|
|
742
|
+
<template id="trash-icon">
|
|
743
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-trash">
|
|
744
|
+
<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>
|
|
745
|
+
</svg>
|
|
746
|
+
</template>
|
|
747
|
+
|
|
748
|
+
<template id="team-icon">
|
|
749
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-people">
|
|
750
|
+
<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>
|
|
751
|
+
</svg>
|
|
752
|
+
</template>
|
|
753
|
+
|
|
754
|
+
<template id="project-icon">
|
|
755
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-project">
|
|
756
|
+
<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>
|
|
757
|
+
</svg>
|
|
758
|
+
</template>
|
|
759
|
+
|
|
760
|
+
<template id="pencil-icon">
|
|
761
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-pencil">
|
|
762
|
+
<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>
|
|
763
|
+
</svg>
|
|
764
|
+
</template>
|
|
765
|
+
|
|
766
|
+
<div class="position-relative">
|
|
767
|
+
<ul
|
|
768
|
+
role="listbox"
|
|
769
|
+
class="ActionListWrap QueryBuilder-ListWrap"
|
|
770
|
+
aria-label="Suggestions"
|
|
771
|
+
data-action="
|
|
772
|
+
combobox-commit:query-builder#comboboxCommit
|
|
773
|
+
mousedown:query-builder#resultsMousedown
|
|
774
|
+
"
|
|
775
|
+
data-target="query-builder.resultsList"
|
|
776
|
+
data-persist-list=false
|
|
777
|
+
id="query-builder-test-results"
|
|
778
|
+
></ul>
|
|
779
|
+
</div>
|
|
780
|
+
</div>
|
|
781
|
+
<div data-target="query-builder.screenReaderFeedback" aria-live="polite" aria-atomic="true" class="sr-only"></div>
|
|
782
|
+
</query-builder></form>
|
|
783
|
+
<div class="d-flex flex-row color-fg-muted px-3 text-small color-bg-default search-feedback-prompt">
|
|
784
|
+
<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">
|
|
785
|
+
Search syntax tips
|
|
786
|
+
</a> <div class="d-flex flex-1"></div>
|
|
787
|
+
<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">
|
|
788
|
+
<span class="Button-label">Give feedback</span>
|
|
789
|
+
</span>
|
|
790
|
+
</button>
|
|
791
|
+
</div>
|
|
792
|
+
</div>
|
|
793
|
+
</div>
|
|
794
|
+
|
|
795
|
+
</div>
|
|
796
|
+
</modal-dialog></div>
|
|
797
|
+
</div>
|
|
798
|
+
<div data-action="click:qbsearch-input#retract" class="dark-backdrop position-fixed width-full" hidden data-target="qbsearch-input.darkBackdrop"></div>
|
|
799
|
+
<div class="color-fg-default">
|
|
800
|
+
|
|
801
|
+
<div class="Overlay--hidden Overlay-backdrop--center" data-modal-dialog-overlay>
|
|
802
|
+
<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">
|
|
803
|
+
<div data-view-component="true" class="Overlay-header">
|
|
804
|
+
<div class="Overlay-headerContentWrap">
|
|
805
|
+
<div class="Overlay-titleWrap">
|
|
806
|
+
<h1 class="Overlay-title " id="feedback-dialog-title">
|
|
807
|
+
Provide feedback
|
|
808
|
+
</h1>
|
|
809
|
+
</div>
|
|
810
|
+
<div class="Overlay-actionWrap">
|
|
811
|
+
<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">
|
|
812
|
+
<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>
|
|
813
|
+
</svg></button>
|
|
814
|
+
</div>
|
|
815
|
+
</div>
|
|
816
|
+
</div>
|
|
817
|
+
<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="KtAAYJscVa-UbO-dpYYVaRNUvRMkk1bTurPdpP2uV5VO_dmpheKmdAjFBAMDczpV_D2345NK4PB1HnYrDi143w" />
|
|
818
|
+
<p>We read every piece of feedback, and take your input very seriously.</p>
|
|
819
|
+
<textarea name="feedback" class="form-control width-full mb-2" style="height: 120px" id="feedback"></textarea>
|
|
820
|
+
<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">
|
|
821
|
+
<label for="include_email" style="font-weight: normal">Include my email address so I can be contacted</label>
|
|
822
|
+
</form></div>
|
|
823
|
+
<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
|
|
824
|
+
</button>
|
|
825
|
+
<button form="code-search-feedback-form" data-action="click:qbsearch-input#submitFeedback" type="submit" data-view-component="true" class="btn-primary btn"> Submit feedback
|
|
826
|
+
</button>
|
|
827
|
+
</div>
|
|
828
|
+
</modal-dialog></div>
|
|
829
|
+
|
|
830
|
+
<custom-scopes data-target="qbsearch-input.customScopesManager">
|
|
831
|
+
|
|
832
|
+
<div class="Overlay--hidden Overlay-backdrop--center" data-modal-dialog-overlay>
|
|
833
|
+
<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">
|
|
834
|
+
<div data-view-component="true" class="Overlay-header Overlay-header--divided">
|
|
835
|
+
<div class="Overlay-headerContentWrap">
|
|
836
|
+
<div class="Overlay-titleWrap">
|
|
837
|
+
<h1 class="Overlay-title " id="custom-scopes-dialog-title">
|
|
838
|
+
Saved searches
|
|
839
|
+
</h1>
|
|
840
|
+
<h2 id="custom-scopes-dialog-description" class="Overlay-description">Use saved searches to filter your results more quickly</h2>
|
|
841
|
+
</div>
|
|
842
|
+
<div class="Overlay-actionWrap">
|
|
843
|
+
<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">
|
|
844
|
+
<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>
|
|
845
|
+
</svg></button>
|
|
846
|
+
</div>
|
|
847
|
+
</div>
|
|
848
|
+
</div>
|
|
849
|
+
<div data-view-component="true" class="Overlay-body"> <div data-target="custom-scopes.customScopesModalDialogFlash"></div>
|
|
850
|
+
|
|
851
|
+
<div hidden class="create-custom-scope-form" data-target="custom-scopes.createCustomScopeForm">
|
|
852
|
+
<!-- '"` --><!-- </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="VtpqbGBlkfmNNN58Dr0khEPXjCZ_DjvLpJezYbj2oagTmhbASYpHTYyHk3OTmKofZUba0zZbWma_s4BmHQxaWQ" />
|
|
853
|
+
<div data-target="custom-scopes.customScopesModalDialogFlash"></div>
|
|
854
|
+
|
|
855
|
+
<input type="hidden" id="custom_scope_id" name="custom_scope_id" data-target="custom-scopes.customScopesIdField">
|
|
856
|
+
|
|
857
|
+
<div class="form-group">
|
|
858
|
+
<label for="custom_scope_name">Name</label>
|
|
859
|
+
<auto-check src="/search/custom_scopes/check_name" required>
|
|
860
|
+
<input
|
|
861
|
+
type="text"
|
|
862
|
+
name="custom_scope_name"
|
|
863
|
+
id="custom_scope_name"
|
|
864
|
+
data-target="custom-scopes.customScopesNameField"
|
|
865
|
+
class="form-control"
|
|
866
|
+
autocomplete="off"
|
|
867
|
+
placeholder="github-ruby"
|
|
868
|
+
required
|
|
869
|
+
maxlength="50">
|
|
870
|
+
<input type="hidden" value="yDqWqyVn18jeycM4pxWwSnE0HO_WYgedwy0OnMnzNs4r3Cb9ER-3pqIoTBDGMsF5FhhNfmi3rnPmZMsQQXgllA" data-csrf="true" />
|
|
871
|
+
</auto-check>
|
|
872
|
+
</div>
|
|
873
|
+
|
|
874
|
+
<div class="form-group">
|
|
875
|
+
<label for="custom_scope_query">Query</label>
|
|
876
|
+
<input
|
|
877
|
+
type="text"
|
|
878
|
+
name="custom_scope_query"
|
|
879
|
+
id="custom_scope_query"
|
|
880
|
+
data-target="custom-scopes.customScopesQueryField"
|
|
881
|
+
class="form-control"
|
|
882
|
+
autocomplete="off"
|
|
883
|
+
placeholder="(repo:mona/a OR repo:mona/b) AND lang:python"
|
|
884
|
+
required
|
|
885
|
+
maxlength="500">
|
|
886
|
+
</div>
|
|
887
|
+
|
|
888
|
+
<p class="text-small color-fg-muted">
|
|
889
|
+
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>.
|
|
890
|
+
</p>
|
|
891
|
+
</form> </div>
|
|
892
|
+
|
|
893
|
+
<div data-target="custom-scopes.manageCustomScopesForm">
|
|
894
|
+
<div data-target="custom-scopes.list"></div>
|
|
895
|
+
</div>
|
|
896
|
+
|
|
897
|
+
</div>
|
|
898
|
+
<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
|
|
899
|
+
</button>
|
|
900
|
+
<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
|
|
901
|
+
</button>
|
|
902
|
+
</div>
|
|
903
|
+
</modal-dialog></div>
|
|
904
|
+
</custom-scopes>
|
|
905
|
+
</div>
|
|
906
|
+
</qbsearch-input><input type="hidden" value="haFYwTIcrmfpSWQOFaj3JFIrkFJuMwj5t1Tg_YeqRWoBZl1j5hYRc1GjRYXPkRFLuCiGrz0H57FJzDambTwuyg" data-csrf="true" class="js-data-jump-to-suggestions-path-csrf" />
|
|
907
|
+
|
|
908
|
+
</div>
|
|
909
|
+
|
|
910
|
+
<div class="AppHeader-actions">
|
|
911
|
+
<action-menu data-select-variant="none" data-view-component="true">
|
|
912
|
+
<focus-group direction="vertical" mnemonics retain>
|
|
913
|
+
<div data-view-component="true" class="Button-withTooltip"> <button id="global-create-menu-button" popovertarget="global-create-menu-overlay" aria-label="Create something new" aria-controls="global-create-menu-list" aria-haspopup="true" type="button" data-view-component="true" class="AppHeader-button Button--secondary Button--small Button width-auto color-fg-muted box-shadow-none"> <span class="Button-content">
|
|
914
|
+
<span class="Button-visual Button-leadingVisual">
|
|
915
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-plus">
|
|
916
|
+
<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>
|
|
917
|
+
</svg>
|
|
918
|
+
</span>
|
|
919
|
+
<span class="Button-label"><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">
|
|
920
|
+
<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>
|
|
921
|
+
</svg></span>
|
|
922
|
+
</span>
|
|
923
|
+
</button> <tool-tip id="tooltip-148d2151-f74f-4336-be14-ac953db51f58" for="global-create-menu-button" data-direction="s" data-type="description" data-view-component="true" class="sr-only position-absolute">Create new...</tool-tip>
|
|
924
|
+
</div>
|
|
925
|
+
|
|
926
|
+
<anchored-position id="global-create-menu-overlay" anchor="global-create-menu-button" align="end" side="outside-bottom" anchor-offset="normal" popover="auto" aria-label="Menu" data-view-component="true">
|
|
927
|
+
<div data-view-component="true" class="Overlay Overlay--size-auto">
|
|
928
|
+
|
|
929
|
+
|
|
930
|
+
<div data-view-component="true">
|
|
931
|
+
<ul aria-labelledby="global-create-menu-button" id="global-create-menu-list" role="menu" data-view-component="true" class="ActionListWrap--inset ActionListWrap">
|
|
932
|
+
<li data-analytics-event="{"category":"SiteHeaderComponent","action":"add_dropdown","label":"new repository"}" data-targets="action-list.items" role="none" data-view-component="true" class="ActionListItem">
|
|
933
|
+
|
|
934
|
+
<a href="/new" tabindex="-1" id="item-9cc14a6c-20b9-42ef-938c-3a75653d28fa" role="menuitem" data-view-component="true" class="ActionListContent ActionListContent--visual16">
|
|
935
|
+
<span class="ActionListItem-visual ActionListItem-visual--leading">
|
|
936
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo">
|
|
937
|
+
<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>
|
|
938
|
+
</svg>
|
|
939
|
+
</span>
|
|
940
|
+
|
|
941
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
942
|
+
New repository
|
|
943
|
+
|
|
944
|
+
</span></a>
|
|
945
|
+
|
|
946
|
+
|
|
947
|
+
</li>
|
|
948
|
+
<li data-analytics-event="{"category":"SiteHeaderComponent","action":"add_dropdown","label":"import repository"}" data-targets="action-list.items" role="none" data-view-component="true" class="ActionListItem">
|
|
949
|
+
|
|
950
|
+
<a href="/new/import" tabindex="-1" id="item-530823a7-044c-4e4e-989b-d4f2eceb0c89" role="menuitem" data-view-component="true" class="ActionListContent ActionListContent--visual16">
|
|
951
|
+
<span class="ActionListItem-visual ActionListItem-visual--leading">
|
|
952
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo-push">
|
|
953
|
+
<path d="M1 2.5A2.5 2.5 0 0 1 3.5 0h8.75a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0V1.5h-8a1 1 0 0 0-1 1v6.708A2.493 2.493 0 0 1 3.5 9h3.25a.75.75 0 0 1 0 1.5H3.5a1 1 0 0 0 0 2h5.75a.75.75 0 0 1 0 1.5H3.5A2.5 2.5 0 0 1 1 11.5Zm13.23 7.79h-.001l-1.224-1.224v6.184a.75.75 0 0 1-1.5 0V9.066L10.28 10.29a.75.75 0 0 1-1.06-1.061l2.505-2.504a.75.75 0 0 1 1.06 0L15.29 9.23a.751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018Z"></path>
|
|
954
|
+
</svg>
|
|
955
|
+
</span>
|
|
956
|
+
|
|
957
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
958
|
+
Import repository
|
|
959
|
+
|
|
960
|
+
</span></a>
|
|
961
|
+
|
|
962
|
+
|
|
963
|
+
</li>
|
|
964
|
+
<li role="presentation" aria-hidden="true" data-view-component="true" class="ActionList-sectionDivider"></li>
|
|
965
|
+
<li data-analytics-event="{"category":"SiteHeaderComponent","action":"add_dropdown","label":"new codespace"}" data-targets="action-list.items" role="none" data-view-component="true" class="ActionListItem">
|
|
966
|
+
|
|
967
|
+
<a href="/codespaces/new" tabindex="-1" id="item-d1428d4a-88c2-4cdc-83a0-90c512a7d572" role="menuitem" data-view-component="true" class="ActionListContent ActionListContent--visual16">
|
|
968
|
+
<span class="ActionListItem-visual ActionListItem-visual--leading">
|
|
969
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-codespaces">
|
|
970
|
+
<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>
|
|
971
|
+
</svg>
|
|
972
|
+
</span>
|
|
973
|
+
|
|
974
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
975
|
+
New codespace
|
|
976
|
+
|
|
977
|
+
</span></a>
|
|
978
|
+
|
|
979
|
+
|
|
980
|
+
</li>
|
|
981
|
+
<li data-analytics-event="{"category":"SiteHeaderComponent","action":"add_dropdown","label":"new gist"}" data-targets="action-list.items" role="none" data-view-component="true" class="ActionListItem">
|
|
982
|
+
|
|
983
|
+
<a href="https://gist.github.com/" tabindex="-1" id="item-1179c13d-fba6-420b-9883-208fe04ab458" role="menuitem" data-view-component="true" class="ActionListContent ActionListContent--visual16">
|
|
984
|
+
<span class="ActionListItem-visual ActionListItem-visual--leading">
|
|
985
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-code">
|
|
986
|
+
<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>
|
|
987
|
+
</svg>
|
|
988
|
+
</span>
|
|
989
|
+
|
|
990
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
991
|
+
New gist
|
|
992
|
+
|
|
993
|
+
</span></a>
|
|
994
|
+
|
|
995
|
+
|
|
996
|
+
</li>
|
|
997
|
+
<li role="presentation" aria-hidden="true" data-view-component="true" class="ActionList-sectionDivider"></li>
|
|
998
|
+
<li data-analytics-event="{"category":"SiteHeaderComponent","action":"add_dropdown","label":"new organization"}" data-targets="action-list.items" role="none" data-view-component="true" class="ActionListItem">
|
|
999
|
+
|
|
1000
|
+
<a href="/account/organizations/new" tabindex="-1" id="item-7f1f5ce6-0484-486f-afb8-18681c83fbee" role="menuitem" data-view-component="true" class="ActionListContent ActionListContent--visual16">
|
|
1001
|
+
<span class="ActionListItem-visual ActionListItem-visual--leading">
|
|
1002
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-organization">
|
|
1003
|
+
<path d="M1.75 16A1.75 1.75 0 0 1 0 14.25V1.75C0 .784.784 0 1.75 0h8.5C11.216 0 12 .784 12 1.75v12.5c0 .085-.006.168-.018.25h2.268a.25.25 0 0 0 .25-.25V8.285a.25.25 0 0 0-.111-.208l-1.055-.703a.749.749 0 1 1 .832-1.248l1.055.703c.487.325.779.871.779 1.456v5.965A1.75 1.75 0 0 1 14.25 16h-3.5a.766.766 0 0 1-.197-.026c-.099.017-.2.026-.303.026h-3a.75.75 0 0 1-.75-.75V14h-1v1.25a.75.75 0 0 1-.75.75Zm-.25-1.75c0 .138.112.25.25.25H4v-1.25a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 .75.75v1.25h2.25a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25h-8.5a.25.25 0 0 0-.25.25ZM3.75 6h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1 0-1.5ZM3 3.75A.75.75 0 0 1 3.75 3h.5a.75.75 0 0 1 0 1.5h-.5A.75.75 0 0 1 3 3.75Zm4 3A.75.75 0 0 1 7.75 6h.5a.75.75 0 0 1 0 1.5h-.5A.75.75 0 0 1 7 6.75ZM7.75 3h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1 0-1.5ZM3 9.75A.75.75 0 0 1 3.75 9h.5a.75.75 0 0 1 0 1.5h-.5A.75.75 0 0 1 3 9.75ZM7.75 9h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1 0-1.5Z"></path>
|
|
1004
|
+
</svg>
|
|
1005
|
+
</span>
|
|
1006
|
+
|
|
1007
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
1008
|
+
New organization
|
|
1009
|
+
|
|
1010
|
+
</span></a>
|
|
1011
|
+
|
|
1012
|
+
|
|
1013
|
+
</li>
|
|
1014
|
+
</ul>
|
|
1015
|
+
</div>
|
|
1016
|
+
|
|
1017
|
+
</div></anchored-position> </focus-group>
|
|
1018
|
+
</action-menu>
|
|
1019
|
+
|
|
1020
|
+
<div data-view-component="true" class="Button-withTooltip">
|
|
1021
|
+
<a href="/issues" id="icon-button-15c4e630-fb6b-405a-b57b-2d2637e64ff6" data-view-component="true" class="Button Button--iconOnly Button--secondary Button--medium AppHeader-button 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-issue-opened Button-visual">
|
|
1022
|
+
<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>
|
|
1023
|
+
</svg>
|
|
1024
|
+
</a> <tool-tip id="tooltip-804cf6b4-8797-4ce7-a6b5-4b5fca97694f" for="icon-button-15c4e630-fb6b-405a-b57b-2d2637e64ff6" data-direction="s" data-type="label" data-view-component="true" class="sr-only position-absolute">Issues</tool-tip>
|
|
1025
|
+
</div>
|
|
1026
|
+
<div data-view-component="true" class="Button-withTooltip">
|
|
1027
|
+
<a href="/pulls" id="icon-button-a937fc37-c34d-40cd-9ad2-400c23c0e351" data-view-component="true" class="Button Button--iconOnly Button--secondary Button--medium AppHeader-button 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-git-pull-request Button-visual">
|
|
1028
|
+
<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>
|
|
1029
|
+
</svg>
|
|
1030
|
+
</a> <tool-tip id="tooltip-3e8797c8-ae24-4365-8139-9e9c68c2a364" for="icon-button-a937fc37-c34d-40cd-9ad2-400c23c0e351" data-direction="s" data-type="label" data-view-component="true" class="sr-only position-absolute">Pull requests</tool-tip>
|
|
1031
|
+
</div>
|
|
1032
|
+
</div>
|
|
1033
|
+
|
|
1034
|
+
<div class="mr-0">
|
|
1035
|
+
|
|
1036
|
+
|
|
1037
|
+
<notification-indicator data-channel="eyJjIjoibm90aWZpY2F0aW9uLWNoYW5nZWQ6MTMwMTMwMDY2IiwidCI6MTY4ODExNjU0MH0=--59af6e17741e98525a032c144c83de17cc17410275ba6738aa8d4c648b3f03fc" 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-header-redesign-enabled="true" data-fetch-indicator-src="/notifications/indicator" data-fetch-indicator-enabled="true" data-view-component="true" class="js-socket-channel">
|
|
1038
|
+
<a id="AppHeader-notifications-button" href="/notifications"
|
|
1039
|
+
class="AppHeader-button"
|
|
1040
|
+
|
|
1041
|
+
style="width:32px;height:32px;"
|
|
1042
|
+
|
|
1043
|
+
data-hotkey="g n"
|
|
1044
|
+
data-target="notification-indicator.link"
|
|
1045
|
+
aria-label="Notifications"
|
|
1046
|
+
|
|
1047
|
+
data-analytics-event="{"category":"SiteHeaderComponent","action":"notifications","label":null}"
|
|
1048
|
+
>
|
|
1049
|
+
|
|
1050
|
+
<span
|
|
1051
|
+
data-target="notification-indicator.badge"
|
|
1052
|
+
class="mail-status unread d-none" hidden>
|
|
1053
|
+
</span>
|
|
1054
|
+
|
|
1055
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-inbox color-fg-muted mr-0">
|
|
1056
|
+
<path d="M2.8 2.06A1.75 1.75 0 0 1 4.41 1h7.18c.7 0 1.333.417 1.61 1.06l2.74 6.395c.04.093.06.194.06.295v4.5A1.75 1.75 0 0 1 14.25 15H1.75A1.75 1.75 0 0 1 0 13.25v-4.5c0-.101.02-.202.06-.295Zm1.61.44a.25.25 0 0 0-.23.152L1.887 8H4.75a.75.75 0 0 1 .6.3L6.625 10h2.75l1.275-1.7a.75.75 0 0 1 .6-.3h2.863L11.82 2.652a.25.25 0 0 0-.23-.152Zm10.09 7h-2.875l-1.275 1.7a.75.75 0 0 1-.6.3h-3.5a.75.75 0 0 1-.6-.3L4.375 9.5H1.5v3.75c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25Z"></path>
|
|
1057
|
+
</svg>
|
|
1058
|
+
</a>
|
|
1059
|
+
|
|
1060
|
+
<tool-tip data-target="notification-indicator.tooltip" id="tooltip-f9de075f-5dd7-4f22-bed8-4d54d7497e82" for="AppHeader-notifications-button" data-direction="s" data-type="description" data-view-component="true" class="sr-only position-absolute">Notifications</tool-tip>
|
|
1061
|
+
</notification-indicator>
|
|
1062
|
+
</div>
|
|
1063
|
+
|
|
1064
|
+
|
|
1065
|
+
|
|
1066
|
+
<div class="AppHeader-user">
|
|
1067
|
+
<deferred-side-panel data-url="/_side-panels/user?memex_enabled=true&repository=web&user=jaranglee&user_can_create_organizations=true&user_id=130130066">
|
|
1068
|
+
<include-fragment data-target="deferred-side-panel.fragment">
|
|
1069
|
+
<user-drawer-side-panel>
|
|
1070
|
+
<button aria-label="Open user account menu" data-action="click:deferred-side-panel#loadPanel click:deferred-side-panel#panelOpened" data-show-dialog-id="dialog-9d51f3fe-4e0c-423e-83ba-c79184e84b53" id="dialog-show-dialog-9d51f3fe-4e0c-423e-83ba-c79184e84b53" type="button" data-view-component="true" class="AppHeader-logo Button--invisible Button--medium Button Button--invisible-noVisuals color-bg-transparent p-0"> <span class="Button-content">
|
|
1071
|
+
<span class="Button-label"><img src="https://avatars.githubusercontent.com/u/130130066?v=4" alt="" size="32" height="32" width="32" data-view-component="true" class="avatar circle" /></span>
|
|
1072
|
+
</span>
|
|
1073
|
+
</button>
|
|
1074
|
+
|
|
1075
|
+
<div class="Overlay--hidden Overlay-backdrop--side Overlay-backdrop--placement-right" data-modal-dialog-overlay>
|
|
1076
|
+
<modal-dialog data-target="deferred-side-panel.panel" role="dialog" id="dialog-9d51f3fe-4e0c-423e-83ba-c79184e84b53" aria-modal="true" aria-disabled="true" aria-describedby="dialog-9d51f3fe-4e0c-423e-83ba-c79184e84b53-title dialog-9d51f3fe-4e0c-423e-83ba-c79184e84b53-description" data-view-component="true" class="Overlay Overlay-whenNarrow Overlay--size-small-portrait Overlay--motion-scaleFade SidePanel">
|
|
1077
|
+
<div styles="flex-direction: row;" data-view-component="true" class="Overlay-header">
|
|
1078
|
+
<div class="Overlay-headerContentWrap">
|
|
1079
|
+
<div class="Overlay-titleWrap">
|
|
1080
|
+
<h1 class="Overlay-title sr-only" id="dialog-9d51f3fe-4e0c-423e-83ba-c79184e84b53-title">
|
|
1081
|
+
Account menu
|
|
1082
|
+
</h1>
|
|
1083
|
+
<div data-view-component="true" class="d-flex">
|
|
1084
|
+
<div data-view-component="true" class="AppHeader-logo position-relative">
|
|
1085
|
+
<img src="https://avatars.githubusercontent.com/u/130130066?v=4" alt="" size="32" height="32" width="32" data-view-component="true" class="avatar circle" />
|
|
1086
|
+
</div> <div data-view-component="true" class="d-flex width-full"> <div data-view-component="true" class="lh-condensed d-flex flex-column flex-justify-center ml-2 f5 mr-auto">
|
|
1087
|
+
<span data-view-component="true" class="Truncate d-block text-bold">
|
|
1088
|
+
<span data-view-component="true" class="Truncate-text">
|
|
1089
|
+
jaranglee
|
|
1090
|
+
</span>
|
|
1091
|
+
</span> </div>
|
|
1092
|
+
</div>
|
|
1093
|
+
</div>
|
|
1094
|
+
</div>
|
|
1095
|
+
<div class="Overlay-actionWrap">
|
|
1096
|
+
<button data-close-dialog-id="dialog-9d51f3fe-4e0c-423e-83ba-c79184e84b53" 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">
|
|
1097
|
+
<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>
|
|
1098
|
+
</svg></button>
|
|
1099
|
+
</div>
|
|
1100
|
+
</div>
|
|
1101
|
+
</div>
|
|
1102
|
+
<div data-view-component="true" class="Overlay-body d-flex flex-column height-full px-2"> <nav aria-label="User navigation" data-view-component="true" class="ActionList">
|
|
1103
|
+
|
|
1104
|
+
<nav-list>
|
|
1105
|
+
<ul data-view-component="true" class="ActionListWrap">
|
|
1106
|
+
|
|
1107
|
+
|
|
1108
|
+
<li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
|
|
1109
|
+
|
|
1110
|
+
<button id="item-881df450-203b-4f45-bf27-eb462f0ca4a5" type="button" data-view-component="true" class="ActionListContent ActionListContent--visual16">
|
|
1111
|
+
<span class="ActionListItem-visual ActionListItem-visual--leading">
|
|
1112
|
+
<span data-view-component="true" class="d-flex flex-items-center"> <svg style="box-sizing: content-box; color: var(--color-icon-primary);" width="16" height="16" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
|
|
1113
|
+
<circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
|
|
1114
|
+
<path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
|
|
1115
|
+
</svg>
|
|
1116
|
+
</span>
|
|
1117
|
+
</span>
|
|
1118
|
+
|
|
1119
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
1120
|
+
|
|
1121
|
+
|
|
1122
|
+
<span class="color-fg-muted">
|
|
1123
|
+
Loading...
|
|
1124
|
+
</span>
|
|
1125
|
+
|
|
1126
|
+
</span></button>
|
|
1127
|
+
|
|
1128
|
+
|
|
1129
|
+
</li>
|
|
1130
|
+
|
|
1131
|
+
|
|
1132
|
+
<li role="presentation" aria-hidden="true" data-view-component="true" class="ActionList-sectionDivider"></li>
|
|
1133
|
+
|
|
1134
|
+
|
|
1135
|
+
<li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
|
|
1136
|
+
|
|
1137
|
+
<a id="item-68dd5f65-5995-4bc8-9198-5f036ef94160" href="https://github.com/jaranglee" data-view-component="true" class="ActionListContent ActionListContent--visual16">
|
|
1138
|
+
<span class="ActionListItem-visual ActionListItem-visual--leading">
|
|
1139
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-person">
|
|
1140
|
+
<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>
|
|
1141
|
+
</svg>
|
|
1142
|
+
</span>
|
|
1143
|
+
|
|
1144
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
1145
|
+
Your profile
|
|
1146
|
+
</span></a>
|
|
1147
|
+
|
|
1148
|
+
|
|
1149
|
+
</li>
|
|
1150
|
+
|
|
1151
|
+
|
|
1152
|
+
<li role="presentation" aria-hidden="true" data-view-component="true" class="ActionList-sectionDivider"></li>
|
|
1153
|
+
|
|
1154
|
+
|
|
1155
|
+
<li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
|
|
1156
|
+
|
|
1157
|
+
<a id="item-6c381e17-f327-4382-92a8-3d03f907a90e" href="/jaranglee?tab=repositories" data-view-component="true" class="ActionListContent ActionListContent--visual16">
|
|
1158
|
+
<span class="ActionListItem-visual ActionListItem-visual--leading">
|
|
1159
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo">
|
|
1160
|
+
<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>
|
|
1161
|
+
</svg>
|
|
1162
|
+
</span>
|
|
1163
|
+
|
|
1164
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
1165
|
+
Your repositories
|
|
1166
|
+
</span></a>
|
|
1167
|
+
|
|
1168
|
+
|
|
1169
|
+
</li>
|
|
1170
|
+
|
|
1171
|
+
|
|
1172
|
+
|
|
1173
|
+
<li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
|
|
1174
|
+
|
|
1175
|
+
<a id="item-c4c1229d-ffa6-46c4-b443-a3ddebff10cd" href="/jaranglee?tab=projects" data-view-component="true" class="ActionListContent ActionListContent--visual16">
|
|
1176
|
+
<span class="ActionListItem-visual ActionListItem-visual--leading">
|
|
1177
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-project">
|
|
1178
|
+
<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>
|
|
1179
|
+
</svg>
|
|
1180
|
+
</span>
|
|
1181
|
+
|
|
1182
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
1183
|
+
Your projects
|
|
1184
|
+
</span></a>
|
|
1185
|
+
|
|
1186
|
+
|
|
1187
|
+
</li>
|
|
1188
|
+
|
|
1189
|
+
|
|
1190
|
+
|
|
1191
|
+
<li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
|
|
1192
|
+
|
|
1193
|
+
<a id="item-21e91f84-e08b-4b83-9cf4-7d9c99300c26" href="/codespaces" data-view-component="true" class="ActionListContent ActionListContent--visual16">
|
|
1194
|
+
<span class="ActionListItem-visual ActionListItem-visual--leading">
|
|
1195
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-codespaces">
|
|
1196
|
+
<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>
|
|
1197
|
+
</svg>
|
|
1198
|
+
</span>
|
|
1199
|
+
|
|
1200
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
1201
|
+
Your codespaces
|
|
1202
|
+
</span></a>
|
|
1203
|
+
|
|
1204
|
+
|
|
1205
|
+
</li>
|
|
1206
|
+
|
|
1207
|
+
|
|
1208
|
+
|
|
1209
|
+
<li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
|
|
1210
|
+
|
|
1211
|
+
<button id="item-0fafdc90-a051-4827-9f90-f7f34aff286a" type="button" data-view-component="true" class="ActionListContent ActionListContent--visual16">
|
|
1212
|
+
<span class="ActionListItem-visual ActionListItem-visual--leading">
|
|
1213
|
+
<span data-view-component="true" class="d-flex flex-items-center"> <svg style="box-sizing: content-box; color: var(--color-icon-primary);" width="16" height="16" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
|
|
1214
|
+
<circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
|
|
1215
|
+
<path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
|
|
1216
|
+
</svg>
|
|
1217
|
+
</span>
|
|
1218
|
+
</span>
|
|
1219
|
+
|
|
1220
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
1221
|
+
|
|
1222
|
+
|
|
1223
|
+
<span class="color-fg-muted">
|
|
1224
|
+
Loading...
|
|
1225
|
+
</span>
|
|
1226
|
+
|
|
1227
|
+
</span></button>
|
|
1228
|
+
|
|
1229
|
+
|
|
1230
|
+
</li>
|
|
1231
|
+
|
|
1232
|
+
|
|
1233
|
+
|
|
1234
|
+
<li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
|
|
1235
|
+
|
|
1236
|
+
<a id="item-447d22aa-4cd7-42c2-896b-3c963cdc1e9e" href="/jaranglee?tab=stars" data-view-component="true" class="ActionListContent ActionListContent--visual16">
|
|
1237
|
+
<span class="ActionListItem-visual ActionListItem-visual--leading">
|
|
1238
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-star">
|
|
1239
|
+
<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>
|
|
1240
|
+
</svg>
|
|
1241
|
+
</span>
|
|
1242
|
+
|
|
1243
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
1244
|
+
Your stars
|
|
1245
|
+
</span></a>
|
|
1246
|
+
|
|
1247
|
+
|
|
1248
|
+
</li>
|
|
1249
|
+
|
|
1250
|
+
|
|
1251
|
+
|
|
1252
|
+
<li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
|
|
1253
|
+
|
|
1254
|
+
<a id="item-395c146d-8b0f-4e62-a007-793da09970c1" href="/sponsors/accounts" data-view-component="true" class="ActionListContent ActionListContent--visual16">
|
|
1255
|
+
<span class="ActionListItem-visual ActionListItem-visual--leading">
|
|
1256
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-heart">
|
|
1257
|
+
<path d="m8 14.25.345.666a.75.75 0 0 1-.69 0l-.008-.004-.018-.01a7.152 7.152 0 0 1-.31-.17 22.055 22.055 0 0 1-3.434-2.414C2.045 10.731 0 8.35 0 5.5 0 2.836 2.086 1 4.25 1 5.797 1 7.153 1.802 8 3.02 8.847 1.802 10.203 1 11.75 1 13.914 1 16 2.836 16 5.5c0 2.85-2.045 5.231-3.885 6.818a22.066 22.066 0 0 1-3.744 2.584l-.018.01-.006.003h-.002ZM4.25 2.5c-1.336 0-2.75 1.164-2.75 3 0 2.15 1.58 4.144 3.365 5.682A20.58 20.58 0 0 0 8 13.393a20.58 20.58 0 0 0 3.135-2.211C12.92 9.644 14.5 7.65 14.5 5.5c0-1.836-1.414-3-2.75-3-1.373 0-2.609.986-3.029 2.456a.749.749 0 0 1-1.442 0C6.859 3.486 5.623 2.5 4.25 2.5Z"></path>
|
|
1258
|
+
</svg>
|
|
1259
|
+
</span>
|
|
1260
|
+
|
|
1261
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
1262
|
+
Your sponsors
|
|
1263
|
+
</span></a>
|
|
1264
|
+
|
|
1265
|
+
|
|
1266
|
+
</li>
|
|
1267
|
+
|
|
1268
|
+
|
|
1269
|
+
|
|
1270
|
+
<li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
|
|
1271
|
+
|
|
1272
|
+
<a id="item-d54c4d0d-604c-4498-83f3-080cba2a45a8" href="https://gist.github.com/mine" data-view-component="true" class="ActionListContent ActionListContent--visual16">
|
|
1273
|
+
<span class="ActionListItem-visual ActionListItem-visual--leading">
|
|
1274
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-code-square">
|
|
1275
|
+
<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.25Zm1.75-.25a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25Zm7.47 3.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-.734L10.69 8 9.22 6.53a.75.75 0 0 1 0-1.06ZM6.78 6.53 5.31 8l1.47 1.47a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215l-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.042Z"></path>
|
|
1276
|
+
</svg>
|
|
1277
|
+
</span>
|
|
1278
|
+
|
|
1279
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
1280
|
+
Your gists
|
|
1281
|
+
</span></a>
|
|
1282
|
+
|
|
1283
|
+
|
|
1284
|
+
</li>
|
|
1285
|
+
|
|
1286
|
+
|
|
1287
|
+
<li role="presentation" aria-hidden="true" data-view-component="true" class="ActionList-sectionDivider"></li>
|
|
1288
|
+
|
|
1289
|
+
|
|
1290
|
+
<li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
|
|
1291
|
+
|
|
1292
|
+
<button id="item-48440165-62f0-4b73-94bc-d98bd9f71ed0" type="button" data-view-component="true" class="ActionListContent ActionListContent--visual16">
|
|
1293
|
+
<span class="ActionListItem-visual ActionListItem-visual--leading">
|
|
1294
|
+
<span data-view-component="true" class="d-flex flex-items-center"> <svg style="box-sizing: content-box; color: var(--color-icon-primary);" width="16" height="16" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
|
|
1295
|
+
<circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
|
|
1296
|
+
<path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
|
|
1297
|
+
</svg>
|
|
1298
|
+
</span>
|
|
1299
|
+
</span>
|
|
1300
|
+
|
|
1301
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
1302
|
+
|
|
1303
|
+
|
|
1304
|
+
<span class="color-fg-muted">
|
|
1305
|
+
Loading...
|
|
1306
|
+
</span>
|
|
1307
|
+
|
|
1308
|
+
</span></button>
|
|
1309
|
+
|
|
1310
|
+
|
|
1311
|
+
</li>
|
|
1312
|
+
|
|
1313
|
+
|
|
1314
|
+
|
|
1315
|
+
<li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
|
|
1316
|
+
|
|
1317
|
+
<button id="item-6f328d39-86d1-4a4d-bd28-cef4cfbee02e" type="button" data-view-component="true" class="ActionListContent ActionListContent--visual16">
|
|
1318
|
+
<span class="ActionListItem-visual ActionListItem-visual--leading">
|
|
1319
|
+
<span data-view-component="true" class="d-flex flex-items-center"> <svg style="box-sizing: content-box; color: var(--color-icon-primary);" width="16" height="16" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
|
|
1320
|
+
<circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
|
|
1321
|
+
<path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
|
|
1322
|
+
</svg>
|
|
1323
|
+
</span>
|
|
1324
|
+
</span>
|
|
1325
|
+
|
|
1326
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
1327
|
+
|
|
1328
|
+
|
|
1329
|
+
<span class="color-fg-muted">
|
|
1330
|
+
Loading...
|
|
1331
|
+
</span>
|
|
1332
|
+
|
|
1333
|
+
</span></button>
|
|
1334
|
+
|
|
1335
|
+
|
|
1336
|
+
</li>
|
|
1337
|
+
|
|
1338
|
+
|
|
1339
|
+
|
|
1340
|
+
<li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
|
|
1341
|
+
|
|
1342
|
+
<button id="item-2f884eb4-5a5e-4e98-b367-b2ebc9ba3c8e" type="button" data-view-component="true" class="ActionListContent ActionListContent--visual16">
|
|
1343
|
+
<span class="ActionListItem-visual ActionListItem-visual--leading">
|
|
1344
|
+
<span data-view-component="true" class="d-flex flex-items-center"> <svg style="box-sizing: content-box; color: var(--color-icon-primary);" width="16" height="16" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
|
|
1345
|
+
<circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
|
|
1346
|
+
<path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
|
|
1347
|
+
</svg>
|
|
1348
|
+
</span>
|
|
1349
|
+
</span>
|
|
1350
|
+
|
|
1351
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
1352
|
+
|
|
1353
|
+
|
|
1354
|
+
<span class="color-fg-muted">
|
|
1355
|
+
Loading...
|
|
1356
|
+
</span>
|
|
1357
|
+
|
|
1358
|
+
</span></button>
|
|
1359
|
+
|
|
1360
|
+
|
|
1361
|
+
</li>
|
|
1362
|
+
|
|
1363
|
+
|
|
1364
|
+
|
|
1365
|
+
<li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
|
|
1366
|
+
|
|
1367
|
+
<a id="item-c5cb7691-aca0-4f92-9d00-38f69c14d5c7" href="/settings/profile" data-view-component="true" class="ActionListContent ActionListContent--visual16">
|
|
1368
|
+
<span class="ActionListItem-visual ActionListItem-visual--leading">
|
|
1369
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-gear">
|
|
1370
|
+
<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>
|
|
1371
|
+
</svg>
|
|
1372
|
+
</span>
|
|
1373
|
+
|
|
1374
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
1375
|
+
Settings
|
|
1376
|
+
</span></a>
|
|
1377
|
+
|
|
1378
|
+
|
|
1379
|
+
</li>
|
|
1380
|
+
|
|
1381
|
+
|
|
1382
|
+
<li role="presentation" aria-hidden="true" data-view-component="true" class="ActionList-sectionDivider"></li>
|
|
1383
|
+
|
|
1384
|
+
|
|
1385
|
+
<li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
|
|
1386
|
+
|
|
1387
|
+
<a id="item-9d60a9aa-dd14-426e-a60f-ded4cb1b07a4" href="https://docs.github.com" data-view-component="true" class="ActionListContent ActionListContent--visual16">
|
|
1388
|
+
<span class="ActionListItem-visual ActionListItem-visual--leading">
|
|
1389
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-book">
|
|
1390
|
+
<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>
|
|
1391
|
+
</svg>
|
|
1392
|
+
</span>
|
|
1393
|
+
|
|
1394
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
1395
|
+
GitHub Docs
|
|
1396
|
+
</span></a>
|
|
1397
|
+
|
|
1398
|
+
|
|
1399
|
+
</li>
|
|
1400
|
+
|
|
1401
|
+
|
|
1402
|
+
|
|
1403
|
+
<li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
|
|
1404
|
+
|
|
1405
|
+
<a id="item-9c80f9ac-d24d-4374-8eb6-055219ad7da5" href="https://support.github.com" data-view-component="true" class="ActionListContent ActionListContent--visual16">
|
|
1406
|
+
<span class="ActionListItem-visual ActionListItem-visual--leading">
|
|
1407
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-people">
|
|
1408
|
+
<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>
|
|
1409
|
+
</svg>
|
|
1410
|
+
</span>
|
|
1411
|
+
|
|
1412
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
1413
|
+
GitHub Support
|
|
1414
|
+
</span></a>
|
|
1415
|
+
|
|
1416
|
+
|
|
1417
|
+
</li>
|
|
1418
|
+
|
|
1419
|
+
|
|
1420
|
+
<li role="presentation" aria-hidden="true" data-view-component="true" class="ActionList-sectionDivider"></li>
|
|
1421
|
+
|
|
1422
|
+
|
|
1423
|
+
<li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
|
|
1424
|
+
|
|
1425
|
+
<a id="item-b1b18745-4a4d-4bd6-9257-e1ed2b0e4c4b" href="/logout" data-view-component="true" class="ActionListContent">
|
|
1426
|
+
|
|
1427
|
+
<span data-view-component="true" class="ActionListItem-label">
|
|
1428
|
+
Sign out
|
|
1429
|
+
</span></a>
|
|
1430
|
+
|
|
1431
|
+
|
|
1432
|
+
</li>
|
|
1433
|
+
|
|
1434
|
+
</ul> </nav-list>
|
|
1435
|
+
</nav>
|
|
1436
|
+
|
|
1437
|
+
|
|
1438
|
+
</div>
|
|
1439
|
+
|
|
1440
|
+
</modal-dialog></div>
|
|
1441
|
+
</user-drawer-side-panel>
|
|
1442
|
+
|
|
1443
|
+
</include-fragment>
|
|
1444
|
+
</deferred-side-panel>
|
|
1445
|
+
</div>
|
|
1446
|
+
</div>
|
|
1447
|
+
</div>
|
|
1448
|
+
|
|
1449
|
+
|
|
1450
|
+
<div class="AppHeader-localBar" >
|
|
1451
|
+
<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">
|
|
1452
|
+
|
|
1453
|
+
<ul data-view-component="true" class="UnderlineNav-body list-style-none">
|
|
1454
|
+
<li data-view-component="true" class="d-inline-flex">
|
|
1455
|
+
<a id="code-tab" href="/opencontainers/web" data-tab-item="i0code-tab" data-selected-links="repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches repo_packages repo_deployments /opencontainers/web" 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"}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
|
|
1456
|
+
|
|
1457
|
+
<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">
|
|
1458
|
+
<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>
|
|
1459
|
+
</svg>
|
|
1460
|
+
<span data-content="Code">Code</span>
|
|
1461
|
+
<span id="code-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="Not available" data-view-component="true" class="Counter"></span>
|
|
1462
|
+
|
|
1463
|
+
|
|
1464
|
+
|
|
1465
|
+
</a></li>
|
|
1466
|
+
<li data-view-component="true" class="d-inline-flex">
|
|
1467
|
+
<a id="issues-tab" href="/opencontainers/web/issues" data-tab-item="i1issues-tab" data-selected-links="repo_issues repo_labels repo_milestones /opencontainers/web/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">
|
|
1468
|
+
|
|
1469
|
+
<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">
|
|
1470
|
+
<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>
|
|
1471
|
+
</svg>
|
|
1472
|
+
<span data-content="Issues">Issues</span>
|
|
1473
|
+
<span id="issues-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="7" data-view-component="true" class="Counter">7</span>
|
|
1474
|
+
|
|
1475
|
+
|
|
1476
|
+
|
|
1477
|
+
</a></li>
|
|
1478
|
+
<li data-view-component="true" class="d-inline-flex">
|
|
1479
|
+
<a id="pull-requests-tab" href="/opencontainers/web/pulls" data-tab-item="i2pull-requests-tab" data-selected-links="repo_pulls checks /opencontainers/web/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">
|
|
1480
|
+
|
|
1481
|
+
<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">
|
|
1482
|
+
<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>
|
|
1483
|
+
</svg>
|
|
1484
|
+
<span data-content="Pull requests">Pull requests</span>
|
|
1485
|
+
<span id="pull-requests-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="3" data-view-component="true" class="Counter">3</span>
|
|
1486
|
+
|
|
1487
|
+
|
|
1488
|
+
|
|
1489
|
+
</a></li>
|
|
1490
|
+
<li data-view-component="true" class="d-inline-flex">
|
|
1491
|
+
<a id="actions-tab" href="/opencontainers/web/actions" data-tab-item="i3actions-tab" data-selected-links="repo_actions /opencontainers/web/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">
|
|
1492
|
+
|
|
1493
|
+
<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">
|
|
1494
|
+
<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>
|
|
1495
|
+
</svg>
|
|
1496
|
+
<span data-content="Actions">Actions</span>
|
|
1497
|
+
<span id="actions-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="Not available" data-view-component="true" class="Counter"></span>
|
|
1498
|
+
|
|
1499
|
+
|
|
1500
|
+
|
|
1501
|
+
</a></li>
|
|
1502
|
+
<li data-view-component="true" class="d-inline-flex">
|
|
1503
|
+
<a id="projects-tab" href="/opencontainers/web/projects" data-tab-item="i4projects-tab" data-selected-links="repo_projects new_repo_project repo_project /opencontainers/web/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">
|
|
1504
|
+
|
|
1505
|
+
<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">
|
|
1506
|
+
<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>
|
|
1507
|
+
</svg>
|
|
1508
|
+
<span data-content="Projects">Projects</span>
|
|
1509
|
+
<span id="projects-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="0" hidden="hidden" data-view-component="true" class="Counter">0</span>
|
|
1510
|
+
|
|
1511
|
+
|
|
1512
|
+
|
|
1513
|
+
</a></li>
|
|
1514
|
+
<li data-view-component="true" class="d-inline-flex">
|
|
1515
|
+
<a id="security-tab" href="/opencontainers/web/security" data-tab-item="i5security-tab" data-selected-links="security overview alerts policy token_scanning code_scanning /opencontainers/web/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">
|
|
1516
|
+
|
|
1517
|
+
<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">
|
|
1518
|
+
<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>
|
|
1519
|
+
</svg>
|
|
1520
|
+
<span data-content="Security">Security</span>
|
|
1521
|
+
<include-fragment src="/opencontainers/web/security/overall-count" accept="text/fragment+html"></include-fragment>
|
|
1522
|
+
|
|
1523
|
+
|
|
1524
|
+
</a></li>
|
|
1525
|
+
<li data-view-component="true" class="d-inline-flex">
|
|
1526
|
+
<a id="insights-tab" href="/opencontainers/web/pulse" data-tab-item="i6insights-tab" data-selected-links="repo_graphs repo_contributors dependency_graph dependabot_updates pulse people community /opencontainers/web/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">
|
|
1527
|
+
|
|
1528
|
+
<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">
|
|
1529
|
+
<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>
|
|
1530
|
+
</svg>
|
|
1531
|
+
<span data-content="Insights">Insights</span>
|
|
1532
|
+
<span id="insights-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="Not available" data-view-component="true" class="Counter"></span>
|
|
1533
|
+
|
|
1534
|
+
|
|
1535
|
+
|
|
1536
|
+
</a></li>
|
|
1537
|
+
</ul>
|
|
1538
|
+
<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">
|
|
1539
|
+
<summary role="button" data-view-component="true"> <div class="UnderlineNav-item mr-0 border-0">
|
|
1540
|
+
<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">
|
|
1541
|
+
<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>
|
|
1542
|
+
</svg>
|
|
1543
|
+
<span class="sr-only">More</span>
|
|
1544
|
+
</div>
|
|
1545
|
+
</summary>
|
|
1546
|
+
<details-menu role="menu" data-view-component="true" class="dropdown-menu dropdown-menu-sw"> <ul>
|
|
1547
|
+
<li data-menu-item="i0code-tab" hidden>
|
|
1548
|
+
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches repo_packages repo_deployments /opencontainers/web" href="/opencontainers/web">
|
|
1549
|
+
Code
|
|
1550
|
+
</a> </li>
|
|
1551
|
+
<li data-menu-item="i1issues-tab" hidden>
|
|
1552
|
+
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_issues repo_labels repo_milestones /opencontainers/web/issues" href="/opencontainers/web/issues">
|
|
1553
|
+
Issues
|
|
1554
|
+
</a> </li>
|
|
1555
|
+
<li data-menu-item="i2pull-requests-tab" hidden>
|
|
1556
|
+
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_pulls checks /opencontainers/web/pulls" href="/opencontainers/web/pulls">
|
|
1557
|
+
Pull requests
|
|
1558
|
+
</a> </li>
|
|
1559
|
+
<li data-menu-item="i3actions-tab" hidden>
|
|
1560
|
+
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_actions /opencontainers/web/actions" href="/opencontainers/web/actions">
|
|
1561
|
+
Actions
|
|
1562
|
+
</a> </li>
|
|
1563
|
+
<li data-menu-item="i4projects-tab" hidden>
|
|
1564
|
+
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_projects new_repo_project repo_project /opencontainers/web/projects" href="/opencontainers/web/projects">
|
|
1565
|
+
Projects
|
|
1566
|
+
</a> </li>
|
|
1567
|
+
<li data-menu-item="i5security-tab" hidden>
|
|
1568
|
+
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="security overview alerts policy token_scanning code_scanning /opencontainers/web/security" href="/opencontainers/web/security">
|
|
1569
|
+
Security
|
|
1570
|
+
</a> </li>
|
|
1571
|
+
<li data-menu-item="i6insights-tab" hidden>
|
|
1572
|
+
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_graphs repo_contributors dependency_graph dependabot_updates pulse people community /opencontainers/web/pulse" href="/opencontainers/web/pulse">
|
|
1573
|
+
Insights
|
|
1574
|
+
</a> </li>
|
|
1575
|
+
</ul>
|
|
1576
|
+
</details-menu>
|
|
1577
|
+
</details></div>
|
|
1578
|
+
</nav>
|
|
1579
|
+
</div>
|
|
1580
|
+
</header>
|
|
1581
|
+
|
|
1582
|
+
|
|
1583
|
+
<div hidden="hidden" data-view-component="true" class="js-stale-session-flash flash flash-warn mb-3">
|
|
1584
|
+
|
|
1585
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
|
|
1586
|
+
<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>
|
|
1587
|
+
</svg>
|
|
1588
|
+
<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>
|
|
1589
|
+
<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>
|
|
1590
|
+
<span class="js-stale-session-flash-switched" hidden>You switched accounts on another tab or window. <a href="">Reload</a> to refresh your session.</span>
|
|
1591
|
+
|
|
1592
|
+
<button class="flash-close js-flash-close" type="button" aria-label="Close">
|
|
1593
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
|
|
1594
|
+
<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>
|
|
1595
|
+
</svg>
|
|
1596
|
+
</button>
|
|
1597
|
+
|
|
1598
|
+
|
|
1599
|
+
</div>
|
|
1600
|
+
|
|
1601
|
+
</div>
|
|
1602
|
+
|
|
1603
|
+
<div id="start-of-content" class="show-on-focus"></div>
|
|
1604
|
+
|
|
1605
|
+
|
|
1606
|
+
|
|
1607
|
+
|
|
1608
|
+
|
|
1609
|
+
|
|
1610
|
+
|
|
1611
|
+
|
|
1612
|
+
<div id="js-flash-container" data-turbo-replace>
|
|
1613
|
+
|
|
1614
|
+
|
|
1615
|
+
|
|
1616
|
+
|
|
1617
|
+
|
|
1618
|
+
<template class="js-flash-template">
|
|
1619
|
+
|
|
1620
|
+
<div class="flash flash-full {{ className }}">
|
|
1621
|
+
<div class="px-2" >
|
|
1622
|
+
<button autofocus class="flash-close js-flash-close" type="button" aria-label="Dismiss this message">
|
|
1623
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
|
|
1624
|
+
<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>
|
|
1625
|
+
</svg>
|
|
1626
|
+
</button>
|
|
1627
|
+
<div aria-atomic="true" role="alert" class="js-flash-alert">
|
|
1628
|
+
|
|
1629
|
+
<div>{{ message }}</div>
|
|
1630
|
+
|
|
1631
|
+
</div>
|
|
1632
|
+
</div>
|
|
1633
|
+
</div>
|
|
1634
|
+
</template>
|
|
1635
|
+
</div>
|
|
1636
|
+
|
|
1637
|
+
|
|
1638
|
+
|
|
1639
|
+
<notification-shelf-watcher data-base-url="https://github.com/notifications/beta/shelf" data-channel="eyJjIjoibm90aWZpY2F0aW9uLWNoYW5nZWQ6MTMwMTMwMDY2IiwidCI6MTY4ODExNjU0MH0=--59af6e17741e98525a032c144c83de17cc17410275ba6738aa8d4c648b3f03fc" data-view-component="true" class="js-socket-channel"></notification-shelf-watcher>
|
|
1640
|
+
<div hidden data-initial data-target="notification-shelf-watcher.placeholder"></div>
|
|
1641
|
+
|
|
1642
|
+
|
|
1643
|
+
|
|
1644
|
+
|
|
1645
|
+
|
|
1646
|
+
|
|
1647
|
+
<details
|
|
1648
|
+
class="details-reset details-overlay details-overlay-dark js-command-palette-dialog"
|
|
1649
|
+
id="command-palette-pjax-container"
|
|
1650
|
+
data-turbo-replace
|
|
1651
|
+
>
|
|
1652
|
+
<summary aria-label="command palette trigger" tabindex="-1"></summary>
|
|
1653
|
+
<details-dialog class="command-palette-details-dialog d-flex flex-column flex-justify-center height-fit" aria-label="command palette">
|
|
1654
|
+
<command-palette
|
|
1655
|
+
class="command-palette color-bg-default rounded-3 border color-shadow-small"
|
|
1656
|
+
return-to=/opencontainers/web/blob/master/themes/material-design/static/font/roboto/Roboto-Medium.woff2
|
|
1657
|
+
user-id="130130066"
|
|
1658
|
+
activation-hotkey="Mod+k,Mod+Alt+k"
|
|
1659
|
+
command-mode-hotkey="Mod+Shift+k"
|
|
1660
|
+
data-action="
|
|
1661
|
+
command-palette-input-ready:command-palette#inputReady
|
|
1662
|
+
command-palette-page-stack-updated:command-palette#updateInputScope
|
|
1663
|
+
itemsUpdated:command-palette#itemsUpdated
|
|
1664
|
+
keydown:command-palette#onKeydown
|
|
1665
|
+
loadingStateChanged:command-palette#loadingStateChanged
|
|
1666
|
+
selectedItemChanged:command-palette#selectedItemChanged
|
|
1667
|
+
pageFetchError:command-palette#pageFetchError
|
|
1668
|
+
">
|
|
1669
|
+
|
|
1670
|
+
<command-palette-mode
|
|
1671
|
+
data-char="#"
|
|
1672
|
+
data-scope-types="[""]"
|
|
1673
|
+
data-placeholder="Search issues and pull requests"
|
|
1674
|
+
></command-palette-mode>
|
|
1675
|
+
<command-palette-mode
|
|
1676
|
+
data-char="#"
|
|
1677
|
+
data-scope-types="["owner","repository"]"
|
|
1678
|
+
data-placeholder="Search issues, pull requests, discussions, and projects"
|
|
1679
|
+
></command-palette-mode>
|
|
1680
|
+
<command-palette-mode
|
|
1681
|
+
data-char="!"
|
|
1682
|
+
data-scope-types="["owner","repository"]"
|
|
1683
|
+
data-placeholder="Search projects"
|
|
1684
|
+
></command-palette-mode>
|
|
1685
|
+
<command-palette-mode
|
|
1686
|
+
data-char="@"
|
|
1687
|
+
data-scope-types="[""]"
|
|
1688
|
+
data-placeholder="Search or jump to a user, organization, or repository"
|
|
1689
|
+
></command-palette-mode>
|
|
1690
|
+
<command-palette-mode
|
|
1691
|
+
data-char="@"
|
|
1692
|
+
data-scope-types="["owner"]"
|
|
1693
|
+
data-placeholder="Search or jump to a repository"
|
|
1694
|
+
></command-palette-mode>
|
|
1695
|
+
<command-palette-mode
|
|
1696
|
+
data-char="/"
|
|
1697
|
+
data-scope-types="["repository"]"
|
|
1698
|
+
data-placeholder="Search files"
|
|
1699
|
+
></command-palette-mode>
|
|
1700
|
+
<command-palette-mode
|
|
1701
|
+
data-char="?"
|
|
1702
|
+
></command-palette-mode>
|
|
1703
|
+
<command-palette-mode
|
|
1704
|
+
data-char=">"
|
|
1705
|
+
data-placeholder="Run a command"
|
|
1706
|
+
></command-palette-mode>
|
|
1707
|
+
<command-palette-mode
|
|
1708
|
+
data-char=""
|
|
1709
|
+
data-scope-types="[""]"
|
|
1710
|
+
data-placeholder="Search or jump to..."
|
|
1711
|
+
></command-palette-mode>
|
|
1712
|
+
<command-palette-mode
|
|
1713
|
+
data-char=""
|
|
1714
|
+
data-scope-types="["owner"]"
|
|
1715
|
+
data-placeholder="Search or jump to..."
|
|
1716
|
+
></command-palette-mode>
|
|
1717
|
+
<command-palette-mode
|
|
1718
|
+
class="js-command-palette-default-mode"
|
|
1719
|
+
data-char=""
|
|
1720
|
+
data-placeholder="Search or jump to..."
|
|
1721
|
+
></command-palette-mode>
|
|
1722
|
+
|
|
1723
|
+
<command-palette-input placeholder="Search or jump to..."
|
|
1724
|
+
|
|
1725
|
+
data-action="
|
|
1726
|
+
command-palette-input:command-palette#onInput
|
|
1727
|
+
command-palette-select:command-palette#onSelect
|
|
1728
|
+
command-palette-descope:command-palette#onDescope
|
|
1729
|
+
command-palette-cleared:command-palette#onInputClear
|
|
1730
|
+
"
|
|
1731
|
+
>
|
|
1732
|
+
<div class="js-search-icon d-flex flex-items-center mr-2" style="height: 26px">
|
|
1733
|
+
<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">
|
|
1734
|
+
<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>
|
|
1735
|
+
</svg>
|
|
1736
|
+
</div>
|
|
1737
|
+
<div class="js-spinner d-flex flex-items-center mr-2 color-fg-muted" hidden>
|
|
1738
|
+
<svg aria-label="Loading" class="anim-rotate" viewBox="0 0 16 16" fill="none" width="16" height="16">
|
|
1739
|
+
<circle
|
|
1740
|
+
cx="8"
|
|
1741
|
+
cy="8"
|
|
1742
|
+
r="7"
|
|
1743
|
+
stroke="currentColor"
|
|
1744
|
+
stroke-opacity="0.25"
|
|
1745
|
+
stroke-width="2"
|
|
1746
|
+
vector-effect="non-scaling-stroke"
|
|
1747
|
+
></circle>
|
|
1748
|
+
<path
|
|
1749
|
+
d="M15 8a7.002 7.002 0 00-7-7"
|
|
1750
|
+
stroke="currentColor"
|
|
1751
|
+
stroke-width="2"
|
|
1752
|
+
stroke-linecap="round"
|
|
1753
|
+
vector-effect="non-scaling-stroke"
|
|
1754
|
+
></path>
|
|
1755
|
+
</svg>
|
|
1756
|
+
</div>
|
|
1757
|
+
<command-palette-scope >
|
|
1758
|
+
<div data-target="command-palette-scope.placeholder" hidden class="color-fg-subtle">/ <span class="text-semibold color-fg-default">...</span> / </div>
|
|
1759
|
+
<command-palette-token
|
|
1760
|
+
data-text="opencontainers"
|
|
1761
|
+
data-id="MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1"
|
|
1762
|
+
data-type="owner"
|
|
1763
|
+
data-value="opencontainers"
|
|
1764
|
+
data-targets="command-palette-scope.tokens"
|
|
1765
|
+
class="color-fg-default text-semibold"
|
|
1766
|
+
style="white-space:nowrap;line-height:20px;"
|
|
1767
|
+
>opencontainers<span class="color-fg-subtle text-normal"> / </span></command-palette-token>
|
|
1768
|
+
<command-palette-token
|
|
1769
|
+
data-text="web"
|
|
1770
|
+
data-id="MDEwOlJlcG9zaXRvcnkzNzE2OTIwOQ=="
|
|
1771
|
+
data-type="repository"
|
|
1772
|
+
data-value="web"
|
|
1773
|
+
data-targets="command-palette-scope.tokens"
|
|
1774
|
+
class="color-fg-default text-semibold"
|
|
1775
|
+
style="white-space:nowrap;line-height:20px;"
|
|
1776
|
+
>web<span class="color-fg-subtle text-normal"> / </span></command-palette-token>
|
|
1777
|
+
</command-palette-scope>
|
|
1778
|
+
<div class="command-palette-input-group flex-1 form-control border-0 box-shadow-none" style="z-index: 0">
|
|
1779
|
+
<div class="command-palette-typeahead position-absolute d-flex flex-items-center Truncate">
|
|
1780
|
+
<span class="typeahead-segment input-mirror" data-target="command-palette-input.mirror"></span>
|
|
1781
|
+
<span class="Truncate-text" data-target="command-palette-input.typeaheadText"></span>
|
|
1782
|
+
<span class="typeahead-segment" data-target="command-palette-input.typeaheadPlaceholder"></span>
|
|
1783
|
+
</div>
|
|
1784
|
+
<input
|
|
1785
|
+
class="js-overlay-input typeahead-input d-none"
|
|
1786
|
+
disabled
|
|
1787
|
+
tabindex="-1"
|
|
1788
|
+
aria-label="Hidden input for typeahead"
|
|
1789
|
+
>
|
|
1790
|
+
<input
|
|
1791
|
+
type="text"
|
|
1792
|
+
autocomplete="off"
|
|
1793
|
+
autocorrect="off"
|
|
1794
|
+
autocapitalize="off"
|
|
1795
|
+
spellcheck="false"
|
|
1796
|
+
class="js-input typeahead-input form-control border-0 box-shadow-none input-block width-full no-focus-indicator"
|
|
1797
|
+
aria-label="Command palette input"
|
|
1798
|
+
aria-haspopup="listbox"
|
|
1799
|
+
aria-expanded="false"
|
|
1800
|
+
aria-autocomplete="list"
|
|
1801
|
+
aria-controls="command-palette-page-stack"
|
|
1802
|
+
role="combobox"
|
|
1803
|
+
data-action="
|
|
1804
|
+
input:command-palette-input#onInput
|
|
1805
|
+
keydown:command-palette-input#onKeydown
|
|
1806
|
+
"
|
|
1807
|
+
>
|
|
1808
|
+
</div>
|
|
1809
|
+
<div data-view-component="true" class="position-relative d-inline-block">
|
|
1810
|
+
<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">
|
|
1811
|
+
<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>
|
|
1812
|
+
</svg>
|
|
1813
|
+
</button> <tool-tip id="tooltip-93f02fee-5143-47ff-adf9-653ce9f04def" 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>
|
|
1814
|
+
</div>
|
|
1815
|
+
</command-palette-input>
|
|
1816
|
+
|
|
1817
|
+
<command-palette-page-stack
|
|
1818
|
+
data-default-scope-id="MDEwOlJlcG9zaXRvcnkzNzE2OTIwOQ=="
|
|
1819
|
+
data-default-scope-type="Repository"
|
|
1820
|
+
data-action="command-palette-page-octicons-cached:command-palette-page-stack#cacheOcticons"
|
|
1821
|
+
>
|
|
1822
|
+
<command-palette-tip
|
|
1823
|
+
class="color-fg-muted f6 px-3 py-1 my-2"
|
|
1824
|
+
data-scope-types="["","owner","repository"]"
|
|
1825
|
+
data-mode=""
|
|
1826
|
+
data-value="">
|
|
1827
|
+
<div class="d-flex flex-items-start flex-justify-between">
|
|
1828
|
+
<div>
|
|
1829
|
+
<span class="text-bold">Tip:</span>
|
|
1830
|
+
Type <kbd class="hx_kbd">#</kbd> to search pull requests
|
|
1831
|
+
</div>
|
|
1832
|
+
<div class="ml-2 flex-shrink-0">
|
|
1833
|
+
Type <kbd class="hx_kbd">?</kbd> for help and tips
|
|
1834
|
+
</div>
|
|
1835
|
+
</div>
|
|
1836
|
+
</command-palette-tip>
|
|
1837
|
+
<command-palette-tip
|
|
1838
|
+
class="color-fg-muted f6 px-3 py-1 my-2"
|
|
1839
|
+
data-scope-types="["","owner","repository"]"
|
|
1840
|
+
data-mode=""
|
|
1841
|
+
data-value="">
|
|
1842
|
+
<div class="d-flex flex-items-start flex-justify-between">
|
|
1843
|
+
<div>
|
|
1844
|
+
<span class="text-bold">Tip:</span>
|
|
1845
|
+
Type <kbd class="hx_kbd">#</kbd> to search issues
|
|
1846
|
+
</div>
|
|
1847
|
+
<div class="ml-2 flex-shrink-0">
|
|
1848
|
+
Type <kbd class="hx_kbd">?</kbd> for help and tips
|
|
1849
|
+
</div>
|
|
1850
|
+
</div>
|
|
1851
|
+
</command-palette-tip>
|
|
1852
|
+
<command-palette-tip
|
|
1853
|
+
class="color-fg-muted f6 px-3 py-1 my-2"
|
|
1854
|
+
data-scope-types="["owner","repository"]"
|
|
1855
|
+
data-mode=""
|
|
1856
|
+
data-value="">
|
|
1857
|
+
<div class="d-flex flex-items-start flex-justify-between">
|
|
1858
|
+
<div>
|
|
1859
|
+
<span class="text-bold">Tip:</span>
|
|
1860
|
+
Type <kbd class="hx_kbd">#</kbd> to search discussions
|
|
1861
|
+
</div>
|
|
1862
|
+
<div class="ml-2 flex-shrink-0">
|
|
1863
|
+
Type <kbd class="hx_kbd">?</kbd> for help and tips
|
|
1864
|
+
</div>
|
|
1865
|
+
</div>
|
|
1866
|
+
</command-palette-tip>
|
|
1867
|
+
<command-palette-tip
|
|
1868
|
+
class="color-fg-muted f6 px-3 py-1 my-2"
|
|
1869
|
+
data-scope-types="["owner","repository"]"
|
|
1870
|
+
data-mode=""
|
|
1871
|
+
data-value="">
|
|
1872
|
+
<div class="d-flex flex-items-start flex-justify-between">
|
|
1873
|
+
<div>
|
|
1874
|
+
<span class="text-bold">Tip:</span>
|
|
1875
|
+
Type <kbd class="hx_kbd">!</kbd> to search projects
|
|
1876
|
+
</div>
|
|
1877
|
+
<div class="ml-2 flex-shrink-0">
|
|
1878
|
+
Type <kbd class="hx_kbd">?</kbd> for help and tips
|
|
1879
|
+
</div>
|
|
1880
|
+
</div>
|
|
1881
|
+
</command-palette-tip>
|
|
1882
|
+
<command-palette-tip
|
|
1883
|
+
class="color-fg-muted f6 px-3 py-1 my-2"
|
|
1884
|
+
data-scope-types="["owner"]"
|
|
1885
|
+
data-mode=""
|
|
1886
|
+
data-value="">
|
|
1887
|
+
<div class="d-flex flex-items-start flex-justify-between">
|
|
1888
|
+
<div>
|
|
1889
|
+
<span class="text-bold">Tip:</span>
|
|
1890
|
+
Type <kbd class="hx_kbd">@</kbd> to search teams
|
|
1891
|
+
</div>
|
|
1892
|
+
<div class="ml-2 flex-shrink-0">
|
|
1893
|
+
Type <kbd class="hx_kbd">?</kbd> for help and tips
|
|
1894
|
+
</div>
|
|
1895
|
+
</div>
|
|
1896
|
+
</command-palette-tip>
|
|
1897
|
+
<command-palette-tip
|
|
1898
|
+
class="color-fg-muted f6 px-3 py-1 my-2"
|
|
1899
|
+
data-scope-types="[""]"
|
|
1900
|
+
data-mode=""
|
|
1901
|
+
data-value="">
|
|
1902
|
+
<div class="d-flex flex-items-start flex-justify-between">
|
|
1903
|
+
<div>
|
|
1904
|
+
<span class="text-bold">Tip:</span>
|
|
1905
|
+
Type <kbd class="hx_kbd">@</kbd> to search people and organizations
|
|
1906
|
+
</div>
|
|
1907
|
+
<div class="ml-2 flex-shrink-0">
|
|
1908
|
+
Type <kbd class="hx_kbd">?</kbd> for help and tips
|
|
1909
|
+
</div>
|
|
1910
|
+
</div>
|
|
1911
|
+
</command-palette-tip>
|
|
1912
|
+
<command-palette-tip
|
|
1913
|
+
class="color-fg-muted f6 px-3 py-1 my-2"
|
|
1914
|
+
data-scope-types="["","owner","repository"]"
|
|
1915
|
+
data-mode=""
|
|
1916
|
+
data-value="">
|
|
1917
|
+
<div class="d-flex flex-items-start flex-justify-between">
|
|
1918
|
+
<div>
|
|
1919
|
+
<span class="text-bold">Tip:</span>
|
|
1920
|
+
Type <kbd class="hx_kbd">></kbd> to activate command mode
|
|
1921
|
+
</div>
|
|
1922
|
+
<div class="ml-2 flex-shrink-0">
|
|
1923
|
+
Type <kbd class="hx_kbd">?</kbd> for help and tips
|
|
1924
|
+
</div>
|
|
1925
|
+
</div>
|
|
1926
|
+
</command-palette-tip>
|
|
1927
|
+
<command-palette-tip
|
|
1928
|
+
class="color-fg-muted f6 px-3 py-1 my-2"
|
|
1929
|
+
data-scope-types="["","owner","repository"]"
|
|
1930
|
+
data-mode=""
|
|
1931
|
+
data-value="">
|
|
1932
|
+
<div class="d-flex flex-items-start flex-justify-between">
|
|
1933
|
+
<div>
|
|
1934
|
+
<span class="text-bold">Tip:</span>
|
|
1935
|
+
Go to your accessibility settings to change your keyboard shortcuts
|
|
1936
|
+
</div>
|
|
1937
|
+
<div class="ml-2 flex-shrink-0">
|
|
1938
|
+
Type <kbd class="hx_kbd">?</kbd> for help and tips
|
|
1939
|
+
</div>
|
|
1940
|
+
</div>
|
|
1941
|
+
</command-palette-tip>
|
|
1942
|
+
<command-palette-tip
|
|
1943
|
+
class="color-fg-muted f6 px-3 py-1 my-2"
|
|
1944
|
+
data-scope-types="["","owner","repository"]"
|
|
1945
|
+
data-mode="#"
|
|
1946
|
+
data-value="">
|
|
1947
|
+
<div class="d-flex flex-items-start flex-justify-between">
|
|
1948
|
+
<div>
|
|
1949
|
+
<span class="text-bold">Tip:</span>
|
|
1950
|
+
Type author:@me to search your content
|
|
1951
|
+
</div>
|
|
1952
|
+
<div class="ml-2 flex-shrink-0">
|
|
1953
|
+
Type <kbd class="hx_kbd">?</kbd> for help and tips
|
|
1954
|
+
</div>
|
|
1955
|
+
</div>
|
|
1956
|
+
</command-palette-tip>
|
|
1957
|
+
<command-palette-tip
|
|
1958
|
+
class="color-fg-muted f6 px-3 py-1 my-2"
|
|
1959
|
+
data-scope-types="["","owner","repository"]"
|
|
1960
|
+
data-mode="#"
|
|
1961
|
+
data-value="">
|
|
1962
|
+
<div class="d-flex flex-items-start flex-justify-between">
|
|
1963
|
+
<div>
|
|
1964
|
+
<span class="text-bold">Tip:</span>
|
|
1965
|
+
Type is:pr to filter to pull requests
|
|
1966
|
+
</div>
|
|
1967
|
+
<div class="ml-2 flex-shrink-0">
|
|
1968
|
+
Type <kbd class="hx_kbd">?</kbd> for help and tips
|
|
1969
|
+
</div>
|
|
1970
|
+
</div>
|
|
1971
|
+
</command-palette-tip>
|
|
1972
|
+
<command-palette-tip
|
|
1973
|
+
class="color-fg-muted f6 px-3 py-1 my-2"
|
|
1974
|
+
data-scope-types="["","owner","repository"]"
|
|
1975
|
+
data-mode="#"
|
|
1976
|
+
data-value="">
|
|
1977
|
+
<div class="d-flex flex-items-start flex-justify-between">
|
|
1978
|
+
<div>
|
|
1979
|
+
<span class="text-bold">Tip:</span>
|
|
1980
|
+
Type is:issue to filter to issues
|
|
1981
|
+
</div>
|
|
1982
|
+
<div class="ml-2 flex-shrink-0">
|
|
1983
|
+
Type <kbd class="hx_kbd">?</kbd> for help and tips
|
|
1984
|
+
</div>
|
|
1985
|
+
</div>
|
|
1986
|
+
</command-palette-tip>
|
|
1987
|
+
<command-palette-tip
|
|
1988
|
+
class="color-fg-muted f6 px-3 py-1 my-2"
|
|
1989
|
+
data-scope-types="["owner","repository"]"
|
|
1990
|
+
data-mode="#"
|
|
1991
|
+
data-value="">
|
|
1992
|
+
<div class="d-flex flex-items-start flex-justify-between">
|
|
1993
|
+
<div>
|
|
1994
|
+
<span class="text-bold">Tip:</span>
|
|
1995
|
+
Type is:project to filter to projects
|
|
1996
|
+
</div>
|
|
1997
|
+
<div class="ml-2 flex-shrink-0">
|
|
1998
|
+
Type <kbd class="hx_kbd">?</kbd> for help and tips
|
|
1999
|
+
</div>
|
|
2000
|
+
</div>
|
|
2001
|
+
</command-palette-tip>
|
|
2002
|
+
<command-palette-tip
|
|
2003
|
+
class="color-fg-muted f6 px-3 py-1 my-2"
|
|
2004
|
+
data-scope-types="["","owner","repository"]"
|
|
2005
|
+
data-mode="#"
|
|
2006
|
+
data-value="">
|
|
2007
|
+
<div class="d-flex flex-items-start flex-justify-between">
|
|
2008
|
+
<div>
|
|
2009
|
+
<span class="text-bold">Tip:</span>
|
|
2010
|
+
Type is:open to filter to open content
|
|
2011
|
+
</div>
|
|
2012
|
+
<div class="ml-2 flex-shrink-0">
|
|
2013
|
+
Type <kbd class="hx_kbd">?</kbd> for help and tips
|
|
2014
|
+
</div>
|
|
2015
|
+
</div>
|
|
2016
|
+
</command-palette-tip>
|
|
2017
|
+
<command-palette-tip class="mx-3 my-2 flash flash-error d-flex flex-items-center" data-scope-types="*" data-on-error>
|
|
2018
|
+
<div>
|
|
2019
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
|
|
2020
|
+
<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>
|
|
2021
|
+
</svg>
|
|
2022
|
+
</div>
|
|
2023
|
+
<div class="px-2">
|
|
2024
|
+
We’ve encountered an error and some results aren't available at this time. Type a new search or try again later.
|
|
2025
|
+
</div>
|
|
2026
|
+
</command-palette-tip>
|
|
2027
|
+
<command-palette-tip class="h4 color-fg-default pl-3 pb-2 pt-3" data-on-empty data-scope-types="*" data-match-mode="[^?]|^$">
|
|
2028
|
+
No results matched your search
|
|
2029
|
+
</command-palette-tip>
|
|
2030
|
+
|
|
2031
|
+
<div hidden>
|
|
2032
|
+
|
|
2033
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="arrow-right-color-fg-muted">
|
|
2034
|
+
<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>
|
|
2035
|
+
</div>
|
|
2036
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="arrow-right-color-fg-default">
|
|
2037
|
+
<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>
|
|
2038
|
+
</div>
|
|
2039
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="codespaces-color-fg-muted">
|
|
2040
|
+
<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>
|
|
2041
|
+
</div>
|
|
2042
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="copy-color-fg-muted">
|
|
2043
|
+
<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>
|
|
2044
|
+
</div>
|
|
2045
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="dash-color-fg-muted">
|
|
2046
|
+
<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>
|
|
2047
|
+
</div>
|
|
2048
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="file-color-fg-muted">
|
|
2049
|
+
<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>
|
|
2050
|
+
</div>
|
|
2051
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="gear-color-fg-muted">
|
|
2052
|
+
<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>
|
|
2053
|
+
</div>
|
|
2054
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="lock-color-fg-muted">
|
|
2055
|
+
<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>
|
|
2056
|
+
</div>
|
|
2057
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="moon-color-fg-muted">
|
|
2058
|
+
<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>
|
|
2059
|
+
</div>
|
|
2060
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="person-color-fg-muted">
|
|
2061
|
+
<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>
|
|
2062
|
+
</div>
|
|
2063
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="pencil-color-fg-muted">
|
|
2064
|
+
<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>
|
|
2065
|
+
</div>
|
|
2066
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="issue-opened-open">
|
|
2067
|
+
<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>
|
|
2068
|
+
</div>
|
|
2069
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="git-pull-request-draft-color-fg-muted">
|
|
2070
|
+
<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>
|
|
2071
|
+
</div>
|
|
2072
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="search-color-fg-muted">
|
|
2073
|
+
<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>
|
|
2074
|
+
</div>
|
|
2075
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="sun-color-fg-muted">
|
|
2076
|
+
<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>
|
|
2077
|
+
</div>
|
|
2078
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="sync-color-fg-muted">
|
|
2079
|
+
<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>
|
|
2080
|
+
</div>
|
|
2081
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="trash-color-fg-muted">
|
|
2082
|
+
<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>
|
|
2083
|
+
</div>
|
|
2084
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="key-color-fg-muted">
|
|
2085
|
+
<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>
|
|
2086
|
+
</div>
|
|
2087
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="comment-discussion-color-fg-muted">
|
|
2088
|
+
<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>
|
|
2089
|
+
</div>
|
|
2090
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="bell-color-fg-muted">
|
|
2091
|
+
<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>
|
|
2092
|
+
</div>
|
|
2093
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="bell-slash-color-fg-muted">
|
|
2094
|
+
<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>
|
|
2095
|
+
</div>
|
|
2096
|
+
<div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="paintbrush-color-fg-muted">
|
|
2097
|
+
<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>
|
|
2098
|
+
</div>
|
|
2099
|
+
|
|
2100
|
+
<command-palette-item-group
|
|
2101
|
+
data-group-id="top"
|
|
2102
|
+
data-group-title="Top result"
|
|
2103
|
+
data-group-hint=""
|
|
2104
|
+
data-group-limits="{}"
|
|
2105
|
+
data-default-priority="0"
|
|
2106
|
+
>
|
|
2107
|
+
</command-palette-item-group>
|
|
2108
|
+
<command-palette-item-group
|
|
2109
|
+
data-group-id="commands"
|
|
2110
|
+
data-group-title="Commands"
|
|
2111
|
+
data-group-hint="Type > to filter"
|
|
2112
|
+
data-group-limits="{"static_items_page":50,"issue":50,"pull_request":50,"discussion":50}"
|
|
2113
|
+
data-default-priority="1"
|
|
2114
|
+
>
|
|
2115
|
+
</command-palette-item-group>
|
|
2116
|
+
<command-palette-item-group
|
|
2117
|
+
data-group-id="global_commands"
|
|
2118
|
+
data-group-title="Global Commands"
|
|
2119
|
+
data-group-hint="Type > to filter"
|
|
2120
|
+
data-group-limits="{"issue":0,"pull_request":0,"discussion":0}"
|
|
2121
|
+
data-default-priority="2"
|
|
2122
|
+
>
|
|
2123
|
+
</command-palette-item-group>
|
|
2124
|
+
<command-palette-item-group
|
|
2125
|
+
data-group-id="this_page"
|
|
2126
|
+
data-group-title="This Page"
|
|
2127
|
+
data-group-hint=""
|
|
2128
|
+
data-group-limits="{}"
|
|
2129
|
+
data-default-priority="3"
|
|
2130
|
+
>
|
|
2131
|
+
</command-palette-item-group>
|
|
2132
|
+
<command-palette-item-group
|
|
2133
|
+
data-group-id="files"
|
|
2134
|
+
data-group-title="Files"
|
|
2135
|
+
data-group-hint=""
|
|
2136
|
+
data-group-limits="{}"
|
|
2137
|
+
data-default-priority="4"
|
|
2138
|
+
>
|
|
2139
|
+
</command-palette-item-group>
|
|
2140
|
+
<command-palette-item-group
|
|
2141
|
+
data-group-id="default"
|
|
2142
|
+
data-group-title="Default"
|
|
2143
|
+
data-group-hint=""
|
|
2144
|
+
data-group-limits="{"static_items_page":50}"
|
|
2145
|
+
data-default-priority="5"
|
|
2146
|
+
>
|
|
2147
|
+
</command-palette-item-group>
|
|
2148
|
+
<command-palette-item-group
|
|
2149
|
+
data-group-id="pages"
|
|
2150
|
+
data-group-title="Pages"
|
|
2151
|
+
data-group-hint=""
|
|
2152
|
+
data-group-limits="{"repository":10}"
|
|
2153
|
+
data-default-priority="6"
|
|
2154
|
+
>
|
|
2155
|
+
</command-palette-item-group>
|
|
2156
|
+
<command-palette-item-group
|
|
2157
|
+
data-group-id="access_policies"
|
|
2158
|
+
data-group-title="Access Policies"
|
|
2159
|
+
data-group-hint=""
|
|
2160
|
+
data-group-limits="{}"
|
|
2161
|
+
data-default-priority="7"
|
|
2162
|
+
>
|
|
2163
|
+
</command-palette-item-group>
|
|
2164
|
+
<command-palette-item-group
|
|
2165
|
+
data-group-id="organizations"
|
|
2166
|
+
data-group-title="Organizations"
|
|
2167
|
+
data-group-hint=""
|
|
2168
|
+
data-group-limits="{}"
|
|
2169
|
+
data-default-priority="8"
|
|
2170
|
+
>
|
|
2171
|
+
</command-palette-item-group>
|
|
2172
|
+
<command-palette-item-group
|
|
2173
|
+
data-group-id="repositories"
|
|
2174
|
+
data-group-title="Repositories"
|
|
2175
|
+
data-group-hint=""
|
|
2176
|
+
data-group-limits="{}"
|
|
2177
|
+
data-default-priority="9"
|
|
2178
|
+
>
|
|
2179
|
+
</command-palette-item-group>
|
|
2180
|
+
<command-palette-item-group
|
|
2181
|
+
data-group-id="references"
|
|
2182
|
+
data-group-title="Issues, pull requests, and discussions"
|
|
2183
|
+
data-group-hint="Type # to filter"
|
|
2184
|
+
data-group-limits="{}"
|
|
2185
|
+
data-default-priority="10"
|
|
2186
|
+
>
|
|
2187
|
+
</command-palette-item-group>
|
|
2188
|
+
<command-palette-item-group
|
|
2189
|
+
data-group-id="teams"
|
|
2190
|
+
data-group-title="Teams"
|
|
2191
|
+
data-group-hint=""
|
|
2192
|
+
data-group-limits="{}"
|
|
2193
|
+
data-default-priority="11"
|
|
2194
|
+
>
|
|
2195
|
+
</command-palette-item-group>
|
|
2196
|
+
<command-palette-item-group
|
|
2197
|
+
data-group-id="users"
|
|
2198
|
+
data-group-title="Users"
|
|
2199
|
+
data-group-hint=""
|
|
2200
|
+
data-group-limits="{}"
|
|
2201
|
+
data-default-priority="12"
|
|
2202
|
+
>
|
|
2203
|
+
</command-palette-item-group>
|
|
2204
|
+
<command-palette-item-group
|
|
2205
|
+
data-group-id="memex_projects"
|
|
2206
|
+
data-group-title="Projects"
|
|
2207
|
+
data-group-hint=""
|
|
2208
|
+
data-group-limits="{}"
|
|
2209
|
+
data-default-priority="13"
|
|
2210
|
+
>
|
|
2211
|
+
</command-palette-item-group>
|
|
2212
|
+
<command-palette-item-group
|
|
2213
|
+
data-group-id="projects"
|
|
2214
|
+
data-group-title="Projects (classic)"
|
|
2215
|
+
data-group-hint=""
|
|
2216
|
+
data-group-limits="{}"
|
|
2217
|
+
data-default-priority="14"
|
|
2218
|
+
>
|
|
2219
|
+
</command-palette-item-group>
|
|
2220
|
+
<command-palette-item-group
|
|
2221
|
+
data-group-id="footer"
|
|
2222
|
+
data-group-title="Footer"
|
|
2223
|
+
data-group-hint=""
|
|
2224
|
+
data-group-limits="{}"
|
|
2225
|
+
data-default-priority="15"
|
|
2226
|
+
>
|
|
2227
|
+
</command-palette-item-group>
|
|
2228
|
+
<command-palette-item-group
|
|
2229
|
+
data-group-id="modes_help"
|
|
2230
|
+
data-group-title="Modes"
|
|
2231
|
+
data-group-hint=""
|
|
2232
|
+
data-group-limits="{}"
|
|
2233
|
+
data-default-priority="16"
|
|
2234
|
+
>
|
|
2235
|
+
</command-palette-item-group>
|
|
2236
|
+
<command-palette-item-group
|
|
2237
|
+
data-group-id="filters_help"
|
|
2238
|
+
data-group-title="Use filters in issues, pull requests, discussions, and projects"
|
|
2239
|
+
data-group-hint=""
|
|
2240
|
+
data-group-limits="{}"
|
|
2241
|
+
data-default-priority="17"
|
|
2242
|
+
>
|
|
2243
|
+
</command-palette-item-group>
|
|
2244
|
+
|
|
2245
|
+
<command-palette-page
|
|
2246
|
+
data-page-title="opencontainers"
|
|
2247
|
+
data-scope-id="MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1"
|
|
2248
|
+
data-scope-type="owner"
|
|
2249
|
+
data-targets="command-palette-page-stack.defaultPages"
|
|
2250
|
+
hidden
|
|
2251
|
+
>
|
|
2252
|
+
</command-palette-page>
|
|
2253
|
+
<command-palette-page
|
|
2254
|
+
data-page-title="web"
|
|
2255
|
+
data-scope-id="MDEwOlJlcG9zaXRvcnkzNzE2OTIwOQ=="
|
|
2256
|
+
data-scope-type="repository"
|
|
2257
|
+
data-targets="command-palette-page-stack.defaultPages"
|
|
2258
|
+
hidden
|
|
2259
|
+
>
|
|
2260
|
+
</command-palette-page>
|
|
2261
|
+
</div>
|
|
2262
|
+
|
|
2263
|
+
<command-palette-page data-is-root>
|
|
2264
|
+
</command-palette-page>
|
|
2265
|
+
<command-palette-page
|
|
2266
|
+
data-page-title="opencontainers"
|
|
2267
|
+
data-scope-id="MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1"
|
|
2268
|
+
data-scope-type="owner"
|
|
2269
|
+
>
|
|
2270
|
+
</command-palette-page>
|
|
2271
|
+
<command-palette-page
|
|
2272
|
+
data-page-title="web"
|
|
2273
|
+
data-scope-id="MDEwOlJlcG9zaXRvcnkzNzE2OTIwOQ=="
|
|
2274
|
+
data-scope-type="repository"
|
|
2275
|
+
>
|
|
2276
|
+
</command-palette-page>
|
|
2277
|
+
</command-palette-page-stack>
|
|
2278
|
+
|
|
2279
|
+
<server-defined-provider data-type="search-links" data-targets="command-palette.serverDefinedProviderElements"></server-defined-provider>
|
|
2280
|
+
<server-defined-provider data-type="help" data-targets="command-palette.serverDefinedProviderElements">
|
|
2281
|
+
<command-palette-help
|
|
2282
|
+
data-group="modes_help"
|
|
2283
|
+
data-prefix="#"
|
|
2284
|
+
data-scope-types="[""]"
|
|
2285
|
+
>
|
|
2286
|
+
<span data-target="command-palette-help.titleElement">Search for <strong>issues</strong> and <strong>pull requests</strong></span>
|
|
2287
|
+
<span data-target="command-palette-help.hintElement">
|
|
2288
|
+
<kbd class="hx_kbd">#</kbd>
|
|
2289
|
+
</span>
|
|
2290
|
+
</command-palette-help>
|
|
2291
|
+
<command-palette-help
|
|
2292
|
+
data-group="modes_help"
|
|
2293
|
+
data-prefix="#"
|
|
2294
|
+
data-scope-types="["owner","repository"]"
|
|
2295
|
+
>
|
|
2296
|
+
<span data-target="command-palette-help.titleElement">Search for <strong>issues, pull requests, discussions,</strong> and <strong>projects</strong></span>
|
|
2297
|
+
<span data-target="command-palette-help.hintElement">
|
|
2298
|
+
<kbd class="hx_kbd">#</kbd>
|
|
2299
|
+
</span>
|
|
2300
|
+
</command-palette-help>
|
|
2301
|
+
<command-palette-help
|
|
2302
|
+
data-group="modes_help"
|
|
2303
|
+
data-prefix="@"
|
|
2304
|
+
data-scope-types="[""]"
|
|
2305
|
+
>
|
|
2306
|
+
<span data-target="command-palette-help.titleElement">Search for <strong>organizations, repositories,</strong> and <strong>users</strong></span>
|
|
2307
|
+
<span data-target="command-palette-help.hintElement">
|
|
2308
|
+
<kbd class="hx_kbd">@</kbd>
|
|
2309
|
+
</span>
|
|
2310
|
+
</command-palette-help>
|
|
2311
|
+
<command-palette-help
|
|
2312
|
+
data-group="modes_help"
|
|
2313
|
+
data-prefix="!"
|
|
2314
|
+
data-scope-types="["owner","repository"]"
|
|
2315
|
+
>
|
|
2316
|
+
<span data-target="command-palette-help.titleElement">Search for <strong>projects</strong></span>
|
|
2317
|
+
<span data-target="command-palette-help.hintElement">
|
|
2318
|
+
<kbd class="hx_kbd">!</kbd>
|
|
2319
|
+
</span>
|
|
2320
|
+
</command-palette-help>
|
|
2321
|
+
<command-palette-help
|
|
2322
|
+
data-group="modes_help"
|
|
2323
|
+
data-prefix="/"
|
|
2324
|
+
data-scope-types="["repository"]"
|
|
2325
|
+
>
|
|
2326
|
+
<span data-target="command-palette-help.titleElement">Search for <strong>files</strong></span>
|
|
2327
|
+
<span data-target="command-palette-help.hintElement">
|
|
2328
|
+
<kbd class="hx_kbd">/</kbd>
|
|
2329
|
+
</span>
|
|
2330
|
+
</command-palette-help>
|
|
2331
|
+
<command-palette-help
|
|
2332
|
+
data-group="modes_help"
|
|
2333
|
+
data-prefix=">"
|
|
2334
|
+
>
|
|
2335
|
+
<span data-target="command-palette-help.titleElement">Activate <strong>command mode</strong></span>
|
|
2336
|
+
<span data-target="command-palette-help.hintElement">
|
|
2337
|
+
<kbd class="hx_kbd">></kbd>
|
|
2338
|
+
</span>
|
|
2339
|
+
</command-palette-help>
|
|
2340
|
+
<command-palette-help
|
|
2341
|
+
data-group="filters_help"
|
|
2342
|
+
data-prefix="# author:@me"
|
|
2343
|
+
>
|
|
2344
|
+
<span data-target="command-palette-help.titleElement">Search your issues, pull requests, and discussions</span>
|
|
2345
|
+
<span data-target="command-palette-help.hintElement">
|
|
2346
|
+
<kbd class="hx_kbd"># author:@me</kbd>
|
|
2347
|
+
</span>
|
|
2348
|
+
</command-palette-help>
|
|
2349
|
+
<command-palette-help
|
|
2350
|
+
data-group="filters_help"
|
|
2351
|
+
data-prefix="# author:@me"
|
|
2352
|
+
>
|
|
2353
|
+
<span data-target="command-palette-help.titleElement">Search your issues, pull requests, and discussions</span>
|
|
2354
|
+
<span data-target="command-palette-help.hintElement">
|
|
2355
|
+
<kbd class="hx_kbd"># author:@me</kbd>
|
|
2356
|
+
</span>
|
|
2357
|
+
</command-palette-help>
|
|
2358
|
+
<command-palette-help
|
|
2359
|
+
data-group="filters_help"
|
|
2360
|
+
data-prefix="# is:pr"
|
|
2361
|
+
>
|
|
2362
|
+
<span data-target="command-palette-help.titleElement">Filter to pull requests</span>
|
|
2363
|
+
<span data-target="command-palette-help.hintElement">
|
|
2364
|
+
<kbd class="hx_kbd"># is:pr</kbd>
|
|
2365
|
+
</span>
|
|
2366
|
+
</command-palette-help>
|
|
2367
|
+
<command-palette-help
|
|
2368
|
+
data-group="filters_help"
|
|
2369
|
+
data-prefix="# is:issue"
|
|
2370
|
+
>
|
|
2371
|
+
<span data-target="command-palette-help.titleElement">Filter to issues</span>
|
|
2372
|
+
<span data-target="command-palette-help.hintElement">
|
|
2373
|
+
<kbd class="hx_kbd"># is:issue</kbd>
|
|
2374
|
+
</span>
|
|
2375
|
+
</command-palette-help>
|
|
2376
|
+
<command-palette-help
|
|
2377
|
+
data-group="filters_help"
|
|
2378
|
+
data-prefix="# is:discussion"
|
|
2379
|
+
data-scope-types="["owner","repository"]"
|
|
2380
|
+
>
|
|
2381
|
+
<span data-target="command-palette-help.titleElement">Filter to discussions</span>
|
|
2382
|
+
<span data-target="command-palette-help.hintElement">
|
|
2383
|
+
<kbd class="hx_kbd"># is:discussion</kbd>
|
|
2384
|
+
</span>
|
|
2385
|
+
</command-palette-help>
|
|
2386
|
+
<command-palette-help
|
|
2387
|
+
data-group="filters_help"
|
|
2388
|
+
data-prefix="# is:project"
|
|
2389
|
+
data-scope-types="["owner","repository"]"
|
|
2390
|
+
>
|
|
2391
|
+
<span data-target="command-palette-help.titleElement">Filter to projects</span>
|
|
2392
|
+
<span data-target="command-palette-help.hintElement">
|
|
2393
|
+
<kbd class="hx_kbd"># is:project</kbd>
|
|
2394
|
+
</span>
|
|
2395
|
+
</command-palette-help>
|
|
2396
|
+
<command-palette-help
|
|
2397
|
+
data-group="filters_help"
|
|
2398
|
+
data-prefix="# is:open"
|
|
2399
|
+
>
|
|
2400
|
+
<span data-target="command-palette-help.titleElement">Filter to open issues, pull requests, and discussions</span>
|
|
2401
|
+
<span data-target="command-palette-help.hintElement">
|
|
2402
|
+
<kbd class="hx_kbd"># is:open</kbd>
|
|
2403
|
+
</span>
|
|
2404
|
+
</command-palette-help>
|
|
2405
|
+
</server-defined-provider>
|
|
2406
|
+
|
|
2407
|
+
<server-defined-provider
|
|
2408
|
+
data-type="commands"
|
|
2409
|
+
data-fetch-debounce="0"
|
|
2410
|
+
data-src="/command_palette/commands"
|
|
2411
|
+
data-supported-modes="[]"
|
|
2412
|
+
data-supports-commands
|
|
2413
|
+
|
|
2414
|
+
data-targets="command-palette.serverDefinedProviderElements"
|
|
2415
|
+
></server-defined-provider>
|
|
2416
|
+
<server-defined-provider
|
|
2417
|
+
data-type="prefetched"
|
|
2418
|
+
data-fetch-debounce="0"
|
|
2419
|
+
data-src="/command_palette/jump_to_page_navigation"
|
|
2420
|
+
data-supported-modes="[""]"
|
|
2421
|
+
data-supported-scope-types="["","owner","repository"]"
|
|
2422
|
+
|
|
2423
|
+
data-targets="command-palette.serverDefinedProviderElements"
|
|
2424
|
+
></server-defined-provider>
|
|
2425
|
+
<server-defined-provider
|
|
2426
|
+
data-type="remote"
|
|
2427
|
+
data-fetch-debounce="200"
|
|
2428
|
+
data-src="/command_palette/issues"
|
|
2429
|
+
data-supported-modes="["#","#"]"
|
|
2430
|
+
data-supported-scope-types="["owner","repository",""]"
|
|
2431
|
+
|
|
2432
|
+
data-targets="command-palette.serverDefinedProviderElements"
|
|
2433
|
+
></server-defined-provider>
|
|
2434
|
+
<server-defined-provider
|
|
2435
|
+
data-type="remote"
|
|
2436
|
+
data-fetch-debounce="200"
|
|
2437
|
+
data-src="/command_palette/jump_to"
|
|
2438
|
+
data-supported-modes="["@","@"]"
|
|
2439
|
+
data-supported-scope-types="["","owner"]"
|
|
2440
|
+
|
|
2441
|
+
data-targets="command-palette.serverDefinedProviderElements"
|
|
2442
|
+
></server-defined-provider>
|
|
2443
|
+
<server-defined-provider
|
|
2444
|
+
data-type="remote"
|
|
2445
|
+
data-fetch-debounce="200"
|
|
2446
|
+
data-src="/command_palette/jump_to_members_only"
|
|
2447
|
+
data-supported-modes="["@","@","",""]"
|
|
2448
|
+
data-supported-scope-types="["","owner"]"
|
|
2449
|
+
|
|
2450
|
+
data-targets="command-palette.serverDefinedProviderElements"
|
|
2451
|
+
></server-defined-provider>
|
|
2452
|
+
<server-defined-provider
|
|
2453
|
+
data-type="prefetched"
|
|
2454
|
+
data-fetch-debounce="0"
|
|
2455
|
+
data-src="/command_palette/jump_to_members_only_prefetched"
|
|
2456
|
+
data-supported-modes="["@","@","",""]"
|
|
2457
|
+
data-supported-scope-types="["","owner"]"
|
|
2458
|
+
|
|
2459
|
+
data-targets="command-palette.serverDefinedProviderElements"
|
|
2460
|
+
></server-defined-provider>
|
|
2461
|
+
<server-defined-provider
|
|
2462
|
+
data-type="files"
|
|
2463
|
+
data-fetch-debounce="0"
|
|
2464
|
+
data-src="/command_palette/files"
|
|
2465
|
+
data-supported-modes="["/"]"
|
|
2466
|
+
data-supported-scope-types="["repository"]"
|
|
2467
|
+
|
|
2468
|
+
data-targets="command-palette.serverDefinedProviderElements"
|
|
2469
|
+
></server-defined-provider>
|
|
2470
|
+
<server-defined-provider
|
|
2471
|
+
data-type="remote"
|
|
2472
|
+
data-fetch-debounce="200"
|
|
2473
|
+
data-src="/command_palette/discussions"
|
|
2474
|
+
data-supported-modes="["#"]"
|
|
2475
|
+
data-supported-scope-types="["owner","repository"]"
|
|
2476
|
+
|
|
2477
|
+
data-targets="command-palette.serverDefinedProviderElements"
|
|
2478
|
+
></server-defined-provider>
|
|
2479
|
+
<server-defined-provider
|
|
2480
|
+
data-type="remote"
|
|
2481
|
+
data-fetch-debounce="200"
|
|
2482
|
+
data-src="/command_palette/projects"
|
|
2483
|
+
data-supported-modes="["#","!"]"
|
|
2484
|
+
data-supported-scope-types="["owner","repository"]"
|
|
2485
|
+
|
|
2486
|
+
data-targets="command-palette.serverDefinedProviderElements"
|
|
2487
|
+
></server-defined-provider>
|
|
2488
|
+
<server-defined-provider
|
|
2489
|
+
data-type="prefetched"
|
|
2490
|
+
data-fetch-debounce="0"
|
|
2491
|
+
data-src="/command_palette/recent_issues"
|
|
2492
|
+
data-supported-modes="["#","#"]"
|
|
2493
|
+
data-supported-scope-types="["owner","repository",""]"
|
|
2494
|
+
|
|
2495
|
+
data-targets="command-palette.serverDefinedProviderElements"
|
|
2496
|
+
></server-defined-provider>
|
|
2497
|
+
<server-defined-provider
|
|
2498
|
+
data-type="remote"
|
|
2499
|
+
data-fetch-debounce="200"
|
|
2500
|
+
data-src="/command_palette/teams"
|
|
2501
|
+
data-supported-modes="["@",""]"
|
|
2502
|
+
data-supported-scope-types="["owner"]"
|
|
2503
|
+
|
|
2504
|
+
data-targets="command-palette.serverDefinedProviderElements"
|
|
2505
|
+
></server-defined-provider>
|
|
2506
|
+
<server-defined-provider
|
|
2507
|
+
data-type="remote"
|
|
2508
|
+
data-fetch-debounce="200"
|
|
2509
|
+
data-src="/command_palette/name_with_owner_repository"
|
|
2510
|
+
data-supported-modes="["@","@","",""]"
|
|
2511
|
+
data-supported-scope-types="["","owner"]"
|
|
2512
|
+
|
|
2513
|
+
data-targets="command-palette.serverDefinedProviderElements"
|
|
2514
|
+
></server-defined-provider>
|
|
2515
|
+
</command-palette>
|
|
2516
|
+
</details-dialog>
|
|
2517
|
+
</details>
|
|
2518
|
+
|
|
2519
|
+
<div class="position-fixed bottom-0 left-0 ml-5 mb-5 js-command-palette-toasts" style="z-index: 1000">
|
|
2520
|
+
<div hidden class="Toast Toast--loading">
|
|
2521
|
+
<span class="Toast-icon">
|
|
2522
|
+
<svg class="Toast--spinner" viewBox="0 0 32 32" width="18" height="18" aria-hidden="true">
|
|
2523
|
+
<path
|
|
2524
|
+
fill="#959da5"
|
|
2525
|
+
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"
|
|
2526
|
+
/>
|
|
2527
|
+
<path fill="#ffffff" d="M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z"></path>
|
|
2528
|
+
</svg>
|
|
2529
|
+
</span>
|
|
2530
|
+
<span class="Toast-content"></span>
|
|
2531
|
+
</div>
|
|
2532
|
+
|
|
2533
|
+
<div hidden class="anim-fade-in fast Toast Toast--error">
|
|
2534
|
+
<span class="Toast-icon">
|
|
2535
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-stop">
|
|
2536
|
+
<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>
|
|
2537
|
+
</svg>
|
|
2538
|
+
</span>
|
|
2539
|
+
<span class="Toast-content"></span>
|
|
2540
|
+
</div>
|
|
2541
|
+
|
|
2542
|
+
<div hidden class="anim-fade-in fast Toast Toast--warning">
|
|
2543
|
+
<span class="Toast-icon">
|
|
2544
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
|
|
2545
|
+
<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>
|
|
2546
|
+
</svg>
|
|
2547
|
+
</span>
|
|
2548
|
+
<span class="Toast-content"></span>
|
|
2549
|
+
</div>
|
|
2550
|
+
|
|
2551
|
+
|
|
2552
|
+
<div hidden class="anim-fade-in fast Toast Toast--success">
|
|
2553
|
+
<span class="Toast-icon">
|
|
2554
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check">
|
|
2555
|
+
<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>
|
|
2556
|
+
</svg>
|
|
2557
|
+
</span>
|
|
2558
|
+
<span class="Toast-content"></span>
|
|
2559
|
+
</div>
|
|
2560
|
+
|
|
2561
|
+
<div hidden class="anim-fade-in fast Toast">
|
|
2562
|
+
<span class="Toast-icon">
|
|
2563
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-info">
|
|
2564
|
+
<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>
|
|
2565
|
+
</svg>
|
|
2566
|
+
</span>
|
|
2567
|
+
<span class="Toast-content"></span>
|
|
2568
|
+
</div>
|
|
2569
|
+
</div>
|
|
2570
|
+
|
|
2571
|
+
|
|
2572
|
+
<div
|
|
2573
|
+
class="application-main "
|
|
2574
|
+
data-commit-hovercards-enabled
|
|
2575
|
+
data-discussion-hovercards-enabled
|
|
2576
|
+
data-issue-and-pr-hovercards-enabled
|
|
2577
|
+
>
|
|
2578
|
+
<div itemscope itemtype="http://schema.org/SoftwareSourceCode" class="">
|
|
2579
|
+
<main id="js-repo-pjax-container" >
|
|
2580
|
+
|
|
2581
|
+
|
|
2582
|
+
|
|
2583
|
+
|
|
2584
|
+
|
|
2585
|
+
|
|
2586
|
+
|
|
2587
|
+
|
|
2588
|
+
|
|
2589
|
+
|
|
2590
|
+
|
|
2591
|
+
|
|
2592
|
+
<div id="repository-container-header" data-turbo-replace hidden></div>
|
|
2593
|
+
|
|
2594
|
+
|
|
2595
|
+
|
|
2596
|
+
|
|
2597
|
+
<turbo-frame id="repo-content-turbo-frame" target="_top" data-turbo-action="advance" class="">
|
|
2598
|
+
<div id="repo-content-pjax-container" class="repository-content " >
|
|
2599
|
+
<a href="https://github.dev/" class="d-none js-github-dev-shortcut" data-hotkey=".">Open in github.dev</a>
|
|
2600
|
+
<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>
|
|
2601
|
+
<a class="d-none" data-hotkey="," target="_blank" href="/codespaces/new/opencontainers/web/tree/master?resume=1">Open in codespace</a>
|
|
2602
|
+
|
|
2603
|
+
|
|
2604
|
+
|
|
2605
|
+
|
|
2606
|
+
|
|
2607
|
+
|
|
2608
|
+
|
|
2609
|
+
|
|
2610
|
+
|
|
2611
|
+
|
|
2612
|
+
|
|
2613
|
+
<react-app
|
|
2614
|
+
app-name="react-code-view"
|
|
2615
|
+
initial-path="/opencontainers/web/blob/master/themes/material-design/static/font/roboto/Roboto-Medium.woff2"
|
|
2616
|
+
style="min-height: calc(100vh - 62px)"
|
|
2617
|
+
data-ssr="false"
|
|
2618
|
+
data-lazy="false"
|
|
2619
|
+
data-alternate="false"
|
|
2620
|
+
>
|
|
2621
|
+
|
|
2622
|
+
<script type="application/json" data-target="react-app.embeddedData">{"payload":{"allShortcutsEnabled":true,"fileTree":{"themes/material-design/static/font/roboto":{"items":[{"name":"Roboto-Bold.ttf","path":"themes/material-design/static/font/roboto/Roboto-Bold.ttf","contentType":"file"},{"name":"Roboto-Bold.woff","path":"themes/material-design/static/font/roboto/Roboto-Bold.woff","contentType":"file"},{"name":"Roboto-Bold.woff2","path":"themes/material-design/static/font/roboto/Roboto-Bold.woff2","contentType":"file"},{"name":"Roboto-Light.ttf","path":"themes/material-design/static/font/roboto/Roboto-Light.ttf","contentType":"file"},{"name":"Roboto-Light.woff","path":"themes/material-design/static/font/roboto/Roboto-Light.woff","contentType":"file"},{"name":"Roboto-Light.woff2","path":"themes/material-design/static/font/roboto/Roboto-Light.woff2","contentType":"file"},{"name":"Roboto-Medium.ttf","path":"themes/material-design/static/font/roboto/Roboto-Medium.ttf","contentType":"file"},{"name":"Roboto-Medium.woff","path":"themes/material-design/static/font/roboto/Roboto-Medium.woff","contentType":"file"},{"name":"Roboto-Medium.woff2","path":"themes/material-design/static/font/roboto/Roboto-Medium.woff2","contentType":"file"},{"name":"Roboto-Regular.ttf","path":"themes/material-design/static/font/roboto/Roboto-Regular.ttf","contentType":"file"},{"name":"Roboto-Regular.woff","path":"themes/material-design/static/font/roboto/Roboto-Regular.woff","contentType":"file"},{"name":"Roboto-Regular.woff2","path":"themes/material-design/static/font/roboto/Roboto-Regular.woff2","contentType":"file"},{"name":"Roboto-Thin.ttf","path":"themes/material-design/static/font/roboto/Roboto-Thin.ttf","contentType":"file"},{"name":"Roboto-Thin.woff","path":"themes/material-design/static/font/roboto/Roboto-Thin.woff","contentType":"file"},{"name":"Roboto-Thin.woff2","path":"themes/material-design/static/font/roboto/Roboto-Thin.woff2","contentType":"file"}],"totalCount":15},"themes/material-design/static/font":{"items":[{"name":"material-design-icons","path":"themes/material-design/static/font/material-design-icons","contentType":"directory"},{"name":"roboto","path":"themes/material-design/static/font/roboto","contentType":"directory"}],"totalCount":2},"themes/material-design/static":{"items":[{"name":"css","path":"themes/material-design/static/css","contentType":"directory"},{"name":"font","path":"themes/material-design/static/font","contentType":"directory"},{"name":"images","path":"themes/material-design/static/images","contentType":"directory"},{"name":"js","path":"themes/material-design/static/js","contentType":"directory"},{"name":".DS_Store","path":"themes/material-design/static/.DS_Store","contentType":"file"}],"totalCount":5},"themes/material-design":{"items":[{"name":"archetypes","path":"themes/material-design/archetypes","contentType":"directory"},{"name":"images","path":"themes/material-design/images","contentType":"directory"},{"name":"layouts","path":"themes/material-design/layouts","contentType":"directory"},{"name":"static","path":"themes/material-design/static","contentType":"directory"},{"name":".DS_Store","path":"themes/material-design/.DS_Store","contentType":"file"},{"name":"LICENSE.md","path":"themes/material-design/LICENSE.md","contentType":"file"},{"name":"README.md","path":"themes/material-design/README.md","contentType":"file"},{"name":"theme.toml","path":"themes/material-design/theme.toml","contentType":"file"}],"totalCount":8},"themes":{"items":[{"name":"material-design","path":"themes/material-design","contentType":"directory"},{"name":".DS_Store","path":"themes/.DS_Store","contentType":"file"},{"name":".gitmodules","path":"themes/.gitmodules","contentType":"file"}],"totalCount":3},"":{"items":[{"name":"content","path":"content","contentType":"directory"},{"name":"layouts","path":"layouts","contentType":"directory"},{"name":"static","path":"static","contentType":"directory"},{"name":"themes","path":"themes","contentType":"directory"},{"name":".deployment","path":".deployment","contentType":"file"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":"LICENSE","path":"LICENSE","contentType":"file"},{"name":"README.md","path":"README.md","contentType":"file"},{"name":"config.toml","path":"config.toml","contentType":"file"},{"name":"deploy.sh","path":"deploy.sh","contentType":"file"},{"name":"web.config","path":"web.config","contentType":"file"}],"totalCount":11}},"fileTreeProcessingTime":19.627953,"foldersToFetch":[],"reducedMotionEnabled":"system","repo":{"id":37169209,"defaultBranch":"master","name":"web","ownerLogin":"opencontainers","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-06-10T10:48:23.000+09:00","ownerAvatar":"https://avatars.githubusercontent.com/u/12563465?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"master","listCacheKey":"v0:1435000342.0","canEdit":true,"refType":"branch","currentOid":"33bc0b2597cbfd37e4728660d4b74272603b6f97"},"path":"themes/material-design/static/font/roboto/Roboto-Medium.woff2","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":"/opencontainers/web/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":false,"repoAlertsPath":"/opencontainers/web/security/dependabot","repoSecurityAndAnalysisPath":"/opencontainers/web/settings/security_analysis","repoOwnerIsOrg":true,"currentUserCanAdminRepo":false},"displayName":"Roboto-Medium.woff2","displayUrl":"https://github.com/opencontainers/web/blob/master/themes/material-design/static/font/roboto/Roboto-Medium.woff2?raw=true","headerInfo":{"blobSize":"49 KB","deleteInfo":{"deletePath":"https://github.com/opencontainers/web/delete/master/themes/material-design/static/font/roboto/Roboto-Medium.woff2","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":"d10a592","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fopencontainers%2Fweb%2Fblob%2Fmaster%2Fthemes%2Fmaterial-design%2Fstatic%2Ffont%2Froboto%2FRoboto-Medium.woff2","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":"/opencontainers/web/discussions/new","newIssuePath":"/opencontainers/web/issues/new","planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/opencontainers/web/blob/master/themes/material-design/static/font/roboto/Roboto-Medium.woff2","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":"/opencontainers/web/releases/new?marketplace=true","showPublishActionBanner":false,"showPublishStackBanner":false},"renderImageOrRaw":true,"richText":null,"renderedFileInfo":null,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"repoOwner":"opencontainers","repoName":"web","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":{"/opencontainers/web/branches":{"post":"_vNZe27vpCINhrdkO3Y2owFnYu_xqYY5xo25wKCcCVcC3Ibq6sVkVnvewvU5X7Zl_vjdhBp4SiipismfFTiFIQ"}}},"title":"web/themes/material-design/static/font/roboto/Roboto-Medium.woff2 at master · opencontainers/web","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-c9b8ff248bc9.js","githubDevUrl":"https://github.dev/","enabled_features":{"virtualize_file_tree":true,"react_repos_overview":false,"repos_new_shortcut_enabled":true,"blob_navigation_cursor":true,"code_nav_ui_events":false,"ref_selector_v2":false,"blob_firefox_separate_characters":true,"column_symbol_auto_select":false,"copilot_conversational_ux":false}}}</script>
|
|
2623
|
+
<div data-target="react-app.reactRoot"></div>
|
|
2624
|
+
</react-app>
|
|
2625
|
+
</turbo-frame>
|
|
2626
|
+
|
|
2627
|
+
|
|
2628
|
+
|
|
2629
|
+
</div>
|
|
2630
|
+
|
|
2631
|
+
</turbo-frame>
|
|
2632
|
+
|
|
2633
|
+
</main>
|
|
2634
|
+
</div>
|
|
2635
|
+
|
|
2636
|
+
</div>
|
|
2637
|
+
|
|
2638
|
+
<footer class="footer width-full container-xl p-responsive" role="contentinfo">
|
|
2639
|
+
<h2 class='sr-only'>Footer</h2>
|
|
2640
|
+
|
|
2641
|
+
<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">
|
|
2642
|
+
<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">
|
|
2643
|
+
<div class="mt-2 mt-lg-0 d-flex flex-items-center">
|
|
2644
|
+
<a aria-label="Homepage" title="GitHub" class="footer-octicon mr-2" href="https://github.com">
|
|
2645
|
+
<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">
|
|
2646
|
+
<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>
|
|
2647
|
+
</svg>
|
|
2648
|
+
</a> <span>
|
|
2649
|
+
© 2023 GitHub, Inc.
|
|
2650
|
+
</span>
|
|
2651
|
+
</div>
|
|
2652
|
+
</div>
|
|
2653
|
+
|
|
2654
|
+
<nav aria-label='Footer' class="col-12 col-lg-8">
|
|
2655
|
+
<h3 class='sr-only' id='sr-footer-heading'>Footer navigation</h3>
|
|
2656
|
+
<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'>
|
|
2657
|
+
<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>
|
|
2658
|
+
<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>
|
|
2659
|
+
<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>
|
|
2660
|
+
<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>
|
|
2661
|
+
<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>
|
|
2662
|
+
<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>
|
|
2663
|
+
<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>
|
|
2664
|
+
<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>
|
|
2665
|
+
<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>
|
|
2666
|
+
<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>
|
|
2667
|
+
<li><a data-ga-click="Footer, go to about, text:about" href="https://github.com/about">About</a></li>
|
|
2668
|
+
</ul>
|
|
2669
|
+
</nav>
|
|
2670
|
+
</div>
|
|
2671
|
+
|
|
2672
|
+
<div class="d-flex flex-justify-center pb-6">
|
|
2673
|
+
<span class="f6 color-fg-muted"></span>
|
|
2674
|
+
</div>
|
|
2675
|
+
</footer>
|
|
2676
|
+
|
|
2677
|
+
|
|
2678
|
+
|
|
2679
|
+
|
|
2680
|
+
<div id="ajax-error-message" class="ajax-error-message flash flash-error" hidden>
|
|
2681
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
|
|
2682
|
+
<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>
|
|
2683
|
+
</svg>
|
|
2684
|
+
<button type="button" class="flash-close js-ajax-error-dismiss" aria-label="Dismiss error">
|
|
2685
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
|
|
2686
|
+
<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>
|
|
2687
|
+
</svg>
|
|
2688
|
+
</button>
|
|
2689
|
+
You can’t perform that action at this time.
|
|
2690
|
+
</div>
|
|
2691
|
+
|
|
2692
|
+
<template id="site-details-dialog">
|
|
2693
|
+
<details class="details-reset details-overlay details-overlay-dark lh-default color-fg-default hx_rsm" open>
|
|
2694
|
+
<summary role="button" aria-label="Close dialog"></summary>
|
|
2695
|
+
<details-dialog class="Box Box--overlay d-flex flex-column anim-fade-in fast hx_rsm-dialog hx_rsm-modal">
|
|
2696
|
+
<button class="Box-btn-octicon m-0 btn-octicon position-absolute right-0 top-0" type="button" aria-label="Close dialog" data-close-dialog>
|
|
2697
|
+
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
|
|
2698
|
+
<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>
|
|
2699
|
+
</svg>
|
|
2700
|
+
</button>
|
|
2701
|
+
<div class="octocat-spinner my-6 js-details-dialog-spinner"></div>
|
|
2702
|
+
</details-dialog>
|
|
2703
|
+
</details>
|
|
2704
|
+
</template>
|
|
2705
|
+
|
|
2706
|
+
<div class="Popover js-hovercard-content position-absolute" style="display: none; outline: none;" tabindex="0">
|
|
2707
|
+
<div class="Popover-message Popover-message--bottom-left Popover-message--large Box color-shadow-large" style="width:360px;">
|
|
2708
|
+
</div>
|
|
2709
|
+
</div>
|
|
2710
|
+
|
|
2711
|
+
<template id="snippet-clipboard-copy-button">
|
|
2712
|
+
<div class="zeroclipboard-container position-absolute right-0 top-0">
|
|
2713
|
+
<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">
|
|
2714
|
+
<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">
|
|
2715
|
+
<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>
|
|
2716
|
+
</svg>
|
|
2717
|
+
<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">
|
|
2718
|
+
<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>
|
|
2719
|
+
</svg>
|
|
2720
|
+
</clipboard-copy>
|
|
2721
|
+
</div>
|
|
2722
|
+
</template>
|
|
2723
|
+
<template id="snippet-clipboard-copy-button-unpositioned">
|
|
2724
|
+
<div class="zeroclipboard-container">
|
|
2725
|
+
<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">
|
|
2726
|
+
<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">
|
|
2727
|
+
<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>
|
|
2728
|
+
</svg>
|
|
2729
|
+
<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">
|
|
2730
|
+
<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>
|
|
2731
|
+
</svg>
|
|
2732
|
+
</clipboard-copy>
|
|
2733
|
+
</div>
|
|
2734
|
+
</template>
|
|
2735
|
+
|
|
2736
|
+
|
|
2737
|
+
<style>
|
|
2738
|
+
.user-mention[href$="/jaranglee"] {
|
|
2739
|
+
color: var(--color-user-mention-fg);
|
|
2740
|
+
background-color: var(--color-user-mention-bg);
|
|
2741
|
+
border-radius: 2px;
|
|
2742
|
+
margin-left: -2px;
|
|
2743
|
+
margin-right: -2px;
|
|
2744
|
+
padding: 0 2px;
|
|
2745
|
+
}
|
|
2746
|
+
</style>
|
|
2747
|
+
|
|
2748
|
+
|
|
2749
|
+
</div>
|
|
2750
|
+
|
|
2751
|
+
<div id="js-global-screen-reader-notice" class="sr-only" aria-live="polite" ></div>
|
|
2752
|
+
</body>
|
|
2753
|
+
</html>
|
|
2754
|
+
|