Home
last modified time | relevance | path

Searched defs:API (Results 1 – 25 of 251) sorted by relevance

1234567891011

/third_party/node/deps/npm/node_modules/jsbn/
DREADME.md15 ## API section in jsbn: javascript big number
17 ### bi.toString()
21 ### bi.negate()
25 ### bi.abs
29 ### bi.compareTo
33 ### bi.bitLength
37 ### bi.mod
41 ### bi.modPowInt
45 ### bi.clone
49 ### bi.intValue
[all …]
/third_party/node/deps/npm/node_modules/yargs-parser/
DREADME.md50 ## API section in yargs-parser
52 ### require('yargs-parser')(args, opts={})
87 ### require('yargs-parser').detailed(args, opts={})
109 ### Configuration
123 ### short option groups
142 ### camel-case expansion
161 ### dot-notation
180 ### parse numbers
199 ### boolean negation
218 ### combine arrays
[all …]
/third_party/node/deps/npm/node_modules/combined-stream/
DReadme.md68 ## API section in combined-stream
70 ### CombinedStream.create([options])
79 ### combinedStream.pauseStreams = `true`
86 ### combinedStream.maxDataSize = `2 * 1024 * 1024`
91 ### combinedStream.dataSize = `0`
95 ### combinedStream.append(stream)
109 ### combinedStream.write(data)
114 ### combinedStream.resume()
120 ### combinedStream.pause();
126 ### combinedStream.end();
[all …]
/third_party/node/doc/api/
Dfs.md149 ### Class: `FileHandle`
560 ### `fsPromises.access(path[, mode])`
598 ### `fsPromises.appendFile(path, data[, options])`
622 ### `fsPromises.chmod(path, mode)`
633 ### `fsPromises.chown(path, uid, gid)`
645 ### `fsPromises.copyFile(src, dest[, mode])`
699 ### `fsPromises.lchmod(path, mode)`
712 ### `fsPromises.lchown(path, uid, gid)`
728 ### `fsPromises.lutimes(path, atime, mtime)`
745 ### `fsPromises.link(existingPath, newPath)`
[all …]
Durl.md97 ### Class: `URL`
582 ### Class: `URLSearchParams`
901 ### `url.domainToASCII(domain)`
929 ### `url.domainToUnicode(domain)`
957 ### `url.fileURLToPath(url)`
1001 ### `url.format(URL[, options])`
1055 ### `url.pathToFileURL(path)`
1090 ### `url.urlToHttpOptions(url)`
1147 ### Legacy `urlObject`
1260 ### `url.format(urlObject)`
[all …]
/third_party/node/test/common/
DREADME.md43 ### `allowGlobals(...allowlist)`
50 ### `canCreateSymLink()`
60 ### `createZeroFilledFile(filename)`
64 ### `disableCrashOnUnhandledRejection()`
72 ### `enoughTestCpu`
79 ### `enoughTestMem`
85 ### `expectsError(validator[, exact])`
98 ### `expectWarning(name[, expected[, code]])`
145 ### `getArrayBufferViews(buf)`
152 ### `getBufferSources(buf)`
[all …]
/third_party/node/deps/npm/node_modules/delayed-stream/
DReadme.md76 ## API section in delayed-stream
78 ### DelayedStream.create(source, [options])
87 ### delayedStream.source
93 ### delayedStream.pauseStream = true
98 ### delayedStream.maxDataSize = 1024 * 1024
111 ### delayedStream.dataSize = 0
115 ### delayedStream.readable
119 ### delayedStream.resume()
126 ### delayedStream.pause()
130 ### delayedStream.pipe(dest)
[all …]
/third_party/node/deps/npm/node_modules/tar/
DREADME.md66 ### Warnings
84 ### Examples
181 ### tar.c(options, fileList, callback) [alias: tar.create]
249 ### tar.x(options, fileList, callback) [alias: tar.extract]
348 ### tar.t(options, fileList, callback) [alias: tar.list]
386 ### tar.u(options, fileList, callback) [alias: tar.update]
437 ### tar.r(options, fileList, callback) [alias: tar.replace]
491 ### class tar.Pack
552 ### class tar.Pack.Sync
556 ### class tar.Unpack
[all …]
/third_party/node/deps/npm/node_modules/ini/
DREADME.md56 ## API section
58 ### decode(inistring)
62 ### parse(inistring)
66 ### encode(object, [options])
85 ### stringify(object, [options])
89 ### safe(val)
100 ### unsafe(val)
/third_party/node/deps/npm/node_modules/mime-types/
DREADME.md37 ## API section in mime-types
45 ### mime.lookup(path)
59 ### mime.contentType(type)
71 ### mime.extension(type)
79 ### mime.charset(type)
87 ### var type = mime.types[extension]
91 ### [extensions...] = mime.extensions[type]
/third_party/node/deps/npm/node_modules/uri-js/
DREADME.md8 ## API section in URI.js
10 ### Parsing
24 ### Serializing
28 ### Resolving
32 ### Normalizing
36 ### Comparison
40 ### IP Support
55 ### IRI Support
62 ### Options
/third_party/node/deps/npm/node_modules/npm-install-checks/
DREADME.md5 ## API section in npm-install-checks
7 ### .checkEngine(target, npmVer, nodeVer, force, strict, cb)
14 ### .checkPlatform(target, force, cb)
19 ### .checkCycle(target, ancestors, cb)
24 ### .checkGit(folder, cb)
/third_party/node/deps/npm/node_modules/buffer-from/
Dreadme.md31 ## API section in Buffer From
33 ### bufferFrom(array)
39 ### bufferFrom(arrayBuffer[, byteOffset[, length]])
51 ### bufferFrom(buffer)
57 ### bufferFrom(string[, encoding])
/third_party/node/deps/npm/node_modules/ci-info/
DREADME.md65 ## API section in ci-info
67 ### `ci.name`
76 ### `ci.isCI`
86 ### `ci.isPR`
92 ### `ci.<VENDOR-CONSTANT>`
/third_party/node/deps/npm/node_modules/is-ci/node_modules/ci-info/
DREADME.md64 ## API section in ci-info
66 ### `ci.name`
75 ### `ci.isCI`
85 ### `ci.isPR`
91 ### `ci.<VENDOR-CONSTANT>`
/third_party/node/deps/npm/node_modules/isexe/
DREADME.md30 ## API section in isexe
32 ### `isexe(path, [options], [callback])`
40 ### `isexe.sync(path, [options])`
44 ### Options
/third_party/node/deps/npm/node_modules/run-queue/
DREADME.md52 ## API section in run-queue
54 ### const queue = new RunQueue(options)
61 ### queue.add (prio, fn, args)
66 ### queue.run ()
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/
DREADME.md987 ## API section in Ajv: Another JSON Schema Validator
989 ##### new Ajv(Object options) -&gt; Object
994 ##### .compile(Object schema) -&gt; Function&lt;Object data&gt;
1003 …compileAsync"></a>.compileAsync(Object schema [, Boolean meta] [, Function callback]) -&gt; Promise
1018 ##### .validate(Object schema|String key|String ref, data) -&gt; Boolean
1031 ##### .addSchema(Array&lt;Object&gt;|Object schema [, String key]) -&gt; Ajv
1053 ##### .addMetaSchema(Array&lt;Object&gt;|Object schema [, String key]) -&gt; Ajv
1060 ##### <a name="api-validateschema"></a>.validateSchema(Object schema) -&gt; Boolean
1073 ##### .getSchema(String key) -&gt; Function&lt;Object data&gt;
1078 ##### .removeSchema([Object schema|String key|String ref|RegExp pattern]) -&gt; Ajv
[all …]
/third_party/node/deps/npm/node_modules/sha/
DREADME.md13 ## API section in sha
15 ### check(fileName, expected, [options,] cb) / checkSync(filename, expected, [options])
23 ### get(fileName, [options,] cb) / getSync(filename, [options])
31 ### stream(expected, [options])
/third_party/node/deps/npm/node_modules/through2/
DREADME.md55 ## API section in through2
61 ### options
78 ### transformFunction
88 ### flushFunction
/third_party/node/deps/npm/node_modules/ansi-align/
DREADME.md29 ## API section in ansi-align
31 ### `ansiAlign(text, [opts])`
59 ### `ansiAlign.center(text)`
63 ### `ansiAlign.right(text)`
67 ### `ansiAlign.left(text)`
/third_party/node/deps/npm/node_modules/genfun/
DREADME.md60 ### API subsection
67 #### `Genfun()`
97 #### <a name="addMethod"></a> `gf.add(<selector>, <body>)`
130 #### <a name="callNextMethod"></a> `Genfun.callNextMethod([...<arguments>])`
176 #### <a name="getContext"></a> `Genfun.getContext()`
195 #### <a name="noApplicableMethod"></a> `Genfun.noApplicableMethod(<gf>, <this>, <args>)`
/third_party/node/deps/npm/node_modules/got/
Dreadme.md53 ### API subsection
57 #### got(url, [options])
138 #### Streams
140 #### got.stream(url, [options])
167 #### got.get(url, [options])
168 #### got.post(url, [options])
169 #### got.put(url, [options])
170 #### got.patch(url, [options])
171 #### got.head(url, [options])
172 #### got.delete(url, [options])
/third_party/node/deps/npm/node_modules/umask/
DREADME.md17 ## API section in umask
19 ### `toString( val )`
24 ### `fromString( val, [cb] )`
61 ### `validate( data, k, val )`
/third_party/ejdb/src/jbr/
DREADME.md46 ### POST /{collection}
50 ### PUT /{collection}/{id}
54 ### DELETE /{collection}/{id}
59 ### PATCH /{collection}/{id}
64 ### GET | HEAD /{collections}/{id}
71 ### POST /
124 ### OPTIONS /
157 ### Commands

1234567891011