Home
last modified time | relevance | path

Searched refs:status_format (Results 1 – 25 of 128) sorted by relevance

123456

/dports/irc/epic4/help/4_Misc/window/
H A Dstatus_format1 # $EPIC: status_format,v 1.2 2005/03/08 05:53:31 jnelson Exp $
3 window status_format "[<text>]"
6 Normally every window uses the global set status_format value
10 Remember that changing a window's status_format does not change the
11 global status format, nor does it change any other window's status_format.
16 You can delete the window's custom status_format by doing
17 /window status_format
19 status_format.
25 set(4) status_format; window(4) double
H A Dstatus_special10 set(4) status_format
H A Ddouble12 set(4) status_format
/dports/devel/py-enlighten/enlighten-1.10.1/tests/
H A Dtest_statusbar.py60 sbar = self.manager.status_bar(status_format=u'Stage: {stage}, Status: {status}', stage=1,
73 sbar = self.manager.status_bar(status_format=u'Stage: {stage}, Status: {status}', stage=1,
77 sbar = self.manager.status_bar(status_format=u'Stage: {stage}, Status: {status}', stage=1,
81 sbar = self.manager.status_bar(status_format=u'Stage: {stage}, Status: {status}', stage=1,
91 sbar = self.manager.status_bar(status_format=u'Stage: {stage}, Status: {status}', stage=1,
138 sbar = self.manager.status_bar(status_format=u'{fill}HI', fill='-')
141 sbar = self.manager.status_bar(status_format=u'{fill}HI{fill}', fill='-')
150 status_format=u'{fill}Helloooo!{fill}Woooorld!{fill}', fill='-'
162 self.manager.status_bar(status_format=u'Stage: {stage}, Fill: {fill}', stage=1,
167 self.manager.status_bar(status_format=u'Stage: {stage}, elapsed: {elapsed}', stage=1,
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dcommit.c551 s->status_format = status_format; in run_status()
1176 enum wt_status_format status_format; member
1192 if (status_format == STATUS_FORMAT_NONE || in finalize_deferred_config()
1194 status_format = STATUS_FORMAT_PORCELAIN; in finalize_deferred_config()
1200 status_format = status_deferred_config.status_format; in finalize_deferred_config()
1202 status_format = STATUS_FORMAT_NONE; in finalize_deferred_config()
1357 if (status_format != STATUS_FORMAT_NONE) in parse_and_validate_options()
1484 OPT_SET_INT('s', "short", &status_format, in cmd_status()
1495 OPT_SET_INT(0, "long", &status_format, in cmd_status()
1561 s.status_format = status_format; in cmd_status()
[all …]
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dcommit.c551 s->status_format = status_format; in run_status()
1176 enum wt_status_format status_format; member
1192 if (status_format == STATUS_FORMAT_NONE || in finalize_deferred_config()
1194 status_format = STATUS_FORMAT_PORCELAIN; in finalize_deferred_config()
1200 status_format = status_deferred_config.status_format; in finalize_deferred_config()
1202 status_format = STATUS_FORMAT_NONE; in finalize_deferred_config()
1357 if (status_format != STATUS_FORMAT_NONE) in parse_and_validate_options()
1484 OPT_SET_INT('s', "short", &status_format, in cmd_status()
1495 OPT_SET_INT(0, "long", &status_format, in cmd_status()
1561 s.status_format = status_format; in cmd_status()
[all …]
/dports/devel/git/git-2.34.1/builtin/
H A Dcommit.c551 s->status_format = status_format; in run_status()
1176 enum wt_status_format status_format; member
1192 if (status_format == STATUS_FORMAT_NONE || in finalize_deferred_config()
1194 status_format = STATUS_FORMAT_PORCELAIN; in finalize_deferred_config()
1200 status_format = status_deferred_config.status_format; in finalize_deferred_config()
1202 status_format = STATUS_FORMAT_NONE; in finalize_deferred_config()
1357 if (status_format != STATUS_FORMAT_NONE) in parse_and_validate_options()
1484 OPT_SET_INT('s', "short", &status_format, in cmd_status()
1495 OPT_SET_INT(0, "long", &status_format, in cmd_status()
1561 s.status_format = status_format; in cmd_status()
[all …]
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dcommit.c551 s->status_format = status_format; in run_status()
1176 enum wt_status_format status_format; member
1192 if (status_format == STATUS_FORMAT_NONE || in finalize_deferred_config()
1194 status_format = STATUS_FORMAT_PORCELAIN; in finalize_deferred_config()
1200 status_format = status_deferred_config.status_format; in finalize_deferred_config()
1202 status_format = STATUS_FORMAT_NONE; in finalize_deferred_config()
1357 if (status_format != STATUS_FORMAT_NONE) in parse_and_validate_options()
1484 OPT_SET_INT('s', "short", &status_format, in cmd_status()
1495 OPT_SET_INT(0, "long", &status_format, in cmd_status()
1561 s.status_format = status_format; in cmd_status()
[all …]
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dcommit.c551 s->status_format = status_format; in run_status()
1176 enum wt_status_format status_format; member
1192 if (status_format == STATUS_FORMAT_NONE || in finalize_deferred_config()
1194 status_format = STATUS_FORMAT_PORCELAIN; in finalize_deferred_config()
1200 status_format = status_deferred_config.status_format; in finalize_deferred_config()
1202 status_format = STATUS_FORMAT_NONE; in finalize_deferred_config()
1357 if (status_format != STATUS_FORMAT_NONE) in parse_and_validate_options()
1484 OPT_SET_INT('s', "short", &status_format, in cmd_status()
1495 OPT_SET_INT(0, "long", &status_format, in cmd_status()
1561 s.status_format = status_format; in cmd_status()
[all …]
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dcommit.c534 s->status_format = status_format; in run_status()
1103 enum wt_status_format status_format; member
1119 if (status_format == STATUS_FORMAT_NONE || in finalize_deferred_config()
1121 status_format = STATUS_FORMAT_PORCELAIN; in finalize_deferred_config()
1127 status_format = status_deferred_config.status_format; in finalize_deferred_config()
1129 status_format = STATUS_FORMAT_NONE; in finalize_deferred_config()
1230 if (status_format != STATUS_FORMAT_NONE) in parse_and_validate_options()
1357 OPT_SET_INT('s', "short", &status_format, in cmd_status()
1368 OPT_SET_INT(0, "long", &status_format, in cmd_status()
1431 s.status_format = status_format; in cmd_status()
[all …]
/dports/devel/py-enlighten/enlighten-1.10.1/enlighten/
H A D_statusbar.py145 self.status_format = kwargs.pop('status_format', None)
186 elif self.status_format is None:
208 rtn = self.status_format.format_map(fields)
210 rtn = self.status_format.format(**fields)
/dports/mail/neomutt/neomutt-20211029/index/
H A Dibar.c82 char *status_format; ///< Cached screen status string member
102 if (!mutt_str_equal(buf, ibar_data->status_format)) in ibar_recalc()
104 mutt_str_replace(&ibar_data->status_format, buf); in ibar_recalc()
154 mutt_draw_statusline(win, win->state.cols, ibar_data->status_format, in ibar_repaint()
155 mutt_str_len(ibar_data->status_format)); in ibar_repaint()
321 FREE(&ibar_data->status_format); in ibar_data_free()
/dports/ftp/lftp/lftp-4.9.2/src/
H A DStatusLine.cc156 const char *status_format = ResMgr::Query("cmd:term-status", getenv("TERM")); in WriteTitle() local
160 if(status_format && *status_format) in WriteTitle()
161 SubstTo(disp, status_format, subst); in WriteTitle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/typ/typ/
H A Dstats.py18 def __init__(self, status_format, time_fn, size): argument
19 self.fmt = status_format
/dports/irc/epic5/epic5-2.1.6/script/
H A Dtopicbar3 # It uses the status_format or status_format1 to format output.
102 @ :for = windowctl(get $win status_format);
105 @ for = getset(status_format);
H A Dchanmonitor16 status_format "[chanmonitor]-%>" last;
/dports/irc/epic5/epic5-2.1.6/regress/
H A Drainbug2 ^window new double off status_format $chr(27)[0m scratch on hide swap last
/dports/irc/epic4/epic4-2.10.9/regress/
H A Drainbug2 ^window new double off status_format $chr(27)[0m scratch on hide swap last
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_baci.c683 static const BITSET_FORMAT status_format = /* names, offset, direction, alternates, bar */ variable
1118 fmt_bitset (baci_status, status_format)); in baci_interface()
1898 fmt_bitset (baci_status, status_format)); in update_status()
1902 fmt_bitset (baci_status, status_format)); in update_status()
1909 fmt_bitset (baci_status, status_format)); in update_status()
1918 fmt_bitset (baci_status, status_format)); in update_status()
1925 fmt_bitset (baci_status, status_format)); in update_status()
/dports/irc/epic4/help/4_Misc/set/
H A Dstatus_cpu_saver16 set(4) status_format
/dports/irc/epic4/help/4_Misc/bind/
H A Drefresh_status9 in the status_format.
/dports/irc/epic4/help/6_Functions/
H A Dstatus17 set(4) status_double; set(4) status_format; on(5) status_update
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/widget/
H A Dmpd2widget.py276 fmt = self.status_format
301 if 'remaining' in self.status_format or self.color_progress:
/dports/irc/ircII/ircii-20210314/help/set/
H A Dstatus_format1 ! $eterna: status_format,v 1.8 2018/06/10 02:25:32 mrg Exp $
55 The end of the status_format $U expands to the contents of
/dports/devel/py-enlighten/enlighten-1.10.1/examples/
H A Ddemo.py48 status = manager.status_bar(status_format=u'Enlighten{fill}Stage: {demo}{fill}{elapsed}',

123456