Home
last modified time | relevance | path

Searched defs:Cursors (Results 1 – 25 of 107) sorted by relevance

12345

/dports/databases/percona-toolkit/percona-toolkit-3.3.0/src/go/mongolib/proto/
H A Dcursors.go3 type Cursors struct { struct
4 ClientCursorsSize float64 `bson:"clientCursors_size"`
5 Note string `bson:"note"`
6 Pinned float64 `bson:"pinned"`
7 TimedOut float64 `bson:"timedOut"`
8 TotalNoTimeout float64 `bson:"totalNoTimeout"`
9 TotalOpen float64 `bson:"totalOpen"`
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/doc/
H A Dcursors.rst3 Cursors chapter
44 .. _cursors_tailable:
/dports/devel/pijul/pijul-1.0.0.a55/src/
H A Dprogress.rs10 pub struct Cursors { struct
11 pub inner: Arc<Mutex<InnerCursors>>, argument
15 pub struct InnerCursors { argument
37 impl Cursors { implementation
/dports/x11-wm/blackbox/blackbox-0.70.1/src/
H A DBlackboxResource.hh51 struct Cursors { struct
64 Cursors _cursors; argument
/dports/databases/py-python-arango/python-arango-7.2.0/docs/
H A Dcursor.rst1 Cursors chapter
/dports/databases/py-aiosqlite/aiosqlite-0.17.0/docs/
H A Dapi.rst15 Cursors section in API Reference
/dports/games/manaplus/manaplus-2.1.3.17/src/resources/
H A Dcursors.cpp26 namespace Cursors namespace
/dports/databases/py-unqlite/unqlite-0.5.3/docs/
H A Dquickstart.rst49 Cursors section in Quick-start
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Graphics/
H A DCursorProvider.cs21 public readonly IReadOnlyDictionary<string, CursorSequence> Cursors; field in OpenRA.Graphics.CursorProvider
/dports/graphics/libdrm/libdrm-2.4.110/man/
H A Ddrm-kms.7.rst143 Cursors section in Description
/dports/databases/py-unqlite/unqlite-0.5.3/
H A DREADME.md83 ### Cursors subsection
/dports/databases/pymongo/pymongo-3.12.0/doc/developer/
H A Dperiodic_executor.rst31 .. _PYTHON-799: https://jira.mongodb.org/browse/PYTHON-799
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DCursors.cs30 public sealed class Cursors { class
63 private Cursors() { in Cursors() method in System.Windows.Forms.Cursors
/dports/databases/py-asyncpg/asyncpg-0.25.0/docs/api/
H A Dindex.rst136 Cursors chapter
/dports/databases/p5-Tangram/Tangram-2.12/lib/Tangram/
H A DTour.pod458 =head2 Cursors section
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/backend/x11/
H A Dxcursors.py14 class Cursors(dict): class
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gnat.dg/
H A Dpredicate14.ads48 Cursors : Cursors_Type := (others => (State => S_Invalid)); component
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gnat.dg/
H A Dpredicate14.ads48 Cursors : Cursors_Type := (others => (State => S_Invalid)); component
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gnat.dg/
H A Dpredicate14.ads48 Cursors : Cursors_Type := (others => (State => S_Invalid)); component
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gnat.dg/
H A Dpredicate14.ads48 Cursors : Cursors_Type := (others => (State => S_Invalid)); component
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gnat.dg/
H A Dpredicate14.ads48 Cursors : Cursors_Type := (others => (State => S_Invalid)); component
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gnat.dg/
H A Dpredicate14.ads48 Cursors : Cursors_Type := (others => (State => S_Invalid)); component
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gnat.dg/
H A Dpredicate14.ads48 Cursors : Cursors_Type := (others => (State => S_Invalid)); component
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/pipeline/
H A Ddocument_source_merge_cursors.h109 typedef std::list<std::shared_ptr<CursorAndConnection>> Cursors; typedef
/dports/databases/p5-MongoDB/MongoDB-v2.2.2/lib/MongoDB/
H A DTutorial.pod198 =head3 Cursors subsection

12345