| /plugin/sequencediagram/bower_components/raphael/dev/test/svg/ |
| D | dom.js | 3 let paper, 8 paper = new Raphael(document.getElementById('qunit-fixture'), 1000, 1000); 11 paper.remove(); 30 const el = paper.rect(); 34 equalNodePosition(assert, el.node, paper.canvas, paper.defs, null); 38 const x = paper.rect(); 39 const el = paper.rect(); 43 equalNodePosition(assert, el.node, paper.canvas, paper.defs, x.node); 47 const x = paper.rect(); 48 const y = paper.rect(); [all …]
|
| /plugin/advrack/ |
| D | script.js | 36 var paper = Raphael(el,0,0); 37 paper.setViewBox(0,0,400,300,true); 38 paper.setSize('100%', '100%'); 43 …drawError({'paper': paper, msg: "No height property found at rack index: " + rack['options']['inde… property 69 …var raph_rack = paper.rect(6,6, rack_width[1] * 2.54 * drawing_wscale, rack_height[1] * 4.445 * dr… 92 drawEquipment(paper, raph_rack, item); 95 …drawError({'paper': paper, 'msg': 'Sum of servers and cages height is more than rack ' + rack['opt… property 100 function drawEquipment(paper, rack, equipment) { argument 107 var server = paper.set(); 108 …var server_block = paper.rect(boundaries.x, boundaries.y + ((equipment['index']-1) * 4.445 * drawi… [all …]
|
| D | raphael.js | 547 paper = {}, 2503 tear = R._tear = function (el, paper) { argument 2504 el == paper.top && (paper.top = el.prev); 2505 el == paper.bottom && (paper.bottom = el.next); 2509 tofront = R._tofront = function (el, paper) { argument 2510 if (paper.top === el) { 2513 tear(el, paper); 2515 el.prev = paper.top; 2516 paper.top.next = el; 2517 paper.top = el; [all …]
|
| /plugin/callflow/ |
| D | script.js | 40 var paper,typenum=-1; variable 43 Raphael.el.tooltip = function (paper,x,y,text) { argument 47 …this.bb = paper.text(x,(y+style.txtsize/2)+10,text).attr({"font-size":style.tooltip.txtsize,"fill"… 53 …this.tp = paper.rect(BB.x-4,BB.y-2,BB.width+8,BB.height+4).attr({"fill":style.tooltip.bgr,"stroke"… 151 delete paper; 152 paper = Raphael(el,0,0); 289 paper.rect( 297 paper.text(callActors[i], // center x 322 paper.path( 336 paper.path( [all …]
|
| D | raphael.js | 547 paper = {}, 2503 tear = R._tear = function (el, paper) { argument 2504 el == paper.top && (paper.top = el.prev); 2505 el == paper.bottom && (paper.bottom = el.next); 2509 tofront = R._tofront = function (el, paper) { argument 2510 if (paper.top === el) { 2513 tear(el, paper); 2515 el.prev = paper.top; 2516 paper.top.next = el; 2517 paper.top = el; [all …]
|
| /plugin/sequencediagram/bower_components/raphael/dev/ |
| D | raphael.svg.js | 53 SVG = element.paper, 158 p = o.paper, 392 o.paper.defs.appendChild(el); 507 o.paper.defs.appendChild(el); 686 this.paper = svg; 913 var paper = this.paper; 914 paper.__set__ && paper.__set__.exclude(this); 917 paper.defs.removeChild(this.gradient); 919 R._tear(this, paper); 938 if (this.paper.canvas.parentElement) { [all …]
|
| D | raphael.vml.js | 196 dstyle.width = o.paper.width + "px"; 197 dstyle.height = o.paper.height + "px"; 321 res.paper.canvas.style.display = E; 322 var span = res.paper.span, 432 this.paper = vml; 458 var vbs = this.paper._viewBoxShift, 576 if (this.paper && this.paper._viewBoxShift) 579 var z = 1/this.paper._viewBoxShift.scale; 580 c.x = b.x - this.paper._viewBoxShift.dx; 582 c.y = b.y - this.paper._viewBoxShift.dy; [all …]
|
| D | raphael.core.js | 150 paper = {}, 2148 tear = R._tear = function (el, paper) { argument 2149 el == paper.top && (paper.top = el.prev); 2150 el == paper.bottom && (paper.bottom = el.next); 2154 tofront = R._tofront = function (el, paper) { argument 2155 if (paper.top === el) { 2158 tear(el, paper); 2160 el.prev = paper.top; 2161 paper.top.next = el; 2162 paper.top = el; [all …]
|
| /plugin/sequencediagram/bower_components/js-sequence-diagrams/src/ |
| D | theme-raphael.js | 136 var paper = this.paper_; 147 t = paper.print(x - bb.x, y - bb.y, text, font.obj_, font['font-size']); 149 t = paper.text(x - bb.x - bb.width / 2, y - bb.y, text);
|
| /plugin/sequencediagram/bower_components/snap.svg/ |
| D | history.md | 22 * Mask & pattern elements are sharing paper methods (just like group) 35 * Added `getBBox` method to the paper object
|
| /plugin/sequencediagram/bower_components/raphael/ |
| D | raphael.no-deps.min.js | 1 …paper.getElementByPoint(i,n),f.style.display=x,l.win.opera&&(d?g.insertBefore(f,d):g.appendChild(f…
|
| D | raphael.min.js | 1 …paper.getElementByPoint(i,n),f.style.display=x,l.win.opera&&(d?g.insertBefore(f,d):g.appendChild(f…
|
| /plugin/flowchartjs/ |
| D | raphael.min.js | 1 …paper.getElementByPoint(i,n),f.style.display=x,l.win.opera&&(d?g.insertBefore(f,d):g.appendChild(f…
|
| D | flowchart.min.js | 6 …paper.set(),this.symbol=e,this.connectedTo=[],this.symbolType=i.symbolType,this.flowstate=i.flowst…
|
| /plugin/chordsheets/js/ |
| H A D | raphael.js | 1 …paper.getElementByPoint(i,n),f.style.display=x,l.win.opera&&(d?g.insertBefore(f,d):g.appendChild(f…
|
| /plugin/odtsupport/ |
| D | dokuwiki_plugin_page.wiki | 44 … reviewers that check for regulatory adherence. For that purpose, we need paper copies of wiki pag… 46 In order to be able to quickly access the original wiki page of a paper document, I added that 4-ch… 48 In order to be able to check the version/modification date of a paper document, I added the wiki pa…
|
| /plugin/bible/bible_douayRheims/ |
| D | 2_John.txt | 12 …1:12. Having more things to write unto you, I would not by paper and ink: for I hope that I shall …
|
| /plugin/sequencediagram/bower_components/snap.svg/dist/ |
| D | snap.svg.js | 2137 this.paper = new Paper(svg); 2312 res.paper = res.root = res; 2606 var paper = this, 2607 svg = paper.canvas, 2874 el.paper = this.paper; 2922 el.paper = this.paper; 2967 el.paper = this.paper; 2989 el.paper = this.paper; 3005 this.paper = el.paper; 3023 this.paper = el.paper; [all …]
|
| D | snap.svg-min.js | 19 …paper=new v(b)),this.type=a.tagName||a.nodeName;var d=this.id=S(this);if(this.anims={},this._={tra… 21 …paper);var e=a.parse(g(b)),f=a._.id(),i=(d.node.offsetWidth,d.node.offsetHeight,h("filter"));retur…
|
| /plugin/bibtex/OSBib/create/ |
| D | osbib.css | 2 /* background : url("paper.jpg"); */
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
| D | EditorActions.java | 453 Paper paper = new Paper(); in actionPerformed() local 455 paper.setImageableArea(margin, margin, paper.getWidth() in actionPerformed() 456 - margin * 2, paper.getHeight() - margin * 2); in actionPerformed() 457 pf.setPaper(paper); in actionPerformed()
|
| D | EditorActions.java.bak | 453 Paper paper = new Paper(); 455 paper.setImageableArea(margin, margin, paper.getWidth() 456 - margin * 2, paper.getHeight() - margin * 2); 457 pf.setPaper(paper);
|
| /plugin/latexport/examples/ |
| D | example.tex | 119 \includepdf{couverture.jpg} % This image should have same ratio as paper in your documen…
|
| /plugin/abc2/abc-libraries/abcjs/ |
| D | abcjs_plugin-midi_6.0.0-beta.25-min.js | 3 …paper.openGroup({klass:n.attr.class,fill:"#000000"}),"end"===n.attr["text-anchor"]?n.attr.x-=n.fon…
|
| /plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/ |
| D | sequence-diagram-raphael.js | 1408 var paper = this.paper_; 1419 t = paper.print(x - bb.x, y - bb.y, text, font.obj_, font['font-size']); 1421 t = paper.text(x - bb.x - bb.width / 2, y - bb.y, text);
|