Home
last modified time | relevance | path

Searched refs:curUrl (Results 1 – 2 of 2) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DMenus.js4276 var curUrl = null;
4290 curUrl = Graph.getFontUrl(curFontName, null);
4292 if (curUrl != null)
4294 if (Graph.isGoogleFontUrl(curUrl))
4296 curUrl = null;
4330 curUrl = temp;
4352curUrl = webFont != null? webFont.url : mxResources.get('urlNotFound', null, 'URL not found');
4358 if (curUrl != null && curUrl.substring(0, PROXY_URL.length) == PROXY_URL)
4360 curUrl = decodeURIComponent(curUrl.substr((PROXY_URL + '?url=').length));
4371 …var dlg = new FontDialog(this.editorUi, curFontName, curUrl, curType, mxUtils.bind(this, function(…
H A DDialogs.js11485 var FontDialog = function(editorUi, curFontname, curUrl, curType, fn) argument
11685 webFontUrlInput.setAttribute('value', curUrl || '');