Home
last modified time | relevance | path

Searched refs:idLabel (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Dataflow/
H A DPubsubLocation.php21 public $idLabel; variable in Google_Service_Dataflow_PubsubLocation
36 public function setIdLabel($idLabel) argument
38 $this->idLabel = $idLabel;
42 return $this->idLabel;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/
H A DPubsubLocation.php21 public $idLabel; variable in Google_Service_Dataflow_PubsubLocation
36 public function setIdLabel($idLabel) argument
38 $this->idLabel = $idLabel;
42 return $this->idLabel;
/dports/biology/emboss/EMBOSS-6.6.0/jemboss/org/emboss/jemboss/editor/
H A DPrettyPlotJFrame.java103 LabelTextBox idLabel = new LabelTextBox( in PrettyPlotJFrame() local
107 bacross.add(idLabel); in PrettyPlotJFrame()
153 idLabel = new LabelTextBox( in PrettyPlotJFrame()
155 bacross.add(idLabel); in PrettyPlotJFrame()
181 idLabel = new LabelTextBox( in PrettyPlotJFrame()
183 bacross.add(idLabel); in PrettyPlotJFrame()
209 idLabel = new LabelTextBox( in PrettyPlotJFrame()
212 bacross.add(idLabel); in PrettyPlotJFrame()
237 idLabel = new LabelTextBox( in PrettyPlotJFrame()
240 bacross.add(idLabel); in PrettyPlotJFrame()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/splash/
H A DEclipseSplashHandler.java93 Label idLabel = new Label(getContent(), SWT.RIGHT); in init() local
94 idLabel.setForeground(getForeground()); in init()
95 idLabel.setBounds(buildIdRectangle); in init()
96 idLabel.setText(buildId); in init()
97 idLabel.setData(CSSSWTConstants.CSS_ID_KEY, CSS_ID_SPLASH_BUILD_ID); in init()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/navigator/
H A Dpreviewtooltip.cpp42 m_ui->idLabel->setElideMode(Qt::ElideLeft); in PreviewToolTip()
55 m_ui->idLabel->setText(id); in setId()
75 return m_ui->idLabel->text(); in id()
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/GtkDemo/
H A DDemoStockBrowser.cs26 Label typeLabel, nameLabel, idLabel, accelLabel; field in GtkDemo.DemoStockBrowser
78 idLabel = new Label (); in DemoStockBrowser()
79 vbox.PackStart (idLabel, false, false, 0); in DemoStockBrowser()
146 idLabel.Text = id; in SelectionChanged()
160 idLabel.Text = ""; in SelectionChanged()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/GtkDemo/
H A DDemoStockBrowser.cs26 Label typeLabel, nameLabel, idLabel, accelLabel; field in GtkDemo.DemoStockBrowser
78 idLabel = new Label (); in DemoStockBrowser()
79 vbox.PackStart (idLabel, false, false, 0); in DemoStockBrowser()
146 idLabel.Text = id; in SelectionChanged()
160 idLabel.Text = ""; in SelectionChanged()
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/qt-console/tray-monitor/
H A DJobListItem.qml49 id: idLabel
61 anchors.left: idLabel.right
77 anchors.top: idLabel.bottom
86 anchors.top: idLabel.bottom
/dports/sysutils/bacula11-client/bacula-11.0.5/src/qt-console/tray-monitor/
H A DJobListItem.qml49 id: idLabel
61 anchors.left: idLabel.right
77 anchors.top: idLabel.bottom
86 anchors.top: idLabel.bottom
/dports/sysutils/bacula11-server/bacula-11.0.5/src/qt-console/tray-monitor/
H A DJobListItem.qml49 id: idLabel
61 anchors.left: idLabel.right
77 anchors.top: idLabel.bottom
86 anchors.top: idLabel.bottom
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/qt-console/tray-monitor/
H A DJobListItem.qml49 id: idLabel
61 anchors.left: idLabel.right
77 anchors.top: idLabel.bottom
86 anchors.top: idLabel.bottom
/dports/devel/etl/synfig-1.2.2/synfig-studio/src/gui/dialogs/
H A Dcanvasproperties.cpp97 Gtk::Label *idLabel = manage(new Gtk::Label(_("_ID"), true)); in CanvasProperties() local
98 idLabel->set_alignment(0, 0.5); in CanvasProperties()
99 idLabel->set_mnemonic_widget(entry_id); in CanvasProperties()
100 info_table->attach(*idLabel, 0, 1, 0, 1, Gtk::SHRINK|Gtk::FILL, Gtk::SHRINK|Gtk::FILL, 0, 0); in CanvasProperties()
/dports/graphics/synfig/synfig-1.2.2/synfig-studio/src/gui/dialogs/
H A Dcanvasproperties.cpp97 Gtk::Label *idLabel = manage(new Gtk::Label(_("_ID"), true)); in CanvasProperties() local
98 idLabel->set_alignment(0, 0.5); in CanvasProperties()
99 idLabel->set_mnemonic_widget(entry_id); in CanvasProperties()
100 info_table->attach(*idLabel, 0, 1, 0, 1, Gtk::SHRINK|Gtk::FILL, Gtk::SHRINK|Gtk::FILL, 0, 0); in CanvasProperties()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-studio/src/gui/dialogs/
H A Dcanvasproperties.cpp97 Gtk::Label *idLabel = manage(new Gtk::Label(_("_ID"), true)); in CanvasProperties() local
98 idLabel->set_alignment(0, 0.5); in CanvasProperties()
99 idLabel->set_mnemonic_widget(entry_id); in CanvasProperties()
100 info_table->attach(*idLabel, 0, 1, 0, 1, Gtk::SHRINK|Gtk::FILL, Gtk::SHRINK|Gtk::FILL, 0, 0); in CanvasProperties()
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/cmd/ilm/
H A Dtabular_info.go55 idLabel string = "ID" const
143 colWidth[idLabel] = idColumnWidth
331 tableCellInfo{label: rule.ID, labelKey: idLabel, columnWidth: idColumnWidth, align: leftAlign})
373 tableCellInfo{label: rule.ID, labelKey: idLabel, columnWidth: idColumnWidth, align: leftAlign})
456 _, ok := rowCheck[idLabel]
458 rowCheck[idLabel] = colIdx
459 …HdrLabels) = append((*alignedHdrLabels), getAlignedText(idLabel, centerAlign, colWidthTbl[idLabel]…
/dports/archivers/v1541commander/v1541commander-1.1/src/bin/v1541commander/
H A Dcbmdosfswidget.cpp38 QLabel idLabel; member in CbmdosFsWidget::priv
52 idLabel(tr("ID: ")), in priv()
74 d->idLayout.addWidget(&d->idLabel); in CbmdosFsWidget()
105 d->idLabel.setToolTip(tr("The ID of the disk (Shift+F3)")); in CbmdosFsWidget()
/dports/math/rocs/rocs-21.12.3/src/ui/
H A Dnodetypesdelegate.cpp61 QLabel *idLabel = new QLabel(index.data(NodeTypeModel::IdRole).toString()); in createItemWidgets() local
62 idLabel->setToolTip(i18n("Unique ID of the node type.")); in createItemWidgets()
75 return { colorButton, title, idLabel, propertiesButton }; in createItemWidgets()
H A Dedgetypesdelegate.cpp62 QLabel *idLabel = new QLabel(index.data(EdgeTypeModel::IdRole).toString()); in createItemWidgets() local
63 idLabel->setToolTip(i18n("Unique ID of edge type.")); in createItemWidgets()
73 return { colorButton, direction, title, idLabel, propertiesButton }; in createItemWidgets()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/device/
H A DCDeviceWatcherLinux.cpp65 QString idLabel = blockIface->property("IdLabel").toString().toUpper(); in slotDeviceAdded() local
84 qDebug() << "model:" << model << "vendor:" << vendor << "idLabel:" << idLabel; in slotDeviceAdded()
86 if(!idLabel.contains("TWONAV")) in slotDeviceAdded()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/wrappers/pyAgrum/pyLibs/lib/
H A Dbn2roc.py149 idLabel = -1
152 idLabel = i
154 assert idLabel >= 0
156 idLabel = label
167 Classifier.fromTrainedModel(bn, target, idLabel)
/dports/x11-toolkits/gnocl/gnocl-0.9.96/demo/
H A Dtest-statusBar.tcl57 set idLabel [gnocl::label]
58 $main addRow $idLabel -fill 1
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/connectioneditor/
H A Dbindingmodel.cpp268 QString idLabel = property.parentModelNode().id(); in addBindingProperty() local
269 if (idLabel.isEmpty()) in addBindingProperty()
270 idLabel = property.parentModelNode().simplifiedTypeName(); in addBindingProperty()
271 idItem = new QStandardItem(idLabel); in addBindingProperty()
/dports/net/quiterss/quiterss-0.19.4_1/src/
H A Doptionsdialog.cpp2396 int idLabel = q.value(0).toInt(); in loadLabels() local
2398 if ((idLabel <= 6) && (MainWindow::nameLabels().at(idLabel-1) == nameLabel)) { in loadLabels()
2434 int idLabel = 0; in newLabel() local
2437 if (idLabel < str.toInt()) in newLabel()
2438 idLabel = str.toInt(); in newLabel()
2440 idLabel = idLabel + 1; in newLabel()
2457 << QString("labelAction_%1").arg(idLabel) << QString::number(idLabel); in newLabel()
2618 foreach (QString idLabel, idLabels_) { in applyLabels()
2633 … if ((idLabel.toInt() <= 6) && (MainWindow::trNameLabels().at(idLabel.toInt()-1) == nameLabel)) { in applyLabels()
2655 q.addBindValue(idLabel); in applyLabels()
[all …]
/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfsexplorer/gui/
H A DResourceForkViewPanel.java294 idLabel = new javax.swing.JLabel(); in initComponents()
324 idLabel.setText("ID:"); in initComponents()
350 .add(idLabel) in initComponents()
373 .add(idLabel) in initComponents()
429 private javax.swing.JLabel idLabel; field in ResourceForkViewPanel
/dports/astro/R-cran-maptools/maptools/R/
H A DlineLabel.R251 idLabel <- match(line@ID, names(labels)) functionVar
252 lbl <- if (is.na(idLabel)) '' else as.graphicsAnnot(labels[idLabel])

1234567