Home
last modified time | relevance | path

Searched refs:GetKeyValue (Results 1 – 25 of 495) sorted by relevance

12345678910>>...20

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/compute/
H A Dtransforms.py68 protocol = resource_transform.GetKeyValue(r, 'IPProtocol', None)
72 port_ranges = resource_transform.GetKeyValue(r, 'ports', None)
117 name = resource_transform.GetKeyValue(r, 'name', None)
121 resource_transform.GetKeyValue(r, 'selfLink', ''),
140 location = resource_transform.GetKeyValue(r, scope, None)
157 location = resource_transform.GetKeyValue(r, scope, None)
221 if resource_transform.GetKeyValue(r, 'status', None) == 'DONE':
238 resource_transform.GetKeyValue(r, 'selfLink', ''),
271 usage = resource_transform.GetKeyValue(r, 'usage', None)
274 limit = resource_transform.GetKeyValue(r, 'limit', None)
[all …]
/dports/print/py-psautohint/psautohint-2.0.0/libpsautohint/src/
H A Dfontinfo.c33 GetKeyValue(const ACFontInfo* fontinfo, char* keyword, bool optional, in GetKeyValue() function
103 GetKeyValue(fontinfo, "BaselineOvershoot", !ORDINARYHINTING, in ReadFontInfo()
105 GetKeyValue(fontinfo, "Baseline5", OPTIONAL, &Baseline5); in ReadFontInfo()
107 GetKeyValue(fontinfo, "Baseline6", OPTIONAL, &Baseline6); in ReadFontInfo()
109 GetKeyValue(fontinfo, "CapHeight", !ORDINARYHINTING, &CapHeight); in ReadFontInfo()
113 GetKeyValue(fontinfo, "FigHeight", OPTIONAL, &FigHeight); in ReadFontInfo()
114 GetKeyValue(fontinfo, "FigOvershoot", OPTIONAL, &FigOvershoot); in ReadFontInfo()
115 GetKeyValue(fontinfo, "Height5", OPTIONAL, &Height5); in ReadFontInfo()
117 GetKeyValue(fontinfo, "Height6", OPTIONAL, &Height6); in ReadFontInfo()
119 GetKeyValue(fontinfo, "LcHeight", OPTIONAL, &LcHeight); in ReadFontInfo()
[all …]
/dports/net/opal/opal-3.10.10/include/iax2/
H A Dies.h148 virtual BYTE GetKeyValue() const { return 255; } in GetKeyValue() function
983 virtual BYTE GetKeyValue() const { return ie_format; } in GetKeyValue() function
1037 virtual BYTE GetKeyValue() const { return ie_version; } in GetKeyValue() function
1061 virtual BYTE GetKeyValue() const { return ie_adsicpe; } in GetKeyValue() function
1088 virtual BYTE GetKeyValue() const { return ie_dnid; } in GetKeyValue() function
1295 virtual BYTE GetKeyValue() const { return ie_refresh; } in GetKeyValue() function
1343 virtual BYTE GetKeyValue() const { return ie_callNo; } in GetKeyValue() function
1373 virtual BYTE GetKeyValue() const { return ie_cause; } in GetKeyValue() function
1523 virtual BYTE GetKeyValue() const { return ie_rdnis; } in GetKeyValue() function
1897 virtual BYTE GetKeyValue() const { return ie_encKey; } in GetKeyValue() function
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/devpak_plugin/
H A Dconf.cpp64 rec.name = ini.GetKeyValue(i, _T("Name")); in ReadConf()
65 rec.desc = ini.GetKeyValue(i, _T("Description")); in ReadConf()
66 rec.remote_file = ini.GetKeyValue(i, _T("RemoteFilename")); in ReadConf()
67 rec.local_file = ini.GetKeyValue(i, _T("LocalFilename")); in ReadConf()
68 rec.groups = GetArrayFromString(ini.GetKeyValue(i, _T("Group")), _T(",")); in ReadConf()
69 rec.install_path = ini.GetKeyValue(i, _T("InstallPath")); in ReadConf()
70 rec.version = ini.GetKeyValue(i, _T("Version")); in ReadConf()
71 ini.GetKeyValue(i, _T("Size")).ToLong(&rec.bytes); in ReadConf()
72 rec.date = ini.GetKeyValue(i, _T("Date")); in ReadConf()
73 rec.installable = ini.GetKeyValue(i, _T("Execute")) == _T("1"); in ReadConf()
H A Dcbiniparser.h36 const wxString& GetKeyValue(int group, int idx) const;
37 const wxString& GetKeyValue(int group, const wxString& key) const;
/dports/lang/v8/v8-9.6.180.12/tools/v8windbg/src/
H A Djs-stack.cc18 RETURN_IF_FAIL(sp_curr_thread->GetKeyValue(L"Stack", &sp_stack, nullptr)); in GetJSStackFrames()
20 RETURN_IF_FAIL(sp_stack->GetKeyValue(L"Frames", &sp_result, nullptr)); in GetJSStackFrames()
88 sp_frame->GetKeyValue(L"LocalVariables", &sp_local_variables, nullptr); in PopulateFrameData()
92 hr = sp_local_variables->GetKeyValue(L"currently_executing_jsfunction", in PopulateFrameData()
102 hr = sp_local_variables->GetKeyValue(L"script_name", &sp_script_name, in PopulateFrameData()
107 hr = sp_local_variables->GetKeyValue(L"script_source", &sp_script_source, in PopulateFrameData()
112 hr = sp_local_variables->GetKeyValue(L"function_name", &sp_function_name, in PopulateFrameData()
117 hr = sp_local_variables->GetKeyValue( in PopulateFrameData()
H A Dlocal-variables.cc30 RETURN_IF_FAIL(context->GetKeyValue(L"Attributes", &attributes, nullptr)); in GetValue()
32 RETURN_IF_FAIL(attributes->GetKeyValue(L"InstructionOffset", in GetValue()
84 attributes->GetKeyValue(L"StackOffset", &boxed_stack_offset, nullptr)); in GetValue()
89 attributes->GetKeyValue(L"FrameOffset", &boxed_frame_offset, nullptr)); in GetValue()
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/lib/server/
H A DServerTLS.h112 std::string certFile(serverconf.GetKeyValue("CertificateFile")); in Run2()
113 std::string keyFile(serverconf.GetKeyValue("PrivateKeyFile")); in Run2()
114 std::string caFile(serverconf.GetKeyValue("TrustedCAsFile")); in Run2()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/plugins/base/
H A DnsPluginsDirWin.cpp33 static char* GetKeyValue(void* verbuf, const WCHAR* key, UINT language, in GetKeyValue() function
77 char* flagStr = GetKeyValue(verbuf, key, language, codepage); in GetBooleanFlag()
296 info.fName = GetKeyValue(verbuf, L"ProductName", lang, cp); in GetPluginInfo()
297 info.fDescription = GetKeyValue(verbuf, L"FileDescription", lang, cp); in GetPluginInfo()
301 char* mimeType = GetKeyValue(verbuf, L"MIMEType", lang, cp); in GetPluginInfo()
302 char* mimeDescription = GetKeyValue(verbuf, L"FileOpenName", lang, cp); in GetPluginInfo()
303 char* extensions = GetKeyValue(verbuf, L"FileExtents", lang, cp); in GetPluginInfo()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/plugins/base/
H A DnsPluginsDirWin.cpp33 static char* GetKeyValue(void* verbuf, const WCHAR* key, UINT language, in GetKeyValue() function
77 char* flagStr = GetKeyValue(verbuf, key, language, codepage); in GetBooleanFlag()
296 info.fName = GetKeyValue(verbuf, L"ProductName", lang, cp); in GetPluginInfo()
297 info.fDescription = GetKeyValue(verbuf, L"FileDescription", lang, cp); in GetPluginInfo()
301 char* mimeType = GetKeyValue(verbuf, L"MIMEType", lang, cp); in GetPluginInfo()
302 char* mimeDescription = GetKeyValue(verbuf, L"FileOpenName", lang, cp); in GetPluginInfo()
303 char* extensions = GetKeyValue(verbuf, L"FileExtents", lang, cp); in GetPluginInfo()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/base/
H A DnsPluginsDirWin.cpp69 static char* GetKeyValue(void* verbuf, const WCHAR* key, in GetKeyValue() function
117 char* flagStr = GetKeyValue(verbuf, key, language, codepage); in GetBooleanFlag()
375 info.fName = GetKeyValue(verbuf, L"ProductName", lang, cp); in GetPluginInfo()
376 info.fDescription = GetKeyValue(verbuf, L"FileDescription", lang, cp); in GetPluginInfo()
379 char *mimeType = GetKeyValue(verbuf, L"MIMEType", lang, cp); in GetPluginInfo()
380 char *mimeDescription = GetKeyValue(verbuf, L"FileOpenName", lang, cp); in GetPluginInfo()
381 char *extensions = GetKeyValue(verbuf, L"FileExtents", lang, cp); in GetPluginInfo()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/kademlia/utils/
H A DKadUDPKey.h43 …KadUDPKey& k1, const CKadUDPKey& k2) throw() { return k1.GetKeyValue(k1.m_ip) == k2.GetKeyValue(k2…
45 uint32_t GetKeyValue(uint32_t myIP) const throw() { return (myIP == m_ip) ? m_key : 0; } in GetKeyValue() function
/dports/net-p2p/amule/aMule-2.3.3/src/kademlia/utils/
H A DKadUDPKey.h43 …KadUDPKey& k1, const CKadUDPKey& k2) throw() { return k1.GetKeyValue(k1.m_ip) == k2.GetKeyValue(k2…
45 uint32_t GetKeyValue(uint32_t myIP) const throw() { return (myIP == m_ip) ? m_key : 0; }
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/certificate_manager/maps/
H A Dlist.py53 ip_configs = resource_transform.GetKeyValue(target, 'ipConfig', None)
57 ip_address = resource_transform.GetKeyValue(ip_config, 'ipAddress', None)
58 port = resource_transform.GetKeyValue(ip_config, 'port', None)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/v8windbg/src/
H A Dlocal-variables.cc26 RETURN_IF_FAIL(context->GetKeyValue(L"Attributes", &attributes, nullptr)); in GetValue()
28 RETURN_IF_FAIL(attributes->GetKeyValue(L"InstructionOffset", in GetValue()
80 attributes->GetKeyValue(L"StackOffset", &boxed_stack_offset, nullptr)); in GetValue()
85 attributes->GetKeyValue(L"FrameOffset", &boxed_frame_offset, nullptr)); in GetValue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/v8windbg/src/
H A Dlocal-variables.cc30 RETURN_IF_FAIL(context->GetKeyValue(L"Attributes", &attributes, nullptr)); in GetValue()
32 RETURN_IF_FAIL(attributes->GetKeyValue(L"InstructionOffset", in GetValue()
84 attributes->GetKeyValue(L"StackOffset", &boxed_stack_offset, nullptr)); in GetValue()
89 attributes->GetKeyValue(L"FrameOffset", &boxed_frame_offset, nullptr)); in GetValue()
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/bin/bbstoreaccounts/
H A Dbbstoreaccounts.cpp213 …std::auto_ptr<BackupStoreAccountDatabase> db(BackupStoreAccountDatabase::Read(rConfig.GetKeyValue(… in SetLimit()
270 …std::auto_ptr<BackupStoreAccountDatabase> db(BackupStoreAccountDatabase::Read(rConfig.GetKeyValue(… in SetAccountName()
315 rConfig.GetKeyValue("AccountDatabase").c_str())); in AccountInfo()
392 …std::auto_ptr<BackupStoreAccountDatabase> db(BackupStoreAccountDatabase::Read(rConfig.GetKeyValue(… in DeleteAccount()
486 …std::auto_ptr<BackupStoreAccountDatabase> db(BackupStoreAccountDatabase::Read(rConfig.GetKeyValue(… in CheckAccount()
522 …std::auto_ptr<BackupStoreAccountDatabase> db(BackupStoreAccountDatabase::Read(rConfig.GetKeyValue(… in CreateAccount()
644 username = rserverConfig.GetKeyValue("User"); in main()
650 rcontroller.Initialise(config->GetKeyValue("RaidFileConf").c_str()); in main()
/dports/games/springlobby/springlobby-0.180/src/lsl/src/lslunitsync/
H A Dc_api.h337 int GetKeyValue( int key, int defval );
338 bool GetKeyValue( int key, bool defval );
339 std::string GetKeyValue( int key, const std::string& defval );
340 float GetKeyValue( int key, float defval );
341 int GetKeyValue( const std::string& key, int defval );
342 bool GetKeyValue( const std::string& key, bool defval );
343 std::string GetKeyValue( const std::string& key, const std::string& defval );
344 float GetKeyValue( const std::string& key, float defval );
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/lib/backupclient/
H A DBackupClientMakeExcludeList.cpp89 pexclude->AddDefiniteEntries(rConfig.GetKeyValue(DefiniteName)); in BackupClientMakeExcludeList()
94 pexclude->AddRegexEntries(rConfig.GetKeyValue(RegexName)); in BackupClientMakeExcludeList()
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/bin/bbackupquery/
H A Dbbackupquery.cpp460 std::string certFile(conf.GetKeyValue("CertificateFile"));
461 std::string keyFile(conf.GetKeyValue("PrivateKeyFile"));
462 std::string caFile(conf.GetKeyValue("TrustedCAsFile"));
466 BackupClientCryptoKeys_Setup(conf.GetKeyValue("KeysFile").c_str());
472 conf.GetKeyValue("StoreHostname").c_str(),
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/lib/raidfile/
H A DRaidFileController.cpp190 std::string d0(disc.GetKeyValue("Dir0")); in Initialise()
191 std::string d1(disc.GetKeyValue("Dir1")); in Initialise()
192 std::string d2(disc.GetKeyValue("Dir2")); in Initialise()
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/lib/httpserver/
H A DS3Simulator.cpp160 std::string access_key = rConfig.GetKeyValue("AccessKey"); in Handle()
161 std::string secret_key = rConfig.GetKeyValue("SecretKey"); in Handle()
287 std::string path = GetConfiguration().GetKeyValue("StoreDirectory"); in HandleGet()
332 std::string path = GetConfiguration().GetKeyValue("StoreDirectory"); in HandlePut()
/dports/devel/nini/Nini/Source/Ini/
H A DIniWriter.cs163 WriteLine (key + " " + assignDelimiter + " " + GetKeyValue (value)); in WriteKey()
170 WriteLine (key + " " + assignDelimiter + " " + GetKeyValue (value) + Comment (comment)); in WriteKey()
234 private string GetKeyValue (string text) in GetKeyValue() method in Nini.Ini.IniWriter
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/bin/bbstored/
H A DBackupStoreDaemon.cpp183 raidFileConfig = config.GetKeyValue("RaidFileConf"); in SetupInInitialProcess()
186 raidFileConfig = config.GetKeyValue("RaidFileConf"); in SetupInInitialProcess()
192 …std::auto_ptr<BackupStoreAccountDatabase> pdb(BackupStoreAccountDatabase::Read(config.GetKeyValue(… in SetupInInitialProcess()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/v8windbg/base/
H A Dutilities.cc235 sp_root_namespace->GetKeyValue(L"Debugger", &sp_debugger, nullptr)); in GetCurrentThread()
236 RETURN_IF_FAIL(sp_debugger->GetKeyValue(L"Sessions", &sp_sessions, nullptr)); in GetCurrentThread()
240 sp_curr_session->GetKeyValue(L"Processes", &sp_processes, nullptr)); in GetCurrentThread()
244 sp_curr_process->GetKeyValue(L"Threads", &sp_threads, nullptr)); in GetCurrentThread()

12345678910>>...20