Home
last modified time | relevance | path

Searched refs:_dash_escape_nf (Results 1 – 3 of 3) sorted by relevance

/dports/devel/py-pythondialog/pythondialog-3.5.2/
H A Ddialog.py311 def _dash_escape_nf(args): # nf: non-first function
346 "begin": lambda coords: _dash_escape_nf(
350 "cancel": lambda s: _dash_escape_nf(("--cancel-label", s)),
369 "hline": lambda s: _dash_escape_nf(("--hline", s)),
380 "no_label": lambda s: _dash_escape_nf(("--no-label", s)),
387 "ok_label": lambda s: _dash_escape_nf(("--ok-label", s)),
406 "tab_len": lambda n: _dash_escape_nf(("--tab-len", str(n))),
409 "title": lambda title: _dash_escape_nf(("--title", title)),
414 "week_start": lambda start: _dash_escape_nf(
416 "yes_label": lambda s: _dash_escape_nf(("--yes-label", s)) }
[all …]
H A DChangeLog1203 * dialog.py (_dash_escape_nf): same as _dash_escape, but ignores the
1211 appropriate part is filtered through _dash_escape_nf().
1217 * dialog.py: use _dash_escape_nf() where appropriate in
H A DChangeLog.init1190 * dialog.py (_dash_escape_nf): same as _dash_escape, but ignores the
1198 appropriate part is filtered through _dash_escape_nf().
1204 * dialog.py: use _dash_escape_nf() where appropriate in