text
stringlengths
0
834k
call setvars.bat
)
mvn clean install -f ""%pomfile%"" -B
",15.7142857143,35,0.6363636364
219716,f30eaf4ace76c90378a7035487ee6aef4ef696b1,140,bat,Batchfile,examples/words.bat,gruntwurk/dup-seeker,da40dd17629c93f0901ddfe2041835ba0708d40a,['MIT'],,,,examples/words.bat,gruntwurk/dup-seeker,da40dd17629c93f0901ddfe2041835ba0708d40a,['MIT'],,,,examples/words.bat,gruntwurk/dup-seeker,da40dd17629c93f0901ddfe2041835ba0708d40a,['MIT'],,,,"..\bin\Debug\DupSeeker.exe --help
..\bin\Debug\DupSeeker.exe --verbose --debug -f *-words.csv -o words.out -s words.ini -l words.log
pause
",28.0,98,0.6928571429
219717,f30ed8fb17c09af05c2a7ddecfeeedacb51e6385,7581,bat,Batchfile,docs/make.bat,MarSoft/aws-xray-sdk-python,f300a865135a17740a15b496021d9602fd67bbbc,['Apache-2.0'],294.0,2017-10-10T19:01:04.000Z,2022-03-18T15:52:19.000Z,docs/make.bat,MarSoft/aws-xray-sdk-python,f300a865135a17740a15b496021d9602fd67bbbc,['Apache-2.0'],285.0,2017-10-20T09:27:21.000Z,2022-03-29T15:33:45.000Z,docs/make.bat,yoyowallet/aws-xray-sdk-python,e082f8939d972577f62bd16cf83edb92bd3bd4d6,['Apache-2.0'],134.0,2017-10-11T13:55:17.000Z,2022-03-23T07:21:17.000Z,"@ECHO OFF
REM Command file for Sphinx documentation
pushd %~dp0
if ""%SPHINXBUILD%"" == """" (
set SPHINXBUILD=python -msphinx
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT ""%PAPER%"" == """" (
set ALLSPHINXOPTS=-D latex_elements.papersize=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_elements.papersize=%PAPER% %I18NSPHINXOPTS%
)
if ""%1"" == """" goto help
if ""%1"" == ""help"" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and an HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. epub3 to make an epub3
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
echo. coverage to run coverage check of the documentation if enabled
echo. dummy to check syntax errors of document sources
goto end
)
if ""%1"" == ""clean"" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
REM Check if sphinx-build is available
%SPHINXBUILD% 1>NUL 2>NUL
if errorlevel 1 (
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
)
if ""%1"" == ""html"" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if ""%1"" == ""dirhtml"" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if ""%1"" == ""singlehtml"" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.