text
stringlengths
0
834k
goto WinNTGetScriptDir
@REM The 4NT Shell from jp software
:4NTArgs
set CMD_LINE_ARGS=%$
goto WinNTGetScriptDir
:Win9xArg
@REM Slurp the command line arguments. This loop allows for an unlimited number
@REM of arguments (up to the command line limit, anyway).
set CMD_LINE_ARGS=
:Win9xApp
if %1a==a goto Win9xGetScriptDir
set CMD_LINE_ARGS=%CMD_LINE_ARGS% %1
shift
goto Win9xApp
:Win9xGetScriptDir
set SAVEDIR=%CD%
%0\
cd %0\..\..
set BASEDIR=%CD%
cd %SAVEDIR%
set SAVE_DIR=
goto repoSetup
:WinNTGetScriptDir
set BASEDIR=%~dp0\..
:repoSetup
set REPO=
if ""%JAVACMD%""=="""" set JAVACMD=java
if ""%REPO%""=="""" set REPO=%BASEDIR%\lib
set CLASSPATH=""%BASEDIR%""\etc;""%REPO%""\lavoisier-service-2.1.2-SNAPSHOT.jar;""%REPO%""\lavoisier-engine-2.1.2-SNAPSHOT.jar;""%REPO%""\lavoisier-configuration-2.1.2-SNAPSHOT.jar;""%REPO%""\xml-template-engine-2.1.2-SNAPSHOT.jar;""%REPO%""\xpath-functions-2.1.2-SNAPSHOT.jar;""%REPO%""\lavoisier-chaining-2.1.2-SNAPSHO...
set ENDORSED_DIR=
if NOT ""%ENDORSED_DIR%"" == """" set CLASSPATH=""%BASEDIR%""\%ENDORSED_DIR%\*;%CLASSPATH%
if NOT ""%CLASSPATH_PREFIX%"" == """" set CLASSPATH=%CLASSPATH_PREFIX%;%CLASSPATH%
@REM Reaching here means variables are defined and arguments have been captured
:endInit
%JAVACMD% %JAVA_OPTS% -Dlavoisier.configuration=lavoisier-config.xml -classpath %CLASSPATH% -Dapp.name=""lavoisier-parse-config"" -Dapp.repo=""%REPO%"" -Dapp.home=""%BASEDIR%"" -Dbasedir=""%BASEDIR%"" fr.in2p3.lavoisier.command.ParseConfig %CMD_LINE_ARGS%
if %ERRORLEVEL% NEQ 0 goto error
goto end
:error
if ""%OS%""==""Windows_NT"" @endlocal
set ERROR_CODE=%ERRORLEVEL%
:end
@REM set local scope for the variables with windows NT shell
if ""%OS%""==""Windows_NT"" goto endNT
@REM For old DOS remove the set variables from ENV - we assume they were not set
@REM before we started - at least we don't leave any baggage around
set CMD_LINE_ARGS=
goto postExec
:endNT
@REM If error code is set to 1 then the endlocal was done already in :error.
if %ERROR_CODE% EQU 0 @endlocal
:postExec
if ""%FORCE_EXIT_ON_ERROR%"" == ""on"" (
if %ERROR_CODE% NEQ 0 exit %ERROR_CODE%
)
exit /B %ERROR_CODE%
",56.1929824561,3345,0.7069934436
219265,d2cd9fd76f12245d25ff069d36dd4c418c5c03a4,238,cmd,Batchfile,node_modules/protractor/node_modules/.bin/webdriver-manager.cmd,bassemAmous/vib,456bd1e96b4246ff541b0ff388162b74e097e1f8,['MIT'],,,,node_modules/protractor/node_modules/.bin/webdriver-manager.cmd,bassemAmous/vib,456bd1e96b4246ff541b0ff388162b74e097e1f8,[...
""%~dp0\node.exe"" ""%~dp0\..\..\..\webdriver-manager\bin\webdriver-manager"" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node ""%~dp0\..\..\..\webdriver-manager\bin\webdriver-manager"" %*
)",34.0,80,0.5798319328
219266,d2cde8cbb040ed1910a88853c23c23cdc09a2972,1758,bat,Batchfile,etc/conda/python-parse/bld.bat,MShaffar19/toolchain-tools,e4ab3c8d7b1b0633ab08d99b079d4fa678218f8a,['Apache-2.0'],,,,etc/conda/python-parse/bld.bat,MShaffar19/toolchain-tools,e4ab3c8d7b1b0633ab08d99b079d4fa678218f8a,['Apache-2.0'],2.0,2018-12-18T16:18:3...
:: UMR AGAP CIRAD, EPI Virtual Plants Inria ::
:: Copyright [2015-2016] UMR AGAP CIRAD, EPI Virtual Plants Inria ::
:: ::
:: This file is part of the StatisKit project. More information can be ::
:: found at ::
:: ::
:: http://statiskit.rtfd.io ::
:: ::
:: The Apache Software Foundation (ASF) licenses this file to you under ::
:: the Apache License, Version 2.0 (the ""License""); you may not use this ::
:: file except in compliance with the License. You should have received ::
:: a copy of the Apache License, Version 2.0 along with this file; see ::
:: the file LICENSE. If not, you may obtain a copy of the License at ::
:: ::
:: http://www.apache.org/licenses/LICENSE-2.0 ::