Home
last modified time | relevance | path

Searched refs:mappedKey (Results 1 – 25 of 28) sorted by relevance

12

/dports/games/crimson/crimson-0.5.3/src/cf/
H A Dplatform.cpp105 UINT mappedKey = 0; in crimsonWndProc() local
111 mappedKey=VK_BACK; in crimsonWndProc()
114 mappedKey = VK_F6; in crimsonWndProc()
118 mappedKey = VK_F7; in crimsonWndProc()
121 mappedKey = '.'; in crimsonWndProc()
124 mappedKey = ','; // VK_F9; in crimsonWndProc()
127 mappedKey = VK_F10; in crimsonWndProc()
130 if (mappedKey) { in crimsonWndProc()
132 keybd_event( mappedKey, MapVirtualKey(mappedKey,0), in crimsonWndProc()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.OracleClient/System.Data.OracleClient/
H A DOracleConnectionStringBuilder.cs392 base.Remove (mappedKey); in SetValue()
399 base.Remove (mappedKey); in SetValue()
408 base.Remove (mappedKey); in SetValue()
415 base.Remove (mappedKey); in SetValue()
422 base.Remove (mappedKey); in SetValue()
429 base.Remove (mappedKey); in SetValue()
436 base.Remove (mappedKey); in SetValue()
444 base.Remove (mappedKey); in SetValue()
451 base.Remove (mappedKey); in SetValue()
458 base.Remove (mappedKey); in SetValue()
[all …]
/dports/sysutils/consul/consul-1.10.3/internal/go-sso/oidcauth/
H A Dconfig.go308 for _, mappedKey := range c.ClaimMappings {
309 if targets[mappedKey] {
310 return fmt.Errorf("ClaimMappings contains multiple mappings for key %q", mappedKey)
312 targets[mappedKey] = true
318 for _, mappedKey := range c.ListClaimMappings {
319 if targets[mappedKey] {
320 return fmt.Errorf("ListClaimMappings contains multiple mappings for key %q", mappedKey)
322 targets[mappedKey] = true
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/internal/go-sso/oidcauth/
H A Dconfig.go301 for _, mappedKey := range c.ClaimMappings {
302 if targets[mappedKey] {
303 return fmt.Errorf("ClaimMappings contains multiple mappings for key %q", mappedKey)
305 targets[mappedKey] = true
311 for _, mappedKey := range c.ListClaimMappings {
312 if targets[mappedKey] {
313 return fmt.Errorf("ListClaimMappings contains multiple mappings for key %q", mappedKey)
315 targets[mappedKey] = true
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/internal/go-sso/oidcauth/
H A Dconfig.go301 for _, mappedKey := range c.ClaimMappings {
302 if targets[mappedKey] {
303 return fmt.Errorf("ClaimMappings contains multiple mappings for key %q", mappedKey)
305 targets[mappedKey] = true
311 for _, mappedKey := range c.ListClaimMappings {
312 if targets[mappedKey] {
313 return fmt.Errorf("ListClaimMappings contains multiple mappings for key %q", mappedKey)
315 targets[mappedKey] = true
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/internal/go-sso/oidcauth/
H A Dconfig.go301 for _, mappedKey := range c.ClaimMappings {
302 if targets[mappedKey] {
303 return fmt.Errorf("ClaimMappings contains multiple mappings for key %q", mappedKey)
305 targets[mappedKey] = true
311 for _, mappedKey := range c.ListClaimMappings {
312 if targets[mappedKey] {
313 return fmt.Errorf("ListClaimMappings contains multiple mappings for key %q", mappedKey)
315 targets[mappedKey] = true
/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.ilTestFixedQuestionSetConfig.php98 $mappedKey = $cloneTestOBJ->getRefId() . '_question_' . $cloneTestOBJ->questions[$key];
99 $cwo->appendMapping($originalKey, $mappedKey);
100 $ilLog->write(__METHOD__ . ": Added question id mapping $originalKey <-> $mappedKey");
H A Dclass.ilTestRandomQuestionSetConfig.php443 $mappedKey = $cloneTestOBJ->getRefId() . '_rndSelDef_' . $cloneDefinitionId;
444 $cwo->appendMapping($originalKey, $mappedKey);
445 …->write(__METHOD__ . ": Added random selection definition id mapping $originalKey <-> $mappedKey");
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.ilTestFixedQuestionSetConfig.php98 $mappedKey = $cloneTestOBJ->getRefId() . '_question_' . $cloneTestOBJ->questions[$key];
99 $cwo->appendMapping($originalKey, $mappedKey);
100 $ilLog->write(__METHOD__ . ": Added question id mapping $originalKey <-> $mappedKey");
H A Dclass.ilTestRandomQuestionSetConfig.php443 $mappedKey = $cloneTestOBJ->getRefId() . '_rndSelDef_' . $cloneDefinitionId;
444 $cwo->appendMapping($originalKey, $mappedKey);
445 …->write(__METHOD__ . ": Added random selection definition id mapping $originalKey <-> $mappedKey");
/dports/biology/mmseqs2/MMseqs2-13-45111/src/util/
H A Ddiffseqdbs.cpp116 std::pair<std::string, unsigned int> *mappedKey in diffseqdbs() local
119 if (mappedKey != (keysNew + indexSizeNew) && keyToSearch.compare(mappedKey->first) == 0) { in diffseqdbs()
121 size_t indexInNewDB = (mappedKey - keysNew); in diffseqdbs()
/dports/misc/bibletime/bibletime-2.11.2/src/backend/rendering/
H A Dcdisplayrendering.cpp40 vk.setKey(item.mappedKey() ? item.mappedKey()->key() : item.key()); in entryLink()
88 if(item.mappedKey() != nullptr) { in entryLink()
H A Dctextrendering.h128 inline CSwordKey const * mappedKey() const { in mappedKey() function
/dports/devel/sope/SOPE/sope-core/NGExtensions/EOExt.subproj/
H A DEOKeyMapDataSource.m188 NSString *mappedKey, *key;
191 mappedKey = [self->map valueForKey:key];
192 [ma addObject:mappedKey ? mappedKey : key];
/dports/devel/sope2/SOPE/sope-core/NGExtensions/EOExt.subproj/
H A DEOKeyMapDataSource.m188 NSString *mappedKey, *key;
191 mappedKey = [self->map valueForKey:key];
192 [ma addObject:mappedKey ? mappedKey : key];
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DElevationLayer.cpp886 TileKey mappedKey = keyToUse.mapResolution( in populateHeightFieldAndNormalMap() local
891 TileKey bestKey( mappedKey ); in populateHeightFieldAndNormalMap()
902 bestKey = layer->getBestAvailableTileKey(mappedKey); in populateHeightFieldAndNormalMap()
907 if ( mappedKey != bestKey ) in populateHeightFieldAndNormalMap()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/io/
H A DPublicDBDocumentEntry.java599 Key mappedKey = new Key((String)DATABASE_MAP_KEYS[i][1]); in map() local
604 if(!getEntryInformation().isValidQualifier(mappedKey, newQualifier.getName())) in map()
630 return mappedKey; in map()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Collection/
H A DManyToManyPersister.php97 $mappedKey = $mapping['isOwningSide']
101 …return $persister->load(array($mappedKey => $collection->getOwner(), $mapping['indexBy'] => $index…
/dports/finance/prestashop/prestashop/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Collection/
H A DManyToManyPersister.php103 $mappedKey = $mapping['isOwningSide']
107 …return $persister->load([$mappedKey => $collection->getOwner(), $mapping['indexBy'] => $index], nu…
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/
H A DKeyMap.cpp597 for (auto &mappedKey : iter.second) { in IsKeyMapped() local
598 if (mappedKey == KeyDef(device, key)) { in IsKeyMapped()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/
H A DKeyMap.cpp597 for (auto &mappedKey : iter.second) { in IsKeyMapped() local
598 if (mappedKey == KeyDef(device, key)) { in IsKeyMapped()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/
H A DKeyMap.cpp597 for (auto &mappedKey : iter.second) { in IsKeyMapped() local
598 if (mappedKey == KeyDef(device, key)) { in IsKeyMapped()
/dports/devel/tokamak/tokamak_release/d3dapp/dxut/
H A DDXUTmisc.cpp1425 D3DUtil_CameraKeys mappedKey = MapKey( (UINT)wParam ); in HandleMessages() local
1426 if( mappedKey != CAM_UNKNOWN ) in HandleMessages()
1428 if( FALSE == IsKeyDown(m_aKeys[mappedKey]) ) in HandleMessages()
1430 m_aKeys[ mappedKey ] = KEY_WAS_DOWN_MASK | KEY_IS_DOWN_MASK; in HandleMessages()
1441 D3DUtil_CameraKeys mappedKey = MapKey( (UINT)wParam ); in HandleMessages() local
1442 if( mappedKey != CAM_UNKNOWN && (DWORD)mappedKey < 8 ) in HandleMessages()
1444 m_aKeys[ mappedKey ] &= ~KEY_IS_DOWN_MASK; in HandleMessages()
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/language/
H A Dmoduleloader.cpp869 const QString mappedKey = multiplexMap.property(key).toString(); in extractMultiplexInfo() local
870 if (mappedKey.isEmpty()) in extractMultiplexInfo()
873 if (!uniqueMultiplexByQbsProperties.insert(mappedKey).second) { in extractMultiplexInfo()
875 .arg(mappedKey, StringConstants::multiplexByQbsPropertiesProperty()), in extractMultiplexInfo()
902 multiplexInfo.properties.push_back(mappedKey); in extractMultiplexInfo()
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/debugger/test/mochitest/examples/ember/quickstart/dist/assets/
H A Dvendor.map1mappedKey = void 0;\n if (attrs && attrs[key]) {\n mappedKey = attrs[key];\n //…

12