Home
last modified time | relevance | path

Searched refs:thingy (Results 1 – 24 of 24) sorted by relevance

/third_party/node/deps/npm/node_modules/gentle-fs/node_modules/aproba/
Dindex.js3 function isArguments (thingy) { argument
4 return thingy != null && typeof thingy === 'object' && thingy.hasOwnProperty('callee')
9 …A: {label: 'array', check: function (thingy) { return Array.isArray(thingy) || isArguments(thingy)… argument
10 S: {label: 'string', check: function (thingy) { return typeof thingy === 'string' }}, argument
11 N: {label: 'number', check: function (thingy) { return typeof thingy === 'number' }}, argument
12 F: {label: 'function', check: function (thingy) { return typeof thingy === 'function' }}, argument
13 …', check: function (thingy) { return typeof thingy === 'object' && thingy != null && !types.A.chec… argument
14 B: {label: 'boolean', check: function (thingy) { return typeof thingy === 'boolean' }}, argument
15 E: {label: 'error', check: function (thingy) { return thingy instanceof Error }}, argument
16 Z: {label: 'null', check: function (thingy) { return thingy == null }} argument
/third_party/node/deps/npm/node_modules/copy-concurrently/node_modules/aproba/
Dindex.js3 function isArguments (thingy) { argument
4 return thingy != null && typeof thingy === 'object' && thingy.hasOwnProperty('callee')
9 …A: {label: 'array', check: function (thingy) { return Array.isArray(thingy) || isArguments(thingy)… argument
10 S: {label: 'string', check: function (thingy) { return typeof thingy === 'string' }}, argument
11 N: {label: 'number', check: function (thingy) { return typeof thingy === 'number' }}, argument
12 F: {label: 'function', check: function (thingy) { return typeof thingy === 'function' }}, argument
13 …', check: function (thingy) { return typeof thingy === 'object' && thingy != null && !types.A.chec… argument
14 B: {label: 'boolean', check: function (thingy) { return typeof thingy === 'boolean' }}, argument
15 E: {label: 'error', check: function (thingy) { return thingy instanceof Error }}, argument
16 Z: {label: 'null', check: function (thingy) { return thingy == null }} argument
/third_party/node/deps/npm/node_modules/gauge/node_modules/aproba/
Dindex.js3 function isArguments (thingy) { argument
4 return thingy != null && typeof thingy === 'object' && thingy.hasOwnProperty('callee')
9 …A: {label: 'array', check: function (thingy) { return Array.isArray(thingy) || isArguments(thingy)… argument
10 S: {label: 'string', check: function (thingy) { return typeof thingy === 'string' }}, argument
11 N: {label: 'number', check: function (thingy) { return typeof thingy === 'number' }}, argument
12 F: {label: 'function', check: function (thingy) { return typeof thingy === 'function' }}, argument
13 …', check: function (thingy) { return typeof thingy === 'object' && thingy != null && !types.A.chec… argument
14 B: {label: 'boolean', check: function (thingy) { return typeof thingy === 'boolean' }}, argument
15 E: {label: 'error', check: function (thingy) { return thingy instanceof Error }}, argument
16 Z: {label: 'null', check: function (thingy) { return thingy == null }} argument
/third_party/node/deps/npm/node_modules/run-queue/node_modules/aproba/
Dindex.js3 function isArguments (thingy) { argument
4 return thingy != null && typeof thingy === 'object' && thingy.hasOwnProperty('callee')
9 …A: {label: 'array', check: function (thingy) { return Array.isArray(thingy) || isArguments(thingy)… argument
10 S: {label: 'string', check: function (thingy) { return typeof thingy === 'string' }}, argument
11 N: {label: 'number', check: function (thingy) { return typeof thingy === 'number' }}, argument
12 F: {label: 'function', check: function (thingy) { return typeof thingy === 'function' }}, argument
13 …', check: function (thingy) { return typeof thingy === 'object' && thingy != null && !types.A.chec… argument
14 B: {label: 'boolean', check: function (thingy) { return typeof thingy === 'boolean' }}, argument
15 E: {label: 'error', check: function (thingy) { return thingy instanceof Error }}, argument
16 Z: {label: 'null', check: function (thingy) { return thingy == null }} argument
/third_party/node/deps/npm/node_modules/move-concurrently/node_modules/aproba/
Dindex.js3 function isArguments (thingy) { argument
4 return thingy != null && typeof thingy === 'object' && thingy.hasOwnProperty('callee')
9 …A: {label: 'array', check: function (thingy) { return Array.isArray(thingy) || isArguments(thingy)… argument
10 S: {label: 'string', check: function (thingy) { return typeof thingy === 'string' }}, argument
11 N: {label: 'number', check: function (thingy) { return typeof thingy === 'number' }}, argument
12 F: {label: 'function', check: function (thingy) { return typeof thingy === 'function' }}, argument
13 …', check: function (thingy) { return typeof thingy === 'object' && thingy != null && !types.A.chec… argument
14 B: {label: 'boolean', check: function (thingy) { return typeof thingy === 'boolean' }}, argument
15 E: {label: 'error', check: function (thingy) { return thingy instanceof Error }}, argument
16 Z: {label: 'null', check: function (thingy) { return thingy == null }} argument
/third_party/typescript/tests/baselines/reference/
DunusedImportDeclaration.types5 var thingy: B = {
6 >thingy : B
18 foo("IN " + thingy.me + "!");
19 >foo("IN " + thingy.me + "!") : void
21 >"IN " + thingy.me + "!" : string
22 >"IN " + thingy.me : string
24 >thingy.me : string
25 >thingy : B
DunusedImportDeclaration.symbols5 var thingy: B = {
6 >thingy : Symbol(thingy, Decl(unusedImportDeclaration_testerA.ts, 1, 3))
17 foo("IN " + thingy.me + "!");
19 >thingy.me : Symbol(B.me, Decl(unusedImportDeclaration_testerB.ts, 0, 15))
20 >thingy : Symbol(thingy, Decl(unusedImportDeclaration_testerA.ts, 1, 3))
DunusedImportDeclaration.js11 var thingy: B = { variable
15 foo("IN " + thingy.me + "!");
29 var thingy = { variable
32 foo("IN " + thingy.me + "!");
/third_party/python/Lib/test/crashers/
Dunderlying_dict.py3 thingy = object() variable
7 x = thingy
9 r = gc.get_referrers(thingy)
/third_party/node/deps/npm/node_modules/aproba/
Dindex.js4 function isArguments (thingy) { argument
5 return thingy != null && typeof thingy === 'object' && thingy.hasOwnProperty('callee')
/third_party/typescript/tests/cases/compiler/
DunusedImportDeclaration.ts11 var thingy: B = { variable
15 foo("IN " + thingy.me + "!");
/third_party/node/test/fixtures/
Ddoc_with_yaml.md23 ## Deprecated thingy
29 Describe `Deprecated thingy` in more detail here. fg(1p)
/third_party/node/test/doctool/
Dtest-doctool-json.mjs125 textRaw: 'Deprecated thingy',
132 desc: '<p>Describe <code>Deprecated thingy</code> in more ' +
135 displayName: 'Deprecated thingy'
Dtest-doctool-html.mjs83 '<h3>Deprecated thingy<span><a class="mark" ' +
87 '<code>Deprecated thingy</code> in more detail here.' +
/third_party/node/deps/npm/node_modules/validate-npm-package-name/
DREADME.md52 validate("@npm/thingy")
/third_party/python/Doc/tutorial/
Dintroduction.rst198 Usage: thingy [OPTIONS]
207 Usage: thingy [OPTIONS]
/third_party/harfbuzz/perf/texts/
Den-words.txt10864 thingy
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt10864 thingy
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst3040 - zink: add input attachment thingy for spirv builder
3216 - zink: remove fbfetch layout thingy from zs renderpass init
/third_party/libsoup/
DChangeLog.pre-git6498 thingy so that it's possible to cancel a read from inside a
/third_party/gstreamer/gstplugins_base/docs/random/
DChangeLog-0.815280 Fix compile issue with new caps system (const thingy).
/third_party/gstreamer/gstplugins_bad/docs/random/
DChangeLog-0.817451 Fix compile issue with new caps system (const thingy).
/third_party/gstreamer/gstplugins_base/
DChangeLog133300 …gst/typefind/gsttypefindfunctions.c: Move scan helper thingy to the beginning of the file so we ca…
133306 Move scan helper thingy to the beginning of the file so we can use
/third_party/gstreamer/gstplugins_bad/
DChangeLog203631 Fix up things that the indent thingy complained about