text
stringlengths
0
834k
set SPHINXPROJ=skipchunk
if ""%1"" == """" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The Sphinx module was not found. Make sure you have Sphinx installed,
echo.then set the SPHINXBUILD environment variable to point to the full
echo.path of the 'sphinx-build' executable. Alternatively you may add the
echo.Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
goto end
:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
:end
popd
",20.8378378378,75,0.7367055772
219919,f32dc61169cea8144274a04a61909d6617b03fa1,243,bat,Batchfile,Samples/demo - audio/run_with_yabause.bat,Xenos-Interactive/kohran-vn,81829eb589eea5f9009a93b669f905902d2f22f6,['MIT'],128.0,2017-12-26T09:55:30.000Z,2022-02-14T05:48:30.000Z,Samples/demo - audio/run_with_yabause.bat,Xenos-Interactive/kohran-vn,81829eb589eea5f9009a93b669f905902d2f22f6,['MIT'],45.0,2018-09-15T19:36:41.000Z,2022-02-06T18:26:24.000Z,Samples/demo - audio/run_with_yabause.bat,Xenos-Interactive/kohran-vn,81829eb589eea5f9009a93b669f905902d2f22f6,['MIT'],48.0,2018-01-22T08:05:01.000Z,2022-02-06T11:00:31.000Z,"@ECHO Off
SET EMULATOR_DIR=..\..\Emulators
if exist game.iso (
echo CD Audio Track doesn't work with this emulator because it doesn't support CUE file
""%EMULATOR_DIR%\yabause\yabause.exe"" -a -i game.iso
) else (
echo Please compile first !
)
",24.3,87,0.7407407407
219920,f32dd44871138671a2f506b11f824b4efd859cfb,748,bat,Batchfile,tools/cpp/wrapper/bin/msvc_link.bat,pbekambo/bazel.0.5.1,843dc1c2bd76315e78cb03ee21bad4bbebe9e6ea,['Apache-2.0'],17.0,2017-10-25T05:39:49.000Z,2021-03-03T07:32:13.000Z,tools/cpp/wrapper/bin/msvc_link.bat,pbekambo/bazel.0.5.1,843dc1c2bd76315e78cb03ee21bad4bbebe9e6ea,['Apache-2.0'],2.0,2018-11-06T01:01:16.000Z,2019-04-10T02:25:49.000Z,tools/cpp/wrapper/bin/msvc_link.bat,pbekambo/bazel.0.5.1,843dc1c2bd76315e78cb03ee21bad4bbebe9e6ea,['Apache-2.0'],6.0,2018-02-13T06:55:59.000Z,2019-05-26T15:24:45.000Z,":: Copyright 2016 The Bazel Authors. All rights reserved.
::
:: Licensed under the Apache License, Version 2.0 (the ""License"");
:: you may not use this file except in compliance with the License.
:: You may obtain a copy of the License at
::
:: http://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable law or agreed to in writing, software
:: distributed under the License is distributed on an ""AS IS"" BASIS,
:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
:: See the License for the specific language governing permissions and
:: limitations under the License.
:: Invoke the python script under pydir with the same basename
@echo OFF
external\local_config_cc\wrapper\bin\call_python.bat %0 %*
",41.5555555556,75,0.756684492
219921,f32dfda3270fc8dc67b298347d592b17becd9000,131,bat,Batchfile,design_hls/Filters/run_doxygen.bat,JoelNeys/IIoT-EDDP,ab95ee2762840c35b12342c717100c27579ef1f4,['BSD-3-Clause'],63.0,2018-02-20T17:01:38.000Z,2021-11-15T16:26:23.000Z,design_hls/Filters/run_doxygen.bat,Reg-Chin/IIoT-EDDP,ffe49cf8607397580857fe0e885aba2b8341f8ca,['BSD-3-Clause'],3.0,2018-12-05T08:57:02.000Z,2021-06-06T09:04:34.000Z,design_hls/Filters/run_doxygen.bat,Reg-Chin/IIoT-EDDP,ffe49cf8607397580857fe0e885aba2b8341f8ca,['BSD-3-Clause'],29.0,2017-10-18T11:22:37.000Z,2021-11-15T16:26:28.000Z,"cd doxygen
c:\Programme\doxygen\bin\doxygen.exe Doxyfile
cd ..
cd doc\latex
@call make.bat
copy refman.pdf ..\..\Filters.pdf
",18.7142857143,46,0.7099236641
219922,f32e2e5cd28192361e7fe1a68d51e36ae83ab025,1635,bat,Batchfile,Vars.bat,tms88/Extra-Easy-RSA,21aeea39774d76ceb83cd72f1b970f473691d3df,['MIT'],,,,Vars.bat,tms88/Extra-Easy-RSA,21aeea39774d76ceb83cd72f1b970f473691d3df,['MIT'],,,,Vars.bat,tms88/Extra-Easy-RSA,21aeea39774d76ceb83cd72f1b970f473691d3df,['MIT'],,,,"@echo off
set ""EASYRSA_DN=cn_only""
set ""EASYRSA_ALGO=rsa""
set ""EASYRSA_KEY_SIZE=4096""
set ""EASYRSA_CA_EXPIRE=3650""
set ""EASYRSA_CERT_EXPIRE=3650""
set ""EASYRSA_CRL_DAYS=3650""
set ""EASYRSA_CERT_RENEW=3650""
rem Paths
if defined OPENVPN goto checkOPENVPN
for /F ""tokens=2*"" %%a IN ('reg query ""HKEY_LOCAL_MACHINE\SOFTWARE\OpenVPN"" /ve') do set ""OPENVPN=%%b""
if not defined OPENVPN (
echo Please make sure OpenVPN 2.5 or newer is installed.
pause
exit /b 1
)
:checkOPENVPN
if not exist ""%OPENVPN%"" (
echo Cannot find OpenVPN program folder: %OPENVPN%
echo Please make sure OpenVPN 2.5 or newer is installed.
pause
exit /b 2
)
rem Trim trailing backslash
if %OPENVPN:~-1%==\ set ""OPENVPN=%OPENVPN:~0,-1%""
set ""EASYRSA=%OPENVPN%\easy-rsa""
if not exist ""%EASYRSA%"" (
echo Found no easy-rsa folder inside the OpenVPN program folder.
echo Please make sure OpenVPN 2.5 or newer is installed with easy-rsa support.
pause
exit /b 3
)
if not exist ""%EASYRSA%\bin\sh.exe"" (
echo It doesn't look like the OpenVPN installation has easy-rsa 3.
echo Please make sure OpenVPN 2.5 or newer is installed with easy-rsa support.
pause