Home
last modified time | relevance | path

Searched refs:mapObject (Results 1 – 9 of 9) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js380 this.mapObject(obj, mapping, map);
481 this.mapObject(val, mappingObj, map);
542 this.mapObject(dataObj, {
977 this.mapObject(dataObj, {
1125 this.mapObject(mlStyleObj, {
1158 this.mapObject(mlStyleObj, {
1187 this.mapObject(mlStyleObj, {
1313 this.mapObject(tableObj, {
1478 this.mapObject(mlStyleObj, {
2155 this.mapObject(styleObj, {
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js1060 assert.deepEqual(_.mapObject(obj, function(val) {
1064 assert.deepEqual(_.mapObject(objects, function(val) {
1070 assert.deepEqual(_.mapObject(obj, function(val, key, o) {
1074 assert.deepEqual(_.mapObject([1, 2], function(val) {
1078 assert.deepEqual(_.mapObject(obj, function(val) {
1082 assert.deepEqual(_.mapObject({a: 1}, function() {
1086 var ids = _.mapObject({length: 2, 0: {id: '1'}, 1: {id: '2'}}, function(n){
1093 …assert.deepEqual(_.mapObject(people, 'name'), {a: 'moe', b: 'curly'}, 'predicate string map to obj…
1096 assert.deepEqual(_.mapObject(val, _.identity), {}, 'mapValue identity');
1102 …assert.deepEqual(_.mapObject(protoObj, _.identity), {a: 1}, 'ignore inherited values from prototyp…
H A Dfunctions.js730 assert.deepEqual(_.mapObject(objCollection, /b/g), {a: 0, b: 1, c: 2});
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5 … t=m.keys(n),r=t.length,e=Array(r),u=0;r>u;u++)e[u]=n[t[u]];return e},m.mapObject=function(n,t,r){… function
H A Dunderscore.js961 _.mapObject = function(obj, iteratee, context) { function
H A Dunderscore-min.map1 …,"times","before","once","hasEnumBug","propertyIsEnumerable","allKeys","mapObject","pairs","invert…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore-min.js5 … t=m.keys(n),r=t.length,e=Array(r),u=0;r>u;u++)e[u]=n[t[u]];return e},m.mapObject=function(n,t,r){… function
H A Dunderscore.js998 _.mapObject = function(obj, iteratee, context) { function
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1584 …{for(var q={},k=0;k<f.length;k++)f[k].name&&(q[f[k].name]=f[k].value||f[k]);this.mapObject(q,m,e)};
1585 mxGraphMlCodec.prototype.mapObject=function(f,m,e){if(m.defaults)for(var q in m.defaults)e[q]=m.def… method in mxGraphMlCodec
1586 …mapArray(d,k,e):null!=d.name&&null!=d.value?this.mapArray([d],k,e):this.mapObject(d,k,e)}};mxGraph…
1588 …y==this.portsKeys[mxGraphMlConstants.PORT_LOCATION_PARAMETER].key&&this.mapObject(b,{"y:FreeNodePo…
1602 mod:"scale",scale:2},"com.yworks.sbgn.style.inverse":{key:"flipV",mod:"bool"}};this.mapObject(m,{"y…
1609 …fset=new mxPoint(2,2),f.insert(d);break;case "js:BpmnChoreography":this.mapObject(e,{defaults:{sha…
1619 …tyle":{fill:{key:"swimlaneFillColor",mod:"color"}}},Size:"height"};this.mapObject(q.RowDefaults,{d…
1620 …Style":{fill:{key:"swimlaneFillColor",mod:"color"}}},Size:"width"};this.mapObject(q.ColumnDefaults…
1631 …f,m,e,q,k,d,b){var a=new mxCell;a.vertex=!0;var c=mxUtils.clone(b);this.mapObject(f,d,c);e?(c.oddF…
1633 …f,m,e,q,k,d,b){var a=new mxCell;a.vertex=!0;var c=mxUtils.clone(b);this.mapObject(f,d,c);e?(c.oddF…
[all …]