Home
last modified time | relevance | path

Searched refs:appUrl (Results 1 – 25 of 94) sorted by relevance

1234

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Dfareporting/
H A DDeepLink.php21 public $appUrl; variable in Google_Service_Dfareporting_DeepLink
28 public function setAppUrl($appUrl) argument
30 $this->appUrl = $appUrl;
34 return $this->appUrl;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dfareporting/
H A DDeepLink.php21 public $appUrl; variable in Google_Service_Dfareporting_DeepLink
28 public function setAppUrl($appUrl) argument
30 $this->appUrl = $appUrl;
34 return $this->appUrl;
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Runtime.Remoting/
H A DActivatedClientTypeEntry.cs45 public ActivatedClientTypeEntry (Type type, string appUrl) in ActivatedClientTypeEntry() argument
49 applicationUrl = appUrl; in ActivatedClientTypeEntry()
53 public ActivatedClientTypeEntry (string typeName, string assemblyName, string appUrl) in ActivatedClientTypeEntry() argument
57 applicationUrl = appUrl; in ActivatedClientTypeEntry()
/dports/graphics/digikam/digikam-7.4.0/core/libs/facesengine/detection/opencv-dnn/
H A Ddnnfacedetectorssd.cpp56 QUrl appUrl = QUrl::fromLocalFile(appPath).adjusted(QUrl::RemoveFilename); in loadModels() local
57 appUrl.setPath(appUrl.path() + QLatin1String("digikam/facesengine/")); in loadModels()
62 QString nnmodel = appUrl.toLocalFile() + model; in loadModels()
63 QString nndata = appUrl.toLocalFile() + data; in loadModels()
H A Ddnnfacedetectoryolo.cpp62 QUrl appUrl = QUrl::fromLocalFile(appPath).adjusted(QUrl::RemoveFilename); in loadModels() local
63 appUrl.setPath(appUrl.path() + QLatin1String("digikam/facesengine/")); in loadModels()
68 QString nnmodel = appUrl.toLocalFile() + model; in loadModels()
69 QString nndata = appUrl.toLocalFile() + data; in loadModels()
/dports/graphics/digikam/digikam-7.4.0/core/libs/facesengine/preprocessing/recognition/
H A Dopenfacepreprocessor.cpp74 QUrl appUrl = QUrl::fromLocalFile(appPath).adjusted(QUrl::RemoveFilename); in loadModels() local
75 appUrl.setPath(appUrl.path() + QLatin1String("digikam/facesengine/")); in loadModels()
78 QString spdata = appUrl.toLocalFile() + name; in loadModels()
/dports/www/R-cran-shiny/shiny/R/
H A Drunapp.R363 appUrl <- paste("http://", browseHost, ":", port, sep="") functionVar
365 launch.browser(appUrl)
367 utils::browseURL(appUrl)
369 appUrl <- NULL
375 callAppHook("onAppStart", appUrl)
377 callAppHook("onAppStop", appUrl)
H A Dhooks.R12 callAppHook <- function(name, appUrl) { argument
14 hook(appUrl)
/dports/irc/smuxi/smuxi-1.1/src/Frontend-GNOME/osx/
H A DCoreFoundation.cs140 ref IntPtr appUrl); in LSGetApplicationForURL() argument
193 IntPtr appUrl = IntPtr.Zero; in GetApplicationUrl()
194 … if (LSGetApplicationForURL (url, roles, IntPtr.Zero, ref appUrl) == 0 && appUrl != IntPtr.Zero) in GetApplicationUrl()
195 return UrlToPath (appUrl); in GetApplicationUrl()
/dports/graphics/pinta/pinta-1.7.1/Pinta/MacInterop/
H A DCoreFoundation.cs136 ref IntPtr appUrl); in LSGetApplicationForURL() argument
189 IntPtr appUrl = IntPtr.Zero; in GetApplicationUrl()
190 if (LSGetApplicationForURL (url, roles, IntPtr.Zero, ref appUrl) == 0 && appUrl != IntPtr.Zero) in GetApplicationUrl()
191 return UrlToPath (appUrl); in GetApplicationUrl()
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/stripe/stripe-php/lib/
H A DStripe.php203 * @param string $appUrl The application's URL
205 …public static function setAppInfo($appName, $appVersion = null, $appUrl = null, $appPartnerId = nu… argument
210 self::$appInfo['url'] = $appUrl;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/stripe/stripe-php/lib/
H A DStripe.php207 * @param null|string $appUrl The application's URL
210 …public static function setAppInfo($appName, $appVersion = null, $appUrl = null, $appPartnerId = nu… argument
215 self::$appInfo['url'] = $appUrl;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/remoting/
H A Dremotingconfiguration.cs169 public static void RegisterActivatedClientType(Type type, String appUrl) in RegisterActivatedClientType() argument
172 new ActivatedClientTypeEntry(type, appUrl); in RegisterActivatedClientType()
347 public ActivatedClientTypeEntry(String typeName, String assemblyName, String appUrl) in ActivatedClientTypeEntry() argument
353 if (appUrl == null) in ActivatedClientTypeEntry()
359 _appUrl = appUrl; in ActivatedClientTypeEntry()
362 public ActivatedClientTypeEntry(Type type, String appUrl) in ActivatedClientTypeEntry() argument
366 if (appUrl == null) in ActivatedClientTypeEntry()
376 _appUrl = appUrl; in ActivatedClientTypeEntry()
/dports/www/grafana8/grafana-8.3.6/pkg/services/ngalert/
H A Dngalert.go134 appUrl, err := url.Parse(ng.Cfg.AppURL)
137 appUrl = nil
139 stateManager := state.NewManager(ng.Log, ng.Metrics.GetStateMetrics(), appUrl, store, store)
140 scheduler := schedule.NewScheduler(schedCfg, ng.ExpressionService, appUrl, stateManager)
/dports/graphics/digikam/digikam-7.4.0/core/libs/facesengine/recognition/opencv-dnn/
H A Ddnnfaceextractor.cpp105 QUrl appUrl = QUrl::fromLocalFile(appPath).adjusted(QUrl::RemoveFilename); in loadModels() local
106 appUrl.setPath(appUrl.path() + QLatin1String("digikam/facesengine/")); in loadModels()
135 QString nnmodel = appUrl.toLocalFile() + name; in loadModels()
/dports/databases/py-gdbm/Python-3.8.12/Mac/PythonLauncher/
H A DMyAppDelegate.m61 NSURL *appUrl;
76 (CFURLRef *)&appUrl);
77 if (err || ![appUrl isEqual: ourUrl] ) {
/dports/lang/python37/Python-3.7.12/Mac/PythonLauncher/
H A DMyAppDelegate.m61 NSURL *appUrl;
76 (CFURLRef *)&appUrl);
77 if (err || ![appUrl isEqual: ourUrl] ) {
/dports/lang/python311/Python-3.11.0a3/Mac/PythonLauncher/
H A DMyAppDelegate.m61 NSURL *appUrl;
76 (CFURLRef *)&appUrl);
77 if (err || ![appUrl isEqual: ourUrl] ) {
/dports/lang/python-tools/Python-3.8.12/Mac/PythonLauncher/
H A DMyAppDelegate.m61 NSURL *appUrl;
76 (CFURLRef *)&appUrl);
77 if (err || ![appUrl isEqual: ourUrl] ) {
/dports/lang/python-legacy/Python-2.7.18/Mac/PythonLauncher/
H A DMyAppDelegate.m61 NSURL *appUrl;
76 (CFURLRef *)&appUrl);
77 if (err || ![appUrl isEqual: ourUrl] ) {
/dports/lang/python27/Python-2.7.18/Mac/PythonLauncher/
H A DMyAppDelegate.m61 NSURL *appUrl;
76 (CFURLRef *)&appUrl);
77 if (err || ![appUrl isEqual: ourUrl] ) {
/dports/lang/python39/Python-3.9.9/Mac/PythonLauncher/
H A DMyAppDelegate.m61 NSURL *appUrl;
76 (CFURLRef *)&appUrl);
77 if (err || ![appUrl isEqual: ourUrl] ) {
/dports/lang/python38/Python-3.8.12/Mac/PythonLauncher/
H A DMyAppDelegate.m61 NSURL *appUrl;
76 (CFURLRef *)&appUrl);
77 if (err || ![appUrl isEqual: ourUrl] ) {
/dports/databases/py-sqlite3/Python-3.8.12/Mac/PythonLauncher/
H A DMyAppDelegate.m61 NSURL *appUrl;
76 (CFURLRef *)&appUrl);
77 if (err || ![appUrl isEqual: ourUrl] ) {
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Mac/PythonLauncher/
H A DMyAppDelegate.m61 NSURL *appUrl;
76 (CFURLRef *)&appUrl);
77 if (err || ![appUrl isEqual: ourUrl] ) {

1234