Home
last modified time | relevance | path

Searched refs:rect (Results 251 – 275 of 296) sorted by path

1...<<1112

/plugin/revealjs/plugin/zoom-js/
H A Dzoom.js90 function magnify( rect, scale ) { argument
95 rect.width = rect.width || 1;
96 rect.height = rect.height || 1;
99 rect.x -= ( window.innerWidth - ( rect.width * scale ) ) / 2;
100 rect.y -= ( window.innerHeight - ( rect.height * scale ) ) / 2;
114 transform = 'translate('+ -rect.x +'px,'+ -rect.y +'px) scale('+ scale +')';
142 document.body.style.left = ( - ( scrollOffset.x + rect.x ) / scale ) + 'px';
143 document.body.style.top = ( - ( scrollOffset.y + rect.y ) / scale ) + 'px';
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DREADME.md107 .note rect, .note path {
110 .title rect, .title path,
111 .actor rect, .actor path {
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-min.js6rect=this.paper_.rect(x,y,w,h).attr(RECT);return this.pushToStack(rect)},drawText:function(x,y,tex…
H A Dsequence-diagram-min.js.map1 …"_stack","finishGroup","g","group","invoke","selectAll","dy","arrowhead","rect","SnapHandTheme","R…
H A Dsequence-diagram-raphael-min.js6 …lineTypes_[linetype]),line},drawRect:function(x,y,w,h){return this.paper_.rect(x,y,w,h).attr(RECT)…
H A Dsequence-diagram-raphael-min.js.map1 …cleanText","invoke","obj_","print","attr","getBBox","remove","arrowhead","rect","paper","t","text-…
H A Dsequence-diagram-raphael.js1393 return this.paper_.rect(x, y, w, h).attr(RECT);
H A Dsequence-diagram-snap-min.js6rect=this.paper_.rect(x,y,w,h).attr(RECT);return this.pushToStack(rect)},drawText:function(x,y,tex…
H A Dsequence-diagram-snap-min.js.map1 …"_stack","finishGroup","g","group","invoke","selectAll","dy","arrowhead","rect","SnapHandTheme","R…
H A Dsequence-diagram-snap.js1462 var rect = this.paper_.rect(x, y, w, h).attr(RECT);
1463 return this.pushToStack(rect);
1550 var rect = this.paper_.path(handRect(x, y, w, h)).attr(RECT);
1551 return this.pushToStack(rect);
H A Dsequence-diagram.js1462 var rect = this.paper_.rect(x, y, w, h).attr(RECT);
1463 return this.pushToStack(rect);
1550 var rect = this.paper_.path(handRect(x, y, w, h)).attr(RECT);
1551 return this.pushToStack(rect);
1679 return this.paper_.rect(x, y, w, h).attr(RECT);
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme-raphael.js121 return this.paper_.rect(x, y, w, h).attr(RECT);
H A Dtheme-snap.js191 var rect = this.paper_.rect(x, y, w, h).attr(RECT);
192 return this.pushToStack(rect);
279 var rect = this.paper_.path(handRect(x, y, w, h)).attr(RECT);
280 return this.pushToStack(rect);
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dfirebug.css2050 clip: rect(0, 2048px, 27px, 0);
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js8940 var rect = el.getBoundingClientRect();
8947 result.top = Math.round(rect.top - offset + scroll.top);
8948 result.left = Math.round(rect.left - offset + scroll.left);
8949 result.height = Math.round(rect.bottom - rect.top);
8950 result.width = Math.round(rect.right - rect.left);
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js74 elements = {circle: 1, rect: 1, path: 1, ellipse: 1, text: 1, image: 1}, property in AnonymousFunction19fc41e60100.elements
267 rect: function (el) {
3312 paperproto.rect = function (x, y, w, h, r) {
3313 var out = R._engine.rect(this, x || 0, y || 0, w || 0, h || 0, r || 0);
H A Draphael.svg.js379 var rect = Str(value).split(separator);
380 if (rect.length == 4) {
386 x: rect[0],
387 y: rect[1],
388 width: rect[2],
389 height: rect[3]
1217 R._engine.rect = function (svg, x, y, w, h, r) {
H A Draphael.vml.js26 pathTypes = {path: 1, rect: 1, image: 1}, property in AnonymousFunctionc81a058c0100.pathTypes
185 var rect = Str(params["clip-rect"]).split(separator);
186 if (rect.length == 4) {
187 rect[2] = +rect[2] + (+rect[0]);
188 rect[3] = +rect[3] + (+rect[1]);
191 dstyle.clip = R.format("rect({1}px {2}px {3}px {0}px)", rect);
758 R._engine.rect = function (vml, x, y, w, h, r) {
/plugin/sequencediagram/bower_components/raphael/dev/test/svg/
H A Ddom.js30 const el = paper.rect();
38 const x = paper.rect();
39 const el = paper.rect();
47 const x = paper.rect();
48 const y = paper.rect();
49 const el = paper.rect();
66 const x = paper.rect();
87 const x = paper.rect();
88 const y = paper.rect();
126 const x = paper.rect();
[all …]
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.min.js1rect:1,path:1,ellipse:1,text:1,image:1},s=/\{(\d+)\}/g,o="hasOwnProperty",l={doc:document,win:wind… property in AnonymousFunction51736eb30400.AnonymousFunction51736eb30500.a
H A Draphael.no-deps.min.js1rect:1,path:1,ellipse:1,text:1,image:1},s=/\{(\d+)\}/g,o="hasOwnProperty",l={doc:document,win:wind… property in AnonymousFunction560d4a7710000.AnonymousFunction560d4a7710100.m
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg-min.js20rect=function(a,b,c,d,e,f){var g;return null==f&&(f=e),h(a,"object")&&"[object Object]"==a?g=a:nul… function
H A Dsnap.svg.js4622 proto.rect = function (x, y, w, h, rx, ry) { function
5816 rect: function (el) {
/plugin/sketchcanvas/script/
H A DSketchCanvas.js127 ctx.rect(x0, y0, w0, h0);
128 ctx.rect(x1, y1, w1, h1);
208 ctx.rect(x, my0, mw2, mh0);
878 ctx.rect(r.minx, r.miny, r.maxx - r.minx, r.maxy-r.miny);
892 ctx.rect(x1,y1, w1, h1);
922 ctx.rect(dragstart[0], dragstart[1], dragend[0] - dragstart[0], dragend[1] - dragstart[1]);
1922 ctx.rect(bounds.minx, bounds.miny, bounds.maxx-bounds.minx, bounds.maxy-bounds.miny);
1932 ctx.rect(r.minx, r.miny, r.maxx - r.minx, r.maxy-r.miny);
2135 new Tool("rect", 2, {
2138 ctx.rect(
[all...]
/plugin/socialite/images/
H A Demail.svg3 viewBox="0 0 512 512"><rect
6 fill="teal"/><rect width="356" height="256" x="78" y="128" fill="#fff" rx="8%"/><path fill="none" s…

1...<<1112