Home
last modified time | relevance | path

Searched refs:enumKey (Results 1 – 25 of 64) sorted by relevance

123

/dports/audio/libgig/libgig-4.3.0/src/
H A Dtypeinfo.cpp239 bool enumKey(String typeName, String key) { in enumKey() function
257 bool enumKey(const std::type_info& type, String key) { in enumKey() function
258 return enumKey(RAW_CPP_TYPENAME(type), key); in enumKey()
280 const char* enumKey(String typeName, size_t value) { in enumKey() function
305 const char* enumKey(const std::type_info& type, size_t value) { in enumKey() function
306 return enumKey(RAW_CPP_TYPENAME(type), value); in enumKey()
H A Dgig.h1519 const char* enumKey(const std::type_info& type, size_t value);
1520 bool enumKey(const std::type_info& type, String key);
1524 const char* enumKey(String typeName, size_t value);
1525 bool enumKey(String typeName, String key);
/dports/net/py-impacket/impacket-0.9.17/examples/
H A Dregistry-read.py92 def enumKey(reg, searchKey, isRecursive, indent=' '): function
98 keys = reg.enumKey(parentKey)
104 enumKey(reg, '\\%s'%key,isRecursive,indent+' ')
106 enumKey(reg, '%s\\%s'%(searchKey,key),isRecursive,indent+' ')
152 enumKey(reg, options.name, options.recursive)
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Type/
H A DEnumeration.php133 $enumKey = array_search((string)$value, static::$enumConstants[static::class]);
134 if ($enumKey === false) {
140 $this->value = static::$enumConstants[static::class][$enumKey];
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Type/
H A DEnumeration.php137 $enumKey = array_search((string)$value, static::$enumConstants[static::class]);
138 if ($enumKey === false) {
144 $this->value = static::$enumConstants[static::class][$enumKey];
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Type/
H A DEnumeration.php137 $enumKey = array_search((string)$value, static::$enumConstants[static::class]);
138 if ($enumKey === false) {
144 $this->value = static::$enumConstants[static::class][$enumKey];
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqs60style_simulated.cpp369 const QString enumKey = QString::fromLatin1(metaEnum.key(i));
372 for (int charPosition = 3; charPosition < enumKey.length(); charPosition++) {
373 if (charPosition > 3 && enumKey[charPosition].isUpper())
375 partKey.append(enumKey[charPosition].toLower());
391 const QString enumKey = QString::fromLatin1(metaEnum.key(i));
393 x->append(enumKey.mid(6, enumKey.length() - 12).toLower());
/dports/www/phpsysinfo/phpsysinfo-3.3.4/includes/os/
H A Dclass.WINNT.inc.php319 if (CommonFunctions::enumKey($this->_reg, $hkey, $portBuf, false)) {
321 … if (CommonFunctions::enumKey($this->_reg, $hkey."\\".$scsiport, $busBuf, false)) {
323 … if (CommonFunctions::enumKey($this->_reg, $hkey."\\".$scsiport."\\".$scsibus, $tarBuf, false)) {
325 …if (CommonFunctions::enumKey($this->_reg, $hkey."\\".$scsiport."\\".$scsibus."\\".$scsitar, $logBu…
629 if (CommonFunctions::enumKey($this->_reg, $hkey, $arrBuf, false)) {
845 if (CommonFunctions::enumKey($this->_reg, $hkey, $arrBuf, false)) {
867 if (CommonFunctions::enumKey($this->_reg, $hkey, $arrBuf, false)) {
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/utils/
H A Dkateconfig.cpp45 Q_ASSERT(m_configEntries.size() == static_cast<size_t>(entry.enumKey)); in addConfigEntry()
48 m_configEntries.emplace(entry.enumKey, entry); in addConfigEntry()
76 …setValue(entry.second.enumKey, config.readEntry(entry.second.configKey, entry.second.defaultValue)… in readConfigEntries()
86 config.writeEntry(entry.second.configKey, value(entry.second.enumKey)); in writeConfigEntries()
187 return value(it.value()->enumKey); in value()
200 return setValue(it.value()->enumKey, value); in setValue()
H A Dkateconfig.h145 : enumKey(enumId) in enumKey() function
157 const int enumKey; variable
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgis.h497 const char *enumKey = metaEnum.key( idx );
498 enumMap.insert( static_cast<T>( metaEnum.keyToValue( enumKey ) ), QString( enumKey ) );
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/lib/
H A DValidatingResourceBundle.java65 public static String resourceKeyFor(Enum<?> enumKey) { in resourceKeyFor() argument
66 return enumKey.name().replace('_', '.'); in resourceKeyFor()
/dports/graphics/qgis/qgis-3.22.3/src/core/settings/
H A Dqgssettingsentry.h1004 const char *enumKey = mMetaEnum.valueToKey( static_cast< int >( value ) ); in setValue() local
1005 if ( enumKey == nullptr ) in setValue()
1011 return QgsSettingsEntryBase::setVariantValue( enumKey, dynamicKeyPartList ); in setValue()
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/COM/
H A DCOMUtils.java236 EnumKey enumKey = Advapi32Util.registryRegEnumKey( in getAllCOMInfoOnSystem() local
238 subKey = Native.toString(enumKey.lpName); in getAllCOMInfoOnSystem()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmltype_p_p.h190 QString enumKey; member
H A Dqqmltype.cpp379 enumInfo.enumKey = key; in createListOfPossibleConflictingItems()
405 if (i.enumKey == conflictingKey) in createEnumConflictReport()
406 ….nospace() << " " << i.metaObjectName << "." << i.enumName << "." << i.enumKey << " from scope " in createEnumConflictReport()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmltype_p_p.h190 QString enumKey; member
H A Dqqmltype.cpp379 enumInfo.enumKey = key; in createListOfPossibleConflictingItems()
405 if (i.enumKey == conflictingKey) in createEnumConflictReport()
406 ….nospace() << " " << i.metaObjectName << "." << i.enumName << "." << i.enumKey << " from scope " in createEnumConflictReport()
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgis.h1395 const char *enumKey = metaEnum.key( idx );
1396 enumMap.insert( static_cast<T>( metaEnum.keyToValue( enumKey ) ), QString( enumKey ) );
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DAdvapi32Util.java2307 EnumKey enumKey = new EnumKey(hKey, dwIndex); in registryRegEnumKey() local
2308 int rc = Advapi32.INSTANCE.RegEnumKeyEx(hKey, enumKey.dwIndex, in registryRegEnumKey()
2309 enumKey.lpName, enumKey.lpcName, null, enumKey.lpClass, in registryRegEnumKey()
2310 enumKey.lpcbClass, enumKey.lpftLastWriteTime); in registryRegEnumKey()
2316 return enumKey; in registryRegEnumKey()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/scripts/component_bridges/
H A Dgenerate_closure.ts553 const enumKey = member.name.escapedText.toString(); constant
556 enumOutput.push(` ${enumKey}: ${valueToOutput},`);
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/gopls/doc/
H A Dgenerate.go301 func formatDefaultFromEnumBoolMap(reflectMap reflect.Value, enumKey string) (string, error) {
305 name := enumKey
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/gopls/doc/
H A Dgenerate.go301 func formatDefaultFromEnumBoolMap(reflectMap reflect.Value, enumKey string) (string, error) {
305 name := enumKey
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/gopls/doc/
H A Dgenerate.go301 func formatDefaultFromEnumBoolMap(reflectMap reflect.Value, enumKey string) (string, error) {
305 name := enumKey
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/gopls/doc/
H A Dgenerate.go303 func formatDefaultFromEnumBoolMap(reflectMap reflect.Value, enumKey string) (string, error) {
307 name := enumKey

123