mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixing that some files had line endings mixed up (both LF and CRLF)
This commit is contained in:
@@ -14291,10 +14291,10 @@
|
||||
</param>
|
||||
</member>
|
||||
<member name="M:Ionic.BZip2.BZip2InputStream.hbCreateDecodeTables(System.Int32[],System.Int32[],System.Int32[],System.Char[],System.Int32,System.Int32,System.Int32)">
|
||||
Called by createHuffmanDecodingTables() exclusively.
|
||||
Called by createHuffmanDecodingTables() exclusively.
|
||||
</member>
|
||||
<member name="M:Ionic.BZip2.BZip2InputStream.createHuffmanDecodingTables(System.Int32,System.Int32)">
|
||||
Called by recvDecodingTables() exclusively.
|
||||
Called by recvDecodingTables() exclusively.
|
||||
</member>
|
||||
<member name="P:Ionic.BZip2.BZip2InputStream.CanRead">
|
||||
<summary>
|
||||
@@ -14341,15 +14341,15 @@
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Ionic.BZip2.BZip2InputStream.DecompressionState.unzftab">
|
||||
Freq table collected to save a pass over the data during
|
||||
decompression.
|
||||
Freq table collected to save a pass over the data during
|
||||
decompression.
|
||||
</member>
|
||||
<member name="M:Ionic.BZip2.BZip2InputStream.DecompressionState.initTT(System.Int32)">
|
||||
Initializes the tt array.
|
||||
|
||||
This method is called when the required length of the array is known.
|
||||
I don't initialize it at construction time to avoid unneccessary
|
||||
memory allocation when compressing small files.
|
||||
Initializes the tt array.
|
||||
|
||||
This method is called when the required length of the array is known.
|
||||
I don't initialize it at construction time to avoid unneccessary
|
||||
memory allocation when compressing small files.
|
||||
</member>
|
||||
<member name="T:Ionic.BZip2.BZip2OutputStream">
|
||||
<summary>
|
||||
|
Reference in New Issue
Block a user