Home
last modified time | relevance | path

Searched refs:Int2 (Results 1 – 25 of 1527) sorted by relevance

12345678910>>...62

/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dpanels.h86 typedef void (*TableProc) PROTO((TablE, Int2, Int2));
90 void SetPaletteValue PROTO((PalettE p, Int2 num, Int2 value));
91 Int2 GetPaletteValue PROTO((PalettE p, Int2 num));
97 Boolean GetTableText PROTO((TablE t, Int2 row, Int2 column, CharPtr text, Uint4 maxsize));
98 Uint4 TableTextLength PROTO((TablE t, Int2 row, Int2 column));
99 void SetTableBlockHilight PROTO((TablE t, Int2 firstRow, Int2 lastRow, Int2 firstColumn, Int2 la…
100 void SetTableHilight PROTO((TablE t, Int2 row, Int2 column, Boolean hilight));
101 Boolean GetTableHilight PROTO((TablE t, Int2 row, Int2 column));
102 void SetTableBlockGray PROTO((TablE t, Int2 firstRow, Int2 lastRow, Int2 firstColumn, Int2 lastColu…
103 void SetTableGray PROTO((TablE t, Int2 row, Int2 column, Boolean gray));
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/jackc/pgtype/
H A Dint2_test.go14 &pgtype.Int2{Int: math.MinInt16, Status: pgtype.Present},
15 &pgtype.Int2{Int: -1, Status: pgtype.Present},
16 &pgtype.Int2{Int: 0, Status: pgtype.Present},
17 &pgtype.Int2{Int: 1, Status: pgtype.Present},
18 &pgtype.Int2{Int: math.MaxInt16, Status: pgtype.Present},
19 &pgtype.Int2{Int: 0, Status: pgtype.Null},
26 result pgtype.Int2
45 var r pgtype.Int2
73 src pgtype.Int2
104 src pgtype.Int2
[all …]
H A Dint2.go13 type Int2 struct { struct
20 *dst = Int2{Status: Null}
90 *dst = Int2{Status: Null}
96 *dst = Int2{Status: Null}
102 *dst = Int2{Status: Null}
108 *dst = Int2{Status: Null}
114 *dst = Int2{Status: Null}
120 *dst = Int2{Status: Null}
126 *dst = Int2{Status: Null}
181 *dst = Int2{Status: Null}
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/jackc/pgx/pgtype/
H A Dint2_test.go14 &pgtype.Int2{Int: math.MinInt16, Status: pgtype.Present},
15 &pgtype.Int2{Int: -1, Status: pgtype.Present},
16 &pgtype.Int2{Int: 0, Status: pgtype.Present},
17 &pgtype.Int2{Int: 1, Status: pgtype.Present},
18 &pgtype.Int2{Int: math.MaxInt16, Status: pgtype.Present},
19 &pgtype.Int2{Int: 0, Status: pgtype.Null},
26 result pgtype.Int2
45 var r pgtype.Int2
73 src pgtype.Int2
104 src pgtype.Int2
[all …]
H A Dint2.go13 type Int2 struct { struct
18 func (dst *Int2) Set(src interface{}) error { argument
20 *dst = Int2{Status: Null}
26 *dst = Int2{Int: int16(value), Status: Present}
28 *dst = Int2{Int: int16(value), Status: Present}
91 func (dst *Int2) Get() interface{} { argument
108 *dst = Int2{Status: Null}
117 *dst = Int2{Int: int16(n), Status: Present}
123 *dst = Int2{Status: Null}
132 *dst = Int2{Int: n, Status: Present}
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/github.com/jackc/pgx/pgtype/
H A Dint2_test.go14 &pgtype.Int2{Int: math.MinInt16, Status: pgtype.Present},
15 &pgtype.Int2{Int: -1, Status: pgtype.Present},
16 &pgtype.Int2{Int: 0, Status: pgtype.Present},
17 &pgtype.Int2{Int: 1, Status: pgtype.Present},
18 &pgtype.Int2{Int: math.MaxInt16, Status: pgtype.Present},
19 &pgtype.Int2{Int: 0, Status: pgtype.Null},
26 result pgtype.Int2
45 var r pgtype.Int2
73 src pgtype.Int2
104 src pgtype.Int2
[all …]
H A Dint2.go13 type Int2 struct { struct
18 func (dst *Int2) Set(src interface{}) error { argument
20 *dst = Int2{Status: Null}
26 *dst = Int2{Int: int16(value), Status: Present}
28 *dst = Int2{Int: int16(value), Status: Present}
91 func (dst *Int2) Get() interface{} { argument
108 *dst = Int2{Status: Null}
117 *dst = Int2{Int: int16(n), Status: Present}
123 *dst = Int2{Status: Null}
132 *dst = Int2{Int: n, Status: Present}
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/jackc/pgx/pgtype/
H A Dint2_test.go14 &pgtype.Int2{Int: math.MinInt16, Status: pgtype.Present},
15 &pgtype.Int2{Int: -1, Status: pgtype.Present},
16 &pgtype.Int2{Int: 0, Status: pgtype.Present},
17 &pgtype.Int2{Int: 1, Status: pgtype.Present},
18 &pgtype.Int2{Int: math.MaxInt16, Status: pgtype.Present},
19 &pgtype.Int2{Int: 0, Status: pgtype.Null},
26 result pgtype.Int2
45 var r pgtype.Int2
73 src pgtype.Int2
104 src pgtype.Int2
[all …]
H A Dint2.go13 type Int2 struct { struct
18 func (dst *Int2) Set(src interface{}) error { argument
20 *dst = Int2{Status: Null}
26 *dst = Int2{Int: int16(value), Status: Present}
28 *dst = Int2{Int: int16(value), Status: Present}
91 func (dst *Int2) Get() interface{} { argument
108 *dst = Int2{Status: Null}
117 *dst = Int2{Int: int16(n), Status: Present}
123 *dst = Int2{Status: Null}
132 *dst = Int2{Int: n, Status: Present}
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/jackc/pgtype/
H A Dint2_test.go14 &pgtype.Int2{Int: math.MinInt16, Status: pgtype.Present},
15 &pgtype.Int2{Int: -1, Status: pgtype.Present},
16 &pgtype.Int2{Int: 0, Status: pgtype.Present},
17 &pgtype.Int2{Int: 1, Status: pgtype.Present},
18 &pgtype.Int2{Int: math.MaxInt16, Status: pgtype.Present},
19 &pgtype.Int2{Int: 0, Status: pgtype.Null},
26 result pgtype.Int2
45 var r pgtype.Int2
73 src pgtype.Int2
104 src pgtype.Int2
[all …]
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/github.com/jackc/pgtype/
H A Dint2_test.go14 &pgtype.Int2{Int: math.MinInt16, Status: pgtype.Present},
15 &pgtype.Int2{Int: -1, Status: pgtype.Present},
16 &pgtype.Int2{Int: 0, Status: pgtype.Present},
17 &pgtype.Int2{Int: 1, Status: pgtype.Present},
18 &pgtype.Int2{Int: math.MaxInt16, Status: pgtype.Present},
19 &pgtype.Int2{Int: 0, Status: pgtype.Null},
26 result pgtype.Int2
47 var r pgtype.Int2
75 src pgtype.Int2
106 src pgtype.Int2
[all …]
H A Dint2.go13 type Int2 struct { struct
20 *dst = Int2{Status: Null}
100 *dst = Int2{Status: Null}
106 *dst = Int2{Status: Null}
112 *dst = Int2{Status: Null}
118 *dst = Int2{Status: Null}
124 *dst = Int2{Status: Null}
130 *dst = Int2{Status: Null}
203 *dst = Int2{Status: Null}
218 *dst = Int2{Status: Null}
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/jackc/pgtype/
H A Dint2_test.go14 &pgtype.Int2{Int: math.MinInt16, Status: pgtype.Present},
15 &pgtype.Int2{Int: -1, Status: pgtype.Present},
16 &pgtype.Int2{Int: 0, Status: pgtype.Present},
17 &pgtype.Int2{Int: 1, Status: pgtype.Present},
18 &pgtype.Int2{Int: math.MaxInt16, Status: pgtype.Present},
19 &pgtype.Int2{Int: 0, Status: pgtype.Null},
26 result pgtype.Int2
47 var r pgtype.Int2
75 src pgtype.Int2
106 src pgtype.Int2
[all …]
H A Dint2.go13 type Int2 struct { struct
20 *dst = Int2{Status: Null}
100 *dst = Int2{Status: Null}
106 *dst = Int2{Status: Null}
112 *dst = Int2{Status: Null}
118 *dst = Int2{Status: Null}
124 *dst = Int2{Status: Null}
130 *dst = Int2{Status: Null}
136 *dst = Int2{Status: Null}
203 *dst = Int2{Status: Null}
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/jackc/pgtype/
H A Dint2_test.go14 &pgtype.Int2{Int: math.MinInt16, Status: pgtype.Present},
15 &pgtype.Int2{Int: -1, Status: pgtype.Present},
16 &pgtype.Int2{Int: 0, Status: pgtype.Present},
17 &pgtype.Int2{Int: 1, Status: pgtype.Present},
18 &pgtype.Int2{Int: math.MaxInt16, Status: pgtype.Present},
19 &pgtype.Int2{Int: 0, Status: pgtype.Null},
26 result pgtype.Int2
47 var r pgtype.Int2
75 src pgtype.Int2
106 src pgtype.Int2
[all …]
H A Dint2.go13 type Int2 struct { struct
20 *dst = Int2{Status: Null}
100 *dst = Int2{Status: Null}
106 *dst = Int2{Status: Null}
112 *dst = Int2{Status: Null}
118 *dst = Int2{Status: Null}
124 *dst = Int2{Status: Null}
130 *dst = Int2{Status: Null}
136 *dst = Int2{Status: Null}
203 *dst = Int2{Status: Null}
[all …]
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/jackc/pgtype/
H A Dint2_test.go14 &pgtype.Int2{Int: math.MinInt16, Status: pgtype.Present},
15 &pgtype.Int2{Int: -1, Status: pgtype.Present},
16 &pgtype.Int2{Int: 0, Status: pgtype.Present},
17 &pgtype.Int2{Int: 1, Status: pgtype.Present},
18 &pgtype.Int2{Int: math.MaxInt16, Status: pgtype.Present},
19 &pgtype.Int2{Int: 0, Status: pgtype.Null},
26 result pgtype.Int2
47 var r pgtype.Int2
75 src pgtype.Int2
106 src pgtype.Int2
[all …]
H A Dint2.go13 type Int2 struct { struct
20 *dst = Int2{Status: Null}
100 *dst = Int2{Status: Null}
106 *dst = Int2{Status: Null}
112 *dst = Int2{Status: Null}
118 *dst = Int2{Status: Null}
124 *dst = Int2{Status: Null}
130 *dst = Int2{Status: Null}
136 *dst = Int2{Status: Null}
203 *dst = Int2{Status: Null}
[all …]
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dvsmfile.h71 Int2 LIBCALLBACK VSMGenericBinAsnOpen PROTO((Pointer data));
72 Int2 LIBCALLBACK VSMFastaProtOpen PROTO((Pointer data));
73 Int2 LIBCALLBACK VSMFastaNucOpen PROTO((Pointer data));
76 Int2 LIBCALLBACK VSMGenericBinAsnSave PROTO((Pointer data));
77 Int2 LIBCALLBACK VSMFastaProtSave PROTO((Pointer data));
78 Int2 LIBCALLBACK VSMFastaNucSave PROTO((Pointer data));
79 Int2 LIBCALLBACK VSMSaveSetsAsFiles PROTO((Pointer data));
80 Int2 LIBCALLBACK VSMExportNucFeatureTable ( Pointer data );
87 Int2 LIBCALLBACK VSMFastaSortedProtSave (Pointer data);
88 Int2 LIBCALLBACK VSMFastaProtSaveWithProduct(Pointer data);
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/jackc/pgx/pgtype/
H A Dint2.go13 type Int2 struct { struct
18 func (dst *Int2) Set(src interface{}) error { argument
20 *dst = Int2{Status: Null}
26 *dst = Int2{Int: int16(value), Status: Present}
28 *dst = Int2{Int: int16(value), Status: Present}
91 func (dst *Int2) Get() interface{} { argument
108 *dst = Int2{Status: Null}
117 *dst = Int2{Int: int16(n), Status: Present}
123 *dst = Int2{Status: Null}
132 *dst = Int2{Int: n, Status: Present}
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/jackc/pgx/pgtype/
H A Dint2.go13 type Int2 struct { struct
18 func (dst *Int2) Set(src interface{}) error { argument
20 *dst = Int2{Status: Null}
26 *dst = Int2{Int: int16(value), Status: Present}
28 *dst = Int2{Int: int16(value), Status: Present}
91 func (dst *Int2) Get() interface{} { argument
108 *dst = Int2{Status: Null}
117 *dst = Int2{Int: int16(n), Status: Present}
123 *dst = Int2{Status: Null}
132 *dst = Int2{Int: n, Status: Present}
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/jackc/pgx/pgtype/
H A Dint2.go13 type Int2 struct { struct
18 func (dst *Int2) Set(src interface{}) error { argument
20 *dst = Int2{Status: Null}
26 *dst = Int2{Int: int16(value), Status: Present}
28 *dst = Int2{Int: int16(value), Status: Present}
91 func (dst *Int2) Get() interface{} { argument
108 *dst = Int2{Status: Null}
117 *dst = Int2{Int: int16(n), Status: Present}
123 *dst = Int2{Status: Null}
132 *dst = Int2{Int: n, Status: Present}
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/jackc/pgx/pgtype/
H A Dint2.go13 type Int2 struct { struct
18 func (dst *Int2) Set(src interface{}) error { argument
20 *dst = Int2{Status: Null}
26 *dst = Int2{Int: int16(value), Status: Present}
28 *dst = Int2{Int: int16(value), Status: Present}
91 func (dst *Int2) Get() interface{} { argument
108 *dst = Int2{Status: Null}
117 *dst = Int2{Int: int16(n), Status: Present}
123 *dst = Int2{Status: Null}
132 *dst = Int2{Int: n, Status: Present}
[all …]
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/github.com/jackc/pgx/pgtype/
H A Dint2.go13 type Int2 struct { struct
18 func (dst *Int2) Set(src interface{}) error { argument
20 *dst = Int2{Status: Null}
26 *dst = Int2{Int: int16(value), Status: Present}
28 *dst = Int2{Int: int16(value), Status: Present}
91 func (dst *Int2) Get() interface{} { argument
108 *dst = Int2{Status: Null}
117 *dst = Int2{Int: int16(n), Status: Present}
123 *dst = Int2{Status: Null}
132 *dst = Int2{Int: n, Status: Present}
[all …]
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/jackc/pgx/pgtype/
H A Dint2.go13 type Int2 struct { struct
18 func (dst *Int2) Set(src interface{}) error { argument
20 *dst = Int2{Status: Null}
26 *dst = Int2{Int: int16(value), Status: Present}
28 *dst = Int2{Int: int16(value), Status: Present}
91 func (dst *Int2) Get() interface{} { argument
108 *dst = Int2{Status: Null}
117 *dst = Int2{Int: int16(n), Status: Present}
123 *dst = Int2{Status: Null}
132 *dst = Int2{Int: n, Status: Present}
[all …]

12345678910>>...62