2017-12-24 20:07:29 +00:00
|
|
|
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
|
2018-12-27 23:34:14 +00:00
|
|
|
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/HtmlFormatter/DeleteQuotesInSpaceFreeText/@EntryValue">False</s:Boolean>
|
2017-12-24 20:07:29 +00:00
|
|
|
<s:String x:Key="/Default/CodeStyle/CSharpFileLayoutPatterns/Pattern/@EntryValue"><?xml version="1.0" encoding="utf-16"?>
|
|
|
|
|
<Patterns xmlns="urn:schemas-jetbrains-com:member-reordering-patterns">
|
|
|
|
|
<TypePattern DisplayName="Non-reorderable types">
|
|
|
|
|
<TypePattern.Match>
|
|
|
|
|
<Or>
|
|
|
|
|
<And>
|
|
|
|
|
<Kind Is="Interface" />
|
|
|
|
|
<Or>
|
|
|
|
|
<HasAttribute Name="System.Runtime.InteropServices.InterfaceTypeAttribute" />
|
|
|
|
|
<HasAttribute Name="System.Runtime.InteropServices.ComImport" />
|
|
|
|
|
</Or>
|
|
|
|
|
</And>
|
|
|
|
|
<Kind Is="Struct" />
|
|
|
|
|
<HasAttribute Name="JetBrains.Annotations.NoReorderAttribute" />
|
|
|
|
|
<HasAttribute Name="JetBrains.Annotations.NoReorder" />
|
|
|
|
|
<HasAttribute />
|
|
|
|
|
</Or>
|
|
|
|
|
</TypePattern.Match>
|
|
|
|
|
</TypePattern>
|
|
|
|
|
<TypePattern DisplayName="xUnit.net Test Classes" RemoveRegions="All">
|
|
|
|
|
<TypePattern.Match>
|
|
|
|
|
<And>
|
|
|
|
|
<Kind Is="Class" />
|
|
|
|
|
<HasMember>
|
|
|
|
|
<And>
|
|
|
|
|
<Kind Is="Method" />
|
|
|
|
|
<HasAttribute Name="Xunit.FactAttribute" Inherited="True" />
|
|
|
|
|
</And>
|
|
|
|
|
</HasMember>
|
|
|
|
|
</And>
|
|
|
|
|
</TypePattern.Match>
|
|
|
|
|
<Entry DisplayName="Setup/Teardown Methods">
|
|
|
|
|
<Entry.Match>
|
|
|
|
|
<Or>
|
|
|
|
|
<Kind Is="Constructor" />
|
|
|
|
|
<And>
|
|
|
|
|
<Kind Is="Method" />
|
|
|
|
|
<ImplementsInterface Name="System.IDisposable" />
|
|
|
|
|
</And>
|
|
|
|
|
</Or>
|
|
|
|
|
</Entry.Match>
|
|
|
|
|
<Entry.SortBy>
|
|
|
|
|
<Kind Order="Constructor" />
|
|
|
|
|
</Entry.SortBy>
|
|
|
|
|
</Entry>
|
|
|
|
|
<Entry DisplayName="All other members" />
|
|
|
|
|
<Entry Priority="100" DisplayName="Test Methods">
|
|
|
|
|
<Entry.Match>
|
|
|
|
|
<And>
|
|
|
|
|
<Kind Is="Method" />
|
|
|
|
|
<HasAttribute Name="Xunit.FactAttribute" />
|
|
|
|
|
</And>
|
|
|
|
|
</Entry.Match>
|
|
|
|
|
<Entry.SortBy>
|
|
|
|
|
<Name />
|
|
|
|
|
</Entry.SortBy>
|
|
|
|
|
</Entry>
|
|
|
|
|
</TypePattern>
|
|
|
|
|
<TypePattern DisplayName="NUnit Test Fixtures" RemoveRegions="All">
|
|
|
|
|
<TypePattern.Match>
|
|
|
|
|
<And>
|
|
|
|
|
<Kind Is="Class" />
|
|
|
|
|
<HasAttribute Name="NUnit.Framework.TestFixtureAttribute" Inherited="True" />
|
|
|
|
|
</And>
|
|
|
|
|
</TypePattern.Match>
|
|
|
|
|
<Entry DisplayName="Setup/Teardown Methods">
|
|
|
|
|
<Entry.Match>
|
|
|
|
|
<And>
|
|
|
|
|
<Kind Is="Method" />
|
|
|
|
|
<Or>
|
|
|
|
|
<HasAttribute Name="NUnit.Framework.SetUpAttribute" Inherited="True" />
|
|
|
|
|
<HasAttribute Name="NUnit.Framework.TearDownAttribute" Inherited="True" />
|
|
|
|
|
<HasAttribute Name="NUnit.Framework.FixtureSetUpAttribute" Inherited="True" />
|
|
|
|
|
<HasAttribute Name="NUnit.Framework.FixtureTearDownAttribute" Inherited="True" />
|
|
|
|
|
</Or>
|
|
|
|
|
</And>
|
|
|
|
|
</Entry.Match>
|
|
|
|
|
</Entry>
|
|
|
|
|
<Entry DisplayName="All other members" />
|
|
|
|
|
<Entry Priority="100" DisplayName="Test Methods">
|
|
|
|
|
<Entry.Match>
|
|
|
|
|
<And>
|
|
|
|
|
<Kind Is="Method" />
|
|
|
|
|
<HasAttribute Name="NUnit.Framework.TestAttribute" />
|
|
|
|
|
</And>
|
|
|
|
|
</Entry.Match>
|
|
|
|
|
<Entry.SortBy>
|
|
|
|
|
<Name />
|
|
|
|
|
</Entry.SortBy>
|
|
|
|
|
</Entry>
|
|
|
|
|
</TypePattern>
|
|
|
|
|
<TypePattern DisplayName="Default Pattern">
|
|
|
|
|
<Entry Priority="100" DisplayName="Public Delegates">
|
|
|
|
|
<Entry.Match>
|
|
|
|
|
<And>
|
|
|
|
|
<Access Is="Public" />
|
|
|
|
|
<Kind Is="Delegate" />
|
|
|
|
|
</And>
|
|
|
|
|
</Entry.Match>
|
|
|
|
|
<Entry.SortBy>
|
|
|
|
|
<Name />
|
|
|
|
|
</Entry.SortBy>
|
|
|
|
|
</Entry>
|
|
|
|
|
<Entry Priority="100" DisplayName="Public Enums">
|
|
|
|
|
<Entry.Match>
|
|
|
|
|
<And>
|
|
|
|
|
<Access Is="Public" />
|
|
|
|
|
<Kind Is="Enum" />
|
|
|
|
|
</And>
|
|
|
|
|
</Entry.Match>
|
|
|
|
|
<Entry.SortBy>
|
|
|
|
|
<Name />
|
|
|
|
|
</Entry.SortBy>
|
|
|
|
|
</Entry>
|
|
|
|
|
<Entry DisplayName="Static Fields and Constants">
|
|
|
|
|
<Entry.Match>
|
|
|
|
|
<Or>
|
|
|
|
|
<Kind Is="Constant" />
|
|
|
|
|
<And>
|
|
|
|
|
<Kind Is="Field" />
|
|
|
|
|
<Static />
|
|
|
|
|
</And>
|
|
|
|
|
</Or>
|
|
|
|
|
</Entry.Match>
|
|
|
|
|
<Entry.SortBy>
|
|
|
|
|
<Kind Order="Constant Field" />
|
|
|
|
|
</Entry.SortBy>
|
|
|
|
|
</Entry>
|
|
|
|
|
<Entry DisplayName="Fields">
|
|
|
|
|
<Entry.Match>
|
|
|
|
|
<And>
|
|
|
|
|
<Kind Is="Field" />
|
|
|
|
|
<Not>
|
|
|
|
|
<Static />
|
|
|
|
|
</Not>
|
|
|
|
|
</And>
|
|
|
|
|
</Entry.Match>
|
|
|
|
|
<Entry.SortBy>
|
|
|
|
|
<Readonly />
|
|
|
|
|
<Name />
|
|
|
|
|
</Entry.SortBy>
|
|
|
|
|
</Entry>
|
|
|
|
|
<Entry DisplayName="Constructors">
|
|
|
|
|
<Entry.Match>
|
|
|
|
|
<Kind Is="Constructor" />
|
|
|
|
|
</Entry.Match>
|
|
|
|
|
<Entry.SortBy>
|
|
|
|
|
<Static />
|
|
|
|
|
</Entry.SortBy>
|
|
|
|
|
</Entry>
|
|
|
|
|
<Entry DisplayName="Properties, Indexers">
|
|
|
|
|
<Entry.Match>
|
|
|
|
|
<Or>
|
|
|
|
|
<Kind Is="Property" />
|
|
|
|
|
<Kind Is="Indexer" />
|
|
|
|
|
</Or>
|
|
|
|
|
</Entry.Match>
|
|
|
|
|
</Entry>
|
|
|
|
|
<Entry Priority="100" DisplayName="Interface Implementations">
|
|
|
|
|
<Entry.Match>
|
|
|
|
|
<And>
|
|
|
|
|
<Kind Is="Member" />
|
|
|
|
|
<ImplementsInterface />
|
|
|
|
|
</And>
|
|
|
|
|
</Entry.Match>
|
|
|
|
|
<Entry.SortBy>
|
|
|
|
|
<ImplementsInterface Immediate="True" />
|
|
|
|
|
</Entry.SortBy>
|
|
|
|
|
</Entry>
|
|
|
|
|
<Entry DisplayName="All other members" />
|
|
|
|
|
<Entry DisplayName="Nested Types">
|
|
|
|
|
<Entry.Match>
|
|
|
|
|
<Kind Is="Type" />
|
|
|
|
|
</Entry.Match>
|
|
|
|
|
</Entry>
|
|
|
|
|
</TypePattern>
|
|
|
|
|
</Patterns></s:String>
|
2019-10-25 22:35:39 +01:00
|
|
|
<s:String x:Key="/Default/Environment/Hierarchy/Build/BuildTool/CustomBuildToolPath/@EntryValue">/opt/dotnet/sdk/3.0.100/MSBuild.dll</s:String>
|
|
|
|
|
<s:Int64 x:Key="/Default/Environment/Hierarchy/Build/BuildTool/MsbuildVersion/@EntryValue">1048576</s:Int64>
|
2018-12-23 18:49:07 +00:00
|
|
|
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EAlwaysTreatStructAsNotReorderableMigration/@EntryIndexedValue">True</s:Boolean>
|
2019-12-27 18:00:12 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=AACS/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=ADIP/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=ASCQ/@EntryIndexedValue">True</s:Boolean>
|
2018-12-24 04:14:04 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=ATAPI/@EntryIndexedValue">True</s:Boolean>
|
2019-12-27 18:00:12 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=ATIP/@EntryIndexedValue">True</s:Boolean>
|
2020-01-01 18:06:31 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=BANDAI/@EntryIndexedValue">True</s:Boolean>
|
2020-01-02 04:09:39 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=bitsetting/@EntryIndexedValue">True</s:Boolean>
|
2018-12-29 15:26:00 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=Bluray/@EntryIndexedValue">True</s:Boolean>
|
2020-01-02 04:09:39 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=cartstatus/@EntryIndexedValue">True</s:Boolean>
|
2019-12-31 19:47:18 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=CDDA/@EntryIndexedValue">True</s:Boolean>
|
2020-01-02 04:09:39 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=cdtext/@EntryIndexedValue">True</s:Boolean>
|
2020-01-01 18:06:31 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=CDTV/@EntryIndexedValue">True</s:Boolean>
|
2019-12-27 18:00:12 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=cdrom/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=certance/@EntryIndexedValue">True</s:Boolean>
|
2019-12-14 22:52:25 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=checksumming/@EntryIndexedValue">True</s:Boolean>
|
2018-12-29 15:26:00 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=checksums/@EntryIndexedValue">True</s:Boolean>
|
2019-12-25 18:07:05 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=cicm/@EntryIndexedValue">True</s:Boolean>
|
2018-12-27 23:34:14 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=Claunia/@EntryIndexedValue">True</s:Boolean>
|
2019-12-27 18:00:12 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=DDCD/@EntryIndexedValue">True</s:Boolean>
|
2020-01-03 17:41:19 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=Deinterleave/@EntryIndexedValue">True</s:Boolean>
|
2020-01-02 04:09:39 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=dicremote/@EntryIndexedValue">True</s:Boolean>
|
2019-12-14 22:52:25 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=Drive_0027s/@EntryIndexedValue">True</s:Boolean>
|
2020-01-02 04:09:39 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=dvdr/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=dvdram/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=ecsd/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=eeprom/@EntryIndexedValue">True</s:Boolean>
|
2018-12-24 04:14:04 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=EVPD/@EntryIndexedValue">True</s:Boolean>
|
2020-01-02 04:09:39 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=formatlayers/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=getconfiguration/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=hddvd/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=hddvdr/@EntryIndexedValue">True</s:Boolean>
|
2019-12-27 18:00:12 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=Hldtst/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=iomega/@EntryIndexedValue">True</s:Boolean>
|
2019-12-14 22:52:25 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=isrc/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=Kreon/@EntryIndexedValue">True</s:Boolean>
|
2020-01-02 04:09:39 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=lastrmd/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=lastsequence/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=layercap/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=Lbas/@EntryIndexedValue">True</s:Boolean>
|
2019-12-14 22:52:25 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=leadout/@EntryIndexedValue">True</s:Boolean>
|
2020-01-02 04:09:39 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=manuallj/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=mapfile/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=mediaid/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=mediaserialnumber/@EntryIndexedValue">True</s:Boolean>
|
2019-12-14 22:52:25 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=mhdd/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=mhddlog/@EntryIndexedValue">True</s:Boolean>
|
2020-01-01 18:06:31 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=milcd/@EntryIndexedValue">True</s:Boolean>
|
2018-12-29 15:26:00 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=MINIX/@EntryIndexedValue">True</s:Boolean>
|
2020-01-02 04:09:39 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=modesense/@EntryIndexedValue">True</s:Boolean>
|
2018-12-29 15:26:00 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=NTFS/@EntryIndexedValue">True</s:Boolean>
|
2020-01-01 18:06:31 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=NTSC/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=Nuon/@EntryIndexedValue">True</s:Boolean>
|
2020-01-02 04:09:39 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=Nvme/@EntryIndexedValue">True</s:Boolean>
|
2019-12-27 18:00:12 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=opticals/@EntryIndexedValue">True</s:Boolean>
|
2018-12-29 15:26:00 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=PCMCIA/@EntryIndexedValue">True</s:Boolean>
|
2019-12-27 18:00:12 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=Plextor/@EntryIndexedValue">True</s:Boolean>
|
2019-12-14 22:52:25 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=pframe/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=phour/@EntryIndexedValue">True</s:Boolean>
|
2020-01-01 18:06:31 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=playdia/@EntryIndexedValue">True</s:Boolean>
|
2019-12-31 19:47:18 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=Plextor/@EntryIndexedValue">True</s:Boolean>
|
2019-12-14 22:52:25 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=pmin/@EntryIndexedValue">True</s:Boolean>
|
2018-12-29 15:26:00 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=Portillo/@EntryIndexedValue">True</s:Boolean>
|
2020-01-02 04:09:39 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=Powe/@EntryIndexedValue">True</s:Boolean>
|
2019-12-14 22:52:25 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=pregap/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=pregaps/@EntryIndexedValue">True</s:Boolean>
|
2020-01-02 04:09:39 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=printhex/@EntryIndexedValue">True</s:Boolean>
|
2019-12-14 22:52:25 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=psec/@EntryIndexedValue">True</s:Boolean>
|
2020-01-02 04:09:39 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=rawtoc/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=readblocklimits/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=readcapacity/@EntryIndexedValue">True</s:Boolean>
|
2019-12-14 22:52:25 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=readcd/@EntryIndexedValue">True</s:Boolean>
|
2020-01-02 04:09:39 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=readdiscinformation/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=readdiscstructure/@EntryIndexedValue">True</s:Boolean>
|
2020-01-01 18:06:31 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=Recordables/@EntryIndexedValue">True</s:Boolean>
|
2018-12-29 15:26:00 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=Reiser/@EntryIndexedValue">True</s:Boolean>
|
2020-01-02 04:09:39 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=remapanchor/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=reportdensitysupport/@EntryIndexedValue">True</s:Boolean>
|
2019-10-19 18:28:05 +01:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=SDHCI/@EntryIndexedValue">True</s:Boolean>
|
2020-01-02 04:09:39 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=Secu/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=spamsum/@EntryIndexedValue">True</s:Boolean>
|
2019-12-27 18:00:12 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=subchannels/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=subpages/@EntryIndexedValue">True</s:Boolean>
|
2019-12-14 22:52:25 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=subchannel/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=subchannels/@EntryIndexedValue">True</s:Boolean>
|
2018-12-29 15:26:00 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=umounting/@EntryIndexedValue">True</s:Boolean>
|
2020-01-02 04:09:39 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=undecoded/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=Vari/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=writeprotection/@EntryIndexedValue">True</s:Boolean>
|
2019-12-14 22:52:25 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=Wxripper/@EntryIndexedValue">True</s:Boolean>
|
2020-01-02 04:09:39 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=xattr/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=xattrs/@EntryIndexedValue">True</s:Boolean>
|
2019-12-14 22:52:25 +00:00
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=xeto/@EntryIndexedValue">True</s:Boolean>
|
|
|
|
|
<s:Boolean x:Key="/Default/UserDictionary/Words/=Xtreme/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
|