Home
last modified time | relevance | path

Searched refs:customizer (Results 1 – 10 of 10) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.core.js657 function baseIsEqual(value, other, bitmask, customizer, stack) { argument
708 ? equalArrays(object, other, bitmask, customizer, equalFunc, stack)
977 function copyObject(source, props, object, customizer) { argument
987 var newValue = customizer
988 ? customizer(object[key], source[key], key, object, source)
1014 customizer = length > 1 ? sources[length - 1] : undefined;
1016 customizer = (assigner.length > 3 && typeof customizer == 'function')
1017 ? (length--, customizer)
1024 assigner(object, source, index, customizer);
1178 function equalArrays(array, other, bitmask, customizer, equalFunc, stack) { argument
[all …]
H A Dlodash.js2626 if (customizer) {
3982 newValue = customizer ? customizer(objValue, key, nested) : undefined;
4841 customizer = (assigner.length > 3 && typeof customizer == 'function')
4846 customizer = length < 3 ? undefined : customizer;
11065 customizer = typeof customizer == 'function' ? customizer : undefined;
11120 customizer = typeof customizer == 'function' ? customizer : undefined;
11568 customizer = typeof customizer == 'function' ? customizer : undefined;
11569 var result = customizer ? customizer(value, other) : undefined;
11860 customizer = typeof customizer == 'function' ? customizer : undefined;
13702 customizer = typeof customizer == 'function' ? customizer : undefined;
[all …]
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js2626 if (customizer) {
3982 newValue = customizer ? customizer(objValue, key, nested) : undefined;
4841 customizer = (assigner.length > 3 && typeof customizer == 'function')
4846 customizer = length < 3 ? undefined : customizer;
11065 customizer = typeof customizer == 'function' ? customizer : undefined;
11120 customizer = typeof customizer == 'function' ? customizer : undefined;
11568 customizer = typeof customizer == 'function' ? customizer : undefined;
11569 var result = customizer ? customizer(value, other) : undefined;
11860 customizer = typeof customizer == 'function' ? customizer : undefined;
13702 customizer = typeof customizer == 'function' ? customizer : undefined;
[all …]
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md4566 <h3 id="_clonedeepwithvalue-customizer"><code>_.cloneDeepWith(value, [customizer])</code></h3>
4583 function customizer(value) {
4604 <h3 id="_clonewithvalue-customizer"><code>_.cloneWith(value, [customizer])</code></h3>
4624 function customizer(value) {
5147 <h3 id="_isequalwithvalue-other-customizer"><code>_.isEqualWith(value, other, [customizer])</code><…
5181 _.isEqualWith(array, other, customizer);
5430 <h3 id="_ismatchwithobject-source-customizer"><code>_.isMatchWith(object, source, [customizer])</co…
7077 <h3 id="_assignwithobject-sources-customizer"><code>_.assignWith(object, sources, [customizer])</co…
7948 <h3 id="_mergewithobject-sources-customizer"><code>_.mergeWith(object, sources, customizer)</code><…
7982 _.mergeWith(object, other, customizer);
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js3902 if (!customizer) {
4035 if (customizer) {
4036 result = object ? customizer(value, key, object) : customizer(value);
4601 result = customizer ? customizer(objValue, srcValue, key) : undefined;
5608 if (customizer) {
5707 if (customizer) {
9823 customizer = typeof customizer == 'function' && bindCallback(customizer, thisArg, 1);
9871 customizer = typeof customizer == 'function' && bindCallback(customizer, thisArg, 1);
10063 customizer = typeof customizer == 'function' && bindCallback(customizer, thisArg, 3);
10067 var result = customizer ? customizer(value, other) : undefined;
[all …]
H A Dpdfmake.min.js.map1customizer","props","keys","baseCopy","baseAt","collection","isArr","isLength","propsLength","pars…
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js3146 var customizer = function(value) { function
3150 var actual = func(value, customizer);
3154 actual = func(object, customizer);
10392 var customizer = function(value) { function
10396 assert.strictEqual(_.isEqualWith('a', 'b', customizer), true);
10397 assert.strictEqual(_.isEqualWith(['a'], ['b'], customizer), true);
10404 var customizer = function(value) { function
10408 assert.strictEqual(_.isEqualWith('a', 'a', customizer), false);
10903 var customizer = function(value) { function
10907 assert.strictEqual(_.isMatchWith(['a'], ['b'], customizer), true);
[all …]
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js56807 function baseIsMatch(object, source, matchData, customizer) {
56810 noCustomizer = !customizer;
56839 if (customizer) {
57139 if (customizer) {
57140 …var compared = isPartial ? customizer(othValue, arrValue, index, other, array, stack) : customizer
57314 if (customizer) {
57315 …var compared = isPartial ? customizer(othValue, objValue, key, other, object, stack) : customizer(…
59419 if (customizer) {
59420 …var compared = isPartial ? customizer(othValue, arrValue, index, other, array, stack) : customizer
59592 if (customizer) {
[all …]
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1customizer","isNew","newValue","baseIsArguments","objectProto","propertyIsEnumerable","isArguments…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1customizer` functions.\n *\n * @private\n * @param {Object} object The destination object.\n * @pa…