Home
last modified time | relevance | path

Searched refs:keyLabel (Results 1 – 25 of 139) sorted by relevance

123456

/dports/www/lagrange/lagrange-1.7.3/src/ui/
H A Dcertimportwidget.c49 iLabelWidget *keyLabel; member
98 d->keyLabel, format_CStr("%s%s", uiTextAction_ColorEscape, cstr_String(fng))); in tryImport_CertImportWidget_()
99 setFrameColor_Widget(as_Widget(d->keyLabel), uiTextAction_ColorId); in tryImport_CertImportWidget_()
103 setFrameColor_Widget(as_Widget(d->keyLabel), uiTextCaution_ColorId); in tryImport_CertImportWidget_()
138 d->keyLabel = findChild_Widget(w, "certimport.key"); in init_CertImportWidget()
141 setFont_LabelWidget(d->keyLabel, uiContent_FontId); in init_CertImportWidget()
143 setFixedSize_Widget(as_Widget(d->keyLabel), init_I2(-1, gap_UI * 12)); in init_CertImportWidget()
158 d->keyLabel = new_LabelWidget("", NULL); { in init_CertImportWidget()
159 setFont_LabelWidget(d->keyLabel, uiContent_FontId); in init_CertImportWidget()
161 addChildFlags_Widget(w, iClob(d->keyLabel), 0); in init_CertImportWidget()
[all …]
/dports/graphics/gwenview/gwenview-21.12.3/app/
H A Dinfocontextmanageritem.cpp63 : keyLabel(new QLabel(parent)) in Row()
66 initLabel(keyLabel); in Row()
69 QPalette pal = keyLabel->palette(); in Row()
73 keyLabel->setPalette(pal); in Row()
80 delete keyLabel; in ~Row()
86 int labelHeight = keyLabel->heightForWidth(labelWidth); in setLabelGeometries()
87 keyLabel->setGeometry(0, rowY, labelWidth, labelHeight); in setLabelGeometries()
97 return keyLabel->heightForWidth(width) + valueLabel->heightForWidth(width); in heightForWidth()
107 QLabel *keyLabel; member
151 …row->keyLabel->setText(i18nc("@item:intext %1 is a key, we append a colon to it. A value is displa… in addRow()
[all …]
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/Source/
H A DHotkeyController.m122 NSString *keyLabel = (NSString *) (self.keyNameTable)[keyCode];
128 …lf saveHotkey:ident device:@"NSEventKeyboard" deviceLabel:@"Keyboard" code:keyCode label:keyLabel];
134 …String*)device deviceLabel:(NSString*)deviceLabel code:(NSString*)keyCode label:(NSString*)keyLabel
141 @"keyLabel": keyLabel} forKey:keyIdent];
153 NSString *keyLabel = (NSString *)[binding valueForKey:@"keyLabel"];
157 displayString = [displayString stringByAppendingString:keyLabel];
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/engines/
H A De_4758cca.c413 unsigned char keyLabel[64]; in ibm_4758_load_privkey() local
421 if (keyLabelLength > sizeof(keyLabel)) in ibm_4758_load_privkey()
428 memset(keyLabel,' ', sizeof(keyLabel)); in ibm_4758_load_privkey()
429 memcpy(keyLabel, key_id, keyLabelLength); in ibm_4758_load_privkey()
440 exitData, &ruleArrayLength, ruleArray, keyLabel, in ibm_4758_load_privkey()
505 unsigned char keyLabel[64]; in ibm_4758_load_pubkey() local
513 if (keyLabelLength > sizeof(keyLabel)) in ibm_4758_load_pubkey()
520 memset(keyLabel,' ', sizeof(keyLabel)); in ibm_4758_load_pubkey()
521 memcpy(keyLabel, key_id, keyLabelLength); in ibm_4758_load_pubkey()
532 &ruleArrayLength, ruleArray, keyLabel, &keyTokenLength, in ibm_4758_load_pubkey()
/dports/security/openssl-legacy-static/openssl-1.0.2u/engines/
H A De_4758cca.c412 unsigned char keyLabel[64]; in ibm_4758_load_privkey() local
420 if (keyLabelLength > sizeof(keyLabel)) { in ibm_4758_load_privkey()
426 memset(keyLabel, ' ', sizeof(keyLabel)); in ibm_4758_load_privkey()
427 memcpy(keyLabel, key_id, keyLabelLength); in ibm_4758_load_privkey()
436 exitData, &ruleArrayLength, ruleArray, keyLabel, in ibm_4758_load_privkey()
500 unsigned char keyLabel[64]; in ibm_4758_load_pubkey() local
508 if (keyLabelLength > sizeof(keyLabel)) { in ibm_4758_load_pubkey()
514 memset(keyLabel, ' ', sizeof(keyLabel)); in ibm_4758_load_pubkey()
515 memcpy(keyLabel, key_id, keyLabelLength); in ibm_4758_load_pubkey()
524 &ruleArrayLength, ruleArray, keyLabel, &keyTokenLength, in ibm_4758_load_pubkey()
/dports/security/openssl-unsafe/openssl-c9ba19c/engines/
H A De_4758cca.c412 unsigned char keyLabel[64]; in ibm_4758_load_privkey() local
420 if (keyLabelLength > sizeof(keyLabel)) { in ibm_4758_load_privkey()
426 memset(keyLabel, ' ', sizeof(keyLabel)); in ibm_4758_load_privkey()
427 memcpy(keyLabel, key_id, keyLabelLength); in ibm_4758_load_privkey()
436 exitData, &ruleArrayLength, ruleArray, keyLabel, in ibm_4758_load_privkey()
500 unsigned char keyLabel[64]; in ibm_4758_load_pubkey() local
508 if (keyLabelLength > sizeof(keyLabel)) { in ibm_4758_load_pubkey()
514 memset(keyLabel, ' ', sizeof(keyLabel)); in ibm_4758_load_pubkey()
515 memcpy(keyLabel, key_id, keyLabelLength); in ibm_4758_load_pubkey()
524 &ruleArrayLength, ruleArray, keyLabel, &keyTokenLength, in ibm_4758_load_pubkey()
/dports/net-im/kopete/kopete-21.12.3/plugins/cryptography/
H A Dcryptographypreferences.cpp43 QLabel *keyLabel = new QLabel(i18n("Private Key: "), this); local
60 keyLabel->setBuddy(key);
61 keyLayout->addWidget(keyLabel);
/dports/sysutils/plasma5-polkit-kde-agent-1/polkit-kde-agent-1-5.23.5/
H A DAuthDialog.cpp312 QLabel *keyLabel = new QLabel(this); in AuthDetails() local
313 keyLabel->setText( in AuthDetails()
318 gridLayout->addWidget(keyLabel, row, 0); in AuthDetails()
320 keyLabel->setAlignment(Qt::AlignRight); in AuthDetails()
321 QFont lblFont(keyLabel->font()); in AuthDetails()
323 keyLabel->setFont(lblFont); in AuthDetails()
/dports/astro/kosmindoormap/kosmindoormap-21.12.3/src/app/
H A DIndoorMapInfoSheet.qml37 visible: row && row.keyLabel != ""
38 text: row ? row.keyLabel + ":" : ""
55 visible: row && row.keyLabel != ""
56 text: row ? row.keyLabel + ":" : ""
/dports/deskutils/itinerary/itinerary-21.12.3/src/app/
H A DIndoorMapInfoSheet.qml38 visible: row && row.keyLabel != ""
39 text: row ? row.keyLabel + ":" : ""
56 visible: row && row.keyLabel != ""
57 text: row ? row.keyLabel + ":" : ""
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/Exif/
H A DGrid.cpp96 QLabel *keyLabel = new QLabel(title); in infoLabelPair() local
99 keyLabel->setBackgroundRole(backgroundRole); in infoLabelPair()
101 keyLabel->setAutoFillBackground(true); in infoLabelPair()
103 m_labels.append(qMakePair(keyLabel, valueLabel)); in infoLabelPair()
104 return qMakePair(keyLabel, valueLabel); in infoLabelPair()
/dports/games/bzflag-server/bzflag-2.4.22/src/bzflag/
H A DQuickKeysMenu.cxx42 std::string keyLabel = TextUtils::format("Alt-F%d", i); in QuickKeysMenu() local
43 controls.push_back(createInput(keyLabel)); in QuickKeysMenu()
48 std::string keyLabel = TextUtils::format("Ctrl-F%d", i); in QuickKeysMenu() local
49 controls.push_back(createInput(keyLabel)); in QuickKeysMenu()
/dports/games/bzflag/bzflag-2.4.22/src/bzflag/
H A DQuickKeysMenu.cxx42 std::string keyLabel = TextUtils::format("Alt-F%d", i); in QuickKeysMenu() local
43 controls.push_back(createInput(keyLabel)); in QuickKeysMenu()
48 std::string keyLabel = TextUtils::format("Ctrl-F%d", i); in QuickKeysMenu() local
49 controls.push_back(createInput(keyLabel)); in QuickKeysMenu()
/dports/security/keybase/client-v5.7.1/osx/KBKit/KBKit/UI/Keys/
H A DKBKeyView.m98 KBHeaderLabelView *keyLabel = [[KBHeaderLabelView alloc] init];
99 keyLabel.columnWidth = 140;
100 [keyLabel setHeader:@"Key ID"];
101 …if (_identifyKeyId.kid) [keyLabel addText:[KBHexString(_identifyKeyId.kid, @"") uppercaseString] s…
102 [_labels addSubview:keyLabel];
/dports/biology/biosig/biosig-2.3.3/biosig4c++/t210/
H A Dsopen_axg_read.c82 uint32_t *keyLabel = (uint32_t*)malloc(nCol*sizeof(uint32_t)); in sopen_axg_read() local
109 keyLabel[k] = hdr->NS; in sopen_axg_read()
116 keyLabel[k] = hdr->NS; in sopen_axg_read()
225 keyLabel[k] = i; in sopen_axg_read()
233 keyLabel[k] = hdr->NS; in sopen_axg_read()
297 ns = keyLabel[k]; // channel number for current column in sopen_axg_read()
450 ns = keyLabel[k]; in sopen_axg_read()
552 if(keyLabel) free(keyLabel); in sopen_axg_read()
/dports/devel/kpublictransport/kpublictransport-21.12.3/tests/
H A DIndoorMapPage.qml50 visible: row.keyLabel != ""
51 text: row.keyLabel + ": "
65 visible: row.keyLabel != ""
66 text: row.keyLabel + ": "
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/TimeTracker/
H A DTimeTracker.php390 $keyLabel = '';
400 … $keyLabel = '<br /><span style="color:#999999;">' . implode('<br />', $temp) . '</span>';
411 $keyLabel = $theLabel . $keyLabel;
412 …-key ' . $logRowClass . '">' . ($flag_tree ? $data['icons'] : '') . $this->fw($keyLabel) . '</th>';
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/TimeTracker/
H A DTimeTracker.php421 $keyLabel = '';
431 … $keyLabel = '<br /><span style="color:#999999;">' . implode('<br />', $temp) . '</span>';
442 $keyLabel = $theLabel . $keyLabel;
443 …-key ' . $logRowClass . '">' . ($flag_tree ? $data['icons'] : '') . $this->fw($keyLabel) . '</th>';
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/pitch/
H A Ddialog.py77 self.keyLabel = QLabel()
89 mainLayout.addWidget(self.keyLabel, 0, 0, 1, 1)
107 self.keyLabel.setText(_("Key:"))
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DUIActionSimulator.py19 keyLabel = wx.StaticText(self, -1, "Key Events")
20 keyLabel.SetFont(wx.FFont(18, wx.SWISS, wx.FONTFLAG_BOLD))
42 gbs.Add(keyLabel, (0,0), span=(1,2))
/dports/misc/ktouch/ktouch-21.12.3/src/qml/keyboard/
H A DKeyLabel.qml45 function keyLabel(position, key) {
55 keyLabel(position, key)
/dports/devel/upp/upp/bazaar/StreamCypherTest/
H A DStreamCypherTest.cpp23 keyLabel.SetText("Key (16 or 32 bytes long, hex-ascii format - 0011223344) :"); in onCypherSwitch()
25 keyLabel.SetText("Key, usually from 5 to 32 bytes long, hex-ascii format - 0011223344) :"); in onCypherSwitch()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/TimeTracker/
H A DTimeTracker.php432 $keyLabel = '';
442 … $keyLabel = '<br /><span style="color:#999999;">' . implode('<br />', $temp) . '</span>';
453 $keyLabel = $theLabel . $keyLabel;
454 …-key ' . $logRowClass . '">' . ($flag_tree ? $data['icons'] : '') . $this->fw($keyLabel) . '</th>';
/dports/games/warzone2100/warzone2100/lib/widget/
H A Djsontable.cpp310 auto keyLabel = std::make_shared<W_LABEL>(); in setTableToJson() local
311 keyLabel->setFont(font_regular, WZCOL_FORM_LIGHT); in setTableToJson()
312 keyLabel->setString(WzString::fromUtf8(item.key())); in setTableToJson()
313 keyLabel->setCanTruncate(true); in setTableToJson()
314 keyLabel->setTransparentToClicks(true); in setTableToJson()
402 std::vector<std::shared_ptr<WIDGET>> columnWidgets {keyLabel, valueLabel, expandButton}; in setTableToJson()
815 auto keyLabel = std::make_shared<W_LABEL>(); in make() local
816 keyLabel->setString("Key"); in make()
817 keyLabel->setGeometry(0, 0, 150, 0); in make()
818 keyLabel->setCacheNeverExpires(true); in make()
[all …]
/dports/devel/upp/upp/bazaar/CypherTest/
H A DCypherTest.cpp24 keyLabel.SetText("Key (16 or 32 bytes long, hex-ascii format - 0011223344) :"); in onCypherSwitch()
26 keyLabel.SetText("Key, usually from 5 to 32 bytes long, hex-ascii format - 0011223344) :"); in onCypherSwitch()

123456