text
stringlengths
0
834k
goto end
)
if ""%1"" == ""texinfo"" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if ""%1"" == ""gettext"" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if ""%1"" == ""changes"" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if ""%1"" == ""linkcheck"" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if ""%1"" == ""doctest"" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
if ""%1"" == ""xml"" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if ""%1"" == ""pseudoxml"" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
:end
",26.6543209877,79,0.7017137564
219175,d2c015c02099fd8e64463e89a57783c823ddbb74,906,bat,Batchfile,project_1_v2018_3/project_1_v2018_3.sim/sim_1/behav/xsim/simulate.bat,BigTuna94/EN525.742-Project-1,690cfee4b771a0d292cc12c5925c33a9fa97a5d0,['MIT'],,,,project_1_v2018_3/project_1_v2018_3.sim/sim_1/behav/xsim/simulate.bat,BigTuna94/EN525.742-Project-1,69...
REM ****************************************************************************
REM Vivado (TM) v2019.1 (64-bit)
REM
REM Filename : simulate.bat
REM Simulator : Xilinx Vivado Simulator
REM Description : Script for simulating the design by launching the simulator
REM
REM Generated by Vivado on Thu Aug 29 19:23:05 -0400 2019
REM SW Build 2552052 on Fri May 24 14:49:42 MDT 2019
REM
REM Copyright 1986-2019 Xilinx, Inc. All Rights Reserved.
REM
REM usage: simulate.bat
REM
REM ****************************************************************************
echo ""xsim tb_toplevel_behav -key {Behavioral:sim_1:Functional:tb_toplevel} -tclbatch tb_toplevel.tcl -log simulate.log""
call xsim tb_toplevel_behav -key {Behavioral:sim_1:Functional:tb_toplevel} -tclbatch tb_toplevel.tcl -log simulate.log
if ""%errorlevel%""==""0"" goto SUCCESS
if ""%errorlevel%""==""1"" goto END
:END
exit 1
:SUCCESS
exit 0
",36.24,120,0.6434878587
219176,d2c01966094f6baf798708ac341c6f58ed472157,6757,bat,Batchfile,docs/make.bat,jfischer/micropython-adafruit-tcs34725,acd334fb594f7cd4ab5ad66c6390d2641ff95c66,['MIT'],9.0,2016-11-14T22:09:34.000Z,2021-12-26T03:19:44.000Z,docs/make.bat,jfischer/micropython-adafruit-tcs34725,acd334fb594f7cd4ab5ad66c6390d2641ff95c66,['M...
REM Command file for Sphinx documentation
if ""%SPHINXBUILD%"" == """" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT ""%PAPER%"" == """" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%