Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DLocalPath.php145 $directorySeparator = $this->getDirectorySeparator();
202 $directorySeparator = $this->getDirectorySeparator();
245 $newPath = $this->toCanonicalAbsolutePath()->toAbsoluteId() . $this->getDirectorySeparator() . utf8_encodeFN($name);
282 $relativePath = str_replace($this->getDirectorySeparator(), WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT, $relativePath);
410 $realPath .= $this->getDirectorySeparator();
413 $realPath .= implode($this->getDirectorySeparator(), $parts);
418 public function getDirectorySeparator() function in ComboStrap\\LocalPath