Lines Matching refs:url

93 …return {id: item.id, isExt: true, url: item.downloadUrl, title: item.title, imgUrl: item.thumbnail…
383 editorUi.getPublicUrl(editorUi.getCurrentFile(), function(url) argument
387 editorUi.showHtmlDialog(mxResources.get('export'), null, url, function(publicUrl, zoomEnabled,
1063 var url = window.location.protocol + '//' + window.location.host +
1066 var dlg = new EmbedDialog(editorUi, url);
1964 editorUi.getPublicUrl(editorUi.getCurrentFile(), function(url) argument
1969url, function(publicUrl, zoomEnabled, initialZoom, linkTarget, linkColor, fit, allPages, layers, t…
2049 editorUi.getPublicUrl(editorUi.getCurrentFile(), function(url) argument
2053 if (url != null)
2056 url : 'https://drive.google.com/uc?id=' + current.getId()) + '"/>');
2122 editorUi.getPublicUrl(editorUi.getCurrentFile(), function(url) argument
2134 allPages, lightbox, editLink, layers, url, null, params) + '"></iframe>');
2149 editorUi.getPublicUrl(editorUi.getCurrentFile(), function(url) argument
2160 allPages, lightbox, editLink, layers, url, null, params, true));
2175 editorUi.getPublicUrl(editorUi.getCurrentFile(), function(url) argument
2187 allPages, lightbox, editLink, layers, url, null, params));
2219 editorUi.getPublicUrl(editorUi.getCurrentFile(), function(url) argument
2222 var dlg = new GoogleSitesDialog(editorUi, url);
3728 …return {id: item.id, isExt: true, url: item.downloadUrl, title: item.title, imgUrl: item.thumbnail…
3986 this.ui.editor.graph.addExtFont(this.previousExtFonts[i].name, this.previousExtFonts[i].url);
4060 this.customFonts[i].url == fontUrl)
4145 ((entry.url == null) ? '' :
4146 '@' + encodeURIComponent(entry.url));
4160 entries.push({name: entry.name, url: entry.url,
4161 label: label, title: entry.url});
4201 addItem(entries[i].name, entries[i].url, true,
4202 entries[i].label, entries[i].url);
4251 var name = this.customFonts[i].name, url = this.customFonts[i].url;
4252 addItem(name, url, true);
4255 this.editorUi.editor.graph.addExtFont(name, url, true);
4352 … curUrl = webFont != null? webFont.url : mxResources.get('urlNotFound', null, 'URL not found');
4431 this.customFonts.push({name: fontName, url: fontUrl});