Home
last modified time | relevance | path

Searched refs:options (Results 1 – 25 of 38) sorted by relevance

12

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-opfs.js90 if(!options || 'object'!==typeof options){
91 options = Object.create(null);
94 if(undefined===options.verbose){
97 if(undefined===options.sanityChecks){
100 if(undefined===options.proxyUri){
101 options.proxyUri = callee.defaultProxyUri;
104 if('function' === typeof options.proxyUri){
105 options.proxyUri = options.proxyUri();
169 const W = new Worker(options.proxyUri);
231 state.verbose = options.verbose;
[all …]
/sqlite-3.40.0/autoconf/
H A DINSTALL99 Some systems require unusual options for compilation or linking that
129 "universal" binaries--by specifying multiple `-arch' options to the
157 options like `--bindir=DIR' to specify different values for particular
189 when some directory options were not specified in terms of `${prefix}'
199 Some packages pay attention to `--enable-FEATURE' options to
208 you can use the `configure' options `--x-includes=DIR' and
251 not `/usr/local'. It is recommended to use the following options:
319 `configure' recognizes the following options to control how it
324 Print a summary of all of the options to `configure', and exit.
328 Print a summary of the options unique to this package's
[all …]
H A DREADME.txt24 The following SQLite specific boolean options are supported:
30 The default value for the CFLAGS variable (options passed to the C
H A Dconfigure.ac36 # Two options to enable readline compatible libraries:
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5config.test13 # with parsing the various configuration and CREATE TABLE options.
73 # The parsing of SQL literals specified as part of 'rank' options.
107 # Misquoting in tokenize= and other options.
135 # Duplicate tokenize= and other options.
160 # 9.1.* 'pgsz' options.
161 # 9.2.* 'automerge' options.
162 # 9.3.* 'crisismerge' options.
164 # 9.5.* 'hashsize' options.
H A Dfts5unicode2.test537 # Check that multiple options are handled correctly.
574 # Test that the tokenchars and separators options work with the
H A Dfts5content.test12 # This file contains tests for the content= and content_rowid= options.
H A Dfts5tokenizer.test90 # Test the "separators" and "tokenchars" options a bit.
H A Dfts5detail.test71 # integrity-check with both detail= and prefix= options.
/sqlite-3.40.0/doc/
H A Dtrusted-schema.md1 # The new-security-options branch
3 ## The problem that the [new-security-options](/timeline?r=new-security-options) branch tries to so…
20 ## Overview of changes in [new-security-options](/timeline?r=new-security-options)
92 4. New options for the "enc" parameter to sqlite3\_create\_function() and
99 5. New options to sqlite3\_vtab\_config():
H A Djson-enhancements.md142 No special compile-time options are needed to load JSON into the build.
/sqlite-3.40.0/test/
H A Dpermutations.test20 # where available options are:
45 set o [array names options ${k}*]
48 set options([lindex $o 0]) $v
932 # lappend options "
939 # eval sa_crashsql $options
1136 set options(-initialize) ""
1137 set options(-shutdown) ""
1138 set options(-prefix) ""
1139 set options(-dbconfig) ""
1140 set options(-presql) ""
[all …]
H A Duri.test19 # 2.*: That URI options (query parameters) are correctly extracted from URIs.
21 # 4.*: Tests for specifying other options (other than "vfs").
161 # Test some of the other options (other than "vfs").
199 foreach {tn options sc_default is_shared} {
215 sqlite3 db "file:test.db?$options"
H A Dtableopts.test12 # Test the operation of table-options in the WITH clause of the
H A Dfuzz_malloc.test32 # Usage: do_fuzzy_malloc_test <testname> ?<options>?
H A Dfts4unicode.test521 # Check that multiple options are handled correctly.
558 # Test that the tokenchars and separators options work with the
H A Dfts4noti.test152 # Test that multiple notindexed options on a single table work as expected.
H A Dindexfault.test66 # with default options and once with a 50KB soft-heap-limit.
/sqlite-3.40.0/autoconf/tea/win/
H A Dnmakehlp.c42 static int CheckForLinkerFeature(char **options, int count);
331 char **options, in CheckForLinkerFeature() argument
390 lstrcat(cmdline, options[i]); in CheckForLinkerFeature()
H A Drules.vc211 # Decode the options requested.
452 # Set our defines now armed with our options.
707 !message *** Compiler options '$(COMPILERFLAGS) $(OPTIMIZATIONS) $(DEBUGFLAGS) $(WARNINGS)'
708 !message *** Link options '$(LINKERFLAGS)'
/sqlite-3.40.0/ext/wasm/common/
H A Dtesting.css19 fieldset.options {
/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.md90 configurable options. Similarly, the build tree requires Emscripten
179 // These config options are all required:
188 for the ones shown above. Those three config options abstract away
452 The binder factory supports the following options in its
577 config options.
845 completely optional [StructBinderFactory][] config options.
857 options. (Over-engineering is an arguably bad habit of mine.)
/sqlite-3.40.0/
H A Dconfig.guess1147 if test -f /usr/options/cb.name; then
1148 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
H A Daclocal.m4182 # See if we are running on zsh, and set the options which allow our
1905 [Does compiler simultaneously support -c and -o options?])
3612 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
3931 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4980 # The compiler driver will combine and reorder linker options,
6186 # The compiler driver will combine and reorder linker options,
7430 [# Set options
7525 # `disable-shared' LT_INIT options.
7579 # `disable-static' LT_INIT options.
7633 # and `disable-fast-install' LT_INIT options.
[all …]
/sqlite-3.40.0/ext/wasm/
H A Dbatch-runner.js456 for(let opt of this.e.selImpl.options){

12