Searched refs:removeLeadingSlash (Results 1 – 7 of 7) sorted by relevance
31 function removeLeadingSlash(url) { function75 path = `/--/${removeLeadingSlash(path)}`;134 path = removeLeadingSlash(path);
1 …removeLeadingSlash(url: string): string {\n return url.replace(/^\\//, '');\n}\n\nfunction remove…
38 function removeLeadingSlash(url: string): string { function90 path = `/--/${removeLeadingSlash(path)}`;159 path = removeLeadingSlash(path);
14 private static removeLeadingSlash;
12 path = [path, SessionUrlProvider.removeLeadingSlash(urlPath)].filter(Boolean).join('/');101 static removeLeadingSlash(url) { method in SessionUrlProvider
1 …removeLeadingSlash(urlPath)].filter(Boolean).join('/');\n }\n\n return Linking.createURL(pat…
17 path = [path, SessionUrlProvider.removeLeadingSlash(urlPath)].filter(Boolean).join('/');125 private static removeLeadingSlash(url: string) { method in SessionUrlProvider