Home
last modified time | relevance | path

Searched refs:getRelativePath (Results 1 – 25 of 510) sorted by relevance

12345678910>>...21

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/webapp/
H A DUrlUtilsTests.java67 assertEquals("../basic/index.jsp", UrlUtil.getRelativePath(req, "/basic/index.jsp")); in testRelativePathUnrelated()
74 assertEquals("test.jsp", UrlUtil.getRelativePath(req, "/advanced/test.jsp")); in testRelativePathSameStart()
81 assertEquals("index.jsp", UrlUtil.getRelativePath(req, "/advanced/index.jsp")); in testRelativePathSameFile()
88 assertEquals("../advance/index.jsp", UrlUtil.getRelativePath(req, "/advance/index.jsp")); in testRelativeAlmostMatch1()
95 assertEquals("../advancedd/index.jsp", UrlUtil.getRelativePath(req, "/advancedd/index.jsp")); in testRelativeAlmostMatch2()
102 assertEquals("../d/test.jsp", UrlUtil.getRelativePath(req, "/a/b/d/test.jsp")); in testRelativePathMultipleMatchingSegments()
109 assertEquals("../../../b/a/c/test.jsp", UrlUtil.getRelativePath(req, "/b/a/c/test.jsp")); in testRelativePathSecondSegmentMatch1()
116 assertEquals("../../../a/a/a/test.jsp", UrlUtil.getRelativePath(req, "/a/a/a/test.jsp")); in testRelativePathSecondSegmentMatch2()
/dports/www/ilias/ILIAS-5.4.25/Services/Object/Icon/classes/
H A Dclass.ilObjectCustomIconImpl.php63 $this->getRelativePath(),
67 $this->getRelativePath()
107 $fileName = $this->getRelativePath();
125 $fileName = $this->getRelativePath();
171 $fileName = $this->getRelativePath();
218 protected function getRelativePath() : string function in ilObjectCustomIconImpl
235 return $this->webDirectory->has($this->getRelativePath());
246 $this->getRelativePath()
264 $this->persistIconState($this->getRelativePath());
/dports/www/ilias6/ILIAS-6.14/Services/Object/Icon/classes/
H A Dclass.ilObjectCustomIconImpl.php63 $this->getRelativePath(),
67 $this->getRelativePath()
107 $fileName = $this->getRelativePath();
125 $fileName = $this->getRelativePath();
171 $fileName = $this->getRelativePath();
218 protected function getRelativePath() : string function in ilObjectCustomIconImpl
235 return $this->webDirectory->has($this->getRelativePath());
246 $this->getRelativePath()
264 $this->persistIconState($this->getRelativePath());
/dports/www/ilias/ILIAS-5.4.25/Services/Object/CommonSettings/TileImage/classes/
H A Dclass.ilObjectTileImage.php70 $this->getRelativePath(),
74 $this->getRelativePath()
107 $file_name = $this->getRelativePath();
122 $file_name = $this->getRelativePath();
200 protected function getRelativePath() function in ilObjectTileImage
216 return $this->web->has($this->getRelativePath());
227 $this->getRelativePath()
/dports/www/ilias6/ILIAS-6.14/Services/Object/CommonSettings/TileImage/classes/
H A Dclass.ilObjectTileImage.php70 $this->getRelativePath(),
74 $this->getRelativePath()
107 $file_name = $this->getRelativePath();
122 $file_name = $this->getRelativePath();
200 protected function getRelativePath() function in ilObjectTileImage
216 return $this->web->has($this->getRelativePath());
227 $this->getRelativePath()
/dports/java/jflex/jflex-1.8.1/src/test/java/jflex/io/
H A DFileUtilsTest.java4 import static jflex.io.FileUtils.getRelativePath;
16 assertThat(getRelativePath(dir, f)).isEqualTo("d/foo.bar"); in test_getRelativePath_fileInDir()
23 assertThat(getRelativePath(dir, f)).isEqualTo("/d/e/f/foo.bar"); in test_getRelativePath_fileNotInDir()
30 assertThat(getRelativePath(dir, f)).isEqualTo("/a/b/c.txt"); in test_getRelativePath_sameStart()
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/quickgui/
H A Dtestqgsquickutils.cpp46 void getRelativePath();
169 void TestQgsQuickUtils::getRelativePath() in getRelativePath() function in TestQgsQuickUtils
174 QString relativePath = utils.getRelativePath( path, prefixPath ); in getRelativePath()
179 QString relativePath2 = utils.getRelativePath( path2, prefixPath ); in getRelativePath()
183 QString relativePath3 = utils.getRelativePath( path3, prefixPath ); in getRelativePath()
186 QString relativePath4 = utils.getRelativePath( path2, QStringLiteral( "/dummy/path/" ) ); in getRelativePath()
189 QString relativePath5 = utils.getRelativePath( path2, QStringLiteral( "" ) ); in getRelativePath()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/8.0/
H A DBreaking-74029-RemoveModuleLoader-getRelativePath.rst5 Breaking: #74029 - Remove ModuleLoader->getRelativePath()
13 The method `ModuleLoader->getRelativePath()` has been removed. It was previously part when register…
26 …ith extensions that set up the ModuleLoader class and call the method `getRelativePath()` directly.
32 Use `PathUtility::getRelativePath()` when the functionality is still needed.
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/8.0/
H A DBreaking-74029-RemoveModuleLoader-getRelativePath.rst5 Breaking: #74029 - Remove ModuleLoader->getRelativePath()
13 The method `ModuleLoader->getRelativePath()` has been removed. It was previously part when register…
26 …ith extensions that set up the ModuleLoader class and call the method `getRelativePath()` directly.
32 Use `PathUtility::getRelativePath()` when the functionality is still needed.
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/8.0/
H A DBreaking-74029-RemoveModuleLoader-getRelativePath.rst5 Breaking: #74029 - Remove ModuleLoader->getRelativePath()
13 The method `ModuleLoader->getRelativePath()` has been removed. It was previously part when register…
26 …ith extensions that set up the ModuleLoader class and call the method `getRelativePath()` directly.
32 Use `PathUtility::getRelativePath()` when the functionality is still needed.
/dports/www/owncloud/owncloud/apps/files_sharing/lib/Controllers/
H A DShareController.php349 $shareTmpl['dir'] = $rootFolder->getRelativePath($path->getPath());
365 $folder->assign('dir', $rootFolder->getRelativePath($path->getPath()));
448 $originalSharePath = $userFolder->getRelativePath($share->getNode()->getPath());
460 …->setSubject(Activity::SUBJECT_PUBLIC_SHARED_FILE_DOWNLOADED, [$userFolder->getRelativePath($share…
462 …->setObject('files', $share->getNode()->getId(), $userFolder->getRelativePath($share->getNode()->g…
480 $originalSharePath = $userFolder->getRelativePath($node->getPath());
487 …->setSubject(Activity::SUBJECT_PUBLIC_SHARED_FILE_DOWNLOADED, [$userFolder->getRelativePath($node-…
489 ->setObject('files', $node->getId(), $userFolder->getRelativePath($node->getPath()));
502 ->setObject('files', $subNode->getId(), $userFolder->getRelativePath($subNode->getPath()));
517 …->setSubject(Activity::SUBJECT_PUBLIC_SHARED_FOLDER_DOWNLOADED, [$userFolder->getRelativePath($nod…
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/localizer/
H A DLocalCacheDirectoryManager.java80 knownDirectories.put(newDir.getRelativePath(), newDir); in getRelativePathForLocalization()
86 return subDir.getRelativePath(); in getRelativePathForLocalization()
117 knownDirectories.put(subDir.getRelativePath(), subDir); in incrementFileCountForPath()
164 static String getRelativePath(int directoryNo) { in getRelativePath() method in LocalCacheDirectoryManager.Directory
202 relativePath = getRelativePath(directoryNo); in Directory()
213 public String getRelativePath() { in getRelativePath() method in LocalCacheDirectoryManager.Directory
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/
H A Dtestpath.cpp102 ASSERT_EQUALS("x.c", Path::getRelativePath("C:/foo/x.c", basePaths)); in getRelative()
103 ASSERT_EQUALS("y.c", Path::getRelativePath("C:/bar/y.c", basePaths)); in getRelative()
104 ASSERT_EQUALS("foo/y.c", Path::getRelativePath("C:/bar/foo/y.c", basePaths)); in getRelative()
105 ASSERT_EQUALS("C:/test.cpp", Path::getRelativePath("C:/test.cpp", basePaths)); in getRelative()
106 ASSERT_EQUALS("C:/foobar/test.cpp", Path::getRelativePath("C:/foobar/test.cpp", basePaths)); in getRelative()
/dports/devel/cppcheck/cppcheck-2.6.3/test/
H A Dtestpath.cpp102 ASSERT_EQUALS("x.c", Path::getRelativePath("C:/foo/x.c", basePaths)); in getRelative()
103 ASSERT_EQUALS("y.c", Path::getRelativePath("C:/bar/y.c", basePaths)); in getRelative()
104 ASSERT_EQUALS("foo/y.c", Path::getRelativePath("C:/bar/foo/y.c", basePaths)); in getRelative()
105 ASSERT_EQUALS("C:/test.cpp", Path::getRelativePath("C:/test.cpp", basePaths)); in getRelative()
106 ASSERT_EQUALS("C:/foobar/test.cpp", Path::getRelativePath("C:/foobar/test.cpp", basePaths)); in getRelative()
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/cli/commands/
H A DWebAppCommand.php84 $yii=$this->getRelativePath($yii,$this->_rootPath.DIRECTORY_SEPARATOR.'index.php');
93 …$yii=$this->getRelativePath($yii,$this->_rootPath.DIRECTORY_SEPARATOR.'protected'.DIRECTORY_SEPARA…
102 …$yiic=$this->getRelativePath($yiic,$this->_rootPath.DIRECTORY_SEPARATOR.'protected'.DIRECTORY_SEPA…
107 protected function getRelativePath($path1,$path2) function in WebAppCommand
/dports/www/owncloud/owncloud/lib/private/Search/Result/
H A DFile.php76 $path = $this->getRelativePath($data->getPath());
106 protected function getRelativePath($path) { function in OC\\Search\\Result\\File
111 return self::$userFolderCache->getRelativePath($path);
/dports/devel/eric6/eric6-21.11/eric/eric6/Project/
H A DTranslationPropertiesDialog.py93 self.transPatternPicker.setText(self.project.getRelativePath(path))
113 self.transBinPathPicker.setText(self.project.getRelativePath(path))
135 self.project.getRelativePath(texcept)
197 tp = self.project.getRelativePath(tp)
204 tp = self.project.getRelativePath(tp)
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extensionmanager/Classes/Utility/
H A DFileHandlingUtility.php146 …anguageService->getLL('fileHandling.couldNotCreateDirectory'), $this->getRelativePath($directory)),
198 …->languageService->getLL('fileHandling.installPathWasNoDirectory'), $this->getRelativePath($path)),
217 …nguageService->getLL('fileHandling.couldNotCreateDirectory'), $this->getRelativePath($extDirPath)),
240 …nguageService->getLL('fileHandling.couldNotRemoveDirectory'), $this->getRelativePath($extDirPath)),
265 protected function getRelativePath(string $absolutePath): string function in TYPO3\\CMS\\Extensionmanager\\Utility\\FileHandlingUtility
/dports/www/limesurvey/limesurvey/framework/cli/commands/
H A DWebAppCommand.php146 $yii=$this->getRelativePath($yii,$this->_rootPath.DIRECTORY_SEPARATOR.'index.php');
162 …$yii=$this->getRelativePath($yii,$this->_rootPath.DIRECTORY_SEPARATOR.'protected'.DIRECTORY_SEPARA…
178 …$yiic=$this->getRelativePath($yiic,$this->_rootPath.DIRECTORY_SEPARATOR.'protected'.DIRECTORY_SEPA…
190 protected function getRelativePath($path1,$path2) function in WebAppCommand
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/translation/Dumper/
H A DFileDumper.php56 … $fullpath = $options['path'].'/'.$this->getRelativePath($domain, $messages->getLocale());
68 … $intlPath = $options['path'].'/'.$this->getRelativePath($intlDomain, $messages->getLocale());
104 private function getRelativePath(string $domain, string $locale): string function in Symfony\\Component\\Translation\\Dumper\\FileDumper
/dports/www/tikiwiki/tiki-21.2/lib/core/Tiki/Sitemap/
H A DGenerator.php67 $relativePath = $this->getRelativePath();
110 $path = $this->getRelativePath() . self::BASE_FILE_NAME . '-index.xml';
134 public function getRelativePath() function in Tiki\\Sitemap\\Generator
/dports/www/nextcloud/nextcloud/lib/private/Search/Result/
H A DFile.php97 $path = $this->getRelativePath($data->getPath());
129 protected function getRelativePath($path) { function in OC\\Search\\Result\\File
135 $relativePath = self::$userFolderCache->getRelativePath($path);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/symfony/translation/Dumper/
H A DFileDumper.php72 … $fullpath = $options['path'].'/'.$this->getRelativePath($domain, $messages->getLocale());
84 … $intlPath = $options['path'].'/'.$this->getRelativePath($intlDomain, $messages->getLocale());
122 private function getRelativePath(string $domain, string $locale): string function in Symfony\\Component\\Translation\\Dumper\\FileDumper
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/translation/Dumper/
H A DFileDumper.php72 … $fullpath = $options['path'].'/'.$this->getRelativePath($domain, $messages->getLocale());
84 … $intlPath = $options['path'].'/'.$this->getRelativePath($intlDomain, $messages->getLocale());
122 private function getRelativePath(string $domain, string $locale): string function in Symfony\\Component\\Translation\\Dumper\\FileDumper
/dports/www/owncloud/owncloud/lib/composer/symfony/translation/Dumper/
H A DFileDumper.php72 … $fullpath = $options['path'].'/'.$this->getRelativePath($domain, $messages->getLocale());
84 … $intlPath = $options['path'].'/'.$this->getRelativePath($intlDomain, $messages->getLocale());
122 private function getRelativePath(string $domain, string $locale): string function in Symfony\\Component\\Translation\\Dumper\\FileDumper

12345678910>>...21