Home
last modified time | relevance | path

Searched refs:keymessage (Results 1 – 10 of 10) sorted by relevance

/dports/security/kgpg/kgpg-21.12.3/transactions/
H A Dkgpggeneratekey.cpp64 QByteArray keymessage = "Key-Type: "; in postStart() local
68 keymessage.append("RSA"); in postStart()
83 keymessage.append("\nKey-Length: "); in postStart()
84 keymessage.append(keylen); in postStart()
86 keymessage.append(keylen); in postStart()
87 keymessage.append("\nName-Real: "); in postStart()
88 keymessage.append(m_name.toUtf8()); in postStart()
103 keymessage.append(m_expireunit); in postStart()
107 keymessage.append("\nKey-Usage: "); in postStart()
124 keymessage.append("\nPassphrase: "); in postStart()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/carbon/
H A Dapp.cpp784 bool wxApp::MacSendKeyDownEvent( wxWindow* focus , long keymessage , long modifiers , long when , w… in MacSendKeyDownEvent() argument
790 MacCreateKeyEvent( event, focus , keymessage , modifiers , when , uniChar ) ; in MacSendKeyDownEvent()
795 bool wxApp::MacSendKeyUpEvent( wxWindow* focus , long keymessage , long modifiers , long when , wxC… in MacSendKeyUpEvent() argument
801 MacCreateKeyEvent( event, focus , keymessage , modifiers , when , uniChar ) ; in MacSendKeyUpEvent()
806 bool wxApp::MacSendCharEvent( wxWindow* focus , long keymessage , long modifiers , long when , wxCh… in MacSendCharEvent() argument
811 MacCreateKeyEvent( event, focus , keymessage , modifiers , when , uniChar ) ; in MacSendCharEvent()
819 void wxApp::MacCreateKeyEvent( wxKeyEvent& event, wxWindow* focus , long keymessage , long modifier… in MacCreateKeyEvent() argument
825 keychar = short(keymessage & charCodeMask); in MacCreateKeyEvent()
826 keycode = short(keymessage & keyCodeMask) >> 8 ; in MacCreateKeyEvent()
899 event.m_rawCode = keymessage; in MacCreateKeyEvent()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/carbon/
H A Dapp.cpp1437 bool wxApp::MacSendKeyDownEvent( wxWindow* focus , long keymessage , long modifiers , long when , w… in MacSendKeyDownEvent() argument
1443 MacCreateKeyEvent( event, focus , keymessage , modifiers , when , uniChar ) ; in MacSendKeyDownEvent()
1448 bool wxApp::MacSendKeyUpEvent( wxWindow* focus , long keymessage , long modifiers , long when , wxC… in MacSendKeyUpEvent() argument
1454 MacCreateKeyEvent( event, focus , keymessage , modifiers , when , uniChar ) ; in MacSendKeyUpEvent()
1459 bool wxApp::MacSendCharEvent( wxWindow* focus , long keymessage , long modifiers , long when , wxCh… in MacSendCharEvent() argument
1464 MacCreateKeyEvent( event, focus , keymessage , modifiers , when , uniChar ) ; in MacSendCharEvent()
1545 void wxApp::MacCreateKeyEvent( wxKeyEvent& event, wxWindow* focus , long keymessage , long modifier… in MacCreateKeyEvent() argument
1551 keychar = short(keymessage & charCodeMask); in MacCreateKeyEvent()
1552 keycode = short(keymessage & keyCodeMask) >> 8 ; in MacCreateKeyEvent()
1625 event.m_rawCode = keymessage; in MacCreateKeyEvent()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/carbon/
H A Dapp.cpp1437 bool wxApp::MacSendKeyDownEvent( wxWindow* focus , long keymessage , long modifiers , long when , w… in MacSendKeyDownEvent() argument
1443 MacCreateKeyEvent( event, focus , keymessage , modifiers , when , uniChar ) ; in MacSendKeyDownEvent()
1448 bool wxApp::MacSendKeyUpEvent( wxWindow* focus , long keymessage , long modifiers , long when , wxC… in MacSendKeyUpEvent() argument
1454 MacCreateKeyEvent( event, focus , keymessage , modifiers , when , uniChar ) ; in MacSendKeyUpEvent()
1459 bool wxApp::MacSendCharEvent( wxWindow* focus , long keymessage , long modifiers , long when , wxCh… in MacSendCharEvent() argument
1464 MacCreateKeyEvent( event, focus , keymessage , modifiers , when , uniChar ) ; in MacSendCharEvent()
1545 void wxApp::MacCreateKeyEvent( wxKeyEvent& event, wxWindow* focus , long keymessage , long modifier… in MacCreateKeyEvent() argument
1551 keychar = short(keymessage & charCodeMask); in MacCreateKeyEvent()
1552 keycode = short(keymessage & keyCodeMask) >> 8 ; in MacCreateKeyEvent()
1625 event.m_rawCode = keymessage; in MacCreateKeyEvent()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/osx/
H A Dapp.h121 …bool MacSendCharEvent( wxWindow* focus , long keymessage , long modifiers , long when , wxChar …
122 …void MacCreateKeyEvent( wxKeyEvent& event, wxWindow* focus , long keymessage , long modifiers ,…
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/osx/
H A Dapp.h120 …bool MacSendCharEvent( wxWindow* focus , long keymessage , long modifiers , long when , wxChar …
121 …void MacCreateKeyEvent( wxKeyEvent& event, wxWindow* focus , long keymessage , long modifiers ,…
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/osx/
H A Dapp.h120 …bool MacSendCharEvent( wxWindow* focus , long keymessage , long modifiers , long when , wxChar …
121 …void MacCreateKeyEvent( wxKeyEvent& event, wxWindow* focus , long keymessage , long modifiers ,…
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/
H A Dwindow_osx.cpp2459 UInt32 keymessage = (keyCode << 8) + charCode; in wxHotKeyHandler() local
2463 wxTheApp->MacCreateKeyEvent( wxevent, s_hotkeys[i].window , keymessage , in wxHotKeyHandler()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/
H A Dwindow_osx.cpp2661 UInt32 keymessage = (keyCode << 8) + charCode; in wxHotKeyHandler() local
2665 wxTheApp->MacCreateKeyEvent( wxevent, s_hotkeys[i].window , keymessage , in wxHotKeyHandler()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/
H A Dwindow_osx.cpp2661 UInt32 keymessage = (keyCode << 8) + charCode; in wxHotKeyHandler() local
2665 wxTheApp->MacCreateKeyEvent( wxevent, s_hotkeys[i].window , keymessage , in wxHotKeyHandler()