Searched refs:shortunit (Results 1 – 4 of 4) sorted by relevance
/dports/math/p5-Bit-ShiftReg/Bit-ShiftReg-2.0/ |
H A D | lib_defs.h | 24 typedef unsigned short shortunit; typedef 47 typedef shortunit *shortunitptr;
|
/dports/devel/hs-threadscope/threadscope-0.2.14/GUI/ |
H A D | SummaryView.hs | 212 setLabels (short,shortunit,long,longunit) (short', shortunit', long', longunit') = do 214 [ (short, short'), (shortunit, shortunit')
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/ |
H A D | functions.lib.php | 2365 * @param int $shortunit Use short label of size unit (for example 'b' instead of 'bytes') 2368 function dol_print_size($size, $shortvalue = 0, $shortunit = 0) argument 2373 if (!empty($conf->dol_optimize_smallscreen)) $shortunit = 1; 2387 if (empty($shortunit)) { $ret .= ' '.$textunitlong; } else { $ret .= ' '.$textunitshort; }
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/ |
H A D | functions.lib.php | 2629 * @param int $shortunit Use short label of size unit (for example 'b' instead of 'bytes') 2632 function dol_print_size($size, $shortvalue = 0, $shortunit = 0) argument 2638 $shortunit = 1; 2652 if (empty($shortunit)) {
|