text stringlengths 0 834k |
|---|
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 |
",26.5720164609,79,0.7007898405 |
91,d00b54e3d6e44f2ee3213d751a0843871ca82e43,327,cmd,Batchfile,SharePoint/Source/Scripts/MS-WEBSS/RunMSWEBSS_S01_TC11_CreateContentTypeInvalidDisplayNameEndWithSpace.cmd,v-hujia1/Interop-TestSuites,7e548cd84064cd8633b7079d0a69c72e4a1587fe,['MIT'],29.0,2016-09-07T19:06:02.000Z,2022-01-12T02:24:29.000Z,SharePoint/Source/Scripts/MS-WEBSS/RunMSWEBSS_S01_TC11_CreateContentTypeInvalidDisplayNameEndWithSpace.cmd,v-hujia1/Interop-TestSuites,7e548cd84064cd8633b7079d0a69c72e4a1587fe,['MIT'],26.0,2016-11-11T04:47:31.000Z,2022-03-11T09:43:25.000Z,SharePoint/Source/Scripts/MS-WEBSS/RunMSWEBSS_S01_TC11_CreateContentTypeInvalidDisplayNameEndWithSpace.cmd,v-hujia1/Interop-TestSuites,7e548cd84064cd8633b7079d0a69c72e4a1587fe,['MIT'],38.0,2015-12-09T01:35:50.000Z,2022-03-25T09:45:25.000Z,"@echo off |
pushd %~dp0 |
""%VS120COMNTOOLS%..\IDE\mstest"" /test:Microsoft.Protocols.TestSuites.MS_WEBSS.S01_OperationsOnContentType.MSWEBSS_S01_TC11_CreateContentTypeInvalidDisplayNameEndWithSpace /testcontainer:..\..\MS-WEBSS\TestSuite\bin\Debug\MS-WEBSS_TestSuite.dll /runconfig:..\..\MS-WEBSS\MS-WEBSS.testsettings /unique |
pause",81.75,299,0.8318042813 |
92,d00b670f29ab2b1ad821d327796fda1f9c8317ff,1515,bat,Batchfile,bin/fneos.bat,PawelNabe/EOS,0d3719a279c3454b0d18adb60d8101cba16ddf74,['Apache-2.0'],,,,bin/fneos.bat,PawelNabe/EOS,0d3719a279c3454b0d18adb60d8101cba16ddf74,['Apache-2.0'],,,,bin/fneos.bat,PawelNabe/EOS,0d3719a279c3454b0d18adb60d8101cba16ddf74,['Apache-2.0'],,,,"@rem = 'Perl, ccperl read this as an array assignment & skip the goto |
@echo off |
goto endofperl |
@rem '; |
$argv0 = $0; |
$argv0 =~ s:.*\\+::; |
$dn = $0; |
$dn =~ s:\\+[^\\]*$::; |
$dn = ""."" if ($dn eq $0); |
if ($^O =~ /^(MS(DOS|Win32)|Windows_NT)/i) { |
$os = ""Win""; |
$sep = ""\\""; |
} else { |
$os = ""Unix""; |
$sep = ""/""; |
} |
print ""\n$argv0: Find new EOS *.DAT and *film files on $os\n""; |
chomp(@labels = sort { $b cmp $a } grep { /^PAN-/ } `cleartool lstype -kind lbtype -fmt ""%Ln\\n""`); |
$lastlbt = @labels[0]; |
print ""LASTLBT:$lastlbt\n""; |
chomp(@nfiles = sort { $a cmp $b } `cleartool find -all -version ""version(/main/LATEST) && !lbtype($lastlbt)"" -type f -nxname -print`); |
if (@dats = grep { /\.dat$/ } @nfiles) { |
my $dats = undef; |
my $olddatdir = undef; |
foreach (@dats) { |
my $datdir = $_; |
$datdir =~ s:[/\\]\w+\.dat::o; |
$_ =~ s:.*[/\\]::o; |
my $bn = $_; |
if ($olddatdir && ($olddatdir ne $datdir)) { |
chdir $olddatdir; |
system(""teos.bat $dats""); |
$dats = undef; |
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.