Home
last modified time | relevance | path

Searched full:gh (Results 1 – 25 of 1083) sorted by relevance

12345678910>>...44

/third_party/notofonts/docs/
Dindex.html397 …href="https://cdn.jsdelivr.net/gh/notofonts/notofonts.github.io/fonts/NotoSansAdlam/unhinted/otf/N…
404 …href="https://cdn.jsdelivr.net/gh/notofonts/notofonts.github.io/fonts/NotoSansAdlam/unhinted/otf/N…
411 …href="https://cdn.jsdelivr.net/gh/notofonts/notofonts.github.io/fonts/NotoSansAdlam/unhinted/slim-…
418 …href="https://cdn.jsdelivr.net/gh/notofonts/notofonts.github.io/fonts/NotoSansAdlam/unhinted/ttf/N…
425 …href="https://cdn.jsdelivr.net/gh/notofonts/notofonts.github.io/fonts/NotoSansAdlam/unhinted/ttf/N…
432 …href="https://cdn.jsdelivr.net/gh/notofonts/notofonts.github.io/fonts/NotoSansAdlam/unhinted/varia…
445 …href="https://cdn.jsdelivr.net/gh/notofonts/notofonts.github.io/fonts/NotoSansAdlam/hinted/ttf/Not…
452 …href="https://cdn.jsdelivr.net/gh/notofonts/notofonts.github.io/fonts/NotoSansAdlam/hinted/ttf/Not…
465 …href="https://cdn.jsdelivr.net/gh/notofonts/notofonts.github.io/fonts/NotoSansAdlam/full/otf/NotoS…
473 …href="https://cdn.jsdelivr.net/gh/notofonts/notofonts.github.io/fonts/NotoSansAdlam/full/otf/NotoS…
[all …]
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
DRegexFormatterTest.java43 assertThat(RegexFormatter.format("ab(cd|ef)gh", PRESERVE_CAPTURING_GROUPS)).isEqualTo(lines( in testNested()
47 ")gh")); in testNested()
49 assertThat(RegexFormatter.format("ab(?:cd|ef)gh", PRESERVE_CAPTURING_GROUPS)).isEqualTo(lines( in testNested()
53 ")gh")); in testNested()
58 assertThat(RegexFormatter.format("ab(cd(ef|gh)|ij)", PRESERVE_CAPTURING_GROUPS)) in testDoubleNested()
63 " gh", in testDoubleNested()
68 assertThat(RegexFormatter.format("ab(cd(?:ef|gh)|ij)", PRESERVE_CAPTURING_GROUPS)) in testDoubleNested()
73 " gh", in testDoubleNested()
81 assertThat(RegexFormatter.format("ab(?:cd(ef|gh)|ij)", FORCE_NON_CAPTURING_GROUPS)) in testForceNonCapturingGroups()
86 " gh", in testForceNonCapturingGroups()
[all …]
/third_party/node/tools/actions/
Dcommit-queue.sh18 gh pr edit "$pr" --add-label "${COMMIT_QUEUE_FAILED_LABEL}"
25 gh pr comment "$pr" --body "$body"
35 gh pr view "$pr" --json labels --jq ".labels" > labels.json
43 if gh pr checks "$pr" | grep -q "\spending\s"; then
49 gh pr edit "$pr" --remove-label "$COMMIT_QUEUE_LABEL"
85 …# TODO: use `gh pr merge` when the GitHub CLI allows to customize the commit title (https://github…
96 …if ! gh api -X PUT "repos/${OWNER}/${REPOSITORY}/pulls/${pr}/merge" --input output.json > output; …
110 gh pr comment "$pr" --body "Landed in $commits"
112 [ -z "$MULTIPLE_COMMIT_POLICY" ] && gh pr close "$pr"
Dstart-ci.sh9 gh pr edit "$pr" --remove-label "$REQUEST_CI_LABEL"
18 gh pr edit "$pr" --add-label "$REQUEST_CI_FAILED_LABEL"
25 gh pr comment "$pr" --body "$body"
/third_party/node/test/parallel/
Dtest-http-server-multiheaders2.js38 'DAV', // GH-2750
39 'Pragma', // GH-715
40 'Link', // GH-1187
41 'WWW-Authenticate', // GH-1083
42 'Proxy-Authenticate', // GH-4052
43 'Sec-Websocket-Extensions', // GH-2764
44 'Sec-Websocket-Protocol', // GH-2764
45 'Via', // GH-6660
/third_party/mbedtls/library/
Dsha512.c387 uint64x2_t gh = vld1q_u64(&ctx->state[6]); in mbedtls_internal_sha512_process_many_a64_crypto() local
401 uint64x2_t gh_orig = gh; in mbedtls_internal_sha512_process_many_a64_crypto()
425 sum = vaddq_u64(vextq_u64(initial_sum, initial_sum, 1), gh); in mbedtls_internal_sha512_process_many_a64_crypto()
426 intermed = vsha512hq_u64(sum, vextq_u64(ef, gh, 1), vextq_u64(cd, ef, 1)); in mbedtls_internal_sha512_process_many_a64_crypto()
427 gh = vsha512h2q_u64(intermed, cd, ab); in mbedtls_internal_sha512_process_many_a64_crypto()
434 ef = vsha512h2q_u64(intermed, ab, gh); in mbedtls_internal_sha512_process_many_a64_crypto()
440 intermed = vsha512hq_u64(sum, vextq_u64(ab, cd, 1), vextq_u64(gh, ab, 1)); in mbedtls_internal_sha512_process_many_a64_crypto()
441 cd = vsha512h2q_u64(intermed, gh, ef); in mbedtls_internal_sha512_process_many_a64_crypto()
442 gh = vaddq_u64(gh, intermed); in mbedtls_internal_sha512_process_many_a64_crypto()
447 intermed = vsha512hq_u64(sum, vextq_u64(gh, ab, 1), vextq_u64(ef, gh, 1)); in mbedtls_internal_sha512_process_many_a64_crypto()
[all …]
/third_party/libwebsockets/lib/cose/
Dcose_validate_alg.c35 enum lws_genhash_types gh; in lws_cose_val_alg_create() local
50 gh = LWS_GENHASH_TYPE_SHA256; in lws_cose_val_alg_create()
55 gh = LWS_GENHASH_TYPE_SHA384; in lws_cose_val_alg_create()
60 gh = LWS_GENHASH_TYPE_SHA512; in lws_cose_val_alg_create()
70 if (lws_genhash_init(&alg->hash_ctx, gh)) in lws_cose_val_alg_create()
118 gh = LWS_GENHASH_TYPE_SHA256; in lws_cose_val_alg_create()
122 gh = LWS_GENHASH_TYPE_SHA384; in lws_cose_val_alg_create()
126 gh = LWS_GENHASH_TYPE_SHA512; in lws_cose_val_alg_create()
134 if (lws_genhash_init(&alg->hash_ctx, gh)) in lws_cose_val_alg_create()
138 LGRSAM_PKCS1_1_5, gh)) { in lws_cose_val_alg_create()
Dcose_sign_alg.c35 enum lws_genhash_types gh; in lws_cose_sign_alg_create() local
50 gh = LWS_GENHASH_TYPE_SHA256; in lws_cose_sign_alg_create()
55 gh = LWS_GENHASH_TYPE_SHA384; in lws_cose_sign_alg_create()
60 gh = LWS_GENHASH_TYPE_SHA512; in lws_cose_sign_alg_create()
70 if (lws_genhash_init(&alg->hash_ctx, gh)) in lws_cose_sign_alg_create()
118 gh = LWS_GENHASH_TYPE_SHA256; in lws_cose_sign_alg_create()
122 gh = LWS_GENHASH_TYPE_SHA384; in lws_cose_sign_alg_create()
126 gh = LWS_GENHASH_TYPE_SHA512; in lws_cose_sign_alg_create()
135 if (lws_genhash_init(&alg->hash_ctx, gh)) in lws_cose_sign_alg_create()
139 LGRSAM_PKCS1_1_5, gh)) { in lws_cose_sign_alg_create()
/third_party/parse5/packages/parse5/lib/parser/
Dparser-location-info.test.ts16 …test('Regression - Incorrect LocationInfo.endOffset for implicitly closed <p> element (GH-109)', (…
32 …test('Regression - Incorrect LocationInfo.endOffset for element with closing tag (GH-159)', () => {
48 test('Regression - Location info not exposed with parseFragment (GH-82)', () => {
62 test('Regression - location info mixin error when parsing <template> elements (GH-90)', () => {
75 test('Regression - location info not attached for empty attributes (GH-96)', () => {
89 test('Regression - location line incorrect when a character is unconsumed (GH-151)', () => {
113 … test('Regression - location.startTag should be available if end tag is missing (GH-181)', () => {
132 test('Regression - location.endTag should be available adjusted SVG elements (GH-352)', () => {
152 test('Regression - Escaped script content has incorrect location info (GH-265)', () => {
231 it('Updating node source code location (GH-314)', () => {
Dindex.test.ts12 //TODO(GH-448): Foreign content behaviour was updated in the HTML spec.
41 it('Regression - HTML5 Legacy Doctype Misparsed with htmlparser2 tree adapter (GH-45)', () => {
49 describe("Regression - Don't inherit from Object when creating collections (GH-119)", () => {
72 it('Regression - DOCTYPE empty fields (GH-236)', () => {
81 it('Regression - CRLF inside </noscript> (GH-710)', () => {
/third_party/typescript/scripts/
Dperf-result-post.mjs25 const gh = new Octokit({ auth });
51 const data = await gh.issues.createComment({
60 const comment = await gh.issues.getComment({
66 await gh.issues.updateComment({
74 const gh = new Octokit({ auth });
75 await gh.issues.createComment({
Drequest-pr-review.mjs41 const gh = new Octokit({ auth: options.token });
42 const response = await gh.pulls.requestReviewers({
65 --owner <owner> The GH user or organization for the repo (default: 'microsoft').
66 --repo <repo> The GH repo for the pull request (default: 'TypeScript').
68 --reviewer <reviewer> The GH username of reviewer to add. May be specified multiple times.
Dpost-vsts-artifact-comment.mjs25 const gh = new Octokit({
32 await gh.issues.createComment({
50 …await gh.request("POST /repos/microsoft/typescript-make-monaco-builds/dispatches", { event_type: p…
57 const gh = new Octokit({ constant
60 await gh.issues.createComment({
Dopen-cherry-pick-pr.mjs30 const gh = new Octokit({
34 …const inputPR = (await gh.pulls.get({ pull_number: +process.env.SOURCE_ISSUE, owner: "microsoft", …
84 const r = await gh.pulls.create({
101 await gh.issues.createComment({
113 const gh = new Octokit({ constant
116 await gh.issues.createComment({
Dupdate-experimental-branches.mjs14 const gh = new Octokit({
17 const prnums = (await gh.issues.listForRepo({
44 … const inputPR = await gh.pulls.get({ owner: "Microsoft", repo: "TypeScript", pull_number: num });
45 … // GH calculates the rebaseable-ness of a PR into its target, so we can just use that here
48 await gh.issues.createComment({
/third_party/typescript/tests/baselines/reference/
DpropertyAccessChain.js17 // GH#33744
21 // GH#34109
24 // GH#36031
37 // GH#34109
39 // GH#36031
/third_party/typescript/src/harness/
Dclient.ts164 this.lineMaps.set(fileName, undefined!); // TODO: GH#18217
178 const body = response.body!; // TODO: GH#18217
197 configFileName: response.body!.configFileName, // TODO: GH#18217
213 entries: response.body!.entries.map<CompletionEntry>(entry => { // TODO: GH#18217
219 …name: string, kind: ScriptElementKind, kindModifiers: string, sortText: string }; // TODO: GH#18217
246 return response.body!.map(entry => ({ // TODO: GH#18217
267 …turn response.body!.map(entry => this.convertCodeEditsToTextChange(file, entry)); // TODO: GH#18217
281 … response.body!.map(entry => this.convertCodeEditsToTextChange(fileName, entry)); // TODO: GH#18217
290 return response.body!.map(entry => ({ // TODO: GH#18217
305 const body = Debug.checkDefined(response.body); // TODO: GH#18217
[all …]
/third_party/python/Misc/
DNEWS13 - gh-issue-103142: The version of OpenSSL used in our binary builds has been
16 - gh-issue-99889: Fixed a security in flaw in :func:`uu.decode` that could
20 - gh-issue-104049: Do not expose the local on-disk location in directory
23 - gh-issue-102153: :func:`urllib.parse.urlsplit` now strips leading C0
30 - gh-issue-105164: Ensure annotations are set up correctly if the only
34 - gh-issue-104615: Fix wrong ordering of assignments in code like ``a, a =
37 - gh-issue-104482: Fix three error handling bugs in ast.c's validation of
40 - gh-issue-102818: Do not add a frame to the traceback in the
46 - gh-issue-104405: Fix an issue where some :term:`bytecode` instructions
49 - gh-issue-104018: Disallow the "z" format specifier in %-format of bytes
[all …]
/third_party/skia/third_party/externals/harfbuzz/
DREADME.md2 …cleCI Build Status](https://circleci.com/gh/harfbuzz/harfbuzz/tree/main.svg?style=svg)](https://ci…
6 …decov Code Coverage](https://codecov.io/gh/harfbuzz/harfbuzz/branch/main/graph/badge.svg)](https:/…
/third_party/python/Doc/whatsnew/
D3.11.rst419 (Contributed by Jelle Zijlstra in :gh:`91860`. PEP written by
477 (Contributed by Victor Stinner in :gh:`57684`.)
482 (Contributed by John Belmonte in :gh:`90153`.)
489 (Contributed by Thomas Grainger in :gh:`91181`.)
582 (Contributed by Yury Selivanov and others in :gh:`90908`.)
587 (Contributed by Andrew Svetlov in :gh:`90927`.)
591 (Contributed by Andrew Svetlov in :gh:`91218`.)
596 (Contributed by Yves Duprat and Andrew Svetlov in :gh:`87518`.)
646 :attr:`datetime.timezone.utc`. (Contributed by Kabir Kwatra in :gh:`91973`.)
651 (Contributed by Paul Ganssle in :gh:`80010`.)
[all …]
/third_party/python/Lib/test/
D_testcppext.cpp1 // gh-91321: Very basic C++ test extension to check that the Python C API is
65 // gh-92138: For backward compatibility, functions of Python C API accepts in test_api_casts()
78 // gh-92898: StrongRef doesn't inherit from PyObject but has an operator to in test_api_casts()
86 // gh-93442: Pass 0 as NULL for PyObject* in test_api_casts()
111 // gh-92800: test PyUnicode_READ() in test_unicode()
118 // gh-92800: test PyUnicode_READ() casts in test_unicode()
/third_party/skia/third_party/externals/icu/source/data/coll/
Dig.txt10 "&G<gb<<<Gb<<<GB<gh<<<Gh<<<GH<gw<<<Gw<<<GW"
/third_party/icu/icu4c/source/data/coll/
Dig.txt10 "&G<gb<<<Gb<<<GB<gh<<<Gh<<<GH<gw<<<Gw<<<GW"
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/propertyAccessChain/
DpropertyAccessChain.ts18 // GH#33744
22 // GH#34109
25 // GH#36031
/third_party/parse5/packages/parse5-parser-stream/test/
Dparser-stream.test.ts12 //TODO(GH-448): Foreign content behaviour was updated in the HTML spec.
26 it('Fix empty stream parsing with ParserStream (GH-196)', async () => {
36 it('Should not accept binary input (GH-269)', () => {

12345678910>>...44