Home
last modified time | relevance | path

Searched +full:persist +full:- +full:credentials (Results 1 – 22 of 22) sorted by relevance

/third_party/rust/crates/pin-project-lite/.github/workflows/
Dci.yml10 - main
11 - dev
12 - staging
13 - v[0-9]+.[0-9]+
15 - cron: '0 1 * * *'
23 RUSTDOCFLAGS: -D warnings
24 RUSTFLAGS: -D warnings
34 fail-fast: false
37 - 1.37
38 - stable
[all …]
Drelease.yml10 - v[0-9]+.*
17 RUSTFLAGS: -D warnings
25 create-release:
26 if: github.repository_owner == 'taiki-e'
27 runs-on: ubuntu-latest
29 - uses: actions/checkout@v3
31 persist-credentials: false
32 - uses: taiki-e/github-actions/install-rust@main
35 - run: cargo package
36 - uses: taiki-e/create-gh-release-action@v1
[all …]
/third_party/rust/crates/bindgen/.github/workflows/
Ddeploy-book.yml6 - main
9 deploy-book:
10 runs-on: ubuntu-latest
12 - uses: actions/checkout@v3
14 persist-credentials: false
16 - name: Install stable
17 uses: actions-rs/toolchain@v1
23 - name: Test book
25 …curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.5/mdbook-v0.4.5-x86_64-unknown-
29 - name: Deploy book
[all …]
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_socketvar.h1 /*-
59 #define ERESTART (-1)
116 /*-
120 * (c) locked by SOCKBUF_LOCK(&so->so_rcv).
121 * (d) locked by SOCKBUF_LOCK(&so->so_snd).
190 u_int sb_ctl; /* (c/d) non-data chars in buffer */
199 #define SB_RAW (64*1024*2) /*Aligning so->so_rcv.sb_hiwat with the receive buffer size …
214 struct ucred *so_cred; /* (a) user credentials */
228 if ((sb)->sb_mb == NULL) { \
229 (sb)->sb_mbtail = NULL; \
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
DChangeLog3 2019-08-07 - v2.9
5 - disable use of groups using Brainpool curves
6 - improved protection against side channel attacks
7 [https://w1.fi/security/2019-6/]
8 * EAP-pwd changes
9 - disable use of groups using Brainpool curves
10 - allow the set of groups to be configured (eap_pwd_groups)
11 - improved protection against side channel attacks
12 [https://w1.fi/security/2019-6/]
13 * fixed FT-EAP initial mobility domain association using PMKSA caching
[all …]
Dp2p_supplicant.c2 * wpa_supplicant - P2P
3 * Copyright (c) 2009-2010, Atheros Communications
4 * Copyright (c) 2010-2014, Jouni Malinen <j@w1.fi>
76 * How many seconds to wait for initial 4-way handshake to get completed after
77 * WPS provisioning step or after the re-invocation of a persistent group on a
85 * How many seconds to wait for initial 4-way handshake to get completed after
95 * How many seconds to wait for initial 4-way handshake to get completed after
96 * re-invocation of a persistent group on the GO when the client is expected
102 #define P2P_MGMT_DEVICE_PREFIX "p2p-dev-"
105 * How many seconds to wait to re-attempt to move GOs, in case previous attempt
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
DChangeLog3 2022-01-16 - v2.10
5 - improved protection against side channel attacks
6 [https://w1.fi/security/2022-1/]
7 - added support for the hash-to-element mechanism (sae_pwe=1 or
10 - fixed PMKSA caching with OKC
11 - added support for SAE-PK
12 * EAP-pwd changes
13 - improved protection against side channel attacks
14 [https://w1.fi/security/2022-1/]
17 [https://w1.fi/security/2021-1/]
[all …]
Dp2p_supplicant.c2 * wpa_supplicant - P2P
3 * Copyright (c) 2009-2010, Atheros Communications
4 * Copyright (c) 2010-2014, Jouni Malinen <j@w1.fi>
76 * How many seconds to wait for initial 4-way handshake to get completed after
77 * WPS provisioning step or after the re-invocation of a persistent group on a
85 * How many seconds to wait for initial 4-way handshake to get completed after
95 * How many seconds to wait for initial 4-way handshake to get completed after
96 * re-invocation of a persistent group on the GO when the client is expected
102 #define P2P_MGMT_DEVICE_PREFIX "p2p-dev-"
105 * How many seconds to wait to re-attempt to move GOs, in case previous attempt
[all …]
/third_party/skia/third_party/externals/microhttpd/src/datadir/
Dspdy-draft.txt5 Internet-Draft Twist
12 draft-mbelshe-httpbis-spdy-00
16 This document describes SPDY, a protocol designed for low-latency
21 concurrent streams. The upper layer of the protocol provides HTTP-
27 This Internet-Draft is submitted in full conformance with the
30 Internet-Drafts are working documents of the Internet Engineering
32 working documents as Internet-Drafts. The list of current Internet-
35 Internet-Drafts are draft documents valid for a maximum of six months
37 time. It is inappropriate to use Internet-Drafts as reference
40 This Internet-Draft will expire on August 4, 2012.
[all …]
/third_party/typescript/tests/lib/
Dreact16.d.ts27 declare module "prop-types" {
28 // Type definitions for prop-types 15.5
29 // Project: https://github.com/reactjs/prop-types
54 export type ValidationMap<T> = { [K in keyof T]-?: Validator<T[K]> };
84 * @param values Runtime values that need to be type-checked
95 import * as PropTypes from 'prop-types';
110 // tslint:disable-next-line:export-just-namespace
116 // ----------------------------------------------------------------------
156 // string fallback for custom web-components
163 // tslint:disable-next-line:no-empty-interface
[all …]
/third_party/typescript/lib/
Dlib.dom.d.ts5 License at http://www.apache.org/licenses/LICENSE-2.0
10 MERCHANTABLITY OR NON-INFRINGEMENT.
18 /// <reference no-default-lib="true"/>
1612 …cating whether credentials will be sent with the request always, never, or only when sent to a sam…
1614 credentials?: RequestCredentials; property
1616 * A Headers object, an object literal, or an array of two-item arrays to set request's headers.
1632 …* A string to indicate whether the request will use CORS, or will be restricted to same-origin URL…
1640 …* A string whose value is a same-origin URL, "about:client", or the empty string, to set request's…
1984 credentials?: RequestCredentials; property
1990 credentials?: RequestCredentials; property
[all …]
/third_party/typescript/src/lib/
Ddom.generated.d.ts1592 …cating whether credentials will be sent with the request always, never, or only when sent to a sam…
1594 credentials?: RequestCredentials; property
1596 * A Headers object, an object literal, or an array of two-item arrays to set request's headers.
1612 …* A string to indicate whether the request will use CORS, or will be restricted to same-origin URL…
1620 …* A string whose value is a same-origin URL, "about:client", or the empty string, to set request's…
1964 credentials?: RequestCredentials; property
1970 credentials?: RequestCredentials; property
2074 /** A node able to provide real-time frequency and time-domain analysis information. It is an Audio…
2271 /** An AudioScheduledSourceNode which represents an audio source consisting of in-memory audio data…
2291 /** An audio-processing graph built from audio modules linked together, each represented by an Audi…
[all …]
/third_party/node/doc/changelogs/
DCHANGELOG_IOJS.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
83 ## 2015-09-15, io.js Version 3.3.1 @rvagg
92 * **node-gyp**: Float v3.0.3 which has improved support for Node.js and io.js v0.10 to v4+ (Rod Vag…
94 …/node-v0.x-archive#8751](https://github.com/nodejs/node-v0.x-archive/pull/8751) [nodejs/node-v0.x-
98 See https://github.com/nodejs/io.js/labels/confirmed-bug for complete and current list of known iss…
109 * [[`b73ff52fe6`](https://github.com/nodejs/node/commit/b73ff52fe6)] - **bindings**: close after re…
110 * [[`aa1140e59a`](https://github.com/nodejs/node/commit/aa1140e59a)] - **buffer**: SlowBuffer only …
111 * [[`574475d56e`](https://github.com/nodejs/node/commit/574475d56e)] - **build**: clean up the gene…
[all …]
/third_party/freetype/docs/reference/assets/javascripts/
Dbundle.82b56eb2.min.js.map3 …odules/focus-visible/dist/focus-visible.js", "node_modules/tslib/tslib.js", "node_modules/clipboar…
4-visible polyfill at the given scope.\n * A scope in this case is either the top-level Document …
/third_party/python/Misc/
DHISTORY2 --------------
13 Release date: 2017-01-17
21 Release date: 2017-01-02
24 -----------------
26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug
33 -------
35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle
39 - In the curses module, raise an error if window.getstr() or window.instr() is
42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller.
[all …]
/third_party/sqlite/src/
Dsqlite3.c17 ** language. The code for the "sqlite3" command-line shell is also in a
21 ** 2019.09.02-Complete codec logic for encryption and decryption.
52 ** NO_TEST - The branches on this line are not
57 ** OPTIMIZATION-IF-TRUE - This branch is allowed to alway be false
61 ** OPTIMIZATION-IF-FALSE - This branch is allowed to alway be true
65 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread
70 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the
141 ** 2015-03-02
179 ** large file support, or if the OS is windows, these should be no-ops.
185 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch
[all …]
/third_party/node/doc/api/
Dall.json21- Deprecated. The feature may emit warnings. Backward\ncompatibility is not guaranteed.</p>\n</blo…
26 "desc": "<!-- STABILITY_OVERVIEW_SLOT_BEGIN -->\n<!-- STABILITY_OVERVIEW_SLOT_END -->",
58-linked shared objects written in C++. The\n<a href=\"modules.html#modules_require_id\"><code>requ…
63-js\">module.exports.hello = () => 'world';\n</code></pre>\n<p>First, create the file <code>hello.…
66 "textRaw": "Context-aware addons",
67 "name": "context-aware_addons",
68-aware addon can be constructed by using the macro\n<code>NODE_MODULE_INITIALIZER</code>, which ex…
77 "pr-url": "https://github.com/nodejs/node/pull/34572",
82-on needs to either:</p>\n<ul>\n<li>Be an Node-API addon, or</li>\n<li>Be declared as context-awar…
88 "displayName": "Context-aware addons"
[all …]
Dall.html4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width">
6 <meta name="nodejs.org:node-version" content="v14.21.2">
13 <body class="alt apidoc" id="api-section-all">
22 <li><a href="documentation.html" class="nav-documentation">About this documentation</a></li>
23 <li><a href="synopsis.html" class="nav-synopsis">Usage and example</a></li>
27 <li><a href="assert.html" class="nav-assert">Assertion testing</a></li>
28 <li><a href="async_hooks.html" class="nav-async_hooks">Async hooks</a></li>
29 <li><a href="buffer.html" class="nav-buffer">Buffer</a></li>
30 <li><a href="addons.html" class="nav-addons">C++ addons</a></li>
[all …]
/third_party/chromium/patch/
D0003-ohos-1115.patch1 diff --git a/src/BUILD.gn b/src/BUILD.gn
3 --- a/src/BUILD.gn
5 @@ -34,7 +34,7 @@ import("//ui/base/ui_features.gni")
9 -if (is_android) {
14 @@ -104,11 +104,26 @@ group("gn_all") {
34 deps += [ "//third_party/abseil-cpp:absl_tests" ]
37 - if (!is_android && !is_chromecast) {
42 @@ -128,7 +143,7 @@ group("gn_all") {
46 - if (!is_ios && !is_android && !is_chromecast && !is_fuchsia) {
51 @@ -183,7 +198,7 @@ group("gn_all") {
[all …]
/third_party/icu/icu4j/perf-tests/data/collation/
Dulyss10.txt30 organization with EIN [Employee Identification Number] 64-6221541
78 These Web sites include award-winning information about Project
108 If they reach just 1-2% of the world's population then the total
116 At our revised rates of production, we will reach only one-third
157 how to make them tax-deductible, or even if they CAN be made
166 Oxford, MS 38655-4109
174 [Employee Identification Number] 64-622154. Donations are
175 tax-deductible to the maximum extent permitted by law. As fundraising
213 By using or reading any part of this PROJECT GUTENBERG-tm
221 ABOUT PROJECT GUTENBERG-TM ETEXTS
[all …]
/third_party/gstreamer/gstplugins_bad/
DChangeLog3 2022-06-15 23:36:18 +0100 Tim-Philipp Müller <tim@centricular.com>
7 * gst-plugins-bad.doap:
11 2022-06-15 23:36:10 +0100 Tim-Philipp Müller <tim@centricular.com>
16 2022-06-09 23:19:24 +0900 Seungha Yang <seungha@centricular.com>
22 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2584>
24 2022-05-27 05:15:13 +1000 Jan Schmidt <jan@centricular.com>
26 * sys/androidmedia/gstamc-constants.h:
32 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2572>
34 2022-05-30 16:31:38 -0400 Olivier Crête <olivier.crete@collabora.com>
38 webrtcbin: Reject answers that don't contain the same number of m-line as offer
[all …]
/third_party/gstreamer/gstplugins_good/
DChangeLog3 2022-06-15 23:36:18 +0100 Tim-Philipp Müller <tim@centricular.com>
8 * gst-plugins-good.doap:
12 2022-06-15 23:36:10 +0100 Tim-Philipp Müller <tim@centricular.com>
17 2022-05-18 10:23:15 +0300 Sebastian Dröge <sebastian@centricular.com>
19 * gst/matroska/matroska-demux.c:
20 … matroskademux: Avoid integer-overflow resulting in heap corruption in WavPack header handling code
26 CVE: CVE-2022-1920
27 https://gstreamer.freedesktop.org/security/sa-2022-0004.html
28 Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1226
29 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2613>
[all …]