Home
last modified time | relevance | path

Searched defs:fetch (Results 26 – 50 of 4637) sorted by relevance

12345678910>>...186

/dports/databases/postgresql10-server/postgresql-10.19/src/test/regress/sql/
H A Dlimit.sql43 fetch all in c1; local
44 fetch 1 in c1; local
48 fetch all in c1; local
51 fetch all in c2; local
52 fetch 1 in c2; local
56 fetch all in c2; local
59 fetch all in c3; local
60 fetch 1 in c3; local
64 fetch all in c3; local
67 fetch all in c4; local
[all …]
H A Drangefuncs.sql52 fetch all from foo; local
54 fetch all from foo; local
55 fetch next from foo; local
56 fetch next from foo; local
57 fetch prior from foo; local
59 fetch next from foo; local
60 fetch next from foo; local
61 fetch next from foo; local
62 fetch prior from foo; local
63 fetch prior from foo; local
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/test/regress/sql/
H A Dlimit.sql43 fetch all in c1; local
44 fetch 1 in c1; local
48 fetch all in c1; local
51 fetch all in c2; local
52 fetch 1 in c2; local
56 fetch all in c2; local
59 fetch all in c3; local
60 fetch 1 in c3; local
64 fetch all in c3; local
67 fetch all in c4; local
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/test/regress/sql/
H A Dlimit.sql43 fetch all in c1; local
44 fetch 1 in c1; local
48 fetch all in c1; local
51 fetch all in c2; local
52 fetch 1 in c2; local
56 fetch all in c2; local
59 fetch all in c3; local
60 fetch 1 in c3; local
64 fetch all in c3; local
67 fetch all in c4; local
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/test/regress/sql/
H A Dlimit.sql43 fetch all in c1; local
44 fetch 1 in c1; local
48 fetch all in c1; local
51 fetch all in c2; local
52 fetch 1 in c2; local
56 fetch all in c2; local
59 fetch all in c3; local
60 fetch 1 in c3; local
64 fetch all in c3; local
67 fetch all in c4; local
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/test/regress/sql/
H A Dlimit.sql43 fetch all in c1; local
44 fetch 1 in c1; local
48 fetch all in c1; local
51 fetch all in c2; local
52 fetch 1 in c2; local
56 fetch all in c2; local
59 fetch all in c3; local
60 fetch 1 in c3; local
64 fetch all in c3; local
67 fetch all in c4; local
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/test/regress/sql/
H A Dlimit.sql43 fetch all in c1; local
44 fetch 1 in c1; local
48 fetch all in c1; local
51 fetch all in c2; local
52 fetch 1 in c2; local
56 fetch all in c2; local
59 fetch all in c3; local
60 fetch 1 in c3; local
64 fetch all in c3; local
67 fetch all in c4; local
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/test/regress/sql/
H A Dlimit.sql43 fetch all in c1; local
44 fetch 1 in c1; local
48 fetch all in c1; local
51 fetch all in c2; local
52 fetch 1 in c2; local
56 fetch all in c2; local
59 fetch all in c3; local
60 fetch 1 in c3; local
64 fetch all in c3; local
67 fetch all in c4; local
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/test/regress/sql/
H A Dlimit.sql43 fetch all in c1; local
44 fetch 1 in c1; local
48 fetch all in c1; local
51 fetch all in c2; local
52 fetch 1 in c2; local
56 fetch all in c2; local
59 fetch all in c3; local
60 fetch 1 in c3; local
64 fetch all in c3; local
67 fetch all in c4; local
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/test/regress/sql/
H A Dlimit.sql43 fetch all in c1; local
44 fetch 1 in c1; local
48 fetch all in c1; local
51 fetch all in c2; local
52 fetch 1 in c2; local
56 fetch all in c2; local
59 fetch all in c3; local
60 fetch 1 in c3; local
64 fetch all in c3; local
67 fetch all in c4; local
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/test/regress/sql/
H A Dlimit.sql43 fetch all in c1; local
44 fetch 1 in c1; local
48 fetch all in c1; local
51 fetch all in c2; local
52 fetch 1 in c2; local
56 fetch all in c2; local
59 fetch all in c3; local
60 fetch 1 in c3; local
64 fetch all in c3; local
67 fetch all in c4; local
[all …]
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/gmond/python_modules/
H A DMakefile.in45 NORMAL_INSTALL = :
46 PRE_INSTALL = :
47 POST_INSTALL = :
48 NORMAL_UNINSTALL = :
51 build_triplet = @build@
52 host_triplet = @host@
53 subdir = gmond/python_modules
54 SUBDIRS =
60 $(ACLOCAL_M4)
63 CONFIG_CLEAN_FILES =
[all …]
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/examples/sysc/risc_cpu/
H A Dfetch.h39 struct fetch : sc_module { struct
44 sc_in<bool> stall_fetch; // STALL_FETCH argument
49 sc_in<bool> pred_fetch; // branch prediction fetch argument
51 sc_in<bool> pred_branch_valid; // branch prediction fetch argument
61 sc_out<bool> pred_fetch_valid; // branch prediction fetch argument
73 SC_CTOR(fetch) { in SC_CTOR() argument
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/serde_urlencoded-0.6.1/src/ser/
H A Dpair.rs52 }
53
54 fn serialize_i32(self, _v: i32) -> Result<(), Error> {
55 Err(Error::unsupported_pair())
56 }
57
58 fn serialize_i64(self, _v: i64) -> Result<(), Error> {
59 Err(Error::unsupported_pair())
60 }
61
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/h2-0.2.1/src/
H A Dshare.rs52 /// necessary APIs to perform this logic. This, however, is not an obligation.
53 /// If the caller attempts to send data on a stream when there is no available
54 /// window capacity, the library will buffer the data until capacity becomes
55 /// available, at which point the buffer will be flushed to the connection.
56 ///
57 /// **NOTE**: There is no bound on the amount of data that the library will
58 /// buffer. If you are sending large amounts of data, you really should hook
59 /// into the flow control lifecycle. Otherwise, you risk using up significant
60 /// amounts of memory.
61 ///
[all …]
/dports/databases/pgFormatter/pgFormatter-5.1/t/pg-test-files/sql/
H A Drangefuncs.sql52 fetch all from rf_cur; local
54 fetch all from rf_cur; local
55 fetch next from rf_cur; local
56 fetch next from rf_cur; local
57 fetch prior from rf_cur; local
59 fetch next from rf_cur; local
60 fetch next from rf_cur; local
61 fetch next from rf_cur; local
62 fetch prior from rf_cur; local
63 fetch prior from rf_cur; local
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/test/regress/sql/
H A Drangefuncs.sql52 fetch all from foo; local
54 fetch all from foo; local
55 fetch next from foo; local
56 fetch next from foo; local
57 fetch prior from foo; local
59 fetch next from foo; local
60 fetch next from foo; local
61 fetch next from foo; local
62 fetch prior from foo; local
63 fetch prior from foo; local
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/test/regress/sql/
H A Drangefuncs.sql52 fetch all from foo; local
54 fetch all from foo; local
55 fetch next from foo; local
56 fetch next from foo; local
57 fetch prior from foo; local
59 fetch next from foo; local
60 fetch next from foo; local
61 fetch next from foo; local
62 fetch prior from foo; local
63 fetch prior from foo; local
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/test/regress/sql/
H A Drangefuncs.sql52 fetch all from foo; local
54 fetch all from foo; local
55 fetch next from foo; local
56 fetch next from foo; local
57 fetch prior from foo; local
59 fetch next from foo; local
60 fetch next from foo; local
61 fetch next from foo; local
62 fetch prior from foo; local
63 fetch prior from foo; local
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/test/regress/sql/
H A Drangefuncs.sql52 fetch all from foo; local
54 fetch all from foo; local
55 fetch next from foo; local
56 fetch next from foo; local
57 fetch prior from foo; local
59 fetch next from foo; local
60 fetch next from foo; local
61 fetch next from foo; local
62 fetch prior from foo; local
63 fetch prior from foo; local
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/test/regress/sql/
H A Drangefuncs.sql52 fetch all from foo; local
54 fetch all from foo; local
55 fetch next from foo; local
56 fetch next from foo; local
57 fetch prior from foo; local
59 fetch next from foo; local
60 fetch next from foo; local
61 fetch next from foo; local
62 fetch prior from foo; local
63 fetch prior from foo; local
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/test/regress/sql/
H A Drangefuncs.sql52 fetch all from rf_cur; local
54 fetch all from rf_cur; local
55 fetch next from rf_cur; local
56 fetch next from rf_cur; local
57 fetch prior from rf_cur; local
59 fetch next from rf_cur; local
60 fetch next from rf_cur; local
61 fetch next from rf_cur; local
62 fetch prior from rf_cur; local
63 fetch prior from rf_cur; local
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/test/regress/sql/
H A Drangefuncs.sql52 fetch all from rf_cur; local
54 fetch all from rf_cur; local
55 fetch next from rf_cur; local
56 fetch next from rf_cur; local
57 fetch prior from rf_cur; local
59 fetch next from rf_cur; local
60 fetch next from rf_cur; local
61 fetch next from rf_cur; local
62 fetch prior from rf_cur; local
63 fetch prior from rf_cur; local
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/test/regress/sql/
H A Drangefuncs.sql52 fetch all from rf_cur; local
54 fetch all from rf_cur; local
55 fetch next from rf_cur; local
56 fetch next from rf_cur; local
57 fetch prior from rf_cur; local
59 fetch next from rf_cur; local
60 fetch next from rf_cur; local
61 fetch next from rf_cur; local
62 fetch prior from rf_cur; local
63 fetch prior from rf_cur; local
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/test/regress/sql/
H A Drangefuncs.sql52 fetch all from foo; local
54 fetch all from foo; local
55 fetch next from foo; local
56 fetch next from foo; local
57 fetch prior from foo; local
59 fetch next from foo; local
60 fetch next from foo; local
61 fetch next from foo; local
62 fetch prior from foo; local
63 fetch prior from foo; local
[all …]

12345678910>>...186