Home
last modified time | relevance | path

Searched full:home (Results 1 – 11 of 11) sorted by relevance

/civetweb-2.7.6/
D.travis.yml10 - $HOME/third-party
26 mkdir $HOME/usr;
27 export PATH="$HOME/usr/bin:$PATH";
30 ./cmake-3.7.2-Linux-x86_64.sh --prefix=$HOME/usr --exclude-subdir --skip-license;
72 "-DCIVETWEB_THIRD_PARTY_DIR=${HOME}/third-party"
DREADME.md4 **The official home of CivetWeb is [https://github.com/civetweb/civetweb](https://github.com/civetw…
/civetweb-2.7.6/examples/https/
Dcivetweb.conf23 # proper certificate. Don't use it for your public home page, but
/civetweb-2.7.6/src/third_party/lua-5.1.5/test/
Dlife.lua102 write("\027[H") -- ANSI home cursor
/civetweb-2.7.6/docs/
DOpenSSL.md144 OpenSSL project home page (http://www.openssl.org/related/binaries.html).
DUserManual.md690 Or, to imitate support for user home directories, do:
692 CivetWeb -url_rewrite_patterns /~joe/=/home/joe/,/~bill=/home/bill/
/civetweb-2.7.6/src/third_party/
Dsqlite3.h3197 ** <tr><td> file:/home/fred/data.db<br>
3198 ** file:///home/fred/data.db <br>
3199 ** file://localhost/home/fred/data.db <br> <td>
3200 ** Open the database file "/home/fred/data.db".
3201 ** <tr><td> file://darkstar/home/fred/data.db <td>
3213 ** <tr><td> file:/home/fred/data.db?vfs=unix-dotfile <td>
3214 ** Open file "/home/fred/data.db". Use the special VFS "unix-dotfile"
Dsqlite3.c4226 ** <tr><td> file:/home/fred/data.db<br>
4227 ** file:///home/fred/data.db <br>
4228 ** file://localhost/home/fred/data.db <br> <td>
4229 ** Open the database file "/home/fred/data.db".
4230 ** <tr><td> file://darkstar/home/fred/data.db <td>
4242 ** <tr><td> file:/home/fred/data.db?vfs=unix-dotfile <td>
4243 ** Open file "/home/fred/data.db". Use the special VFS "unix-dotfile"
23694 ** home-grown mutexes. Encapsulate these conditions into a single #define.
34630 ** is "/home/user1/config.db" then the file that is created and mmapped
34631 ** for shared memory will be called "/home/user1/config.db-shm".
[all …]
/civetweb-2.7.6/src/third_party/lua-5.1.5/doc/
Dmanual.html6848 x = string.gsub("home = $HOME, user = $USER", "%$(%w+)", os.getenv)
6849 --&gt; x="home = /home/roberto, user = roberto"
/civetweb-2.7.6/src/third_party/lua-5.2.4/doc/
Dmanual.html8048 x = string.gsub("home = $HOME, user = $USER", "%$(%w+)", os.getenv)
8049 --&gt; x="home = /home/roberto, user = roberto"
/civetweb-2.7.6/src/third_party/lua-5.3.5/doc/
Dmanual.html8449 x = string.gsub("home = $HOME, user = $USER", "%$(%w+)", os.getenv)
8450 --&gt; x="home = /home/roberto, user = roberto"