Changeset 65129 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jan 4, 2017 6:40:22 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r65126 r65129 2687 2687 /** 2688 2688 * Returns the regexp string that defines the format of the human-readable 2689 * size representation, <tt> !#!#!#!#[.!#!#] B|KB|MB|GB|TB|PB</tt>.2689 * size representation, <tt>\#\#\#\#[.\#\#] B|KB|MB|GB|TB|PB</tt>. 2690 2690 * 2691 2691 * This regexp will capture 5 groups of text: … … 2715 2715 /** 2716 2716 * Parses the given size string that should be in form of 2717 * <tt> !#!#!#!#[.!#!#] B|KB|MB|GB|TB|PB</tt> and returns2717 * <tt>\#\#\#\#[.\#\#] B|KB|MB|GB|TB|PB</tt> and returns 2718 2718 * the size value in bytes. Zero is returned on error. 2719 2719 */ … … 2764 2764 /** 2765 2765 * Formats the given @a aSize value in bytes to a human readable string 2766 * in form of <tt> !#!#!#!#[.!#!#] B|KB|MB|GB|TB|PB</tt>.2766 * in form of <tt>\#\#\#\#[.\#\#] B|KB|MB|GB|TB|PB</tt>. 2767 2767 * 2768 2768 * The @a aMode and @a aDecimal parameters are used for rounding the resulting … … 3025 3025 * - strings in single quotes will be put inside \<nobr\> and marked 3026 3026 * with bold style; 3027 * - UUIDs be put inside <nobr> and marked3027 * - UUIDs be put inside \<nobr\> and marked 3028 3028 * with italic style; 3029 3029 * - replaces new line chars with \</p\>\<p\> constructs to form paragraphs
Note:
See TracChangeset
for help on using the changeset viewer.