Home
last modified time | relevance | path

Searched refs:border (Results 426 – 450 of 1290) sorted by last modified time

1...<<11121314151617181920>>...52

/plugin/diagramsnet/lib/js/diagramly/
H A DEmbed.js275 var border = Number(configNode.getAttribute('border') || 0);
276 graph.border = border;
440 graph.view.translate.x = -x0 + border;
441 graph.view.translate.y = -y0 + border;
456 graph.fit(border);
649 btn.style.border = '1px solid gray';
H A DGitLabClient.js722 file.getData() : null, p.scale, p.border);
789 div.style.border = '1px solid lightgray';
H A DGraphViewer.js179 if (this.graphConfig.border != null)
419 this.graph.border = (this.graphConfig.border != null) ? this.graphConfig.border : 8;
858 2 * this.graph.border + 1));
1010 var border = graph.border;
1012 var x0 = (bounds.x != null) ? Math.floor(graph.view.translate.x - bounds.x / s + border) : border;
1013 var y0 = (bounds.y != null) ? Math.floor(graph.view.translate.y - bounds.y / s + border) : border;
1583 var prevBorder = container.style.border;
1589 toolbar.style.border = '1px solid #d0d0d0';
1622 container.style.border = '1px solid #d0d0d0';
1640 container.style.border = prevBorder;
[all …]
H A DNotionClient.js530 div.style.border = '1px solid lightgray';
H A DPages.js1440 tab.style.border = Editor.isDarkMode() ? '1px solid #505759' : '1px solid #e8eaed';
1794 width: Math.round(bounds.width), height: Math.round(bounds.height), border: 100})));
/plugin/diagramsnet/lib/js/sanitizer/
H A Dsanitizer.min.js15 …ckground-size":{cssPropBits:5,cssLitGroup:[J[34],J[48],J[52]],cssFns:[]},border:{cssPropBits:7,css… class in L
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js224border?this.border+this.dx:this.handleMouseOut?Math.max(this.dx,0):0;0==this.dx&&(this.dx=c-g.scro…
492 …=mxConstants.NONE?this.background:null,c=null!=this.border&&this.border!=mxConstants.NONE?this.bor…
555 …arginLeft-this.marginRight);var e=e-2*this.border,f=this.x0+this.border+this.marginLeft,g=this.y0+…
560 …h+this.marginRight+this.border,f.width=this.resizeParentMax?Math.max(f.width,c):c):(c=c.y+c.height…
561border=d||0}mxPartitionLayout.prototype=new mxGraphLayout;mxPartitionLayout.prototype.constructor=… method in mxPartitionLayout
563 …ored(k)&&this.isVertexMovable(k)&&e.push(k)}f=e.length;if(0<f){var l=this.border,m=this.border,n=b?
815border=null!=d?d:0;this.pageFormat=mxRectangle.fromRectangle(null!=c?c:a.pageFormat);this.title=nu… method in mxPrintPreview
831 …tive";l.style.top=this.border+"px";l.style.left=this.border+"px";l.style.width=a-2*this.border+"px…
833border+"px",l.style.overflow="hidden",!mxClient.IS_IE||null!=f.documentMode&&5!=f.documentMode&&8!…
1232 …aph.prototype.getBorder=function(){return this.border};mxGraph.prototype.setBorder=function(a){thi…
[all …]
/plugin/diagramsnet/lib/plugins/
H A Danimation.js202 container.style.border = '1px solid lightGray';
H A Dtags.js191 span.style.border = '1px solid #808080';
/plugin/diagramsnet/lib/
H A Delectron.js345 border: options.border > 0 ? options.border : 0,
1426 args.border = args.border || 0;
/plugin/diagramsnet/lib/resources/
H A Ddia_ar.txt69 border=‫حد‬
H A Ddia_bg.txt69 border=Рамка
H A Ddia_bn.txt69 border=Border
H A Ddia_ca.txt69 border=Vora
H A Ddia_cs.txt69 border=Orámování
H A Ddia_da.txt69 border=Border
H A Ddia_el.txt69 border=Περίγραμμα
H A Ddia_eo.txt69 border=Border
H A Ddia_es.txt69 border=Borde
H A Ddia_fil.txt69 border=Border
H A Ddia_fr.txt69 border=Border
H A Ddia_he.txt69 border=Border
H A Ddia_mr.txt69 border=Border
H A Ddia_my.txt69 border=Border
/plugin/diagramsnet/lib/js/
H A Dapp.min.js462border?this.border+this.dx:this.handleMouseOut?Math.max(this.dx,0):0;0==this.dx&&(this.dx=c-g.scro…
730 …=mxConstants.NONE?this.background:null,c=null!=this.border&&this.border!=mxConstants.NONE?this.bor…
793 …arginLeft-this.marginRight);var e=e-2*this.border,f=this.x0+this.border+this.marginLeft,g=this.y0+…
798 …h+this.marginRight+this.border,f.width=this.resizeParentMax?Math.max(f.width,c):c):(c=c.y+c.height…
799border=d||0}mxPartitionLayout.prototype=new mxGraphLayout;mxPartitionLayout.prototype.constructor=… method in mxPartitionLayout
801 …ored(k)&&this.isVertexMovable(k)&&e.push(k)}f=e.length;if(0<f){var l=this.border,m=this.border,n=b?
1053border=null!=d?d:0;this.pageFormat=mxRectangle.fromRectangle(null!=c?c:a.pageFormat);this.title=nu… method in mxPrintPreview
1069 …tive";l.style.top=this.border+"px";l.style.left=this.border+"px";l.style.width=a-2*this.border+"px…
1071border+"px",l.style.overflow="hidden",!mxClient.IS_IE||null!=f.documentMode&&5!=f.documentMode&&8!…
1470 …aph.prototype.getBorder=function(){return this.border};mxGraph.prototype.setBorder=function(a){thi…
[all …]

1...<<11121314151617181920>>...52