Home
last modified time | relevance | path

Searched refs:TVP (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/polish/fortunepl/fortunes-pl-20091121/
H A Dsport39 Andrzej Zydorowicz (TVP)
52 Marek Jóźwik (TVP)
62 Krzysztof Miklas (TVP)
82 Jerzy Klechta (TVP)
96 Artur Szulc (TVP)
126 Artur Szulc (TVP)
133 Artur Szulc (TVP)
224 Jan Tomaszewski (TVP)
266 Anna Popek (TVP)
283 Piotr Dębowski (TVP)
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/softsynth/mt32/
H A DTVP.cpp61 TVP::TVP(const Partial *usePartial) : in TVP() function in MT32Emu::TVP
144 void TVP::reset(const Part *usePart, const TimbreParam::PartialParam *usePartialParam) { in reset()
175 Bit32u TVP::getBasePitch() const { in getBasePitch()
179 void TVP::updatePitch() { in updatePitch()
206 void TVP::targetPitchOffsetReached() { in targetPitchOffsetReached()
233 void TVP::nextPhase() { in nextPhase()
261 void TVP::setupPitchChange(int targetPitchOffset, Bit8u changeDuration) { in setupPitchChange()
294 void TVP::startDecay() { in startDecay()
300 Bit16u TVP::nextPitch() { in nextPitch()
317 void TVP::process() { in process()
H A DTVP.h30 class TVP {
64 TVP(const Partial *partial);
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/midi/munt/
H A DTVP.cpp54 TVP::TVP(const Partial *usePartial) : in TVP() function in MT32Emu::TVP
131 void TVP::reset(const Part *usePart, const TimbreParam::PartialParam *usePartialParam) { in reset()
162 Bit32u TVP::getBasePitch() const { in getBasePitch()
166 void TVP::updatePitch() { in updatePitch()
192 void TVP::targetPitchOffsetReached() { in targetPitchOffsetReached()
219 void TVP::nextPhase() { in nextPhase()
247 void TVP::setupPitchChange(int targetPitchOffset, Bit8u changeDuration) { in setupPitchChange()
280 void TVP::startDecay() { in startDecay()
286 Bit16u TVP::nextPitch() { in nextPitch()
297 void TVP::process() { in process()
H A DTVP.h30 class TVP {
65 TVP(const Partial *partial);
/dports/games/scummvm/scummvm-2.5.1/audio/softsynth/mt32/
H A DTVP.cpp61 TVP::TVP(const Partial *usePartial) : in TVP() function in MT32Emu::TVP
144 void TVP::reset(const Part *usePart, const TimbreParam::PartialParam *usePartialParam) { in reset()
176 Bit32u TVP::getBasePitch() const { in getBasePitch()
180 void TVP::updatePitch() { in updatePitch()
208 void TVP::targetPitchOffsetReached() { in targetPitchOffsetReached()
235 void TVP::nextPhase() { in nextPhase()
263 void TVP::setupPitchChange(int targetPitchOffset, Bit8u changeDuration) { in setupPitchChange()
296 void TVP::startDecay() { in startDecay()
302 Bit16u TVP::nextPitch() { in nextPitch()
319 void TVP::process() { in process()
H A DTVP.h30 class TVP {
64 TVP(const Partial *partial);
/dports/security/vault/vault-1.8.2/vendor/github.com/denisenkom/go-mssqldb/doc/
H A Dhow-to-use-table-valued-parameters.md5 To make use of the TVP functionality, first you need to create a table type, and a procedure or fun…
13 @TVP LocationTableType READONLY
23 FROM @TVP`
47 Create a `mssql.TVP` object, and pass the slice of structs into the `Value` member. Set `TypeName` …
50 tvpType := mssql.TVP{
58 `_, err = db.Exec("exec dbo.usp_InsertProductionLocation @TVP;", sql.Named("TVP", tvpType))`
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/denisenkom/go-mssqldb/doc/
H A Dhow-to-use-table-valued-parameters.md5 To make use of the TVP functionality, first you need to create a table type, and a procedure or fun…
13 @TVP LocationTableType READONLY
23 FROM @TVP`
47 Create a `mssql.TVP` object, and pass the slice of structs into the `Value` member. Set `TypeName` …
50 tvpType := mssql.TVP{
58 `_, err = db.Exec("exec dbo.usp_InsertProductionLocation @TVP;", sql.Named("TVP", tvpType))`
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/denisenkom/go-mssqldb/doc/
H A Dhow-to-use-table-valued-parameters.md5 To make use of the TVP functionality, first you need to create a table type, and a procedure or fun…
13 @TVP LocationTableType READONLY
23 FROM @TVP`
47 Create a `mssql.TVP` object, and pass the slice of structs into the `Value` member. Set `TypeName` …
50 tvpType := mssql.TVP{
58 `_, err = db.Exec("exec dbo.usp_InsertProductionLocation @TVP;", sql.Named("TVP", tvpType))`
/dports/www/gitea/gitea-1.16.5/vendor/github.com/denisenkom/go-mssqldb/
H A Dtvp_go19.go33 type TVP struct { struct
40 func (tvp TVP) check() error { argument
63 func (tvp TVP) encode(schema, name string, columnStr []columnStruct, tvpFieldIndexes []int) ([]byte… argument
137 func (tvp TVP) columnTypes() ([]columnStruct, []int, error) { argument
243 func (tvp TVP) createZeroType(fieldVal interface{}) interface{} { argument
265 func (tvp TVP) verifyStandardTypeOnNull(buf *bytes.Buffer, tvpVal interface{}) bool { argument
/dports/multimedia/streamlink/streamlink-2.1.2/tests/plugins/
H A Dtest_tvp.py1 from streamlink.plugins.tvp import TVP
6 __plugin__ = TVP
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/denisenkom/go-mssqldb/
H A Dtvp_example_test.go28 @TVP LocationTableType READONLY
38 FROM @TVP`
101 tvpType := mssql.TVP{
H A Dtvp_go19_db_test.go289 tvpType := TVP{
293 tvpTypeEmpty := TVP{
544 tvpType := TVP{
548 tvpTypeEmpty := TVP{
680 tvpType := TVP{
718 tvp TVP
724 tvp: TVP{TypeName: ""},
729 tvp: TVP{TypeName: "type", Value: "wrong type"},
734 tvp: TVP{TypeName: "[type", Value: []TvpExample{{}}},
739 tvp: TVP{TypeName: "[type", Value: []TestFieldsUnsupportedTypes{{}}},
H A Dtvp_go19_test.go115 tvp := TVP{
259 tvp := TVP{
274 tvp := TVP{
319 tvp := TVP{
564 tvp := TVP{
H A Dtvp_go19.go32 type TVP struct { struct
39 func (tvp TVP) check() error { argument
62 func (tvp TVP) encode(schema, name string, columnStr []columnStruct, tvpFieldIndexes []int) ([]byte… argument
132 func (tvp TVP) columnTypes() ([]columnStruct, []int, error) { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/denisenkom/go-mssqldb/
H A Dtvp_example_test.go28 @TVP LocationTableType READONLY
38 FROM @TVP`
101 tvpType := mssql.TVP{
H A Dtvp_go19_db_test.go289 tvpType := TVP{
293 tvpTypeEmpty := TVP{
544 tvpType := TVP{
548 tvpTypeEmpty := TVP{
680 tvpType := TVP{
718 tvp TVP
724 tvp: TVP{TypeName: ""},
729 tvp: TVP{TypeName: "type", Value: "wrong type"},
734 tvp: TVP{TypeName: "[type", Value: []TvpExample{{}}},
739 tvp: TVP{TypeName: "[type", Value: []TestFieldsUnsupportedTypes{{}}},
H A Dtvp_go19_test.go115 tvp := TVP{
259 tvp := TVP{
274 tvp := TVP{
319 tvp := TVP{
564 tvp := TVP{
H A Dtvp_go19.go32 type TVP struct { struct
39 func (tvp TVP) check() error { argument
62 func (tvp TVP) encode(schema, name string, columnStr []columnStruct, tvpFieldIndexes []int) ([]byte… argument
132 func (tvp TVP) columnTypes() ([]columnStruct, []int, error) { argument
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/denisenkom/go-mssqldb/
H A Dtvp_example_test.go28 @TVP LocationTableType READONLY
38 FROM @TVP`
101 tvpType := mssql.TVP{
H A Dtvp_go19_db_test.go291 tvpType := TVP{
295 tvpTypeEmpty := TVP{
548 tvpType := TVP{
552 tvpTypeEmpty := TVP{
684 tvpType := TVP{
722 tvp TVP
728 tvp: TVP{TypeName: ""},
733 tvp: TVP{TypeName: "type", Value: "wrong type"},
738 tvp: TVP{TypeName: "[type", Value: []TvpExample{{}}},
743 tvp: TVP{TypeName: "[type", Value: []TestFieldsUnsupportedTypes{{}}},
H A Dtvp_go19_test.go115 tvp := TVP{
259 tvp := TVP{
274 tvp := TVP{
319 tvp := TVP{
564 tvp := TVP{
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/l10n_ca/i18n_extra/
H A Dfr.po118 msgstr "TPS + TVP sur les achats (BC)"
123 msgstr "TPS + TVP sur les achats (MB)"
128 msgstr "TPS + TVP sur les achats (SK)"
133 msgstr "TPS + TVP sur les ventes (BC)"
138 msgstr "TPS + TVP sur les ventes (MB)"
143 msgstr "TPS + TVP sur les ventes (SK)"
403 msgstr "TVP sur les achats - 5% (SK)"
408 msgstr "TVP sur les achats - 7% (BC)"
413 msgstr "TVP sur les achats - 8% (MB)"
433 msgstr "TVP/TVQ à recevoir"
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/doug-martin/goqu/v9/vendor/github.com/denisenkom/go-mssqldb/
H A Dtvp_go19.go32 type TVP struct { struct
39 func (tvp TVP) check() error { argument
62 func (tvp TVP) encode(schema, name string, columnStr []columnStruct, tvpFieldIndexes []int) ([]byte… argument
132 func (tvp TVP) columnTypes() ([]columnStruct, []int, error) { argument

12345678