Home
last modified time | relevance | path

Searched refs:GetResourcePath (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Microsoft.Web.Helpers/
H A DThemes.cs55 public static string GetResourcePath(string fileName) in GetResourcePath() method in Microsoft.Web.Helpers.Themes
57 return Implementation.GetResourcePath(fileName); in GetResourcePath()
60 public static string GetResourcePath(string folder, string fileName) in GetResourcePath() method in Microsoft.Web.Helpers.Themes
62 return Implementation.GetResourcePath(folder, fileName); in GetResourcePath()
199 public string GetResourcePath(string fileName) in GetResourcePath() method in Microsoft.Web.Helpers.ThemesImplementation
201 return GetResourcePath(String.Empty, fileName); in GetResourcePath()
204 public string GetResourcePath(string folder, string fileName) in GetResourcePath() method in Microsoft.Web.Helpers.ThemesImplementation
/dports/games/spacejunk/spacejunk-1.0.5/src/
H A Dscorelist.cpp34 if (access((GetResourcePath()+"scores.hi").c_str(),F_OK)) return; in ScoreList()
36 ifstream f((GetResourcePath()+"scores.hi").c_str()); in ScoreList()
43 cout<<"On file \""<<(GetResourcePath()+"scores.hi").c_str()<<"\": "<<SDL_GetError()<<endl; in ScoreList()
49 ofstream f((GetResourcePath()+"scores.hi").c_str()); in ~ScoreList()
51 …cerr<<"Error writing score list: Could not open file "<<(GetResourcePath()+"scores.hi").c_str()<<"… in ~ScoreList()
55 … cout<<"Writting file \""<<(GetResourcePath()+"scores.hi").c_str()<<"\": "<<SDL_GetError()<<endl; in ~ScoreList()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DFontMgrAndroidParserTest.cpp184 GetResourcePath("android_fonts/pre_v17/system_fonts.xml").c_str(), in DEF_TEST()
202 GetResourcePath("android_fonts/v17/system_fonts.xml").c_str(), in DEF_TEST()
203 GetResourcePath("android_fonts/v17/fallback_fonts.xml").c_str(), in DEF_TEST()
204 GetResourcePath("android_fonts/v17").c_str()); in DEF_TEST()
221 GetResourcePath("android_fonts/v22/fonts.xml").c_str(), in DEF_TEST()
242 SkString basePath = GetResourcePath("fonts/"); in DEF_TEST()
243 SkString fontsXml = GetResourcePath(fontsXmlFilename); in DEF_TEST()
277 SkString basePath = GetResourcePath("fonts/"); in DEF_TEST()
278 SkString fontsXml = GetResourcePath(fontsXmlFilename); in DEF_TEST()
354 SkString basePath = GetResourcePath("fonts/"); in DEF_TEST()
[all …]
H A DAndroidCodecTest.cpp45 if (GetResourcePath().isEmpty()) { in DEF_TEST()
139 if (GetResourcePath().isEmpty()) { in DEF_TEST()
168 if (GetResourcePath().isEmpty()) { in DEF_TEST()
207 if (GetResourcePath().isEmpty()) { in DEF_TEST()
274 if (GetResourcePath().isEmpty()) { in DEF_TEST()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/Microsoft.Web.Helpers.Test/
H A DThemesTest.cs64 … Assert.Throws<InvalidOperationException>(() => { var x = themesImpl.GetResourcePath("baz"); }, in InvokingPropertiesAndMethodsBeforeInitializationThrows()
67 …Assert.Throws<InvalidOperationException>(() => { var x = themesImpl.GetResourcePath("baz", "some-f… in InvokingPropertiesAndMethodsBeforeInitializationThrows()
165 …Assert.ThrowsArgumentNull(() => themesImpl.GetResourcePath(folder: null, fileName: "wp7.css"), "fo… in GetResourcePathThrowsIfCurrentDirectoryIsNull()
177 …Assert.ThrowsArgumentNullOrEmptyString(() => themesImpl.GetResourcePath(folder: String.Empty, file… in GetResourcePathThrowsIfFileNameIsNullOrEmpty()
178 …Assert.ThrowsArgumentNullOrEmptyString(() => themesImpl.GetResourcePath(folder: String.Empty, file… in GetResourcePathThrowsIfFileNameIsNullOrEmpty()
191 var themePath = themesImpl.GetResourcePath(fileName: "wp7.css"); in GetResourcePathReturnsItemFromThemeRootIfAvailable()
207 var themePath = themesImpl.GetResourcePath(folder: "styles", fileName: "wp7.css"); in GetResourcePathReturnsItemFromCurrentThemeDirectoryIfAvailable()
223 var themePath = themesImpl.GetResourcePath(folder: "styles", fileName: "main.css"); in GetResourcePathReturnsItemFromDefaultThemeDirectoryIfNotFoundInCurrentThemeDirectory()
239 … var themePath = themesImpl.GetResourcePath(folder: "does-not-exist", fileName: "main.css"); in GetResourcePathReturnsNullIfDirectoryDoesNotExist()
255 …var themePath = themesImpl.GetResourcePath(folder: "styles", fileName: "awesome-blinking-text.css"… in GetResourcePathReturnsNullIfItemNotFoundInCurrentAndDefaultThemeDirectories()
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/Test/Mono.Cecil.Tests/
H A DBaseTestFixture.cs13 public static string GetResourcePath (string name, Assembly assembly) in GetResourcePath() method in Mono.Cecil.Tests.BaseTestFixture
20 return GetResourcePath (Path.Combine ("assemblies", name), assembly); in GetAssemblyResourcePath()
25 return GetResourcePath (Path.Combine ("cs", name), assembly); in GetCSharpResourcePath()
30 return GetResourcePath (Path.Combine ("il", name), assembly); in GetILResourcePath()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/vmware/
H A Dipaddresses.py41 parent=self.GetResourcePath(
48 name=self.GetResourcePath(
54 name=self.GetResourcePath(
58 def GetResourcePath(self, member in IPAddressesClient
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstManagerLanguage.cpp40 …const Resource::Version version( Application::Instance::GetLanguage().GetResourcePath().Ptr(), Res… in Language()
46 << Application::Instance::GetLanguage().GetResourcePath().File() in Language()
50 …<< Resource::Version( Application::Instance::GetLanguage().GetResourcePath().Ptr(), Resource::Vers… in Language()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/
H A DResources.cpp25 SkString GetResourcePath(const char* resource) { in GetResourcePath() function
48 : SkData::MakeFromFileName(GetResourcePath(resource).c_str())) { in GetResourceAsData()
51 SkDebugf("Resource \"%s\" not found.\n", GetResourcePath(resource).c_str()); in GetResourceAsData()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/
H A DResources.cpp25 SkString GetResourcePath(const char* resource) { in GetResourcePath() function
48 : SkData::MakeFromFileName(GetResourcePath(resource).c_str())) { in GetResourceAsData()
51 SkDebugf("Resource \"%s\" not found.\n", GetResourcePath(resource).c_str()); in GetResourceAsData()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/
H A DResource.h28 return URIUtils::AddFileToFolder(GetResourcePath(), filePath); in GetFullPath()
34 std::string GetResourcePath() const in GetResourcePath() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/
H A Dcontent_hash_fetcher_unittest.cc103 base::FilePath GetResourcePath(const std::string& resource_filename) const { in GetResourcePath() function in extensions::ContentHashFetcherTest
168 RegisterInterception(fetch_url(), GetResourcePath("verified_contents.json")); in TEST_F()
192 GetResourcePath("invalid_verified_contents.json")); in TEST_F()
238 RegisterInterception(fetch_url(), GetResourcePath("verified_contents.json")); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/
H A Dcontent_hash_fetcher_unittest.cc103 base::FilePath GetResourcePath(const std::string& resource_filename) const { in GetResourcePath() function in extensions::ContentHashFetcherTest
168 RegisterInterception(fetch_url(), GetResourcePath("verified_contents.json")); in TEST_F()
192 GetResourcePath("invalid_verified_contents.json")); in TEST_F()
238 RegisterInterception(fetch_url(), GetResourcePath("verified_contents.json")); in TEST_F()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/container/
H A Darchive.go30 resolvedDirPath, err := container.GetResourcePath(dirPath)
55 hostPath, err := container.GetResourcePath(absPath)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/container/
H A Darchive.go32 resolvedDirPath, err := container.GetResourcePath(dirPath)
58 hostPath, err := container.GetResourcePath(absPath)
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/container/
H A Darchive.go32 resolvedDirPath, err := container.GetResourcePath(dirPath)
58 hostPath, err := container.GetResourcePath(absPath)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/container/
H A Darchive.go36 resolvedDirPath, err := container.GetResourcePath(dirPath)
65 hostPath, err := container.GetResourcePath(absPath)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/container/
H A Darchive.go36 resolvedDirPath, err := container.GetResourcePath(dirPath)
65 hostPath, err := container.GetResourcePath(absPath)
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/container/
H A Darchive.go36 resolvedDirPath, err := container.GetResourcePath(dirPath)
65 hostPath, err := container.GetResourcePath(absPath)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/container/
H A Darchive.go36 resolvedDirPath, err := container.GetResourcePath(dirPath)
65 hostPath, err := container.GetResourcePath(absPath)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/container/
H A Darchive.go36 resolvedDirPath, err := container.GetResourcePath(dirPath)
65 hostPath, err := container.GetResourcePath(absPath)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/container/
H A Darchive.go36 resolvedDirPath, err := container.GetResourcePath(dirPath)
65 hostPath, err := container.GetResourcePath(absPath)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/container/
H A Darchive.go36 resolvedDirPath, err := container.GetResourcePath(dirPath)
65 hostPath, err := container.GetResourcePath(absPath)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/container/
H A Darchive.go36 resolvedDirPath, err := container.GetResourcePath(dirPath)
65 hostPath, err := container.GetResourcePath(absPath)
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/container/
H A Darchive.go36 resolvedDirPath, err := container.GetResourcePath(dirPath)
65 hostPath, err := container.GetResourcePath(absPath)

1234567