Lines Matching refs:redirect

1074 		var redirect = null;
1083 redirect = editLink;
1188 …tml2(mxUtils.getXml(fileNode), graph, (file != null) ? file.getTitle() : null, editLink, redirect);
1198 xml = this.getEmbeddedSvg(xml, graph, url, null, embeddedCallback, ignoreSelection, redirect);
1666 EditorUi.prototype.getHtml = function(node, graph, title, editLink, redirect, ignoreSelection) argument
1682 if (redirect == null)
1715 if (redirect != null)
1717 redirect = redirect.replace(/&/g, '&');
1735 …return ((redirect == null) ? '<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=5,IE=9" >…
1736 … '<!DOCTYPE html>\n<html' + ((redirect != null) ? ' xmlns="http://www.w3.org/1999/xhtml">' : '>') +
1737 '\n<head>\n' + ((redirect == null) ? ((title != null) ? '<title>' + mxUtils.htmlEntities(title) +
1739 …((redirect != null) ? '<meta http-equiv="refresh" content="0;URL=\'' + redirect + '\'"/>\n' : '') +
1741 …(((redirect == null && bg != null && bg != mxConstants.NONE) ? ' style="background-color:' + bg + …
1744 ((redirect == null) ? '<script type="text/javascript" src="' + js + '"></script>' :
1746 'href="' + redirect + '" target="_blank"><img border="0" ' +
1754 EditorUi.prototype.getHtml2 = function(xml, graph, title, editLink, redirect) argument
1759 if (redirect != null)
1761 redirect = redirect.replace(/&/g, '&amp;');
1774 …return ((redirect == null) ? '<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=5,IE=9" >…
1775 … '<!DOCTYPE html>\n<html' + ((redirect != null) ? ' xmlns="http://www.w3.org/1999/xhtml">' : '>') +
1776 '\n<head>\n' + ((redirect == null) ? ((title != null) ? '<title>' + mxUtils.htmlEntities(title) +
1778 …((redirect != null) ? '<meta http-equiv="refresh" content="0;URL=\'' + redirect + '\'"/>\n' : '') +
1781 ((redirect == null) ? '<script type="text/javascript" src="' + js + '"></script>' :
1783 'href="' + redirect + '" target="_blank"><img border="0" ' +
6767 redirect, embedImages, background, scale, border, shadow, keepTheme) argument