Home
last modified time | relevance | path

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

/dports/www/ilias/ILIAS-5.4.25/Services/WebDAV/classes/
H A Dclass.ilWebDAVUtil.php63 $shortenedPath = '/ref_' .
67 $shortenedPath .= '/';
72 $shortenedPath = '/' . CLIENT_ID . $shortenedPath;
78 $webfolderURI = $this->base_uri . $shortenedPath;
81 $shortenedPath;
85 $shortenedPath
87 $webfolderURI_IE = $this->base_uri . $shortenedPath;
/dports/www/ilias6/ILIAS-6.14/Services/WebDAV/classes/
H A Dclass.ilWebDAVUtil.php63 $shortenedPath = '/ref_' .
67 $shortenedPath .= '/';
72 $shortenedPath = '/' . CLIENT_ID . $shortenedPath;
78 $webfolderURI = $this->base_uri . $shortenedPath;
81 $shortenedPath;
85 $shortenedPath
87 $webfolderURI_IE = $this->base_uri . $shortenedPath;
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/libraries/vendor/kint-php/kint/src/Renderer/
H A DPlain.php137 $shortenedPath = $this->escape(Kint::shortenPath($file));
139 return $shortenedPath.':'.$line;
H A DRich.php452 $shortenedPath = $this->escape(Kint::shortenPath($file));
454 return $shortenedPath.':'.$line;
/dports/graphics/digikam/digikam-7.4.0/core/libs/properties/
H A Ditempropertiestab.cpp785 QString shortenedPath = tagPath; in shortenedTagPaths() local
805 shortenedPath = indent + tagPath.section(QLatin1Char('/'), depth); in shortenedTagPaths()
808 shortenedPath.replace(QLatin1Char('/'), QLatin1String(" / ")); in shortenedTagPaths()
809 tagsShortened << shortenedPath; in shortenedTagPaths()