Home
last modified time | relevance | path

Searched refs:wrapTx (Results 1 – 18 of 18) sorted by relevance

/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/github.com/gizak/termui/
H A Dpar.go42 cs = wrapTx(cs, p.Width-2)
44 cs = wrapTx(cs, p.WrapLength)
H A Dtextbuilder.go194 func wrapTx(cs []Cell, wl int) []Cell { func
/dports/finance/cointop/cointop-1.5.4/cointop/common/gizak/termui/
H A Dpar.go42 cs = wrapTx(cs, p.Width-2)
44 cs = wrapTx(cs, p.WrapLength)
H A Dtextbuilder.go194 func wrapTx(cs []Cell, wl int) []Cell { func
/dports/net-im/slack-term/slack-term-0.4.1/vendor/github.com/erroneousboat/termui/
H A Dpar.go42 cs = wrapTx(cs, p.Width-2)
44 cs = wrapTx(cs, p.WrapLength)
H A Dtextbuilder.go194 func wrapTx(cs []Cell, wl int) []Cell { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/gizak/termui/
H A Dpar.go42 cs = wrapTx(cs, p.Width-2)
44 cs = wrapTx(cs, p.WrapLength)
H A Dtextbuilder.go194 func wrapTx(cs []Cell, wl int) []Cell { func
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/jackc/pgx/v4/stdlib/
H A Dsql.go269 return wrapTx{tx: tx}, nil
542 type wrapTx struct{ tx pgx.Tx } argument
544 func (wtx wrapTx) Commit() error { return wtx.tx.Commit(context.Background()) } argument
546 func (wtx wrapTx) Rollback() error { return wtx.tx.Rollback(context.Background()) } argument
/dports/net/storj/storj-1.45.3/satellite/satellitedb/dbx/
H A Dgen.go76 txMethods: db.wrapTx(tx),
H A Dsatellitedb.dbx.go207 txMethods: obj.wrapTx(tx),
809 func (obj *pgxDB) wrapTx(tx tagsql.Tx) txMethods { func
1392 func (obj *pgxcockroachDB) wrapTx(tx tagsql.Tx) txMethods { func
24502 wrapTx(tx tagsql.Tx) txMethods methodSpec
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/github.com/jackc/pgx/v4/stdlib/
H A Dsql.go323 return wrapTx{ctx: ctx, tx: tx}, nil
719 type wrapTx struct { struct
724 func (wtx wrapTx) Commit() error { return wtx.tx.Commit(wtx.ctx) } argument
726 func (wtx wrapTx) Rollback() error { return wtx.tx.Rollback(wtx.ctx) } argument
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/jackc/pgx/v4/stdlib/
H A Dsql.go323 return wrapTx{ctx: ctx, tx: tx}, nil
719 type wrapTx struct { struct
724 func (wtx wrapTx) Commit() error { return wtx.tx.Commit(wtx.ctx) } argument
726 func (wtx wrapTx) Rollback() error { return wtx.tx.Rollback(wtx.ctx) } argument
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/jackc/pgx/v4/stdlib/
H A Dsql.go322 return wrapTx{ctx: ctx, tx: tx}, nil
726 type wrapTx struct { struct
731 func (wtx wrapTx) Commit() error { return wtx.tx.Commit(wtx.ctx) } argument
733 func (wtx wrapTx) Rollback() error { return wtx.tx.Rollback(wtx.ctx) } argument
/dports/net/storj/storj-1.45.3/vendor/github.com/jackc/pgx/v4/stdlib/
H A Dsql.go387 return wrapTx{ctx: ctx, tx: tx}, nil
799 type wrapTx struct { struct
804 func (wtx wrapTx) Commit() error { return wtx.tx.Commit(wtx.ctx) } argument
806 func (wtx wrapTx) Rollback() error { return wtx.tx.Rollback(wtx.ctx) } argument
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/jackc/pgx/v4/stdlib/
H A Dsql.go387 return wrapTx{ctx: ctx, tx: tx}, nil
799 type wrapTx struct { struct
804 func (wtx wrapTx) Commit() error { return wtx.tx.Commit(wtx.ctx) } argument
806 func (wtx wrapTx) Rollback() error { return wtx.tx.Rollback(wtx.ctx) } argument
/dports/net/storj/storj-1.45.3/satellite/satellitedb/dbx/templates/
H A Dgolang.header.tmpl207 txMethods: obj.wrapTx(tx),
332 func (obj *{{ $dbtype }}) wrapTx(tx *sql.Tx) txMethods {
/dports/net/storj/storj-1.45.3/multinode/multinodedb/dbx/
H A Dmultinodedb.dbx.go197 txMethods: obj.wrapTx(tx),
287 func (obj *pgxDB) wrapTx(tx tagsql.Tx) txMethods { func
357 func (obj *sqlite3DB) wrapTx(tx tagsql.Tx) txMethods { func
1695 wrapTx(tx tagsql.Tx) txMethods methodSpec