/civetweb-2.7.6/src/third_party/lua-5.1.5/ |
D | Makefile | 75 @echo "Please do" 76 @echo " make PLATFORM" 77 @echo "where PLATFORM is one of these:" 78 @echo " $(PLATS)" 79 @echo "See INSTALL for complete instructions." 84 # echo config parameters 85 echo: target 86 @echo "" 87 @echo "These are the parameters currently set in src/Makefile to build Lua $R:" 88 @echo "" [all …]
|
/civetweb-2.7.6/ |
D | Makefile | 222 @echo "make help show this message" 223 @echo "make build compile" 224 @echo "make install install on the system" 225 @echo "make clean clean up the mess" 226 @echo "make install-headers install headers" 227 @echo "make lib build a static library" 228 @echo "make install-lib install the static library" 229 @echo "make slib build a shared library" 230 @echo "make install-slib install the shared library" 231 @echo "make unit_test build unit tests executable" [all …]
|
D | mingw.cmd | 138 @echo.%compiler_path% 180 @echo !arch!^|!version!^|!threading!^|!exceptions!^|!revision!^|!url!>> "%repository_path%" 608 @for %%a in (%*) do @echo.%%~a 609 @echo. 610 @echo.build [/?][/v[v...]^|/q][/version][/arch a][/threading t] 611 @echo. [/exceptions e][/revision r] location 612 @echo. 613 @echo. /version v The version of MinGW to download 614 @echo. /arch a The target architecture [i686^|x86_64] 615 @echo. /threading t [all …]
|
D | build.cmd | 145 @for %%a in (%*) do @echo.%%~a 146 @echo. 147 @echo.build [/?][/v[v...]^|/q][MinGW^|MSVC] 148 @echo. 149 @echo. [MinGW^|(MSVC)] 150 @echo. Builds the library with one of the compilers 151 @echo. /s Builds shared libraries 152 @echo. /d Builds a debug variant of the project 153 @echo. /v Sets the output to be more verbose 154 @echo. /v[v...] Extra verbosity, /vv, /vvv, etc [all …]
|
D | appveyor.yml | 403 - echo "Test returned %test_ret%" 405 - echo "Show all test logs:" 407 echo %%i 411 echo %%i 420 - echo "Test script DONE" 423 - echo "Current directory:" 429 - echo "Output directory:" 431 - echo "Build directory:" 433 - if "%build_type%"=="Release" (echo "Install directory:") 440 - echo "Dist directory:"
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/ |
D | Makefile | 77 @echo "Please do 'make PLATFORM' where PLATFORM is one of these:" 78 @echo " $(PLATS)" 79 @echo "See doc/readme.html for complete instructions." 84 # echo config parameters 85 echo: target 86 @cd src && $(MAKE) -s echo 87 @echo "PLAT= $(PLAT)" 88 @echo "V= $V" 89 @echo "R= $R" 90 @echo "TO_BIN= $(TO_BIN)" [all …]
|
/civetweb-2.7.6/src/third_party/lua-5.3.5/ |
D | Makefile | 77 @echo "Please do 'make PLATFORM' where PLATFORM is one of these:" 78 @echo " $(PLATS)" 79 @echo "See doc/readme.html for complete instructions." 84 # echo config parameters 85 echo: target 86 @cd src && $(MAKE) -s echo 87 @echo "PLAT= $(PLAT)" 88 @echo "V= $V" 89 @echo "R= $R" 90 @echo "TO_BIN= $(TO_BIN)" [all …]
|
/civetweb-2.7.6/test/ |
D | MakefileTest.mk | 23 @echo PASSED 26 @echo "================" 30 @echo "================" 33 @echo "================" 36 @echo "================" 39 @echo "================" 42 @echo "================" 45 @echo "================" 48 @echo "================" 53 @echo "================" [all …]
|
D | windows.cgi.cmd | 1 @echo off 2 @rem echo HTTP/1.1 200 OK -- sent by framework 3 echo Connection: close 4 echo. 5 echo CGI test: 6 echo.
|
D | hello.cgi | 3 echo "Content-Type: text/plain" 4 echo 6 echo "Query string:" 7 echo $QUERY_STRING
|
D | delayed.cgi | 5 echo "Content-Type: text/plain" 9 echo 13 echo "Query string:" 17 echo $QUERY_STRING
|
D | linux_stderr.cgi | 6 echo "This is a shell script called by CGI" 10 echo "Write $number to stdout" 11 echo "Write $number to stderr" 1>&2 14 echo "done"
|
D | windows_fail_silent.cgi.cmd | 1 @echo off 2 echo not a complete header 3 echo and nothing sent to stderr
|
D | windows_fail.cgi.cmd | 1 @echo off 2 echo Some error sent to stderr 1>&2
|
D | linux_fail_silent.cgi | 3 echo not a complete header 4 echo and nothing sent to stderr
|
D | bad.cgi | 3 echo "echoing bad headers: server must report status 500" 5 echo "Bad CGI script (for test)"
|
/civetweb-2.7.6/resources/ |
D | coverity_check.sh | 6 echo "Building files for coverity check ..." 8 echo "Run this script from the root directory of project!" 1>&2 9 echo "username@hostname:/somewhere/civetweb$ ./resources/coverity_check.sh" 1>&2 43 echo 47 echo "... done" 48 echo 49 echo "submit to https://scan.coverity.com/projects/bel2125-civetweb" 50 echo 51 echo "last commit was" 53 echo [all …]
|
/civetweb-2.7.6/resources/cert/ |
D | make_certs.bat | 1 @echo off 16 echo Requesting administrative privileges... 21 echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs" 23 echo UAC.ShellExecute "cmd.exe", "/c ""%~s0"" %params%", "", "runas", 1 >> "%temp%\getadmin.vbs" 44 echo [ v3_ca ] > server.ext.txt 45 echo [ req ] >> server.ext.txt 46 echo req_extensions = my_extensions >> server.ext.txt 47 echo [ my_extensions ] >> server.ext.txt 48 echo extendedKeyUsage=serverAuth >> server.ext.txt 49 echo crlDistributionPoints=URI:http://localhost/crl.pem >> server.ext.txt
|
D | make_certs.sh | 4 echo "Generating client certificate ..." 21 echo "Generating first server certificate ..." 37 echo "First server certificate hash for Public-Key-Pins header:" 43 echo "Generating backup server certificate ..." 59 echo "Backup server certificate hash for Public-Key-Pins header:"
|
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/ |
D | Makefile | 74 echo: target 75 @echo "PLAT= $(PLAT)" 76 @echo "CC= $(CC)" 77 @echo "CFLAGS= $(CFLAGS)" 78 @echo "LDFLAGS= $(SYSLDFLAGS)" 79 @echo "LIBS= $(LIBS)" 80 @echo "AR= $(AR)" 81 @echo "RANLIB= $(RANLIB)" 82 @echo "RM= $(RM)" 88 @echo "Please do 'make PLATFORM' where PLATFORM is one of these:" [all …]
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/ |
D | Makefile | 66 echo: target 67 @echo "PLAT = $(PLAT)" 68 @echo "CC = $(CC)" 69 @echo "CFLAGS = $(CFLAGS)" 70 @echo "AR = $(AR)" 71 @echo "RANLIB = $(RANLIB)" 72 @echo "RM = $(RM)" 73 @echo "MYCFLAGS = $(MYCFLAGS)" 74 @echo "MYLDFLAGS = $(MYLDFLAGS)" 75 @echo "MYLIBS = $(MYLIBS)" [all …]
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/ |
D | Makefile | 74 echo: target 75 @echo "PLAT= $(PLAT)" 76 @echo "CC= $(CC)" 77 @echo "CFLAGS= $(CFLAGS)" 78 @echo "LDFLAGS= $(SYSLDFLAGS)" 79 @echo "LIBS= $(LIBS)" 80 @echo "AR= $(AR)" 81 @echo "RANLIB= $(RANLIB)" 82 @echo "RM= $(RM)" 88 @echo "Please do 'make PLATFORM' where PLATFORM is one of these:" [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/ |
D | Makefile.eventloop | 6 @echo "NOTE: The eventloop is example is intended to be used on Linux" 7 @echo " or other common UNIX variants. It is not fully portable." 8 @echo "" 20 @echo "" 21 @echo "NOTE: You must 'cd examples/eventloop' before you execute the" 22 @echo " eventloop binary: it relies on finding .js files in CWD"
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/ |
D | Makefile.eventloop | 6 @echo "NOTE: The eventloop is example is intended to be used on Linux" 7 @echo " or other common UNIX variants. It is not fully portable." 8 @echo "" 20 @echo "" 21 @echo "NOTE: You must 'cd examples/eventloop' before you execute the" 22 @echo " eventloop binary: it relies on finding .js files in CWD"
|
/civetweb-2.7.6/test/ajax/ |
D | echo.cgi | 3 echo "Content-Type: text/plain; charset=utf-8" 4 echo "Connection: close" 5 echo "Cache-Control: no-cache" 6 echo "" 8 echo "{}"
|