| LOW | …rce/Tools/PlayniteInstaller/Properties/AssemblyInfo.cs | 21 | // COM, set the ComVisible attribute to true on that type. |
| LOW | …rce/Tools/PlayniteInstaller/Properties/AssemblyInfo.cs | 41 | |
| LOW | …ols/PlayniteInstaller/Properties/Resources.Designer.cs | 1 | //------------------------------------------------------------------------------ |
| LOW | …urce/Tools/Playnite.Toolbox/Properties/AssemblyInfo.cs | 21 | |
| LOW | …ensions/CustomLibraryPlugin/Properties/AssemblyInfo.cs | 21 | |
| LOW | …nsions/CustomMetadataPlugin/Properties/AssemblyInfo.cs | 21 | |
| LOW | …es/Extensions/GenericPlugin/Properties/AssemblyInfo.cs | 21 | |
| LOW | …ce/Tools/Playnite.Utilities/Properties/AssemblyInfo.cs | 21 | |
| LOW | source/Playnite/license.txt | 1301 | // modification, are permitted provided that the following conditions are |
| LOW | source/Playnite/license.txt | 1321 | // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| LOW | source/Playnite/license.txt | 1341 | // copyright notice, this list of conditions and the following disclaimer |
| LOW | source/Playnite/Database/OldModels/Ver2.cs | 341 | Beaten = 2, |
| LOW | source/Playnite/Database/OldModels/Ver2.cs | 1601 | } |
| LOW | source/Playnite/Database/OldModels/Ver2.cs | 2041 | /// Idicates time occurig past month. |
| LOW | source/Playnite/Database/OldModels/Ver2.cs | 2201 | /// Gets empty region. |
| LOW | source/Playnite/Database/OldModels/Ver2.cs | 2221 | /// Mixed rating. |
| LOW | source/Playnite/Database/OldModels/Ver2.cs | 2261 | /// <summary> |
| LOW | …e/Playnite/Database/OldModels/NewVer1/OldGameAction.cs | 21 | /// <summary> |
| LOW | …ce/Playnite/Database/Collections/LiteDBFileReaderV7.cs | 521 | /// </summary> |
| LOW | …ce/Playnite/Database/Collections/LiteDBFileReaderV7.cs | 541 | /// </summary> |
| LOW | …ce/Playnite/Database/Collections/LiteDBFileReaderV7.cs | 561 | /// Define how many transactions can be open simultaneously |
| LOW | source/Playnite/Common/SafeFileEnumerator.cs | 161 | |
| LOW | source/Playnite/Common/TGASharpLib.cs | 301 | Other_253, |
| LOW | source/Playnite/Common/TGASharpLib.cs | 321 | public enum TgaColorMapEntrySize : byte |
| LOW | source/Playnite/Common/TGASharpLib.cs | 621 | { |
| LOW | source/Playnite/Common/TGASharpLib.cs | 921 | |
| LOW | source/Playnite/Common/TGASharpLib.cs | 1141 | |
| LOW | source/Playnite/Common/TGASharpLib.cs | 1161 | { |
| LOW | source/Playnite/Common/TGASharpLib.cs | 1901 | } |
| LOW | source/Playnite/Common/TGASharpLib.cs | 2121 | { |
| LOW | source/Playnite/Common/TGASharpLib.cs | 2701 | |
| LOW | source/Playnite/Common/TGASharpLib.cs | 2721 | |
| LOW | source/Playnite/Common/TGASharpLib.cs | 2821 | /// </summary> |
| LOW | source/Playnite/Common/TGASharpLib.cs | 3081 | } |
| LOW | source/Playnite/Common/TGASharpLib.cs | 3241 | /// <summary> |
| LOW | source/Playnite/Common/TGASharpLib.cs | 3261 | /// determine the number of bytes contained in field 7.</para> |
| LOW | source/Playnite/Common/TGASharpLib.cs | 3281 | /// of the following formats:</para> |
| LOW | source/Playnite/Common/TGASharpLib.cs | 3561 | #region Properties |
| LOW | source/Playnite/Common/TGASharpLib.cs | 3581 | /// it should contain the name of the person who created the image (author). If the field is not |
| LOW | source/Playnite/Common/TGASharpLib.cs | 3601 | /// lines must be null. |
| LOW | source/Playnite/Common/TGASharpLib.cs | 3621 | /// copied. By using this area, you are guaranteed an unmodified region for date and time |
| LOW | source/Playnite/Common/TGASharpLib.cs | 3641 | { |
| LOW | source/Playnite/Common/TGASharpLib.cs | 3661 | } |
| LOW | source/Playnite/Common/TGASharpLib.cs | 3681 | /// “Software ID” field above. The SHORT contains the version number as a binary |
| LOW | source/Playnite/Common/TGASharpLib.cs | 3701 | /// the time the image is saved. The format is in A:R:G:B where ‘A’ (most significant byte) |
| LOW | source/Playnite/Common/TGASharpLib.cs | 3721 | /// <para>SHORT 0: Pixel Ratio Numerator(pixel width)</para> |
| LOW | source/Playnite/Common/TGASharpLib.cs | 3741 | /// precision necessary. An uncorrected image (an image with no gamma) should have the value 1.0 as |
| LOW | source/Playnite/Common/TGASharpLib.cs | 3781 | /// Bytes 490-493 - This field is a 4-byte field containing a single offset value. This is an |
| LOW | source/Playnite/Common/TGASharpLib.cs | 3801 | /// <para>Pre-multiplied Alpha Example: Suppose the Alpha channel data is being used to specify the |
| LOW | source/Playnite/Common/TGASharpLib.cs | 3821 | /// <para>1) To make random access of compressed images easy.</para> |
| LOW | source/Playnite/Common/TGASharpLib.cs | 3841 | /// representation possible. The postage stamp image must be stored in the same format as the normal |
| LOW | source/Playnite/Common/TGASharpLib.cs | 4081 | TgaString zeroStrTerminator = TgaString.ZeroTerminator; |
| LOW | source/Playnite/Common/TGASharpLib.cs | 4141 | /// The next four bytes(bytes 4-7, the second LONG) contain an offset from the |
| LOW | source/Playnite/Common/TGASharpLib.cs | 4281 | /// Checking by <see cref="TgaString.XFileSignatute"/>. |
| LOW | source/Playnite/Common/TGASharpLib.cs | 4581 | /// Make <see cref="TGA"/> from <see cref="Stream"/>. |
| LOW | …rce/Playnite/Common/Extensions/BitmapIconExtensions.cs | 101 | |
| LOW | source/Playnite/Properties/AssemblyInfo.cs | 21 | // to COM components. If you need to access a type in this assembly from |
| LOW | source/Playnite/Localization/LocalizationKeys.cs | 1 | /// |
| LOW | source/Playnite/Localization/LocalizationKeys.cs | 21 | /// Filter Active |
| LOW | source/Playnite/Localization/LocalizationKeys.cs | 41 | /// Invalid Data |
| 430 more matches not shown… |