Home
last modified time | relevance | path

Searched refs:template_label (Results 1 – 15 of 15) sorted by relevance

/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/propka30/Source/
H A Dcompare.py210 template_label = position[names[1]]['label']
226 template_label = label
227 if target_label == " gap " or template_label == " gap ":
229 elif target_label[:3] in ["C- ", "N+ "] or template_label[:3] in ["C- ", "N+ "]:
234 mutation = makeMutationAddendum(target=target_label, template=template_label)
235 residue = template.getResidue(label=template_label)
262 template_label = position[names[1]]['label']
265 elif target_label == " gap " or template_label == " gap ":
267 elif target_label[:3] in ["C- ", "N+ "] or template_label[:3] in ["C- ", "N+ "]:
272 mutation = makeMutationAddendum(target=target_label, template=template_label)
[all …]
H A Dmutate.py425 template_label = mutation['template']
426 template_chainID = template_label[-1]
434 …get=atoms[target_chainID][target_label], template=template[code][template_chainID][template_label])
450 for atom in template[code][template_chainID][template_label]:
896 for target_label, template_label in mutation:
898 new[target_label]['label'] = "%s%s" % (template_label[:3], target_label[3:])
899 new[target_label]['template'] = template_label
1039 template_label = mutation[key]['template']
1040 template_chainID = template_label[-1]
1043 … template=atoms[code][template_chainID][template_label],
[all …]
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/data/tests/
H A Dtest_owtransform.py29 self.widget.template_label.text())
40 self.widget.template_label.text())
50 self.widget.template_label.text())
60 self.widget.template_label.text())
67 self.widget.template_label.text())
/dports/editors/gummi/gummi-0.8.1/src/
H A Dtemplate.c56 t->template_label = in template_init()
132 gtk_label_set_text (t->template_label, ""); in template_add_new_entry()
175 gtk_label_set_text (t->template_label, "filename cannot be empty"); in template_create_file()
181 gtk_label_set_text (t->template_label, "filename already exists"); in template_create_file()
H A Dtemplate.h47 GtkLabel* template_label; member
/dports/www/phpgroupware/phpgroupware-0.9.16.017/comic/
H A Dpreferences.php26 $template_label = lang("Template"); variable
245 template_label => $template_label,
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/data/
H A Dowtransform.py40 self.template_label = gui.widgetLabel(info_box, "")
60 self.template_label.setText(text)
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/dialogs/
H A Dfindfilesdialog.cpp136 QLabel *template_label = new QLabel(i18n("Template:"), searchgroup); in FindFilesDialog() local
137 if(template_label->sizeHint().width() > labelwidth) { in FindFilesDialog()
138 labelwidth = template_label->sizeHint().width(); in FindFilesDialog()
163 template_label->setBuddy(template_edit); in FindFilesDialog()
168 searchgrouplayout->addWidget(template_label, 1, 0, Qt::AlignLeft | Qt::AlignVCenter); in FindFilesDialog()
234 template_label->setFixedWidth(labelwidth); in FindFilesDialog()
/dports/www/phpgroupware/phpgroupware-0.9.16.017/headlines/templates/default/
H A Dpreferences_layout.tpl10 {template_label}:
/dports/www/phpgroupware/phpgroupware-0.9.16.017/comic/templates/default/
H A Dprefs.body.tpl12 <td align="right">{template_label}:
/dports/security/yubico-piv-tool/yubico-piv-tool-2.2.0/ykcs11/tests/
H A Dykcs11_tests_util.c1254 CK_ATTRIBUTE template_label[] = { in test_pubkey_basic_attributes() local
1273 asrt(funcs->C_GetAttributeValue(session, pubkey, template_label, 1), CKR_OK, "GET LABEL"); in test_pubkey_basic_attributes()
1274 obj_label_len = template_label[0].ulValueLen; in test_pubkey_basic_attributes()
1361 CK_ATTRIBUTE template_label[] = { in test_privkey_basic_attributes() local
1383 asrt(funcs->C_GetAttributeValue(session, privkey, template_label, 1), CKR_OK, "GET LABEL"); in test_privkey_basic_attributes()
1384 obj_label_len = template_label[0].ulValueLen; in test_privkey_basic_attributes()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gui/symbols/
H A Dsymbol_setting_dialog.cpp105 auto template_label = new QLabel(tr("<b>Template:</b> ")); in SymbolSettingDialog()
122 template_layout->addWidget(template_label); in SymbolSettingDialog()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/dialogs/
H A Dmetadata_bulk_ui.py374 self.template_label = QtWidgets.QLabel(self.tabWidgetPage3)
375 self.template_label.setObjectName("template_label")
376 self.vargrid.addWidget(self.template_label, 6, 0, 1, 1)
538 self.template_label.setBuddy(self.s_r_template)
718 self.template_label.setText(_("&Template:"))
H A Dmetadata_bulk.py825 self.template_label.setVisible(False)
830 self.template_label.setVisible(True)
/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/aqb/
H A Ddialog-ab-trans.c290 GtkWidget *template_label; in gnc_ab_trans_dialog_new() local
356 template_label = GTK_WIDGET(gtk_builder_get_object (builder, "label1")); in gnc_ab_trans_dialog_new()
429 gtk_label_set_text(GTK_LABEL(template_label), in gnc_ab_trans_dialog_new()