Home
last modified time | relevance | path

Searched refs:lastFullName (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/ComboStrap/
H A DLocalFileSystem.php182 * @param string $lastFullName
186 public function closest(Path $path, string $lastFullName): Path argument
189 $closest = $path->resolve($lastFullName);
201 $closest = $parent->resolve($lastFullName);
206 …throw new ExceptionNotFound("No closest was found for the file name ($lastFullName) from the path …
H A DWikiFileSystem.php134 * @param string $lastFullName
138 public function closest(Path $path, string $lastFullName): Path argument
140 return FileSystems::closest($path->toLocalPath(), $lastFullName);