text
stringlengths
0
834k
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if ""%1"" == ""man"" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
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
)
:end
",26.890052356,83,0.699182243
219263,d2ccbd893d9d04349ba497554339af4fc7c70920,61,bat,Batchfile,samples/Windows/cs/netcore1.0/TableManagerSamples/CreateOTO/fxrun.bat,holgafx/gehtsoft,7bb1dfc23d3b5b45793a85e162bbed2ca963d3ed,['Apache-2.0'],26.0,2018-01-11T16:46:15.000Z,2021-05-15T17:20:19.000Z,samples/Windows/cs/netcore1.0/TableManagerSamples/CreateO...
echo %*
dotnet bin\netcoreapp1.0\CreateOTO.dll %*
",12.2,41,0.7213114754
219264,d2cd7b4912d5dc63064ad42c04f551f4637187c5,6406,bat,Batchfile,bin/lavoisier-parse-config.bat,ARGOeu/argo-egi-web,12158bef8d4b4849344ae7e5ebeef50f618abe02,['Apache-2.0'],,,,bin/lavoisier-parse-config.bat,ARGOeu/argo-egi-web,12158bef8d4b4849344ae7e5ebeef50f618abe02,['Apache-2.0'],2.0,2016-01-11T12:43:44.000Z,2016-03...
@REM Copyright 2001-2006 The Apache Software Foundation.
@REM
@REM Licensed under the Apache License, Version 2.0 (the ""License"");
@REM you may not use this file except in compliance with the License.
@REM You may obtain a copy of the License at
@REM
@REM http://www.apache.org/licenses/LICENSE-2.0
@REM
@REM Unless required by applicable law or agreed to in writing, software
@REM distributed under the License is distributed on an ""AS IS"" BASIS,
@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@REM See the License for the specific language governing permissions and
@REM limitations under the License.
@REM ----------------------------------------------------------------------------
@REM
@REM Copyright (c) 2001-2006 The Apache Software Foundation. All rights
@REM reserved.
@echo off
set ERROR_CODE=0
:init
@REM Decide how to startup depending on the version of windows
@REM -- Win98ME
if NOT ""%OS%""==""Windows_NT"" goto Win9xArg
@REM set local scope for the variables with windows NT shell
if ""%OS%""==""Windows_NT"" @setlocal
@REM -- 4NT shell
if ""%eval[2+2]"" == ""4"" goto 4NTArgs
@REM -- Regular WinNT shell
set CMD_LINE_ARGS=%*