Home
last modified time | relevance | path

Searched refs:image (Results 401 – 425 of 1085) sorted by last modified time

1...<<11121314151617181920>>...44

/plugin/diagramsnet/lib/plugins/
H A DrackF5.js47 c.image(0, 0, w * 0.04, h, stencilPath + 'big_ip_5x00_ear.png', 0, 0, 0);
125 c.image(0, 0, w * 0.04, h, stencilPath + 'big_ip_5x00_ear.png', 0, 0, 0);
203 c.image(0, 0, w * 0.04, h, stencilPath + 'big_ip_5x00_ear.png', 0, 0, 0);
281 c.image(0, 0, w * 0.04, h, stencilPath + 'big_ip_5x00_ear.png', 0, 0, 0);
359 c.image(0, 0, w * 0.04, h, stencilPath + 'big_ip_5x00_ear.png', 0, 0, 0);
437 c.image(0, 0, w * 0.04, h, stencilPath + 'big_ip_5x00_ear.png', 0, 0, 0);
515 c.image(0, 0, w * 0.04, h, stencilPath + 'big_ip_5x00_ear.png', 0, 0, 0);
1026 c.image(w * 0.182, h * 0.3, w * 0.74, h * 0.145, bladeStr, 0, 0, 0);
1031 c.image(w * 0.182, h * 0.462, w * 0.74, h * 0.145, bladeStr, 0, 0, 0);
1036 c.image(w * 0.182, h * 0.625, w * 0.74, h * 0.145, bladeStr, 0, 0, 0);
[all …]
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js468 … {title: 'Atlassian', id: 'atlassian', image: IMAGE_PATH + '/sidebar-atlassian.png'},
470 {title: 'C4', id: 'c4', image: IMAGE_PATH + '/sidebar-c4.png'},
480 {title: 'AWS17', id: 'aws3', image: IMAGE_PATH + '/sidebar-aws3.png'},
481 {title: 'AWS18', id: 'aws4b', image: IMAGE_PATH + '/sidebar-aws4b.png'},
482 {title: 'AWS19', id: 'aws4', image: IMAGE_PATH + '/sidebar-aws4.png'},
491 {title: 'Citrix', id: 'citrix', image: IMAGE_PATH + '/sidebar-citrix.png'},
493 {title: 'GCP Icons', id: 'gcp3', image: IMAGE_PATH + '/sidebar-gcp3.png'},
494 {title: 'IBM', id: 'ibm', image: IMAGE_PATH + '/sidebar-ibm.png'},
497 {title: 'Office', id: 'office', image: IMAGE_PATH + '/sidebar-office.png'},
499 {title: 'Veeam', id: 'veeam2', image: IMAGE_PATH + '/sidebar-veeam.png'},
[all …]
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxJsCanvas.js525 mxJsCanvas.prototype.image = function(x, y, w, h, src, aspect, flipH, flipV) method in mxJsCanvas
535 var image = this.images[src];
537 function drawImage(ctx, image, x, y, w, h) argument
543 var iw = image.width;
544 var ih = image.height;
570 ctx.drawImage(image, x, y, w, h);
574 if (image != null && image.height > 0 && image.width > 0)
576 drawImage.call(this, this.ctx, image, x, y, w, h);
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1074 mxVsdxCanvas2D.prototype.image=function(f,m,e,q,k,d,b,a){var c=this,g="image"+(this.images.length+1… method in mxVsdxCanvas2D
1529 …m,imgOffsetY:q,imgWidth:y,imgHeight:D,width:C,height:B,iType:e,iData:k}:a.image="data:image/"+e+",…
1552 delete B.image;this.isVerticalLabel()&&(D+=Math.PI+.01,B.horizontal="0");var E=this.getRotation();0…
1600 …B.image=function(a,b){b.image=a};var E=mxUtils.clone(f);E.defaults={shape:"image"};E["y:SVGModel.y… function
1605 …or(b=0;b<a.length;b++)f=f.replace(a[b].match,a[b].repl);f=e+f+"</g></svg>";q.shape="image";q.image=
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js1616 editorUi.showBackgroundImageDialog(function(image, failed) argument
1620 newBackgroundImage = image;
2474 var image = 'none';
2484 image = unescape(encodeURIComponent(this.createSvgGrid(gridColor)));
2485 image = (window.btoa) ? btoa(image) : Base64.encode(image, true);
2486 image = 'url(' + 'data:image/svg+xml;base64,' + image + ')'
2492 image = 'url(' + this.gridImage + ')';
2521 graph.view.backgroundPageShape.node.style.backgroundImage = image;
2533 canvas.style.backgroundImage = image;
2767 mxPopupMenu.prototype.addItem = function(title, image, funct, parent, iconCls, enabled) argument
H A DEditorUi.js3540 function ChangePageSetup(ui, color, image, format, pageScale) argument
3545 this.image = image;
3546 this.previousImage = image;
3574 this.image = this.previousImage;
3626 obj.previousImage = obj.image;
4985 apply = (apply != null) ? apply : mxUtils.bind(this, function(image) argument
4987 var change = new ChangePageSetup(this, null, image);
5020 EditorUi.prototype.setBackgroundImage = function(image) argument
5022 this.editor.graph.setBackgroundImage(image);
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js4880 var dlg = new CropImageDialog(editorUi, linkInput.value, function(image) argument
4882 linkInput.value = image;
7796 image: entry.preview});
7893 else if (entry.image != null)
7895 preview.innerHTML += '<img border="0" src="' + entry.image + '"/>';
8416 var CropImageDialog = function(editorUi, image, fn) argument
8444 url: image
8458 url: image
H A DEditor.js5535 else if (ss.image && ss.cells.length > 0)
8543 var img = this.image;
8641 obj.previousImage = obj.image;
H A DEditorUi.js2306 var overlay = new mxCellOverlay(desc.image || graph.warningImage,
3782 var change = new ChangePageSetup(this, null, image);
6252 var image = this.addCheckbox(div, imageLabel);
6397 null, null, null, null, null, !image);
6428 if (image)
8327 if (mimeType.substring(0, 5) == 'image')
8331 if (mimeType.substring(0, 9) == 'image/png')
8552 if (file.type.substring(0, 6) == 'image/')
8554 if (file.type.substring(0, 9) == 'image/svg')
8705 if (file.type == 'image/png')
[all …]
H A DGraphViewer.js1559 def.image, def.title, def.enabled);
/plugin/diagramsnet/lib/js/jquery/
H A Djquery-3.3.1.min.js2 …seudos.nth=r.pseudos.eq;for(t in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})r.pseudos[t]=f…
/plugin/diagramsnet/lib/img/
H A DLICENSE7 …al is always produced where the Licensed Material is synched in timed relation with a moving image.
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js170image=document.createElement("img");this.image.setAttribute("src",a);this.image.setAttribute("alig…
295 mxXmlCanvas2D.prototype.image=function(a,b,c,d,e,f,g,k){e=this.converter.convert(e);var l=this.crea… method in mxXmlCanvas2D
505 …){return!1};mxImageShape.prototype.getImageDataUri=function(){return this.image};mxImageShape.prot…
506 ….image?(null!=this.imageBackground&&(a.setFillColor(this.imageBackground),a.setStrokeColor(this.im…
512 …age=function(a,b,c,d,e){null!=this.image&&(b=this.getImageBounds(b,c,d,e),a.image(b.x,b.y,b.width,…
518 Math.round(b.width)+"px";a.style.height=Math.round(b.height)+"px";a.src=this.image;this.node.append…
531 …arator(a,b,c,d,e,f,g);null!=this.image&&(e=this.getImageBounds(b,c,d,e),a.image(e.x-b,e.y-c,e.widt…
1299image=a;this.tooltip=b;this.align=null!=c?c:this.align;this.verticalAlign=null!=d?d:this.verticalA… method in mxCellOverlay
1301 … b=a.view.graph.getModel().isEdge(a.cell),c=a.view.scale,d=this.image.width,e=this.image.height;if…
1527 …s.cursor;this.image=null!=c?c:this.image;this.shape=null!=d?d:null;this.init()}mxHandle.prototype.… method in mxHandle
[all …]
/plugin/diagramsnet/lib/resources/
H A Ddia_ar.txt392 image=‫صورة‬
395 imagePreviewError=This image couldn't be loaded for preview. Please check the URL.
827 … some limitations in the host application, the image could not be inserted. Please manually copy t…
828 insertingImageFailed=Inserting image failed
829 officeCopyImgInst=Instructions: Right-click the image below. Select "Copy image" from the context m…
1017 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
1018 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
1112 unsupportedImg=Unsupported image file
H A Ddia_bg.txt392 image=Изображение
H A Ddia_bn.txt392 image=Image
395 imagePreviewError=This image couldn't be loaded for preview. Please check the URL.
827 … some limitations in the host application, the image could not be inserted. Please manually copy t…
828 insertingImageFailed=Inserting image failed
829 officeCopyImgInst=Instructions: Right-click the image below. Select "Copy image" from the context m…
1017 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
1018 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
1112 unsupportedImg=Unsupported image file
H A Ddia_ca.txt392 image=Imatge
1017 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
1018 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
1112 unsupportedImg=Unsupported image file
H A Ddia_cs.txt392 image=Obrázek
H A Ddia_da.txt392 image=Billede
827 … some limitations in the host application, the image could not be inserted. Please manually copy t…
828 insertingImageFailed=Inserting image failed
829 officeCopyImgInst=Instructions: Right-click the image below. Select "Copy image" from the context m…
1017 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
1018 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
1112 unsupportedImg=Unsupported image file
H A Ddia_el.txt392 image=Εικόνα
1017 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
1018 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
H A Ddia_eo.txt392 image=Bildo
395 imagePreviewError=This image couldn't be loaded for preview. Please check the URL.
827 … some limitations in the host application, the image could not be inserted. Please manually copy t…
828 insertingImageFailed=Inserting image failed
829 officeCopyImgInst=Instructions: Right-click the image below. Select "Copy image" from the context m…
1017 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
1018 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
1112 unsupportedImg=Unsupported image file
H A Ddia_es.txt392 image=Imagen
1112 unsupportedImg=Unsupported image file
H A Ddia_fil.txt392 image=Imahe
827 … some limitations in the host application, the image could not be inserted. Please manually copy t…
828 insertingImageFailed=Inserting image failed
829 officeCopyImgInst=Instructions: Right-click the image below. Select "Copy image" from the context m…
1017 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
1018 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
1112 unsupportedImg=Unsupported image file
H A Ddia_fr.txt12 addImageUrl=Ajouter l'URL d'une image
227 editImage=Modifier l'image
228 editImageUrl=Modifier l'URL de l'image
236 imageSearch=Recherche d'image
392 image=Image
393 imageUrl=URL de l'image
407 insertImage=Insérer une image
827 … some limitations in the host application, the image could not be inserted. Please manually copy t…
828 insertingImageFailed=Echec à l'insertion d'image
1018 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
[all …]
H A Ddia_he.txt392 image=‫תמונה‬
827 … some limitations in the host application, the image could not be inserted. Please manually copy t…
828 insertingImageFailed=Inserting image failed
829 officeCopyImgInst=Instructions: Right-click the image below. Select "Copy image" from the context m…
1017 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully
1018 confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed
1112 unsupportedImg=Unsupported image file

1...<<11121314151617181920>>...44