Home
last modified time | relevance | path

Searched refs:active_col (Results 1 – 25 of 40) sorted by relevance

12

/dports/www/p5-HTML-FormHandler/HTML-FormHandler-0.40068/lib/HTML/FormHandler/Model/
H A DCDBI.pm81 my $active_col =
84 $active_col = '' unless $f_class->find_column($active_col);
100 if ($active_col) {
101 my @or = ( $active_col => 1 );
113 $_->id, $active_col && !$_->$active_col ? "[ $label ]" : "$label"
/dports/databases/p5-HTML-FormHandler-Model-DBIC/HTML-FormHandler-Model-DBIC-0.29/lib/HTML/FormHandler/TraitFor/Model/
H A DDBIC.pm167 my $active_col = $self->active_column || $field->active_column;
168 $active_col = '' unless $source->has_column($active_col);
181 if ($active_col) {
182 my @or = ( $active_col => 1 );
198 push @options, $row->id, $active_col && !$row->$active_col ? "[ $label ]" : "$label";
/dports/graphics/gmt/gmt-6.3.0/src/x2sys/
H A Dx2sys_solve.c307 bool grow_list = false, normalize = false, first = true, active_col[N_COE_PARS]; in GMT_x2sys_solve() local
365 gmt_M_memset (active_col, N_COE_PARS, bool); /* Initialize array */ in GMT_x2sys_solve()
367 active_col[COL_COE] = true; /* Always used */ in GMT_x2sys_solve()
374 active_col[COL_T1] = active_col[COL_T2] = true; in GMT_x2sys_solve()
380 active_col[COL_D1] = active_col[COL_D2] = true; in GMT_x2sys_solve()
386 active_col[COL_YY] = true; in GMT_x2sys_solve()
392 active_col[COL_H1] = active_col[COL_H2] = true; in GMT_x2sys_solve()
401 active_col[COL_Z1] = active_col[COL_Z2] = true; in GMT_x2sys_solve()
406 active_col[COL_Z1] = active_col[COL_Z2] = true; in GMT_x2sys_solve()
418 if (active_col[i]) { in GMT_x2sys_solve()
[all …]
/dports/www/reportmagic/rmagic-2.21/wadg/rm/Report/
H A DTimeReport.pm148 my $active_col = substr($self->{_CONFIG}{reports}{Active_Column}, 0, 1);
161 if( substr($c, 0, 1) eq $active_col ) {
189 if( substr($c, 0, 1) eq $active_col ) {
/dports/sysutils/potnet/potnet-0.4.4/cargo-crates/pulldown-cmark-0.2.0/src/
H A Dscanners.rs302 let mut active_col = Alignment::None; in scan_table_head() localVariable
316 active_col = in scan_table_head()
317 match (start_col, active_col) { in scan_table_head()
321 _ => active_col, in scan_table_head()
330 cols.push(active_col); in scan_table_head()
331 active_col = Alignment::None; in scan_table_head()
343 cols.push(active_col); in scan_table_head()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/pulldown-cmark-0.2.0/src/
H A Dscanners.rs302 let mut active_col = Alignment::None; in scan_table_head() localVariable
316 active_col = in scan_table_head()
317 match (start_col, active_col) { in scan_table_head()
321 _ => active_col, in scan_table_head()
330 cols.push(active_col); in scan_table_head()
331 active_col = Alignment::None; in scan_table_head()
343 cols.push(active_col); in scan_table_head()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/push2/
H A Dmenu.h94 inline int active_col () const { return (_active / nrows); } in active_col() function
95 inline int active_top () const { return active_col() * nrows; } in active_top()
/dports/print/fontforge/fontforge-20201107/gdraw/
H A Dgmatrixedit.c886 int c = gme->active_col; in GME_SetValue()
995 GME_AdjustCol(gme,gme->active_col); in GME_FinishEdit()
1084 gme->active_col = -1; in GME_DeleteActive()
1164 GME_AdjustCol(gme,gme->active_col); in big_e_h()
1278 GME_AdjustCol(gme,gme->active_col); in GME_EnumDispatch()
1748 gme->active_col>0 ) { in matrixeditsub_e_h()
1761 gme->active_col<gme->cols-1 ) { in matrixeditsub_e_h()
2166 gme->active_row = gme->active_col = -1; in GMatrixEditSet()
2194 gme->active_col = col; in GMatrixEditStringDlg()
2238 return( gme->active_col ); in GMatrixEditGetActiveCol()
[all …]
/dports/science/py-dlib/dlib-19.22/dlib/gui_widgets/
H A Dwidgets.cpp4288 if (active_col+1 == grid.nc()) in on_keydown()
4317 move_cursor(active_row,active_col-1,0); in on_keydown()
4319 move_cursor(active_row,active_col+1,0); in on_keydown()
4321 move_cursor(active_row-1,active_col,0); in on_keydown()
4323 move_cursor(active_row+1,active_col,0); in on_keydown()
4325 move_cursor(active_row,active_col,grid[active_row][active_col].text.size()); in on_keydown()
4327 move_cursor(active_row,active_col,0); in on_keydown()
4336 move_cursor(active_row-1,active_col,0); in on_keydown()
4340 move_cursor(active_row,active_col,grid[active_row][active_col].text.size()); in on_keydown()
4342 move_cursor(active_row,active_col,0); in on_keydown()
[all …]
/dports/science/dlib-cpp/dlib-19.22/dlib/gui_widgets/
H A Dwidgets.cpp4288 if (active_col+1 == grid.nc()) in on_keydown()
4317 move_cursor(active_row,active_col-1,0); in on_keydown()
4319 move_cursor(active_row,active_col+1,0); in on_keydown()
4321 move_cursor(active_row-1,active_col,0); in on_keydown()
4323 move_cursor(active_row+1,active_col,0); in on_keydown()
4325 move_cursor(active_row,active_col,grid[active_row][active_col].text.size()); in on_keydown()
4327 move_cursor(active_row,active_col,0); in on_keydown()
4336 move_cursor(active_row-1,active_col,0); in on_keydown()
4340 move_cursor(active_row,active_col,grid[active_row][active_col].text.size()); in on_keydown()
4342 move_cursor(active_row,active_col,0); in on_keydown()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dscanners.rs539 let mut active_col = Alignment::None; in scan_table_head() localVariable
552 active_col = match (start_col, active_col) { in scan_table_head()
556 _ => active_col, in scan_table_head()
565 cols.push(active_col); in scan_table_head()
566 active_col = Alignment::None; in scan_table_head()
578 cols.push(active_col); in scan_table_head()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dscanners.rs539 let mut active_col = Alignment::None; in scan_table_head() localVariable
552 active_col = match (start_col, active_col) { in scan_table_head()
556 _ => active_col, in scan_table_head()
565 cols.push(active_col); in scan_table_head()
566 active_col = Alignment::None; in scan_table_head()
578 cols.push(active_col); in scan_table_head()
/dports/editors/helix/helix-0.5.0/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dscanners.rs539 let mut active_col = Alignment::None; in scan_table_head() localVariable
552 active_col = match (start_col, active_col) { in scan_table_head()
556 _ => active_col, in scan_table_head()
565 cols.push(active_col); in scan_table_head()
566 active_col = Alignment::None; in scan_table_head()
578 cols.push(active_col); in scan_table_head()
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dscanners.rs539 let mut active_col = Alignment::None; in scan_table_head() localVariable
552 active_col = match (start_col, active_col) { in scan_table_head()
556 _ => active_col, in scan_table_head()
565 cols.push(active_col); in scan_table_head()
566 active_col = Alignment::None; in scan_table_head()
578 cols.push(active_col); in scan_table_head()
/dports/www/zola/zola-0.15.2/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dscanners.rs539 let mut active_col = Alignment::None; in scan_table_head() localVariable
552 active_col = match (start_col, active_col) { in scan_table_head()
556 _ => active_col, in scan_table_head()
565 cols.push(active_col); in scan_table_head()
566 active_col = Alignment::None; in scan_table_head()
578 cols.push(active_col); in scan_table_head()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/pulldown-cmark-0.7.2/src/
H A Dscanners.rs539 let mut active_col = Alignment::None; in scan_table_head() localVariable
552 active_col = match (start_col, active_col) { in scan_table_head()
556 _ => active_col, in scan_table_head()
565 cols.push(active_col); in scan_table_head()
566 active_col = Alignment::None; in scan_table_head()
578 cols.push(active_col); in scan_table_head()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/pulldown-cmark-0.7.2/src/
H A Dscanners.rs539 let mut active_col = Alignment::None; in scan_table_head() localVariable
552 active_col = match (start_col, active_col) { in scan_table_head()
556 _ => active_col, in scan_table_head()
565 cols.push(active_col); in scan_table_head()
566 active_col = Alignment::None; in scan_table_head()
578 cols.push(active_col); in scan_table_head()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dscanners.rs539 let mut active_col = Alignment::None; in scan_table_head() localVariable
552 active_col = match (start_col, active_col) { in scan_table_head()
556 _ => active_col, in scan_table_head()
565 cols.push(active_col); in scan_table_head()
566 active_col = Alignment::None; in scan_table_head()
578 cols.push(active_col); in scan_table_head()
/dports/lang/rust/rustc-1.58.1-src/vendor/pulldown-cmark/src/
H A Dscanners.rs539 let mut active_col = Alignment::None; in scan_table_head() localVariable
552 active_col = match (start_col, active_col) { in scan_table_head()
556 _ => active_col, in scan_table_head()
565 cols.push(active_col); in scan_table_head()
566 active_col = Alignment::None; in scan_table_head()
578 cols.push(active_col); in scan_table_head()
/dports/lang/rust/rustc-1.58.1-src/vendor/pulldown-cmark-0.7.2/src/
H A Dscanners.rs539 let mut active_col = Alignment::None; in scan_table_head() localVariable
552 active_col = match (start_col, active_col) { in scan_table_head()
556 _ => active_col, in scan_table_head()
565 cols.push(active_col); in scan_table_head()
566 active_col = Alignment::None; in scan_table_head()
578 cols.push(active_col); in scan_table_head()
/dports/audio/synthpod-lv2/synthpod-01aad91/plugins/
H A Dsynthpod_keyboard_nk.c75 static const struct nk_color active_col = { variable
186 const struct nk_color col = hovering ? (down ? active_col : hover_col) : white_col; in _expose()
225 const struct nk_color col = hovering ? (down ? active_col : hover_col) : black_col; in _expose()
/dports/misc/mc-nox11/mc-4.8.27/src/
H A Dhelp.c454 int active_col, active_line; /* Active link position */ in help_show() local
463 line = col = active_col = active_line = 0; in help_show()
493 active_col = col + 2; in help_show()
599 if (active_col) in help_show()
600 widget_gotoyx (h, active_line, active_col); in help_show()
/dports/misc/mc/mc-4.8.27/src/
H A Dhelp.c454 int active_col, active_line; /* Active link position */ in help_show() local
463 line = col = active_col = active_line = 0; in help_show()
493 active_col = col + 2; in help_show()
599 if (active_col) in help_show()
600 widget_gotoyx (h, active_line, active_col); in help_show()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/util/src/
H A Dorthogonal_matching_pursuit.hpp210 VectorType active_col = in orthogonal_matching_pursuit() local
213 max_abs_correlation = std::abs( active_col.dot( residual ) ); in orthogonal_matching_pursuit()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_graph/
H A Dgraph_draw.c318 float active_col[4]; in draw_fcurve_active_handle_vertices() local
319 UI_GetThemeColor4fv(TH_VERTEX_ACTIVE, active_col); in draw_fcurve_active_handle_vertices()
320 immUniform4fv("outlineColor", active_col); in draw_fcurve_active_handle_vertices()
321 immUniformColor3fvAlpha(active_col, 0.01f); /* Almost invisible - only keep for smoothness. */ in draw_fcurve_active_handle_vertices()

12