Home
last modified time | relevance | path

Searched full:bin (Results 1 – 25 of 95) sorted by relevance

1234

/civetweb-2.7.6/src/third_party/lua-5.1.5/etc/
DMakefile6 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/
Dmake_certs.bat36 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/
Dappveyor.yml317 # "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.gitignore32 bin/
209 # Recycle Bin used on file shares
210 $RECYCLE.BIN/
D.travis.yml27 export PATH="$HOME/usr/bin:$PATH";
37 PATH=~/.local/bin:${PATH};
416 PATH="${OPENSSL_ROOT_DIR}/bin:$PATH"
/civetweb-2.7.6/ci/travis/
Dlua_env.sh1 #!/usr/bin/env bash
3 LUAROCKS=ci/lua/bin/luarocks
4 eval $($LUAROCKS path --bin)
Dsetup_lua.sh1 #!/usr/bin/env /bash
40 export PATH=$LUA_DIR/bin:$PATH
Drun_ci_tests.sh1 #!/usr/bin/env bash
/civetweb-2.7.6/test/
Ddonate.html9 <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">
Dlinux_fail.cgi1 #!/bin/sh
Dlinux_fail_silent.cgi1 #!/bin/sh
Dhello.cgi1 #!/bin/sh
Dbad2.cgi1 #!/usr/bin/env perl
/civetweb-2.7.6/conan/test_package/
Dconanfile.py1 #!/usr/bin/env python
18 bin_path = os.path.join("bin", "test_package")
/civetweb-2.7.6/resources/
Dmingw.bat8 @set PATH=%ProgramFiles%\mingw-w64\i686-4.9.2-win32-dwarf-rt_v3-rev1\mingw32\bin;%PATH%
9 @set PATH=%ProgramFiles%\GnuWin32\bin;%PATH%
Dcoverity_check.sh1 #! /bin/sh
34 ../../cov-analysis-linux64-2017.07/bin/cov-build --dir cov-int make WITH_IPV6=1 WITH_WEBSOCKET=1 W…
Dcomplete.lua1 #!/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/
Decho.cgi.old1 #!/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/
DINSTALL33 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/
Dreadme.html159 <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/
Dreadme.html162 <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/
DBuilding.md132 install -d -m 755 "/opt/civetweb/bin"
133 install -m 755 civetweb "/opt/civetweb/bin/"
/civetweb-2.7.6/test/dir with spaces/
Dhello.cgi1 #!/usr/bin/env perl
/civetweb-2.7.6/test/cgidir/
Dtest-lf.cgi1 #!/bin/sh
Dtest-crlf.cgi1 #!/bin/sh

1234