/third_party/nghttp2/third-party/llhttp/ |
D | README.md | 103 ## API section in llhttp 105 ### llhttp_settings_t 147 ### `void llhttp_init(llhttp_t* parser, llhttp_type_t type, const llhttp_settings_t* settings)` 151 ### `uint8_t llhttp_get_type(llhttp_t* parser)` 155 ### `uint8_t llhttp_get_http_major(llhttp_t* parser)` 159 ### `uint8_t llhttp_get_http_minor(llhttp_t* parser)` 163 ### `uint8_t llhttp_get_method(llhttp_t* parser)` 167 ### `int llhttp_get_status_code(llhttp_t* parser)` 171 ### `uint8_t llhttp_get_upgrade(llhttp_t* parser)` 175 ### `void llhttp_reset(llhttp_t* parser)` [all …]
|
/third_party/node/deps/npm/node_modules/@npmcli/config/ |
D | README.md | 96 ## API section in `@npmcli/config` 104 ### static `Config.typeDefs` 109 ### constructor `new Config(options)` 178 ### `config.load()` 185 ### `config.find(key)` 193 ### `config.get(key, where = 'cli')` 197 ### `config.set(key, value, where = 'cli')` 202 ### `config.delete(key, where = 'cli')` 206 ### `config.validate(where)` 223 ### `config.repair(problems)` [all …]
|
/third_party/node/doc/api/ |
D | fs.md | 150 ### Class: `FileHandle` 826 ### `fsPromises.access(path[, mode])` 866 ### `fsPromises.appendFile(path, data[, options])` 891 ### `fsPromises.chmod(path, mode)` 903 ### `fsPromises.chown(path, uid, gid)` 916 ### `fsPromises.copyFile(src, dest[, mode])` 970 ### `fsPromises.cp(src, dest[, options])` 1019 ### `fsPromises.lchmod(path, mode)` 1033 ### `fsPromises.lchown(path, uid, gid)` 1050 ### `fsPromises.lutimes(path, atime, mtime)` [all …]
|
D | url.md | 107 ### Class: `URL` 690 ### Class: `URLSearchParams` 1056 ### `url.domainToASCII(domain)` 1098 ### `url.domainToUnicode(domain)` 1140 ### `url.fileURLToPath(url)` 1185 ### `url.format(URL[, options])` 1240 ### `url.pathToFileURL(path)` 1276 ### `url.urlToHttpOptions(url)` 1363 ### Legacy `urlObject` 1480 ### `url.format(urlObject)` [all …]
|
D | dns.md | 863 ### Class: `dnsPromises.Resolver` 911 ### `resolver.cancel()` 922 ### `dnsPromises.getServers()` 945 ### `dnsPromises.lookup(hostname[, options])` 1012 ### `dnsPromises.lookupService(address, port)` 1039 ### `dnsPromises.resolve(hostname[, rrtype])` 1071 ### `dnsPromises.resolve4(hostname[, options])` 1088 ### `dnsPromises.resolve6(hostname[, options])` 1105 ### `dnsPromises.resolveAny(hostname)` 1152 ### `dnsPromises.resolveCaa(hostname)` [all …]
|
D | webstreams.md | 90 ## API section in Web Streams API 92 ### Class: `ReadableStream` 388 ### Class: `ReadableStreamDefaultReader` 459 ### Class: `ReadableStreamBYOBReader` 603 ### Class: `ReadableStreamDefaultController` 653 ### Class: `ReadableByteStreamController` 714 ### Class: `ReadableStreamBYOBRequest` 764 ### Class: `WritableStream` 884 ### Class: `WritableStreamDefaultWriter` 975 ### Class: `WritableStreamDefaultController` [all …]
|
D | readline.md | 554 ### Class: `readlinePromises.Interface` 614 ### Class: `readlinePromises.Readline` 715 ### `readlinePromises.createInterface(options)` 817 ### Class: `readline.Interface` 890 ### `readline.clearLine(stream, dir[, callback])` 918 ### `readline.clearScreenDown(stream[, callback])` 942 ### `readline.createInterface(options)` 1072 ### `readline.cursorTo(stream, x[, y][, callback])` 1098 ### `readline.moveCursor(stream, dx, dy[, callback])`
|
D | http2.md | 79 ### Server-side example 116 ### Client-side example 146 ### Class: `Http2Session` 742 ### Class: `ServerHttp2Session` 869 ### Class: `ClientHttp2Session` 1005 ### Class: `Http2Stream` 1453 ### Class: `ClientHttp2Stream` 1538 ### Class: `ServerHttp2Stream` 1917 ### Class: `Http2Server` 2137 ### Class: `Http2SecureServer` [all …]
|
/third_party/node/deps/npm/node_modules/libnpmaccess/ |
D | README.md | 23 ### API subsection 25 #### `opts` for all `libnpmaccess` commands 34 #### `spec` parameter for all `libnpmaccess` commands 39 #### `access.getCollaborators(spec, opts) -> Promise<Object>` 43 #### `access.getPackages(user|scope|team, opts) -> Promise<Object>` 51 #### `access.getVisibility(spec, opts) -> Promise<Object>` 55 #### `access.removePermissions(team, spec, opts) -> Promise<Boolean>` 61 #### `access.setAccess(package, access, opts) -> Promise<Boolean>` 73 #### access.setMfa(spec, level, opts) -> Promise<Boolean>` 84 #### access.setPermissions(team, spec, permssions, opts) -> Promise<Boolean>`
|
/third_party/node/test/common/ |
D | README.md | 80 ### `allowGlobals(...allowlist)` 87 ### `canCreateSymLink()` 97 ### `createZeroFilledFile(filename)` 101 ### `enoughTestMem` 107 ### `expectsError(validator[, exact])` 120 ### `expectWarning(name[, expected[, code]])` 167 ### `getArrayBufferViews(buf)` 174 ### `getBufferSources(buf)` 182 ### `getCallSite(func)` 189 ### `getTTYfd()` [all …]
|
/third_party/node/deps/npm/node_modules/libnpmteam/ |
D | README.md | 55 ### API subsection 57 #### <a name="opts"></a> `opts` for `libnpmteam` commands 70 #### <a name="create"></a> `> team.create(team, [opts]) -> Promise` 84 #### <a name="destroy"></a> `> team.destroy(team, [opts]) -> Promise` 96 #### <a name="add"></a> `> team.add(user, team, [opts]) -> Promise` 107 #### <a name="rm"></a> `> team.rm(user, team, [opts]) -> Promise` 118 #### <a name="ls-teams"></a> `> team.lsTeams(scope, [opts]) -> Promise` 135 #### <a name="ls-teams-stream"></a> `> team.lsTeams.stream(scope, [opts]) -> Stream` 155 #### <a name="ls-users"></a> `> team.lsUsers(team, [opts]) -> Promise` 172 #### <a name="ls-users-stream"></a> `> team.lsUsers.stream(team, [opts]) -> Stream`
|
/third_party/node/deps/npm/node_modules/libnpmhook/ |
D | README.md | 39 ### API subsection 41 #### <a name="opts"></a> `opts` for `libnpmhook` commands 54 #### <a name="add"></a> `> hooks.add(name, endpoint, secret, [opts]) -> Promise` 97 #### <a name="find"></a> `> hooks.find(id, [opts]) -> Promise` 129 #### <a name="rm"></a> `> hooks.rm(id, [opts]) -> Promise` 172 #### <a name="update"></a> `> hooks.update(id, endpoint, secret, [opts]) -> Promise` 212 #### <a name="ls"></a> `> hooks.ls([opts]) -> Promise` 242 #### <a name="ls-stream"></a> `> hooks.ls.stream([opts]) -> Stream`
|
/third_party/musl/docs/ |
D | status.md | 98 ### 内核拦截 131 ### 应用开发功能限制 171 ### 不同设备形态可能会导致内核特性的使能方式有所不同 183 ### SELinux 限制 193 ### 空实现或默认失败的函数
|
/third_party/node/deps/npm/node_modules/libnpmfund/ |
D | README.md | 63 ### API subsection 65 ##### <a name="fund.read"></a> `> fund.read([opts]) -> Promise<Object>` 80 ##### <a name="fund.readTree"></a> `> fund.readTree(tree, [opts]) -> Promise<Object>` 103 ##### <a name="fund.normalizeFunding"></a> `> fund.normalizeFunding(funding) -> Object` 117 ##### <a name="fund.isValidFunding"></a> `> fund.isValidFunding(funding) -> Boolean`
|
/third_party/node/deps/npm/node_modules/libnpmorg/ |
D | README.md | 41 ### API subsection 43 #### <a name="opts"></a> `opts` for `libnpmorg` commands 56 #### <a name="set"></a> `> org.set(org, user, [role], [opts]) -> Promise` 86 #### <a name="rm"></a> `> org.rm(org, user, [opts]) -> Promise` 102 #### <a name="ls"></a> `> org.ls(org, [opts]) -> Promise` 125 #### <a name="ls-stream"></a> `> org.ls.stream(org, [opts]) -> Stream`
|
/third_party/ltp/doc/ |
D | LTP-Library-API-Writing-Guidelines.asciidoc | 28 2.1 LTP-001: Sources have tst_ prefix 35 2.2 LTP-002: TST_RET and TST_ERR are not modified 46 2.3 LTP-003: Externally visible library symbols have the tst_ prefix 65 3.1 Shell libraries
|
/third_party/icu/docs/userguide/icu_data/ |
D | tracing.md | 111 ### UTRACE_UDATA_RESOURCE 134 ### UTRACE_UDATA_BUNDLE 142 ### UTRACE_UDATA_DATA_FILE 148 ### UTRACE_UDATA_RES_FILE
|
/third_party/skia/site/docs/user/modules/ |
D | pathkit.md | 227 ## API section 262 ### PathKit 386 [SVGMatrix](https://developer.mozilla.org/en-US/docs/Web/API/SVGMatrix), a argument 766 ### SkOpBuilder (object) 786 ### SkMatrix (struct) 791 ### SkRect (struct) 801 ### StrokeOpts (struct) 818 ### PathOp (enum) 831 ### FillType (enum) 844 ### StrokeJoin (enum) [all …]
|
/third_party/node/benchmark/ |
D | README.md | 61 ### `createBenchmark(fn, configs[, options])` 65 ### `default_http_benchmarker` 70 ### `PORT` 75 ### `sendResult(data)`
|
/third_party/node/deps/npm/node_modules/libnpmsearch/ |
D | README.md | 47 ### API subsection 49 #### <a name="opts"></a> `opts` for `libnpmsearch` commands 71 #### <a name="search"></a> `> search(query, [opts]) -> Promise` 125 #### <a name="search-stream"></a> `> search.stream(query, [opts]) -> Stream`
|
/third_party/node/deps/npm/node_modules/libnpmpublish/ |
D | README.md | 31 ### API subsection 33 #### <a name="opts"></a> `opts` for `libnpmpublish` commands 65 #### <a name="publish"></a> `> libpub.publish(manifest, tarData, [opts]) -> Promise` 104 #### <a name="unpublish"></a> `> libpub.unpublish(spec, [opts]) -> Promise`
|
/third_party/node/deps/minimatch/src/node_modules/balanced-match/ |
D | README.md | 35 ## API section in balanced-match 37 ### var m = balanced(a, b, str) 52 ### var r = balanced.range(a, b, str)
|
/third_party/node/doc/contributing/ |
D | using-internal-errors.md | 137 ## API section in Using the internal/errors.js module 139 ### Object: errors.codes 143 ### Method: errors.message(key, args)
|
/third_party/node/deps/npm/node_modules/pacote/ |
D | README.md | 76 ## API section in pacote 124 ### Options 182 ### Advanced API
|
/third_party/libwebsockets/lib/abstract/ |
D | README.md | 54 ### `lws_abs_t` 103 ### Instantiation 109 ### `lws_token_map_t`
|