Searched defs:basePath (Results 1 – 3 of 3) sorted by relevance
694 type basePath struct { struct695 path string696 config Config697 rel string700 func (p basePath) Ext() string {704 func (p basePath) Base() string {708 func (p basePath) Rel() string {715 func (p basePath) String() string {719 func (p basePath) withRel(rel string) basePath {727 basePath anonMember[all …]
190 func cleanOldFiles(ctx Context, basePath, file string) { argument
11 var basePath = getBaseUri(location.pathname); variable