Lines Matching refs:tmp
375 var tmp = graph.view.getState(me.getCell());
377 if (tmp != this.currentState)
384 this.currentState = tmp;
395 var tmp = this.currentLink;
398 if (tmp != null)
400 if (tmp.charAt(0) == '#')
402 window.location.hash = tmp;
406 window.open(tmp);
534 var tmp = newDocument.documentElement.getAttribute('content');
536 if (tmp != null && tmp.charAt(0) != '<' && tmp.charAt(0) != '%')
538 tmp = unescape((window.atob) ? atob(tmp) : Base64.decode(cont, tmp));
541 if (tmp != null && tmp.charAt(0) == '%')
543 tmp = decodeURIComponent(tmp);
546 if (tmp != null && tmp.length > 0)
548 newDocument = mxUtils.parseXml(tmp);
563 var tmp = Graph.decompress(text);
565 if (tmp != null && tmp.length > 0)
567 newDocument = mxUtils.parseXml(tmp);
825 var tmp = document.getElementsByTagName('*'); variable
828 for (var i = 0; i < tmp.length; i++)
830 divs.push(tmp[i]);