Home
last modified time | relevance | path

Searched refs:strKey (Results 1 – 25 of 473) sorted by relevance

12345678910>>...19

/dports/databases/pgbackrest/pgbackrest-release-2.35/build/lib/pgBackRestBuild/Config/
H A DData.pm350 foreach my $strKey (sort(keys(%{$rhConfigDefine})))
352 my $rhOption = $rhConfigDefine->{$strKey};
372 …$rhConfigDefine->{$strKey} = dclone($rhConfigDefine->{$rhConfigDefine->{$strKey}{&CFGDEF_INHERIT}}…
387 $rhOption = $rhConfigDefine->{$strKey}
410 …elsif (defined($rhConfigDefine->{$strKey}{&CFGDEF_COMMAND}) && !ref($rhConfigDefine->{$strKey}{&CF…
412 $rhConfigDefine->{$strKey}{&CFGDEF_COMMAND} =
417 …if (defined($rhConfigDefine->{$strKey}{&CFGDEF_ALLOW_LIST}) && !ref($rhConfigDefine->{$strKey}{&CF…
419 $rhConfigDefine->{$strKey}{&CFGDEF_ALLOW_LIST} =
448 …if ($rhConfigDefine->{$strKey}{&CFGDEF_TYPE} eq CFGDEF_TYPE_BOOLEAN && defined($rhConfigDefine->{$
462 $rhConfigDefine->{$strKey}{&CFGDEF_RESET} = true;
[all …]
/dports/www/dddbl/dddbl2/inc/
H A DDataObject.class.php77 foreach($arrData AS $strKey => $mixData)
127 public function delete($strKey) { argument
129 if(!is_string($strKey))
132 if($this->exists($strKey))
133 unset($this->arrData[$strKey]);
148 public function exists($strKey) { argument
150 if(!is_string($strKey))
171 public function get($strKey) { argument
173 if(!is_string($strKey))
176 if(!$this->exists($strKey))
[all …]
/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/Formats/
H A DDashlaneJson6.cs140 string strKey = kvp.Key; in ImportEntry()
142 strKey = strKey.Trim(); in ImportEntry()
145 (strKey.Length > 11)) in ImportEntry()
146 strKey = strKey.Substring(11); in ImportEntry()
148 strKey = PwDefs.UserNameField; in ImportEntry()
149 strKey = (new string(char.ToUpper(strKey[0]), 1)) + in ImportEntry()
150 strKey.Substring(1); in ImportEntry()
158 strKey = PwDefs.TitleField; in ImportEntry()
162 strKey = PwDefs.UrlField; in ImportEntry()
176 strKey = KPRes.UserName + " 2"; in ImportEntry()
[all …]
H A DTurboPwsCsv5.cs92 string strKey = v[2 + (2 * f)]; in Import()
94 if(strKey.Length == 0) strKey = PwDefs.NotesField; in Import()
97 if(strKey == "Description") in Import()
98 strKey = PwDefs.TitleField; in Import()
100 (strKey == "Name")) in Import()
101 strKey = PwDefs.TitleField; in Import()
103 (strKey == "Company")) in Import()
104 strKey = PwDefs.TitleField; in Import()
105 else if(strKey == "SSN") in Import()
106 strKey = PwDefs.UserNameField; in Import()
[all …]
/dports/databases/pgbackrest/pgbackrest-release-2.35/doc/lib/pgBackRestDoc/Common/
H A DIni.pm340 … $oContent->{$strSection}{$strKey} = [$oContent->{$strSection}{$strKey}];
564 my $strKey = shift;
585 $oResult = $oResult->{$strKey};
620 my $strKey = shift;
637 my $strKey = shift;
652 my $strKey = shift;
697 my $strKey = shift;
711 my $strKey = shift;
725 my $strKey = shift;
738 if (defined($strKey))
[all …]
H A DDocManifest.pm106 my $strKey = $oSource->paramGet('key');
112 {name => 'strKey', value => $strKey},
166 my $strKey = $oRenderOut->paramGet('key');
222 {name => 'strKey', value => $strKey},
330 …$self->variableSet($strKey, defined($rhVariableOverride->{$strKey}) ? $rhVariableOverride->{$strKe…
388 my $strKey = shift;
408 my $strKey = shift;
410 return ${$self->{oVariable}}{$strKey};
421 my $strKey = shift;
425 my $strValue = ${$self->{oVariable}}{$strKey};
[all …]
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Serialization/
H A DIocProperties.cs54 public string Get(string strKey) in Get() argument
56 if(string.IsNullOrEmpty(strKey)) return null; in Get()
67 public void Set(string strKey, string strValue) in Set() argument
84 public bool? GetBool(string strKey) in GetBool() argument
86 string str = Get(strKey); in GetBool()
92 public void SetBool(string strKey, bool? ob) in SetBool() argument
95 else Set(strKey, null); in SetBool()
98 public long? GetLong(string strKey) in GetLong() argument
100 string str = Get(strKey); in GetLong()
109 public void SetLong(string strKey, long? ol) in SetLong() argument
[all …]
/dports/databases/gigabase/gigabase/
H A Dtestindex.cpp22 char_t const* strKey; member in Record
38 char_t strKey[32]; in main() local
48 q2 = _T("strKey="),strKey; in main()
56 q6 = _T("lower(strKey) like"),strKey; in main()
62 SPRINTF(SPRINTF_BUFFER(strKey), T_INT8_FORMAT _T("."), key); in main()
63 rec.strKey = strKey; in main()
77 SPRINTF(SPRINTF_BUFFER(strKey), T_INT8_FORMAT _T("."), key); in main()
92 SPRINTF(SPRINTF_BUFFER(strKey), T_INT8_FORMAT _T(".%%"), key); in main()
113 strKey[0] = '\0'; in main()
115 assert(STRCMP(strKey, cursor2->strKey) <= 0); in main()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Diniconf.cpp166 wxString strKey; in GetPrivateKeyName() local
169 strKey << m_strPath << PATH_SEP_REPLACE; in GetPrivateKeyName()
171 strKey << szKey; in GetPrivateKeyName()
173 return strKey; in GetPrivateKeyName()
178 wxString strKey; in GetKeyName() local
181 strKey << m_strGroup << PATH_SEP_REPLACE; in GetKeyName()
183 strKey << m_strPath << PATH_SEP_REPLACE; in GetKeyName()
185 strKey << szKey; in GetKeyName()
187 return strKey; in GetKeyName()
287 GetPrivateProfileString(m_strGroup, strKey, "", in DoReadString()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Diniconf.cpp166 wxString strKey; in GetPrivateKeyName() local
169 strKey << m_strPath << PATH_SEP_REPLACE; in GetPrivateKeyName()
171 strKey << szKey; in GetPrivateKeyName()
173 return strKey; in GetPrivateKeyName()
178 wxString strKey; in GetKeyName() local
181 strKey << m_strGroup << PATH_SEP_REPLACE; in GetKeyName()
183 strKey << m_strPath << PATH_SEP_REPLACE; in GetKeyName()
185 strKey << szKey; in GetKeyName()
187 return strKey; in GetKeyName()
287 GetPrivateProfileString(m_strGroup, strKey, "", in DoReadString()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Diniconf.cpp166 wxString strKey; in GetPrivateKeyName() local
169 strKey << m_strPath << PATH_SEP_REPLACE; in GetPrivateKeyName()
171 strKey << szKey; in GetPrivateKeyName()
173 return strKey; in GetPrivateKeyName()
178 wxString strKey; in GetKeyName() local
181 strKey << m_strGroup << PATH_SEP_REPLACE; in GetKeyName()
183 strKey << m_strPath << PATH_SEP_REPLACE; in GetKeyName()
185 strKey << szKey; in GetKeyName()
187 return strKey; in GetKeyName()
287 GetPrivateProfileString(m_strGroup, strKey, "", in DoReadString()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Diniconf.cpp166 wxString strKey; in GetPrivateKeyName() local
169 strKey << m_strPath << PATH_SEP_REPLACE; in GetPrivateKeyName()
171 strKey << szKey; in GetPrivateKeyName()
173 return strKey; in GetPrivateKeyName()
178 wxString strKey; in GetKeyName() local
181 strKey << m_strGroup << PATH_SEP_REPLACE; in GetKeyName()
183 strKey << m_strPath << PATH_SEP_REPLACE; in GetKeyName()
185 strKey << szKey; in GetKeyName()
187 return strKey; in GetKeyName()
287 GetPrivateProfileString(m_strGroup, strKey, "", in DoReadString()
[all …]
/dports/multimedia/libcec/libcec-libcec-6.0.2/src/cec-client/curses/
H A DCursesControl.cpp65 std::string strKey; in ParseCursesKey() local
68 strKey = "42"; in ParseCursesKey()
71 strKey = "41"; in ParseCursesKey()
74 strKey = "43"; in ParseCursesKey()
77 strKey = "6B"; in ParseCursesKey()
80 strKey = "q"; in ParseCursesKey()
84 return strKey.empty() ? in ParseCursesKey()
86 StringUtils::Format("tx %s%s 44 %s", m_in.c_str(), m_out.c_str(), strKey.c_str()); in ParseCursesKey()
/dports/databases/fastdb/fastdb/examples/
H A Dtestindex.cpp23 char const* strKey; member in Record
25 TYPE_DESCRIPTOR((KEY(intKey, HASHED), KEY(strKey, INDEXED)));
39 char strKey[32]; in main() local
49 q2 = "strKey=",strKey; in main()
63 sprintf(strKey, INT8_FORMAT ".", key); in main()
64 rec.strKey = strKey; in main()
76 sprintf(strKey, INT8_FORMAT ".", key); in main()
101 strKey[0] = '\0'; in main()
103 assert(strcmp(strKey, cursor2->strKey) <= 0); in main()
104 strcpy(strKey, cursor2->strKey); in main()
/dports/net/osrtspproxy/osrtspproxy_2_0/libapp/
H A Dvalmap.cpp32 CKeyValPair::CKeyValPair( const CString& strKey ) : in CKeyValPair() argument
33 m_strKey(strKey) in CKeyValPair()
38 CKeyValPair::CKeyValPair( const CString& strKey, const CVariant& varVal ) : in CKeyValPair() argument
39 m_strKey(strKey), in CKeyValPair()
104 bool CValueMap::Lookup( const CString& strKey, CVariant* pvarVal ) const in Lookup() argument
108 CString strRealKey = strKey; in Lookup()
124 CVariant CValueMap::Lookup( const CString& strKey ) const in Lookup()
127 Lookup( strKey, &var ); in Lookup()
131 void CValueMap::SetAt( const CString& strKey, const CVariant& varVal ) in SetAt() argument
133 CString strRealKey = strKey; in SetAt()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtk/generic/
H A DtkUtil.c172 for ( ; mapPtr->strKey != NULL; mapPtr++) {
174 return mapPtr->strKey;
202 TkFindStateNum(interp, field, mapPtr, strKey) in TkFindStateNum() argument
206 CONST char *strKey; /* String to try to find in lookup table. */
210 if (mapPtr->strKey == NULL) {
214 for (mPtr = mapPtr; mPtr->strKey != NULL; mPtr++) {
215 if (strcmp(strKey, mPtr->strKey) == 0) {
221 Tcl_AppendResult(interp, "bad ", field, " value \"", strKey,
222 "\": must be ", mPtr->strKey, (char *) NULL);
223 for (mPtr++; mPtr->strKey != NULL; mPtr++) {
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libtk/generic/
H A DtkUtil.c172 for ( ; mapPtr->strKey != NULL; mapPtr++) {
174 return mapPtr->strKey;
202 TkFindStateNum(interp, field, mapPtr, strKey) in TkFindStateNum() argument
206 CONST char *strKey; /* String to try to find in lookup table. */
210 if (mapPtr->strKey == NULL) {
214 for (mPtr = mapPtr; mPtr->strKey != NULL; mPtr++) {
215 if (strcmp(strKey, mPtr->strKey) == 0) {
221 Tcl_AppendResult(interp, "bad ", field, " value \"", strKey,
222 "\": must be ", mPtr->strKey, (char *) NULL);
223 for (mPtr++; mPtr->strKey != NULL; mPtr++) {
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtk/generic/
H A DtkUtil.c172 for ( ; mapPtr->strKey != NULL; mapPtr++) {
174 return mapPtr->strKey;
202 TkFindStateNum(interp, field, mapPtr, strKey) in TkFindStateNum() argument
206 CONST char *strKey; /* String to try to find in lookup table. */
210 if (mapPtr->strKey == NULL) {
214 for (mPtr = mapPtr; mPtr->strKey != NULL; mPtr++) {
215 if (strcmp(strKey, mPtr->strKey) == 0) {
221 Tcl_AppendResult(interp, "bad ", field, " value \"", strKey,
222 "\": must be ", mPtr->strKey, (char *) NULL);
223 for (mPtr++; mPtr->strKey != NULL; mPtr++) {
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Diniconf.cpp164 wxString strKey; in GetPrivateKeyName() local
167 strKey << m_strPath << PATH_SEP_REPLACE; in GetPrivateKeyName()
169 strKey << szKey; in GetPrivateKeyName()
171 return strKey; in GetPrivateKeyName()
176 wxString strKey; in GetKeyName() local
179 strKey << m_strGroup << PATH_SEP_REPLACE; in GetKeyName()
181 strKey << m_strPath << PATH_SEP_REPLACE; in GetKeyName()
183 strKey << szKey; in GetKeyName()
185 return strKey; in GetKeyName()
279 wxString strKey = GetPrivateKeyName(path.Name()); in DoReadString() local
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Diniconf.cpp164 wxString strKey; in GetPrivateKeyName() local
167 strKey << m_strPath << PATH_SEP_REPLACE; in GetPrivateKeyName()
169 strKey << szKey; in GetPrivateKeyName()
171 return strKey; in GetPrivateKeyName()
176 wxString strKey; in GetKeyName() local
179 strKey << m_strGroup << PATH_SEP_REPLACE; in GetKeyName()
181 strKey << m_strPath << PATH_SEP_REPLACE; in GetKeyName()
183 strKey << szKey; in GetKeyName()
185 return strKey; in GetKeyName()
279 wxString strKey = GetPrivateKeyName(path.Name()); in DoReadString() local
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/os2/
H A Diniconf.cpp160 wxString strKey; in GetPrivateKeyName() local
163 strKey << m_strPath << PATH_SEP_REPLACE; in GetPrivateKeyName()
165 strKey << szKey; in GetPrivateKeyName()
167 return strKey; in GetPrivateKeyName()
172 wxString strKey; in GetKeyName() local
175 strKey << m_strGroup << PATH_SEP_REPLACE; in GetKeyName()
177 strKey << m_strPath << PATH_SEP_REPLACE; in GetKeyName()
179 strKey << szKey; in GetKeyName()
181 return strKey; in GetKeyName()
286 wxString strKey = GetKeyName(path.Name()); in Read() local
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/os2/
H A Diniconf.cpp160 wxString strKey; in GetPrivateKeyName() local
163 strKey << m_strPath << PATH_SEP_REPLACE; in GetPrivateKeyName()
165 strKey << szKey; in GetPrivateKeyName()
167 return strKey; in GetPrivateKeyName()
172 wxString strKey; in GetKeyName() local
175 strKey << m_strGroup << PATH_SEP_REPLACE; in GetKeyName()
177 strKey << m_strPath << PATH_SEP_REPLACE; in GetKeyName()
179 strKey << szKey; in GetKeyName()
181 return strKey; in GetKeyName()
286 wxString strKey = GetKeyName(path.Name()); in Read() local
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/peripherals/devices/
H A DPeripheral.cpp225 if (!HasSetting(strKey)) in AddSetting()
248 std::make_shared<CSettingInt>(strKey, *mappedSetting); in AddSetting()
288 m_settings.insert(make_pair(strKey, deviceSetting)); in AddSetting()
292 bool CPeripheral::HasSetting(const std::string& strKey) const in HasSetting()
321 bool CPeripheral::GetSettingBool(const std::string& strKey) const in GetSettingBool()
335 int CPeripheral::GetSettingInt(const std::string& strKey) const in GetSettingInt()
390 m_changedSettings.insert(strKey); in SetSetting()
409 m_changedSettings.insert(strKey); in SetSetting()
428 m_changedSettings.insert(strKey); in SetSetting()
464 m_changedSettings.insert(strKey); in SetSetting()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Diniconf.cpp161 wxString strKey; in GetPrivateKeyName() local
164 strKey << m_strPath << PATH_SEP_REPLACE; in GetPrivateKeyName()
166 strKey << szKey; in GetPrivateKeyName()
168 return strKey; in GetPrivateKeyName()
173 wxString strKey; in GetKeyName() local
176 strKey << m_strGroup << PATH_SEP_REPLACE; in GetKeyName()
178 strKey << m_strPath << PATH_SEP_REPLACE; in GetKeyName()
180 strKey << szKey; in GetKeyName()
182 return strKey; in GetKeyName()
276 wxString strKey = GetPrivateKeyName(path.Name()); in DoReadString() local
[all …]
/dports/games/pouetchess/pouetChess_0.11/src/
H A DglobalInfos.cpp193 std::string strKey; in loadGameConfiguration() local
195 pos += strKey.size(); in loadGameConfiguration()
214 if(strKey == "Width") in loadGameConfiguration()
218 else if(strKey == "Height") in loadGameConfiguration()
222 else if(strKey == "Fullscreen") in loadGameConfiguration()
227 else if(strKey == "AI_priority_low") in loadGameConfiguration()
233 else if(strKey == "AI_level") in loadGameConfiguration()
239 else if(strKey == "AI_time") in loadGameConfiguration()
245 else if(strKey == "AI_IterativeDeepening") in loadGameConfiguration()
252 else if(strKey == "Selection_arrow") in loadGameConfiguration()
[all …]

12345678910>>...19