Home
last modified time | relevance | path

Searched refs:fieldLabel (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A DQWordSearchField.cc7 fieldLabel = new QLabel(this); in QWordSearchField()
8 fieldLabel->setTextFormat(Qt::PlainText); in QWordSearchField()
9 fieldLabel->setText(QString("00")); in QWordSearchField()
10 fieldLabel->setCursor(Qt::ArrowCursor); in QWordSearchField()
12 fieldLabel->hide(); in QWordSearchField()
19 fieldLabel->setAlignment(Qt::AlignRight); in QWordSearchField()
29 auto size = fieldLabel->sizeHint(); in resizeSearchField()
41 fieldLabel->setMinimumSize(fieldLabel->minimumSizeHint()); in updateFieldLabel()
42 fieldLabel->setVisible(true); in updateFieldLabel()
44 fieldLabel->setText(QString("")); in updateFieldLabel()
[all …]
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A DQWordSearchField.cc7 fieldLabel = new QLabel(this); in QWordSearchField()
8 fieldLabel->setTextFormat(Qt::PlainText); in QWordSearchField()
9 fieldLabel->setText(QString("00")); in QWordSearchField()
10 fieldLabel->setCursor(Qt::ArrowCursor); in QWordSearchField()
12 fieldLabel->hide(); in QWordSearchField()
19 fieldLabel->setAlignment(Qt::AlignRight); in QWordSearchField()
29 auto size = fieldLabel->sizeHint(); in resizeSearchField()
41 fieldLabel->setMinimumSize(fieldLabel->minimumSizeHint()); in updateFieldLabel()
42 fieldLabel->setVisible(true); in updateFieldLabel()
44 fieldLabel->setText(QString("")); in updateFieldLabel()
[all …]
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/view/
H A DStandardFieldsDialog.java633 fieldLabel, in addTextComponent() local
756 fieldLabel, in addMultilineField() local
816 fieldLabel, in addComboField() local
841 fieldLabel, in addComboField() local
918 fieldLabel, in addComboField() local
1255 fieldLabel, in addNumberField() local
1276 fieldLabel, in addCheckBoxField() local
1382 fieldLabel, in addNodeSelectField() local
1488 fieldLabel, in addTargetSelectField() local
1568 fieldLabel, in addContextSelectField() local
[all …]
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/flatfile/recordtype/
H A DDelimitedNamedFieldFactoryAssembler.java34 private String fieldLabel = null; field in DelimitedNamedFieldFactoryAssembler
62 public void setLabel(String fieldLabel) { in setLabel() argument
63 this.fieldLabel = fieldLabel; in setLabel()
84 if (fieldLabel != null) { in assemble()
85 … SubstitutionExpr subExpr = SubstitutionExpr.parseString(context.getQnameContext(),fieldLabel); in assemble()
H A DPackedDecimalFieldFactoryAssembler.java40 private String fieldLabel = null; field in PackedDecimalFieldFactoryAssembler
60 public void setLabel(String fieldLabel) { in setLabel() argument
61 this.fieldLabel = fieldLabel; in setLabel()
101 if (fieldLabel != null) { in assemble()
102 … SubstitutionExpr subExpr = SubstitutionExpr.parseString(context.getQnameContext(),fieldLabel); in assemble()
H A DBinaryFieldFactoryAssembler.java40 private String fieldLabel = null; field in BinaryFieldFactoryAssembler
59 public void setLabel(String fieldLabel) { in setLabel() argument
60 this.fieldLabel = fieldLabel; in setLabel()
91 if (fieldLabel != null) { in assemble()
92 … SubstitutionExpr subExpr = SubstitutionExpr.parseString(context.getQnameContext(),fieldLabel); in assemble()
H A DOverpunchFieldFactoryAssembler.java40 private String fieldLabel = null; field in OverpunchFieldFactoryAssembler
64 public void setLabel(String fieldLabel) { in setLabel() argument
65 this.fieldLabel = fieldLabel; in setLabel()
95 if (fieldLabel != null) { in assemble()
96 … SubstitutionExpr subExpr = SubstitutionExpr.parseString(context.getQnameContext(),fieldLabel); in assemble()
H A DPositionalFieldFactoryAssembler.java40 private String fieldLabel = null; field in PositionalFieldFactoryAssembler
59 public void setLabel(String fieldLabel) { in setLabel() argument
60 this.fieldLabel = fieldLabel; in setLabel()
90 if (fieldLabel != null) { in assemble()
91 … SubstitutionExpr subExpr = SubstitutionExpr.parseString(context.getQnameContext(),fieldLabel); in assemble()
H A DDelimitedFieldFactoryAssembler.java39 private String fieldLabel = null; field in DelimitedFieldFactoryAssembler
71 public void setLabel(String fieldLabel) { in setLabel() argument
72 this.fieldLabel = fieldLabel; in setLabel()
99 if (fieldLabel != null) { in assemble()
100 … SubstitutionExpr subExpr = SubstitutionExpr.parseString(context.getQnameContext(),fieldLabel); in assemble()
H A DIntegerFieldFactoryAssembler.java40 private String fieldLabel = null; field in IntegerFieldFactoryAssembler
59 public void setLabel(String fieldLabel) { in setLabel() argument
60 this.fieldLabel = fieldLabel; in setLabel()
96 if (fieldLabel != null) { in assemble()
97 … SubstitutionExpr subExpr = SubstitutionExpr.parseString(context.getQnameContext(),fieldLabel); in assemble()
/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfsexplorer/gui/
H A DTextViewPanel.java31 fieldLabel.setText(label); in TextViewPanel()
52 fieldLabel = new javax.swing.JLabel(); in initComponents()
56 fieldLabel.setText("jLabel1"); in initComponents()
70 .add(fieldLabel) in initComponents()
81 .add(fieldLabel) in initComponents()
91 private javax.swing.JLabel fieldLabel; field in TextViewPanel
/dports/cad/cura/Cura-58bae31/resources/qml/MachineSettings/
H A DSimpleCheckBox.qml31 property alias labelText: fieldLabel.text
32 property alias labelFont: fieldLabel.font
33 property alias labelWidth: fieldLabel.width
51 id: fieldLabel
63 anchors.left: fieldLabel.right
H A DComboBoxWithOptions.qml34 property alias labelText: fieldLabel.text
35 property alias labelFont: fieldLabel.font
36 property alias labelWidth: fieldLabel.width
57 id: fieldLabel
103 anchors.left: fieldLabel.right
/dports/www/mattermost-server/mattermost-server-6.0.2/config/
H A Ddiff.go56 fieldLabel := baseType.Field(i).Name
58 fieldLabel = label + "." + fieldLabel
60 d, err := diff(base.Field(i), actual.Field(i), fieldLabel)
/dports/www/drupal8/drupal-8.9.20/core/modules/field_ui/tests/src/Functional/
H A DManageFieldsFunctionalTest.php58 protected $fieldLabel; variable in Drupal\\Tests\\field_ui\\Functional\\ManageFieldsFunctionalTest
107 $this->fieldLabel = '<em>' . $this->randomMachineName(8) . '</em>';
219 …ld('admin/structure/types/manage/' . $this->contentType, $this->fieldNameInput, $this->fieldLabel);
229 $this->assertEscaped($this->fieldLabel);
268 …IAddExistingField("admin/structure/types/manage/page", $this->fieldName, $this->fieldLabel . '_2');
475 …ld('admin/structure/types/manage/' . $this->contentType, $this->fieldNameInput, $this->fieldLabel);
566 $this->fieldUIAddNewField($bundle_path1, $this->fieldNameInput, $this->fieldLabel);
575 $this->fieldUIAddExistingField($bundle_path2, $this->fieldName, $this->fieldLabel);
586 …$this->fieldUIDeleteField($bundle_path2, "node.$type_name2.$this->fieldName", $this->fieldLabel, $…
745 $this->fieldUIAddNewField($bundle_path, $this->fieldNameInput, $this->fieldLabel);
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Form/Container/
H A DPaletteAndSingleContainer.php149 $fieldLabel = '';
151 $fieldLabel = $this->data['processedTca']['columns'][$fieldName]['label'];
156 'fieldLabel' => $fieldLabel,
227 $fieldLabel = '';
229 $fieldLabel = $this->data['processedTca']['columns'][$fieldName]['label'];
234 'fieldLabel' => $fieldLabel,
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Form/Container/
H A DPaletteAndSingleContainer.php156 $fieldLabel = '';
158 $fieldLabel = $this->data['processedTca']['columns'][$fieldName]['label'];
163 'fieldLabel' => $fieldLabel,
239 $fieldLabel = '';
241 $fieldLabel = $this->data['processedTca']['columns'][$fieldName]['label'];
246 'fieldLabel' => $fieldLabel,
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Form/Container/
H A DPaletteAndSingleContainer.php150 $fieldLabel = '';
152 $fieldLabel = $this->data['processedTca']['columns'][$fieldName]['label'];
157 'fieldLabel' => $fieldLabel,
228 $fieldLabel = '';
230 $fieldLabel = $this->data['processedTca']['columns'][$fieldName]['label'];
235 'fieldLabel' => $fieldLabel,
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack/src/ServiceStack.Common/ServiceModel/Validation/
H A DValidationError.cs72 … var fieldLabel = error.FieldName != null ? string.Format(" [{0}]", error.FieldName) : null;
73 sb.AppendFormat("\n - {0}{1}", error.ErrorMessage, fieldLabel);
77 var fieldLabel = error.FieldName != null ? ": " + error.FieldName : null;
78 sb.AppendFormat("\n - {0}{1}", error.ErrorCode, fieldLabel);
/dports/www/drupal9/drupal-9.2.10/core/modules/field_ui/tests/src/Functional/
H A DManageFieldsFunctionalTest.php57 protected $fieldLabel; variable in Drupal\\Tests\\field_ui\\Functional\\ManageFieldsFunctionalTest
106 $this->fieldLabel = '<em>' . $this->randomMachineName(8) . '</em>';
218 …ld('admin/structure/types/manage/' . $this->contentType, $this->fieldNameInput, $this->fieldLabel);
228 $this->assertSession()->assertEscaped($this->fieldLabel);
267 …IAddExistingField("admin/structure/types/manage/page", $this->fieldName, $this->fieldLabel . '_2');
489 …$this->assertSession()->pageTextContains($this->fieldLabel . ' settings for ' . $this->contentType…
580 $this->fieldUIAddNewField($bundle_path1, $this->fieldNameInput, $this->fieldLabel);
589 $this->fieldUIAddExistingField($bundle_path2, $this->fieldName, $this->fieldLabel);
600 …$this->fieldUIDeleteField($bundle_path2, "node.$type_name2.$this->fieldName", $this->fieldLabel, $…
763 $this->fieldUIAddNewField($bundle_path, $this->fieldNameInput, $this->fieldLabel);
[all …]
/dports/mail/davmail/davmail-src-6.0.1-3390/src/java/davmail/ui/
H A DNotificationDialog.java43 JLabel fieldLabel = new JLabel(label); in addRecipientComponent() local
44 fieldLabel.setHorizontalAlignment(SwingConstants.RIGHT); in addRecipientComponent()
45 fieldLabel.setVerticalAlignment(SwingConstants.CENTER); in addRecipientComponent()
50 innerPanel.add(fieldLabel); in addRecipientComponent()
54 fieldLabel.setToolTipText(toolTipText); in addRecipientComponent()
/dports/audio/gmtp/gmtp-1.3.11/src/
H A Dproperties.c322 GtkWidget* fieldLabel = gtk_label_new(("")); in addRow() local
323 *field = fieldLabel; in addRow()
324 gtk_widget_show(fieldLabel); in addRow()
326 gtk_table_attach(GTK_TABLE(table), fieldLabel, 1, 2, row, row + 1, in addRow()
330 gtk_grid_attach(GTK_GRID(table), fieldLabel, 1, row, 1, 1); in addRow()
334 gtk_misc_set_alignment(GTK_MISC(fieldLabel), 0, 0.5); in addRow()
336 gtk_widget_set_halign(GTK_WIDGET(fieldLabel), GTK_ALIGN_START); in addRow()
337 gtk_widget_set_valign(GTK_WIDGET(fieldLabel), GTK_ALIGN_CENTER); in addRow()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/DataHandling/
H A DItemProcessingService.php59 $fieldLabel = $field;
61 … $fieldLabel = $languageService->sL($GLOBALS['TCA'][$table]['columns'][$field]['label']);
65 $fieldLabel,
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/DataHandling/
H A DItemProcessingService.php60 $fieldLabel = $field;
62 … $fieldLabel = $languageService->sL($GLOBALS['TCA'][$table]['columns'][$field]['label']);
66 $fieldLabel,
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/DataHandling/
H A DItemProcessingService.php60 $fieldLabel = $field;
62 … $fieldLabel = $languageService->sL($GLOBALS['TCA'][$table]['columns'][$field]['label']);
66 $fieldLabel,

1234567