Searched refs:width (Results 1 – 13 of 13) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | printf.c | 282 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 D | test_rtree.c | 371 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 D | shell.c.in | 546 ** 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 D | sqlite.h.in | 8758 ** <table border=1 width=85% align=center>
|
| /sqlite-3.40.0/test/ |
| H A D | shell1.test | 627 [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 D | malloctraceviewer.tcl | 204 $O(tree) column calls -width 100 205 $O(tree) column bytes -width 100
|
| H A D | show_speedtest1_rtree.tcl | 31 .c config -width $w -height $h
|
| H A D | fuzz-oss1.test | 1020 "nfo:height:graph" INTEGER, "nfo:width" INTEGER, "nfo:width:graph"
|
| /sqlite-3.40.0/contrib/ |
| H A D | sqlitecon.tcl | 652 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 D | viewrtree.tcl | 15 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 D | emscripten.css | 11 width: 50px;
|
| /sqlite-3.40.0/ext/wasm/fiddle/ |
| H A D | emscripten.css | 11 width: 50px;
|
| /sqlite-3.40.0/ext/wasm/jaccwabyt/ |
| H A D | jaccwabyt.md | 1059 div.content h3 {border-left-width: 2.5em}
|