Home
last modified time | relevance | path

Searched refs:isDeep (Results 1 – 14 of 14) sorted by relevance

/plugin/asciidocjs/node_modules/lodash/
Domit.js40 var isDeep = false;
43 isDeep || (isDeep = path.length > 1);
47 if (isDeep) {
D_initCloneByTag.js41 function initCloneByTag(object, tag, isDeep) { argument
52 return cloneDataView(object, isDeep);
57 return cloneTypedArray(object, isDeep);
D_baseClone.js92 isDeep = bitmask & CLONE_DEEP_FLAG,
108 if (!isDeep) {
116 return cloneBuffer(value, isDeep);
120 if (!isDeep) {
129 result = initCloneByTag(value, tag, isDeep);
D_cloneDataView.js11 function cloneDataView(dataView, isDeep) { argument
12 var buffer = isDeep ? cloneArrayBuffer(dataView.buffer) : dataView.buffer;
D_cloneTypedArray.js11 function cloneTypedArray(typedArray, isDeep) { argument
12 var buffer = isDeep ? cloneArrayBuffer(typedArray.buffer) : typedArray.buffer;
D_cloneBuffer.js24 function cloneBuffer(buffer, isDeep) { argument
25 if (isDeep) {
Dlodash.js2664 isDeep = bitmask & CLONE_DEEP_FLAG,
2680 if (!isDeep) {
2688 return cloneBuffer(value, isDeep);
2692 if (!isDeep) {
2701 result = initCloneByTag(value, tag, isDeep);
4568 function cloneBuffer(buffer, isDeep) { argument
4569 if (isDeep) {
4600 function cloneDataView(dataView, isDeep) { argument
4601 var buffer = isDeep ? cloneArrayBuffer(dataView.buffer) : dataView.buffer;
4637 function cloneTypedArray(typedArray, isDeep) { argument
[all …]
/plugin/sequencediagram/bower_components/lodash/
Dlodash.js2622 isDeep = bitmask & CLONE_DEEP_FLAG,
2638 if (!isDeep) {
2646 return cloneBuffer(value, isDeep);
2650 if (!isDeep) {
2659 result = initCloneByTag(value, tag, isDeep);
4506 function cloneBuffer(buffer, isDeep) { argument
4507 if (isDeep) {
4538 function cloneDataView(dataView, isDeep) { argument
4539 var buffer = isDeep ? cloneArrayBuffer(dataView.buffer) : dataView.buffer;
4575 function cloneTypedArray(typedArray, isDeep) { argument
[all …]
/plugin/sequencediagram/bower_components/lodash/dist/
Dlodash.js2622 isDeep = bitmask & CLONE_DEEP_FLAG,
2638 if (!isDeep) {
2646 return cloneBuffer(value, isDeep);
2650 if (!isDeep) {
2659 result = initCloneByTag(value, tag, isDeep);
4506 function cloneBuffer(buffer, isDeep) { argument
4507 if (isDeep) {
4538 function cloneDataView(dataView, isDeep) { argument
4539 var buffer = isDeep ? cloneArrayBuffer(dataView.buffer) : dataView.buffer;
4575 function cloneTypedArray(typedArray, isDeep) { argument
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js4033 function baseClone(value, isDeep, customizer, key, object, stackA, stackB) {
4047 if (!isDeep) {
4056 if (!isDeep) {
4061 ? initCloneByTag(value, tag, isDeep)
4081 result[key] = baseClone(subValue, isDeep, customizer, key, value, stackA, stackB);
4291 function baseFlatten(array, isDeep, isStrict, fromIndex) {
4301 if (isDeep) {
4303 value = baseFlatten(value, isDeep, isStrict);
5878 function initCloneByTag(object, tag, isDeep) {
5892 return new Ctor(isDeep ? bufferClone(buffer) : buffer, object.byteOffset, object.length);
[all …]
Dpdfmake.min.js.map1isDeep","stackA","stackB","initCloneArray","tag","objToString","isFunc","funcTag","objectTag","arg…
/plugin/sequencediagram/bower_components/lodash/test/
Dtest.js2791 isDeep = methodName == 'cloneDeep';
2833 assert.strictEqual(actual[0], isDeep ? 2 : 1);
2950 if (isDeep) {
3040 …QUnit.test('`_.' + methodName + '` should perform a ' + (isDeep ? 'deep' : 'shallow') + ' clone wh…
3048 if (isDeep) {
3084 assert.strictEqual(actual.buffer === view.buffer, !isDeep);
3117 isDeep = methodName == 'cloneDeepWith';
3132 assert.deepEqual(argsList, isDeep ? [[object], [1, 'a', object]] : [[object]]);
25699 isDeep = methodName == 'zipObjectDeep';
25720 …QUnit.test('`_.' + methodName + '` should ' + (isDeep ? '' : 'not ') + 'support deep paths', funct…
[all …]
/plugin/dirtylittlehelper/script/
Dmermaid.min.js.map1isDeep","isFlat","isFull","isArr","isFunc","stacked","subValue","keysFunc","keysIn","global","func…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1isDeep = bitmask & CLONE_DEEP_FLAG,\n isFlat = bitmask & CLONE_FLAT_FLAG,\n isFull = bit…