Searched full:home (Results 1 – 11 of 11) sorted by relevance
/civetweb-2.7.6/ |
D | .travis.yml | 10 - $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"
|
D | README.md | 4 **The official home of CivetWeb is [https://github.com/civetweb/civetweb](https://github.com/civetw…
|
/civetweb-2.7.6/examples/https/ |
D | civetweb.conf | 23 # proper certificate. Don't use it for your public home page, but
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/test/ |
D | life.lua | 102 write("\027[H") -- ANSI home cursor
|
/civetweb-2.7.6/docs/ |
D | OpenSSL.md | 144 OpenSSL project home page (http://www.openssl.org/related/binaries.html).
|
D | UserManual.md | 690 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/ |
D | sqlite3.h | 3197 ** <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"
|
D | sqlite3.c | 4226 ** <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/ |
D | manual.html | 6848 x = string.gsub("home = $HOME, user = $USER", "%$(%w+)", os.getenv) 6849 --> x="home = /home/roberto, user = roberto"
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/doc/ |
D | manual.html | 8048 x = string.gsub("home = $HOME, user = $USER", "%$(%w+)", os.getenv) 8049 --> x="home = /home/roberto, user = roberto"
|
/civetweb-2.7.6/src/third_party/lua-5.3.5/doc/ |
D | manual.html | 8449 x = string.gsub("home = $HOME, user = $USER", "%$(%w+)", os.getenv) 8450 --> x="home = /home/roberto, user = roberto"
|