Home
last modified time | relevance | path

Searched refs:appKey (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/zorkian/go-datadog-api/
H A Dclient.go22 apiKey, appKey, baseUrl string member
37 func NewClient(apiKey, appKey string) *Client {
45 appKey: appKey,
53 func (c *Client) SetKeys(apiKey, appKey string) {
55 c.appKey = appKey
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/zorkian/go-datadog-api/go-datadog-api-2.21.0/
H A Dclient.go22 apiKey, appKey, baseUrl string member
37 func NewClient(apiKey, appKey string) *Client {
45 appKey: appKey,
53 func (c *Client) SetKeys(apiKey, appKey string) {
55 c.appKey = appKey
H A Drequest_test.go15 appKey: "sample_app_key",
36 appKey: "sample_app_key",
50 var leakErr = fmt.Errorf("Error test: %s,%s", c.appKey, c.appKey)
79 appKey: "sample_app_key",
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/engine/
H A Drs_settings.cpp55 const QString& appKey) { in init() argument
60 this->appKey = appKey; in init()
105 QSettings s(companyKey, appKey); in writeEntry()
122 QSettings s(companyKey, appKey); in readEntry()
143 QSettings s(companyKey, appKey); in readByteArrayEntry()
163 QSettings s(companyKey, appKey); in readNumEntry()
185 QSettings s(companyKey, appKey); in clear_all()
192 QSettings s(companyKey, appKey); in clear_geometry()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/
H A DGoogleAppsAlertcenterTypeAppMakerSqlSetupNotificationRequestInfo.php22 public $appKey; variable in Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAppMakerSqlSetupNotificationRequestInfo
33 public function setAppKey($appKey) argument
35 $this->appKey = $appKey;
39 return $this->appKey;
H A DRequestInfo.php22 public $appKey; variable in Google_Service_AlertCenter_RequestInfo
33 public function setAppKey($appKey) argument
35 $this->appKey = $appKey;
39 return $this->appKey;
/dports/lang/spidermonkey60/firefox-60.9.0/uriloader/exthandler/win/
H A DnsMIMEInfoWin.cpp278 nsCOMPtr<nsIWindowsRegKey> appKey = in GetAppsVerbCommandHandler() local
280 if (!appKey) return false; in GetAppsVerbCommandHandler()
304 appKey->Close(); in GetAppsVerbCommandHandler()
341 nsCOMPtr<nsIWindowsRegKey> appKey = in GetDllLaunchInfo() local
343 if (!appKey) return false; in GetDllLaunchInfo()
357 rv = appKey->ReadIntValue(NS_LITERAL_STRING("NoOpenWith"), &value); in GetDllLaunchInfo()
365 appKey->Close(); in GetDllLaunchInfo()
430 nsCOMPtr<nsIWindowsRegKey> appKey = in GetProgIDVerbCommandHandler() local
432 if (!appKey) return false; in GetProgIDVerbCommandHandler()
523 nsCOMPtr<nsIWindowsRegKey> appKey = in GetPossibleLocalHandlers() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/uriloader/exthandler/win/
H A DnsMIMEInfoWin.cpp300 nsCOMPtr<nsIWindowsRegKey> appKey = in GetAppsVerbCommandHandler() local
302 if (!appKey) in GetAppsVerbCommandHandler()
318 if (NS_SUCCEEDED(appKey->ReadIntValue( in GetAppsVerbCommandHandler()
328 appKey->Close(); in GetAppsVerbCommandHandler()
374 nsCOMPtr<nsIWindowsRegKey> appKey = in GetDllLaunchInfo() local
376 if (!appKey) in GetDllLaunchInfo()
401 appKey->Close(); in GetDllLaunchInfo()
472 nsCOMPtr<nsIWindowsRegKey> appKey = in GetProgIDVerbCommandHandler() local
474 if (!appKey) in GetProgIDVerbCommandHandler()
579 nsCOMPtr<nsIWindowsRegKey> appKey = in GetPossibleLocalHandlers() local
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Activation/
H A DListenerChannelContext.cs17 string appKey; field in System.ServiceModel.Activation.ListenerChannelContext
25 internal ListenerChannelContext(string appKey, int listenerChannelId, Guid token) in ListenerChannelContext() argument
27 this.appKey = appKey; in ListenerChannelContext()
32 internal string AppKey { get { return appKey; } }
/dports/lang/spidermonkey78/firefox-78.9.0/uriloader/exthandler/win/
H A DnsMIMEInfoWin.cpp373 nsCOMPtr<nsIWindowsRegKey> appKey = in GetAppsVerbCommandHandler() local
375 if (!appKey) return false; in GetAppsVerbCommandHandler()
399 appKey->Close(); in GetAppsVerbCommandHandler()
436 nsCOMPtr<nsIWindowsRegKey> appKey = in GetDllLaunchInfo() local
438 if (!appKey) return false; in GetDllLaunchInfo()
452 rv = appKey->ReadIntValue(NS_LITERAL_STRING("NoOpenWith"), &value); in GetDllLaunchInfo()
460 appKey->Close(); in GetDllLaunchInfo()
525 nsCOMPtr<nsIWindowsRegKey> appKey = in GetProgIDVerbCommandHandler() local
527 if (!appKey) return false; in GetProgIDVerbCommandHandler()
618 nsCOMPtr<nsIWindowsRegKey> appKey = in GetPossibleLocalHandlers() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/uriloader/exthandler/win/
H A DnsMIMEInfoWin.cpp366 nsCOMPtr<nsIWindowsRegKey> appKey = in GetAppsVerbCommandHandler() local
368 if (!appKey) return false; in GetAppsVerbCommandHandler()
390 appKey->Close(); in GetAppsVerbCommandHandler()
426 nsCOMPtr<nsIWindowsRegKey> appKey = in GetDllLaunchInfo() local
428 if (!appKey) return false; in GetDllLaunchInfo()
442 rv = appKey->ReadIntValue(u"NoOpenWith"_ns, &value); in GetDllLaunchInfo()
449 appKey->Close(); in GetDllLaunchInfo()
513 nsCOMPtr<nsIWindowsRegKey> appKey = in GetProgIDVerbCommandHandler() local
515 if (!appKey) return false; in GetProgIDVerbCommandHandler()
605 nsCOMPtr<nsIWindowsRegKey> appKey = in GetPossibleLocalHandlers() local
[all …]
/dports/www/firefox/firefox-99.0/uriloader/exthandler/win/
H A DnsMIMEInfoWin.cpp370 nsCOMPtr<nsIWindowsRegKey> appKey = in GetAppsVerbCommandHandler() local
372 if (!appKey) return false; in GetAppsVerbCommandHandler()
394 appKey->Close(); in GetAppsVerbCommandHandler()
430 nsCOMPtr<nsIWindowsRegKey> appKey = in GetDllLaunchInfo() local
432 if (!appKey) return false; in GetDllLaunchInfo()
446 rv = appKey->ReadIntValue(u"NoOpenWith"_ns, &value); in GetDllLaunchInfo()
453 appKey->Close(); in GetDllLaunchInfo()
517 nsCOMPtr<nsIWindowsRegKey> appKey = in GetProgIDVerbCommandHandler() local
519 if (!appKey) return false; in GetProgIDVerbCommandHandler()
609 nsCOMPtr<nsIWindowsRegKey> appKey = in GetPossibleLocalHandlers() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/uriloader/exthandler/win/
H A DnsMIMEInfoWin.cpp366 nsCOMPtr<nsIWindowsRegKey> appKey = in GetAppsVerbCommandHandler() local
368 if (!appKey) return false; in GetAppsVerbCommandHandler()
390 appKey->Close(); in GetAppsVerbCommandHandler()
426 nsCOMPtr<nsIWindowsRegKey> appKey = in GetDllLaunchInfo() local
428 if (!appKey) return false; in GetDllLaunchInfo()
442 rv = appKey->ReadIntValue(u"NoOpenWith"_ns, &value); in GetDllLaunchInfo()
449 appKey->Close(); in GetDllLaunchInfo()
513 nsCOMPtr<nsIWindowsRegKey> appKey = in GetProgIDVerbCommandHandler() local
515 if (!appKey) return false; in GetProgIDVerbCommandHandler()
605 nsCOMPtr<nsIWindowsRegKey> appKey = in GetPossibleLocalHandlers() local
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/zorkian/go-datadog-api/go-datadog-api-2.21.0/integration/
H A Dmain_test.go12 appKey string var
18 appKey = os.Getenv("DATADOG_APP_KEY")
20 if apiKey == "" || appKey == "" {
24 client = datadog.NewClient(apiKey, appKey)
/dports/security/keybase/client-v5.7.1/go/teambot/
H A Dmember_keyer.go83 gBotUID gregor1.UID, appKey keybase1.TeamApplicationKey) (
93 unlock := k.lockForTeamIDAndApp(mctx, teamID, appKey.Application)
95 key, created, err = k.getOrCreateTeambotKeyLocked(mctx, teamID, botUID, appKey)
102 botUID keybase1.UID, appKey keybase1.TeamApplicationKey) (
106 seed := k.deriveTeambotKeyFromAppKey(mctx, appKey, botUID)
110 …cacheKey := k.cacheKey(teamID, botUID, appKey.Application, keybase1.TeambotKeyGeneration(appKey.Ke…
132 sig, box, isRestrictedBotMember, err := k.prepareNewTeambotKey(mctx, team, botUID, appKey)
184 botUID keybase1.UID, appKey keybase1.TeamApplicationKey) (
209 seed := k.deriveTeambotKeyFromAppKey(mctx, appKey, botUID)
218 Generation: keybase1.TeambotKeyGeneration(appKey.KeyGeneration),
[all …]
H A Dhandler.go65 var appKey keybase1.TeamApplicationKey
68 appKey, err = team.ApplicationKey(mctx.Ctx(), app)
74 appKey, err = team.ApplicationKeyAtGeneration(mctx.Ctx(), app,
81 _, _, err = keyer.GetOrCreateTeambotKey(mctx, teamID, botUID.ToBytes(), appKey)
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtcharts/examples/charts/qmlweather/
H A Dmain.cpp54 QString appKey; in main() local
56 appKey = argv[1]; in main()
57 qDebug() << "App key for worldweatheronline.com:" << appKey; in main()
62 viewer.rootContext()->setContextProperty("weatherAppKey", appKey); in main()
/dports/www/horde-ansel/ansel-3.0.10/lib/
H A DXPPublisher.php16 * @param string $appKey The unique name of your application. If
33 public function sendRegFile($appKey, $displayName, $description, $href, $icon) argument
40 …oft\Windows\CurrentVersion\Explorer\PublishingWizard\PublishingWizard\Providers\\' . $appKey . ']',
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/objc.dg/torture/strings/
H A Dconst-cfstring-3.m12 static CFStringRef appKey = (CFStringRef) @"com.apple.soundpref"; function
15 return ref == appKey;
20 if(!CFPreferencesSynchronize(appKey))
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/obj-c++.dg/torture/strings/
H A Dconst-cfstring-3.mm12 static CFStringRef appKey = (CFStringRef) @"com.apple.soundpref"; function
15 return ref == appKey;
20 if(!CFPreferencesSynchronize(appKey))
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/obj-c++.dg/torture/strings/
H A Dconst-cfstring-3.mm12 static CFStringRef appKey = (CFStringRef) @"com.apple.soundpref"; function
15 return ref == appKey;
20 if(!CFPreferencesSynchronize(appKey))
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/objc.dg/torture/strings/
H A Dconst-cfstring-3.m12 static CFStringRef appKey = (CFStringRef) @"com.apple.soundpref"; function
15 return ref == appKey;
20 if(!CFPreferencesSynchronize(appKey))
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/obj-c++.dg/torture/strings/
H A Dconst-cfstring-3.mm12 static CFStringRef appKey = (CFStringRef) @"com.apple.soundpref"; function
15 return ref == appKey;
20 if(!CFPreferencesSynchronize(appKey))
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/objc.dg/torture/strings/
H A Dconst-cfstring-3.m12 static CFStringRef appKey = (CFStringRef) @"com.apple.soundpref"; function
15 return ref == appKey;
20 if(!CFPreferencesSynchronize(appKey))
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/obj-c++.dg/torture/strings/
H A Dconst-cfstring-3.mm12 static CFStringRef appKey = (CFStringRef) @"com.apple.soundpref"; function
15 return ref == appKey;
20 if(!CFPreferencesSynchronize(appKey))

12345678910>>...16