Home
last modified time | relevance | path

Searched refs:img (Results 251 – 275 of 749) sorted by last modified time

1...<<11121314151617181920>>...30

/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML-full.js56img)){if(A.length){this.addText(o,A);A=""}var x=!!o.style.fontFamily||!!B.style.fontStyle||!!B.sty…
H A DAccessible-full.js78img)){if(A.length){this.addText(o,A);A=""}var x=!!o.style.fontFamily||!!B.style.fontStyle||!!B.sty…
H A DMML_HTMLorMML-full.js56img)){if(A.length){this.addText(o,A);A=""}var x=!!o.style.fontFamily||!!B.style.fontStyle||!!B.sty…
H A DTeX-MML-AM_HTMLorMML-full.js76img)){if(A.length){this.addText(o,A);A=""}var x=!!o.style.fontFamily||!!B.style.fontStyle||!!B.sty…
/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloClient.js475 var img = document.createElement('img');
476 img.src = preview.url;
477 img.width = preview.width;
478 img.height= preview.height;
479 img.style= "border: 1px solid black;margin:5px;vertical-align:middle"
480 link.appendChild(img);
H A DDialogs.js64 if (img != null)
1527 var isPageLink = img != null && img.originalSrc != null;
1546 urlInput.value = (isPageLink || img == null) ? '' : img.src;
1756 widthInput.value = (img != null && !isPageLink) ? img.width : '';
1767 heightInput.value = (img != null && !isPageLink) ? img.height : '';
4090 logo.src = img;
4646 Math.min(1, Math.min(maxSize / img.width, maxSize / img.height));
9120 entry = img;
9345 addButton(img.data, null, 0, 0, img.w, img.h, img, img.aspect, img.title);
9448 addButton(uri, null, 0, 0, img.width, img.height);
[all …]
H A DDriveClient.js1810 var img = new Image();
1812 img.onload = mxUtils.bind(this, function()
1816 var s = this.thumbnailWidth / img.width;
1820 canvas.height = Math.floor(img.height * s);
1823 ctx.drawImage(img, 0, 0, canvas.width, canvas.height);
1849 img.src = 'data:image/png;base64,' + data;
H A DEditor.js2724 var img = new Image();
2764 img.src = url;
2815 if (img != null)
3399 var img = new Image();
6137 td.appendChild(img);
6248 td.appendChild(img);
8543 var img = this.image;
8545 if (img != null && img.src != null && Graph.isPageLink(img.src))
8547 img = {originalSrc: img.src}; class in ChangePageSetup.execute
8595 var img = new Image(); variable
[all …]
H A DEditorUi.js171 var img = new Image();
211 var img = new Image();
497 var img = new Image(); variable
500 img.onload = function()
3556 …if (file != null && img != null && ((/(\.v(dx|sdx?))($|\?)/i.test(img)) || /(\.vs(x|sx?))($|\?)/i.…
3561 }, null, img);
3653 var img = imgs[i];
3654 var data = img.data;
3667 data, img.w, img.h, '', img.title || '', false, false, true));
3676 cells, img.w, img.h, img.title || '', true, false, true));
[all …]
H A DEmbed.js445 var img = node.getAttribute('backgroundImage');
447 if (img != null)
449 img = JSON.parse(img);
450 graph.setBackgroundImage(new mxImage(img.src, img.width, img.height));
H A DGraphViewer.js352 if (img != null && Graph.isPageLink(img.src))
354 var src = img.src;
366 img.originalSrc = src;
384 if (img != null)
391 (t.x + img.x) * s, (t.y + img.y) * s,
392 img.width * s, img.height * s));
1294 img.setAttribute('border', '0');
1295 img.setAttribute('src', imgSrc);
1296 img.style.width = '18px';
1310 mxUtils.setOpacity(img, 60);
[all …]
H A DElectronApp.js459 var img = new Image();
460 img.onload = function()
462 editorUi.resizeImage(img, img.src, function(data2, w, h)
471 img.onerror = function(e)
478 img.src = (format == 'svg') ? Editor.createSvgDataUri(data) :
H A DExtensions.js13300 var img = new mxCell('', new mxGeometry(0, 0, w, h), 'shape=image;html=1;');
13301 img.style += getImage({}, {}, p.FillColor.url);
13302 img.vertex = true;
13303 img.geometry.relative = true;
13304 v.insert(img);
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js205 var img = document.createElement('img');
206 img.setAttribute('src', Dialog.prototype.closeImage);
207 img.setAttribute('title', mxResources.get('hide'));
208 img.className = 'geDialogClose';
209 img.style.position = 'relative';
210 img.style.cursor = 'default';
211 img.style.top = '1px';
212 img.style.right = '0px';
214 mxEvent.addListener(img, 'click', mxUtils.bind(this, function(evt)
221 link.appendChild(img);
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/
H A DimageFonts.js19img[p];var g={width:Math.floor(o[0]/m+0.5)+"px",height:Math.floor(o[1]/m+0.5)+"px"};if(o[2]){g.ver… property in AnonymousFunctione82a421e0300.h
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1072img=new Image;img.onload=function(){k.width=this.width;k.height=this.height;d.drawImage(this,0,0);…
1073 try{e(f)}catch(b){}q.filesLoading--;if(0==q.filesLoading)q.onFilesLoaded()};img.src=m}catch(b){cons…
H A Dapp.min.js74 …,h3:0,h4:0,h5:0,h6:0,head:305,header:0,hgroup:0,hr:2,html:305,i:0,iframe:4,img:2,input:2,ins:0,isi… property in $.f
78 …Element",html:"HTMLHtmlElement",i:"HTMLElement",iframe:"HTMLIFrameElement",img:"HTMLImageElement",… property in $.Q
10369 …Img";var k=document.createElement("img");k.src=NEW_DIAGRAM_CATS_PATH+"/"+l.img;p.appendChild(k);m.…
10390 typeof b.getAttribute&&null!=b.getAttribute("title")&&va.push({img:b.getAttribute("img"),libs:b.get…
10924 …t("resize"),mxResources.get("actualSize"),'<img style="margin-top:8px;" src="'+Editor.loResImage+'…
10973 1),"image/png");b=new ClipboardItem({"image/png":f,"text/html":new Blob(['<img src="'+b+'" width="'…
11065 …to;height:300px";f.innerHTML='<div style="text-align:center;padding:8px;"><img src="'+IMAGE_PATH+'…
11104 …ault();mxEvent.consume(c)});C.appendChild(F)}F=z.cloneNode();F.innerHTML='<img src="'+IMAGE_PATH+'…
11105 …C.appendChild(F);b.commentsRefreshNeeded()&&(F=z.cloneNode(),F.innerHTML='<img src="'+IMAGE_PATH+'…
11106 …),C.appendChild(F));b.commentsSaveNeeded()&&(z=z.cloneNode(),z.innerHTML='<img src="'+IMAGE_PATH+'…
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js890 var img = document.createElement('img');
894 img.className = 'geDialogClose';
895 img.style.top = (top + 14) + 'px';
897 img.style.zIndex = this.zIndex;
904 document.body.appendChild(img);
905 this.dialogImg = img;
1595 var img = newBackgroundImage;
1597 if (img != null && Graph.isPageLink(img.src))
1599 img = editorUi.createImageForPageLink(img.src, null);
1602 if (img != null && img.src != null)
[all …]
H A DEditorUi.js26 if (img != null)
33 (t.x + img.x) * s, (t.y + img.y) * s,
34 img.width * s, img.height * s));
2184 a.appendChild(img);
3578 if (img != null && img.src != null && img.src.substring(0, 13) == 'data:page/id,')
3580 img = this.ui.createImageForPageLink(img.src, this.ui.currentPage);
4665 if (img != null && img.nextSibling == null &&
4941 fn(newValue, img.width, img.height);
4949 img.src = newValue;
5001 apply(new mxImage(newValue, img.width, img.height), false);
[all …]
H A DSidebar.js569 (mxUtils.bind(this, function(img) argument
571 var data = img.data;
572 var tags = (img.title != null) ? img.title : '';
574 if (img.tags != null)
576 tags += ' ' + img.tags;
586 if (img.aspect == 'fixed')
592 data, img.w, img.h, '', img.title || '', false, false, true)
602 cells, img.w, img.h, img.title || '', true, false, true);
2864 function createArrow(img, tooltip) argument
2867 arrow = mxUtils.createImage(img.src);
[all …]
H A DFormat.js598 img.style.display = 'block';
599 img.style.right = '0px';
600 img.style.top = '8px';
601 img.style.cursor = 'pointer';
602 img.style.marginTop = '1px';
603 img.style.marginRight = '6px';
605 img.style.padding = '1px';
606 img.style.opacity = 0.5;
607 label2.appendChild(img)
1417 arrow.appendChild(img);
[all …]
/plugin/diagramsnet/lib/js/sanitizer/
H A Dsanitizer.min.js72 …,h3:0,h4:0,h5:0,h6:0,head:305,header:0,hgroup:0,hr:2,html:305,i:0,iframe:4,img:2,input:2,ins:0,isi… property in $.f
76 …Element",html:"HTMLHtmlElement",i:"HTMLElement",iframe:"HTMLIFrameElement",img:"HTMLImageElement",… property in $.Q
/plugin/diagramsnet/lib/
H A Delectron.js1305 browser.capturePage().then(function(img) argument
1322 img = img.resize(newBounds);
1324 var data = args.format == 'png'? img.toPNG() : img.toJPEG(args.jpegQuality || 90);
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmglyph.js19img){this.img=a.mglyph.GLYPH[m.src]}if(!this.img){this.img=a.mglyph.GLYPH[m.src]={img:new Image(),…
/plugin/diagramsnet/lib/js/onedrive/
H A DmxODPicker.js339 function submit(img) argument
341 pickedFileCallback(selectedFile, img);

1...<<11121314151617181920>>...30