Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/graphml/
DmxGraphMlCodec.js380 this.mapObject(obj, mapping, map);
384 mxGraphMlCodec.prototype.mapObject = function (obj, mapping, map) method in mxGraphMlCodec
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, {
1387 this.mapObject(tableObj["RowDefaults"], {
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
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…
Dfunctions.js730 assert.deepEqual(_.mapObject(objCollection, /b/g), {a: 0, b: 1, c: 2});
/plugin/sequencediagram/bower_components/underscore/
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){…
Dunderscore.js961 _.mapObject = function(obj, iteratee, context) { function
Dunderscore-min.map1 …,"times","before","once","hasEnumBug","propertyIsEnumerable","allKeys","mapObject","pairs","invert…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
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){…
Dunderscore.js998 _.mapObject = function(obj, iteratee, context) { function
/plugin/diagramsnet/lib/js/
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…
1607 …bjectNodeStyle"]||e["y:GenericNode"]||e["y:GenericGroupNode"];q={};this.mapObject(e,{"y:StylePrope…
1609 …fset=new mxPoint(2,2),f.insert(d);break;case "js:BpmnChoreography":this.mapObject(e,{defaults:{sha…
1610 …"ext;rounded=1";q={};e=e["y:GenericNode"]||e["y:GenericGroupNode"];this.mapObject(e,{"y:StylePrope…
1616 …PoolNodeStyle"]&&(q=e["bpmn:PoolNodeStyle"]["yjs:TableNodeStyle"]);this.mapObject(q,{"backgroundSt…
1619 …tyle":{fill:{key:"swimlaneFillColor",mod:"color"}}},Size:"height"};this.mapObject(q.RowDefaults,{d…
[all …]