OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:body_process
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mpl/bind/dist/contrib/gitchangelog/
changelog.rc.py
86
## ``subject_process`` (or ``
body_process
``) to do some changes to the subject,
123
## ``
body_process
`` is a callable
154
#
body_process
= Wrap(regexp=r'\n(?=\w+\s*:)') | Indent(chars=" ")
155
#
body_process
= Wrap(regexp=r'\n(?=\w+\s*:)')
156
#
body_process
= noop
157
body_process
= (
variable
178
## Available constructs are those listed in ``
body_process
`` doc.
relnotes.rc.py
38
body_process
= (
variable
gitchangelog.py
1709
body_process
=lambda x: x,
1724
:param
body_process
: text processing object to apply to body
1811
body =
body_process
(commit.body)
1927
"""This option was superseeded by the ``
body_process
`` option.
1930
instruction in the ``
body_process
`` pipeline.
1934
config["
body_process
"] = Wrap(config["body_split_regex"]) | config.get(
1935
"
body_process
", noop
2237
body_process
=config.get("
body_process
", noop),
Completed in 17 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026