Home
last modified time | relevance | path

Searched refs:vars_to_keep (Results 1 – 8 of 8) sorted by relevance

/dports/finance/moneymanagerex/bakefile-0.2.9/src/
H A Dfinalize.py151 vars_to_keep = _getUneliminatableVars()
163 and (o not in vars_to_keep)):
167 if o not in mk.__usageTracker.map and o not in vars_to_keep:
171 if v not in mk.__usageTracker.map and v not in vars_to_keep:
174 if v not in mk.__usageTracker.map and v not in vars_to_keep:
235 vars_to_keep = _getUneliminatableVars()
238 for v in [x for x in mk.make_vars if x not in vars_to_keep]:
/dports/math/polylib/polylib-5.22.5/include/polylib/
H A Dmatrix_permutations.h88 unsigned int * permutation_for_full_dim2(unsigned int * vars_to_keep,
/dports/math/barvinok/barvinok-0.41.5/polylib/include/polylib/
H A Dmatrix_permutations.h88 unsigned int * permutation_for_full_dim2(unsigned int * vars_to_keep,
/dports/databases/arrow/apache-arrow-6.0.1/r/R/
H A Ddplyr-summarize.R26 vars_to_keep <- unique(c( functionVar
37 .data <- dplyr::select(.data, intersect(vars_to_keep, names(.data)))
/dports/math/polylib/polylib-5.22.5/source/kernel/
H A Dmatrix_permutations.c256 unsigned int * permutation_for_full_dim2(unsigned int * vars_to_keep, in permutation_for_full_dim2() argument
265 if (i==vars_to_keep[cur_keep]) { in permutation_for_full_dim2()
/dports/math/barvinok/barvinok-0.41.5/polylib/source/kernel/
H A Dmatrix_permutations.c256 unsigned int * permutation_for_full_dim2(unsigned int * vars_to_keep, in permutation_for_full_dim2() argument
265 if (i==vars_to_keep[cur_keep]) { in permutation_for_full_dim2()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/r/R/
H A Ddplyr.R287 vars_to_keep <- unique(c( functionVar
291 .data <- dplyr::select(.data, vars_to_keep)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/r/R/
H A Ddplyr.R374 vars_to_keep <- unique(c( functionVar
378 .data <- dplyr::select(.data, vars_to_keep)