Searched full:directories (Results 1 – 20 of 20) sorted by relevance
/civetweb-2.7.6/src/third_party/lua-5.1.5/ |
D | INSTALL | 33 create directories bin, include, lib, man, and install Lua there as 41 These are the only directories you need for development. 45 useful stuff in etc. You don't need these directories for development.
|
D | Makefile | 10 # Where to install. The installation starts in the src and doc directories,
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/debugger/ |
D | duk_debug.js | 422 * Scan the list of search directories for Ecmascript source files and 434 function SourceFileManager(directories) { argument 435 this.directories = directories; 445 this.directories.forEach(function (dir) { 469 …og('Found ' + files.length + ' source files in ' + this.directories.length + ' search directories'… 489 for (i = 0; i < _this.directories.length; i++) { 490 fn = path.join(_this.directories[i], fileName);
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/debugger/ |
D | duk_debug.js | 422 * Scan the list of search directories for Ecmascript source files and 434 function SourceFileManager(directories) { argument 435 this.directories = directories; 445 this.directories.forEach(function (dir) { 469 …og('Found ' + files.length + ' source files in ' + this.directories.length + ' search directories'… 489 for (i = 0; i < _this.directories.length; i++) { 490 fn = path.join(_this.directories[i], fileName);
|
/civetweb-2.7.6/src/third_party/lua-5.3.5/doc/ |
D | readme.html | 164 The installation starts in the <TT>src</TT> and <TT>doc</TT> directories, 187 These are the only directories you need for development.
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/doc/ |
D | readme.html | 167 The installation starts in the <TT>src</TT> and <TT>doc</TT> directories, 190 These are the only directories you need for development.
|
/civetweb-2.7.6/ |
D | RELEASE_NOTES.md | 323 - Allow directories with non ASCII characters in Windows in UTF-8 encoded (bel2125) 412 - Reorangized build directories to make them more intuitive
|
D | Makefile | 18 # Installation directories by convention
|
D | .travis.yml | 9 directories:
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/ |
D | Makefile | 9 # Where to install. The installation starts in the src and doc directories,
|
/civetweb-2.7.6/src/third_party/lua-5.3.5/ |
D | Makefile | 9 # Where to install. The installation starts in the src and doc directories,
|
/civetweb-2.7.6/docs/ |
D | UserManual.md | 684 This makes it possible to serve many directories outside from `document_root`, 690 Or, to imitate support for user home directories, do:
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/ |
D | luaconf.h | 85 ** non-conventional directories.
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/ |
D | luaconf.h | 81 ** non-conventional directories.
|
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/ |
D | luaconf.h | 180 ** non-conventional directories.
|
/civetweb-2.7.6/include/ |
D | civetweb.h | 59 /* Support files from local directories */
|
/civetweb-2.7.6/src/ |
D | main.c | 1200 /* Make sure we have absolute paths for files and directories */ in sanitize_options()
|
D | civetweb.c | 9193 return -1; /* Always put directories on top */ 9195 return 1; /* Always put directories on top */ 14204 /* 14. directories */
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/doc/ |
D | manual.html | 8058 Directories must be empty to be removed.
|
/civetweb-2.7.6/src/third_party/ |
D | sqlite3.c | 36958 ** Creates the lock file and any missing directories in lockPath 36966 /* try to create all the intermediate directories */ 37015 ** the parent directories and then try again. 74457 /* All files and directories have already been synced, so the following
|