| /external/python/cpython3/PCbuild/ |
| D | blurb.bat | 3 rem Runs the blurb tool. If necessary, will install Python and/or blurb. 5 rem Pass "--update"/"-U" as the first argument to update blurb. 11 if "%1" EQU "--update" (%PYTHON% -m pip install -U blurb && shift) 12 if "%1" EQU "-U" (%PYTHON% -m pip install -U blurb && shift) 14 %PYTHON% -m blurb %1 %2 %3 %4 %5 %6 %7 %8 %9 19 rem Before reporting the error, make sure that blurb is actually installed. 22 %PYTHON% -c "import blurb" 24 echo Installing blurb... 25 %PYTHON% -m pip install blurb 27 %PYTHON% -m blurb %*
|
| /external/autotest/site_utils/tester_feedback/ |
| D | sequenced_request.py | 25 def __init__(self, blurb, input_handler, prompt=None): argument 29 # Initialize the question blurb string. 30 self.blurb = self._format_text(blurb) 32 self.blurb += '\n' + blurb_supp 51 if self.blurb: 52 print(self.blurb, end=('\n' if self.prompt else ' ')) 72 def append_question(self, blurb, input_handler, prompt=None): argument 75 @param blurb: The text to print prior to asking for input. 80 blurb = blurb or '' 82 blurb % attrs, input_handler,
|
| /external/python/cpython3/Doc/ |
| D | make.bat | 29 if not defined BLURB ( 30 %PYTHON% -c "import blurb" > nul 2> nul 32 echo Installing blurb with %PYTHON% 33 %PYTHON% -m pip install blurb 36 set BLURB=%PYTHON% -m blurb variable 125 if defined BLURB ( 126 echo.Merging Misc/NEWS with %BLURB% 127 %BLURB% merge -f "%PY_MISC_NEWS_DIR%\NEWS" 129 echo.No Misc/NEWS file and Blurb is not available.
|
| D | Makefile | 10 BLURB = PATH=$(VENVDIR)/bin:$$PATH blurb macro 52 # (building from a newer repo) and use blurb to generate the NEWS file. 56 elif $(BLURB) help >/dev/null 2>&1 && $(SPHINXBUILD) --version >/dev/null 2>&1; then \ 58 echo "Building NEWS from Misc/NEWS.d with blurb"; \ 59 $(BLURB) merge -f build/NEWS; \ 66 echo "Missing the required blurb or sphinx-build tools."; \
|
| D | README.rst | 22 * `blurb <https://pypi.org/project/blurb/>`_ 43 the Makefile will look for instances of ``sphinxbuild`` and ``blurb`` 45 ``BLURB`` variables).
|
| /external/python/cpython2/Lib/test/ |
| D | test_shlex.py | 35 blurb foo"bar"bar"fasel" baz|blurb|foo"bar"bar"fasel"|baz| 36 blurb foo'bar'bar'fasel' baz|blurb|foo'bar'bar'fasel'|baz| 98 blurb foo"bar"bar"fasel" baz|blurb|foobarbarfasel|baz| 99 blurb foo'bar'bar'fasel' baz|blurb|foobarbarfasel|baz|
|
| /external/python/cpython3/Tools/msi/exe/ |
| D | exe.wixproj | 31 …<Target Name="_MergeMiscNewsWithBlurb" AfterTargets="PrepareForBuild" Condition="$(Blurb) != '' an… 32 …<Exec Command="$(Blurb) merge -f "$(BuildPath)NEWS.txt"" WorkingDirectory="$(PCbuild)" /> 35 …<Target Name="_MergeMiscNewsWithPython" AfterTargets="PrepareForBuild" Condition="$(Blurb) == '' a… 45 … <Exec Command=""$(HostPython)" -m pip install -U blurb" WorkingDirectory="$(PCbuild)" /> 46 …<Exec Command=""$(HostPython)" -m blurb merge -f "$(BuildPath)NEWS.txt"" Worki…
|
| /external/python/cpython3/Lib/test/ |
| D | test_shlex.py | 31 blurb foo"bar"bar"fasel" baz|blurb|foo"bar"bar"fasel"|baz| 32 blurb foo'bar'bar'fasel' baz|blurb|foo'bar'bar'fasel'|baz| 94 blurb foo"bar"bar"fasel" baz|blurb|foobarbarfasel|baz| 95 blurb foo'bar'bar'fasel' baz|blurb|foobarbarfasel|baz|
|
| /external/python/cpython3/Misc/NEWS.d/next/Security/ |
| D | README.rst | 1 Put news entry `blurb`_ files for the *Security* section in this directory. 3 .. _blurb: https://pypi.org/project/blurb/ target
|
| /external/python/cpython3/Misc/NEWS.d/next/Library/ |
| D | README.rst | 1 Put news entry `blurb`_ files for the *Library* section in this directory. 3 .. _blurb: https://pypi.org/project/blurb/ target
|
| /external/python/cpython3/Misc/NEWS.d/next/Build/ |
| D | README.rst | 1 Put news entry `blurb`_ files for the *Build* section in this directory. 3 .. _blurb: https://pypi.org/project/blurb/ target
|
| /external/python/cpython3/Misc/NEWS.d/next/Tests/ |
| D | README.rst | 1 Put news entry `blurb`_ files for the *Tests* section in this directory. 3 .. _blurb: https://pypi.org/project/blurb/ target
|
| /external/python/cpython3/Misc/NEWS.d/next/IDLE/ |
| D | README.rst | 1 Put news entry `blurb`_ files for the *IDLE* section in this directory. 3 .. _blurb: https://pypi.org/project/blurb/ target
|
| /external/python/cpython3/Misc/NEWS.d/next/Windows/ |
| D | README.rst | 1 Put news entry `blurb`_ files for the *Windows* section in this directory. 3 .. _blurb: https://pypi.org/project/blurb/ target
|
| /external/python/cpython3/Misc/NEWS.d/next/Documentation/ |
| D | README.rst | 1 Put news entry `blurb`_ files for the *Documentation* section in this directory. 3 .. _blurb: https://pypi.org/project/blurb/ target
|
| /external/python/cpython3/Misc/NEWS.d/next/macOS/ |
| D | README.rst | 1 Put news entry `blurb`_ files for the *macOS* section in this directory. 3 .. _blurb: https://pypi.org/project/blurb/ target
|
| /external/python/cpython3/Misc/NEWS.d/next/C API/ |
| D | README.rst | 1 Put news entry `blurb`_ files for the *C API* section in this directory. 3 .. _blurb: https://pypi.org/project/blurb/ target
|
| /external/python/cpython3/Misc/NEWS.d/next/Tools-Demos/ |
| D | README.rst | 1 Put news entry `blurb`_ files for the *Tools/Demos* section in this directory. 3 .. _blurb: https://pypi.org/project/blurb/ target
|
| /external/python/cpython3/Misc/NEWS.d/next/Core and Builtins/ |
| D | README.rst | 1 Put news entry `blurb`_ files for the *Core and Builtins* section in this directory. 3 .. _blurb: https://pypi.org/project/blurb/ target
|
| /external/python/cpython3/.azure-pipelines/ |
| D | docs-steps.yml | 28 - script: make dist PYTHON=python SPHINXBUILD='python -m sphinx' BLURB='python -m blurb'
|
| /external/python/typing/docs/ |
| D | README.rst | 38 look for instances of sphinxbuild and blurb installed on your process PATH 39 (configurable with the SPHINXBUILD and BLURB variables).
|
| /external/curl/tests/data/ |
| D | test551 | 86 this is the blurb we want to upload 95 this is the blurb we want to upload
|
| D | test547 | 111 this is the blurb we want to upload 128 this is the blurb we want to upload
|
| D | test548 | 111 this is the blurb we want to upload 128 this is the blurb we want to upload
|
| /external/iptables/iptables/ |
| D | iptables-apply | 50 function blurb() { function 66 blurb 72 blurb
|