Home
last modified time | relevance | path

Searched refs:location (Results 1 – 25 of 28) sorted by relevance

12

/sqlite-3.40.0/ext/wasm/api/
H A Dextern-post-js.js36 location: self.location, property
37 urlParams: new URL(self.location.href).searchParams
40 (new URL(self.location.href).searchParams).has('sqlite3.debugModule')
59 || self.location.pathname.endsWith('.worker.js')
89 console.warn("self.location.href =",self.location.href);
H A Dsqlite3-api-cleanup.js56 if(self.location && +self.location.port > 1024){
H A Dsqlite3-worker1-promiser.js249 const urlParams = new URL(self.location.href).searchParams;
254 return new Worker(theJs + self.location.search);
H A Dsqlite3-worker1.js36 const urlParams = new URL(self.location.href).searchParams;
H A Dpre-js.js11 sqlite3InitModuleState.debugModule('self.location =',self.location);
H A Dsqlite3-api-opfs.js93 const urlParams = new URL(self.location.href).searchParams;
145 console.log(self.location.href,
146 "metrics for",self.location.href,":",metrics,
H A Dsqlite3-opfs-async-proxy.js91 console.log(self.location.href,
92 "metrics for",self.location.href,":\n",
/sqlite-3.40.0/ext/wasm/common/
H A DSqliteTestUtil.js140 !window.location ||
141 !window.location.search ) return false;
142 else str = (''+window.location.search).substring(1);
/sqlite-3.40.0/ext/wasm/fiddle/
H A Dfiddle.js107 || window.location.pathname
329 SF.worker = new Worker('fiddle-worker.js'+self.location.search);
810 const urlParams = new URL(self.location.href).searchParams;
H A Dfiddle-worker.js364 importScripts('fiddle-module.js'+self.location.search);
/sqlite-3.40.0/test/
H A Dnockpt.test75 # location as the previous one.
107 # Open and populate a new database file at the same file-system location
H A DcorruptC.test321 # Seek to a random location in the file, and write a random single byte
330 # on the first corrupt value, use location $tn
331 # this ensures that we touch each location in the
335 # insert random byte at random location
H A Dmultiplex3.test105 # b. Copy all files on disk to a new db location, including the journal.
H A Dautovacuum.test137 # the free root-page location.
607 # and the destination location collides with at least one other
H A Dfuzz-oss1.test632 "ncal:priority:graph" INTEGER, "ncal:location" TEXT COLLATE NOCASE,
633 "ncal:location:graph" INTEGER, "ncal:uid" TEXT COLLATE NOCASE,
1087 INTEGER, "slo:location" INTEGER, "slo:location:graph" INTEGER,
1091 CREATE TABLE "nie:InformationElement_mlo:location" (ID INTEGER NOT
1092 NULL, "mlo:location" INTEGER NOT NULL, "mlo:location:graph" INTEGER);
1720 "nie:InformationElement_mlo:location" (ID);
1722 "nie:InformationElement_mlo:location" ("mlo:location", ID);
1745 CREATE INDEX "nie:InformationElement_slo:location" ON
1746 "nie:InformationElement" ("slo:location");
H A Dcorrupt2.test285 # to the new location. These tests test the outcome of corrupting
/sqlite-3.40.0/ext/wasm/
H A Dtest-opfs-vfs.js38 const urlArgs = new URL(self.location.href).searchParams;
H A Dspeedtest1-worker.js4 const urlParams = new URL(self.location.href).searchParams;
H A Ddemo-123.js269 const urlParams = new URL(self.location.href).searchParams;
H A Dbatch-runner.js21 const urlParams = new URL(self.location.href).searchParams;
/sqlite-3.40.0/tool/
H A Dbuild-all-msvc.bat47 REM variables may be set to specify the location of the CRT, Universal CRT, and
92 REM assume the Windows 8.1 SDK location should be used.
98 REM assume the Windows 10.0 SDK location should be used.
555 REM cannot simply be the "lib" sub-directory beneath the location
557 REM that location does not actually contain the necessary library
/sqlite-3.40.0/autoconf/tea/tclconfig/
H A Dtcl.m4387 # from the framework at the given location so that linking works
388 # against Tcl.framework installed in an arbitrary location.
495 # from the framework at the given location so that linking works
496 # against Tk.framework installed in an arbitrary location.
585 # tclConfig.sh is in install location
643 # tkConfig.sh is in install location
3258 # library. This location is used first, then
3278 # Or in a user-specified location.
3448 # Check order: pkg --prefix location, Tcl's --prefix location,
3627 # Check order: pkg --prefix location, Tk's --prefix location,
[all …]
/sqlite-3.40.0/autoconf/
H A DINSTALL71 this time using the binaries in their final installed location.
172 prefix=/alternate/directory' will choose an alternate location for all
294 `CONFIG_SITE' environment variable to the location of the site script.
/sqlite-3.40.0/autoconf/tea/win/
H A Dmakefile.vc137 Please `cd` to its location first.
/sqlite-3.40.0/
H A Dconfigure.ac406 AC_MSG_WARN(*** Consider using --with-tcl=... to define location of Tcl ***)

12