text
stringlengths 0
834k
|
|---|
)
|
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
|
)
|
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
|
",27.621399177,80,0.6764004768
|
94,d00b910c6c00c524725525dfa0399ae83534fce6,804,bat,Batchfile,Networking/NET_Test_Server_UDP_Port_Connectivity.bat,Astorias96/PowerShell_Scripting_Library,1a0a4660668415feba817f026b0ff181602c88bb,['MIT'],,,,Networking/NET_Test_Server_UDP_Port_Connectivity.bat,Astorias96/PowerShell_Scripting_Library,1a0a4660668415feba817f026b0ff181602c88bb,['MIT'],,,,Networking/NET_Test_Server_UDP_Port_Connectivity.bat,Astorias96/PowerShell_Scripting_Library,1a0a4660668415feba817f026b0ff181602c88bb,['MIT'],,,,"@echo off
|
cls
|
where /q portqry
|
IF ERRORLEVEL 1 (
|
echo The portqry binary is missing. You can download and install it using the following link: https://www.microsoft.com/download/details.aspx?id=17148
|
echo.
|
pause...
|
exit /B
|
) ELSE (
|
echo The portqry binary exists. Beginning the operations.
|
echo.
|
)
|
echo This utility will prompt you to provide a hostname / IP address and an UDP port range to scan.
|
SET /P server=Please enter the hostname / IP address here and press enter:
|
SET /P range=Please enter the port range to scan here (e.g. 135:139) and press enter:
|
echo.
|
portqry -n %server% -p udp -r %range% -l .\%server%_udp_connectivity_results.txt
|
echo.
|
echo The output file has been saved on the following path: .\%server%_udp_connectivity_results.txt
|
pause...",40.2,155,0.7213930348
|
95,d00b9c291350e8147e9f33fcd8d69141898337b9,780,bat,Batchfile,docs/make.bat,rachelywong/pypkgs_rachelywong,f118d432ae29026894281ed7618776ba9e4dea28,['MIT'],,,,docs/make.bat,rachelywong/pypkgs_rachelywong,f118d432ae29026894281ed7618776ba9e4dea28,['MIT'],,,,docs/make.bat,rachelywong/pypkgs_rachelywong,f118d432ae29026894281ed7618776ba9e4dea28,['MIT'],,,,"@ECHO OFF
|
pushd %~dp0
|
REM Command file for Sphinx documentation
|
if ""%SPHINXBUILD%"" == """" (
|
set SPHINXBUILD=python -msphinx
|
)
|
set SOURCEDIR=.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.