Home
last modified time | relevance | path

Searched refs:item_active (Results 1 – 25 of 38) sorted by relevance

12

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/admin/users/
H A D_users.html.haml7 …= gl_tab_link_to admin_users_path, { item_active: active_when(params[:filter].nil?), class: 'gl-bo…
10 …= gl_tab_link_to admin_users_path(filter: "admins"), { item_active: active_when(params[:filter] ==…
13 …= gl_tab_link_to admin_users_path(filter: 'two_factor_enabled'), { item_active: active_when(params…
16 …= gl_tab_link_to admin_users_path(filter: 'two_factor_disabled'), { item_active: active_when(param…
19 …= gl_tab_link_to admin_users_path(filter: 'external'), { item_active: active_when(params[:filter] …
22 …= gl_tab_link_to admin_users_path(filter: "blocked"), { item_active: active_when(params[:filter] =…
26 …= gl_tab_link_to admin_users_path(filter: "banned"), { item_active: active_when(params[:filter] ==…
29 …= gl_tab_link_to admin_users_path(filter: "blocked_pending_approval"), { item_active: active_when(…
32 …= gl_tab_link_to admin_users_path(filter: "deactivated"), { item_active: active_when(params[:filte…
35 …= gl_tab_link_to admin_users_path(filter: "wop"), { item_active: active_when(params[:filter] == 'w…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/shared/builds/
H A D_tabs.html.haml4 = gl_tab_link_to build_path_proc.call(nil), { item_active: scope.nil? } do
7 = gl_tab_link_to build_path_proc.call('pending'), { item_active: scope == 'pending' } do
10 = gl_tab_link_to build_path_proc.call('running'), { item_active: scope == 'running' } do
13 = gl_tab_link_to build_path_proc.call('finished'), { item_active: scope == 'finished' } do
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/frontend/fixtures/
H A Dtabs.rb13 gl_tab_link_to('Foo', '#foo', item_active: true, data: { testid: 'foo-tab' }) +
14 gl_tab_link_to('Bar', '#bar', item_active: false, data: { testid: 'bar-tab' }) +
15 gl_tab_link_to('Qux', '#qux', item_active: false, data: { testid: 'qux-tab' })
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/shared/issuable/
H A D_nav.html.haml6 …= gl_tab_link_to page_filter_path(state: 'opened'), { item_active: params[:state] == 'opened', id:…
9 …= gl_tab_link_to page_filter_path(state: 'merged'), item_active: params[:state] == 'merged', id: '…
11 …= gl_tab_link_to page_filter_path(state: 'closed'), item_active: params[:state] == 'closed', id: '…
14 …= gl_tab_link_to page_filter_path(state: 'closed'), item_active: params[:state] == 'closed', id: '…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/projects/pipeline_schedules/
H A D_tabs.html.haml2 = gl_tab_link_to schedule_path_proc.call(nil), { item_active: active_when(scope.nil?) } do
6 …= gl_tab_link_to schedule_path_proc.call('active'), { item_active: active_when(scope == 'active') …
10 …= gl_tab_link_to schedule_path_proc.call('inactive'), { item_active: active_when(scope == 'inactiv…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/shared/
H A D_milestones_filter.html.haml4 …= gl_tab_link_to milestones_filter_path(state: 'opened'), { item_active: params[:state].blank? || …
7 …= gl_tab_link_to milestones_filter_path(state: 'closed', sort: 'due_date_desc'), { item_active: pa…
10 …= gl_tab_link_to milestones_filter_path(state: 'all', sort: 'due_date_desc'), { item_active: param…
/dports/biology/iqtree/IQ-TREE-2.0.6/pll/
H A Dnewick.c56 int item_active = 0; in parse_newick() local
113 item_active = 1; /* active = 1 */ in parse_newick()
129 item_active = 1; in parse_newick()
160 item_active = 1; in parse_newick()
202 item_active = 0; in parse_newick()
225 item_active = 0; in parse_newick()
238 if (item_active) in parse_newick()
254 item_active = 0; in parse_newick()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/dashboard/
H A D_projects_nav.html.haml5 …= gl_tab_link_to dashboard_projects_path, { item_active: is_your_projects_path, class: 'shortcuts-…
11 …= gl_tab_link_to _("Explore projects"), explore_root_path, { item_active: is_explore_projects_path…
H A D_activity_head.html.haml6 …= gl_tab_link_to _("Your projects"), activity_dashboard_path, { item_active: params[:filter].nil? }
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/dashboard/projects/
H A D_nav.html.haml18 …= gl_tab_link_to s_('DashboardProjects|All'), dashboard_projects_path, { item_active: params[:pers…
19 …'DashboardProjects|Personal'), filter_projects_path(personal: true), { item_active: params[:person…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/clusters/clusters/
H A Dnew.html.haml15 = gl_tab_link_to clusterable.new_path(tab: 'create'), { item_active: is_active_tab_create } do
17 …ration|Connect existing cluster'), clusterable.new_path(tab: 'add'), { item_active: is_active_tab_…
H A D_integrations_tab.html.haml3 … clusterable.cluster_path(@cluster.id, params: { tab: 'integrations' }), { item_active: active } do
H A D_details_tab.html.haml3 = gl_tab_link_to clusterable.cluster_path(@cluster.id, params: { tab: 'details' }), { item_active: …
H A D_advanced_settings_tab.html.haml4 …k_to clusterable.cluster_path(@cluster.id, params: { tab: 'settings' }), { item_active: active } do
H A D_health_tab.html.haml3 = gl_tab_link_to clusterable.cluster_path(@cluster.id, params: { tab: 'health' }), { item_active: a…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/shared/labels/
H A D_nav.html.haml5 = gl_tab_link_to _('All'), labels_filter_path, { item_active: subscribed != 'true' }
7 …= gl_tab_link_to _('Subscribed'), labels_filter_path(subscribed: 'true'), { item_active: subscribe…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/helpers/
H A Dtab_helper_spec.rb48 …expect(helper.gl_tab_link_to('Link', '/url', { item_active: true })).to match(/<a class=".*active …
61 …expect(helper.gl_tab_link_to('Link', '/url', { item_active: false })).not_to match(/<a class=".*ac…
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdeui/
H A Dkmenubar.cpp540 bool item_active = (activeAction() == mi); in paintEvent()
544 if (item_active) { in paintEvent()
556 if (item_active) { in paintEvent()
559 if (item_active && actItemDown) { in paintEvent()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/devise/shared/
H A D_tab_single.html.haml2 …= gl_tab_link_to tab_title, '#', { item_active: true, class: 'gl-cursor-default!', tab_class: 'gl-…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/shared/issuable/nav_links/
H A D_all.html.haml4 = gl_tab_link_to page_filter_path(state: 'all'), item_active: params[:state] == 'all', id: 'state-a…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/explore/projects/
H A D_nav.html.haml3 …= gl_tab_link_to _('All'), explore_projects_path, { item_active: current_page?(explore_projects_pa…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/projects/branches/
H A Dindex.html.haml6 …= gl_tab_link_to s_('Branches|Overview'), project_branches_path(@project), { item_active: @mode ==…
9 …nches|All'), project_branches_filtered_path(@project, state: 'all'), { item_active: !%w[overview a…
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_view3d/
H A Dview3d_gizmo_ruler.c104 struct RulerItem *item_active; member
165 if (ruler_info->item_active == ruler_item) { in ruler_item_remove()
166 ruler_info->item_active = NULL; in ruler_item_remove()
590 const bool is_act = (ruler_info->item_active == ruler_item); in gizmo_ruler_draw()
1065 ruler_info->item_active = ruler_item_pick; in gizmo_ruler_invoke()
1283 if (ruler_info->item_active) { in view3d_ruler_remove_invoke()
1284 RulerItem *ruler_item = ruler_info->item_active; in view3d_ruler_remove_invoke()
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/src/
H A Dbillsdepositspanel.cpp411 bool item_active = (m_selected_row >= 0); in OnItemRightClick() local
423 menu.Enable(MENU_POPUP_BD_ENTER_OCCUR, item_active); in OnItemRightClick()
424 menu.Enable(MENU_POPUP_BD_SKIP_OCCUR, item_active); in OnItemRightClick()
425 menu.Enable(MENU_TREEPOPUP_EDIT, item_active); in OnItemRightClick()
426 menu.Enable(MENU_TREEPOPUP_DELETE, item_active); in OnItemRightClick()
427 menu.Enable(MENU_TREEPOPUP_ORGANIZE_ATTACHMENTS, item_active); in OnItemRightClick()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DConfigWizard_private.hpp483 size_t active_item() const { return item_active; } in active_item()
485 bool active_is_last() const { return item_active < items.size() && item_active == last_page; } in active_is_last()
517 size_t item_active; member in Slic3r::GUI::ConfigWizardIndex

12