text
stringlengths
0
834k
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
goto end
:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
:end
popd
",21.9459459459,75,0.7044334975
394,d03afea8fd051c6afabf08333ba53a8089a39c5d,1314,bat,Batchfile,Windows/build.bat,zwettemaan/JSXSparker,41d7a442e1707d0cb4d0669829a013497b2f6e95,['MIT'],,,,Windows/build.bat,zwettemaan/JSXSparker,41d7a442e1707d0cb4d0669829a013497b2f6e95,['MIT'],,,,Windows/build.bat,zwettemaan/JSXSparker,41d7a442e1707d0cb4d0669829a01349...
REM
REM Create a distributable copy in the builds folder
REM
IF ""%JSXP_COMMANDS_DIR%"" == """" (
SET JSXP_COMMANDS_DIR=%~dp0
)
PUSHD ""%JSXP_COMMANDS_DIR%..""
SET PROJECT_ROOT_DIR=%cd%\
POPD
CALL ""%JSXP_COMMANDS_DIR%setTarget.bat""
PUSHD ""%PROJECT_ROOT_DIR%""
ECHO.
ECHO Removing directory ""%BUILD_DIR%""
ECHO.
RD /S /Q ""%BUILD_DIR%"" >NUL 2>&1
ECHO.
ECHO Re-creating directory ""%BUILD_DIR%""
ECHO.
MKDIR ""%BUILD_DIR%""
SET BUILD_SCRIPT_ROOT_DIR=%BUILD_DIR%%TARGET_DIRNAME%\
ECHO.
ECHO Creating directory ""%BUILD_SCRIPT_ROOT_DIR%""
ECHO.
MKDIR ""%BUILD_SCRIPT_ROOT_DIR%""
ECHO.
ECHO Copying script files and readme file to ""%BUILD_SCRIPT_ROOT_DIR%""
ECHO.
COPY ""%DESPACED_TARGET_NAME%.%TARGET_FILENAME_EXTENSION%"" ""%BUILD_SCRIPT_ROOT_DIR%"" >NUL 2>&1
IF EXIST ""%DESPACED_TARGET_NAME%.htm"" (
COPY ""%DESPACED_TARGET_NAME%.htm"" ""%BUILD_SCRIPT_ROOT_DIR%"" >NUL 2>&1
)
COPY ""%PROJECT_ROOT_DIR%ReadMe for %DESPACED_TARGET_NAME%.md"" ""%BUILD_SCRIPT_ROOT_DIR%"" >NUL 2>&1
XCOPY /S/Q ""%DESPACED_TARGET_NAME%_helpers"" ""%BUILD_SCRIPT_ROOT_DIR%%DESPACED_TARGET_NAME%_helpers\"" >NUL 2>&1
Powershell -Command ""Compress-Archive -Path '%BUILD_DIR%%TARGET_DIRNAME%' -DestinationPath '%BUILD_DIR%%TARGET_DIRNAME%.zip'""
RD /S /Q ""%BUILD_DIR%%TARGET_DIRNAME%"" >NUL 2>&1
POPD
ECHO.
SET /P REPLY=Press [Enter] to finalize
",23.0526315789,125,0.7549467275
395,d03b06272dd0fe9ce40a9c08aaaee4c22101ef40,127,bat,Batchfile,packall.bat,csalat/Walthamstow-MassTransit-AzurePlatform-FunctionApp,7487bfe5052e0cb63730396fc381b441caeddff2,['MIT'],,,,packall.bat,csalat/Walthamstow-MassTransit-AzurePlatform-FunctionApp,7487bfe5052e0cb63730396fc381b441caeddff2,['MIT'],,,,packall.bat,csa...
",63.5,126,0.8897637795
396,d03b0ca6f24442ab1a10f6634a3bbcd4ec5edd36,1609,bat,Batchfile,build.bat,PitneyBowes/LocationIntelligenceSDK-CSharp,f59ca8e1afd7b5585ce5c9f347f469aba62e997f,['Apache-2.0'],6.0,2016-08-29T06:46:21.000Z,2020-03-10T14:00:59.000Z,build.bat,PitneyBowes/LocationIntelligenceSDK-CSharp,f59ca8e1afd7b5585ce5c9f347f469aba62e997f...
::
:: 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.
@echo off
SET CSCPATH=%SYSTEMROOT%\Microsoft.NET\Framework\v4.0.30319
if not exist "".\nuget.exe"" powershell -Command ""(new-object System.Net.WebClient).DownloadFile('https://dist.nuget.org/win-x86-commandline/v3.3.0/nuget.exe', '.\nuget.exe')""
.\nuget.exe install src\pb.locationIntelligence\packages.config -o packages
if not exist "".\bin"" mkdir bin
copy packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll bin\Newtonsoft.Json.dll