Home
last modified time | relevance | path

Searched defs:cursor (Results 1 – 25 of 7859) sorted by relevance

12345678910>>...315

/dports/databases/py-pg8000/pg8000-1.23.0/test/dbapi/
H A Dtest_typeconversion.py34 def test_time_roundtrip(cursor): argument
40 def test_date_roundtrip(cursor): argument
46 def test_bool_roundtrip(cursor): argument
427 def test_name_out(cursor): argument
434 def test_oid_out(cursor): argument
451 def test_int2_out(cursor): argument
456 def test_int4_out(cursor): argument
461 def test_int8_out(cursor): argument
481 def test_char_out(cursor): argument
486 def test_text_out(cursor): argument
[all …]
/dports/databases/grass7/grass-7.8.6/lib/db/dbmi_base/
H A Dcursor.c23 void db_init_cursor(dbCursor *cursor) in db_init_cursor()
51 void db_free_cursor(dbCursor *cursor) in db_free_cursor()
67 dbTable *db_get_cursor_table(dbCursor *cursor) in db_get_cursor_table()
90 dbToken db_get_cursor_token(dbCursor *cursor) in db_get_cursor_token()
121 void db_set_cursor_type_update(dbCursor *cursor) in db_set_cursor_type_update()
131 void db_set_cursor_type_insert(dbCursor *cursor) in db_set_cursor_type_insert()
144 int db_test_cursor_type_fetch(dbCursor *cursor) in db_test_cursor_type_fetch()
159 int db_test_cursor_type_update(dbCursor *cursor) in db_test_cursor_type_update()
172 int db_test_cursor_type_insert(dbCursor *cursor) in db_test_cursor_type_insert()
197 void db_set_cursor_mode_scroll(dbCursor *cursor) in db_set_cursor_mode_scroll()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/include/range/v3/view/
H A Dcartesian_product.hpp144 struct cursor struct
151 using difference_type =
157 void next_(meta::size_t<1>) in next_()
166 void next_(meta::size_t<N>) in next_()
178 void prev_(meta::size_t<0>) in prev_()
289 cursor(end_tag, constify_if<cartesian_product_view> * view, in cursor() function
297 cursor(end_tag, constify_if<cartesian_product_view> * view, in cursor() function
311 explicit cursor(begin_tag, constify_if<cartesian_product_view> * view) in cursor() function
319 explicit cursor(end_tag, constify_if<cartesian_product_view> * view) in cursor() argument
328 cursor(cursor<Other> that) in cursor() function
[all …]
H A Dcycle.hpp61 struct cursor struct
66 using constify_if = meta::const_if_c<IsConst, T>;
67 using cycled_view_t = constify_if<cycled_view>;
68 using CRng = constify_if<Rng>;
69 using iterator = iterator_t<CRng>;
71 cycled_view_t * rng_{};
72 iterator it_{};
73 std::intmax_t n_ = 0;
88 void set_end_(std::true_type) const in set_end_()
90 void set_end_(std::false_type) const in set_end_()
[all …]
H A Dsplit_when.hpp58 struct cursor struct
64 bool zero_;
66 iterator_t<CRng> cur_;
67 sentinel_t<CRng> last_;
69 fun_ref_t fun_;
71 struct search_pred
83 using reference_ =
85 reference_ read() const in read()
89 void next() in next()
109 bool equal(default_sentinel_t) const in equal()
[all …]
H A Drepeat_n.hpp49 struct cursor struct
52 Val const * value_;
53 std::ptrdiff_t n_;
57 cursor(Val const & value, std::ptrdiff_t n) in cursor() function
61 Val const & read() const in read()
65 constexpr bool equal(default_sentinel_t) const in equal()
69 bool equal(cursor const & that) const in equal()
73 void next() in next()
78 void prev() in prev()
82 void advance(std::ptrdiff_t n) in advance()
[all …]
/dports/devel/range-v3/range-v3-0.11.0/include/range/v3/view/
H A Dcartesian_product.hpp144 struct cursor struct
151 using difference_type =
157 void next_(meta::size_t<1>) in next_()
166 void next_(meta::size_t<N>) in next_()
178 void prev_(meta::size_t<0>) in prev_()
289 cursor(end_tag, constify_if<cartesian_product_view> * view, in cursor() function
297 cursor(end_tag, constify_if<cartesian_product_view> * view, in cursor() function
311 explicit cursor(begin_tag, constify_if<cartesian_product_view> * view) in cursor() argument
319 explicit cursor(end_tag, constify_if<cartesian_product_view> * view) in cursor() function
328 cursor(cursor<Other> that) in cursor() function
[all …]
H A Dcycle.hpp61 struct cursor struct
66 using constify_if = meta::const_if_c<IsConst, T>;
67 using cycled_view_t = constify_if<cycled_view>;
68 using CRng = constify_if<Rng>;
69 using iterator = iterator_t<CRng>;
71 cycled_view_t * rng_{};
72 iterator it_{};
73 std::intmax_t n_ = 0;
88 void set_end_(std::true_type) const in set_end_()
90 void set_end_(std::false_type) const in set_end_()
[all …]
H A Dsplit_when.hpp58 struct cursor struct
64 bool zero_;
66 iterator_t<CRng> cur_;
67 sentinel_t<CRng> last_;
69 fun_ref_t fun_;
71 struct search_pred
83 using reference_ =
85 reference_ read() const in read()
89 void next() in next()
109 bool equal(default_sentinel_t) const in equal()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/test/iterator/
H A Dbasic_iterator.cpp29 struct cursor struct
31 I it_;
47 explicit cursor(I i) in cursor() argument
103 I it_;
119 explicit cursor(I i) in cursor() function
219 explicit cursor(I i) in cursor() function
233 I it_;
269 I it_;
285 explicit cursor(I i) in cursor() function
468 explicit cursor(I i) in cursor() argument
[all …]
/dports/devel/range-v3/range-v3-0.11.0/test/iterator/
H A Dbasic_iterator.cpp29 struct cursor struct
31 I it_;
47 explicit cursor(I i) in cursor() function
103 I it_;
119 explicit cursor(I i) in cursor() function
219 explicit cursor(I i) in cursor() argument
233 I it_;
269 I it_;
285 explicit cursor(I i) in cursor() function
468 explicit cursor(I i) in cursor() function
[all …]
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/rhythm/
H A Drhythm.py40 def rhythm_double(cursor): argument
43 def rhythm_halve(cursor): argument
46 def rhythm_dot(cursor): argument
49 def rhythm_undot(cursor): argument
52 def rhythm_remove_scaling(cursor): argument
58 def rhythm_remove(cursor): argument
61 def rhythm_implicit(cursor): argument
64 def rhythm_implicit_per_line(cursor): argument
67 def rhythm_explicit(cursor): argument
83 def rhythm_copy(cursor): argument
[all …]
/dports/x11/mlterm/mlterm-3.9.1/vtemu/
H A Dvt_cursor.c61 void vt_cursor_init(vt_cursor_t *cursor, vt_model_t *model) { in vt_cursor_init()
82 int vt_cursor_moveh_by_col(vt_cursor_t *cursor, int col) { in vt_cursor_moveh_by_col()
86 void vt_cursor_goto_home(vt_cursor_t *cursor) { in vt_cursor_goto_home()
93 void vt_cursor_goto_beg_of_line(vt_cursor_t *cursor) { in vt_cursor_goto_beg_of_line()
99 int vt_cursor_go_forward(vt_cursor_t *cursor) { in vt_cursor_go_forward()
122 int vt_cursor_cr_lf(vt_cursor_t *cursor) { in vt_cursor_cr_lf()
139 vt_line_t *vt_get_cursor_line(vt_cursor_t *cursor) { in vt_get_cursor_line()
143 vt_char_t *vt_get_cursor_char(vt_cursor_t *cursor) { in vt_get_cursor_char()
147 void vt_cursor_char_is_cleared(vt_cursor_t *cursor) { in vt_cursor_char_is_cleared()
168 void vt_cursor_save(vt_cursor_t *cursor) { in vt_cursor_save()
[all …]
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/IO/
H A DIOUtils.h67 T read(const char*& cursor) { in read()
75 T read(const char* const& cursor) { in read()
82 int readInt(const char*& cursor) { in readInt()
87 int readInt(const char* const& cursor) { in readInt()
92 unsigned int readUnsignedInt(const char*& cursor) { in readUnsignedInt()
102 size_t readSize(const char*& cursor) { in readSize()
107 size_t readSize(const char* const& cursor) { in readSize()
112 bool readBool(const char*& cursor) { in readBool()
117 bool readBool(const char* const& cursor) { in readBool()
122 float readFloat(const char*& cursor) { in readFloat()
[all …]
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/
H A Dquickremove.py46 def decorator(cursor, *args): argument
99 def comments(cursor): argument
108 def articulations(cursor): argument
115 def ornaments(cursor): argument
121 def instrument_scripts(cursor): argument
127 def slurs(cursor): argument
133 def beams(cursor): argument
139 def ligatures(cursor): argument
145 def dynamics(cursor): argument
151 def fingerings(cursor): argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/inline/
H A Dng_inline_cursor_test.cc190 NGInlineCursor cursor = in TEST_P() local
223 NGInlineCursor cursor; in TEST_P() local
237 NGInlineCursor cursor; in TEST_P() local
248 NGInlineCursor cursor; in TEST_P() local
259 NGInlineCursor cursor; in TEST_P() local
273 NGInlineCursor cursor; in TEST_P() local
293 NGInlineCursor cursor; in TEST_P() local
302 NGInlineCursor cursor = in TEST_P() local
325 NGInlineCursor cursor = in TEST_P() local
392 NGInlineCursor cursor = in TEST_P() local
[all …]
/dports/print/py-python-ly/python-ly-0.9.6/ly/
H A Drhythm.py220 def preceding_duration(cursor): argument
235 def rhythm_double(cursor): argument
250 def rhythm_halve(cursor): argument
265 def rhythm_dot(cursor): argument
274 def rhythm_undot(cursor): argument
283 def rhythm_remove_scaling(cursor): argument
299 def rhythm_remove(cursor): argument
306 def rhythm_implicit(cursor): argument
322 def rhythm_implicit_per_line(cursor): argument
346 def rhythm_explicit(cursor): argument
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/streamcache/
H A Dcursor.go11 type cursor struct { struct
12 pos int64
13 subscribers []*notifier
14 m sync.RWMutex
15 doneChan chan struct{}
20 func (c *cursor) Subscribe() *notifier {
29 func (c *cursor) Unsubscribe(n *notifier) {
52 func (c *cursor) Done() <-chan struct{} { return c.doneChan }
54 func (c *cursor) IsDone() bool {
65 func (c *cursor) SetPosition(pos int64) {
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/streamcache/
H A Dcursor.go11 type cursor struct { struct
12 pos int64
13 subscribers []*notifier
14 m sync.RWMutex
15 doneChan chan struct{}
20 func (c *cursor) Subscribe() *notifier {
29 func (c *cursor) Unsubscribe(n *notifier) {
52 func (c *cursor) Done() <-chan struct{} { return c.doneChan }
54 func (c *cursor) IsDone() bool {
65 func (c *cursor) SetPosition(pos int64) {
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/test/view/
H A Dfacade.cpp24 struct cursor struct
27 std::vector<int>::const_iterator iter;
29 using contiguous = std::true_type;
31 cursor(std::vector<int>::const_iterator it) in cursor() function
34 int const & read() const in read()
38 bool equal(cursor const &that) const in equal()
42 void next() in next()
46 void prev() in prev()
50 std::ptrdiff_t distance_to(cursor const &that) const in distance_to()
54 void advance(std::ptrdiff_t n) in advance()
/dports/devel/range-v3/range-v3-0.11.0/test/view/
H A Dfacade.cpp24 struct cursor struct
27 std::vector<int>::const_iterator iter;
29 using contiguous = std::true_type;
31 cursor(std::vector<int>::const_iterator it) in cursor() argument
34 int const & read() const in read()
38 bool equal(cursor const &that) const in equal()
42 void next() in next()
46 void prev() in prev()
50 std::ptrdiff_t distance_to(cursor const &that) const in distance_to()
54 void advance(std::ptrdiff_t n) in advance()
/dports/databases/py-pg8000/pg8000-1.23.0/test/legacy/
H A Dtest_typeconversion.py102 def test_str_roundtrip(cursor): argument
110 def test_str_then_int(cursor): argument
428 def test_name_out(cursor): argument
434 def test_oid_out(cursor): argument
439 def test_boolean_in(cursor): argument
450 def test_int2_out(cursor): argument
455 def test_int4_out(cursor): argument
460 def test_int8_out(cursor): argument
480 def test_char_out(cursor): argument
485 def test_text_out(cursor): argument
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/cplusplus/cppselectionchanger/
H A Dtst_cppselectionchangertest.cpp129 QTextCursor cursor = textDocument.find(stringToSearchFor); in getCursorStartPositionForFoundString() local
136 bool tst_CppSelectionChanger::expand(QTextCursor &cursor) in expand()
152 bool tst_CppSelectionChanger::shrink(QTextCursor &cursor) in shrink()
228 QTextCursor cursor = getCursorStartPositionForFoundString("int a;"); in testStructSelection() local
541 QTextCursor cursor = getCursorStartPositionForFoundString("int i = 0"); in testForSelection() local
572 QTextCursor cursor = getCursorStartPositionForFoundString("auto val"); in testRangeForSelection() local
599 QTextCursor cursor = getCursorStartPositionForFoundString("Hello"); in testStringLiteral() local
639 QTextCursor cursor = getCursorStartPositionForFoundString("'c'"); in testCharLiteral() local
655 QTextCursor cursor = getCursorStartPositionForFoundString("10, 20"); in testFunctionCall() local
727 QTextCursor cursor = getCursorStartPositionForFoundString("=, &a"); in testLambda() local
[all …]
/dports/games/tty-solitaire/tty-solitaire-1.3.1/src/
H A Dcursor.c11 void cursor_malloc(struct cursor **cursor) { in cursor_malloc()
18 void cursor_init(struct cursor *cursor) { in cursor_init()
25 void cursor_free(struct cursor *cursor) { in cursor_free()
30 void cursor_mark(struct cursor *cursor) { in cursor_mark()
34 void cursor_unmark(struct cursor *cursor) { in cursor_unmark()
38 void cursor_move(struct cursor *cursor, enum movement movement) { in cursor_move()
114 struct stack **cursor_stack(struct cursor *cursor) { in cursor_stack()
146 bool cursor_on_stock(struct cursor *cursor) { in cursor_on_stock()
150 bool cursor_on_invalid_spot(struct cursor *cursor) { in cursor_on_invalid_spot()
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlcursor.c75 #define debug_location(cursor) argument
92 html_cursor_init (HTMLCursor *cursor, in html_cursor_init()
167 html_cursor_home (HTMLCursor *cursor, in html_cursor_home()
209 forward (HTMLCursor *cursor, in forward()
275 backward (HTMLCursor *cursor, in backward()
341 html_cursor_up (HTMLCursor *cursor, in html_cursor_up()
456 html_cursor_down (HTMLCursor *cursor, in html_cursor_down()
1024 move_left (HTMLCursor *cursor, in move_left()
1062 left_in_flow (HTMLCursor *cursor, in left_in_flow()
1127 move_right (HTMLCursor *cursor, in move_right()
[all …]

12345678910>>...315