Home
last modified time | relevance | path

Searched defs:Uniq (Results 1 – 25 of 97) sorted by relevance

1234

/dports/net/ipinfo-cli/cli-ipinfo-2.7.0/vendor/github.com/posener/script/
H A Duniq.go11 func (s Stream) Uniq() Stream { func
22 type Uniq struct { struct
23 WriteCount bool
25 last []byte
27 count int
30 func (u *Uniq) Modify(line []byte) ([]byte, error) {
53 func (u *Uniq) Name() string {
/dports/net/ipinfo-cli/cli-ipinfo-2.7.0/vendor/github.com/posener/script/script-1.1.5/
H A Duniq.go11 func (s Stream) Uniq() Stream { func
22 type Uniq struct { struct
23 WriteCount bool
25 last []byte
27 count int
30 func (u *Uniq) Modify(line []byte) ([]byte, error) {
53 func (u *Uniq) Name() string {
/dports/devel/bit/bit-1.1.2/vendor/github.com/posener/script/
H A Duniq.go11 func (s Stream) Uniq() Stream { func
22 type Uniq struct { struct
23 WriteCount bool
25 last []byte
27 count int
30 func (u *Uniq) Modify(line []byte) ([]byte, error) {
53 func (u *Uniq) Name() string {
/dports/devel/p5-Uniq/Uniq/
H A DUniq.pm1 package Uniq; package
/dports/net/nsq/nsq-1.2.1/internal/stringy/
H A Dslice.go29 func Uniq(s []string) (r []string) { func
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/go/internal/str/
H A Dstr.go100 func Uniq(ss *[]string) { func
/dports/textproc/mifluz/mifluz-0.26.0/search/
H A DWordKeySemantic.h115 inline int Uniq() { return uniq; } in Uniq() function
/dports/devel/bit/bit-1.1.2/vendor/github.com/thoas/go-funk/
H A DREADME.rst482 .. _UniqFloat32: https://godoc.org/github.com/thoas/go-funk#UniqFloat32
483 .. _UniqFloat64: https://godoc.org/github.com/thoas/go-funk#UniqFloat64
484 .. _UniqInt: https://godoc.org/github.com/thoas/go-funk#UniqInt
485 .. _UniqInt64: https://godoc.org/github.com/thoas/go-funk#UniqInt64
486 .. _UniqString: https://godoc.org/github.com/thoas/go-funk#UniqString
H A Dtransform.go307 func Uniq(in interface{}) interface{} { func
/dports/sysutils/restic/restic-0.12.1/internal/restic/
H A Dids.go42 func (ids IDs) Uniq() (list IDs) { func
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/thoas/go-funk/
H A DREADME.rst624 .. _UniqFloat32: https://godoc.org/github.com/thoas/go-funk#UniqFloat32
625 .. _UniqFloat64: https://godoc.org/github.com/thoas/go-funk#UniqFloat64
626 .. _UniqInt: https://godoc.org/github.com/thoas/go-funk#UniqInt
627 .. _UniqInt64: https://godoc.org/github.com/thoas/go-funk#UniqInt64
628 .. _UniqString: https://godoc.org/github.com/thoas/go-funk#UniqString
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/cmd/go/internal/str/
H A Dstr.go100 func Uniq(ss *[]string) { func
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/cmd/go/internal/str/
H A Dstr.go100 func Uniq(ss *[]string) { func
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/cmd/go/internal/str/
H A Dstr.go100 func Uniq(ss *[]string) { func
/dports/lang/gcc11/gcc-11.2.0/libgo/go/cmd/go/internal/str/
H A Dstr.go100 func Uniq(ss *[]string) { func
/dports/sysutils/gomplate/gomplate-3.9.0/docs/content/functions/
H A Dcoll.md307 ### Usage
316 ### Arguments
322 ### Examples
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aquasecurity/trivy-db/pkg/utils/
H A Dutils.go95 func Uniq(strings []string) []string { func
/dports/devel/upp/upp/bazaar/Uniq/
H A DPosix.cpp91 Uniq::Uniq() in Uniq() function in Uniq
H A DWindows.cpp138 Uniq::Uniq() in Uniq() function in Uniq
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/lib/php/
H A Dcommon-db.php164 function DB2ValArray($Table, $ValCol, $Uniq=false, $Where="")
/dports/devel/lazygit/lazygit-0.31.4/pkg/utils/
H A Dslice.go120 func Uniq(values []string) []string { func
/dports/sysutils/gomplate/gomplate-3.9.0/funcs/
H A Dcoll.go95 func (f *CollFuncs) Uniq(in interface{}) ([]interface{}, error) { func
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/array_tool-1.0.3/src/
H A Dvec.rs9 pub trait Uniq<T> { interface
/dports/lang/rust/rustc-1.58.1-src/vendor/array_tool/src/
H A Dvec.rs9 pub trait Uniq<T> { interface
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types/
H A Dsym.go56 func (sym *Sym) Uniq() bool { return sym.flags&symUniq != 0 } func

1234