Home
last modified time | relevance | path

Searched refs:datewidth (Results 1 – 11 of 11) sorted by relevance

/dports/finance/hs-hledger/hledger-1.19/Hledger/Cli/Commands/
H A DRegister.hs129 concat [fitString (Just datewidth) (Just datewidth) True True date
150 (datewidth, date) = case (mdate,menddate) of
160 … maxamtswidth = max 0 (totalwidth - (datewidth + 1 + mincolwidth + 2 + mincolwidth + 2 + 2))
166 remaining = totalwidth - (datewidth + 1 + 2 + amtwidth + 2 + balwidth)
H A DAregister.hs187 concat [fitString (Just datewidth) (Just datewidth) True True date
208 (datewidth, date) = (10, showDate $ transactionRegisterDate reportq thisacctq t)
214 … maxamtswidth = max 0 (totalwidth - (datewidth + 1 + mincolwidth + 2 + mincolwidth + 2 + 2))
220 remaining = totalwidth - (datewidth + 1 + 2 + amtwidth + 2 + balwidth)
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hledger-1.19/Hledger/Cli/Commands/
H A DRegister.hs129 concat [fitString (Just datewidth) (Just datewidth) True True date
150 (datewidth, date) = case (mdate,menddate) of
160 … maxamtswidth = max 0 (totalwidth - (datewidth + 1 + mincolwidth + 2 + mincolwidth + 2 + 2))
166 remaining = totalwidth - (datewidth + 1 + 2 + amtwidth + 2 + balwidth)
H A DAregister.hs187 concat [fitString (Just datewidth) (Just datewidth) True True date
208 (datewidth, date) = (10, showDate $ transactionRegisterDate reportq thisacctq t)
214 … maxamtswidth = max 0 (totalwidth - (datewidth + 1 + mincolwidth + 2 + mincolwidth + 2 + 2))
220 remaining = totalwidth - (datewidth + 1 + 2 + amtwidth + 2 + balwidth)
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hledger-1.19.1/Hledger/Cli/Commands/
H A DRegister.hs129 concat [fitString (Just datewidth) (Just datewidth) True True date
150 (datewidth, date) = case (mdate,menddate) of
160 … maxamtswidth = max 0 (totalwidth - (datewidth + 1 + mincolwidth + 2 + mincolwidth + 2 + 2))
166 remaining = totalwidth - (datewidth + 1 + 2 + amtwidth + 2 + balwidth)
H A DAregister.hs187 concat [fitString (Just datewidth) (Just datewidth) True True date
208 (datewidth, date) = (10, showDate $ transactionRegisterDate reportq thisacctq t)
214 … maxamtswidth = max 0 (totalwidth - (datewidth + 1 + mincolwidth + 2 + mincolwidth + 2 + 2))
220 remaining = totalwidth - (datewidth + 1 + 2 + amtwidth + 2 + balwidth)
/dports/finance/hs-hledger-ui/hledger-ui-1.19/Hledger/UI/
H A DRegisterScreen.hs158 datewidth = 10 function
165 …minnonamtcolswidth = datewidth + 1 + 2 + 2 -- date column plus at least 1 for status and 2 for des…
178 max 0 (totalwidth - datewidth - 1 - changewidth - balwidth - whitespacewidth)
190 colwidths = (datewidth,descwidth,acctswidth,changewidth,balwidth)
254 rsDrawItem (datewidth,descwidth,acctswidth,changewidth,balwidth) selected RegisterScreenItem{..} =
257 str (fitString (Just datewidth) (Just datewidth) True True rsItemDate) <+>
/dports/news/golded+/golded-plus/golded+/golded3/
H A Dgeview.cpp102 int datewidth = MinV(width - CFG->disphdrdateset.pos, CFG->disphdrdateset.len); in Paint() local
221 if (datewidth > 0) in Paint()
226 strftimei(buf, datewidth+1, LNG->DateTimeFmt, &tm); in Paint()
231 strsetsz(buf, datewidth); in Paint()
270 if (datewidth > 0) in Paint()
275 strftimei(buf, datewidth+1, LNG->DateTimeFmt, &tm); in Paint()
280 strsetsz(buf, datewidth); in Paint()
/dports/archivers/gtar/tar-1.34/src/
H A Dlist.c1114 static int datewidth = sizeof "YYYY-MM-DD HH:MM" - 1; variable
1223 if (datewidth < time_stamp_len) in simple_print_header()
1224 datewidth = time_stamp_len; in simple_print_header()
1272 datewidth, time_stamp); in simple_print_header()
1389 fprintf (stdlis, "%s %*s %s\n", modes, ugswidth + 1 + datewidth, in print_for_mkdir()
/dports/deskutils/py-khal/khal-0.10.4/khal/ui/
H A Deditor.py98 datewidth = len(startdt.strftime(dateformat)) + 1
110 padded = urwid.Padding(wrapped, align='left', width=datewidth, left=0, right=1)
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dfl_digi.cxx7257 int datewidth = wBrowser->columnWidth(0); in LOGBOOK_colors_font() local
7263 int totalwidth = datewidth + timewidth + callwidth + namewidth + freqwidth + modewidth; in LOGBOOK_colors_font()
7271 datewidth *= (1.0 * nuwidth / totalwidth); in LOGBOOK_colors_font()
7277 namewidth = nuwidth - datewidth - timewidth - callwidth - freqwidth - modewidth; in LOGBOOK_colors_font()
7279 wBrowser->columnWidth (0, datewidth); // Date column in LOGBOOK_colors_font()