Home
last modified time | relevance | path

Searched refs:label1 (Results 1 – 25 of 4804) sorted by relevance

12345678910>>...193

/dports/textproc/html-xml-utils/html-xml-utils-8.0/tests/
H A Dcite3.sh9 %L label1
14 …ef="#label1" rel="biblioentry">[label1]<!--{{label1}}--></a> bbb <a href="#label1" rel="biblioentr…
15 aaa <a href="#label1" rel="biblioentry">[label1]<!--{{label1}}--></a> bbb [label1] ccc
16 aaa {{label1]] bbb {label1} ccc
18 {{[[label1}}
21 aaa<a href="#label1" rel="biblioentry">[label1]<!--{{label1}}--></a>bbb
24 aaa [[label1]] bbb [[label1]] ccc
25 aaa [[label1]] bbb [label1] ccc
26 aaa {{label1]] bbb {label1} ccc
28 {{[[label1}}
[all …]
H A Dcite1.sh9 %L label1
14 …ef="#label1" rel="biblioentry">[label1]<!--{{label1}}--></a> bbb <a href="#label1" rel="biblioentr…
15 aaa <a href="#label1" rel="biblioentry">[label1]<!--{{label1}}--></a> bbb [label1] ccc
16 aaa {{label1]] bbb {label1} ccc
19 {{[[label1}}
22 aaa<a href="#label1" rel="biblioentry">[label1]<!--{{label1}}--></a>bbb
25 aaa [[label1]] bbb [[label1]] ccc
26 aaa [[label1]] bbb [label1] ccc
27 aaa {{label1]] bbb {label1} ccc
30 {{[[label1}}
[all …]
H A Dcite2.sh9 %L label1
14 label1
15 label1
16 label1
18 label1
21 aaa [[label1]] bbb [[label1]] ccc
22 aaa [[label1]] bbb [label1] ccc
23 aaa {{label1]] bbb {label1} ccc
26 {{[[label1}}
29 aaa[[label1]]bbb
/dports/math/ump/ump-0.8.6/src/
H A Dump_aboutwin.cpp20 GtkWidget *notebook,*vbox,*label1,*label2; in aboutwin_show() local
35 label1 = gtk_label_new(str); in aboutwin_show()
45 label1 = gtk_label_new( str ); in aboutwin_show()
46 gtk_misc_set_alignment(GTK_MISC(label1), 0.5f, 0.5f); in aboutwin_show()
47 gtk_misc_set_padding(GTK_MISC(label1), 2, 2); in aboutwin_show()
54 label1 = gtk_label_new( "Mattias Hultgren" ); in aboutwin_show()
56 gtk_misc_set_padding(GTK_MISC(label1), 2, 2); in aboutwin_show()
67 label1 = gtk_label_new( trans ); in aboutwin_show()
70 gtk_misc_set_padding(GTK_MISC(label1), 2, 2); in aboutwin_show()
82 label1 = gtk_label_new( trans ); in aboutwin_show()
[all …]
/dports/devel/efl/efl-1.25.1/src/examples/elementary/
H A Dlabel_example_02.c22 Evas_Object *win, *box, *label1, *label2, *label3; in elm_main() local
39 label1 = elm_label_add(box); in elm_main()
40 elm_object_style_set(label1, "slide_long"); in elm_main()
42 elm_label_wrap_width_set(label1, 200); in elm_main()
43 elm_label_slide_duration_set(label1, 4.0); in elm_main()
44 evas_object_show(label1); in elm_main()
45 elm_box_pack_end(box, label1); in elm_main()
65 evas_object_smart_callback_add(label1, "slide,end", _slide_end_cb, label2); in elm_main()
67 evas_object_smart_callback_add(label3, "slide,end", _slide_end_cb, label1); in elm_main()
69 elm_label_slide_mode_set(label1, ELM_LABEL_SLIDE_MODE_ALWAYS); in elm_main()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux/gtk/ADM_userInterfaces/ADM_dialog/
H A Dtoolkit_dialog.cpp36 static GtkWidget *label1; variable
506 label1 = gtk_label_new (QT_TR_NOOP("label1")); in create_dialogYN()
510 gtk_widget_show (label1); in create_dialogYN()
570 label1 = gtk_label_new (QT_TR_NOOP("label1")); in create_dialogConfirmation()
574 gtk_widget_show (label1); in create_dialogConfirmation()
625 label1 = gtk_label_new (QT_TR_NOOP("label1")); in create_dialogOK()
626 gtk_widget_show (label1); in create_dialogOK()
674 label1 = gtk_label_new (QT_TR_NOOP("label1")); in create_dialogInfo()
678 gtk_widget_show (label1); in create_dialogInfo()
726 label1 = gtk_label_new (QT_TR_NOOP("label1")); in create_dialogWarning()
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux/gtk/ADM_userInterfaces/ADM_dialog/
H A Dtoolkit_dialog.cpp36 static GtkWidget *label1; variable
506 label1 = gtk_label_new (QT_TR_NOOP("label1")); in create_dialogYN()
510 gtk_widget_show (label1); in create_dialogYN()
570 label1 = gtk_label_new (QT_TR_NOOP("label1")); in create_dialogConfirmation()
574 gtk_widget_show (label1); in create_dialogConfirmation()
625 label1 = gtk_label_new (QT_TR_NOOP("label1")); in create_dialogOK()
626 gtk_widget_show (label1); in create_dialogOK()
674 label1 = gtk_label_new (QT_TR_NOOP("label1")); in create_dialogInfo()
678 gtk_widget_show (label1); in create_dialogInfo()
726 label1 = gtk_label_new (QT_TR_NOOP("label1")); in create_dialogWarning()
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux/gtk/ADM_userInterfaces/ADM_dialog/
H A Dtoolkit_dialog.cpp36 static GtkWidget *label1; variable
506 label1 = gtk_label_new (QT_TR_NOOP("label1")); in create_dialogYN()
510 gtk_widget_show (label1); in create_dialogYN()
570 label1 = gtk_label_new (QT_TR_NOOP("label1")); in create_dialogConfirmation()
574 gtk_widget_show (label1); in create_dialogConfirmation()
625 label1 = gtk_label_new (QT_TR_NOOP("label1")); in create_dialogOK()
626 gtk_widget_show (label1); in create_dialogOK()
674 label1 = gtk_label_new (QT_TR_NOOP("label1")); in create_dialogInfo()
678 gtk_widget_show (label1); in create_dialogInfo()
726 label1 = gtk_label_new (QT_TR_NOOP("label1")); in create_dialogWarning()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux/gtk/ADM_userInterfaces/ADM_dialog/
H A Dtoolkit_dialog.cpp36 static GtkWidget *label1; variable
506 label1 = gtk_label_new (QT_TR_NOOP("label1")); in create_dialogYN()
510 gtk_widget_show (label1); in create_dialogYN()
570 label1 = gtk_label_new (QT_TR_NOOP("label1")); in create_dialogConfirmation()
574 gtk_widget_show (label1); in create_dialogConfirmation()
625 label1 = gtk_label_new (QT_TR_NOOP("label1")); in create_dialogOK()
626 gtk_widget_show (label1); in create_dialogOK()
674 label1 = gtk_label_new (QT_TR_NOOP("label1")); in create_dialogInfo()
678 gtk_widget_show (label1); in create_dialogInfo()
726 label1 = gtk_label_new (QT_TR_NOOP("label1")); in create_dialogWarning()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/innodb/r/
H A Dredo_log_archive_02.result26 DO innodb_redo_log_archive_start('label1');
37 DO innodb_redo_log_archive_start('label1');
44 DO innodb_redo_log_archive_start('label1');
65 DO innodb_redo_log_archive_start('label1');
72 DO innodb_redo_log_archive_start('label1');
151 DO innodb_redo_log_archive_start('label1');
152 DO innodb_redo_log_archive_start('label1');
165 DO innodb_redo_log_archive_start('label1');
175 DO innodb_redo_log_archive_start('label1');
186 DO innodb_redo_log_archive_start('label1');
[all …]
/dports/textproc/kreport/kreport-3.2.0/autotests/format/
H A DFormatTest.cpp170 QCOMPARE(label1.text(), "Label"); in testLabelElement()
171 QCOMPARE(label1.z(), 2.5); in testLabelElement()
173 QCOMPARE(label1.rect(), rect); in testLabelElement()
176 QCOMPARE(label1.backgroundOpacity(), 0.9); in testLabelElement()
179 QCOMPARE(label1.font().bold(), true); in testLabelElement()
180 QCOMPARE(label1.font().weight(), 99); in testLabelElement()
181 QCOMPARE(label1.font().italic(), true); in testLabelElement()
184 QCOMPARE(label1.font().kerning(), true); in testLabelElement()
185 QCOMPARE(label1.font().underline(), true); in testLabelElement()
186 QCOMPARE(label1.font().strikeOut(), true); in testLabelElement()
[all …]
/dports/security/yapet/yapet-2.3/libyacurs/tests/ui-non-interactive/
H A Dpack3.cc15 YACURS::Label* label1; variable
26 label1->label("B ï g N € w L a b € l ¹"); in alrm()
28 label1->label("B i g N e w L a b e l 1"); in alrm()
35 label1->label("Small lab€l¹"); in alrm()
37 label1->label("Small label1"); in alrm()
98 label1 = new YACURS::Label("T€st lab€ļ"); in main()
100 label1 = new YACURS::Label("Test label"); in main()
103 vpack1->add_front(label1); in main()
123 label1->label("N€w T€st Lab€l"); in main()
128 label1->label("New Test Label"); in main()
[all …]
/dports/security/softhsm2/softhsm-2.6.1/src/lib/object_store/test/
H A DObjectStoreTests.cpp76 ByteString label1 = "DEADC0FFEE"; in testNewTokens() local
90 ObjectStoreToken* token1 = store.newToken(label1); in testNewTokens()
122 CPPUNIT_ASSERT((retrieveLabel1 == label1) || (retrieveLabel2 == label1)); in testNewTokens()
123 CPPUNIT_ASSERT((retrieveLabel2 == label1) || (retrieveLabel2 == label2)); in testNewTokens()
136 ByteString label1 = "DEADC0FFEE"; in testExistingTokens() local
177 CPPUNIT_ASSERT((retrieveLabel1 == label1) || (retrieveLabel1 == label2)); in testExistingTokens()
178 CPPUNIT_ASSERT((retrieveLabel2 == label1) || (retrieveLabel2 == label2)); in testExistingTokens()
188 ByteString label1 = "DEADC0FFEE"; in testDeleteToken() local
229 CPPUNIT_ASSERT((retrieveLabel1 == label1) || (retrieveLabel1 == label2)); in testDeleteToken()
230 CPPUNIT_ASSERT((retrieveLabel2 == label1) || (retrieveLabel2 == label2)); in testDeleteToken()
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/loki/components/
H A DLokiLabelBrowser.test.tsx82 case 'label1':
157 const label1 = await screen.findByRole('option', { name: /label1/, selected: false });
158 userEvent.click(label1);
191 const label1 = await screen.findByRole('option', { name: /label1/, selected: false });
192 userEvent.click(label1);
224 const label1 = await screen.findByRole('option', { name: /label1/, selected: false });
225 userEvent.click(label1);
246 const label1 = await screen.findByRole('option', { name: /label1/, selected: false });
247 userEvent.click(label1);
264 const label1 = await screen.findByRole('option', { name: /label1/, selected: false });
[all …]
/dports/misc/wmcalendar/wmcalendar-0.5.2/Src/
H A Dcalendar.c142 static GtkWidget *label1; in showDay() local
180 gtk_widget_show (label1); in showDay()
183 gtk_widget_show (label1); in showDay()
210 static GtkWidget *label1; in dayevents() local
241 label1 = gtk_label_new (NULL); in dayevents()
244 gtk_widget_show (label1); in dayevents()
250 gtk_widget_show (label1); in dayevents()
281 label1 = gtk_label_new (NULL); in dayevents()
285 gtk_widget_show (label1); in dayevents()
292 label1 = gtk_label_new (buf); in dayevents()
[all …]
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/examples/hello-csharp-forms/
H A Dhello.cs21 private Label label1; field in Hello.HelloWindow
28 label1 = new Label(); in HelloWindow()
29 label1.Text = catalog.GetString("Hello, world!"); in HelloWindow()
30 label1.ClientSize = new Size(label1.PreferredWidth, label1.PreferredHeight); in HelloWindow()
31 Controls.Add(label1); in HelloWindow()
60 int totalWidth = Math.Max(Math.Max(label1.PreferredWidth, label2.PreferredWidth), in ComputePreferredSizeWithoutBorder()
62 int totalHeight = label1.PreferredHeight + label2.PreferredHeight + 6 + ok.Height; in ComputePreferredSizeWithoutBorder()
68 label1.Location = new Point(border, border); in LayoutControls()
69 label2.Location = new Point(border, border + label1.PreferredHeight); in LayoutControls()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/examples/hello-csharp-forms/
H A Dhello.cs21 private Label label1; field in Hello.HelloWindow
28 label1 = new Label(); in HelloWindow()
29 label1.Text = catalog.GetString("Hello, world!"); in HelloWindow()
30 label1.ClientSize = new Size(label1.PreferredWidth, label1.PreferredHeight); in HelloWindow()
31 Controls.Add(label1); in HelloWindow()
60 int totalWidth = Math.Max(Math.Max(label1.PreferredWidth, label2.PreferredWidth), in ComputePreferredSizeWithoutBorder()
62 int totalHeight = label1.PreferredHeight + label2.PreferredHeight + 6 + ok.Height; in ComputePreferredSizeWithoutBorder()
68 label1.Location = new Point(border, border); in LayoutControls()
69 label2.Location = new Point(border, border + label1.PreferredHeight); in LayoutControls()
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/examples/hello-csharp-forms/
H A Dhello.cs21 private Label label1; field in Hello.HelloWindow
28 label1 = new Label(); in HelloWindow()
29 label1.Text = catalog.GetString("Hello, world!"); in HelloWindow()
30 label1.ClientSize = new Size(label1.PreferredWidth, label1.PreferredHeight); in HelloWindow()
31 Controls.Add(label1); in HelloWindow()
60 int totalWidth = Math.Max(Math.Max(label1.PreferredWidth, label2.PreferredWidth), in ComputePreferredSizeWithoutBorder()
62 int totalHeight = label1.PreferredHeight + label2.PreferredHeight + 6 + ok.Height; in ComputePreferredSizeWithoutBorder()
68 label1.Location = new Point(border, border); in LayoutControls()
69 label2.Location = new Point(border, border + label1.PreferredHeight); in LayoutControls()
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/examples/hello-csharp-forms/
H A Dhello.cs21 private Label label1; field in Hello.HelloWindow
28 label1 = new Label(); in HelloWindow()
29 label1.Text = catalog.GetString("Hello, world!"); in HelloWindow()
30 label1.ClientSize = new Size(label1.PreferredWidth, label1.PreferredHeight); in HelloWindow()
31 Controls.Add(label1); in HelloWindow()
60 int totalWidth = Math.Max(Math.Max(label1.PreferredWidth, label2.PreferredWidth), in ComputePreferredSizeWithoutBorder()
62 int totalHeight = label1.PreferredHeight + label2.PreferredHeight + 6 + ok.Height; in ComputePreferredSizeWithoutBorder()
68 label1.Location = new Point(border, border); in LayoutControls()
69 label2.Location = new Point(border, border + label1.PreferredHeight); in LayoutControls()
/dports/misc/xiphos/xiphos-4.2.1/src/gtk/
H A Dsearch_sidebar.c188 GtkWidget *label1; in gui_create_search_sidebar() local
270 label1 = gtk_label_new(NULL); in gui_create_search_sidebar()
278 gtk_widget_show(label1); in gui_create_search_sidebar()
307 label1 = gtk_label_new(NULL); in gui_create_search_sidebar()
315 gtk_widget_show(label1); in gui_create_search_sidebar()
352 label1 = gtk_label_new(NULL); in gui_create_search_sidebar()
360 gtk_widget_show(label1); in gui_create_search_sidebar()
389 gtk_widget_show(label1); in gui_create_search_sidebar()
436 gtk_widget_show(label1); in gui_create_search_sidebar()
448 gtk_widget_show(label1); in gui_create_search_sidebar()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/
H A DCLabelTab.java24 CLabel label1, label2, label3; field in CLabelTab
69 label1 = new CLabel (textLabelGroup, style); in createExampleWidgets()
70 label1.setText(ControlExample.getResourceString("One")); in createExampleWidgets()
71 label1.setImage (instance.images[ControlExample.ciClosedFolder]); in createExampleWidgets()
99 return new Widget [] {label1, label2, label3}; in getExampleWidgets()
128 label1.setAlignment (alignment); in setExampleWidgetAlignment()
139 leftButton.setSelection ((label1.getStyle () & SWT.LEFT) != 0); in setExampleWidgetState()
140 centerButton.setSelection ((label1.getStyle () & SWT.CENTER) != 0); in setExampleWidgetState()
141 rightButton.setSelection ((label1.getStyle () & SWT.RIGHT) != 0); in setExampleWidgetState()
142 shadowInButton.setSelection ((label1.getStyle () & SWT.SHADOW_IN) != 0); in setExampleWidgetState()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgwidgetnotebook/
H A Dosgwidgetnotebook.cpp56 label1->setFont("fonts/VeraMono.ttf"); in Notebook()
57 label1->setFontSize(20); in Notebook()
58 label1->setFontColor(1.0f, 1.0f, 1.0f, 1.0f); in Notebook()
59 label1->setColor(0.0f, i / 4.0f, 0.3f, 1.0f); in Notebook()
60 label1->setLabel(ss.str()); in Notebook()
61 label1->addSize(20.0f, 20.0f); in Notebook()
62 label1->setShadow(0.1f); in Notebook()
63 label1->setCanFill(true); in Notebook()
65 _tabs->addWidget(label1); in Notebook()
90 label1->setEventMask(osgWidget::EVENT_MOUSE_PUSH); in Notebook()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgwidgetnotebook/
H A Dosgwidgetnotebook.cpp56 label1->setFont("fonts/VeraMono.ttf"); in Notebook()
57 label1->setFontSize(20); in Notebook()
58 label1->setFontColor(1.0f, 1.0f, 1.0f, 1.0f); in Notebook()
59 label1->setColor(0.0f, i / 4.0f, 0.3f, 1.0f); in Notebook()
60 label1->setLabel(ss.str()); in Notebook()
61 label1->addSize(20.0f, 20.0f); in Notebook()
62 label1->setShadow(0.1f); in Notebook()
63 label1->setCanFill(true); in Notebook()
65 _tabs->addWidget(label1); in Notebook()
90 label1->setEventMask(osgWidget::EVENT_MOUSE_PUSH); in Notebook()
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/prometheus/components/
H A DPrometheusMetricsBrowser.test.tsx106 case 'label1':
181 const label1 = await screen.findByRole('option', { name: /label1/, selected: false });
182 userEvent.click(label1);
215 const label1 = await screen.findByRole('option', { name: /label1/, selected: false });
216 userEvent.click(label1);
248 const label1 = await screen.findByRole('option', { name: /label1/, selected: false });
249 userEvent.click(label1);
270 const label1 = await screen.findByRole('option', { name: /label1/, selected: false });
271 userEvent.click(label1);
288 const label1 = await screen.findByRole('option', { name: /label1/, selected: false });
[all …]
/dports/comms/openzwave/open-zwave-f339aa6/dotnet/examples/OZWForm/src/
H A DControllerCommandDlg.Designer.cs32 this.label1 = new System.Windows.Forms.Label(); in InitializeComponent()
47 this.label1.Location = new System.Drawing.Point(12, 9); in InitializeComponent()
48 this.label1.Name = "label1"; in InitializeComponent()
49 this.label1.Size = new System.Drawing.Size(217, 97); in InitializeComponent()
50 this.label1.TabIndex = 1; in InitializeComponent()
51 this.label1.Text = "Default Text"; in InitializeComponent()
52 this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; in InitializeComponent()
59 this.Controls.Add(this.label1); in InitializeComponent()
73 private System.Windows.Forms.Label label1; field in OZWForm.ControllerCommandDlg

12345678910>>...193