[JEDI.NET-commits] docs Jedi.IO.FileOfRec.xml,1.2,1.3 Jedi.IO.IniFiles.xml,1.3,1.4 Jedi.System.Comma
Status: Pre-Alpha
Brought to you by:
jedi_mbe
From: Marcel B. <jed...@us...> - 2005-03-08 10:14:59
|
Update of /cvsroot/jedidotnet/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12717/docs Modified Files: Jedi.IO.FileOfRec.xml Jedi.IO.IniFiles.xml Jedi.System.CommandLine.xml Jedi.System.SourceVersioning.xml Jedi.System.Strings.xml Log Message: Re-added the @ suffix for var/out parameters Index: Jedi.IO.IniFiles.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/Jedi.IO.IniFiles.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Jedi.IO.IniFiles.xml 5 Mar 2005 19:18:19 -0000 1.3 --- Jedi.IO.IniFiles.xml 8 Mar 2005 10:14:45 -0000 1.4 *************** *** 1,4 **** <?xml version="1.0" encoding="utf-8"?> ! <!--Timestamp most recent auto generation: 2005-03-05 19:16:56 UTC--> <members> <member name="T:Jedi.IO.BufferedIniFile"> --- 1,4 ---- <?xml version="1.0" encoding="utf-8"?> ! <!--Timestamp most recent auto generation: 2005-03-08 10:12:42 UTC--> <members> <member name="T:Jedi.IO.BufferedIniFile"> *************** *** 899,903 **** </returns> </member> ! <member name="M:Jedi.IO.IniFileBase.SplitSectionAndKey(System.String,System.String,System.String)"> <summary> </summary> --- 899,903 ---- </returns> </member> ! <member name="M:Jedi.IO.IniFileBase.SplitSectionAndKey(System.String,System.String@,System.String@)"> <summary> </summary> Index: Jedi.System.Strings.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/Jedi.System.Strings.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Jedi.System.Strings.xml 5 Mar 2005 19:16:23 -0000 1.6 --- Jedi.System.Strings.xml 8 Mar 2005 10:14:46 -0000 1.7 *************** *** 1,4 **** <?xml version="1.0" encoding="utf-8"?> ! <!--Timestamp most recent auto generation: 2005-03-02 15:57:56 UTC--> <members> <member name="T:Jedi.System.ExtractQuotedStringFlags"> --- 1,4 ---- <?xml version="1.0" encoding="utf-8"?> ! <!--Timestamp most recent auto generation: 2005-03-08 10:12:44 UTC--> <members> <member name="T:Jedi.System.ExtractQuotedStringFlags"> *************** *** 235,244 **** <remarks> The method will consider a number completely parsed when it ! <list type="bullet"> ! <item>has reached the end of the string.</item> ! <item>reads an invalid character.</item> ! <item>has read 32 characters.</item> ! </list> ! </remarks> </member> <member name="M:Jedi.System.StringUtils.BinToInt(System.String,System.Int32,System.Boolean)"> --- 235,239 ---- <remarks> The method will consider a number completely parsed when it ! <list type="bullet"><item>has reached the end of the string.</item><item>reads an invalid character.</item><item>has read 32 characters.</item></list></remarks> </member> <member name="M:Jedi.System.StringUtils.BinToInt(System.String,System.Int32,System.Boolean)"> *************** *** 263,329 **** <remarks> The method will consider a number completely parsed when it ! <list type="bullet"> ! <item>has reached the end of the string.</item> ! <item>reads an invalid character.</item> ! <item>has read the number of characters specified by the <paramref name="maxDigits" />.</item> ! </list> ! </remarks> </member> ! <member name="M:Jedi.System.StringUtils.BinToInt(System.String,System.Int32,System.Boolean,System.Int32)"> <summary> - Converts a string to an integer from its binary representation, only taking the first - <paramref name="maxDigits" /> characters in account, optionally ignoring leading 0 characters and returning - the number of digits actually used. </summary> <param name="s"> - A <see cref="T:System.String" /> containing a binary representation of an integer value. </param> <param name="maxDigits"> - The maximum number of digits to consider for conversion. </param> <param name="ignoreLeadingZeros"> - Ignore leading <c>0</c> characters when determining the number of digits to consider. If set to - <see langword="true" />, the <paramref name="maxDigits" /> parameter refers to the number of digits following - any leading <c>0</c> characters. </param> <param name="digitsUsed"> - An <see cref="T:System.Int32" /> variable to receive the number of digits processed during the conversion. This - number includes any leading <c>0</c> characters if <paramref name="ignoreLeadingZeros" /> is set to - <see langword="true" />. </param> <returns> - An <see cref="T:System.Int32" /> equivalent to the binary version specified in the <paramref name="s" /> parameter. </returns> - <remarks> - The method will consider a number completely parsed when it - <list type="bullet"> - <item>has reached the end of the string.</item> - <item>reads an invalid character.</item> - <item>has read the number of characters specified by the <paramref name="maxDigits" />.</item> - </list> - </remarks> </member> ! <member name="M:Jedi.System.StringUtils.BinToInt(System.String,System.Int32)"> <summary> - Converts a string to an integer from its binary representation, additionally returning the number of digits - used. </summary> <param name="s"> - A <see cref="T:System.String" /> containing a binary representation of an integer value. </param> <param name="digitsUsed"> - An <see cref="T:System.Int32" /> variable to receive the number of digits processed during the conversion. </param> <returns> - An <see cref="T:System.Int32" /> equivalent to the binary version specified in the <paramref name="s" /> parameter. </returns> - <remarks> - The method will consider a number completely parsed when it - <list type="bullet"> - <item>has reached the end of the string.</item> - <item>reads an invalid character.</item> - <item>has read 32 characters.</item> - </list> - </remarks> </member> <member name="M:Jedi.System.StringUtils.EscapeString(System.String)"> --- 258,286 ---- <remarks> The method will consider a number completely parsed when it ! <list type="bullet"><item>has reached the end of the string.</item><item>reads an invalid character.</item><item>has read the number of characters specified by the <paramref name="maxDigits" />.</item></list></remarks> </member> ! <member name="M:Jedi.System.StringUtils.BinToInt(System.String,System.Int32,System.Boolean,System.Int32@)"> <summary> </summary> <param name="s"> </param> <param name="maxDigits"> </param> <param name="ignoreLeadingZeros"> </param> <param name="digitsUsed"> </param> <returns> </returns> </member> ! <member name="M:Jedi.System.StringUtils.BinToInt(System.String,System.Int32@)"> <summary> </summary> <param name="s"> </param> <param name="digitsUsed"> </param> <returns> </returns> </member> <member name="M:Jedi.System.StringUtils.EscapeString(System.String)"> *************** *** 351,404 **** <para> The following characters are treated as specialized escape sequences: ! <list type="table"> ! <listheader> ! <term>Character</term> ! <description>Escape sequence</description> ! </listheader> ! <item> ! <term>NUL (0, Null)</term> ! <description> ! <para> ! <c>\0</c> ! </para> ! <para> -or- ! </para> ! <para> ! <c>\000</c> (this is only the case if the NULL character is followed by a digit in the range <c>0</c>..<c>7</c>, since the resulting escape sequence could be considered an octal value. ! </para> ! </description> ! </item> ! <item> ! <term>BEL (7, Bell)</term> ! <description>\a</description> ! </item> ! <item> ! <term>BS (8, Backspace)</term> ! <description>\b</description> ! </item> ! <item> ! <term>TAB (9, Horizontal tab)</term> ! <description><c>\t</c></description> ! </item> ! <item> ! <term>LF/NL (10, Line Feed/New Line)</term> ! <description><c>\n</c></description> ! </item> ! <item> ! <term>VT (11, Vertical Tab)</term> ! <description><c>\v</c></description> ! </item> ! <item> ! <term>FF/NP (12, Form Feed, New Page)</term> ! <description><c>\f</c></description> ! </item> ! <item> ! <term>CR (13, Carriage Return)</term> ! <description><c>\r</c></description> ! </item> ! </list> ! </para> </remarks> </member> --- 308,316 ---- <para> The following characters are treated as specialized escape sequences: ! <list type="table"><listheader><term>Character</term><description>Escape sequence</description></listheader><item><term>NUL (0, Null)</term><description><para><c>\0</c></para><para> -or- ! </para><para><c>\000</c> (this is only the case if the NULL character is followed by a digit in the range <c>0</c>..<c>7</c>, since the resulting escape sequence could be considered an octal value. ! </para></description></item><item><term>BEL (7, Bell)</term><description>\a</description></item><item><term>BS (8, Backspace)</term><description>\b</description></item><item><term>TAB (9, Horizontal tab)</term><description><c>\t</c></description></item><item><term>LF/NL (10, Line Feed/New Line)</term><description><c>\n</c></description></item><item><term>VT (11, Vertical Tab)</term><description><c>\v</c></description></item><item><term>FF/NP (12, Form Feed, New Page)</term><description><c>\f</c></description></item><item><term>CR (13, Carriage Return)</term><description><c>\r</c></description></item></list></para> </remarks> </member> *************** *** 428,481 **** <para> The following characters are treated as specialized escape sequences: ! <list type="table"> ! <listheader> ! <term>Character</term> ! <description>Escape sequence</description> ! </listheader> ! <item> ! <term>NUL (0, Null)</term> ! <description> ! <para> ! <c>\0</c> ! </para> ! <para> -or- ! </para> ! <para> ! <c>\000</c> (this is only the case if the NULL character is followed by a digit in the range <c>0</c>..<c>7</c>, since the resulting escape sequence could be considered an octal value. ! </para> ! </description> ! </item> ! <item> ! <term>BEL (7, Bell)</term> ! <description>\a</description> ! </item> ! <item> ! <term>BS (8, Backspace)</term> ! <description>\b</description> ! </item> ! <item> ! <term>TAB (9, Horizontal tab)</term> ! <description><c>\t</c></description> ! </item> ! <item> ! <term>LF/NL (10, Line Feed/New Line)</term> ! <description><c>\n</c></description> ! </item> ! <item> ! <term>VT (11, Vertical Tab)</term> ! <description><c>\v</c></description> ! </item> ! <item> ! <term>FF/NP (12, Form Feed, New Page)</term> ! <description><c>\f</c></description> ! </item> ! <item> ! <term>CR (13, Carriage Return)</term> ! <description><c>\r</c></description> ! </item> ! </list> ! </para> <para> Becareful when specifying the list of characters to escape. If you specify, for example, that the <c>r</c> --- 340,348 ---- <para> The following characters are treated as specialized escape sequences: ! <list type="table"><listheader><term>Character</term><description>Escape sequence</description></listheader><item><term>NUL (0, Null)</term><description><para><c>\0</c></para><para> -or- ! </para><para><c>\000</c> (this is only the case if the NULL character is followed by a digit in the range <c>0</c>..<c>7</c>, since the resulting escape sequence could be considered an octal value. ! </para></description></item><item><term>BEL (7, Bell)</term><description>\a</description></item><item><term>BS (8, Backspace)</term><description>\b</description></item><item><term>TAB (9, Horizontal tab)</term><description><c>\t</c></description></item><item><term>LF/NL (10, Line Feed/New Line)</term><description><c>\n</c></description></item><item><term>VT (11, Vertical Tab)</term><description><c>\v</c></description></item><item><term>FF/NP (12, Form Feed, New Page)</term><description><c>\f</c></description></item><item><term>CR (13, Carriage Return)</term><description><c>\r</c></description></item></list></para> <para> Becareful when specifying the list of characters to escape. If you specify, for example, that the <c>r</c> *************** *** 663,705 **** </exception> </member> ! <member name="M:Jedi.System.StringUtils.ExtractQuotedString(System.String,System.Int32)"> <summary> - Extracts a quoted string, returning the index of the last used character in the process. </summary> <param name="s"> - A quoted string. </param> <param name="lastUsedChar"> - On return of this method, this parameter will indicate the last used character in the extraction process. See - the remarks section for more information. </param> <returns> </returns> - <remarks> - <para> - A quoted string should start and end with a <b>'</b> or <b>"</b> character (the start and end quote should be - the same). In addition, every occurance of the used quote character in the original string will have been - doubled. - </para> - <para> - If the string specified in the <paramref name="s" /> parameter does not start with either of the quote - characters, the entire string will be returned instead. - </para> - <para> - The extraction ends at the first single occurance of the starting quote character, thus ignoring the remainer - of the original string. - </para> - <para> - The lastUseChar parameter will contain the following value upon return: - <list type="table"><listheader><term> - Value range - </term><description> - Description - </description></listheader><item><term> - 0 <= lastUsedChar < s.Length - </term><description> - The ending quote was found at this location in the string and processing stopped.</description></item><item><term>Ones complement of s.Length</term><description>No ending quote was found, but the entire string was used. - </description></item></list></para> - </remarks> </member> <member name="M:Jedi.System.StringUtils.HexToInt(System.String)"> --- 530,542 ---- </exception> </member> ! <member name="M:Jedi.System.StringUtils.ExtractQuotedString(System.String,System.Int32@)"> <summary> </summary> <param name="s"> </param> <param name="lastUsedChar"> </param> <returns> </returns> </member> <member name="M:Jedi.System.StringUtils.HexToInt(System.String)"> *************** *** 719,728 **** <remarks> The method will consider a number completely parsed when it ! <list type="bullet"> ! <item>has reached the end of the string.</item> ! <item>reads an invalid character.</item> ! <item>has read 8 characters.</item> ! </list> ! </remarks> </member> <member name="M:Jedi.System.StringUtils.HexToInt(System.String,System.Int32,System.Boolean)"> --- 556,560 ---- <remarks> The method will consider a number completely parsed when it ! <list type="bullet"><item>has reached the end of the string.</item><item>reads an invalid character.</item><item>has read 8 characters.</item></list></remarks> </member> <member name="M:Jedi.System.StringUtils.HexToInt(System.String,System.Int32,System.Boolean)"> *************** *** 748,816 **** <remarks> The method will consider a number completely parsed when it ! <list type="bullet"> ! <item>has reached the end of the string.</item> ! <item>reads an invalid character.</item> ! <item>has read the number of characters specified by the <paramref name="maxDigits" />.</item> ! </list> ! </remarks> </member> ! <member name="M:Jedi.System.StringUtils.HexToInt(System.String,System.Int32,System.Boolean,System.Int32)"> <summary> - Converts a string to an integer from its hexadecimal representation, only taking the first - <paramref name="maxDigits" /> characters in account, optionally ignoring leading 0 characters and returning - the number of digits actually used. </summary> <param name="s"> - A <see cref="T:System.String" /> containing a hexadecimal representation of an integer value. </param> <param name="maxDigits"> - The maximum number of digits to consider for conversion. </param> <param name="ignoreLeadingZeros"> - Ignore leading <c>0</c> characters when determining the number of digits to consider. If set to - <see langword="true" />, the <paramref name="maxDigits" /> parameter refers to the number of digits following - any leading <c>0</c> characters. </param> <param name="digitsUsed"> - An <see cref="T:System.Int32" /> variable to receive the number of digits processed during the conversion. This - number includes any leading <c>0</c> characters if <paramref name="ignoreLeadingZeros" /> is set to - <see langword="true" />. </param> <returns> - An <see cref="T:System.Int32" /> equivalent to the hexadecimal version specified in the <paramref name="s" /> - parameter. </returns> - <remarks> - The method will consider a number completely parsed when it - <list type="bullet"> - <item>has reaches the end of the string.</item> - <item>reads an invalid character.</item> - <item>has read the number of characters specified by the <paramref name="maxDigits" />.</item> - </list> - </remarks> </member> ! <member name="M:Jedi.System.StringUtils.HexToInt(System.String,System.Int32)"> <summary> - Converts a string to an integer from its hexadecimal representation, additionally returning the number of digits - used. </summary> <param name="s"> - A <see cref="T:System.String" /> containing a hexadecimal representation of an integer value. </param> <param name="digitsUsed"> - An <see cref="T:System.Int32" /> variable to receive the number of digits processed during the conversion. </param> <returns> - An <see cref="T:System.Int32" /> equivalent to the hexadecimal version specified in the <paramref name="s" /> - parameter. </returns> - <remarks> - The method will consider a number completely parsed when it - <list type="bullet"> - <item>has reached the end of the string.</item> - <item>reads an invalid character.</item> - <item>has read 8 characters.</item> - </list> - </remarks> </member> <member name="M:Jedi.System.StringUtils.IntBaseToStringImpl(System.Int32,System.Int32,System.Int32)"> --- 580,608 ---- <remarks> The method will consider a number completely parsed when it ! <list type="bullet"><item>has reached the end of the string.</item><item>reads an invalid character.</item><item>has read the number of characters specified by the <paramref name="maxDigits" />.</item></list></remarks> </member> ! <member name="M:Jedi.System.StringUtils.HexToInt(System.String,System.Int32,System.Boolean,System.Int32@)"> <summary> </summary> <param name="s"> </param> <param name="maxDigits"> </param> <param name="ignoreLeadingZeros"> </param> <param name="digitsUsed"> </param> <returns> </returns> </member> ! <member name="M:Jedi.System.StringUtils.HexToInt(System.String,System.Int32@)"> <summary> </summary> <param name="s"> </param> <param name="digitsUsed"> </param> <returns> </returns> </member> <member name="M:Jedi.System.StringUtils.IntBaseToStringImpl(System.Int32,System.Int32,System.Int32)"> *************** *** 1045,1054 **** <remarks> The method will consider a number completely parsed when it ! <list type="bullet"> ! <item>has reached the end of the string.</item> ! <item>reads an invalid character.</item> ! <item>has read 12 characters.</item> ! </list> ! </remarks> </member> <member name="M:Jedi.System.StringUtils.OctToInt(System.String,System.Int32,System.Boolean)"> --- 837,841 ---- <remarks> The method will consider a number completely parsed when it ! <list type="bullet"><item>has reached the end of the string.</item><item>reads an invalid character.</item><item>has read 12 characters.</item></list></remarks> </member> <member name="M:Jedi.System.StringUtils.OctToInt(System.String,System.Int32,System.Boolean)"> *************** *** 1074,1142 **** <remarks> The method will consider a number completely parsed when it ! <list type="bullet"> ! <item>has reached the end of the string.</item> ! <item>reads an invalid character.</item> ! <item>has read the number of characters specified by the <paramref name="maxDigits" />.</item> ! </list> ! </remarks> </member> ! <member name="M:Jedi.System.StringUtils.OctToInt(System.String,System.Int32,System.Boolean,System.Int32)"> <summary> - Converts a string to an integer from its octal representation, only taking the first - <paramref name="maxDigits" /> characters in account, optionally ignoring leading 0 characters and returning - the number of digits actually used. </summary> <param name="s"> - A <see cref="T:System.String" /> containing an octal representation of an integer value. </param> <param name="maxDigits"> - The maximum number of digits to consider for conversion. </param> <param name="ignoreLeadingZeros"> - Ignore leading <c>0</c> characters when determining the number of digits to consider. If set to - <see langword="true" />, the <paramref name="maxDigits" /> parameter refers to the number of digits following - any leading <c>0</c> characters. </param> <param name="digitsUsed"> - An <see cref="T:System.Int32" /> variable to receive the number of digits processed during the conversion. This - number includes any leading <c>0</c> characters if <paramref name="ignoreLeadingZeros" /> is set to - <see langword="true" />. </param> <returns> - An <see cref="T:System.Int32" /> equivalent to the octal version specified in the <paramref name="s" /> - parameter. </returns> - <remarks> - The method will consider a number completely parsed when it - <list type="bullet"> - <item>has reaches the end of the string.</item> - <item>reads an invalid character.</item> - <item>has read the number of characters specified by the <paramref name="maxDigits" />.</item> - </list> - </remarks> </member> ! <member name="M:Jedi.System.StringUtils.OctToInt(System.String,System.Int32)"> <summary> - Converts a string to an integer from its octal representation, additionally returning the number of digits - used. </summary> <param name="s"> - A <see cref="T:System.String" /> containing an octal representation of an integer value. </param> <param name="digitsUsed"> - An <see cref="T:System.Int32" /> variable to receive the number of digits processed during the conversion. </param> <returns> - An <see cref="T:System.Int32" /> equivalent to the octal version specified in the <paramref name="s" /> - parameter. </returns> - <remarks> - The method will consider a number completely parsed when it - <list type="bullet"> - <item>has reached the end of the string.</item> - <item>reads an invalid character.</item> - <item>has read 11 characters.</item> - </list> - </remarks> </member> <member name="M:Jedi.System.StringUtils.ParseEscapedString(System.String)"> --- 861,889 ---- <remarks> The method will consider a number completely parsed when it ! <list type="bullet"><item>has reached the end of the string.</item><item>reads an invalid character.</item><item>has read the number of characters specified by the <paramref name="maxDigits" />.</item></list></remarks> </member> ! <member name="M:Jedi.System.StringUtils.OctToInt(System.String,System.Int32,System.Boolean,System.Int32@)"> <summary> </summary> <param name="s"> </param> <param name="maxDigits"> </param> <param name="ignoreLeadingZeros"> </param> <param name="digitsUsed"> </param> <returns> </returns> </member> ! <member name="M:Jedi.System.StringUtils.OctToInt(System.String,System.Int32@)"> <summary> </summary> <param name="s"> </param> <param name="digitsUsed"> </param> <returns> </returns> </member> <member name="M:Jedi.System.StringUtils.ParseEscapedString(System.String)"> *************** *** 1163,1261 **** <para> The following characters are treated as specialized escape sequences: ! <list type="table"> ! <listheader> ! <term>Sequence</term> ! <description>Character</description> ! </listheader> ! <item> ! <term><c>\0</c></term> ! <description>NUL (0, null)</description> ! </item> ! <item> ! <term><c>\<i>integer</i></c></term> ! <description> ! <para>The character whose ordinal value is specified in octal after the backslash.</para> ! <para> The parser considers characters until it reaches the end of the string, finds a character not in the range <c>0..7</c> or until it has read three digits, whichever comes first. ! </para> ! </description> ! </item> ! <item> ! <term><c>\x<i>integer</i></c></term> ! <description> ! <para>The character whose ordinal value is specified in hexadecimal after the <c>\x</c>.</para> ! <para> The parser considers characters until it reaches the end of the string, finds a character not in the range <c>0..9, A..F, a..f</c> or until it has read two digits, whichever comes first. ! </para> ! </description> ! </item> ! <item> ! <term><c>\a</c></term> ! <description>BEL (7, Bell)</description> ! </item> ! <item> ! <term><c>\b</c></term> ! <description>BS (8, Backspace)</description> ! </item> ! <item> ! <term><c>\f</c></term> ! <description>FF/NP (12, Form Feed, New Page)</description> ! </item> ! <item> ! <term><c>\n</c></term> ! <description>LF/NL (10, Line Feed/New Line)</description> ! </item> ! <item> ! <term><c>\r</c></term> ! <description>CR (13, Carriage Return)</description> ! </item> ! <item> ! <term><c>\t</c></term> ! <description>TAB (9, Horizontal tab)</description> ! </item> ! <item> ! <term><c>\v</c></term> ! <description>VT (11, Vertical Tab)</description> ! </item> ! </list> ! </para> </remarks> </member> ! <member name="M:Jedi.System.StringUtils.ParseIntBaseImpl(System.String,System.Int32,System.Int32,System.Boolean,System.Int32)"> <summary> - Parses a string for an integer in a particular base. </summary> <param name="s"> - A <see cref="T:System.String" /> to parse for an integer in any base. </param> <param name="base"> - The base in which the integer in the string is. </param> <param name="maxDigits"> - The maximum number of digits to consider. </param> <param name="ignoreLeadingZeros"> - Ignore leading <c>0</c> characters when determining the number of digits to consider. If set to - <see langword="true" />, the <paramref name="maxDigits" /> parameter refers to the number of digits following - any leading <c>0</c> characters. </param> <param name="digitsUsed"> - An <see cref="T:System.Int32" /> variable to receive the number of digits processed during the conversion. This - number includes any leading <c>0</c> characters if <paramref name="ignoreLeadingZeros" /> is set to - <see langword="true" />. </param> <returns> - An <see cref="T:System.Int32" /> equivalent to the value specified in the <paramref name="s" /> parameter. </returns> - <remarks> - The method will consider a number completely parsed when it - <list type="bullet"> - <item>has reached the end of the string.</item> - <item>reads an invalid character.</item> - <item>has read the number of characters specified by the <paramref name="maxDigits" />.</item> - </list> - </remarks> </member> <member name="M:Jedi.System.StringUtils.QuoteString(System.String)"> --- 910,937 ---- <para> The following characters are treated as specialized escape sequences: ! <list type="table"><listheader><term>Sequence</term><description>Character</description></listheader><item><term><c>\0</c></term><description>NUL (0, null)</description></item><item><term><c>\<i>integer</i></c></term><description><para>The character whose ordinal value is specified in octal after the backslash.</para><para> The parser considers characters until it reaches the end of the string, finds a character not in the range <c>0..7</c> or until it has read three digits, whichever comes first. ! </para></description></item><item><term><c>\x<i>integer</i></c></term><description><para>The character whose ordinal value is specified in hexadecimal after the <c>\x</c>.</para><para> The parser considers characters until it reaches the end of the string, finds a character not in the range <c>0..9, A..F, a..f</c> or until it has read two digits, whichever comes first. ! </para></description></item><item><term><c>\a</c></term><description>BEL (7, Bell)</description></item><item><term><c>\b</c></term><description>BS (8, Backspace)</description></item><item><term><c>\f</c></term><description>FF/NP (12, Form Feed, New Page)</description></item><item><term><c>\n</c></term><description>LF/NL (10, Line Feed/New Line)</description></item><item><term><c>\r</c></term><description>CR (13, Carriage Return)</description></item><item><term><c>\t</c></term><description>TAB (9, Horizontal tab)</description></item><item><term><c>\v</c></term><description>VT (11, Vertical Tab)</description></item></list></para> </remarks> </member> ! <member name="M:Jedi.System.StringUtils.ParseIntBaseImpl(System.String,System.Int32,System.Int32,System.Boolean,System.Int32@)"> <summary> </summary> <param name="s"> </param> <param name="base"> </param> <param name="maxDigits"> </param> <param name="ignoreLeadingZeros"> </param> <param name="digitsUsed"> </param> <returns> </returns> </member> <member name="M:Jedi.System.StringUtils.QuoteString(System.String)"> *************** *** 1689,1699 **** The string will be formatting as <c><b>[</b><i>comma-separated list of defined positions if any are defined</i><b>] and every </b><i>tab width beyond defined positions</i></c>. Additionally, the text ! <c> (automatic)</c> will be added if <see cref="P:Jedi.System.StringUtils.TabSet.DefaultWidth" /> is set to 0 (zero). </para> <para> This method is equivalent to a call to ! <c><see cref="M:Jedi.System.StringUtils.TabSet.ToString(System.Boolean,System.Boolean,System.Boolean)">ToString</see>(<see langword="true" />, <see langword="true" />, <see langword="true" />)</c> ! </para> </remarks> </member> --- 1365,1374 ---- The string will be formatting as <c><b>[</b><i>comma-separated list of defined positions if any are defined</i><b>] and every </b><i>tab width beyond defined positions</i></c>. Additionally, the text ! <c> (automatic)</c> will be added if <see cref="P:Jedi.System.StringUtils.TabSet.DefaultWidth" /> is set to 0 (zero). </para> <para> This method is equivalent to a call to ! <c><see cref="M:Jedi.System.StringUtils.TabSet.ToString(System.Boolean,System.Boolean,System.Boolean)">ToString</see>(<see langword="true" />, <see langword="true" />, <see langword="true" />)</c></para> </remarks> </member> *************** *** 1714,1724 **** The string will be formatting as <c><b>[</b><i>comma-separated list of defined positions if any are defined</i><b>] and every </b><i>tab width beyond defined positions</i></c>. Additionally, the text ! <c> (automatic)</c> will be added if <see cref="P:Jedi.System.StringUtils.TabSet.DefaultWidth" /> is set to 0 (zero). The brackets will be ommitted if <paramref name="wantBrackets" /> is set to <see langword="false" />. </para> <para> This method is equivalent to a call to ! <c><see cref="M:Jedi.System.StringUtils.TabSet.ToString(System.Boolean,System.Boolean,System.Boolean) /">ToString</see>(<paramref name="wantBrackets" />, <paramref name="wantBrackets" />, <see langword="true" />)</c> ! </para> </remarks> </member> --- 1389,1398 ---- The string will be formatting as <c><b>[</b><i>comma-separated list of defined positions if any are defined</i><b>] and every </b><i>tab width beyond defined positions</i></c>. Additionally, the text ! <c> (automatic)</c> will be added if <see cref="P:Jedi.System.StringUtils.TabSet.DefaultWidth" /> is set to 0 (zero). The brackets will be ommitted if <paramref name="wantBrackets" /> is set to <see langword="false" />. </para> <para> This method is equivalent to a call to ! <c><see cref="M:Jedi.System.StringUtils.TabSet.ToString(System.Boolean,System.Boolean,System.Boolean) /">ToString</see>(<paramref name="wantBrackets" />, <paramref name="wantBrackets" />, <see langword="true" />)</c></para> </remarks> </member> *************** *** 1744,1748 **** The string will be formatted as <c><b>[</b><i>comma-separated list of defined positions if any are defined</i><b>] and every </b><i>tab width beyond defined positions</i></c>. Additionally, the text ! <c> (automatic)</c> will be added if <see cref="P:Jedi.System.StringUtils.TabSet.DefaultWidth" /> is set to 0 (zero). The brackets will be ommitted if <paramref name="wantBrackets" /> is set to <see langword="false" /> or if <paramref name="emptyBrackets" /> is set to <see langword="false" /> and no tabulation positions have been --- 1418,1422 ---- The string will be formatted as <c><b>[</b><i>comma-separated list of defined positions if any are defined</i><b>] and every </b><i>tab width beyond defined positions</i></c>. Additionally, the text ! <c> (automatic)</c> will be added if <see cref="P:Jedi.System.StringUtils.TabSet.DefaultWidth" /> is set to 0 (zero). The brackets will be ommitted if <paramref name="wantBrackets" /> is set to <see langword="false" /> or if <paramref name="emptyBrackets" /> is set to <see langword="false" /> and no tabulation positions have been *************** *** 1751,1756 **** <para> This method is equivalent to a call to ! <c><see cref="M:Jedi.System.StringUtils.TabSet.ToString(System.Boolean,System.Boolean,System.Boolean) /">ToString</see>(<paramref name="wantBrackets" />, <paramref name="emptyBrackets" />, <see langword="true" />)</c> ! </para> </remarks> </member> --- 1425,1429 ---- <para> This method is equivalent to a call to ! <c><see cref="M:Jedi.System.StringUtils.TabSet.ToString(System.Boolean,System.Boolean,System.Boolean) /">ToString</see>(<paramref name="wantBrackets" />, <paramref name="emptyBrackets" />, <see langword="true" />)</c></para> </remarks> </member> *************** *** 1773,1777 **** When set to <see langword="true" /> the text <c>every </c> and the tab width beyond the defined tabulation positions is added to the resulting <see cref="T:System.String" />. The width is optionally suffixed with the text ! <c> and </c> if both wantBrackets and emptyBrackets are set to <see langword="true" /> or if tabulation positions have been defined. </param> --- 1446,1450 ---- When set to <see langword="true" /> the text <c>every </c> and the tab width beyond the defined tabulation positions is added to the resulting <see cref="T:System.String" />. The width is optionally suffixed with the text ! <c> and </c> if both wantBrackets and emptyBrackets are set to <see langword="true" /> or if tabulation positions have been defined. </param> *************** *** 1783,1787 **** The string will be formatted as <c><b>[</b><i>comma-separated list of defined positions if any are defined</i><b>]</b></c>. Additionally, the text ! <c> (automatic)</c> will be added if <see cref="P:Jedi.System.StringUtils.TabSet.DefaultWidth" /> is set to 0 (zero). The brackets will be ommitted if <paramref name="wantBrackets" /> is set to <see langword="false" /> or if <paramref name="emptyBrackets" /> is set to <see langword="false" /> and no tabulation positions have been --- 1456,1460 ---- The string will be formatted as <c><b>[</b><i>comma-separated list of defined positions if any are defined</i><b>]</b></c>. Additionally, the text ! <c> (automatic)</c> will be added if <see cref="P:Jedi.System.StringUtils.TabSet.DefaultWidth" /> is set to 0 (zero). The brackets will be ommitted if <paramref name="wantBrackets" /> is set to <see langword="false" /> or if <paramref name="emptyBrackets" /> is set to <see langword="false" /> and no tabulation positions have been *************** *** 1790,1794 **** <para> If the <paramref name="includeDefaultWidth" /> parameter is set to <see langword="true" />, the string is ! extended in the format <c><b> and every </b><i>tab width beyond defined positions</i></c>. The leading space and the word "and" is only outputted if the string up to that point was not empty (in other words, there have either been tabulation positions defined or both the <paramref name="wantBrackets" /> and --- 1463,1467 ---- <para> If the <paramref name="includeDefaultWidth" /> parameter is set to <see langword="true" />, the string is ! extended in the format <c><b> and every </b><i>tab width beyond defined positions</i></c>. The leading space and the word "and" is only outputted if the string up to that point was not empty (in other words, there have either been tabulation positions defined or both the <paramref name="wantBrackets" /> and Index: Jedi.System.CommandLine.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/Jedi.System.CommandLine.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Jedi.System.CommandLine.xml 7 Mar 2005 14:22:46 -0000 1.3 --- Jedi.System.CommandLine.xml 8 Mar 2005 10:14:46 -0000 1.4 *************** *** 1,4 **** <?xml version="1.0" encoding="utf-8"?> ! <!--Timestamp most recent auto generation: 2005-03-05 19:16:59 UTC--> <members> <member name="T:Jedi.System.CommandLine"> --- 1,4 ---- <?xml version="1.0" encoding="utf-8"?> ! <!--Timestamp most recent auto generation: 2005-03-08 10:12:44 UTC--> <members> <member name="T:Jedi.System.CommandLine"> *************** *** 13,48 **** <param name="arguments"> A list of instances or <see cref="T:System.Type" />s to scan for properties and methods ! decoracted with the <see cref="T:Jedi.System.CommandLineArgumentAttribute" /> ! </param> <param name="responseFilePrefix"> The match string to indicate the character or switch used to parse a response file. </param> </member> ! <member name="M:Jedi.System.CommandLine.AddLiteral(System.String,System.Int32)"> <summary> - Adds a literal command line argument to the list of literals. </summary> <param name="commandLine"> - The complete command line. </param> <param name="index"> - <para> - Upon entry to the method, points to the 0-based index into the <paramref name="commandLine" /> parameter at - which the literal starts. - </para> - <para> - Upon leaving the method, the index should be pointing to the next argument. - </para> </param> - <remarks> - <para> - A literal is considered to be anything that can't be seens a possible switch or option. The parser considers any - of the prefix characters as a possible switch, where only the first character of a prefix string with more than - one character is considered. - </para> - <para> - The list of literals is returned by any of the <see cref="M:Jedi.System.CommandLine.Parse" /> methods. - </para> - </remarks> </member> <member name="T:Jedi.System.CommandLine.Argument"> --- 13,28 ---- <param name="arguments"> A list of instances or <see cref="T:System.Type" />s to scan for properties and methods ! decoracted with the <see cref="T:Jedi.System.CommandLineArgumentAttribute" /></param> <param name="responseFilePrefix"> The match string to indicate the character or switch used to parse a response file. </param> </member> ! <member name="M:Jedi.System.CommandLine.AddLiteral(System.String,System.Int32@)"> <summary> </summary> <param name="commandLine"> </param> <param name="index"> </param> </member> <member name="T:Jedi.System.CommandLine.Argument"> *************** *** 110,114 **** </value> </member> ! <member name="M:Jedi.System.CommandLine.Argument.Process(System.String,System.Int32)"> <summary> </summary> --- 90,94 ---- </value> </member> ! <member name="M:Jedi.System.CommandLine.Argument.Process(System.String,System.Int32@)"> <summary> </summary> *************** *** 118,122 **** </param> </member> ! <member name="M:Jedi.System.CommandLine.Argument.ProcessBoolean(System.String,System.String,System.Int32)"> <summary> </summary> --- 98,102 ---- </param> </member> ! <member name="M:Jedi.System.CommandLine.Argument.ProcessBoolean(System.String,System.String,System.Int32@)"> <summary> </summary> *************** *** 128,132 **** </param> </member> ! <member name="M:Jedi.System.CommandLine.Argument.ProcessInt(System.String,System.String,System.Int32)"> <summary> </summary> --- 108,112 ---- </param> </member> ! <member name="M:Jedi.System.CommandLine.Argument.ProcessInt(System.String,System.String,System.Int32@)"> <summary> </summary> *************** *** 138,142 **** </param> </member> ! <member name="M:Jedi.System.CommandLine.Argument.ProcessString(System.String,System.String,System.Int32)"> <summary> </summary> --- 118,122 ---- </param> </member> ! <member name="M:Jedi.System.CommandLine.Argument.ProcessString(System.String,System.String,System.Int32@)"> <summary> </summary> *************** *** 148,152 **** </param> </member> ! <member name="M:Jedi.System.CommandLine.CheckAndProcessArgument(System.String,System.Int32)"> <summary> </summary> --- 128,132 ---- </param> </member> ! <member name="M:Jedi.System.CommandLine.CheckAndProcessArgument(System.String,System.Int32@)"> <summary> </summary> *************** *** 158,162 **** </returns> </member> ! <member name="M:Jedi.System.CommandLine.CheckAndProcessResponseFile(System.String,System.Int32)"> <summary> </summary> --- 138,142 ---- </returns> </member> ! <member name="M:Jedi.System.CommandLine.CheckAndProcessResponseFile(System.String,System.Int32@)"> <summary> </summary> *************** *** 168,172 **** </returns> </member> ! <member name="M:Jedi.System.CommandLine.GetLiteral(System.String,System.Int32)"> <summary> </summary> --- 148,152 ---- </returns> </member> ! <member name="M:Jedi.System.CommandLine.GetLiteral(System.String,System.Int32@)"> <summary> </summary> Index: Jedi.System.SourceVersioning.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/Jedi.System.SourceVersioning.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Jedi.System.SourceVersioning.xml 6 Mar 2005 18:24:44 -0000 1.8 --- Jedi.System.SourceVersioning.xml 8 Mar 2005 10:14:46 -0000 1.9 *************** *** 283,287 **** </returns> </member> ! <member name="M:Jedi.System.CVSSourceInfoAttribute.ParseId(System.String,System.String,Jedi.System.Revision,System.DateTime)"> <summary> Parses the given string to obtain the file name, revision and date. --- 283,287 ---- </returns> </member> ! <member name="M:Jedi.System.CVSSourceInfoAttribute.ParseId(System.String,System.String@,Jedi.System.Revision@,System.DateTime@)"> <summary> Parses the given string to obtain the file name, revision and date. Index: Jedi.IO.FileOfRec.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/Jedi.IO.FileOfRec.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Jedi.IO.FileOfRec.xml 5 Mar 2005 19:18:19 -0000 1.2 --- Jedi.IO.FileOfRec.xml 8 Mar 2005 10:14:45 -0000 1.3 *************** *** 1,4 **** <?xml version="1.0" encoding="utf-8"?> ! <!--Timestamp most recent auto generation: 2005-03-05 19:16:57 UTC--> <members> <member name="T:Jedi.IO.EFileOfRecordError"> --- 1,4 ---- <?xml version="1.0" encoding="utf-8"?> ! <!--Timestamp most recent auto generation: 2005-03-08 10:12:42 UTC--> <members> <member name="T:Jedi.IO.EFileOfRecordError"> *************** *** 98,102 **** </returns> </member> ! <member name="M:Jedi.IO.FileOfRecord.Read(System.Object)"> <summary> </summary> --- 98,102 ---- </returns> </member> ! <member name="M:Jedi.IO.FileOfRecord.Read(System.Object@)"> <summary> </summary> |