/plugin/diagramsnet/lib/math/jax/output/SVG/fonts/STIX-Web/ |
H A D | fontdata.js | 19 …M={load:"extra",dir:t},z={load:"extra",dir:f};var ai=[8722,F,0,0,0,-0.26,-0.26];N.Augment({FONTDAT… class
|
/plugin/stlviewer/stlviewer/ |
H A D | parser.min.js | 2 function parse_3d_file(e,r,t,n){var i=null;switch(e.split(".").pop().split("?")[0].toLowerCase()){case"stl":i=parse_stl_bin(r);break;case"obj":i=parse_obj(r);break;case"vf":i=parse_vf(arrayBufferToString(r));break;case"3mf":return void parse_3mf(r,t,n);default:i=parse_stl_bin(r)}t&&t(i)}function arrayBufferToString(e,r,t){if("undefined"!=typeof TextDecoder)return new TextDecoder("utf-8").decode(e);for(var n=new Uint8Array(e),i=n.length,a="",s=0;s<i;s+=16383){var o=16383;s+16383>i&&(o=i-s),a+=String.fromCharCode.apply(null,n.subarray(s,s+o))}return a}function parse_stl_ascii(e){try{var r=arrayBufferToString(e),t=[],n=[],i={};r=(r=(r=(r=(r=(r=(r=(r=(r=(r=(r=(r=r.replace(/\r/,"\n")).replace(/^solid[^\n]*/,"")).replace(/\n/g," ")).replace(/facet normal /g,"")).replace(/outer loop/g,"")).replace(/vertex /g,"")).replace(/endloop/g,"")).replace(/endfacet/g,"")).replace(/endsolid[^\n]*/,"")).replace(/facet/g,"")).replace(/\s+/g," ")).replace(/^\s+/,"");for(var a,s=0,o=r.split(" "),l=[],c=o.length/12-1,f=0;f<c;f++){l=[];for(var d=0;d<3;d++)f1=parseFloat(o[s+3*d+3]),f2=parseFloat(o[s+3*d+4]),f3=parseFloat(o[s+3*d+5]),null==(a=i[[f1,f2,f3]])&&(a=t.length,t.push(new Array(f1,f2,f3)),i[[f1,f2,f3]]=a),l.push(a);n.push(new Array(l[0],l[1],l[2])),s+=12}return{vertices:t,faces:n,colors:!1}}catch(e){return"Can't parse file"}}function parse_stl_bin(e){var r,t,n,i,a,s,o,l=[],c=[],f={},d=!1;if(!e)return null;var p=arrayBufferToString(e.slice(0,80)).toLowerCase().indexOf("color"),u=new DataView(e,0),v=!1,_=-1,g=-1,h=-1;p>-1&&(d=!0,_=u.getUint8(p+6,!0)/31,g=u.getUint8(p+7,!0)/31,h=u.getUint8(p+8,!0)/31);var x=80;try{var y=u.getUint32(x,!0)}catch(e){return"Can't parse file"}var m=84+50*y;if(e.byteLength!=m)return parse_stl_ascii(e);try{for(x+=4;y--;)x+=12,null==(r=f[[t=u.getFloat32(x,!0),n=u.getFloat32(x+4,!0),i=u.getFloat32(x+8,!0)]])&&(r=l.length,l.push(new Array(t,n,i)),f[[t,n,i]]=r),a=r,x+=12,null==(r=f[[t=u.getFloat32(x,!0),n=u.getFloat32(x+4,!0),i=u.getFloat32(x+8,!0)]])&&(r=l.length,l.push(new Array(t,n,i)),f[[t,n,i]]=r),s=r,x+=12,null==(r=f[[t=u.getFloat32(x,!0),n=u.getFloat32(x+4,!0),i=u.getFloat32(x+8,!0)]])&&(r=l.length,l.push(new Array(t,n,i)),f[[t,n,i]]=r),o=r,x+=12,face_color=u.getUint16(x,!0),(d?1:(32768&face_color)>>15)?(d?32768==face_color||65535==face_color?(color_red=_,color_green=g,color_blue=h):(v=!0,color_red=(31&face_color)/31,color_green=((992&face_color)>>5)/31,color_blue=((31744&face_color)>>10)/31):(v=!0,color_blue=(31&face_color)/31,color_green=((992&face_color)>>5)/31,color_red=((31744&face_color)>>10)/31),c.push(new Array(a,s,o,color_red,color_green,color_blue))):c.push(new Array(a,s,o)),x+=2;return f=null,{vertices:l,faces:c,colors:v}}catch(e){return"Can't parse file"}}function parse_vf(e){var r=JSON.parse(e),t=[],n=[];try{var a=r.vertices.length;for(i=0;i<a;i++)t.push(new Array(r.vertices[i][0],r.vertices[i][1],r.vertices[i][2]));a=r.faces.length;for(i=0;i<a;i++)n.push(new Array(r.faces[i][0],r.faces[i][1],r.faces[i][2]));return{vertices:t,faces:n,colors:!1}}catch(e){return"Can't parse file"}}function init_zip(e,r){var t=null;try{t=new JSZip}catch(r){e&&console.log("JSZip is missing",r.message),t=null}return t||e?t:(importScripts(r),init_zip(!0,r))}function parse_3mf(e,r,t){if("<?xml"==arrayBufferToString(e.slice(0,5)))return parse_3mf_from_txt(arrayBufferToString(e),r);var n=init_zip(!1,t);if(!n)return!1;var i=!1;n.loadAsync(e).then(function(){for(var e=Object.keys(n.files),t=e.length;t--;)"3D/3dmodel.model"==n.files[e[t]].name&&(i=!0,n.files[e[t]].async("text").then(function(e){return parse_3mf_from_txt(e,r)}));i||r("3D/3dmodel.model in 3mf file not found")})}function parse_3mf_from_txt(e,r){var t=[],n=[],i=[],a=[],s=!1,o=/vertex\s+.*(x|y|z)\s*=\s*([0-9,\.\"\+\-e]+)\s+.*(x|y|z)\s*=\s*([0-9,\.\"\+\-e]+)\s+.*(x|y|z)\s*=\s*([0-9,\.\"\+\-e]+)\s*/i,l=/triangle\s+.*(v1|v2|v3)\s*=\s*([0-9\"]+)\s+.*(v1|v2|v3)\s*=\s*([0-9\"]+)\s+.*(v1|v2|v3)\s*=\s*([0-9\"]+)\s*(?:pid=([0-9\"]+)\s+)?(?:p[1|2|3]=([0-9\"]+)\s)?\s*/i,c=/(?:m:\S+|basematerials)\s+id=([0-9\"]+)\s*/i,f=/(?:m:(\S+)|base)\s+.*color=([0-9A-F\"\#]+)\s*/i,d=/<object\s+/i,p=/<component\s+.*objectid=([0-9\"]+)/i,u=/item\s+.*objectid=([0-9\"]+)\s+.*transform=(([0-9\".e-]+\s+){12})/i,v={},_={},g=null,h=0,x=0,y=0,m=/<build/i,b=/<\/build/i,w=/<item\s+.*objectid=([0-9\"]+)/i,A=e.split(/[\r\n]+/g);A.length<5&&(A=e.split(/(?=<)/g));for(var F=!1,S=0;S<A.length;S++){var B=A[S];if(B=B.replace(/"/g,""),M=o.exec(B)){var z={x:0,y:0,z:0};z[M[1]]=M[2],z[M[3]]=M[4],z[M[5]]=M[6],t.push([z.x,z.y,z.z]),x++}else{if(M=l.exec(B)){var I={v1:0,v2:0,v3:0},J=null,O=g?g.v_start_index:0;I[M[1]]=parseInt(M[ [all...] |
/plugin/swfobject/ |
H A D | script.js | 4 …M=function(){var aa=typeof j.getElementById!=D&&typeof j.getElementsByTagName!=D&&typeof j.createE… function
|
/plugin/diagramsnet/lib/img/lib/mscae/dep/ |
H A D | Data_Lake_Store.svg | 1 …M-162 262.8v36.3c0 3.8 8.4 6.8 18.9 6.8v-43.1H-162z" fill="#3e3e3e"/><path d="M-143.4 306h.3c10.4 …
|
H A D | Data_Lake_Analytics.svg | 1 …M-162 262.8v36.3c0 3.8 8.4 6.8 18.9 6.8v-43.1H-162z" fill="#3e3e3e"/><path d="M-143.4 306h.3c10.4 …
|
/plugin/diagramsnet/lib/img/lib/allied_telesis/computer_and_terminals/ |
H A D | Laptop.svg | 1 …M{fill:#fefefe}.N{fill:#231f20}.O{fill:#626366}.P{stroke:#626366}.Q{stroke-linejoin:round}.R{strok…
|
/plugin/diagramsnet/lib/img/lib/mscae/ |
H A D | VMScale.svg | 1 …M-429.3 298.7h-10.4c1.2 4.4-.4 5-7.7 5v2.3h24.9v-2.3c-7.4 0-8.1-.6-6.8-5" fill="#7a7a7a"/><path d=…
|
H A D | DataServices_category_rollup.svg | 1 …M-454 262.788v36.11c0 3.75 8.392 6.79 18.743 6.79v-42.9H-454z" fill="#3999c6"/><path d="M-435.514 …
|
H A D | Container_Service.svg | 1 …M-431.1 258.7v6.7l-7.7 3V256z"/><use xlink:href="#B"/><path d="M-413.2 258.7v6.7l-7.7 3V256z"/><us…
|
H A D | SQL_Stretch_Database.svg | 1 …M-259.9 517.1H29.3s51.1-.7 56.4-33.3c6.7-41.3-29.5-44.9-29.5-44.9s39.7-47.7 9.4-97.3c-36.6-59.9-99…
|
H A D | Azure_IoT_Hub.svg | 1 …M-763.288 1000.266l-7.074-10.063 1.31-.92 7.074 10.063z"/><path d="M-757.03 1011.085l-6.26-10.936 …
|
H A D | Peerings.svg | 1 …M-750.9 1485.2h3.8v31h-3.8z"/><path d="M-764.536 1502.197l15 15-2.687 2.687-15-15zm15.004-17.464l-…
|
/plugin/picasawebalbum/ |
H A D | jquery.slimbox2.js | 6 …M){u=w.extend({loop:false,overlayOpacity:0.8,overlayFadeDuration:400,resizeDuration:400,resizeEasi… argument
|
/plugin/diagramsnet/lib/img/lib/allied_telesis/storage/ |
H A D | Datacenter_Server_Storage_Unit_Large.svg | 1 …M{stroke-width:.434}]]></style><g stroke="#626366" stroke-width="3.106" class="I J"><path d="M82.7…
|
H A D | Datacenter_Server_Rack_ToR.svg | 1 …M{stroke-linejoin:round}.N{stroke:#626366}.O{stroke-width:2.7}.P{stroke:#dfe0df}.Q{stroke-width:.6…
|
H A D | Datacenter_Server_Rack_Storage_Unit_Small.svg | 1 …M{stroke-width:.437}]]></style><g stroke="#626366" stroke-width="3.124" class="I J"><path d="M83.1…
|
H A D | Datacenter_Server_Half_Rack_ToR.svg | 1 …M{stroke-linejoin:round}.N{stroke:#626366}.O{stroke-width:2.7}.P{stroke:#dfe0df}.Q{stroke-width:.6…
|
/plugin/pgn4web/pgn4web/images/tilesvg/ |
H A D | wq.svg | 5 …0209) matrix(1 0 0 1 -319.918 -446.857)" fill="#ffffff" id="imagebot_16" d="M 579.996 515.179 C 58… 6 …0209) matrix(1 0 0 1 -319.918 -446.857)" fill="#ffffff" id="imagebot_15" d="M 691.996 535.179 C 69… 7 …0209) matrix(1 0 0 1 -319.918 -446.857)" fill="#ffffff" id="imagebot_14" d="M 467.996 535.179 C 47… 8 …0209) matrix(1 0 0 1 -319.918 -446.857)" fill="#ffffff" id="imagebot_13" d="M 791.898 574.701 C 79… 9 …0209) matrix(1 0 0 1 -319.918 -446.857)" fill="#ffffff" id="imagebot_12" d="M 367.898 574.701 C 37… 10 …0209) matrix(1 0 0 1 -319.918 -446.857)" fill="#ffffff" id="imagebot_11" d="M 550.835 714.862 C 55… 11 …0209) matrix(1 0 0 1 -319.918 -446.857)" fill="#ffffff" id="imagebot_10" d="M 686.446 721.703 C 68… 12 ….0209) matrix(1 0 0 1 -319.918 -446.857)" fill="#ffffff" id="imagebot_9" d="M 465.193 724.832 C 46… 13 ….0209) matrix(1 0 0 1 -319.918 -446.857)" fill="#ffffff" id="imagebot_8" d="M 759.855 678.953 C 76… 14 ….0209) matrix(1 0 0 1 -319.918 -446.857)" fill="#ffffff" id="imagebot_7" d="M 406.468 732.631 C 40… [all …]
|
H A D | bk.svg | 5 …<path fill="#000000" id="imagebot_11" d="M -63.78 -47.1168 C -99.4494 -49.3891 -128.615 -56.1594 -… 6 …<path fill="#ffffff" id="imagebot_10" d="M -14.3546 -223.7 C -14.3546 -224.633 -7.82419 -244.819 0… 7 …<path fill="#ffffff" id="imagebot_9" d="M -137.172 -164.517 C -115.517 -170.694 -89.2804 -175.661 … 8 …<path fill="#ffffff" id="imagebot_8" d="M -134.431 -109.931 C -111.15 -118.497 -83.886 -125.081 -5… 9 …<path fill="#ffffff" id="imagebot_7" d="M -141.243 -69.8932 C -113.583 -82.407 -74.8223 -92.0919 -… 10 …<path fill="#000000" id="imagebot_6" d="M -23.6663 -271.753 C -32.4063 -297.744 -36.6492 -313.749 … 11 …<path fill="#000000" id="imagebot_5" d="M 117.645 -180.136 C 116.27 -180.69 108.395 -182.896 100.1… 12 …<path fill="#000000" id="imagebot_4" d="M -163.286 -192.392 C -167.918 -199.841 -176.856 -212.814 …
|
H A D | wr.svg | 4 …37.0218) matrix(1 0 0 1 -554.822 -264.5)" fill="#000000" id="imagebot_9" d="M 640.905 713.048 C 63… 5 …37.0218) matrix(1 0 0 1 -554.822 -264.5)" fill="#ffffff" id="imagebot_8" d="M 942.016 361.043 L 94… 6 …37.0218) matrix(1 0 0 1 -554.822 -264.5)" fill="#ffffff" id="imagebot_7" d="M 912.291 413.293 L 92… 7 …37.0218) matrix(1 0 0 1 -554.822 -264.5)" fill="#ffffff" id="imagebot_6" d="M 893.016 506.543 L 89… 8 …37.0218) matrix(1 0 0 1 -554.822 -264.5)" fill="#ffffff" id="imagebot_5" d="M 921.339 615.23 C 920… 9 …37.0218) matrix(1 0 0 1 -554.822 -264.5)" fill="#ffffff" id="imagebot_4" d="M 935.016 647.543 L 93… 10 …37.0218) matrix(1 0 0 1 -554.822 -264.5)" fill="#ffffff" id="imagebot_3" d="M 960.016 687.043 L 96…
|
/plugin/discussion/ |
H A D | admin.svg | 1 …M 3 6 L 3 26 L 12.585938 26 L 16 29.414063 L 19.414063 26 L 29 26 L 29 6 Z M 5 8 L 27 8 L 27 24 L …
|
/plugin/jquery/ |
H A D | script.js | 12 …M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){v… variable 19 …M){E=function(W,V){var T=V||[];if(G.call(W)==="[object Array]"){Array.prototype.push.apply(T,W)}el… class in o.offset.initialize
|
/plugin/structnotification/ |
H A D | admin.svg | 1 <svg style="width:24px;height:24px" viewBox="0 0 24 24"><path d="M 4 2 A 2 2 0 0 0 2 4 L 2 22 L 6 18 L 20 18 A 2 2 0 0 0 22 16 L 22 4 A 2 2 0 0 0 20 2 L 4 2 z M 4 4 L 20 4 L 20 16 L 6 16 L 4 18 L 4 4 z M 9.5722656 4.9960938 C 9.4775913 4.9960938 9.3914253 5.0502574 9.3515625 5.125 L 8.2460938 7.0976562 L 8.2011719 7.2382812 L 8.2460938 7.3769531 L 9.3515625 9.3515625 C 9.3914253 9.4263055 9.4775916 9.4804688 9.5722656 9.4804688 L 11.814453 9.4804688 C 11.909127 9.4804687 11.993343 9.4263055 12.033203 9.3515625 L 13.138672 7.3769531 L 13.183594 7.2382812 L 13.138672 7.0976562 L 12.033203 5.125 C 11.99334 5.0502571 11.909123 4.9960938 11.814453 4.9960938 L 9.5722656 4.9960938 z M 14.181641 7.7363281 C 14.086967 7.7363281 14.000808 7.7904914 13.960938 7.8652344 L 12.855469 9.8398438 L 12.810547 9.9785156 L 12.855469 10.119141 L 13.960938 12.091797 C 14.000801 12.166541 14.086971 12.220703 14.181641 12.220703 L 16.423828 12.220703 C 16.518502 12.220703 16.602708 12.166537 16.642578 12.091797 L 17.748047 10.119141 L 17.792969 9.9785156 L 17.748047 9.8398438 L 16.642578 7.8652344 C 16.602715 7.7904914 16.518498 7.7363281 16.423828 7.7363281 L 14.181641 7.7363281 z M 9.5722656 10.476562 C 9.4775913 10.476562 9.3914255 10.532682 9.3515625 10.607422 L 8.2460938 12.580078 L 8.2011719 12.71875 L 8.2460938 12.859375 L 9.3515625 14.832031 C 9.3914253 14.906775 9.4775916 14.960938 9.5722656 14.960938 L 11.814453 14.960938 C 11.909127 14.960937 11.993343 14.906771 12.033203 14.832031 L 13.138672 12.859375 L 13.183594 12.71875 L 13.138672 12.580078 L 12.033203 10.607422 C 11.99334 10.532679 11.909123 10.476562 11.814453 10.476562 L 9.5722656 10.476562 z "/></svg>
|
/plugin/diagramsnet/lib/img/lib/active_directory/ |
H A D | mac_client.svg | 1 …M-122.52 240.888c-1.338-.53-1.703-1.763-1.323-3.07.355-1.218 1.794-1.474 3.19-.898l7.11 3.307c1.43…
|
/plugin/diagramsnet/lib/img/lib/ibm/miscellaneous/ |
H A D | text_to_speech.svg | 1 …M-418.2 481c0 40.6-14.8 77.4-37.4 107.7-19.4 25.2-83.9 113.5-135.5 159.4v-89.7h-5.2c-98.1 0-176.8-…
|