text stringlengths 0 834k |
|---|
) |
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"" == ""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 |
) |
:end |
",26.5637860082,79,0.700697134 |
219398,d2e38c096edb081fa756b0e2b2a872ee14bcd38c,703,cmd,Batchfile,build.cmd,jerrylai/Afx.Data.MSSQLServer.Entity,44be761db2c842d993e038af29874ec7391c9fa6,['Apache-2.0'],,,,build.cmd,jerrylai/Afx.Data.MSSQLServer.Entity,44be761db2c842d993e038af29874ec7391c9fa6,['Apache-2.0'],,,,build.cmd,jerrylai/Afx.Data.MSSQLServer.Entity,44be761db2c842d993e038af29874ec7391c9fa6,['Apache-2.0'],,,,"@echo off |
set Build=""%SYSTEMDRIVE%\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MsBuild.exe"" |
if exist publish rd /s /q publish |
%Build% ""NET40/Afx.Data.MSSQLServer.Entity/Afx.Data.MSSQLServer.Entity.csproj"" /t:Rebuild /p:Configuration=Release |
%Build% ""NET45/Afx.Data.MSSQLServer.Entity/Afx.Data.MSSQLServer.Entity.csproj"" /t:Rebuild /p:Configuration=Release |
dotnet build ""NETStandard2.0/Afx.Data.MSSQLServer.Entity/Afx.Data.MSSQLServer.Entity.csproj"" -c Release |
cd publish |
del /q/s *.pdb |
del /q/s EntityFramework* |
del /q/s Afx.Data.Entity.dll Afx.Data.Entity.dll.config Afx.Data.Entity.xml |
del /q/s Afx.Data.dll Afx.Data.xml Afx.Data.MSSQLServer.Entity.dll.config |
pause",58.5833333333,117,0.7951635846 |
219399,d2e3b19d42979358dc762ee25d4b992e14a00460,621,bat,Batchfile,ArchonIPCNative/build.bat,vefimenko/IPC,2906600800f4e6673f1c133dc5bcf4b27f4e69c9,['MIT'],,,,ArchonIPCNative/build.bat,vefimenko/IPC,2906600800f4e6673f1c133dc5bcf4b27f4e69c9,['MIT'],,,,ArchonIPCNative/build.bat,vefimenko/IPC,2906600800f4e6673f1c133dc5bcf4b27f4e69c9,['MIT'],,,,"msbuild ArchonIPCNative.vcxproj /p:configuration=release /p:platform=x64 |
msbuild ArchonIPCNative.vcxproj /p:configuration=release /p:platform=Win32 |
msbuild ArchonIPCNative.vcxproj /p:configuration=release /p:platform=ARM64 |
msbuild ArchonIPCNative.vcxproj /p:configuration=release /p:platform=ARM |
msbuild ArchonIPCNative.vcxproj /p:configuration=debug /p:platform=x64 |
msbuild ArchonIPCNative.vcxproj /p:configuration=debug /p:platform=Win32 |
msbuild ArchonIPCNative.vcxproj /p:configuration=debug /p:platform=ARM64 |
msbuild ArchonIPCNative.vcxproj /p:configuration=debug /p:platform=ARM |
NuGet.exe pack ArchonIPCNative.nuspec",69.0,74,0.8518518519 |
219400,d2e3bc974bae3cb21a447b732577519faf3f5f6b,156,bat,Batchfile,QuantConnect.IBAutomater/IBAutomater.bat,vslee/IBAutomater,6fc6874681dae36ce2a366f566e14ef714f94935,['Apache-2.0'],,,,QuantConnect.IBAutomater/IBAutomater.bat,vslee/IBAutomater,6fc6874681dae36ce2a366f566e14ef714f94935,['Apache-2.0'],,,,QuantConnect.IBAutomater/IBAutomater.bat,vslee/IBAutomater,6fc6874681dae36ce2a366f566e14ef714f94935,['Apache-2.0'],,,,"@""%7\bin\java.exe"" -cp %1/ibgateway/%2/jars/*;./commons-cli-1.4.jar;./IBAutomater.jar ibautomater.IBAutomater -ibdir %1 -user %3 -pwd ""%4"" -mode %5 -port %6",156.0,156,0.6666666667 |
219401,d2e3e4a94f5198e782da000f5e5825683faae999,69,bat,Batchfile,run-demo.bat,Daishy/range-slider,8275c6a8fec61cbc8371f723d62fb597030834e8,['Apache-2.0'],1.0,2018-04-10T09:53:46.000Z,2018-04-10T09:53:46.000Z,run-demo.bat,Daishy/range-slider,8275c6a8fec61cbc8371f723d62fb597030834e8,['Apache-2.0'],5.0,2017-12-13T10:18:15.000Z,2021-09-29T12:26:04.000Z,run-demo.bat,Daishy/range-slider,8275c6a8fec61cbc8371f723d62fb597030834e8,['Apache-2.0'],3.0,2018-06-27T13:56:52.000Z,2019-09-27T12:08:09.000Z,"call mvn clean install |
cd range-slider-demo |
call mvn spring-boot:run",17.25,24,0.8115942029 |
219402,d2e3e5890d3766c7794a6e67d4a56fdc43ff7a5f,735,cmd,Batchfile,examples/failures/artifact/bin/ex13_plan_iteration_endloopif.cmd,mikeliucc/test-automation-tutorial,4910271c5c2bec7cb2459d220e234ac0ac29171c,['Apache-2.0'],4.0,2018-04-04T16:42:30.000Z,2020-06-27T09:18:17.000Z,examples/failures/artifact/bin/ex13_plan_iteration_endloopif.cmd,mikeliucc/test-automation-tutorial,4910271c5c2bec7cb2459d220e234ac0ac29171c,['Apache-2.0'],,,,examples/failures/artifact/bin/ex13_plan_iteration_endloopif.cmd,mikeliucc/test-automation-tutorial,4910271c5c2bec7cb2459d220e234ac0ac29171c,['Apache-2.0'],2.0,2018-08-01T18:36:57.000Z,2019-04-09T08:57:40.000Z,"@echo off |
set PROJECT_HOME==%~dp0..\.. |
echo -------------------------------------------------------------------------------- |
echo [ EXAMPLE 13 ] |
echo -------------------------------------------------------------------------------- |
echo When: |
echo 1. nexial.failFast is set to true |
echo 2. use plan |
echo 3. first scenario of second script has a FAIL |
echo Then: |
echo 1. Nexial will abort the affected scenario and script |
echo 1. Nexial will continue the subsequent plans, asynchronously from the other plan steps |
echo 3. Nexial will exit with a -13 (NOT_100%_PASS_RATE) |
echo """" |
echo """" |
pause |
nexial.cmd -plan ""%PROJECT_HOME%\artifact\plan\PlanTest4.xlsx"" |
",33.4090909091,93,0.5088435374 |
219403,d2e470c994030c264f9965f84d82fcc2fad00958,2317,cmd,Batchfile,F458/mcu/nested_interrupt/TMDX570LC43HDK/source/HL_sys_link.cmd,Sunggu-Jo/IntegrationProject,67913f3a45dd3a250104d4a97cb41e5554360174,['MIT'],,,,F458/mcu/nested_interrupt/TMDX570LC43HDK/source/HL_sys_link.cmd,Sunggu-Jo/IntegrationProject,67913f3a45dd3a250104d4a97cb41e5554360174,['MIT'],,,,F458/mcu/nested_interrupt/TMDX570LC43HDK/source/HL_sys_link.cmd,Sunggu-Jo/IntegrationProject,67913f3a45dd3a250104d4a97cb41e5554360174,['MIT'],2.0,2019-04-29T01:05:25.000Z,2019-04-29T02:45:44.000Z,"/*----------------------------------------------------------------------------*/ |
/* sys_link.cmd */ |
/* */ |
/* (c) Texas Instruments 2009-2013, All rights reserved. */ |
/* */ |
/*----------------------------------------------------------------------------*/ |
/* USER CODE BEGIN (0) */ |
/* USER CODE END */ |
/*----------------------------------------------------------------------------*/ |
/* Linker Settings */ |
--retain=""*(.intvecs)"" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.