Home
last modified time | relevance | path

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

12345678910>>...13

/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/test/common/
DREADME.md42 ### `allowGlobals(...whitelist)`
49 ### `canCreateSymLink()`
59 ### `createZeroFilledFile(filename)`
63 ### `disableCrashOnUnhandledRejection()`
71 ### `enoughTestCpu`
78 ### `enoughTestMem`
84 ### expectsError(validator\[, exact\])
96 ### `expectWarning(name[, expected[, code]])`
143 ### `getArrayBufferViews(buf)`
150 ### `getBufferSources(buf)`
[all …]
/third_party/node/tools/node_modules/eslint/node_modules/vfile/
Dreadme.md138 ## API section in ![vfile][]
140 ### `VFile([options])`
164 ### `vfile.contents`
168 ### `vfile.cwd`
172 ### `vfile.path`
176 ### `vfile.basename`
182 ### `vfile.stem`
187 ### `vfile.extname`
192 ### `vfile.dirname`
197 ### `vfile.history`
[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/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/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/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/doc/api/
Durl.md72 ### Class: `URL`
551 ### Class: `URLSearchParams`
870 ### `url.domainToASCII(domain)`
895 ### `url.domainToUnicode(domain)`
920 ### `url.fileURLToPath(url)`
945 ### `url.format(URL[, options])`
984 ### `url.pathToFileURL(path)`
1013 ### Legacy `urlObject`
1123 ### `url.format(urlObject)`
1216 ### `url.parse(urlString[, parseQueryString[, slashesDenoteHost]])`
[all …]
/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/tools/node_modules/eslint/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/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/tools/node_modules/eslint/node_modules/js-yaml/
DREADME.md74 API section in JS-YAML - YAML 1.2 parser / writer for JavaScript
96 ### safeLoad (string [ , options ])
130 ### load (string [ , options ])
145 ### safeLoadAll (string [, iterator] [, options ])
159 ### loadAll (string [, iterator] [ , options ])
164 ### safeDump (object [ , options ])
227 ### dump (object [ , options ])
/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/tools/node_modules/eslint/node_modules/markdown-escapes/
Dreadme.md30 ## API section in markdown-escapes
32 ### `escapes([options])`
42 ### `escapes.default`
46 ### `escapes.gfm`
50 ### `escapes.commonmark`
/third_party/node/tools/node_modules/eslint/node_modules/ajv/
DREADME.md947 ## API section in Ajv: Another JSON Schema Validator
949 ##### new Ajv(Object options) -&gt; Object
954 ##### .compile(Object schema) -&gt; Function&lt;Object data&gt;
963 …compileAsync"></a>.compileAsync(Object schema [, Boolean meta] [, Function callback]) -&gt; Promise
978 ##### .validate(Object schema|String key|String ref, data) -&gt; Boolean
991 ##### .addSchema(Array&lt;Object&gt;|Object schema [, String key]) -&gt; Ajv
1013 ##### .addMetaSchema(Array&lt;Object&gt;|Object schema [, String key]) -&gt; Ajv
1020 ##### <a name="api-validateschema"></a>.validateSchema(Object schema) -&gt; Boolean
1033 ##### .getSchema(String key) -&gt; Function&lt;Object data&gt;
1038 ##### .removeSchema([Object schema|String key|String ref|RegExp pattern]) -&gt; Ajv
[all …]
/third_party/node/tools/node_modules/eslint/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/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/through2/
DREADME.md55 ## API section in through2
61 ### options
78 ### transformFunction
88 ### flushFunction
/third_party/node/tools/node_modules/eslint/node_modules/trim/
DReadme.md13 ## API section in trim
21 ### trim(str)
30 ### .left(str)
38 ### .right(str)
/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])

12345678910>>...13