- Timestamp:
- Jan 5, 2017 11:16:52 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r65131 r65140 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: @verbatim ####[.##] B|KB|MB|GB|TB|PB @endverbatim 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 * @verbatim ####[.##] B|KB|MB|GB|TB|PB @endverbatim 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 @verbatim ####[.##] B|KB|MB|GB|TB|PB @endverbatim. 2767 2767 * 2768 2768 * The @a aMode and @a aDecimal parameters are used for rounding the resulting … … 2956 2956 /** 2957 2957 * Reformats the input string @a aStr so that: 2958 * - strings in single quotes will be put inside <nobr> and marked2958 * - strings in single quotes will be put inside \<nobr\> and marked 2959 2959 * with blue color; 2960 * - UUIDs be put inside <nobr> and marked2960 * - UUIDs be put inside \<nobr\> and marked 2961 2961 * with green color; 2962 2962 * - replaces new line chars with \</p\>\<p\> constructs to form paragraphs … … 2965 2965 * or prepended to the existing paragraph). 2966 2966 * 2967 * If @a aToolTip is true, colouring is not applied, only the <nobr> tag2967 * If @a aToolTip is true, colouring is not applied, only the \<nobr\> tag 2968 2968 * is added. Also, new line chars are replaced with \<br\> instead of \<p\>. 2969 2969 */
Note:
See TracChangeset
for help on using the changeset viewer.