Home
last modified time | relevance | path

Searched defs:LsOptions (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/restic/restic-0.12.1/cmd/restic/
H A Dcmd_ls.go49 type LsOptions struct { struct
50 ListLong bool
51 Hosts []string
52 Tags restic.TagLists
53 Paths []string
54 Recursive bool
115 func runLs(opts LsOptions, gopts GlobalOptions, args []string) error {
/dports/math/stan/stan-2.28.2/src/test/unit/optimization/
H A Dbfgs_test.cpp227 TEST(OptimizationBfgs, LsOptions) { in TEST() argument
/dports/ftp/lftp/lftp-4.9.2/src/
H A DFileAccess.h521 LsOptions() in LsOptions() function