Home
last modified time | relevance | path

Searched refs:select_label (Results 1 – 25 of 45) sorted by relevance

12

/dports/www/fusionpbx/fusionpbx-4.4.1/resources/classes/
H A Ddestinations.php215 $select_label = $row['select_label'];
221 $select_label = str_replace("\${destination}", $array[0], $select_label);
231 $select_label = str_replace("\${".$key."}", $data[$k], $select_label);
235 $select_label = str_replace("\${".$key."}", $text2['option-'.$label], $select_label);
244 $select_label = str_replace("\${".$key."}", $data[$key], $select_label);
248 $select_label = str_replace("\${".$key."}", $text2['option-'.$label], $select_label);
260 $select_label = str_replace("\${domain_name}", $_SESSION['domain_name'], $select_label);
261 $select_label = str_replace("\${context}", $_SESSION['domain_name'], $select_label);
262 $select_label = trim($select_label);
264 if ($label2 == 'destinations') { $select_label = format_phone($select_label); }
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/features/boards/
H A Duser_adds_lists_to_board_spec.rb51 select_label(group_label)
61 select_label(backlog)
66 select_label(closed)
77 def select_label(label) method
/dports/mail/p5-Mail-Folder/MailFolder-0.07/t/emaul/
H A D06_label.t31 @msgs = $folder->select_label('arf');
33 okay_if(21, scalar $folder->select_label('arf') == 0);
34 @msgs = $folder->select_label('zort');
36 okay_if(23, scalar $folder->select_label('zort') == 1);
/dports/editors/pluma/pluma-1.26.0/pluma/dialogs/
H A Dpluma-close-confirmation-dialog.c677 GtkWidget *select_label; in build_multiple_docs_dialog() local
741 select_label = gtk_label_new_with_mnemonic (_("Docum_ents with unsaved changes:")); in build_multiple_docs_dialog()
743 select_label = gtk_label_new_with_mnemonic (_("S_elect the documents you want to save:")); in build_multiple_docs_dialog()
745 gtk_box_pack_start (GTK_BOX (vbox2), select_label, FALSE, FALSE, 0); in build_multiple_docs_dialog()
746 gtk_label_set_line_wrap (GTK_LABEL (select_label), TRUE); in build_multiple_docs_dialog()
747 gtk_label_set_max_width_chars (GTK_LABEL (select_label), 72); in build_multiple_docs_dialog()
748 gtk_label_set_xalign (GTK_LABEL (select_label), 0.0); in build_multiple_docs_dialog()
749 gtk_label_set_selectable (GTK_LABEL (select_label), TRUE); in build_multiple_docs_dialog()
750 gtk_widget_set_can_focus (GTK_WIDGET (select_label), FALSE); in build_multiple_docs_dialog()
778 gtk_label_set_mnemonic_widget (GTK_LABEL (select_label), treeview); in build_multiple_docs_dialog()
/dports/editors/gedit/gedit-40.1/gedit/
H A Dgedit-close-confirmation-dialog.c458 GtkWidget *select_label; in build_multiple_docs_dialog() local
493 select_label = gtk_label_new_with_mnemonic (_("S_elect the documents you want to save:")); in build_multiple_docs_dialog()
494 gtk_box_pack_start (GTK_BOX (vbox), select_label, FALSE, FALSE, 0); in build_multiple_docs_dialog()
495 gtk_label_set_line_wrap (GTK_LABEL (select_label), TRUE); in build_multiple_docs_dialog()
496 gtk_label_set_max_width_chars (GTK_LABEL (select_label), 72); in build_multiple_docs_dialog()
497 gtk_widget_set_halign (select_label, GTK_ALIGN_START); in build_multiple_docs_dialog()
518 gtk_label_set_mnemonic_widget (GTK_LABEL (select_label), dlg->list_box); in build_multiple_docs_dialog()
/dports/devel/gtranslator/gtranslator-40.0/src/
H A Dgtr-close-confirmation-dialog.c497 GtkWidget *select_label; in build_multiple_docs_dialog() local
557 select_label = in build_multiple_docs_dialog()
560 select_label = in build_multiple_docs_dialog()
564 gtk_box_pack_start (GTK_BOX (vbox2), select_label, FALSE, FALSE, 0); in build_multiple_docs_dialog()
565 gtk_label_set_line_wrap (GTK_LABEL (select_label), TRUE); in build_multiple_docs_dialog()
566 gtk_label_set_xalign (GTK_LABEL (select_label), 0.0); in build_multiple_docs_dialog()
567 gtk_label_set_yalign (GTK_LABEL (select_label), 0.5); in build_multiple_docs_dialog()
592 gtk_label_set_mnemonic_widget (GTK_LABEL (select_label), treeview); in build_multiple_docs_dialog()
/dports/graphics/eog/eog-41.1/src/
H A Deog-close-confirmation-dialog.c551 GtkWidget *select_label; in build_multiple_imgs_dialog() local
584 select_label = gtk_label_new_with_mnemonic (_("S_elect the images you want to save:")); in build_multiple_imgs_dialog()
586 gtk_box_pack_start (GTK_BOX (vbox), select_label, FALSE, FALSE, 0); in build_multiple_imgs_dialog()
587 gtk_label_set_line_wrap (GTK_LABEL (select_label), TRUE); in build_multiple_imgs_dialog()
588 gtk_widget_set_halign (select_label, GTK_ALIGN_START); in build_multiple_imgs_dialog()
610 gtk_label_set_xalign (GTK_LABEL (select_label), 0.0); in build_multiple_imgs_dialog()
613 gtk_label_set_mnemonic_widget (GTK_LABEL (select_label), treeview); in build_multiple_imgs_dialog()
/dports/www/moodle311/moodle/grade/report/singleview/classes/local/screen/
H A Dselect.php107 … $select = new \single_select($url, 'itemid', $options, '', array('' => $screen->select_label()));
108 $select->set_label($screen->select_label(), array('class'=>'accesshide'));
H A Dselectable_items.php47 public function select_label(); function
/dports/www/moodle310/moodle/grade/report/singleview/classes/local/screen/
H A Dselect.php107 … $select = new \single_select($url, 'itemid', $options, '', array('' => $screen->select_label()));
108 $select->set_label($screen->select_label(), array('class'=>'accesshide'));
H A Dselectable_items.php47 public function select_label(); function
/dports/www/moodle39/moodle/grade/report/singleview/classes/local/screen/
H A Dselect.php107 … $select = new \single_select($url, 'itemid', $options, '', array('' => $screen->select_label()));
108 $select->set_label($screen->select_label(), array('class'=>'accesshide'));
H A Dselectable_items.php47 public function select_label(); function
/dports/graphics/xviewer/xviewer-3.2.2/src/
H A Dxviewer-close-confirmation-dialog.c615 GtkWidget *select_label; in build_multiple_imgs_dialog() local
669 select_label = gtk_label_new_with_mnemonic (_("S_elect the images you want to save:")); in build_multiple_imgs_dialog()
671 gtk_box_pack_start (GTK_BOX (vbox2), select_label, FALSE, FALSE, 0); in build_multiple_imgs_dialog()
672 gtk_label_set_line_wrap (GTK_LABEL (select_label), TRUE); in build_multiple_imgs_dialog()
673 gtk_widget_set_halign (select_label, GTK_ALIGN_START); in build_multiple_imgs_dialog()
696 gtk_misc_set_alignment(GTK_MISC (select_label), 0.0, 0.5); in build_multiple_imgs_dialog()
700 gtk_label_set_mnemonic_widget (GTK_LABEL (select_label), treeview); in build_multiple_imgs_dialog()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/Settings/
H A DUSBDeviceAddToWhitelistDialog.cpp82 select_label = new QLabel(tr("or select a device")); in InitControls()
83 select_label->setAlignment(Qt::AlignCenter); in InitControls()
85 main_layout->addWidget(select_label); in InitControls()
H A DUSBDeviceAddToWhitelistDialog.h40 QLabel* select_label; variable
/dports/editors/gnome-latex/gnome-latex-3.38.0/src/
H A Ddialogs.vala72 Label select_label = new Label (_("Select the documents you want to save:"));
73 select_label.set_line_wrap (true);
74 select_label.set_halign (Align.START);
75 grid.attach (select_label, 1, 1, 1, 1);
H A Dclean_build_files.vala272 Label select_label = new Label (_("Select the files you want to delete:"));
273 select_label.set_line_wrap (true);
274 select_label.set_halign (Align.START);
275 grid.attach (select_label, 1, 1, 1, 1);
H A Ddialogs.c297 GtkLabel* select_label = NULL; in dialogs_close_several_unsaved_documents() local
475 select_label = _tmp33_; in dialogs_close_several_unsaved_documents()
477 _tmp34_ = select_label; in dialogs_close_several_unsaved_documents()
481 _tmp35_ = select_label; in dialogs_close_several_unsaved_documents()
487 _tmp37_ = select_label; in dialogs_close_several_unsaved_documents()
920 _g_object_unref0 (select_label); in dialogs_close_several_unsaved_documents()
/dports/graphics/eom/eom-1.26.0/src/
H A Deom-close-confirmation-dialog.c565 GtkWidget *select_label; in build_multiple_imgs_dialog() local
614 select_label = gtk_label_new_with_mnemonic (_("S_elect the images you want to save:")); in build_multiple_imgs_dialog()
616 gtk_box_pack_start (GTK_BOX (vbox2), select_label, FALSE, FALSE, 0); in build_multiple_imgs_dialog()
617 gtk_label_set_line_wrap (GTK_LABEL (select_label), TRUE); in build_multiple_imgs_dialog()
618 gtk_label_set_xalign (GTK_LABEL (select_label), 0.0); in build_multiple_imgs_dialog()
641 gtk_label_set_mnemonic_widget (GTK_LABEL (select_label), treeview); in build_multiple_imgs_dialog()
/dports/editors/xed/xed-3.2.0/xed/
H A Dxed-close-confirmation-dialog.c612 GtkWidget *select_label; in build_multiple_docs_dialog() local
659 select_label = gtk_label_new_with_mnemonic (_("S_elect the documents you want to save:")); in build_multiple_docs_dialog()
661 gtk_box_pack_start (GTK_BOX (vbox2), select_label, FALSE, FALSE, 0); in build_multiple_docs_dialog()
662 gtk_label_set_line_wrap (GTK_LABEL (select_label), TRUE); in build_multiple_docs_dialog()
663 gtk_widget_set_halign (select_label, GTK_ALIGN_START); in build_multiple_docs_dialog()
682 gtk_label_set_mnemonic_widget (GTK_LABEL (select_label), treeview); in build_multiple_docs_dialog()
/dports/www/p5-HTML-Seamstress/HTML-Seamstress-6.112830/samples/
H A Dunroll_select.pl17 select_label => 'player_select',
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/qa/page/issuable/
H A Dnew.rb57 def select_label(label) method in QA.Page.Issuable.New
/dports/mail/p5-Mail-Folder/MailFolder-0.07/Mail/Folder/
H A DEmaul.pm178 for my $msg ($self->select_label('deleted')) {
573 @labels = $self->select_label($label);
/dports/www/fusionpbx/fusionpbx-4.4.1/app/bridges/
H A Dapp_config.php48 $apps[$x]['destinations'][$y]['select_label'] = "\${name} \${description} ";

12