Lines Matching full:substr
150 pagePath = pagePath.substr(pagePath.indexOf("/",6)); // start after intl/ to get last /
2465 s = s.substr(tmp + 1);
2494 var partsAfter = _countChar(labelLower.substr(t + 1), '.');
2500 var partsAfter = _countChar(labelLower.substr(t + 1), '.');
2694 var hash = escape(location.hash.substr(1));
3055 if (toroot.substr(0, 1) == "/") {
3056 if (full.substr(0, toroot.length) == toroot) {
3057 return full.substr(toroot.length);
3067 if (toroot.substr(toroot.length-3, 3) == "../" || toroot == "./") {
3069 file = full.substr(pos) + file;
3070 full = full.substr(0, pos);
3071 toroot = toroot.substr(0, toroot.length-3);
3074 return file.substr(1);
3230 linkText = linkText.substr(19, linkText.length);
3269 linkText = linkText.substr(19, linkText.length);