Home
last modified time | relevance | path

Searched refs:newKeyName (Results 1 – 25 of 75) sorted by relevance

123

/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/notation/
H A DKeyInsertionCommand.cpp122 std::string newKeyName = "";
127 newKeyName = "C";
130 newKeyName = "D";
133 newKeyName = "E";
136 newKeyName = "F";
139 newKeyName = "G";
142 newKeyName = "A";
145 newKeyName = "B";
202 newKeyName = "C major";
204 newKeyName = "B minor";
[all …]
/dports/security/xml-security/xml-security-1_5_5/src/test/java/javax/xml/crypto/test/dsig/keyinfo/
H A DKeyInfoTest.java51 (Collections.singletonList(fac.newKeyName("foo")), "skeleton"); in testgetId()
60 (Collections.singletonList(fac.newKeyName("foo")), "skeleton"); in testgetContent()
62 (Collections.singletonList(fac.newKeyName("foo"))); in testgetContent()
90 (Collections.singletonList(fac.newKeyName("foo")), id); in testConstructor()
97 ki = fac.newKeyInfo(Collections.singletonList(fac.newKeyName("foo"))); in testConstructor()
103 (Collections.singletonList(fac.newKeyName("foo")), "keyid"); in testisFeatureSupported()
115 (Collections.singletonList(fac.newKeyName("foo")), "keyid"); in testMarshal()
H A DKeyNameTest.java42 KeyName kn = fac.newKeyName("skeleton"); in testgetName()
49 KeyName kn = fac.newKeyName(name); in testConstructor()
52 kn = fac.newKeyName(null); in testConstructor()
59 KeyName kn = fac.newKeyName("keyName"); in testisFeatureSupported()
H A DKeyInfoFactoryTest.java80 (Collections.singletonList(factory.newKeyName("foo")), id); in testnewKeyInfo()
91 KeyName kn = factory.newKeyName(name); in testnewKeyName()
94 kn = factory.newKeyName(null); in testnewKeyName()
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/zorkian/go-datadog-api/go-datadog-api-2.21.0/integration/
H A Dapi_keys_test.go38 newKeyName := "client-test-key-new"
45 *keyStruct.Name = newKeyName
51 if *keyStruct.Name != newKeyName {
52 t.Errorf("API key name not updated. Got %s, want %s", *keyStruct.Name, newKeyName)
/dports/games/flobopuyo/flobopuyo-0.20/
H A DPuyoCommander.cpp801 char newKeyName[250]; in controlsMenuLoop() local
803 getKeyName(kPlayer1LeftControl, newKeyName); in controlsMenuLoop()
805 getKeyName(kPlayer1RightControl, newKeyName); in controlsMenuLoop()
807 getKeyName(kPlayer1DownControl, newKeyName); in controlsMenuLoop()
809 getKeyName(kPlayer1ClockwiseControl, newKeyName); in controlsMenuLoop()
811 getKeyName(kPlayer1CounterclockwiseControl, newKeyName); in controlsMenuLoop()
814 getKeyName(kPlayer2LeftControl, newKeyName); in controlsMenuLoop()
816 getKeyName(kPlayer2RightControl, newKeyName); in controlsMenuLoop()
818 getKeyName(kPlayer2DownControl, newKeyName); in controlsMenuLoop()
820 getKeyName(kPlayer2ClockwiseControl, newKeyName); in controlsMenuLoop()
[all …]
H A DPuyoCommander.cpp.actual797 char newKeyName[250];
799 getKeyName(kPlayer1LeftControl, newKeyName);
801 getKeyName(kPlayer1RightControl, newKeyName);
803 getKeyName(kPlayer1DownControl, newKeyName);
805 getKeyName(kPlayer1ClockwiseControl, newKeyName);
807 getKeyName(kPlayer1CounterclockwiseControl, newKeyName);
810 getKeyName(kPlayer2LeftControl, newKeyName);
812 getKeyName(kPlayer2RightControl, newKeyName);
814 getKeyName(kPlayer2DownControl, newKeyName);
816 getKeyName(kPlayer2ClockwiseControl, newKeyName);
[all …]
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/src/app/models/key-models/
H A Dabstractkey.h72 virtual void setKeyName(const QByteArray& newKeyName, in setKeyName() argument
77 [this, newKeyName](RedisClient::Response r, Callback c) { in setKeyName()
79 {"RESTORE", newKeyName, in setKeyName()
83 [this, newKeyName](RedisClient::Response r, Callback c) { in setKeyName()
95 m_keyFullPath = newKeyName; in setKeyName()
/dports/sysutils/coreos-ct/container-linux-config-transpiler-0.9.0/config/astyaml/
H A Dastyaml.go100 func (n *YamlNode) ChangeKey(oldKeyName, newKeyName string, newValue YamlNode) error {
108 (*n.Children[i]).Value = newKeyName
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/src/qml/value-editor/
H A DAddKeyDialog.qml58 id: newKeyName
129 root.request.keyName = newKeyName.text
H A DValueTabs.qml202 id: newKeyName;
210 if (newKeyName.text.length == 0) {
214 keyTab.keyModel.renameKey(newKeyName.text)
/dports/security/xml-security/xml-security-1_5_5/src/test/java/javax/xml/crypto/test/dsig/
H A DXMLSignatureTest.java86 (Collections.singletonList(kifac.newKeyName("Alice"))); in XMLSignatureTest()
170 (kifac.newKeyName("testuser"))); in testsignANDvalidate()
202 (kifac.newKeyName("testuser"))); in testsignWithProvider()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/xml/crypto/dsig/keyinfo/KeyInfo/
H A DMarshal.java48 (Collections.singletonList(fac.newKeyName("foo")), "keyid"); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/xml/crypto/dsig/keyinfo/KeyInfo/
H A DMarshal.java48 (Collections.singletonList(fac.newKeyName("foo")), "keyid"); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/xml/crypto/dsig/keyinfo/KeyInfo/
H A DMarshal.java48 (Collections.singletonList(fac.newKeyName("foo")), "keyid"); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/xml/crypto/dsig/keyinfo/KeyInfo/
H A DMarshal.java48 (Collections.singletonList(fac.newKeyName("foo")), "keyid"); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/xml/crypto/dsig/keyinfo/KeyInfo/
H A DMarshal.java48 (Collections.singletonList(fac.newKeyName("foo")), "keyid"); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/xml/crypto/dsig/keyinfo/KeyInfo/
H A DMarshal.java48 (Collections.singletonList(fac.newKeyName("foo")), "keyid"); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/xml/crypto/dsig/keyinfo/KeyInfo/
H A DMarshal.java48 (Collections.singletonList(fac.newKeyName("foo")), "keyid");
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/xml/crypto/dsig/keyinfo/KeyInfo/
H A DMarshal.java48 (Collections.singletonList(fac.newKeyName("foo")), "keyid"); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/xml/crypto/dsig/keyinfo/KeyInfo/
H A DMarshal.java47 (Collections.singletonList(fac.newKeyName("foo")), "keyid"); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/xml/crypto/dsig/keyinfo/KeyInfo/
H A DMarshal.java47 (Collections.singletonList(fac.newKeyName("foo")), "keyid"); in main()
/dports/net/py-impacket/impacket-0.9.17/examples/
H A Dreg.py252 newKeyName = keyName + subkey['lpNameOut'][:-1] + '\\'
253 print newKeyName
255 self.__print_all_subkeys_and_entries(rpc, newKeyName, ans['phkResult'], 0)
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/src/modules/value-editor/
H A Dvalueviewmodel.cpp72 void ValueEditor::ValueViewModel::renameKey(const QString& newKeyName) { in renameKey() argument
78 m_model->setKeyName(printableStringToBinary(newKeyName), in renameKey()
/dports/games/multimc/MultiMC5-0.6.11/api/logic/java/
H A DJavaUtils.cpp198 QString newKeyName = keyName + "\\" + subKeyName; in FindJavaFromRegistryKey() local
201 if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, newKeyName.toStdString().c_str(), 0, in FindJavaFromRegistryKey()

123