Searched full:bin (Results 1 – 25 of 95) sorted by relevance
1234
/civetweb-2.7.6/src/third_party/lua-5.1.5/etc/ |
D | Makefile | 6 BIN= $(TOP)/src macro 27 $(BIN)/luac $(TST)/hello.lua 36 -$(BIN)/lua -e 'print(a);b=2' 37 -$(BIN)/lua -lstrict -e 'print(a)' 38 -$(BIN)/lua -e 'function f() b=2 end f()' 39 -$(BIN)/lua -lstrict -e 'function f() b=2 end f()'
|
/civetweb-2.7.6/resources/cert/ |
D | make_certs.bat | 36 c:\OpenSSL-Win32\bin\openssl.exe genrsa -des3 -out server.key 4096 38 c:\OpenSSL-Win32\bin\openssl.exe req -sha256 -new -key server.key -out server.csr -utf8 42 c:\OpenSSL-Win32\bin\openssl.exe rsa -in server.key.orig -out server.key 51 c:\OpenSSL-Win32\bin\openssl.exe x509 -req -days 365 -extensions v3_ca -extfile server.ext.txt -in …
|
/civetweb-2.7.6/ |
D | appveyor.yml | 317 # "sh.exe was found in your PATH, here: C:/Program Files/Git/usr/bin/sh.exe" 321 # - set PATH=%PATH:C:\Program Files\Git\usr\bin;=% 325 - ren "C:\Program Files\Git\usr\bin\sh.exe" _sh.exe 352 - if "%generator%"=="MinGW Makefiles" (set "PATH=%PATH:C:\Program Files (x86)\Git\bin=%") 435 - if "%build_type%"=="Release" (dir %install_path%\bin) 439 - if "%build_type%"=="Release" (copy "%install_path%"\bin\*.exe dist\)
|
D | .gitignore | 32 bin/ 209 # Recycle Bin used on file shares 210 $RECYCLE.BIN/
|
D | .travis.yml | 27 export PATH="$HOME/usr/bin:$PATH"; 37 PATH=~/.local/bin:${PATH}; 416 PATH="${OPENSSL_ROOT_DIR}/bin:$PATH"
|
/civetweb-2.7.6/ci/travis/ |
D | lua_env.sh | 1 #!/usr/bin/env bash 3 LUAROCKS=ci/lua/bin/luarocks 4 eval $($LUAROCKS path --bin)
|
D | setup_lua.sh | 1 #!/usr/bin/env /bash 40 export PATH=$LUA_DIR/bin:$PATH
|
D | run_ci_tests.sh | 1 #!/usr/bin/env bash
|
/civetweb-2.7.6/test/ |
D | donate.html | 9 <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> 18 <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=88ZLXZ6U77GJU"> 24 <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=88ZLXZ6U77GJU">
|
D | linux_fail.cgi | 1 #!/bin/sh
|
D | linux_fail_silent.cgi | 1 #!/bin/sh
|
D | hello.cgi | 1 #!/bin/sh
|
D | bad2.cgi | 1 #!/usr/bin/env perl
|
/civetweb-2.7.6/conan/test_package/ |
D | conanfile.py | 1 #!/usr/bin/env python 18 bin_path = os.path.join("bin", "test_package")
|
/civetweb-2.7.6/resources/ |
D | mingw.bat | 8 @set PATH=%ProgramFiles%\mingw-w64\i686-4.9.2-win32-dwarf-rt_v3-rev1\mingw32\bin;%PATH% 9 @set PATH=%ProgramFiles%\GnuWin32\bin;%PATH%
|
D | coverity_check.sh | 1 #! /bin/sh 34 ../../cov-analysis-linux64-2017.07/bin/cov-build --dir cov-int make WITH_IPV6=1 WITH_WEBSOCKET=1 W…
|
D | complete.lua | 1 #!/usr/bin/lua5.2 19 In case lua5.2 is not located in /usr/bin/lua5.2 (see "which lua5.2"),
|
/civetweb-2.7.6/test/ajax/ |
D | echo.cgi.old | 1 #!/usr/bin/lua5.1 6 -- to some folder in your search path (the path of the webserver or /usr/bin on Linux), and add the
|
/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 36 bin: lua luac
|
/civetweb-2.7.6/src/third_party/lua-5.3.5/doc/ |
D | readme.html | 159 <TT>bin</TT>, <TT>include</TT>, <TT>lib</TT>, <TT>man</TT>, <TT>share</TT>, 169 bin: 189 you only need the files in <TT>bin</TT> and <TT>man</TT>.
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/doc/ |
D | readme.html | 162 <TT>bin</TT>, <TT>include</TT>, <TT>lib</TT>, <TT>man</TT>, <TT>share</TT>, 172 bin: 192 you only need the files in <TT>bin</TT> and <TT>man</TT>.
|
/civetweb-2.7.6/docs/ |
D | Building.md | 132 install -d -m 755 "/opt/civetweb/bin" 133 install -m 755 civetweb "/opt/civetweb/bin/"
|
/civetweb-2.7.6/test/dir with spaces/ |
D | hello.cgi | 1 #!/usr/bin/env perl
|
/civetweb-2.7.6/test/cgidir/ |
D | test-lf.cgi | 1 #!/bin/sh
|
D | test-crlf.cgi | 1 #!/bin/sh
|
1234