Searched defs:basePath (Results 1 – 2 of 2) sorted by relevance
571 type basePath struct { struct572 path string573 config Config574 rel string577 func (p basePath) Ext() string {581 func (p basePath) Base() string {585 func (p basePath) Rel() string {592 func (p basePath) String() string {596 func (p basePath) withRel(rel string) basePath {604 basePath anonMember[all …]
11 var basePath = getBaseUri(location.pathname); variable