/third_party/python/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 %*
|
/third_party/glib/gobject/ |
D | gparamspecs.h | 987 const gchar *blurb, 995 const gchar *blurb, 1003 const gchar *blurb, 1009 const gchar *blurb, 1017 const gchar *blurb, 1025 const gchar *blurb, 1033 const gchar *blurb, 1041 const gchar *blurb, 1049 const gchar *blurb, 1057 const gchar *blurb, [all …]
|
D | gparamspecs.c | 1648 const gchar *blurb, in g_param_spec_char() argument 1661 blurb, in g_param_spec_char() 1690 const gchar *blurb, in g_param_spec_uchar() argument 1703 blurb, in g_param_spec_uchar() 1736 const gchar *blurb, in g_param_spec_boolean() argument 1747 blurb, in g_param_spec_boolean() 1776 const gchar *blurb, in g_param_spec_int() argument 1789 blurb, in g_param_spec_int() 1820 const gchar *blurb, in g_param_spec_uint() argument 1833 blurb, in g_param_spec_uint() [all …]
|
/third_party/python/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
|
/third_party/python/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
|
/third_party/python/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
|
/third_party/python/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
|
/third_party/python/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
|
/third_party/python/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
|
/third_party/python/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
|
/third_party/python/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
|
/third_party/python/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
|
/third_party/python/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
|
/third_party/python/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
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstparamspecs.h | 175 const gchar * blurb, 183 const gchar * blurb,
|
D | gstparamspecs.c | 171 const gchar * blurb, gint min_num, gint min_denom, gint max_num, in gst_param_spec_fraction() argument 179 g_param_spec_internal (GST_TYPE_PARAM_FRACTION, name, nick, blurb, flags); in gst_param_spec_fraction() 351 const gchar * blurb, GParamSpec * element_spec, GParamFlags flags) in gst_param_spec_array() argument 359 name, nick, blurb, flags); in gst_param_spec_array()
|
D | gsttaglist.c | 72 const gchar *blurb; /* translated long description */ member 520 const gchar * nick, const gchar * blurb, GstTagMergeFunc func) in gst_tag_register() argument 524 g_return_if_fail (blurb != NULL); in gst_tag_register() 528 g_intern_string (nick), g_intern_string (blurb), func); in gst_tag_register() 549 const gchar * nick, const gchar * blurb, GstTagMergeFunc func) in gst_tag_register_static() argument 555 g_return_if_fail (blurb != NULL); in gst_tag_register_static() 570 info->blurb = blurb; in gst_tag_register_static() 657 return info->blurb; in gst_tag_get_description()
|
/third_party/iptables/iptables/ |
D | iptables-apply | 50 function blurb() { function 66 blurb 72 blurb
|
/third_party/python/Doc/ |
D | make.bat | 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
|
/third_party/curl/tests/data/ |
D | test551 | 86 this is the blurb we want to upload 95 this is the blurb we want to upload
|
/third_party/boost/doc/src/ |
D | boostbook.css | 320 div.blurb, 321 p.blurb 330 div.blurb img, 331 p.blurb img 554 div.blurb, 555 p.blurb
|
/third_party/boost/libs/safe_numerics/doc/html/ |
D | boostbook.css | 320 div.blurb, 321 p.blurb 330 div.blurb img, 331 p.blurb img 554 div.blurb, 555 p.blurb
|
/third_party/boost/tools/quickbook/src/ |
D | block_tags.hpp | 22 (blurb)(blockquote)(preformatted)
|
/third_party/boost/libs/bimap/doc/reference/ |
D | unconstrained_set_of.qbk | 107 [blurb [*Operation:] saving of a `bimap` b to an output archive 112 [blurb [*Operation:] loading of a `bimap` b' from an input archive
|
/third_party/boost/tools/quickbook/doc/ |
D | ref.qbk | 99 [[blurb] [`[blurb advertisement or note...]`] [__blurbs__]]
|