Home
last modified time | relevance | path

Searched refs:cx (Results 301 – 325 of 454) sorted by relevance

1...<<111213141516171819

/plugin/diagramsnet/lib/img/lib/mscae/
H A DIdentity_Governance.svg1 …11h16.5c.986.004 1.79-.883 1.792-1.982a2.41 2.41 0 0 0-.012-.24z"/><circle cx="23.866" cy="15.876"…
H A DSchedulerJobCollection.svg1 …-.6.5-1.2 1.2-1.2.6 0 1.2.5 1.2 1.2v9.8c0 .7-.5 1.2-1.2 1.2z"/></g><circle cx="28.2" cy="19.004" r…
H A DDNS.svg1 …vg" width="50" height="50" viewBox="-374 616 50 50"><circle fill="#0072c6" cx="-349" cy="641" r="2…
H A DCloudSimple_Nodes.svg1 …1.032 2.877 2.312 2.877h.896z" opacity=".2" fill="#fff" class="C"/><circle cx="12.705" cy="12.705"…
/plugin/codemirror/dist/modes/
H A Dswift.min.js.map1cx","closing","test","indentUnit","electricInput","lineComment","blockCommentStart","blockCommentE…
H A Dcss.min.js.map1cx","Math","max","electricChars","blockCommentStart","blockCommentEnd","blockCommentContinue","fol…
H A Dgas.min.js1 …f.rax="variable-3";f.bx="variable";f.ebx="variable-2";f.rbx="variable-3";f.cx="variable";f.ecx="va…
H A Dxml.min.js.map1cx","push","reverse","defineMIME","mimeModes"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW,gBAAmBC,SAAU…
/plugin/sketchcanvas/script/
H A DSketchCanvas.js400 else if(i+1 < pts.length && !("cx" in pts[i+1])){
434 if("cx" in p && "cy" in p && hitRect(pointHandle(p.cx, p.cy), mx - offset.x, my - offset.y)){
568 if("cx" in pt && "cy" in pt)
569 pt.cx += dx, pt.cy += dy;
597 var props = ["x", "cx", "dx"];
700 if("cx" in nextpoint && "cy" in nextpoint){
701 var dx = nextpoint.cx - curpoint.x;
706 nextpoint.cx = curpoint.x + len * Math.cos(newangle);
717 var newangle = Math.atan2(prevpoint.y - curpoint.cy, prevpoint.x - curpoint.cx);
[all...]
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dinternet_globe.svg1 …troke-width="1.7" stroke-linejoin="round"/><circle r="26.222" cy="186.111" cx="131.347" fill="#fff…
H A Dweb_server.svg1 …troke-width="1.7" stroke-linejoin="round"/><circle r="26.222" cy="186.111" cx="131.347" fill="#fff…
/plugin/diagramsnet/lib/img/lib/ibm/applications/
H A Druntime_services.svg1 … 58.2"><circle transform="matrix(.7071 -.7071 .7071 .7071 -12.0495 29.09)" cx="29.1" cy="29.1" r="…
H A Dapi_polyglot_runtimes.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 59.2 59.2"><circle cx="29.6" cy="29.6" r="29.6…
/plugin/diagramsnet/lib/img/lib/ibm/blockchain/
H A Dnode.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="55" height="55"><circle cx="27.5" cy="27.5" r="27.5"…
H A Dclient_application.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 71.7 66.4"><circle cx="32.5" cy="33.9" r="32.5…
/plugin/diagramsnet/lib/img/lib/ibm/data/
H A Dfile_repository.svg1 …60.6 60.6"><style><![CDATA[.C{fill:#325c80}.D{fill:#fff}]]></style><circle cx="30.3" cy="30.3" r="…
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxJsCanvas.js155 mxJsCanvas.prototype.rotate = function(theta, flipH, flipV, cx, cy) argument
159 cx -= this.state.dx;
162 this.ctx.translate(cx, cy);
173 this.ctx.translate(-cx, -cy);
H A DmxAsyncCanvas.js82 mxAsyncCanvas.prototype.rotate = function(theta, flipH, flipV, cx, cy) argument
/plugin/diagramsnet/lib/images/
H A Dgithub-logo.svg12 <circle id="nose" cx="188.5" cy="148.56" r="4.401"/>
/plugin/tagfilter/script/
H A Djquery.history.js1 typeof JSON!="object"&&(JSON={}),function(){"use strict";function f(e){return e<10?"0"+e:e}function quote(e){return escapable.lastIndex=0,escapable.test(e)?'"'+e.replace(escapable,function(e){var t=meta[e];return typeof t=="string"?t:"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+e+'"'}function str(e,t){var n,r,i,s,o=gap,u,a=t[e];a&&typeof a=="object"&&typeof a.toJSON=="function"&&(a=a.toJSON(e)),typeof rep=="function"&&(a=rep.call(t,e,a));switch(typeof a){case"string":return quote(a);case"number":return isFinite(a)?String(a):"null";case"boolean":case"null":return String(a);case"object":if(!a)return"null";gap+=indent,u=[];if(Object.prototype.toString.apply(a)==="[object Array]"){s=a.length;for(n=0;n<s;n+=1)u[n]=str(n,a)||"null";return i=u.length===0?"[]":gap?"[\n"+gap+u.join(",\n"+gap)+"\n"+o+"]":"["+u.join(",")+"]",gap=o,i}if(rep&&typeof rep=="object"){s=rep.length;for(n=0;n<s;n+=1)typeof rep[n]=="string"&&(r=rep[n],i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i))}else for(r in a)Object.prototype.hasOwnProperty.call(a,r)&&(i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i));return i=u.length===0?"{}":gap?"{\n"+gap+u.join(",\n"+gap)+"\n"+o+"}":"{"+u.join(",")+"}",gap=o,i}}typeof Date.prototype.toJSON!="function"&&(Date.prototype.toJSON=function(e){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+f(this.getUTCMonth()+1)+"-"+f(this.getUTCDate())+"T"+f(this.getUTCHours())+":"+f(this.getUTCMinutes())+":"+f(this.getUTCSeconds())+"Z":null},String.prototype.toJSON=Number.prototype.toJSON=Boolean.prototype.toJSON=function(e){return this.valueOf()});var cx=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,escapable=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,gap,indent,meta={"\b":"\\b"," ":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},rep;typeof JSON.stringify!="function"&&(JSON.stringify=function(e,t,n){var r;gap="",indent="";if(typeof n=="number")for(r=0;r<n;r+=1)indent+=" ";else typeof n=="string"&&(indent=n);rep=t;if(!t||typeof t=="function"||typeof t=="object"&&typeof t.length=="number")return str("",{"":e});throw new Error("JSON.stringify")}),typeof JSON.parse!="function"&&(JSON.parse=function(text,reviver){function walk(e,t){var n,r,i=e[t];if(i&&typeof i=="object")for(n in i)Object.prototype.hasOwnProperty.call(i,n)&&(r=walk(i,n),r!==undefined?i[n]=r:delete i[n]);return reviver.call(e,t,i)}var j;text=String(text),cx.lastIndex=0,cx.test(text)&&(text=text.replace(cx,function(e){return"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)}));if(/^[\],:{}\s]*$/.test (…) variable
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js167 cx: 0,
205 cx: nu,
1224 cx = t1 * c2x + t * p2x,
1234 end: {x: cx, y: cy},
1628 cx: xmin + width / 2,
1881 cx = recursive[2];
2555 (cx || cy) && this.add(1, 0, 0, 1, cx, cy);
2557 (cx || cy) && this.add(1, 0, 0, 1, -cx, -cy);
4274 var cx = 3 * p1x,
4275 bx = 3 * (p2x - p1x) - cx,
[all …]
/plugin/processing/
H A Dscript.js2498 var cx = 0,
2653 cx = endX;
2669 cx = endX;
2695 cx = endX;
2721 cx = endX;
2735 cx = endX;
2749 cx = endX;
2774 cx = endX;
2799 cx = endX;
11147 cx = 0;
[all …]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js1108 mxVsdxCanvas2D.prototype.rotate = function(theta, flipH, flipV, cx, cy) argument
1114 cx += s.dx;
1117 cx *= s.scale;
1123 s.rotationCx = cx;
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php2413 $cx = $this->alignmentPattern[$version][0];
2416 $frame = $this->putAlignmentMarker($frame, 6, $cx);
2417 $frame = $this->putAlignmentMarker($frame, $cx, 6);
2418 $cx += $d;
2422 $cx = $this->alignmentPattern[$version][0];
2424 $frame = $this->putAlignmentMarker($frame, $cx, $cy);
2425 $cx += $d;
/plugin/openlayersmap/
H A DStaticMap.php743 $cx = floor(
751 // imageellipse($this->image, $cx, $cy,$r, $r, $colour);
752 imagefilledellipse($this->image, $cx, $cy, $r, $r, $colour);
755 imagearc($this->image, $cx, $cy, $r, $r, 0, 359, $colour);

1...<<111213141516171819