Searched refs:getParamName (Results 1 – 3 of 3) sorted by relevance
330 const name = getParamName(p);394 const name = getParamName(segment);429 const getParamName = (pattern) => pattern.replace(/^[:*]/, '').replace(/\?$/, ''); function
1 …getParamName(p);\n\n // We don't know what to show for wildcard patterns\n // Showing th…
437 const name = getParamName(p);517 const name = getParamName(segment);568 const getParamName = (pattern: string) => pattern.replace(/^[:*]/, '').replace(/\?$/, ''); constant