/third_party/node/deps/npm/scripts/ |
D | changelog.js | 62 if (c.credit) { 63 c.credit.forEach(function (credit) { argument 64 console.log(` ([@${credit}](https://github.com/${credit}))`) 88 credit: null property 93 if (!commit.credit) commit.credit = [] 94 commit.credit.push(m[1])
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-h2-rxflow/ |
D | README.md | 4 receive flow control using h2 tx credit. 26 -f <initial credit>|Indicate we will manually manage tx credit and set a new connection-specific in… 33 [2019/12/26 13:33:00:5087] N: system_notify_cb: manual peer tx credit 1024
|
/third_party/libsnd/ |
D | NEWS | 38 * Fix memory leak in wav_read_smpl_chunk() function, credit to OSS-Fuzz. 39 * Fix aiff_read_header() memory leak(), credit to OSS-Fuzz. 40 * Fix leak in wav_read_header(), credit to OSS-Fuzz. 41 * Fix leak in wavlike_read_cart_chunk(), credit to OSS-Fuzz. 42 * Fix memory leak in wav_read_acid_chunk(), credit to OSS-Fuzz. 43 * Fix memory leak in aiff_read_basc_chunk(), credit to OSS-Fuzz. 44 * Fix memory leak in wavlike_read_peak_chunk(), credit to OSS-Fuzz. 45 * Fix memory leak in aiff_read_header(), credit to OSS-Fuzz. 46 * Fix use of uninitialized value in exif_subchunk_parse(), credit to OSS-Fuzz. 47 * Fix use of uninitialized value in endswap_int64_t_array(), credit to [all …]
|
/third_party/nghttp2/ |
D | CONTRIBUTION | 15 to hand over that patch/code to us. We will credit you for your 16 changes as far as possible, to give credit but also to keep a trace
|
/third_party/boost/libs/regex/doc/ |
D | introduction.qbk | 37 To see how this library can be used, imagine that we are writing a credit 40 space or a hyphen. Before storing a credit card number in a database 48 following regular expression to validate credit card number formats: 60 format of a credit card number: 76 Those of you who are familiar with credit card processing, will have realized 78 it does not represent the format required by online credit card systems; these 86 for our credit card example we can write two algorithms like this to
|
D | partial_matches.qbk | 42 credit card number, as the user presses a key, the character entered
|
/third_party/iptables/include/linux/netfilter/ |
D | xt_limit.h | 19 __u32 credit; /* moved to xt_limit_priv */ member
|
/third_party/nghttp2/doc/sources/ |
D | contribute.rst | 18 to hand over that patch/code to us. We will credit you for your 19 changes as far as possible, to give credit but also to keep a trace
|
/third_party/boost/libs/numeric/ublas/doc/ |
D | ublas.css | 33 p.credit {
|
/third_party/libwebsockets/lib/roles/h2/ |
D | http2.c | 175 pps->u.update_window.credit = (unsigned int)bump; in lws_h2_update_peer_txcredit() 187 pps->u.update_window.credit = (unsigned int)bump; in lws_h2_update_peer_txcredit() 770 *q++ = (uint8_t)(pps->u.update_window.credit >> 24); in lws_h2_do_pps_send() 771 *q++ = (uint8_t)(pps->u.update_window.credit >> 16); in lws_h2_do_pps_send() 772 *q++ = (uint8_t)(pps->u.update_window.credit >> 8); in lws_h2_do_pps_send() 773 *q = (uint8_t)(pps->u.update_window.credit); in lws_h2_do_pps_send() 776 (int)pps->u.update_window.credit); in lws_h2_do_pps_send() 922 (int)pps->u.update_window.credit); in lws_h2_do_pps_send() 923 *p++ = (uint8_t)((pps->u.update_window.credit >> 24) & 0x7f); /* 31b */ in lws_h2_do_pps_send() 924 *p++ = (uint8_t)(pps->u.update_window.credit >> 16); in lws_h2_do_pps_send() [all …]
|
D | private-lib-roles-h2.h | 228 uint32_t credit; member
|
/third_party/boost/libs/numeric/odeint/doc/ |
D | odeint.idx | 22 credit
|
/third_party/curl/docs/ |
D | CONTRIBUTE.md | 45 patch/code to us. We will credit you for your changes as far as possible, to 46 give credit but also to keep a trace back to who made what changes. Please 225 [Reported-by: John Doe - credit the reporter] 226 [whatever-else-by: credit all helpers, finders, doers]
|
D | SECURITY-PROCESS.md | 59 when the release is out and make sure to credit all contributors properly.
|
D | CODE_REVIEW.md | 168 identifies related issues and giving credit to reporters and helpers.
|
/third_party/node/deps/npm/node_modules/extend/ |
D | README.md | 65 All credit to the jQuery authors for perfecting this amazing utility.
|
/third_party/boost/libs/hana/ |
D | CONTRIBUTING.md | 51 you for feedback. You will always be given proper credit.
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-smd/ |
D | README.md | 49 the proxy in the tx credit field of the serialization.
|
/third_party/ffmpeg/ |
D | LICENSE.md | 72 licensing details. Specifically note that you must credit the IJG in the
|
/third_party/node/deps/cares/ |
D | SECURITY.md | 60 workarounds, when the release is out and make sure to credit all
|
/third_party/node/deps/npm/node_modules/object-keys/ |
D | CHANGELOG.md | 130 * Giving credit to lodash.
|
/third_party/mesa3d/docs/relnotes/ |
D | 3.5 | 21 the credit for that.
|
/third_party/libwebsockets/READMEs/ |
D | README.coding.md | 482 3) http/2 introduces per-stream transmit credit... how much more you can send 484 stream sends stuff lws will reduce your credit accordingly, when it reaches 485 zero, you must not send anything further until lws receives "more credit" for 487 more credit for the stream appears, and lws built-in file serving (via mounts 488 etc) already takes care of observing the tx credit restrictions. However if 490 `lws_get_peer_write_allowance()` api to find out the state of your tx credit. 501 more tx credit has arrived for your stream.
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | TestingAndProcesses.md | 27 resolve the error or diagnose an upstream bug (but it is welcome as extra credit).
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | FTL.TXT | 47 credit/disclaimer to use in compliance with this license. We thus
|