text stringlengths 0 834k |
|---|
$dats .= "" $bn""; |
$olddatdir = $datdir; |
} |
chdir $olddatdir; |
system(""teos.bat $dats"") if $dats; |
} |
exit; |
if (@films = grep { /\dfilm$/ } @nfiles) { |
my $films = undef; |
my $filmdir = @films[0]; |
$filmdir =~ s:[/\\]\w+film::o; |
foreach (@films) { |
$_ =~ s:.*[/\\]::o; |
$films .= "" $_""; |
} |
chdir $filmdir && system(""teos.bat $films""); |
} |
__END__ |
:endofperl |
perl -e ""$s = shift; $c = $s =~ /.bat$/ ? $s : $s.'.bat'; $p = (-x $c) ? '' :'-S '; system('perl '.$p.$c.' '.join(' ',@ARGV)); exit $?;"" %0 %1 %2 %3 %4 %5 %6 %7 %8 %9 |
",21.6428571429,166,0.5102310231 |
93,d00b6fae0cf7c7f94dfba2bf9666d67b0693ebe9,6712,bat,Batchfile,doc/make.bat,zhang-alvin/cleanProteus,7da342e8f0f435d69c6f75d0a060cf8d6e09f748,['MIT'],,,,doc/make.bat,zhang-alvin/cleanProteus,7da342e8f0f435d69c6f75d0a060cf8d6e09f748,['MIT'],13.0,2018-02-08T23:22:59.000Z,2020-12-06T19:40:32.000Z,doc/make.bat,zhang-alvin/cleanProteus,7da342e8f0f435d69c6f75d0a060cf8d6e09f748,['MIT'],1.0,2020-02-17T03:25:34.000Z,2020-02-17T03:25:34.000Z,"@ECHO OFF |
REM Command file for Sphinx documentation |
if ""%SPHINXBUILD%"" == """" ( |
set SPHINXBUILD=sphinx-build |
) |
set BUILDDIR=build |
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source |
set I18NSPHINXOPTS=%SPHINXOPTS% source |
if NOT ""%PAPER%"" == """" ( |
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% |
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% |
) |
if ""%1"" == """" goto help |
if ""%1"" == ""help"" ( |
:help |
echo.Please use `make ^<target^>` where ^<target^> is one of |
echo. html to make standalone HTML files |
echo. dirhtml to make HTML files named index.html in directories |
echo. singlehtml to make a single large HTML file |
echo. pickle to make pickle files |
echo. json to make JSON files |
echo. htmlhelp to make HTML files and a HTML help project |
echo. qthelp to make HTML files and a qthelp project |
echo. devhelp to make HTML files and a Devhelp project |
echo. epub to make an epub |
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter |
echo. text to make text files |
echo. man to make manual pages |
echo. texinfo to make Texinfo files |
echo. gettext to make PO message catalogs |
echo. changes to make an overview over all changed/added/deprecated items |
echo. xml to make Docutils-native XML files |
echo. pseudoxml to make pseudoxml-XML files for display purposes |
echo. linkcheck to check all external links for integrity |
echo. doctest to run all doctests embedded in the documentation if enabled |
goto end |
) |
if ""%1"" == ""clean"" ( |
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i |
del /q /s %BUILDDIR%\* |
goto end |
) |
%SPHINXBUILD% 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.If you don't have Sphinx installed, grab it from |
echo.http://sphinx-doc.org/ |
exit /b 1 |
) |
if ""%1"" == ""html"" ( |
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html |
if errorlevel 1 exit /b 1 |
echo. |
echo.Build finished. The HTML pages are in %BUILDDIR%/html. |
goto end |
) |
if ""%1"" == ""dirhtml"" ( |
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml |
if errorlevel 1 exit /b 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.