text
stringlengths
0
834k
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
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"" == ""coverage"" (
%SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage
if errorlevel 1 exit /b 1
echo.
echo.Testing of coverage in the sources finished, look at the ^
results in %BUILDDIR%/coverage/python.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
)
if ""%1"" == ""dummy"" (
%SPHINXBUILD% -b dummy %ALLSPHINXOPTS% %BUILDDIR%/dummy
if errorlevel 1 exit /b 1
echo.
echo.Build finished. Dummy builder generates no files.
goto end
)
:end
",27.4184397163,80,0.6793843766
220026,f33d61099825d1d52f418169ddcd8b3d7bc81577,100,cmd,Batchfile,cmd/is64bit.cmd,tydaeus/utility,4c140c4c15842ceaccb7bb0cbfa650ddc2869fe9,['CC-BY-4.0'],1.0,2018-06-19T12:32:28.000Z,2018-06-19T12:32:28.000Z,cmd/is64bit.cmd,tydaeus/utility,4c140c4c15842ceaccb7bb0cbfa650ddc2869fe9,['CC-BY-4.0'],14.0,2019-11-14T21:37:21.000Z,2022-03-25T18:45:20.000Z,cmd/is64bit.cmd,tydaeus/utility,4c140c4c15842ceaccb7bb0cbfa650ddc2869fe9,['CC-BY-4.0'],,,,"@Echo Off
if defined ProgramFiles(x86) (
echo host is 64-bit
) else (
echo host is 32-bit
)",14.2857142857,30,0.65
220027,f33dcb8fcdb31749ba285da6475abdf7ad3cd746,6731,bat,Batchfile,docs/make.bat,CIGIHub/django-simple-api-key,fc8f108fe2f5a2a341cee10a14f3d677be2d8253,['MIT'],,,,docs/make.bat,CIGIHub/django-simple-api-key,fc8f108fe2f5a2a341cee10a14f3d677be2d8253,['MIT'],,,,docs/make.bat,CIGIHub/django-simple-api-key,fc8f108fe2f5a2a341cee10a14f3d677be2d8253,['MIT'],,,,"@ECHO OFF
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%"" == """" (