Home
last modified time | relevance | path

Searched refs:side (Results 1 – 25 of 42) sorted by relevance

12

/sqlite-3.40.0/contrib/
H A Dsqlitecon.tcl47 pack $w.mb -side top -fill x
50 pack $w.mb.file $w.mb.edit -side left -padx 8 -pady 1
75 pack $w.sb -side right -fill y
77 pack $w.t -side right -fill both -expand 1
651 pack $w.b -side bottom -fill x
659 -side left -padx 5 -pady 5 -expand 1
662 pack $w.title -side top -padx 5 -pady 5
665 pack $w.t -side left -fill both -expand 1
667 pack $w.sb -side left -fill y
/sqlite-3.40.0/test/
H A Dshow_speedtest1_rtree.tcl24 pack .b.b1 .b.b2 .b.b3 -side left
25 pack .c -side top -fill both -expand 1
26 pack .b -side top
H A Dtkt1443.test17 # side of an IN operator were not being checked correctly. So in an
22 # the optimizer was missing the fact that the right-hand side of the IN
H A DvtabB.test16 # Also make sure a virtual table on the right-hand side of an IN operator
H A Dtrigger6.test15 # If an expression uses a function that has side-effects or which
H A Din.test65 # Testing of the IN operator using static lists on the right-hand side.
103 # Testing the IN operator where the right-hand side is a SELECT
340 # Type affinity applied to the right-hand side of an IN operator.
495 # appears as part of a set of values on the right-hand side of an
H A Dsidedelete.test13 # changes that involve side effects that delete rows from
H A DwhereK.test13 # factored from either side of the OR and combined into a single new
H A Dtkt-80e031a00f.test15 # even if the left-hand side is NULL.
28 # list of scalar values on the right-hand side of an IN or NOT IN
H A Dmalloctraceviewer.tcl190 pack .pan.right.index -side top -fill x
H A Dinsert.test353 # to see if the right-hand side of an INSERT...SELECT references the left-hand
354 # side.
H A Dcapi3d.test200 # statement would change the database file through side-effects: SELECT
H A Dcollate2.test636 # Test that when one side has a default collation type and the other
664 # the focus of these tests is to ensure that the table on the left-hand-side
H A Dmisc3.test338 # Ticket #668: VDBE stack overflow occurs when the left-hand side
H A Dcollate5.test192 # either side of the troublesome 256 and 65536 byte marks.
H A Din3.test220 # Numeric affinity should be applied to each side before the comparison
H A Dtypes2.test240 # The affinity of columns on the right side of IN(...) is ignored.
/sqlite-3.40.0/ext/rtree/
H A Dgeopoly.c883 unsigned char side; /* 1 for p1, 2 for p2 */ member
903 unsigned char side, in geopolyAddOneSegment() argument
922 pSeg->side = side; in geopolyAddOneSegment()
944 unsigned char side /* The side of pPoly */ in geopolyAddSegments() argument
950 geopolyAddOneSegment(p, x[0], x[1], x[2], x[3], side, i); in geopolyAddSegments()
1100 iMask ^= pSeg->side; in geopolyOverlap()
1109 if( pPrev->y>pSeg->y && pPrev->side!=pSeg->side ){ in geopolyOverlap()
1112 pPrev->side, pPrev->idx, in geopolyOverlap()
1113 pSeg->side, pSeg->idx)); in geopolyOverlap()
1120 iMask ^= pSeg->side; in geopolyOverlap()
[all …]
H A Drtreedoc2.test82 # right-hand side of the MATCH operator and the left-hand side of the
231 # the parameter values passed to the SQL function on the right-hand side
H A DrtreeC.test152 # Test that LEFT JOINs are not reordered if the right-hand-side is
/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.md11 two-way interchange of struct state with very little user-side
68 writes of the JS-side members are marshaled through a flat byte array
69 allocated from the WASM heap. As that heap is shared with the C-side
219 // C-side:
262 call for giving them different names in the JS side and the
494 collisions between the struct-side members and the JS-side ones
665 which refer to C-side struct counterparts.
719 to proxy static/shared C-side instances:
729 way of knowing when the C-side struct is destroyed. Results are
730 specifically undefined if the JS-side struct is used after the C-side
[all …]
/sqlite-3.40.0/doc/
H A Dtrusted-schema.md11 added features invoke SQL functions or virtual tables with side effects,
30 Direct-only elements, in contrast, might have cause side-effects and
49 Direct-only elements that have side-effects that go outside the database file
62 with side-effects are marked as Direct-Only.
H A Djson-enhancements.md104 a JSON object label or an integer array index for the right-hand side
/sqlite-3.40.0/ext/fts3/
H A DREADME.syntax16 If the left-hand-side of the MATCH operator is set to the name of the
122 left hand side of the MATCH operator, a specific column of the fts3 table
202 the left and right hand side operands of NEAR operators must be either
/sqlite-3.40.0/src/
H A Din-operator.md12 The "x" is referred to as the LHS (left-hand side). The list or subquery
13 on the right is called the RHS (right-hand side). If the RHS is a list

12