Home
last modified time | relevance | path

Searched full:directories (Results 1 – 20 of 20) sorted by relevance

/civetweb-2.7.6/src/third_party/lua-5.1.5/
DINSTALL33 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.
DMakefile10 # Where to install. The installation starts in the src and doc directories,
/civetweb-2.7.6/src/third_party/duktape-1.8.0/debugger/
Dduk_debug.js422 * 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/
Dduk_debug.js422 * 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/
Dreadme.html164 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/
Dreadme.html167 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/
DRELEASE_NOTES.md323 - Allow directories with non ASCII characters in Windows in UTF-8 encoded (bel2125)
412 - Reorangized build directories to make them more intuitive
DMakefile18 # Installation directories by convention
D.travis.yml9 directories:
/civetweb-2.7.6/src/third_party/lua-5.2.4/
DMakefile9 # Where to install. The installation starts in the src and doc directories,
/civetweb-2.7.6/src/third_party/lua-5.3.5/
DMakefile9 # Where to install. The installation starts in the src and doc directories,
/civetweb-2.7.6/docs/
DUserManual.md684 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/
Dluaconf.h85 ** non-conventional directories.
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/
Dluaconf.h81 ** non-conventional directories.
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/
Dluaconf.h180 ** non-conventional directories.
/civetweb-2.7.6/include/
Dcivetweb.h59 /* Support files from local directories */
/civetweb-2.7.6/src/
Dmain.c1200 /* Make sure we have absolute paths for files and directories */ in sanitize_options()
Dcivetweb.c9193 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/
Dmanual.html8058 Directories must be empty to be removed.
/civetweb-2.7.6/src/third_party/
Dsqlite3.c36958 ** 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