Home
last modified time | relevance | path

Searched refs:width (Results 1 – 13 of 13) sorted by relevance

/sqlite-3.40.0/src/
H A Dprintf.c282 width = 0; in sqlite3_str_vappendf()
331 if( width<0 ){ in sqlite3_str_vappendf()
333 width = width >= -2147483647 ? -width : 0; in sqlite3_str_vappendf()
410 assert( width>=0 ); in sqlite3_str_vappendf()
687 length = width; in sqlite3_str_vappendf()
695 length = width = 0; in sqlite3_str_vappendf()
742 width = 0; in sqlite3_str_vappendf()
764 && width==0 in sqlite3_str_vappendf()
869 length = width = 0; in sqlite3_str_vappendf()
912 width -= length; in sqlite3_str_vappendf()
[all …]
H A Dtest_rtree.c371 double width; member
419 pCube->width = p->aParam[3]; in cube_geom()
429 if( aCoord[0]<=(pCube->x+pCube->width) in cube_geom()
H A Dshell.c.in546 ** then right-justify the text. W is the width in UTF-8 characters, not
548 ** since with %*.*s the width is measured in bytes, not characters.
1169 int *colWidth; /* Requested width of each column in columnar modes */
1170 int *actualWidth; /* Actual width of each column */
3301 int mxWidth, /* Max width. 0 means no limit */
4443 " column Output in columns. (See .width)",
4604 ".width NUM1 NUM2 ... Set minimum column widths for columnar output",
10219 utf8_printf(p->out, "%12.12s: ", "width");
10827 if( c=='w' && cli_strncmp(azArg[0], "width", n)==0 ){
H A Dsqlite.h.in8758 ** <table border=1 width=85% align=center>
/sqlite-3.40.0/test/
H A Dshell1.test627 [regexp {width:} $res]
692 # .width NUM NUM ... Set column widths for "column" mode
694 catchcmd "test.db" ".width"
697 catchcmd "test.db" ".width xxx"
698 # this should be treated the same as a '0' width for col 1
701 catchcmd "test.db" ".width xxx yyy"
702 # this should be treated the same as a '0' width for col 1 and 2
705 catchcmd "test.db" ".width 1 1"
706 # this should be treated the same as a '1' width for col 1 and 2
710 # this should be treated the same as a '1' width for col 1 and 2
[all …]
H A Dmalloctraceviewer.tcl204 $O(tree) column calls -width 100
205 $O(tree) column bytes -width 100
H A Dshow_speedtest1_rtree.tcl31 .c config -width $w -height $h
H A Dfuzz-oss1.test1020 "nfo:height:graph" INTEGER, "nfo:width" INTEGER, "nfo:width:graph"
/sqlite-3.40.0/contrib/
H A Dsqlitecon.tcl652 button $w.b.can -text Cancel -width 6 -command [list set ::$w 0]
653 button $w.b.ok -text OK -width 6 -command [list set ::$w 1]
654 button $w.b.cut -text Cut -width 6 -command [list ::sqlitecon::Cut $w.t]
655 button $w.b.copy -text Copy -width 6 -command [list ::sqlitecon::Copy $w.t]
656 button $w.b.paste -text Paste -width 6 -command [list ::sqlitecon::Paste $w.t]
/sqlite-3.40.0/ext/rtree/
H A Dviewrtree.tcl15 canvas .c -background white -width 400 -height 300 -highlightthickness 0
136 set xscale [expr {double([winfo width .c]-20)/($xmax-$xmin)}]
/sqlite-3.40.0/ext/wasm/common/
H A Demscripten.css11 width: 50px;
/sqlite-3.40.0/ext/wasm/fiddle/
H A Demscripten.css11 width: 50px;
/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.md1059 div.content h3 {border-left-width: 2.5em}