text stringlengths 0 834k |
|---|
""%Browser%"" ""%SeleniumURL%/core/TestRunner.html?test=%TestSuiteRelativePath%&auto=true&close=on&multiWindow=off&resultsUrl=%ResultsURL%/Default.ashx"" |
if NOT %ResultsAsXML%=="""" ( |
wget -O ""%ResultsAsXML%"" ""%HTTPServer%%ResultsURL%/GetLastResults.ashx"" >>%RUN_LOG% 2<&1 |
type ""%ResultsAsXML%"" >>%SELENIUM_OUTPUT_XML% |
) |
if NOT %ResultsAsHtml%=="""" ( |
wget -O ""%ResultsAsHtml%"" ""%HTTPServer%%ResultsURL%/GetLastResults.ashx?Html"" >>%RUN_LOG% 2<&1 |
) |
exit /B |
goto END |
:BUILD_EXCEPTION |
@echo Error in building solutions. See %BUILD_LOG% for details... |
REM EXIT 1 |
GOTO END |
:afterExecuteTestSuite |
:END |
endlocal |
",32.0534351145,150,0.6994522505 |
219470,d2ede945e656fe623f14c504d3000fff8e87618d,80,bat,Batchfile,include/etl/generators/generate_variant_pool.bat,ponast/etl,5bd7222e926673f4f2aa3f52b36935050ec61a53,['MIT'],1159.0,2015-01-05T13:18:58.000Z,2022-03-31T16:43:48.000Z,include/etl/generators/generate_variant_pool.bat,ponast/etl,5bd7222e926673f4f2aa3f52b36935050ec61a53,['MIT'],383.0,2015-04-26T08:04:40.000Z,2022-03-31T09:25:56.000Z,include/etl/generators/generate_variant_pool.bat,ponast/etl,5bd7222e926673f4f2aa3f52b36935050ec61a53,['MIT'],248.0,2015-01-13T07:50:30.000Z,2022-03-31T21:55:37.000Z,"python -m cogapp -d -e -o../variant_pool.h -DNTypes=16 variant_pool_generator.h |
",40.0,79,0.7625 |
219471,d2edeb009f6aec14b345ba7ebe8797b1bbaec2ac,20,bat,Batchfile,build.bat,ShuaiGao/MyRaftKV,a350aa8543f5e541602fdd4a632d95d62ae3f00f,['MIT'],,,,build.bat,ShuaiGao/MyRaftKV,a350aa8543f5e541602fdd4a632d95d62ae3f00f,['MIT'],,,,build.bat,ShuaiGao/MyRaftKV,a350aa8543f5e541602fdd4a632d95d62ae3f00f,['MIT'],,,,go build -o main.exe,20.0,20,0.75 |
219472,d2ee40a5bd03c1f33b8251ceff19690b80527c63,7464,bat,Batchfile,docs/make.bat,aubertc/panflute,df194c73accd708d7a293d7cccb223b35eaf47f1,['BSD-3-Clause'],,,,docs/make.bat,aubertc/panflute,df194c73accd708d7a293d7cccb223b35eaf47f1,['BSD-3-Clause'],,,,docs/make.bat,aubertc/panflute,df194c73accd708d7a293d7cccb223b35eaf47f1,['BSD-3-Clause'],,,,"@ECHO OFF |
REM Command file for Sphinx documentation |
if ""%SPHINXBUILD%"" == """" ( |
set SPHINXBUILD=sphinx-build |
) |
set BUILDDIR=build |
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source |
set I18NSPHINXOPTS=%SPHINXOPTS% source |
if NOT ""%PAPER%"" == """" ( |
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% |
set I18NSPHINXOPTS=-D latex_paper_size=%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 a 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 and fallback to Python version if any |
%SPHINXBUILD% 1>NUL 2>NUL |
if errorlevel 9009 goto sphinx_python |
goto sphinx_ok |
:sphinx_python |
set SPHINXBUILD=python -m sphinx.__init__ |
%SPHINXBUILD% 2> nul |
if errorlevel 9009 ( |
echo. |
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx |
echo.installed, then set the SPHINXBUILD environment variable to point |
echo.to the full path of the 'sphinx-build' executable. Alternatively you |
echo.may add the Sphinx directory to PATH. |
echo. |
echo.If you don't have Sphinx installed, grab it from |
echo.http://sphinx-doc.org/ |
exit /b 1 |
) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.