Home
last modified time | relevance | path

Searched refs:deep (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/third_party/node/deps/npm/node_modules/har-validator/node_modules/fast-deep-equal/
DREADME.md1 # fast-deep-equal
2 The fastest deep equal with ES6 Map, Set and Typed arrays support.
4 …https://travis-ci.org/epoberezkin/fast-deep-equal.svg?branch=master)](https://travis-ci.org/epober…
5 [![npm](https://img.shields.io/npm/v/fast-deep-equal.svg)](https://www.npmjs.com/package/fast-deep-…
6 …io/repos/github/epoberezkin/fast-deep-equal/badge.svg?branch=master)](https://coveralls.io/github/…
12 npm install fast-deep-equal
22 ES6 equal (`require('fast-deep-equal/es6')`) also supports:
31 var equal = require('fast-deep-equal');
38 var equal = require('fast-deep-equal/es6');
47 var equal = require('fast-deep-equal/react');
[all …]
/third_party/node/deps/npm/node_modules/deep-extend/
DREADME.md6 …https://api.travis-ci.org/unclechu/node-deep-extend.svg?branch=master)](https://travis-ci.org/uncl…
8 [![NPM](https://nodei.co/npm/deep-extend.png?downloads=true&downloadRank=true&stars=true)](https://…
14 $ npm install deep-extend
21 var deepExtend = require('deep-extend');
86 [here](https://github.com/unclechu/node-deep-extend/issues).
/third_party/PyYAML/lib/yaml/
Dconstructor.py67 def construct_object(self, node, deep=False): argument
70 if deep:
113 if deep:
124 def construct_sequence(self, node, deep=False): argument
129 return [self.construct_object(child, deep=deep)
132 def construct_mapping(self, node, deep=False): argument
139 key = self.construct_object(key_node, deep=deep)
143 value = self.construct_object(value_node, deep=deep)
147 def construct_pairs(self, node, deep=False): argument
154 key = self.construct_object(key_node, deep=deep)
[all …]
/third_party/python/Doc/library/
Dcopy.rst1 :mod:`copy` --- Shallow and deep copy operations
5 :synopsis: Shallow and deep copy operations.
14 changing the other. This module provides generic shallow and deep copy
27 Return a deep copy of *x*.
36 The difference between shallow and deep copying is only relevant for compound
42 * A *deep copy* constructs a new compound object and then, recursively, inserts
45 Two problems often exist with deep copy operations that don't exist with shallow
51 * Because deep copy copies everything it may copy too much, such as data
85 The latter is called to implement the deep copy operation; it is passed one
87 to make a deep copy of a component, it should call the :func:`deepcopy` function
/third_party/typescript/tests/baselines/reference/
DobjectLiteralParameterResolution.types4 >extend : { <T>(target: T, ...objs: any[]): T; <T>(deep: boolean, target: T, ...objs: any[]): T; }
8 extend<T>(deep: boolean, target: T, ...objs: any[]): T;
9 >extend : { <T>(target: T, ...objs: any[]): T; <T>(deep: boolean, target: T, ...objs: any[]): T; }
10 >deep : boolean
20 >$.extend : { <T>(target: T, ...objs: any[]): T; <T>(deep: boolean, target: T, ...objs: any[]): T; }
22 >extend : { <T>(target: T, ...objs: any[]): T; <T>(deep: boolean, target: T, ...objs: any[]): T; }
DobjectLiteralParameterResolution.symbols13 extend<T>(deep: boolean, target: T, ...objs: any[]): T;
16 >deep : Symbol(deep, Decl(objectLiteralParameterResolution.ts, 2, 14))
DrecursivelyExpandingUnionNoStackoverflow.errors.txt1 …NoStackoverflow.ts(3,10): error TS2589: Type instantiation is excessively deep and possibly infini…
10 !!! error TS2589: Type instantiation is excessively deep and possibly infinite.
DmappedTypeRecursiveInference.symbols20 declare function foo<T>(deep: Deep<T>): T;
23 >deep : Symbol(deep, Decl(mappedTypeRecursiveInference.ts, 3, 24))
DexcessivelyLargeTupleSpread.errors.txt1 …argeTupleSpread.ts(6,10): error TS2589: Type instantiation is excessively deep and possibly infini…
15 !!! error TS2589: Type instantiation is excessively deep and possibly infinite.
/third_party/libxml2/test/URI/
Duri.data16 http://elsewhere.com/#deep
17 http://elsewhere.com/?deep
18 http://elsewhere.com/?deep#deep2
/third_party/node/deps/npm/node_modules/extend/
Dindex.js70 var deep = false;
74 deep = target;
95 if (deep && copy && (isPlainObject(copy) || (copyIsArray = isArray(copy)))) {
104 setProperty(target, { name: name, newValue: extend(deep, clone, copy) });
DREADME.md13 now offers the same functionality natively (but without the "deep copy" option).
31 **Syntax:** extend **(** [`deep`], `target`, `object1`, [`objectN`] **)**
44 If a boolean true is specified as the first argument, extend performs a deep copy, recursively copy…
50 * `deep` *Boolean* (optional)
51 If set, the merge becomes recursive (i.e. deep copy).
/third_party/python/Lib/
Dcopy.py262 deep = memo is not None
263 if deep and args:
266 if deep:
270 if deep:
286 if deep:
294 if deep:
/third_party/vk-gl-cts/framework/platform/ohos/
Dtestmain.cpp100 …ode, std::vector<tcu::TestNode *> &casePath, std::vector<std::string> &namePath, uint32_t deep = 0) in GetCasePath() argument
102 if (deep >= namePath.size()) in GetCasePath()
104 if (namePath[deep].compare(node->getName()) != 0) in GetCasePath()
121 if (GetCasePath(children[i], casePath, namePath, deep + 1)) in GetCasePath()
/third_party/libxml2/result/URI/
Duri.data16 http://elsewhere.com/#deep
17 http://elsewhere.com/?deep
18 http://elsewhere.com/?deep#deep2
/third_party/typescript/src/testRunner/unittests/tsserver/
Dsession.ts106 expect(lastSent).to.deep.equal(expected);
121 expect(session.executeCommand(req)).to.deep.equal({
124 expect(lastSent).to.deep.equal({
331 expect(lastSent).to.deep.equal(<protocol.ConfigureResponse>{
374 })).to.deep.equal(result);
402 expect(lastSent).to.deep.equal({
422 expect(lastSent).to.deep.equal({
542 expect(session.lastSent).to.deep.equal({
559 })).to.deep.equal({
706 expect(resp.body).to.deep.equal(toEcho);
/third_party/node/deps/npm/test/tap/
Dpack-files-and-ignores.js80 deep: File(''), property
85 deep: File(''), property
87 deep: File(''), property
120 deep: File(''), property
124 deep: File(''), property
131 deep: File('') property
166 deep: File(''), property
171 deep: File(''), property
173 deep: File(''), property
/third_party/node/deps/npm/node_modules/registry-auth-token/
DREADME.md27 // Find the registry auth token for a given URL (with deep path):
29 // URL passed is `//some.host/registry/deep/path`
31 console.log(getAuthToken('//some.host/registry/deep/path', {recursive: true}))
/third_party/node/deps/npm/node_modules/object-assign/
Dreadme.md56 - [deep-assign](https://github.com/sindresorhus/deep-assign) - Recursive `Object.assign()`
/third_party/mesa3d/src/hgl/
DGLView.cpp273 BGLView::Archive(BMessage* data, bool deep) const in Archive()
275 return BView::Archive(data, deep); in Archive()
542 BGLScreen::Archive(BMessage* data, bool deep) const
544 return BWindowScreen::Archive(data, deep);
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_deep_texture3D.txt114 height for deep 3D
117 deep 3D textures
122 1) Does this spec require that the texture exposed actually be deep?
/third_party/openGLES/extensions/NV/
DNV_deep_texture3D.txt114 height for deep 3D
117 deep 3D textures
122 1) Does this spec require that the texture exposed actually be deep?
/third_party/jsframework/runtime/main/reactivity/
Dwatcher.js67 if (this.deep) {
131 ((isObject(value) || this.deep) && !this.shallow)
/third_party/node/deps/npm/node_modules/dot-prop/
Dreadme.md22 dotProp.get({foo: {bar: 'a'}}, 'foo.notDefined.deep');
25 dotProp.get({foo: {bar: 'a'}}, 'foo.notDefined.deep', 'default value');
/third_party/python/Lib/xml/dom/
Dminidom.py206 def cloneNode(self, deep): argument
207 return _clone_node(self, deep, self.ownerDocument or self)
1325 def cloneNode(self, deep): argument
1332 if deep:
1650 def cloneNode(self, deep): argument
1651 if not deep:
1658 childclone = _clone_node(n, deep, clone)
1807 def importNode(self, node, deep): argument
1812 return _clone_node(node, deep, self)
1887 def _clone_node(node, deep, newOwnerDocument): argument
[all …]

12345678910>>...13