text stringlengths 0 834k |
|---|
if ""%1"" == """" goto help |
%SPHINXBUILD% >NUL 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.Install sphinx-autobuild for live serving. |
echo.If you don't have Sphinx installed, grab it from |
echo.http://sphinx-doc.org/ |
exit /b 1 |
) |
%SPHINXBUILD% -b %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O% |
goto end |
:livehtml |
sphinx-autobuild -b html --open-browser -p 7000 --watch %APP% -c . %SOURCEDIR% %BUILDDIR%/html |
GOTO :EOF |
:apidocs |
sphinx-apidoc -o %SOURCEDIR%/api %APP% |
GOTO :EOF |
:help |
%SPHINXBUILD% -b help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O% |
:end |
popd |
",21.6170212766,94,0.7253937008 |
219463,d2ece87bde2012e8ade30c462411bffa0be888a6,24,bat,Batchfile,run.bat,PDES-MAS/PDESMAS-Demo,6c4758f36a4c3c98a06a74f099bd73b3bcf93e2e,['BSD-3-Clause'],,,,run.bat,PDES-MAS/PDESMAS-Demo,6c4758f36a4c3c98a06a74f099bd73b3bcf93e2e,['BSD-3-Clause'],,,,run.bat,PDES-MAS/PDESMAS-Demo,6c4758f36a4c3c98a06a74f099bd73b3bcf93e2e,['BSD-3-Clause'],,,,java -jar clptreeviz.jar,24.0,24,0.8333333333 |
219464,d2ed1f2901f47adc6e0c54022721cb512bbc8e65,141,cmd,Batchfile,fse/fuzz/run-decompress.cmd,hellastorm/compress,7908a373128105fb170b38262a2ba377241468ed,['BSD-3-Clause'],113.0,2019-10-24T12:06:25.000Z,2022-02-28T02:37:52.000Z,fse/fuzz/run-decompress.cmd,hellastorm/compress,7908a373128105fb170b38262a2ba377241468ed,['BSD-3-Clause'],9.0,2019-10-31T08:19:05.000Z,2019-11-25T09:08:57.000Z,fse/fuzz/run-decompress.cmd,hellastorm/compress,7908a373128105fb170b38262a2ba377241468ed,['BSD-3-Clause'],15.0,2019-10-31T01:47:04.000Z,2021-09-26T09:14:54.000Z,"cd .. |
go-fuzz-build -tags=decompress github.com/klauspost/compress/fse |
cd fuzz |
go-fuzz -bin=../fse-fuzz.zip -workdir=decompress -procs=4 |
",28.2,65,0.7375886525 |
219465,d2ed2c517df8dd037505d690d362dfd43340b36e,697,bat,Batchfile,test/precheck.bat,kurtsansom/ftnchek,cb5b24689fec20e0dac4d158ae57a5b7387e9723,['MIT'],,,,test/precheck.bat,kurtsansom/ftnchek,cb5b24689fec20e0dac4d158ae57a5b7387e9723,['MIT'],,,,test/precheck.bat,kurtsansom/ftnchek,cb5b24689fec20e0dac4d158ae57a5b7387e9723,['MIT'],,,,"rem Batch file for looking out for situations that will cause the check to fail. |
if not exist ..\ftnchek.exe goto NOEXE |
rem It would be a good idea to check if CMP.EXE is present somewhere on the |
rem search path. But how to do this? |
rem No need to check for .ftnchekrc since this name is illegal under MSDOS/Win32. |
if exist ftnchek.ini goto INI |
if exist ..\ftnchek.ini goto INI |
goto END |
:NOEXE |
echo ERROR === Cannot run checks: no ftnchek found === |
echo Use CTRL-C to quit batch processing. |
pause |
goto END |
:INI |
echo WARNING === ftnchek.ini exists === |
echo Delete or rename it before running check. |
echo Use CTRL-C to quit batch processing. |
pause |
goto END |
:END |
",24.0344827586,82,0.7230989957 |
219466,d2ed79be583c9760ccabd829b725fce603fc33eb,7,bat,Batchfile,ci.bat,lsaffre/north,3c928a0d061550130d7ce0a8e415ba505eee8a01,['BSD-2-Clause'],,,,ci.bat,lsaffre/north,3c928a0d061550130d7ce0a8e415ba505eee8a01,['BSD-2-Clause'],,,,ci.bat,lsaffre/north,3c928a0d061550130d7ce0a8e415ba505eee8a01,['BSD-2-Clause'],,,,@fab ci,7.0,7,0.7142857143 |
219467,d2ed80a57fbe11053ef7daf58aa2f3f710385661,715,bat,Batchfile,assets/inbuilt/transformers/containers/containerimagesbuildscript/templates/buildimages.bat,pabloloyola/move2kube,92cd8d30f3408cc057ca09b310280e6215f66c99,['Apache-2.0'],1.0,2021-07-23T20:48:15.000Z,2021-07-23T20:48:15.000Z,assets/inbuilt/transformers/containers/containerimagesbuildscript/templates/buildimages.bat,pabloloyola/move2kube,92cd8d30f3408cc057ca09b310280e6215f66c99,['Apache-2.0'],,,,assets/inbuilt/transformers/containers/containerimagesbuildscript/templates/buildimages.bat,pabloloyola/move2kube,92cd8d30f3408cc057ca09b310280e6215f66c99,['Apache-2.0'],,,,":: Copyright IBM Corporation 2021 |
:: |
:: Licensed under the Apache License, Version 2.0 (the ""License""); |
:: you may not use this file except in compliance with the License. |
:: You may obtain a copy of the License at |
:: |
:: http://www.apache.org/licenses/LICENSE-2.0 |
:: |
:: Unless required by applicable law or agreed to in writing, software |
:: distributed under the License is distributed on an ""AS IS"" BASIS, |
:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
:: See the License for the specific language governing permissions and |
:: limitations under the License. |
{{range $buildscript := . }} |
pushd {{ $buildscript.PathWindows }} |
{{ $buildscript.BuildScript }} |
popd |
{{end}}",37.6315789474,76,0.7202797203 |
219468,d2eda9de54785781f1a5923420c1db12944a97de,135,bat,Batchfile,scripts/launch.bat,georgianapopescu/Redmine,818029f9c37d0e419e6fc7c3d15b836aee8b03e5,['Apache-2.0'],,,,scripts/launch.bat,georgianapopescu/Redmine,818029f9c37d0e419e6fc7c3d15b836aee8b03e5,['Apache-2.0'],,,,scripts/launch.bat,georgianapopescu/Redmine,818029f9c37d0e419e6fc7c3d15b836aee8b03e5,['Apache-2.0'],,,,"@echo off |
CALL C:\Bitnami\REDMIN~1.6-3\scripts\setenv.bat |
START /MIN ""Bitnami Redmine Stack Environment"" CMD /C %* |
",33.75,56,0.637037037 |
219469,d2edcc63a96ceadd6c957af263e2cf1fe58fad95,4199,cmd,Batchfile,mcs/class/System.Web.Extensions/run-tests.selenium.cmd,AvolitesMarkDaniel/mono,f23f34d02df22b00dcc6fe4e711f0a434e54d81c,['Apache-2.0'],469.0,2019-01-23T12:21:59.000Z,2022-03-10T15:50:42.000Z,mcs/class/System.Web.Extensions/run-tests.selenium.cmd,AvolitesMarkDaniel/mono,f23f34d02df22b00dcc6fe4e711f0a434e54d81c,['Apache-2.0'],83.0,2015-07-16T01:31:41.000Z,2016-01-13T02:15:47.000Z,mcs/class/System.Web.Extensions/run-tests.selenium.cmd,AvolitesMarkDaniel/mono,f23f34d02df22b00dcc6fe4e711f0a434e54d81c,['Apache-2.0'],36.0,2019-01-23T22:17:09.000Z,2022-01-20T15:41:34.000Z,"@echo off |
setlocal |
:loop |
if ""%1"" == """" goto break |
if ""%1"" == ""skip_selenium"" ( |
set SKIP_SELENIUM=""True"" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.