Lines Matching refs:substring

406 			if (cookie.substring(0, 5) == 'MODE=')
408 mode = cookie.substring(5);
466 window.location.hash.substring(0, 2) == '#G'))
472 window.location.hash.substring(0, 45) !== '#Uhttps%3A%2F%2Fdrive.google.com%2Fuc%3Fid%3D'))
494 window.location.hash.substring(0, 2) == '#D'))
522 window.location.hash.substring(0, 2) == '#W'))
547 window.location.hash.substring(0, 2) == '#T'))
630 document.referrer.substring(0, 42) == 'https://aws.amazon.com/architecture/icons/')
757 if (plugins[i].charAt(0) != '/' && plugins[i].substring(0, tmp.length) != tmp)
828 window.location.hash.substring(0, 9) == '#_CONFIG_')
856 var value = JSON.parse(Graph.decompress(window.location.hash.substring(9)));
2098 var domain = (at >= 0) ? email.substring(at + 1) : '';
2680 if (url.substring(url.length - name.length, url.length) == name)
2682 url = url.substring(0, url.length - name.length);
2700 url = url.substring(0, url.length - file.stat.name.length);
2781 id = id.substring(1);
2791 id = id.substring(0, idx);
2820 if (value != null && value.length > 0 && value.substring(0, 7) != 'http://' &&
2821 value.substring(0, 8) != 'https://')
2848 var dot = (!this.useCanvasForExport) ? filename.substring(filename.length - 4) == '.png' : -1;
2852 filename = filename.substring(0, filename.length - 4) + '.drawio';
3173 window.location.hash.length == 0 || window.location.hash.substring(0, 2) == '#P'))
3178 if (xml.substring(0, 22) == 'data:image/png;base64,')
3196 if (window.location.hash != null && window.location.hash.substring(0, 2) == '#P')
3200 return window.location.hash.substring(1);
3395 if (value.substring(0, 7) != 'http://' && value.substring(0, 8) != 'https://')
3539 if (key != null && key.substring(0, 7) == '.draft_')
3805 if ((file.type.substring(0, 5) === 'image' ||
3807 file.type.substring(0, 9) !== 'image/svg')
3837 temp = name.substring(idx + 1);
4004 var dot = !this.useCanvasForExport && filename.substring(filename.length - 4) == '.png';
4008 filename = filename.substring(0, filename.length - 4) + '.drawio';
4609 …this.importVisio(this.base64ToBlob(responseData.substring(responseData.indexOf(',') + 1)), functio…
4620 xhr.responseText.substring(0, 13) == '<mxGraphModel')
5045 id = decodeURIComponent(id.substring(1));
5080 …no longer supported, go to https://app.diagrams.net/?desc=' + id.substring(1).substring(0, 10), mx…
5082 window.location.href = 'https://app.diagrams.net/?desc=' + id.substring(1);
5089 var data = decodeURIComponent(id.substring(1));
5137 var url = decodeURIComponent(id.substring(1));
5142 if (url.substring(0, 31) == 'https://drive.google.com/uc?id=' &&
5153 var tempId = url.substring(31, url.lastIndexOf('&ex'));
5213 tmp = tmp.substring(slash + 1, dot);
5214 var ext = url.substring(dot);
5311 id = decodeURIComponent(id.substring(1));
5547 var service = id.substring(0, 1);
5558 var name = decodeURIComponent(id.substring(1));
5586 var url = decodeURIComponent(id.substring(1));
5609 var libDesc = decodeURIComponent(id.substring(1));
5644 this.loadDesktopLib(decodeURIComponent(id.substring(1)), function(desktopLib)
5696 peer.getLibrary(decodeURIComponent(id.substring(1)), mxUtils.bind(this, function(file)
6533 name = name.substring(0, filename.lastIndexOf('.')) + extension;
6538 if (this.gitHub != null && url.substring(0, this.gitHub.baseUrl.length) == this.gitHub.baseUrl)
6654 mimeType.substring(0, 6) == 'image/');