Home
last modified time | relevance | path

Searched refs:tabs_info (Results 1 – 9 of 9) sorted by relevance

/dports/devel/p5-Term-Choose/Term-Choose-1.745/t/01_arguments/
H A DData_Test_Arguments.pm37 tabs_info => [ [ 2, 4 ], [ 8 ], [], undef ],
50 … empty => '', prompt => '', undef => '', tabs_info => [ 1 ], no_spacebar => [ 0 ], mark => [ 3, 4 ]
91tabs_info => [ -2, -1, 0, 1, '', 'a', { 1, 1 }, {}, [ 1, 2, 's', ], [ 'a', 'b' ], [ -3, -4 ] ],
/dports/www/epiphany/epiphany-41.0/lib/sync/
H A Dephy-open-tabs-manager.c146 GList *tabs_info; in ephy_open_tabs_manager_get_local_tabs() local
156 tabs_info = ephy_tabs_catalog_get_tabs_info (self->catalog); in ephy_open_tabs_manager_get_local_tabs()
158 for (GList *l = tabs_info; l && l->data; l = l->next) { in ephy_open_tabs_manager_get_local_tabs()
165 g_list_free_full (tabs_info, (GDestroyNotify)ephy_tab_info_free); in ephy_open_tabs_manager_get_local_tabs()
/dports/devel/p5-Term-Choose-Util/Term-Choose-Util-0.133/lib/Term/Choose/
H A DUtil.pm119 tabs_info => 'Array_Int',
452 … color => $self->{color}, tabs_info => $self->{tabs_info}, tabs_prompt => $self->{tabs_prompt},
538 … hide_cursor => $self->{hide_cursor}, color => $self->{color}, tabs_info => $self->{tabs_info},
639tabs_info => $self->{tabs_info}, tabs_prompt => $self->{tabs_prompt}, page => $self->{page},
668 … color => $self->{color}, tabs_info => $self->{tabs_info}, tabs_prompt => $self->{tabs_prompt},
750 … color => $self->{color}, tabs_info => $self->{tabs_info}, tabs_prompt => $self->{tabs_prompt},
861 … color => $self->{color}, tabs_info => $self->{tabs_info}, tabs_prompt => $self->{tabs_prompt},
/dports/devel/p5-Term-Choose/Term-Choose-1.745/lib/Term/
H A DChoose.pm77 tabs_info => 'Array_Int',
721 my $init = $self->{tabs_info}[0] ? $self->{tabs_info}[0] : 0;
722 my $subseq = $self->{tabs_info}[1] ? $self->{tabs_info}[1] : 0;
/dports/devel/p5-Term-Choose/Term-Choose-1.745/xt/
H A Dpod_defaults.t8 …ty undef ll default max_cols max_height max_width keep no_spacebar mark tabs_info tabs_prompt foot…
H A D01_option.t101 tabs_info => 'Array_Int',
/dports/www/epiphany/epiphany-41.0/embed/
H A Dephy-embed-shell.c143 GList *tabs_info = NULL; in tabs_catalog_get_tabs_info() local
165 tabs_info = g_list_prepend (tabs_info, in tabs_catalog_get_tabs_info()
170 return tabs_info; in tabs_catalog_get_tabs_info()
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/qt/
H A Dsettings_dialog.py480 tabs_info = [
487 for widgets, name in tabs_info:
/dports/devel/p5-Term-Choose/Term-Choose-1.745/
H A DChanges109 - New options 'tabs_info' and 'tabs_prompt'.