Home
last modified time | relevance | path

Searched defs:appPath (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/dports/security/keybase/client-v5.7.1/osx/Helper/
H A DSMJobBlessUtil.py175 def checkStep1(appPath): argument
209 def checkStep2(appPath, toolPathList): argument
251 def checkStep3(appPath, toolPathList): argument
283 def checkStep4(appPath, toolPathList): argument
296 def checkStep5(appPath): argument
300 def check(appPath): argument
315 def setreq(appPath, appInfoPlistPath, toolInfoPlistPaths): argument
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Mvc.Test/Util/
H A DMvcHelper.cs88 public static HtmlHelper GetHtmlHelperWithPath(ViewDataDictionary viewData, string appPath) in GetHtmlHelperWithPath()
97 …mlHelper<TModel> GetHtmlHelperWithPath<TModel>(ViewDataDictionary<TModel> viewData, string appPath) in GetHtmlHelperWithPath()
111 …public static HttpContextBase GetHttpContext(string appPath, string requestPath, string httpMethod… in GetHttpContext()
148 …public static HttpContextBase GetHttpContext(string appPath, string requestPath, string httpMethod) in GetHttpContext()
153 … public static ViewContext GetViewContextWithPath(string appPath, ViewDataDictionary viewData) in GetViewContextWithPath()
/dports/x11-fm/qtfm/qtfm-6.2.1/libfm/
H A Dcommon.cpp65 QStringList Common::iconLocations(QString appPath) in iconLocations()
74 QStringList Common::pixmapLocations(QString appPath) in pixmapLocations()
92 QStringList Common::mimeGlobLocations(QString appPath) in mimeGlobLocations()
110 QStringList Common::mimeTypeLocations(QString appPath) in mimeTypeLocations()
138 QString Common::findIconInDir(QString appPath, in findIconInDir()
189 QString Common::findIcon(QString appPath, in findIcon()
206 QString Common::findApplication(QString appPath, in findApplication()
328 QStringList Common::getPixmaps(QString appPath) in getPixmaps()
341 QStringList Common::getMimeTypes(QString appPath) in getMimeTypes()
358 QStringList Common::getIconThemes(QString appPath) in getIconThemes()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Net/Prerequisites/Deployment/
H A Dsetup_iisserver.ps1126 $appPath = Join-Path $script:iisWwwRoot $app.IISRelativePath in InstallServerCode() variable
132 Remove-Item ($appPath + "\*") -Recurse -Force -ErrorAction SilentlyContinue in InstallServerCode() variable
138 mkdir $appPath -ErrorAction SilentlyContinue | Out-Null in InstallServerCode() variable
148 GrantUserAccess $appPath $app.UserAccess in InstallServerCode() variable
158 $appPath = Join-Path $script:iisWwwRoot $app.IISRelativePath in RemoveServerCode() variable
159 rmdir -Recurse -Force $appPath -ErrorAction SilentlyContinue in RemoveServerCode() variable
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/tests/browser/junit3/src/org/mozilla/tests/browser/junit3/
H A DTestJarReader.java25 String appPath = getInstrumentation().getTargetContext().getPackageResourcePath(); in testJarReader() local
74 String appPath = getInstrumentation().getTargetContext().getPackageResourcePath(); in testExtractStream() local
100 String appPath = getInstrumentation().getTargetContext().getPackageResourcePath(); in testExtractStreamFailureCases() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Hosting/
H A DAppDomainFactory.cs50 String appPath, in Create()
96 public Object Create(String module, String typeName, String appId, String appPath, in Create()
118 [In, MarshalAs(UnmanagedType.BStr)] String appPath); in Create()
146 public Object Create(String appId, String appPath) { in Create()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Routing/Test/System.Web.Routing/
H A DTestStubTypes.cs137 public HttpContextStub2 (string requestUrl, string path, string appPath) in HttpContextStub2()
176 public HttpRequestStub2 (string dummyRequestPath, string dummyPath, string appPath) in HttpRequestStub2()
225 public HttpContextStub3 (string requestUrl, string path, string appPath, bool supportHandler) in HttpContextStub3()
255 string appPath; field in MonoTests.System.Web.Routing.FakeHttpRequestWrapper
257 public FakeHttpRequestWrapper (string requestUrl, string path, string appPath) in FakeHttpRequestWrapper()
286 public HttpContextStub4 (string requestUrl, string path, string appPath, bool supportHandler) in HttpContextStub4()
316 public HttpContextStub5 (string requestUrl, string path, string appPath) in HttpContextStub5()
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rsconnect/R/
H A Ddeployments.R3 saveDeployment <- function(appPath, name, title, username, account, server, argument
81 deployments <- function(appPath, nameFilter = NULL, accountFilter = NULL, argument
193 deploymentFile <- function(appPath, name, account, server) { argument
243 addToDeploymentHistory <- function(appPath, deploymentRecord) { argument
H A DconfigureApp.R99 setProperty <- function(propertyName, propertyValue, appPath = getwd(), argument
141 unsetProperty <- function(propertyName, appPath = getwd(), appName=NULL, argument
173 showProperties <- function(appPath = getwd(), appName = NULL, account = NULL) { argument
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/expected/oc/
H A D50015-receiver.m6 {
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/input/oc/
H A Dreceiver.m5 - (NSString*) appPath { method
/dports/net/spoofer/spoofer-1.4.7/prober/
H A DAppInfo.h36 static char *appPath; variable
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.WebPages.Test/Helpers/
H A DAntiForgeryConfigTest.cs15 public void GetAntiForgeryCookieName(string appPath, string expectedCookieName) in GetAntiForgeryCookieName()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Hosting/
H A DAppManagerAppDomainFactory.cs38 public object Create (string appId, string appPath) in Create()
H A DIAppManagerAppDomainFactory.cs41 [In, MarshalAs(UnmanagedType.BStr)] string appPath); in Create()
H A DAppDomainFactory.cs45 …public object Create (string module, string typeName, string appId, string appPath, string strUrlO… in Create()
/dports/devel/gammaray/GammaRay-2.11.3/launcher/core/
H A Dlauncherfinder.cpp57 QString appPath = Paths::binPath() + QDir::separator() + fileName; in findLauncher() local
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.WebPages.Deployment/
H A DAppDomainHelper.cs13 …ic IDictionary<string, IEnumerable<string>> GetBinAssemblyReferences(string appPath, string config… in GetBinAssemblyReferences()
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/web/servlet/mvc/
H A DGrailsUrlHandlerMapping.java40 String appPath = urlPathHelper.getPathWithinApplication(request); in getHandlerInternal() local
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/settings/
H A DSettingsComponent.cpp162 std::string appPath; in InitDirectoriesLinux() local
286 std::string appPath = CUtil::GetHomePath(); in InitDirectoriesOSX() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Management/
H A Dregiisutil.cs27 [In, MarshalAs(UnmanagedType.LPWStr)] string appPath, in ProtectedConfigAction()
167 …s, string firstArgument, string secondArgument, string providerName, string appPath, string site, … in ProtectedConfigAction()
227 …private void DoProtectSection(string configSection, string providerName, string appPath, string si… in DoProtectSection()
236 …private void DoUnprotectSection(string configSection, string appPath, string site, string location… in DoUnprotectSection()
290 …private ConfigurationSection GetConfigSection(string configSection, string appPath, string site, s… in GetConfigSection()
/dports/multimedia/qwinff/qwinff-0.2.1-22-g17e987e/src/services/
H A Dpaths.cpp36 QString Paths::appPath() in appPath() function in Paths
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/tests/browser/robocop/src/org/mozilla/gecko/tests/
H A DtestJarReader.java26 String appPath = getActivity().getApplication().getPackageResourcePath(); in testJarReader() local
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/tests/browser/robocop/src/org/mozilla/gecko/tests/
H A DtestJarReader.java26 String appPath = getActivity().getApplication().getPackageResourcePath(); in testJarReader() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.incubator.jpackage/windows/native/msiwrapper/
H A DExecutor.h81 std::wstring appPath; variable

12345678910>>...13