Home
last modified time | relevance | path

Searched defs:rows (Results 1 – 25 of 9105) sorted by relevance

12345678910>>...365

/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/pressly/goose/vendor/github.com/ClickHouse/clickhouse-go/
H A Drows.go16 type rows struct { struct
17 ch *clickhouse
18 err error
19 mutex sync.RWMutex
20 finish func()
21 offset int
22 block *data.Block
23 totals *data.Block
24 extremes *data.Block
26 columns []string
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/pressly/goose/vendor/github.com/ClickHouse/clickhouse-go/
H A Drows.go16 type rows struct { struct
17 ch *clickhouse
18 err error
19 mutex sync.RWMutex
20 finish func()
21 offset int
22 block *data.Block
23 totals *data.Block
24 extremes *data.Block
26 columns []string
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/ClickHouse/clickhouse-go/
H A Drows.go16 type rows struct { struct
17 ch *clickhouse
18 err error
19 mutex sync.RWMutex
20 finish func()
21 offset int
22 block *data.Block
23 totals *data.Block
24 extremes *data.Block
26 columns []string
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/go-kivik/couchdb/
H A Drows.go14 type rows struct { struct
15 offset int64
16 totalRows int64
17 updateSeq string
18 warning string
19 bookmark string
20 body io.ReadCloser
21 dec *json.Decoder
23 closed bool
25 isFindRows bool
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/go-kivik/pouchdb/
H A Drows.go19 type rows struct { struct
20 *js.Object
21 Off int64 `js:"offset"`
22 TRows int64 `js:"total_rows"`
23 USeq string `js:"update_seq"`
28 func (r *rows) Close() error {
33 func (r *rows) Next(row *driver.Row) (err error) {
48 func (r *rows) Offset() int64 {
52 func (r *rows) TotalRows() int64 {
56 func (r *rows) UpdateSeq() string {
/dports/www/webtrees/webtrees-1.7.18/webtrees/
H A Dautocomplete.php37 $rows = Database::prepare( variable
86 $rows = Database::prepare( variable
111 $rows = get_FAM_rows($WT_TREE, $term); variable
148 $rows = Database::prepare( variable
174 $rows = get_NOTE_rows($WT_TREE, $term); variable
189 $rows = get_OBJE_rows($WT_TREE, $term); variable
259 $rows = get_REPO_rows($WT_TREE, $term); variable
309 $rows = Database::prepare( variable
329 $rows = Database::prepare( variable
359 $rows = Database::prepare( variable
[all …]
/dports/databases/grass7/grass-7.8.6/lib/gmath/
H A DATLAS_wrapper_blas_level_1.c44 double G_math_ddot(double *x, double *y, int rows) in G_math_ddot()
97 double G_math_dnrm2(double *x, int rows) in G_math_dnrm2()
122 double G_math_dasum(double *x, int rows) in G_math_dasum()
147 double G_math_idamax(double *x, int rows) in G_math_idamax()
173 void G_math_dscal(double *x, double a, int rows) in G_math_dscal()
256 float G_math_sdot(float *x, float *y, int rows) in G_math_sdot()
281 float G_math_snrm2(float *x, int rows) in G_math_snrm2()
306 float G_math_sasum(float *x, int rows) in G_math_sasum()
331 float G_math_isamax(float *x, int rows) in G_math_isamax()
357 void G_math_sscal(float *x, float a, int rows) in G_math_sscal()
[all …]
H A Dblas_level_1.c80 void G_math_d_euclid_norm(double *x, double *value, int rows) in G_math_d_euclid_norm()
112 void G_math_d_asum_norm(double *x, double *value, int rows) in G_math_d_asum_norm()
142 void G_math_d_max_norm(double *x, double *value, int rows) in G_math_d_max_norm()
174 int rows) in G_math_d_ax_by()
237 void G_math_d_copy(double *x, double *y, int rows) in G_math_d_copy()
328 void G_math_f_asum_norm(float *x, float *value, int rows) in G_math_f_asum_norm()
361 void G_math_f_max_norm(float *x, float *value, int rows) in G_math_f_max_norm()
455 void G_math_f_copy(float *x, float *y, int rows) in G_math_f_copy()
546 void G_math_i_asum_norm(int *x, double *value, int rows) in G_math_i_asum_norm()
576 void G_math_i_max_norm(int *x, int *value, int rows) in G_math_i_max_norm()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/tests/
H A Dt_tabdump.py16 def checkkeys(rows, dumptype, names): argument
24 rows = getrows('keyinfo') variable
38 rows = getrows('keydata') variable
43 rows = getrows('princ_flags') variable
47 rows = getrows('princ_lockout') variable
55 rows = getrows('princ_meta') variable
67 rows = getrows('princ_stringattrs') variable
76 rows = getrows('princ_tktpolicy') variable
/dports/security/krb5/krb5-1.19.2/src/tests/
H A Dt_tabdump.py16 def checkkeys(rows, dumptype, names): argument
24 rows = getrows('keyinfo') variable
38 rows = getrows('keydata') variable
43 rows = getrows('princ_flags') variable
47 rows = getrows('princ_lockout') variable
55 rows = getrows('princ_meta') variable
67 rows = getrows('princ_stringattrs') variable
76 rows = getrows('princ_tktpolicy') variable
/dports/math/hmat-oss/hmat-oss-1.7.1/src/
H A Dadmissibility.hpp49 virtual void prepare(const ClusterTree& rows, const ClusterTree& cols) const {} in prepare() argument
51 virtual void clean(const ClusterTree& rows, const ClusterTree& cols) const {} in clean() argument
93 virtual bool forceRk(const ClusterTree& rows, const ClusterTree& cols) const { in forceRk() argument
110 virtual bool isInert(const ClusterTree& rows, const ClusterTree& cols) const { in isInert() argument
228 void prepare(const ClusterTree& rows, const ClusterTree& cols) const { in prepare() argument
231 void clean(const ClusterTree& rows, const ClusterTree& cols) const { in clean() argument
234 bool isLowRank(const ClusterTree& rows, const ClusterTree& cols) const { in isLowRank() argument
237 bool stopRecursion(const ClusterTree& rows, const ClusterTree& cols) const { in stopRecursion() argument
243 bool forceFull(const ClusterTree& rows, const ClusterTree& cols) const { in forceFull() argument
246 bool forceRk(const ClusterTree& rows, const ClusterTree& cols) const { in forceRk() argument
[all …]
H A Dadmissibility.cpp33 AdmissibilityCondition::forceRecursion(const ClusterTree& rows, const ClusterTree& cols, size_t) co… in forceRecursion() argument
39 AdmissibilityCondition::splitRowsCols(const ClusterTree& rows, const ClusterTree& cols) const in splitRowsCols() argument
88 StandardAdmissibilityCondition::prepare(const ClusterTree& rows, const ClusterTree& cols) const in prepare() argument
96 StandardAdmissibilityCondition::stopRecursion(const ClusterTree& rows, const ClusterTree& cols) con… in stopRecursion() argument
103 StandardAdmissibilityCondition::forceFull(const ClusterTree& rows, const ClusterTree& cols) const in forceFull() argument
110 StandardAdmissibilityCondition::isLowRank(const ClusterTree& rows, const ClusterTree& cols) const in isLowRank() argument
120 StandardAdmissibilityCondition::clean(const ClusterTree& rows, const ClusterTree& cols) const in clean() argument
207 bool AlwaysAdmissibilityCondition::stopRecursion(const ClusterTree& rows, const ClusterTree& cols) … in stopRecursion() argument
217 bool AlwaysAdmissibilityCondition::forceRecursion(const ClusterTree& rows, const ClusterTree& cols,… in forceRecursion() argument
227 bool AlwaysAdmissibilityCondition::forceFull(const ClusterTree& rows, const ClusterTree& cols) cons… in forceFull() argument
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/general/
H A DMemoryAllocators.cpp22 char *** AllocateCharCube(int n, int rows, int cols) in AllocateCharCube()
49 int ** AllocateIntMatrix(int rows, int cols) in AllocateIntMatrix()
76 char ** AllocateCharMatrix(int rows, int cols) in AllocateCharMatrix()
103 float ** AllocateFloatMatrix(int rows, int cols) in AllocateFloatMatrix()
130 void FreeCharCube(char *** & cube, int n, int rows) in FreeCharCube()
143 void FreeCharMatrix(char ** & matrix, int rows) in FreeCharMatrix()
156 void FreeFloatMatrix(float ** & matrix, int rows) in FreeFloatMatrix()
169 void FreeIntMatrix(int ** & matrix, int rows) in FreeIntMatrix()
182 short ** AllocateShortMatrix(int rows, int cols) in AllocateShortMatrix()
209 void FreeShortMatrix(short ** & matrix, int rows) in FreeShortMatrix()
[all …]
/dports/databases/grass7/grass-7.8.6/lib/gmath/test/
H A Dtest_tools_les.c33 G_math_les *G_math_alloc_nquad_les(int rows, int cols, int type) in G_math_alloc_nquad_les()
49 G_math_les *G_math_alloc_nquad_les_Ax(int rows, int cols, int type) in G_math_alloc_nquad_les_Ax()
65 G_math_les *G_math_alloc_nquad_les_A(int rows, int cols, int type) in G_math_alloc_nquad_les_A()
81 G_math_les *G_math_alloc_nquad_les_Ax_b(int rows, int cols, int type) in G_math_alloc_nquad_les_Ax_b()
96 G_math_les *G_math_alloc_les(int rows, int type) in G_math_alloc_les()
111 G_math_les *G_math_alloc_les_Ax(int rows, int type) in G_math_alloc_les_Ax()
126 G_math_les *G_math_alloc_les_A(int rows, int type) in G_math_alloc_les_A()
141 G_math_les *G_math_alloc_les_Ax_b(int rows, int type) in G_math_alloc_les_Ax_b()
173 G_math_les *G_math_alloc_les_param(int rows, int cols, int type, int parts) in G_math_alloc_les_param()
233 G_math_f_les *G_math_alloc_f_les(int rows, int type) in G_math_alloc_f_les()
[all …]
H A Dtest_tools.c43 G_math_les *create_normal_symmetric_les(int rows) in create_normal_symmetric_les()
74 G_math_les *create_symmetric_band_les(int rows) in create_symmetric_band_les()
111 G_math_les *create_normal_symmetric_pivot_les(int rows) in create_normal_symmetric_pivot_les()
142 G_math_f_les *create_normal_symmetric_f_les(int rows) in create_normal_symmetric_f_les()
174 G_math_les *create_sparse_unsymmetric_les(int rows) in create_sparse_unsymmetric_les()
223 G_math_les *create_normal_unsymmetric_les(int rows) in create_normal_unsymmetric_les()
346 G_math_les *create_sparse_symmetric_les(int rows) in create_sparse_symmetric_les()
449 void fill_f_vector_scalar(float *x, float a, int rows) in fill_f_vector_scalar()
461 void fill_i_vector_range_1(int *x, int a, int rows) in fill_i_vector_range_1()
472 void fill_i_vector_range_2(int *x, int a, int rows) in fill_i_vector_range_2()
[all …]
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/tests/datasources/ascii/
H A Dasciifilebuffertest.cpp51 int rows = 3; in find_wrong_parameters() local
63 int rows = 1; in find_small() local
97 int rows = 1; in find_start_0() local
143 int rows = 3; in find_start_n() local
160 int rows = 1; in split_wrong_parameters() local
174 int rows = 1; in split_small() local
258 int rows = 3; in split_into_1() local
276 int rows = 3; in split_into_3() local
330 int rows = 1; in useOneWindowWithChunks_small() local
394 int rows = 1; in useSlidingWindow_small() local
[all …]
/dports/databases/grass7/grass-7.8.6/lib/gpde/
H A Dn_les.c35 N_les *N_alloc_nquad_les(int cols, int rows, int type) in N_alloc_nquad_les()
51 N_les *N_alloc_nquad_les_Ax(int cols, int rows, int type) in N_alloc_nquad_les_Ax()
67 N_les *N_alloc_nquad_les_A(int cols, int rows, int type) in N_alloc_nquad_les_A()
83 N_les *N_alloc_nquad_les_Ax_b(int cols, int rows, int type) in N_alloc_nquad_les_Ax_b()
100 N_les *N_alloc_les(int rows, int type) in N_alloc_les()
115 N_les *N_alloc_les_Ax(int rows, int type) in N_alloc_les_Ax()
130 N_les *N_alloc_les_A(int rows, int type) in N_alloc_les_A()
145 N_les *N_alloc_les_Ax_b(int rows, int type) in N_alloc_les_Ax_b()
178 N_les *N_alloc_les_param(int cols, int rows, int type, int parts) in N_alloc_les_param()
/dports/devel/libphonenumber/libphonenumber-8.12.39/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvParserTest.java100 List<List<String>> rows = parse(CsvParser.commaSeparated().allowMultiline(), in testMultiline() local
109 List<List<String>> rows = parse( in testMultilineWithTrimming() local
129 List<ImmutableMap<String, String>> rows = parseMap( in testRowMapping() local
149 List<ImmutableMap<String, String>> rows = parseMap( in testRowMapping_withHeader() local
160 List<List<String>> rows = parse(parser, line); in assertSingleRow() local
166 List<List<String>> rows = new ArrayList<>(); in parse() local
173 List<ImmutableMap<String, String>> rows = new ArrayList<>(); in parseMap() local
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/MUQ/Utilities/
H A DRandomGenerator.h41 static Eigen::MatrixXd GetNormal(int rows){return GetNormal(rows,1);}; in GetNormal()
46 static Eigen::MatrixXd GetUniform(int rows){return GetUniform(rows,1);}; in GetUniform()
50 …static Eigen::MatrixXd GetGamma(double const alpha, double const beta, int rows){return GetGamma(a… in GetGamma()
55 …static Eigen::MatrixXi GetUniformInt(int lb, int ub, int rows){return GetUniformInt(lb, ub, rows, … in GetUniformInt()
56 …static Eigen::MatrixXi GetUniformInt(int lb, int ub, int rows, bool unique){return GetUniformInt(l… in GetUniformInt()
57 …static Eigen::MatrixXi GetUniformInt(int lb, int ub, int rows, int cols){return GetUniformInt(lb, … in GetUniformInt()
/dports/net-mgmt/cacti/cacti-1.2.19/cli/
H A Drepair_database.php147 $rows = db_fetch_cell('SELECT count(*) variable
166 $rows = db_fetch_cell("SELECT count(*) variable
183 $rows = db_fetch_cell('SELECT count(*) variable
200 $rows = db_fetch_cell('SELECT count(*) variable
221 $rows = db_fetch_cell('SELECT count(*) variable
237 $rows = db_fetch_cell('SELECT count(*) variable
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/RGroupDecomposition/
H A Dcatch_rgd.cpp64 RGroupRows rows; variable
123 RGroupRows rows; variable
132 RGroupRows rows; variable
154 RGroupRows rows; variable
163 RGroupRows rows; variable
188 RGroupRows rows; variable
197 RGroupRows rows; variable
210 RGroupRows rows; variable
225 RGroupRows rows; variable
250 RGroupRows rows; variable
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/external_objects/includes/
H A DScilabAbstractMemoryAllocator.hxx57 …inline static void create(void * pvCtx, const int position, const int rows, const int cols, double… in create()
72 …inline static void create(void * pvCtx, const int position, const int rows, const int cols, float … in create()
81 …inline static float * alloc(void * pvCtx, const int position, const int rows, const int cols, floa… in alloc()
101 …inline static void create(void * pvCtx, const int position, const int rows, const int cols, char *… in create()
107 …inline static char * alloc(void * pvCtx, const int position, const int rows, const int cols, char … in alloc()
131 …inline static void create(void * pvCtx, const int position, const int rows, const int cols, short … in create()
161 …inline static void create(void * pvCtx, const int position, const int rows, const int cols, int * … in create()
167 …inline static int * alloc(void * pvCtx, const int position, const int rows, const int cols, int * … in alloc()
304 virtual T * allocate(const int rows, const int cols, T * dataPtr) const in allocate() argument
374 int * allocate(const int rows, const int cols, int * dataPtr) const in allocate() argument
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/core/
H A Dlogs_model.test.ts32 const rows: LogRowModel[] = [ constant
44 const rows: LogRowModel[] = [ constant
75 const rows: LogRowModel[] = [ constant
106 const rows: LogRowModel[] = [ constant
129 const rows: LogRowModel[] = [ constant
157 const rows: LogRowModel[] = [ constant
179 const rows: LogRowModel[] = [ constant
214 rows: [], constant
927 const rows: LogRowModel[] = [ constant
938 const rows: LogRowModel[] = [ constant
/dports/net-mgmt/observium/observium/includes/housekeeping/
H A Dtiming.inc.php36 $rows = dbDelete('devices_perftimes', $where); variable
41 $rows = 0; variable
54 $rows = dbDelete('perf_times', $where); variable
59 $rows = 0; variable
/dports/lang/expect/expect5.45.4/
H A Dexp_win.c60 #define rows ws_row macro
67 #define rows ts_lines macro
74 int rows; member
108 exp_win_rows_set(rows) in exp_win_rows_set() argument
118 static char rows [20]; in exp_win_rows_get() local
168 exp_win2_rows_set(fd,rows) in exp_win2_rows_set() argument
181 static char rows [20]; local

12345678910>>...365