Home
last modified time | relevance | path

Searched refs:byselection (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/R-cran-visNetwork/visNetwork/R/
H A DvisOptions.R566 byselection$style <- NULL
601 byselection$selected <- byselection$selected
608 byselection$values <- unique(graph$x$nodes[, byselection$variable])
614 byselection$values <- byselection$values
616 byselection$values <- as.character(byselection$values)
621 byselection$values <- sort(byselection$values)
624 byselection$values <- sort(byselection$values)
634 byselection$values <- list(byselection$values)
639 if(!byselection$selected%in%byselection$values){
642 byselection$selected <- byselection$selected
[all …]
H A DvisNetwork.R322 byselection = list(enabled = FALSE), main = main, nameattr in list
331 byselection = list(enabled = FALSE), main = main, list
348 byselection = list(enabled = FALSE), main = main, list
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dpython.c11321 int byselection; member
11339 di->byselection = bysel; in fontiter_New()
11379 } else switch ( di->byselection ) { in fontiter_iternextkey()