SYMBOL INDEX (1206 symbols across 173 files) FILE: GlobalTerminalService/GTServer4.cs class GTServer4 (line 15) | public class GTServer4 : GTServerBase method GTServer4 (line 17) | public GTServer4() method GTServer4 (line 23) | public GTServer4(int threads) method GTServer4 (line 29) | public GTServer4(int threads, int timeout) method Initialize (line 35) | private void Initialize() method ProcessRequest (line 40) | protected override byte[] ProcessRequest(byte[] data, TcpClient c) method CryptMessage (line 517) | private void CryptMessage(byte[] message) method GenerateFakeData (line 571) | private static TrainerRankingsLeaderboardEntry[] GenerateFakeData(int ... method GenerateFakeReport (line 578) | private static TrainerRankingsReport GenerateFakeReport(DateTime start... type RequestTypes4 (line 589) | internal enum RequestTypes4 : byte FILE: GlobalTerminalService/GTServer5.cs class GTServer5 (line 16) | public class GTServer5 : GTServerBase method GTServer5 (line 18) | public GTServer5() method GTServer5 (line 24) | public GTServer5(int threads) method GTServer5 (line 30) | public GTServer5(int threads, int timeout) method GTServer5 (line 36) | public GTServer5(int threads, int timeout, X509Certificate2 certificate) method Initialize (line 42) | private void Initialize() method ProcessRequest (line 47) | protected override byte[] ProcessRequest(byte[] data, TcpClient c) method Byte6 (line 304) | private byte Byte6(RequestTypes5 type) type RequestTypes5 (line 330) | internal enum RequestTypes5 : byte FILE: GlobalTerminalService/GTServerBase.cs class GTServerBase (line 16) | public abstract class GTServerBase method GTServerBase (line 18) | public GTServerBase(int port) method GTServerBase (line 23) | public GTServerBase(int port, bool useSsl) method GTServerBase (line 28) | public GTServerBase(int port, bool useSsl, int threads) method GTServerBase (line 36) | public GTServerBase(int port, bool useSsl, int threads, int timeout) method GTServerBase (line 42) | public GTServerBase(int port, bool useSsl, int threads, int timeout, X... method GetDefaultCertificate (line 52) | private static X509Certificate2 GetDefaultCertificate() method BeginPolling (line 95) | public void BeginPolling() method EndPolling (line 114) | public void EndPolling() method MainLoop (line 130) | private void MainLoop(object o) method AcceptClient (line 202) | private TcpClient AcceptClient() method GetStream (line 211) | private Stream GetStream(TcpClient c) method ProcessRequest (line 228) | protected abstract byte[] ProcessRequest(byte[] data, TcpClient c); method WriteLength (line 232) | protected void WriteLength(byte[] message) FILE: GlobalTerminalService/Program.cs class Program (line 10) | static class Program method Main (line 15) | static void Main() FILE: GlobalTerminalService/ProjectInstaller.Designer.cs class ProjectInstaller (line 3) | partial class ProjectInstaller method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: GlobalTerminalService/ProjectInstaller.cs class ProjectInstaller (line 10) | [RunInstaller(true)] method ProjectInstaller (line 13) | public ProjectInstaller() FILE: GlobalTerminalService/Service1.Designer.cs class Service1 (line 3) | partial class Service1 method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: GlobalTerminalService/Service1.cs class Service1 (line 13) | public partial class Service1 : ServiceBase method Service1 (line 15) | public Service1() method OnStart (line 26) | protected override void OnStart(string[] args) method Start (line 31) | public void Start() method OnStop (line 39) | protected override void OnStop() FILE: MakeBaseStatTables/Program.cs class Program (line 15) | class Program method Main (line 17) | static void Main(string[] args) FILE: RenameImages/Program.cs class Program (line 15) | class Program method Main (line 17) | static void Main(string[] args) method NormalizeFilename (line 98) | private static string NormalizeFilename(string filename, string path) FILE: VeekunImport/Program.cs class Program (line 18) | class Program method Main (line 22) | static void Main(string[] args) method GetLocalizedString (line 581) | private static LocalizedString GetLocalizedString(IDataReader reader, ... method GetDamageClass (line 593) | private static DamageClass GetDamageClass(IDataReader reader) method ProcessTSV (line 599) | private static bool ProcessTSV(string filename, int requiredFields, Ac... method VeekunLocationToRegion (line 630) | private static int VeekunLocationToRegion(SQLiteDataReader reader) class ItemLoading (line 667) | internal class ItemLoading method ItemLoading (line 669) | public ItemLoading(int id, string name) method SetGenerationValue (line 685) | public void SetGenerationValue(int ? value, int generation) class RibbonLoading (line 705) | internal class RibbonLoading method RibbonLoading (line 707) | public RibbonLoading(int id, string name, string description) method SetGenerationPosition (line 720) | public void SetGenerationPosition(int? position, int generation) class TsvRow (line 740) | internal class TsvRow method TsvRow (line 742) | public TsvRow(int lineNumber, int validLineNumber, string[] fields) FILE: bvCrawler4/Program.cs class BvCrawler4 (line 16) | public class BvCrawler4 method Main (line 18) | public static void Main(string[] args) method FormatVideoId (line 125) | public static String FormatVideoId(ulong videoId) method GetBattleVideo (line 135) | public static byte[] GetBattleVideo(int pid, ulong videoId) method RunSearch (line 164) | public static bool RunSearch(int pid) method QueueTop30 (line 255) | public static void QueueTop30(int pid) method QueueSearch (line 260) | public static void QueueSearch(int pid, ushort species, SearchMetagame... method QueueSearchResults (line 326) | public static void QueueSearchResults(byte[] data) method QueueVideoId (line 356) | public static void QueueVideoId(MySqlConnection db, ulong id) method DequeueVideo (line 375) | public static ulong DequeueVideo(MySqlConnection db) method PutLength (line 392) | public static void PutLength(byte[] data) method Conversation (line 399) | public static byte[] Conversation(byte[] request) method Encrypt (line 419) | public static void Encrypt(byte[] data, int padOffset) method Decrypt (line 428) | public static void Decrypt(byte[] data) method RetryAll (line 434) | public static void RetryAll() method CreateConnection (line 486) | public static MySqlConnection CreateConnection() method LogError (line 491) | public static void LogError(Exception ex) type SearchMetagames (line 497) | public enum SearchMetagames : byte FILE: bvCrawler5/Program.cs class BvCrawler5 (line 18) | public class BvCrawler5 method Main (line 20) | public static void Main(string[] args) method FormatVideoId (line 148) | public static String FormatVideoId(ulong videoId) method WriteBase64shit (line 158) | public static void WriteBase64shit(Stream s) method GetBattleVideo (line 198) | public static byte[] GetBattleVideo(int pid, ulong videoId) method RunSearch (line 227) | public static bool RunSearch(int pid) method QueueSpecial (line 319) | public static void QueueSpecial(int pid, SearchSpecial special) method QueueSearch (line 324) | public static void QueueSearch(int pid, SearchSpecial special, ushort ... method QueueSearchResults (line 397) | public static void QueueSearchResults(byte[] data) method QueueVideoId (line 424) | public static void QueueVideoId(MySqlConnection db, ulong id) method DequeueVideo (line 443) | public static ulong DequeueVideo(MySqlConnection db) method PutLength (line 460) | public static void PutLength(byte[] data) method Conversation (line 467) | public static byte[] Conversation(byte[] request) method RetryAll (line 489) | public static void RetryAll() method CreateConnection (line 541) | public static MySqlConnection CreateConnection() method LogError (line 546) | public static void LogError(Exception ex) type SearchSpecial (line 552) | public enum SearchSpecial : uint type SearchMetagames (line 562) | public enum SearchMetagames : uint FILE: bvRestorer4/Program.cs class Program (line 13) | class Program method Main (line 15) | static void Main(string[] args) method CryptMessage (line 84) | private static void CryptMessage(byte[] message) FILE: bvRestorer5/Program.cs class Program (line 13) | class Program method Main (line 15) | static void Main(string[] args) FILE: gts/Global.asax.cs class Global (line 12) | public class Global : System.Web.HttpApplication method Application_Start (line 14) | void Application_Start(object sender, EventArgs e) method Application_End (line 20) | void Application_End(object sender, EventArgs e) method Application_Error (line 26) | void Application_Error(object sender, EventArgs e) method Session_Start (line 32) | void Session_Start(object sender, EventArgs e) method Session_End (line 38) | void Session_End(object sender, EventArgs e) method Application_BeginRequest (line 47) | void Application_BeginRequest(object sender, EventArgs e) method Application_EndRequest (line 58) | void Application_EndRequest(object sender, EventArgs e) method RewriteUrl (line 63) | public static String RewriteUrl(String url, out String pathInfo, out S... FILE: gts/admin/Sessions.aspx.cs class Sessions (line 12) | public partial class Sessions : System.Web.UI.Page method Page_Load (line 14) | protected void Page_Load(object sender, EventArgs e) FILE: gts/admin/Sessions.aspx.designer.cs class Sessions (line 13) | public partial class Sessions { FILE: gts/masters/MasterPage.master.cs class MasterPage (line 10) | public partial class MasterPage : System.Web.UI.MasterPage method Page_Load (line 12) | protected void Page_Load(object sender, EventArgs e) FILE: gts/masters/MasterPage.master.designer.cs class MasterPage (line 13) | public partial class MasterPage { FILE: gts/pgl.ashx.cs class pgl (line 12) | public class pgl : IHttpHandler method ProcessRequest (line 15) | public void ProcessRequest(HttpContext context) FILE: gts/pkvldtprod.ashx.cs class pkvldtprod (line 14) | public class pkvldtprod : IHttpHandler method ProcessRequest (line 16) | public void ProcessRequest(HttpContext context) type PartyValidationResult (line 100) | private enum PartyValidationResult : byte type PokemonValidationResult (line 106) | private enum PokemonValidationResult : int type RequestType (line 112) | private enum RequestType : short method Error400 (line 119) | private void Error400(HttpContext context) class Pokemon5 (line 135) | internal class Pokemon5 method Pokemon5 (line 139) | public Pokemon5(byte[] data) FILE: gts/pokemondpds.ashx.cs class pokemondpds (line 19) | public class pokemondpds : GamestatsHandler method pokemondpds (line 21) | public pokemondpds() method ProcessGamestatsRequest (line 29) | public override void ProcessGamestatsRequest(byte[] data, MemoryStream... FILE: gts/pokemondpds_web.ashx.cs class pokemondpds_web (line 16) | public class pokemondpds_web : GamestatsHandler method pokemondpds_web (line 18) | public pokemondpds_web() method ProcessGamestatsRequest (line 25) | public override void ProcessGamestatsRequest(byte[] request, MemoryStr... FILE: gts/src/AppStateHelper.cs class AppStateHelper (line 9) | public static class AppStateHelper method Pokedex (line 17) | public static Pokedex.Pokedex Pokedex(HttpApplicationState application) method GetTypedApplicationObject (line 22) | public static T GetTypedApplicationObject(HttpApplicationState appl... FILE: gts/src/BanHelper.cs class BanHelper (line 11) | public static class BanHelper method GetBanStatus (line 13) | public static BanStatus GetBanStatus(int pid, string IpAddress, Genera... FILE: gts/src/FakeOpponentGenerator.cs class FakeOpponentGenerator (line 14) | public static class FakeOpponentGenerator method GenerateFakeOpponents (line 24) | public static BattleTowerRecordBase[] GenerateFakeOpponents(FakeOppone... method GenerateFakeOpponent (line 47) | public static BattleTowerRecordBase GenerateFakeOpponent(FakeOpponentF... class FakeOpponentFactory (line 643) | public abstract class FakeOpponentFactory method CreateRecord (line 645) | public abstract BattleTowerRecordBase CreateRecord(Pokedex.Pokedex pok... method CreatePokemon (line 647) | public abstract BattleTowerPokemonBase CreatePokemon(Pokedex.Pokedex p... method CreateProfile (line 652) | public abstract BattleTowerProfileBase CreateProfile(string name, Vers... method CreateTrendyPhrase (line 656) | public abstract TrendyPhraseBase CreateTrendyPhrase(ushort mood, ushor... class FakeOpponentFactory4 (line 661) | public class FakeOpponentFactory4 : FakeOpponentFactory method CreateRecord (line 663) | public override BattleTowerRecordBase CreateRecord(Pokedex.Pokedex pok... method CreatePokemon (line 671) | public override BattleTowerPokemonBase CreatePokemon(Pokedex.Pokedex p... method CreateProfile (line 689) | public override BattleTowerProfileBase CreateProfile(string name, method CreateTrendyPhrase (line 702) | public override TrendyPhraseBase CreateTrendyPhrase(ushort mood, class FakeOpponentFactory5 (line 717) | public class FakeOpponentFactory5 : FakeOpponentFactory method CreateRecord (line 719) | public override BattleTowerRecordBase CreateRecord(Pokedex.Pokedex pok... method CreatePokemon (line 727) | public override BattleTowerPokemonBase CreatePokemon(Pokedex.Pokedex p... method CreateProfile (line 745) | public override BattleTowerProfileBase CreateProfile(string name, method CreateTrendyPhrase (line 758) | public override TrendyPhraseBase CreateTrendyPhrase(ushort mood, ushor... FILE: gts/src/IpAddressHelper.cs class IpAddressHelper (line 9) | public static class IpAddressHelper method GetIpAddress (line 11) | public static string GetIpAddress(HttpRequest request) method RemovePort (line 30) | private static string RemovePort(string ip) method Ipv4ToBinary (line 38) | public static uint Ipv4ToBinary(string ip) FILE: gts/syachi2ds.ashx.cs class syachi2ds (line 18) | public class syachi2ds : GamestatsHandler method syachi2ds (line 20) | public syachi2ds() method ProcessGamestatsRequest (line 27) | public override void ProcessGamestatsRequest(byte[] request, MemoryStr... FILE: library/Data/DataMysql.cs method DataMysql (line 20) | public DataMysql(string connString) method CreateConnection (line 27) | private MySqlConnection CreateConnection() method SqlSanitize (line 34) | public static string SqlSanitize(string s) method SqlSanitize (line 39) | public static string SqlSanitize(string s, string newChar) method WithTransaction (line 55) | private T WithTransaction(Func command) method WithTransaction (line 75) | private void WithTransaction(Action command) method WithTransaction (line 95) | private T WithTransaction(WithMysqlTransactionDelegate command) method WithTransactionSuccessful (line 123) | private bool WithTransactionSuccessful(Func comm... method GtsDataForUser4 (line 147) | public GtsRecord4 GtsDataForUser4(MySqlTransaction tran, Pokedex.Pokedex... method GtsDataForUser4 (line 171) | public override GtsRecord4 GtsDataForUser4(Pokedex.Pokedex pokedex, int ... method GtsGetRecord4 (line 176) | public GtsRecord4 GtsGetRecord4(MySqlTransaction tran, Pokedex.Pokedex p... method GtsGetRecord4 (line 219) | public override GtsRecord4 GtsGetRecord4(Pokedex.Pokedex pokedex, long t... method GtsDepositPokemon4 (line 224) | public bool GtsDepositPokemon4(MySqlTransaction tran, GtsRecord4 record) method GtsDepositPokemon4 (line 257) | public override bool GtsDepositPokemon4(GtsRecord4 record) method GtsGetDepositId4 (line 265) | public ulong ? GtsGetDepositId4(MySqlTransaction tran, int pid) method GtsDeletePokemon4 (line 274) | public bool GtsDeletePokemon4(MySqlTransaction tran, int pid) FILE: library/Data/DataSqlite.cs class DataSqlite (line 11) | public class DataSqlite// : DataAbstract method CreateConnection (line 13) | public SQLiteConnection CreateConnection() method CreateConnection (line 18) | public SQLiteConnection CreateConnection(string filename) FILE: library/Data/Database.cs class Database (line 13) | public abstract class Database method CreateInstance (line 31) | public static Database CreateInstance() method CreateInstance (line 39) | public static Database CreateInstance(ConnectionStringSettings connStr) method CreateInstance (line 46) | public static Database CreateInstance(string connStr, string provider) method DateLerp (line 63) | internal static DateTime DateLerp(DateTime first, DateTime second, dou... method HypeDecay (line 82) | internal static double HypeDecay(double oldHype, DateTime oldDate, Dat... method GetActiveHypeDate (line 94) | internal static DateTime GetActiveHypeDate(DateTime now) method GtsDataForUser4 (line 107) | public abstract GtsRecord4 GtsDataForUser4(Pokedex.Pokedex pokedex, in... method GtsGetRecord4 (line 108) | public abstract GtsRecord4 GtsGetRecord4(Pokedex.Pokedex pokedex, long... method GtsDepositPokemon4 (line 110) | public abstract bool GtsDepositPokemon4(GtsRecord4 record); method GtsDeletePokemon4 (line 112) | public abstract bool GtsDeletePokemon4(int pid); method GtsLockPokemon4 (line 114) | public abstract bool GtsLockPokemon4(ulong tradeId, int partner_pid); method GtsCheckLockStatus4 (line 115) | public abstract bool GtsCheckLockStatus4(ulong tradeId, int partner_pid); method GtsTradePokemon4 (line 117) | public abstract bool GtsTradePokemon4(int pidSrc, int pidDest); method GtsTradePokemon4 (line 118) | public abstract bool GtsTradePokemon4(GtsRecord4 upload, GtsRecord4 re... method GtsSearch4 (line 120) | public abstract GtsRecord4[] GtsSearch4(Pokedex.Pokedex pokedex, int p... method GtsAvailablePokemon4 (line 121) | public abstract int GtsAvailablePokemon4(); method GtsSetLastSearch4 (line 123) | public abstract void GtsSetLastSearch4(int pid); method GtsGetLastSearch4 (line 124) | public abstract DateTime? GtsGetLastSearch4(int pid); method BattleTowerUpdateRecord4 (line 128) | public abstract ulong BattleTowerUpdateRecord4(BattleTowerRecord4 reco... method BattleTowerAddLeader4 (line 129) | public abstract ulong BattleTowerAddLeader4(BattleTowerRecord4 record); method BattleTowerGetOpponents4 (line 130) | public abstract BattleTowerRecord4[] BattleTowerGetOpponents4(Pokedex.... method BattleTowerGetLeaders4 (line 131) | public abstract BattleTowerProfile4[] BattleTowerGetLeaders4(Pokedex.P... method PlazaGetProfile (line 135) | public abstract TrainerProfilePlaza PlazaGetProfile(int pid); method PlazaSetProfile (line 136) | public abstract bool PlazaSetProfile(TrainerProfilePlaza profile); method GamestatsBumpProfile4 (line 140) | public abstract bool GamestatsBumpProfile4(int pid, string ip_address); method GamestatsSetProfile4 (line 141) | public abstract bool GamestatsSetProfile4(TrainerProfile4 profile); method GamestatsGetProfile4 (line 142) | public abstract TrainerProfile4 GamestatsGetProfile4(int pid); method CheckBanStatus (line 146) | public abstract BanStatus CheckBanStatus(int pid); method CheckBanStatus (line 147) | public abstract BanStatus CheckBanStatus(byte[] mac_address); method CheckBanStatus (line 148) | public abstract BanStatus CheckBanStatus(string ip_address); method CheckBanStatus (line 149) | public abstract BanStatus CheckBanStatus(TrainerProfileBase profile); method CheckBanStatus (line 150) | public abstract BanStatus CheckBanStatus(uint ip_address); method AddBan (line 152) | public abstract void AddBan(int pid, BanStatus status); method AddBan (line 153) | public abstract void AddBan(byte[] mac_address, BanStatus status); method AddBan (line 154) | public abstract void AddBan(string ip_address, BanStatus status); method GtsDataForUser5 (line 160) | public abstract GtsRecord5 GtsDataForUser5(Pokedex.Pokedex pokedex, in... method GtsGetRecord5 (line 161) | public abstract GtsRecord5 GtsGetRecord5(Pokedex.Pokedex pokedex, long... method GtsDepositPokemon5 (line 163) | public abstract bool GtsDepositPokemon5(GtsRecord5 record); method GtsDeletePokemon5 (line 165) | public abstract bool GtsDeletePokemon5(int pid); method GtsLockPokemon5 (line 167) | public abstract bool GtsLockPokemon5(ulong tradeId, int partner_pid); method GtsCheckLockStatus5 (line 168) | public abstract bool GtsCheckLockStatus5(ulong tradeId, int partner_pid); method GtsTradePokemon5 (line 170) | public abstract bool GtsTradePokemon5(int pidSrc, int pidDest); method GtsTradePokemon5 (line 171) | public abstract bool GtsTradePokemon5(GtsRecord5 upload, GtsRecord5 re... method GtsSearch5 (line 173) | public abstract GtsRecord5[] GtsSearch5(Pokedex.Pokedex pokedex, int p... method GtsAvailablePokemon5 (line 174) | public abstract int GtsAvailablePokemon5(); method GtsSetLastSearch5 (line 176) | public abstract void GtsSetLastSearch5(int pid); method GtsGetLastSearch5 (line 177) | public abstract DateTime ? GtsGetLastSearch5(int pid); method GamestatsSetProfile5 (line 181) | public abstract bool GamestatsSetProfile5(TrainerProfile5 profile); method GamestatsGetProfile5 (line 182) | public abstract TrainerProfile5 GamestatsGetProfile5(int pid); method BattleSubwayUpdateRecord5 (line 186) | public abstract ulong BattleSubwayUpdateRecord5(BattleSubwayRecord5 re... method BattleSubwayAddLeader5 (line 187) | public abstract ulong BattleSubwayAddLeader5(BattleSubwayRecord5 record); method BattleSubwayGetOpponents5 (line 188) | public abstract BattleSubwayRecord5[] BattleSubwayGetOpponents5(Pokede... method BattleSubwayGetLeaders5 (line 189) | public abstract BattleSubwayProfile5[] BattleSubwayGetLeaders5(Pokedex... method DressupUpload4 (line 197) | public abstract ulong DressupUpload4(DressupRecord4 record); method DressupSearch4 (line 198) | public abstract DressupRecord4[] DressupSearch4(ushort species, int co... method BoxUpload4 (line 200) | public abstract ulong BoxUpload4(BoxRecord4 record); method BoxSearch4 (line 201) | public abstract BoxRecord4[] BoxSearch4(BoxLabels4 label, int count); method BattleVideoUpload4 (line 203) | public abstract ulong BattleVideoUpload4(BattleVideoRecord4 record); method BattleVideoSearch4 (line 204) | public abstract BattleVideoHeader4[] BattleVideoSearch4(ushort species... method BattleVideoGet4 (line 205) | public abstract BattleVideoRecord4 BattleVideoGet4(ulong serial, bool ... method BattleVideoFlagSaved4 (line 206) | public abstract bool BattleVideoFlagSaved4(ulong serial); method BattleVideoCount4 (line 208) | public abstract ulong BattleVideoCount4(); method TrainerRankingsPerformRollover (line 217) | public abstract bool TrainerRankingsPerformRollover(); method TrainerRankingsGetActiveRecordTypes (line 223) | public abstract IList TrainerRankingsGetAc... method TrainerRankingsSubmit (line 229) | public abstract void TrainerRankingsSubmit(TrainerRankingsSubmission s... method TrainerRankingsGetReport (line 238) | public abstract TrainerRankingsReport[] TrainerRankingsGetReport(DateT... method TrainerRankingsGetReport (line 246) | public TrainerRankingsReport[] TrainerRankingsGetReport(DateTime start... method TrainerRankingsGetReport (line 256) | public TrainerRankingsReport TrainerRankingsGetReport(DateTime during) method TrainerRankingsGetReport (line 265) | public TrainerRankingsReport TrainerRankingsGetReport() method TrainerRankingsGetPendingReport (line 274) | public abstract TrainerRankingsReport TrainerRankingsGetPendingReport(); method MusicalUpload5 (line 282) | public abstract ulong MusicalUpload5(MusicalRecord5 record); method MusicalSearch5 (line 283) | public abstract MusicalRecord5[] MusicalSearch5(ushort species, int co... method BattleVideoUpload5 (line 285) | public abstract ulong BattleVideoUpload5(BattleVideoRecord5 record); method BattleVideoSearch5 (line 286) | public abstract BattleVideoHeader5[] BattleVideoSearch5(ushort species... method BattleVideoGet5 (line 287) | public abstract BattleVideoRecord5 BattleVideoGet5(ulong serial, bool ... method BattleVideoFlagSaved5 (line 288) | public abstract bool BattleVideoFlagSaved5(ulong serial); method BattleVideoCount5 (line 290) | public abstract ulong BattleVideoCount5(); method PokedexInsertSpecies (line 294) | public abstract void PokedexInsertSpecies(Species s); method PokedexInsertForm (line 295) | public abstract void PokedexInsertForm(Form f); method PokedexInsertFormStats (line 296) | public abstract void PokedexInsertFormStats(FormStats f); method PokedexInsertFormAbilities (line 297) | public abstract void PokedexInsertFormAbilities(FormAbilities f); method PokedexInsertFamily (line 298) | public abstract void PokedexInsertFamily(Family f); method PokedexInsertEvolution (line 299) | public abstract void PokedexInsertEvolution(Evolution f); method PokedexInsertType (line 301) | public abstract void PokedexInsertType(PkmnFoundations.Pokedex.Type t); method PokedexInsertItem (line 302) | public abstract void PokedexInsertItem(Item i); method PokedexInsertMove (line 303) | public abstract void PokedexInsertMove(Move m); method PokedexInsertAbility (line 304) | public abstract void PokedexInsertAbility(Ability a); method PokedexInsertRibbon (line 305) | public abstract void PokedexInsertRibbon(Ribbon r); method PokedexInsertRegion (line 307) | public abstract void PokedexInsertRegion(Region r); method PokedexInsertLocation (line 308) | public abstract void PokedexInsertLocation(Location l); method PokedexGetAllSpecies (line 313) | public abstract List PokedexGetAllSpecies(Pokedex.Pokedex pok... method PokedexGetAllForms (line 314) | public abstract List
PokedexGetAllForms(Pokedex.Pokedex pokedex); method PokedexGetAllFormStats (line 315) | public abstract List PokedexGetAllFormStats(Pokedex.Pokedex... method PokedexGetAllFormAbilities (line 316) | public abstract List PokedexGetAllFormAbilities(Pokedex... method PokedexGetAllFamilies (line 317) | public abstract List PokedexGetAllFamilies(Pokedex.Pokedex pok... method PokedexGetAllEvolutions (line 318) | public abstract List PokedexGetAllEvolutions(Pokedex.Pokede... method PokedexGetAllTypes (line 320) | public abstract List PokedexGetAllTypes(Pokedex.Pokedex ... method PokedexGetAllItems (line 321) | public abstract List PokedexGetAllItems(Pokedex.Pokedex pokedex); method PokedexGetAllMoves (line 322) | public abstract List PokedexGetAllMoves(Pokedex.Pokedex pokedex); method PokedexGetAllAbilities (line 323) | public abstract List PokedexGetAllAbilities(Pokedex.Pokedex p... method PokedexGetAllRibbons (line 324) | public abstract List PokedexGetAllRibbons(Pokedex.Pokedex poke... method PokedexGetAllRegions (line 326) | public abstract List PokedexGetAllRegions(Pokedex.Pokedex poke... method PokedexGetAllLocations (line 327) | public abstract List PokedexGetAllLocations(Pokedex.Pokedex ... FILE: library/Data/DatabaseExtender.cs class DatabaseExtender (line 14) | public static class DatabaseExtender method ExecuteDataTable (line 21) | public static DataTable ExecuteDataTable(this DbCommand cmd) method ExecuteDataTable (line 35) | public static DataTable ExecuteDataTable(this DbConnection db, string ... method ExecuteDataTable (line 49) | public static DataTable ExecuteDataTable(this DbConnection db, string ... method ExecuteDataTable (line 63) | public static DataTable ExecuteDataTable(this DbTransaction tran, stri... method ExecuteDataTable (line 77) | public static DataTable ExecuteDataTable(this DbTransaction tran, stri... method ExecuteReader (line 91) | public static IDataReader ExecuteReader(this DbConnection db, string s... method ExecuteReader (line 108) | public static IDataReader ExecuteReader(this DbConnection db, string s... method ExecuteReader (line 119) | public static IDataReader ExecuteReader(this DbTransaction tran, strin... method ExecuteReader (line 135) | public static IDataReader ExecuteReader(this DbTransaction tran, strin... method ExecuteScalar (line 146) | public static object ExecuteScalar(this DbConnection db, string sqlstr... method ExecuteNonQuery (line 160) | public static int ExecuteNonQuery(this DbConnection db, string sqlstr,... method ExecuteScalar (line 174) | public static object ExecuteScalar(this DbTransaction tran, string sql... method ExecuteNonQuery (line 189) | public static int ExecuteNonQuery(this DbTransaction tran, string sqls... method GetStringOrDefault (line 207) | public static string GetStringOrDefault(this IDataReader reader, int c... method GetStringOrDefault (line 218) | public static string GetStringOrDefault(this IDataReader reader, int c... method GetStringOrDefault (line 230) | public static string GetStringOrDefault(this IDataReader reader, strin... method GetStringOrDefault (line 241) | public static string GetStringOrDefault(this IDataReader reader, strin... method GetBytes (line 246) | public static void GetBytes(this IDataReader reader, string column, lo... method GetByteArray (line 251) | public static byte[] GetByteArray(this IDataReader reader, int column) method GetByteArray (line 274) | public static byte[] GetByteArray(this IDataReader reader, int column,... method GetByteArray (line 281) | public static byte[] GetByteArray(this IDataReader reader, string column) method GetByteArray (line 286) | public static byte[] GetByteArray(this IDataReader reader, string colu... method IsDBNull (line 291) | public static bool IsDBNull(this IDataReader reader, string column) method Cast (line 297) | public static T Cast(object value) method Collect (line 303) | public static List Collect(this IDataReader reader, Func ExecuteCollection(this DbConnection conn, str... method ExecuteCollection (line 320) | public static List ExecuteCollection(this DbTransaction tran, st... method ExecuteCollection (line 325) | public static List ExecuteCollection(this DbCommand cmd, Func CreatePair(Pokedex pokedex) FILE: library/Pokedex/Evolution.cs class Evolution (line 8) | public class Evolution //: PokedexRecordBase FILE: library/Pokedex/Family.cs class Family (line 10) | public class Family : PokedexRecordBase method Family (line 12) | public Family(Pokedex pokedex, int id, int basic_male_id, int basic_fe... method Family (line 36) | public Family(Pokedex pokedex, IDataReader reader) method CreatePair (line 104) | public static LazyKeyValuePair CreatePair(Pokedex pokedex) FILE: library/Pokedex/Form.cs class Form (line 11) | public class Form : PokedexRecordBase method Form (line 13) | public Form(Pokedex pokedex, int id, int species_id, byte value, method Form (line 30) | public Form(Pokedex pokedex, IDataReader reader) method PrefetchRelations (line 45) | internal override void PrefetchRelations() method BaseStats (line 72) | public FormStats BaseStats(Generations generation) method Abilities (line 82) | public FormAbilities Abilities(Generations generation) method CreatePair (line 89) | public static LazyKeyValuePair CreatePair(Pokedex pokedex) method CreatePairForSpecies (line 96) | public static LazyKeyValuePair CreatePairForSpecies(Pokede... FILE: library/Pokedex/FormAbilities.cs class FormAbilities (line 12) | public class FormAbilities : PokedexRecordBase method FormAbilities (line 14) | public FormAbilities(Pokedex pokedex, int form_id, Generations min_gen... method FormAbilities (line 33) | public FormAbilities(Pokedex pokedex, IDataReader reader) FILE: library/Pokedex/FormStats.cs class FormStats (line 11) | public class FormStats : PokedexRecordBase method FormStats (line 13) | public FormStats(Pokedex pokedex, int form_id, Generations min_generat... method FormStats (line 33) | public FormStats(Pokedex pokedex, IDataReader reader) FILE: library/Pokedex/Item.cs class Item (line 11) | public class Item : PokedexRecordBase method Item (line 13) | public Item(Pokedex pokedex, int id, int ? value3, int ? value4, method Item (line 29) | public Item(Pokedex pokedex, IDataReader reader) method Value (line 52) | public int ? Value(Generations generation) method CreatePair (line 76) | public static LazyKeyValuePair CreatePair(Pokedex pokedex) method CreatePairForGeneration (line 83) | public static LazyKeyValuePair CreatePairForGeneration(Poke... method CreatePairPokeball (line 90) | public static LazyKeyValuePair CreatePairPokeball(Pokedex p... FILE: library/Pokedex/Location.cs class Location (line 12) | public class Location : PokedexRecordBase method Location (line 14) | public Location(Pokedex pokedex, int id, int region_id, int ? value3, method Location (line 33) | public Location(Pokedex pokedex, IDataReader reader) method Value (line 71) | public int? Value(Generations generation) method Value (line 77) | public int ? Value(LocationNumbering numbering) method GenerationToLocationNumbering (line 101) | public static LocationNumbering GenerationToLocationNumbering(Generati... method CreatePair (line 122) | public static LazyKeyValuePair CreatePair(Pokedex pokedex) method CreatePairForGeneration (line 129) | public static LazyKeyValuePair CreatePairForGeneration(... method CreatePairForLocationNumbering (line 144) | public static LazyKeyValuePair CreatePairForLocationNum... FILE: library/Pokedex/Move.cs class Move (line 11) | public class Move : PokedexRecordBase method Move (line 13) | public Move(Pokedex pokedex, int id, int type_id, LocalizedString name, method Move (line 33) | public Move(Pokedex pokedex, IDataReader reader) method CreatePair (line 69) | public static LazyKeyValuePair CreatePair(Pokedex pokedex) FILE: library/Pokedex/Pokedex.cs class Pokedex (line 11) | public class Pokedex method Pokedex (line 13) | public Pokedex(Database db, bool lazy) method GetAllData (line 22) | private void GetAllData(Database db) method BuildAdditionalIndexes (line 42) | private void BuildAdditionalIndexes() method ProcessGenerationalChangeset (line 96) | private Dictionary> ProcessGenerationa... method AddGeneration (line 132) | private void AddGeneration(Dictionary FormsByValue(int national_dex) method FormStats (line 232) | internal SortedList FormStats(int form_id) method FormAbilities (line 237) | internal SortedList FormAbilities(int form... method ItemsByGeneration (line 250) | public IDictionary ItemsByGeneration(Generations generation) method RibbonsByGeneration (line 295) | public IDictionary RibbonsByGeneration(Generations genera... method LocationsByGeneration (line 316) | public IDictionary LocationsByGeneration(LocationNumber... method SpeciesAtGeneration (line 321) | public static int SpeciesAtGeneration(Generations generation) FILE: library/Pokedex/PokedexRecordBase.cs class PokedexRecordBase (line 10) | public class PokedexRecordBase method PokedexRecordBase (line 12) | internal PokedexRecordBase(Pokedex pokedex) method PrefetchRelations (line 21) | internal virtual void PrefetchRelations() method LocalizedStringFromReader (line 27) | public static LocalizedString LocalizedStringFromReader(IDataReader re... FILE: library/Pokedex/Region.cs class Region (line 10) | public class Region : PokedexRecordBase method Region (line 12) | public Region(Pokedex pokedex, int id, LocalizedString name) : base(po... method Region (line 18) | public Region(Pokedex pokedex, IDataReader reader) method CreatePair (line 26) | public static LazyKeyValuePair CreatePair(Pokedex pokedex) FILE: library/Pokedex/Ribbon.cs class Ribbon (line 11) | public class Ribbon : PokedexRecordBase method Ribbon (line 13) | public Ribbon(Pokedex pokedex, int id, LocalizedString name, method Ribbon (line 32) | public Ribbon(Pokedex pokedex, IDataReader reader) : method Position (line 60) | public int? Position(Generations generation) method Value (line 79) | public int? Value(Generations generation) FILE: library/Pokedex/Species.cs class Species (line 11) | public class Species : PokedexRecordBase method Species (line 13) | public Species(Pokedex pokedex, int national_dex, int family_id, Local... method Species (line 34) | public Species(Pokedex pokedex, IDataReader reader) method PrefetchRelations (line 50) | internal override void PrefetchRelations() method Forms (line 83) | public Form Forms(byte value) method CreatePair (line 90) | public static LazyKeyValuePair CreatePair(Pokedex pokedex) FILE: library/Pokedex/Type.cs class Type (line 11) | public class Type : PokedexRecordBase method Type (line 13) | public Type(Pokedex pokedex, int id, LocalizedString name, DamageClass... method Type (line 21) | public Type(Pokedex pokedex, IDataReader reader) method CreatePair (line 35) | public static LazyKeyValuePair CreatePair(Pokedex pokedex) FILE: library/Structures/ByteStatValues.cs class ByteStatValues (line 8) | public class ByteStatValues : StatValues method ByteStatValues (line 10) | public ByteStatValues(byte hp, byte attack, byte defense, byte speed, ... method ByteStatValues (line 15) | public ByteStatValues(IEnumerable s) : base(s) FILE: library/Structures/ContestStatValues.cs class ConditionValues (line 8) | public class ConditionValues : StatValuesBase method ConditionValues (line 10) | public ConditionValues(byte cool, byte beauty, byte cute, byte smart, ... method ConditionsIndex (line 23) | public static int ConditionsIndex(Conditions condition) FILE: library/Structures/Enums.cs type Generations (line 8) | public enum Generations type GenerationFlags (line 20) | [Flags] type LocationNumbering (line 33) | public enum LocationNumbering type Versions (line 45) | public enum Versions : byte type Languages (line 74) | public enum Languages : byte type EvolutionTriggers (line 85) | public enum EvolutionTriggers type TimeOfDay (line 93) | public enum TimeOfDay type Stats (line 100) | public enum Stats type StatFlags (line 110) | [Flags] type Potential (line 122) | public enum Potential type Conditions (line 130) | public enum Conditions type DamageClass (line 140) | public enum DamageClass type GrowthRates (line 148) | public enum GrowthRates type Genders (line 158) | public enum Genders : byte type TrainerGenders (line 166) | public enum TrainerGenders : byte type Markings (line 172) | [Flags] type EggGroups (line 183) | public enum EggGroups : byte type BattleTargets (line 203) | public enum BattleTargets : byte type Natures (line 223) | public enum Natures : uint type Pokerus (line 232) | public enum Pokerus type ShinyLeaves (line 239) | [Flags] FILE: library/Structures/Format.cs class Format (line 8) | public static class Format method Markings (line 12) | public static string Markings(Markings markings, string trueFormat, st... method GenderSymbol (line 28) | public static string GenderSymbol(Genders gender) method ToIso639_1 (line 41) | public static string ToIso639_1(Languages lang) method FromIso639_1 (line 64) | public static Languages FromIso639_1(string lang) FILE: library/Structures/IntStatValues.cs class IntStatValues (line 8) | public class IntStatValues : StatValues method IntStatValues (line 10) | public IntStatValues(int hp, int attack, int defense, int speed, int s... method IntStatValues (line 15) | public IntStatValues(IEnumerable s) : base(s) FILE: library/Structures/IvStatValues.cs class IvStatValues (line 8) | public class IvStatValues : ByteStatValues method IvStatValues (line 10) | public IvStatValues(byte hp, byte attack, byte defense, byte speed, by... method IvStatValues (line 15) | public IvStatValues(IEnumerable s) : base(s) method IvStatValues (line 23) | public IvStatValues(int ivs) : base(new byte[6]) method ToInt32 (line 45) | public int ToInt32() method UnpackIV (line 57) | public static byte UnpackIV(uint ivs, Stats stat) method PackIVs (line 63) | public static uint PackIVs(byte HP, byte Attack, byte Defense, byte Sp... type JudgeSummary (line 115) | public struct JudgeSummary method JudgeSummary (line 122) | public JudgeSummary(Potential overall_potential, StatFlags best_ivs, P... FILE: library/Structures/MoveSlot.cs class MoveSlot (line 10) | public class MoveSlot method MoveSlot (line 12) | public MoveSlot(Pokedex.Pokedex pokedex, int moveId, byte ppUps, byte ... method Initialize (line 22) | public void Initialize() FILE: library/Structures/Pokemon4.cs class Pokemon4 (line 12) | public class Pokemon4 : PokemonPartyBase method Pokemon4 (line 14) | public Pokemon4(Pokedex.Pokedex pokedex) : base(pokedex) method Pokemon4 (line 19) | public Pokemon4(Pokedex.Pokedex pokedex, BinaryReader data) : base(pok... method Pokemon4 (line 25) | public Pokemon4(Pokedex.Pokedex pokedex, byte[] data) : base(pokedex) method Pokemon4 (line 31) | public Pokemon4(Pokedex.Pokedex pokedex, byte[] data, int offset) : ba... method Initialize (line 37) | private void Initialize() method Load (line 41) | protected override void Load(BinaryReader reader) method Save (line 175) | protected override void Save(BinaryWriter writer) method IsPlatHgss (line 297) | private bool IsPlatHgss() method IsHgss (line 302) | private bool IsHgss() method IsHgssPokeball (line 307) | private static bool IsHgssPokeball(int pokeballId) method ValidateActual (line 325) | public static ValidationSummary ValidateActual(PokemonBase thePokemon) FILE: library/Structures/Pokemon5.cs class Pokemon5 (line 12) | public class Pokemon5 : PokemonPartyBase method Pokemon5 (line 14) | public Pokemon5(Pokedex.Pokedex pokedex) : base(pokedex) method Pokemon5 (line 19) | public Pokemon5(Pokedex.Pokedex pokedex, BinaryReader data) : base(pok... method Pokemon5 (line 25) | public Pokemon5(Pokedex.Pokedex pokedex, byte[] data) : base(pokedex) method Pokemon5 (line 31) | public Pokemon5(Pokedex.Pokedex pokedex, byte[] data, int offset) method Initialize (line 38) | private void Initialize() method Load (line 42) | protected override void Load(BinaryReader reader) method Save (line 177) | protected override void Save(BinaryWriter writer) method IsBw2 (line 298) | private bool IsBw2() method ValidateActual (line 308) | public static ValidationSummary ValidateActual(PokemonBase thePokemon) FILE: library/Structures/PokemonBase.cs class PokemonBase (line 12) | public abstract class PokemonBase : BinarySerializableBase method PokemonBase (line 14) | public PokemonBase(Pokedex.Pokedex pokedex) method Initialize (line 21) | private void Initialize() method ShinyTest (line 151) | public static bool ShinyTest(uint personality, uint trainerId, int tri... method Validate (line 181) | public virtual ValidationSummary Validate() method BlockScramble (line 201) | protected static List BlockScramble(uint personality) method Invert (line 229) | protected static List Invert(List arg) method ExperienceAt (line 242) | public static int ExperienceAt(int level, GrowthRates gr) method LevelAt (line 264) | public static byte LevelAt(int experience, GrowthRates gr) method ExperienceAt_Slow (line 292) | private static int ExperienceAt_Slow(int level) method ExperienceAt_Medium (line 298) | private static int ExperienceAt_Medium(int level) method ExperienceAt_Fast (line 304) | private static int ExperienceAt_Fast(int level) method ExperienceAt_MediumSlow (line 310) | private static int ExperienceAt_MediumSlow(int level) method ExperienceAt_Erratic (line 317) | private static int ExperienceAt_Erratic(int level) method ExperienceAt_Fluctuating (line 332) | private static int ExperienceAt_Fluctuating(int level) type Characteristic (line 346) | public struct Characteristic method Characteristic (line 351) | public Characteristic(Stats best_iv, byte best_iv_modulo) method ToString (line 367) | public override string ToString() FILE: library/Structures/PokemonParty4.cs class PokemonParty4 (line 9) | public class PokemonParty4 : Pokemon4 method PokemonParty4 (line 11) | public PokemonParty4(Pokedex.Pokedex pokedex) : base(pokedex) method PokemonParty4 (line 16) | public PokemonParty4(Pokedex.Pokedex pokedex, BinaryReader data) : bas... method PokemonParty4 (line 22) | public PokemonParty4(Pokedex.Pokedex pokedex, byte[] data) : base(poke... method PokemonParty4 (line 28) | public PokemonParty4(Pokedex.Pokedex pokedex, byte[] data, int offset) method Initialize (line 35) | private void Initialize() method Load (line 39) | protected override void Load(BinaryReader reader) FILE: library/Structures/PokemonParty5.cs class PokemonParty5 (line 9) | public class PokemonParty5 : Pokemon5 method PokemonParty5 (line 11) | public PokemonParty5(Pokedex.Pokedex pokedex) : base(pokedex) method PokemonParty5 (line 16) | public PokemonParty5(Pokedex.Pokedex pokedex, BinaryReader data) : bas... method PokemonParty5 (line 22) | public PokemonParty5(Pokedex.Pokedex pokedex, byte[] data) : base(poke... method PokemonParty5 (line 28) | public PokemonParty5(Pokedex.Pokedex pokedex, byte[] data, int offset) method Initialize (line 35) | private void Initialize() method Load (line 39) | protected override void Load(BinaryReader reader) FILE: library/Structures/PokemonPartyBase.cs class PokemonPartyBase (line 10) | public abstract class PokemonPartyBase : PokemonBase method PokemonPartyBase (line 12) | public PokemonPartyBase(Pokedex.Pokedex pokedex) method Initialize (line 18) | private void Initialize() method ComputeChecksum (line 167) | public static ushort ComputeChecksum(byte[] data) method ComputeChecksum (line 176) | public static ushort ComputeChecksum(byte[][] data) method DecryptRNG (line 181) | protected static int DecryptRNG(int prev) method DecryptBlocks (line 186) | protected static void DecryptBlocks(byte[][] blocks, ushort checksum) method ShuffleBlocks (line 202) | protected static void ShuffleBlocks(byte[][] blocks, uint personality,... method HasRibbon (line 218) | public static bool HasRibbon(byte[] ribbons, int value) method TrainerMemoDateTime (line 226) | protected static DateTime? TrainerMemoDateTime(byte[] data) FILE: library/Structures/StatValues.cs class StatValues (line 8) | public class StatValues : StatValuesBase where T : struct method StatValues (line 10) | public StatValues(T hp, T attack, T defense, T speed, T special_attack... method StatValues (line 16) | public StatValues(IEnumerable s) : base(s) method StatsIndex (line 27) | public static int StatsIndex(Stats stat) method ToString (line 48) | public override string ToString() FILE: library/Structures/StatValuesBase.cs class StatValuesBase (line 8) | public abstract class StatValuesBase where T : struct method StatValuesBase (line 10) | protected StatValuesBase(IEnumerable s) method StatValuesBase (line 19) | protected StatValuesBase(T s0, T s1, T s2, T s3, T s4, T s5) method ToArray (line 26) | public T[] ToArray() FILE: library/Structures/TrainerMemo.cs class TrainerMemo (line 10) | public class TrainerMemo method TrainerMemo (line 12) | public TrainerMemo(Pokedex.Pokedex pokedex, LocationNumbering numbering, method ToString (line 71) | public override String ToString() method LocationToString (line 87) | private String LocationToString(Location l, int id) FILE: library/Support/AliasTable.cs class AliasTable (line 11) | public class AliasTable method NewWithWeights (line 13) | public static AliasTable NewWithWeights(Dictionary... method Sample (line 80) | public Type Sample() method AliasTable (line 96) | private AliasTable(Dictionary table, List elem, Dict... FILE: library/Support/AssertHelper.cs class AssertHelper (line 9) | public class AssertHelper method Assert (line 11) | public static void Assert(bool condition, String message) method Assert (line 20) | public static void Assert(bool condition) method Unreachable (line 25) | public static void Unreachable() method Equals (line 30) | public static void Equals(T first, T second) where T : IEquatable FILE: library/Support/BinarySerializableBase.cs class BinarySerializableBase (line 13) | public abstract class BinarySerializableBase : ISerializable method BinarySerializableBase (line 17) | public BinarySerializableBase() method BinarySerializableBase (line 21) | public BinarySerializableBase(SerializationInfo info, StreamingContext... method GetObjectData (line 27) | public void GetObjectData(SerializationInfo info, StreamingContext con... method Save (line 32) | protected abstract void Save(BinaryWriter writer); method Load (line 33) | protected abstract void Load(BinaryReader reader); method Save (line 43) | public byte[] Save() method Load (line 50) | public void Load(byte[] data, int offset) method Load (line 58) | public void Load(byte[] data) FILE: library/Support/EncodedString4.cs class EncodedString4 (line 9) | public class EncodedString4 : EncodedStringBase method EncodedString4 (line 15) | public EncodedString4(byte[] data) : base(data) method EncodedString4 (line 25) | public EncodedString4(byte[] data, int start, int length) : base(data,... method EncodedString4 (line 34) | public EncodedString4(string text, int length) : base(text, length) method DecodeString_impl (line 39) | public static string DecodeString_impl(byte[] data, int start, int count) method DecodeString_impl (line 60) | public static string DecodeString_impl(byte[] data) method EncodeString_impl (line 65) | public static byte[] EncodeString_impl(string str, int size) method DecodeString (line 83) | protected override string DecodeString(byte[] data, int start, int count) method EncodeString (line 88) | protected override byte[] EncodeString(string str, int size) method Clone (line 107) | public EncodedString4 Clone() FILE: library/Support/EncodedString5.cs class EncodedString5 (line 9) | public class EncodedString5 : EncodedStringBase method EncodedString5 (line 15) | public EncodedString5(byte[] data) : base(data) method EncodedString5 (line 25) | public EncodedString5(byte[] data, int start, int length) : base(data,... method EncodedString5 (line 34) | public EncodedString5(string text, int length) : base(text, length) method DecodeString_impl (line 39) | public static string DecodeString_impl(byte[] data, int start, int count) method DecodeString_impl (line 60) | public static string DecodeString_impl(byte[] data) method EncodeString_impl (line 65) | public static byte[] EncodeString_impl(string str, int size) method DecodeString (line 83) | protected override string DecodeString(byte[] data, int start, int count) method EncodeString (line 88) | protected override byte[] EncodeString(string str, int size) method ToString (line 94) | public override string ToString() method Clone (line 99) | public EncodedString5 Clone() FILE: library/Support/EncodedStringBase.cs class EncodedStringBase (line 8) | public abstract class EncodedStringBase method EncodedStringBase (line 10) | public EncodedStringBase() method EncodedStringBase (line 15) | public EncodedStringBase(byte[] data) : this() method EncodedStringBase (line 26) | public EncodedStringBase(byte[] data, int start, int length) method EncodedStringBase (line 43) | public EncodedStringBase(string text, int length) method AssignData (line 93) | protected virtual void AssignData(byte[] data) method AssignText (line 99) | protected virtual void AssignText(string text) method DecodeString (line 105) | protected abstract string DecodeString(byte[] data, int start, int cou... method EncodeString (line 107) | protected abstract byte[] EncodeString(string str, int size); method ToString (line 109) | public override string ToString() FILE: library/Support/EnumerableExtender.cs class EnumerableExtender (line 8) | public static class EnumerableExtender method OrderByLambda (line 10) | public static IEnumerable OrderByLambda(this IEnumerable arg,... class LambdaComparer (line 16) | private class LambdaComparer : IComparer method LambdaComparer (line 18) | public LambdaComparer(Func comparer) method Compare (line 25) | public int Compare(T first, T second) method DrawWithoutReplacement (line 31) | public static IEnumerable DrawWithoutReplacement(this IEnumerabl... FILE: library/Support/GameSyncUtils.cs class GameSyncUtils (line 8) | public static class GameSyncUtils method GameSyncCrc16 (line 10) | private static ushort GameSyncCrc16(int val) method PidToGsid (line 60) | public static string PidToGsid(int pid) method GsidToPid (line 65) | public static int GsidToPid(string gsid) method Base32Encode (line 74) | public static string Base32Encode(long value) method Base32Decode (line 86) | public static long Base32Decode(string value) FILE: library/Support/Indexer1d.cs class Indexer1d (line 11) | public class Indexer1d : IReadOnlyIndexer1d,... method Indexer1d (line 13) | public Indexer1d(Getter1d getter, Setter1d... class ReadOnlyIndexer1d (line 35) | public class ReadOnlyIndexer1d : IReadOnlyIndexer1d getter) type IReadOnlyIndexer1d (line 53) | public interface IReadOnlyIndexer1d type IWriteOnlyIndexer1d (line 58) | public interface IWriteOnlyIndexer1d FILE: library/Support/LazyKeyValuePair.cs class LazyKeyValuePair (line 8) | public class LazyKeyValuePair : ILazyKeyValuePair evaluator, Func method EvaluateKey (line 95) | void EvaluateKey(); method Evaluate (line 96) | void Evaluate(); FILE: library/Support/LocalizedString.cs class LocalizedString (line 9) | public class LocalizedString : Dictionary method LocalizedString (line 11) | public LocalizedString() method ToString (line 16) | public string ToString(string lang) method ToString (line 42) | public override string ToString() FILE: library/Support/LogHelper.cs class LogHelper (line 10) | public static class LogHelper method LogHelper (line 12) | static LogHelper() method Write (line 17) | public static void Write(String message, EventLogEntryType type, int e... method Write (line 48) | public static void Write(String message, EventLogEntryType type) method Write (line 53) | public static void Write(String message) method UseStandardOutput (line 58) | public static void UseStandardOutput() method UseStandardError (line 64) | public static void UseStandardError() method UseFile (line 70) | public static void UseFile(String filename) method UseEventLog (line 78) | public static void UseEventLog(EventLog event_log) type EventLogTypes (line 95) | public enum EventLogTypes FILE: library/Support/StreamExtender.cs class StreamExtender (line 9) | public static class StreamExtender method ReadBlock (line 20) | public static int ReadBlock(this Stream s, byte[] buffer, int offset, ... method ReadBlock (line 41) | public static int ReadBlock(this BinaryReader r, byte[] buffer, int of... method CompatibleCopyTo (line 53) | public static void CompatibleCopyTo(this Stream src, Stream dest) method WriteBytes (line 64) | public static void WriteBytes(this Stream s, byte[] buffer) FILE: library/Support/StringHelper.cs class StringHelper (line 9) | public static class StringHelper method BytesToString (line 11) | public static String BytesToString(byte[] data, Encoding encoding) method BytesToString (line 18) | public static String BytesToString(byte[] data, int start, int length,... FILE: library/Support/TrendyPhrase4.cs class TrendyPhrase4 (line 8) | public class TrendyPhrase4 : TrendyPhraseBase method TrendyPhrase4 (line 10) | public TrendyPhrase4(byte[] data) : base(data) method TrendyPhrase4 (line 14) | public TrendyPhrase4(ushort mood, ushort index, ushort word1, ushort w... method Render (line 19) | public override string Render(string wordFormat) method RenderPhrase (line 24) | public static string RenderPhrase(byte[] data, string wordFormat) method RenderWord (line 42) | public static string RenderWord(ushort word) method Clone (line 58) | public TrendyPhrase4 Clone() FILE: library/Support/TrendyPhrase5.cs class TrendyPhrase5 (line 8) | public class TrendyPhrase5 : TrendyPhraseBase method TrendyPhrase5 (line 10) | public TrendyPhrase5(byte[] data) method TrendyPhrase5 (line 15) | public TrendyPhrase5(ushort mood, ushort index, ushort word1, ushort w... method Render (line 20) | public override string Render(string wordFormat) method RenderPhrase (line 25) | public static string RenderPhrase(byte[] data, string wordFormat) method RenderWord (line 45) | public static string RenderWord(ushort word) method Clone (line 66) | public TrendyPhrase5 Clone() FILE: library/Support/TrendyPhraseBase.cs class TrendyPhraseBase (line 8) | public abstract class TrendyPhraseBase method TrendyPhraseBase (line 10) | public TrendyPhraseBase(byte[] data) method ToString (line 36) | public override string ToString() method Render (line 41) | public abstract string Render(string wordFormat); method Pack (line 43) | internal static byte[] Pack(ushort mood, ushort index, ushort word1, u... FILE: library/Support/ValidationSummary.cs type ValidationSummary (line 8) | public struct ValidationSummary FILE: library/Wfc/BanStatus.cs class BanStatus (line 8) | public class BanStatus method BanStatus (line 10) | public BanStatus() method BanStatus (line 15) | public BanStatus(BanLevels level, string reason, DateTime ? expires) type BanLevels (line 27) | public enum BanLevels FILE: library/Wfc/BattleSubwayPokemon5.cs class BattleSubwayPokemon5 (line 11) | public class BattleSubwayPokemon5 : BattleTowerPokemonBase method BattleSubwayPokemon5 (line 13) | public BattleSubwayPokemon5(Pokedex.Pokedex pokedex) : base(pokedex) method BattleSubwayPokemon5 (line 17) | public BattleSubwayPokemon5(Pokedex.Pokedex pokedex, int species, byte... method BattleSubwayPokemon5 (line 44) | public BattleSubwayPokemon5(Pokedex.Pokedex pokedex, int species, byte... method BattleSubwayPokemon5 (line 53) | public BattleSubwayPokemon5(Pokedex.Pokedex pokedex, BinaryReader data... method BattleSubwayPokemon5 (line 58) | public BattleSubwayPokemon5(Pokedex.Pokedex pokedex, byte[] data) : ba... method BattleSubwayPokemon5 (line 63) | public BattleSubwayPokemon5(Pokedex.Pokedex pokedex, byte[] data, int ... method Save (line 86) | protected override void Save(BinaryWriter writer) method Load (line 111) | protected override void Load(BinaryReader reader) method Clone (line 141) | public BattleSubwayPokemon5 Clone() FILE: library/Wfc/BattleSubwayProfile5.cs class BattleSubwayProfile5 (line 11) | public class BattleSubwayProfile5 : BattleTowerProfileBase method BattleSubwayProfile5 (line 13) | public BattleSubwayProfile5() method BattleSubwayProfile5 (line 18) | public BattleSubwayProfile5(byte[] data) method BattleSubwayProfile5 (line 23) | public BattleSubwayProfile5(byte[] data, int start) method BattleSubwayProfile5 (line 28) | public BattleSubwayProfile5(EncodedString5 name, Versions version, method Save (line 58) | public byte[] Save() method Load (line 79) | public void Load(byte[] data, int start) FILE: library/Wfc/BattleSubwayRecord5.cs class BattleSubwayRecord5 (line 10) | public class BattleSubwayRecord5 : BattleTowerRecordBase method BattleSubwayRecord5 (line 12) | public BattleSubwayRecord5(Pokedex.Pokedex pokedex) method BattleSubwayRecord5 (line 17) | public BattleSubwayRecord5(Pokedex.Pokedex pokedex, byte[] data) method BattleSubwayRecord5 (line 23) | public BattleSubwayRecord5(Pokedex.Pokedex pokedex, byte[] data, int s... method Save (line 114) | public byte[] Save() method Load (line 135) | public void Load(byte[] data, int start) FILE: library/Wfc/BattleTowerPokemon4.cs class BattleTowerPokemon4 (line 11) | public class BattleTowerPokemon4 : BattleTowerPokemonBase method BattleTowerPokemon4 (line 13) | public BattleTowerPokemon4(Pokedex.Pokedex pokedex) : base(pokedex) method BattleTowerPokemon4 (line 17) | public BattleTowerPokemon4(Pokedex.Pokedex pokedex, int species, byte ... method BattleTowerPokemon4 (line 43) | public BattleTowerPokemon4(Pokedex.Pokedex pokedex, int species, byte ... method BattleTowerPokemon4 (line 52) | public BattleTowerPokemon4(Pokedex.Pokedex pokedex, BinaryReader data)... method BattleTowerPokemon4 (line 57) | public BattleTowerPokemon4(Pokedex.Pokedex pokedex, byte[] data) : bas... method BattleTowerPokemon4 (line 62) | public BattleTowerPokemon4(Pokedex.Pokedex pokedex, byte[] data, int o... method Save (line 83) | protected override void Save(BinaryWriter writer) method Load (line 107) | protected override void Load(BinaryReader reader) method Clone (line 136) | public BattleTowerPokemon4 Clone() FILE: library/Wfc/BattleTowerPokemonBase.cs class BattleTowerPokemonBase (line 12) | public abstract class BattleTowerPokemonBase : PokemonBase method BattleTowerPokemonBase (line 14) | public BattleTowerPokemonBase(Pokedex.Pokedex pokedex) : base(pokedex) method CombineSpeciesForm (line 38) | protected static ushort CombineSpeciesForm(int species, byte form) method GetSpeciesFromCombined (line 45) | protected static int GetSpeciesFromCombined(ushort combined) method GetFormFromCombined (line 50) | protected static byte GetFormFromCombined(ushort combined) method GetMovesFromArray (line 55) | internal static void GetMovesFromArray(IList result, Pokedex... method MoveFromValues (line 68) | internal static MoveSlot MoveFromValues(Pokedex.Pokedex pokedex, ushor... method GetArrayFromMoves (line 75) | internal static ushort[] GetArrayFromMoves(IList moves) method GetPpUpsFromMoves (line 87) | internal static byte GetPpUpsFromMoves(IList moves) method GetMoveIds (line 99) | public ushort[] GetMoveIds() method GetPpUps (line 104) | public byte GetPpUps() FILE: library/Wfc/BattleTowerProfile4.cs class BattleTowerProfile4 (line 11) | public class BattleTowerProfile4 : BattleTowerProfileBase method BattleTowerProfile4 (line 13) | public BattleTowerProfile4() method BattleTowerProfile4 (line 17) | public BattleTowerProfile4(EncodedString4 name, Versions version, method BattleTowerProfile4 (line 36) | public BattleTowerProfile4(byte[] data) method BattleTowerProfile4 (line 41) | public BattleTowerProfile4(byte[] data, int start) method Save (line 74) | public byte[] Save() method Load (line 95) | public void Load(byte[] data, int start) FILE: library/Wfc/BattleTowerProfileBase.cs class BattleTowerProfileBase (line 8) | public abstract class BattleTowerProfileBase FILE: library/Wfc/BattleTowerRecord4.cs class BattleTowerRecord4 (line 10) | public class BattleTowerRecord4 : BattleTowerRecordBase method BattleTowerRecord4 (line 12) | public BattleTowerRecord4(Pokedex.Pokedex pokedex) method BattleTowerRecord4 (line 17) | public BattleTowerRecord4(Pokedex.Pokedex pokedex, byte[] data) method BattleTowerRecord4 (line 23) | public BattleTowerRecord4(Pokedex.Pokedex pokedex, byte[] data, int st... method Save (line 113) | public byte[] Save() method Load (line 134) | public void Load(byte[] data, int start) FILE: library/Wfc/BattleTowerRecordBase.cs class BattleTowerRecordBase (line 9) | public abstract class BattleTowerRecordBase FILE: library/Wfc/BattleVideoHeader4.cs class BattleVideoHeader4 (line 8) | public class BattleVideoHeader4 method BattleVideoHeader4 (line 10) | public BattleVideoHeader4() method BattleVideoHeader4 (line 14) | public BattleVideoHeader4(int pid, ulong serial_number, byte[] data) method Clone (line 83) | public BattleVideoHeader4 Clone() method KeyToSerial (line 147) | public static ulong KeyToSerial(ulong key) method SerialToKey (line 187) | public static ulong SerialToKey(ulong serial) method LongToDigits (line 223) | private static byte[] LongToDigits(ulong value) method DigitsToLong (line 235) | private static ulong DigitsToLong(byte[] digits) method FormatSerial (line 251) | public static String FormatSerial(ulong serial) type BattleVideoMetagames4 (line 262) | public enum BattleVideoMetagames4 : byte type BattleVideoRankings4 (line 314) | public enum BattleVideoRankings4 : uint FILE: library/Wfc/BattleVideoHeader5.cs class BattleVideoHeader5 (line 8) | public class BattleVideoHeader5 method BattleVideoHeader5 (line 10) | public BattleVideoHeader5() method BattleVideoHeader5 (line 14) | public BattleVideoHeader5(int pid, ulong serial_number, byte[] data) method Clone (line 83) | public BattleVideoHeader5 Clone() type BattleVideoMetagames5 (line 89) | public enum BattleVideoMetagames5 : byte type BattleVideoRankings5 (line 132) | public enum BattleVideoRankings5 : uint FILE: library/Wfc/BattleVideoRecord4.cs class BattleVideoRecord4 (line 8) | public class BattleVideoRecord4 method BattleVideoRecord4 (line 10) | public BattleVideoRecord4() method BattleVideoRecord4 (line 14) | public BattleVideoRecord4(int pid, ulong serial_number, byte[] data) method BattleVideoRecord4 (line 30) | public BattleVideoRecord4(int pid, ulong serial_number, BattleVideoHea... method Clone (line 45) | public BattleVideoRecord4 Clone() method Save (line 50) | public byte[] Save() FILE: library/Wfc/BattleVideoRecord5.cs class BattleVideoRecord5 (line 8) | public class BattleVideoRecord5 method BattleVideoRecord5 (line 10) | public BattleVideoRecord5() method BattleVideoRecord5 (line 14) | public BattleVideoRecord5(int pid, ulong serial_number, byte[] data) method BattleVideoRecord5 (line 30) | public BattleVideoRecord5(int pid, ulong serial_number, BattleVideoHea... method Clone (line 45) | public BattleVideoRecord5 Clone() method Save (line 50) | public byte[] Save() FILE: library/Wfc/BoxRecord4.cs class BoxRecord4 (line 10) | public class BoxRecord4 : BinarySerializableBase method BoxRecord4 (line 12) | public BoxRecord4() method BoxRecord4 (line 16) | public BoxRecord4(int pid, BoxLabels4 label, ulong serial_number, Bina... method BoxRecord4 (line 25) | public BoxRecord4(int pid, BoxLabels4 label, ulong serial_number, byte... method BoxRecord4 (line 34) | public BoxRecord4(int pid, BoxLabels4 label, ulong serial_number, byte... method Load (line 76) | protected override void Load(System.IO.BinaryReader reader) method Save (line 81) | protected override void Save(System.IO.BinaryWriter writer) method Clone (line 86) | public BoxRecord4 Clone() type BoxLabels4 (line 92) | public enum BoxLabels4 : int FILE: library/Wfc/DressupRecord4.cs class DressupRecord4 (line 10) | public class DressupRecord4 : BinarySerializableBase method DressupRecord4 (line 12) | public DressupRecord4() method DressupRecord4 (line 16) | public DressupRecord4(int pid, ulong serial_number, BinaryReader data) method DressupRecord4 (line 24) | public DressupRecord4(int pid, ulong serial_number, byte[] data) method DressupRecord4 (line 32) | public DressupRecord4(int pid, ulong serial_number, byte[] data, int o... method Load (line 82) | protected override void Load(System.IO.BinaryReader reader) method Save (line 87) | protected override void Save(System.IO.BinaryWriter writer) method Clone (line 92) | public DressupRecord4 Clone() FILE: library/Wfc/GtsRecord4.cs class GtsRecord4 (line 18) | public class GtsRecord4 : GtsRecordBase, IEquatable method GtsRecord4 (line 20) | public GtsRecord4(Pokedex.Pokedex pokedex) method GtsRecord4 (line 26) | public GtsRecord4(Pokedex.Pokedex pokedex, BinaryReader data) method GtsRecord4 (line 33) | public GtsRecord4(Pokedex.Pokedex pokedex, byte[] data) method GtsRecord4 (line 40) | public GtsRecord4(Pokedex.Pokedex pokedex, byte[] data, int offset) method Initialize (line 47) | private void Initialize() method Save (line 129) | protected override void Save(BinaryWriter writer) method Load (line 158) | protected override void Load(BinaryReader reader) method Clone (line 189) | public GtsRecord4 Clone() method Validate (line 195) | public override bool Validate() method CanTrade (line 206) | public bool CanTrade(GtsRecord4 other) method FlagTraded (line 221) | public void FlagTraded(GtsRecord4 other) method ExtrapolateProfile (line 236) | public override TrainerProfileBase ExtrapolateProfile() method Equals (line 263) | public override bool Equals(object obj) method Equals (line 268) | public bool Equals(GtsRecord4 other) method GetHashCode (line 273) | public override int GetHashCode() method DateToBinary (line 278) | internal static long DateToBinary(DateTime ? dt) FILE: library/Wfc/GtsRecord5.cs class GtsRecord5 (line 18) | public class GtsRecord5 : GtsRecordBase, IEquatable method GtsRecord5 (line 20) | public GtsRecord5(Pokedex.Pokedex pokedex) method GtsRecord5 (line 26) | public GtsRecord5(Pokedex.Pokedex pokedex, BinaryReader data) method GtsRecord5 (line 33) | public GtsRecord5(Pokedex.Pokedex pokedex, byte[] data) method GtsRecord5 (line 40) | public GtsRecord5(Pokedex.Pokedex pokedex, byte[] data, int offset) method Initialize (line 47) | private void Initialize() method Save (line 132) | protected override void Save(BinaryWriter writer) method Load (line 163) | protected override void Load(BinaryReader reader) method Clone (line 196) | public GtsRecord5 Clone() method Validate (line 202) | public override bool Validate() method CanTrade (line 211) | public bool CanTrade(GtsRecord5 other) method FlagTraded (line 226) | public void FlagTraded(GtsRecord5 other) method ExtrapolateProfile (line 241) | public override TrainerProfileBase ExtrapolateProfile() method Equals (line 268) | public override bool Equals(object obj) method Equals (line 273) | public bool Equals(GtsRecord5 other) method GetHashCode (line 278) | public override int GetHashCode() FILE: library/Wfc/GtsRecordBase.cs class GtsRecordBase (line 10) | public abstract class GtsRecordBase : BinarySerializableBase method GtsRecordBase (line 12) | public GtsRecordBase(Pokedex.Pokedex pokedex) : base() method Validate (line 87) | public virtual bool Validate() method ExtrapolateProfile (line 123) | public abstract TrainerProfileBase ExtrapolateProfile(); method CheckLevels (line 125) | public static bool CheckLevels(byte min, byte max, byte other) method DateToTimestamp (line 131) | public static ulong DateToTimestamp(DateTime? date) method TimestampToDate (line 144) | public static DateTime? TimestampToDate(ulong timestamp) FILE: library/Wfc/MusicalRecord5.cs class MusicalRecord5 (line 10) | public class MusicalRecord5 : BinarySerializableBase method MusicalRecord5 (line 12) | public MusicalRecord5() method MusicalRecord5 (line 16) | public MusicalRecord5(int pid, ulong serial_number, BinaryReader data) method MusicalRecord5 (line 24) | public MusicalRecord5(int pid, ulong serial_number, byte[] data) method MusicalRecord5 (line 32) | public MusicalRecord5(int pid, ulong serial_number, byte[] data, int o... method UpdateParticipants (line 78) | public void UpdateParticipants() method Load (line 101) | protected override void Load(System.IO.BinaryReader reader) method Save (line 107) | protected override void Save(System.IO.BinaryWriter writer) method Clone (line 112) | public MusicalRecord5 Clone() class MusicalParticipant5 (line 118) | public class MusicalParticipant5 : BinarySerializableBase method MusicalParticipant5 (line 120) | public MusicalParticipant5() method MusicalParticipant5 (line 124) | public MusicalParticipant5(BinaryReader data) method MusicalParticipant5 (line 130) | public MusicalParticipant5(byte[] data) method MusicalParticipant5 (line 136) | public MusicalParticipant5(byte[] data, int offset) method Load (line 179) | protected override void Load(System.IO.BinaryReader reader) method Save (line 184) | protected override void Save(System.IO.BinaryWriter writer) method Clone (line 189) | public MusicalParticipant5 Clone() FILE: library/Wfc/PlazaQuestionnaire.cs class PlazaQuestionnaire (line 6) | public class PlazaQuestionnaire method PlazaQuestionnaire (line 13) | public PlazaQuestionnaire(PlazaQuestion currentQuestion, PlazaQuestion... method Save (line 38) | public byte[] Save() method Load (line 58) | public static PlazaQuestionnaire Load(byte[] data, int start) class PlazaQuestion (line 95) | public class PlazaQuestion method PlazaQuestion (line 137) | public PlazaQuestion(int id, string sentence, string[] answers, byte[]... method PlazaQuestion (line 147) | private PlazaQuestion(int id, int publicID, string sentence, string[] ... method Save (line 189) | public byte[] Save() method Load (line 214) | public static PlazaQuestion Load(byte[] data, int start) class SubmittedQuestionnaire (line 244) | public class SubmittedQuestionnaire method SubmittedQuestionnaire (line 254) | public SubmittedQuestionnaire(int id, int publicID, int answerNumber, ... method Save (line 282) | public byte[] Save() method Load (line 302) | public static SubmittedQuestionnaire Load(byte[] data, int start) FILE: library/Wfc/PlazaSchedule.cs class PlazaSchedule (line 10) | public class PlazaSchedule : BinarySerializableBase method PlazaSchedule (line 12) | public PlazaSchedule() method PlazaSchedule (line 16) | public PlazaSchedule(uint duration, int unknown1, PlazaFootprintOption... method PlazaSchedule (line 27) | public PlazaSchedule(byte[] data) method Load (line 39) | protected override void Load(BinaryReader reader) method Save (line 55) | protected override void Save(BinaryWriter writer) class PlazaScheduleEntry (line 80) | public class PlazaScheduleEntry : BinarySerializableBase method PlazaScheduleEntry (line 82) | public PlazaScheduleEntry() method PlazaScheduleEntry (line 86) | public PlazaScheduleEntry(int time, PlazaEventTypes eventType) method PlazaScheduleEntry (line 92) | public PlazaScheduleEntry(byte[] data) method Load (line 97) | protected override void Load(BinaryReader reader) method Save (line 103) | protected override void Save(BinaryWriter writer) type PlazaFootprintOptions (line 121) | public enum PlazaFootprintOptions : int type PlazaRoomTypes (line 127) | public enum PlazaRoomTypes : byte type PlazaSeasons (line 136) | public enum PlazaSeasons : byte type PlazaEventTypes (line 145) | public enum PlazaEventTypes : int FILE: library/Wfc/TrainerProfile4.cs class TrainerProfile4 (line 8) | public class TrainerProfile4 : TrainerProfileBase method TrainerProfile4 (line 10) | public TrainerProfile4() : base() method TrainerProfile4 (line 14) | public TrainerProfile4(int pid, byte[] data, string ip_address) : base... method Clone (line 30) | public TrainerProfile4 Clone() FILE: library/Wfc/TrainerProfile5.cs class TrainerProfile5 (line 8) | public class TrainerProfile5 : TrainerProfileBase method TrainerProfile5 (line 10) | public TrainerProfile5() : base() method TrainerProfile5 (line 14) | public TrainerProfile5(int pid, byte[] data, string ip_address) : base... method Clone (line 30) | public TrainerProfile5 Clone() FILE: library/Wfc/TrainerProfileBase.cs class TrainerProfileBase (line 10) | public abstract class TrainerProfileBase method TrainerProfileBase (line 12) | protected TrainerProfileBase() method TrainerProfileBase (line 17) | protected TrainerProfileBase(int pid, byte[] data, string ip_address) FILE: library/Wfc/TrainerProfilePlaza.cs class TrainerProfilePlaza (line 10) | public class TrainerProfilePlaza method TrainerProfilePlaza (line 12) | public TrainerProfilePlaza() method TrainerProfilePlaza (line 17) | public TrainerProfilePlaza(int pid, byte[] data) method Clone (line 98) | public TrainerProfilePlaza Clone() FILE: library/Wfc/TrainerRankings.cs class TrainerRankingsReport (line 11) | public class TrainerRankingsReport method TrainerRankingsReport (line 13) | public TrainerRankingsReport(DateTime start_date, DateTime end_date, T... method PadResults (line 25) | public void PadResults() class TrainerRankingsLeaderboardGroup (line 34) | public class TrainerRankingsLeaderboardGroup method TrainerRankingsLeaderboardGroup (line 36) | public TrainerRankingsLeaderboardGroup(TrainerRankingsRecordTypes reco... method PadResults (line 51) | public void PadResults(DateTime startDate) class TrainerRankingsLeaderboard (line 59) | public class TrainerRankingsLeaderboard method TrainerRankingsLeaderboard (line 61) | public TrainerRankingsLeaderboard(TrainerRankingsTeamCategories team_c... method PadResults (line 71) | public void PadResults(DateTime startDate, int entryCount, int minTeam... class TrainerRankingsLeaderboardEntry (line 90) | public class TrainerRankingsLeaderboardEntry method TrainerRankingsLeaderboardEntry (line 92) | public TrainerRankingsLeaderboardEntry(int team, long score) type TrainerRankingsRecordTypes (line 102) | public enum TrainerRankingsRecordTypes : int type TrainerClass (line 199) | public enum TrainerClass : int type TrainerRankingsTeamCategories (line 221) | public enum TrainerRankingsTeamCategories class TrainerRankingsSubmission (line 226) | public class TrainerRankingsSubmission : BinarySerializableBase method TrainerRankingsSubmission (line 228) | public TrainerRankingsSubmission(int pid, Versions version, method TrainerRankingsSubmission (line 245) | public TrainerRankingsSubmission(int pid, byte[] data, int offset) method TrainerRankingsSubmission (line 251) | public TrainerRankingsSubmission(int pid, byte[] data) method TrainerRankingsSubmission (line 257) | public TrainerRankingsSubmission(int pid, BinaryReader reader) method Load (line 263) | protected override void Load(BinaryReader reader) method Save (line 301) | protected override void Save(BinaryWriter writer) class TrainerRankingsSubmissionEntry (line 352) | public class TrainerRankingsSubmissionEntry : BinarySerializableBase method TrainerRankingsSubmissionEntry (line 354) | public TrainerRankingsSubmissionEntry(TrainerRankingsRecordTypes recor... method TrainerRankingsSubmissionEntry (line 360) | public TrainerRankingsSubmissionEntry(byte[] data, int offset) method TrainerRankingsSubmissionEntry (line 365) | public TrainerRankingsSubmissionEntry(byte[] data) method TrainerRankingsSubmissionEntry (line 370) | public TrainerRankingsSubmissionEntry(BinaryReader reader) method Load (line 375) | protected override void Load(BinaryReader reader) method Save (line 381) | protected override void Save(BinaryWriter writer) FILE: library/Wfc/VipRecord.cs class VipRecord (line 10) | public class VipRecord : BinarySerializableBase method VipRecord (line 12) | public VipRecord() method VipRecord (line 21) | public VipRecord(uint pid) method VipRecord (line 30) | public VipRecord(uint pid, byte wordA, byte wordB, byte wordC, byte wo... method VipRecord (line 39) | public VipRecord(byte[] data) method Load (line 50) | protected override void Load(BinaryReader reader) method Save (line 59) | protected override void Save(BinaryWriter writer) FILE: library/database.sql type `BattleVideoCrawlQueue` (line 18) | CREATE TABLE IF NOT EXISTS `BattleVideoCrawlQueue` ( type `BattleVideoCrawlQueue5` (line 29) | CREATE TABLE IF NOT EXISTS `BattleVideoCrawlQueue5` ( type `BattleVideoSearchHistory` (line 40) | CREATE TABLE IF NOT EXISTS `BattleVideoSearchHistory` ( type `BattleVideoSearchHistory5` (line 52) | CREATE TABLE IF NOT EXISTS `BattleVideoSearchHistory5` ( type `GtsBattleSubway5` (line 65) | CREATE TABLE IF NOT EXISTS `GtsBattleSubway5` ( type `GtsBattleSubwayLeaders5` (line 98) | CREATE TABLE IF NOT EXISTS `GtsBattleSubwayLeaders5` ( type `GtsBattleSubwayPokemon5` (line 123) | CREATE TABLE IF NOT EXISTS `GtsBattleSubwayPokemon5` ( type `GtsBattleTower4` (line 149) | CREATE TABLE IF NOT EXISTS `GtsBattleTower4` ( type `GtsBattleTowerLeaders4` (line 181) | CREATE TABLE IF NOT EXISTS `GtsBattleTowerLeaders4` ( type `GtsBattleTowerPokemon4` (line 206) | CREATE TABLE IF NOT EXISTS `GtsBattleTowerPokemon4` ( type `GtsHistory4` (line 231) | CREATE TABLE IF NOT EXISTS `GtsHistory4` ( type `GtsHistory5` (line 269) | CREATE TABLE IF NOT EXISTS `GtsHistory5` ( type `GtsPokemon4` (line 310) | CREATE TABLE IF NOT EXISTS `GtsPokemon4` ( type `GtsPokemon5` (line 347) | CREATE TABLE IF NOT EXISTS `GtsPokemon5` ( type `GtsProfiles4` (line 387) | CREATE TABLE IF NOT EXISTS `GtsProfiles4` ( type `GtsProfiles5` (line 412) | CREATE TABLE IF NOT EXISTS `GtsProfiles5` ( type `pkmncf_gamestats_bans_ip` (line 437) | CREATE TABLE IF NOT EXISTS `pkmncf_gamestats_bans_ip` ( type `pkmncf_gamestats_bans_ipv4_range` (line 448) | CREATE TABLE IF NOT EXISTS `pkmncf_gamestats_bans_ipv4_range` ( type `pkmncf_gamestats_bans_mac` (line 459) | CREATE TABLE IF NOT EXISTS `pkmncf_gamestats_bans_mac` ( type `pkmncf_gamestats_bans_pid` (line 470) | CREATE TABLE IF NOT EXISTS `pkmncf_gamestats_bans_pid` ( type `pkmncf_gamestats_bans_savefile` (line 481) | CREATE TABLE IF NOT EXISTS `pkmncf_gamestats_bans_savefile` ( type `pkmncf_plaza_profiles` (line 495) | CREATE TABLE IF NOT EXISTS `pkmncf_plaza_profiles` ( type `pkmncf_pokedex_abilities` (line 513) | CREATE TABLE IF NOT EXISTS `pkmncf_pokedex_abilities` ( type `pkmncf_pokedex_countries` (line 528) | CREATE TABLE IF NOT EXISTS `pkmncf_pokedex_countries` ( type `pkmncf_pokedex_country_regions` (line 549) | CREATE TABLE IF NOT EXISTS `pkmncf_pokedex_country_regions` ( type `pkmncf_pokedex_encounters_random` (line 571) | CREATE TABLE IF NOT EXISTS `pkmncf_pokedex_encounters_random` ( type `pkmncf_pokedex_items` (line 586) | CREATE TABLE IF NOT EXISTS `pkmncf_pokedex_items` ( type `pkmncf_pokedex_locations` (line 613) | CREATE TABLE IF NOT EXISTS `pkmncf_pokedex_locations` ( type `pkmncf_pokedex_moves` (line 635) | CREATE TABLE IF NOT EXISTS `pkmncf_pokedex_moves` ( type `pkmncf_pokedex_pokemon` (line 658) | CREATE TABLE IF NOT EXISTS `pkmncf_pokedex_pokemon` ( type `pkmncf_pokedex_pokemon_families` (line 683) | CREATE TABLE IF NOT EXISTS `pkmncf_pokedex_pokemon_families` ( type `pkmncf_pokedex_pokemon_forms` (line 697) | CREATE TABLE IF NOT EXISTS `pkmncf_pokedex_pokemon_forms` ( type `pkmncf_pokedex_pokemon_form_abilities` (line 720) | CREATE TABLE IF NOT EXISTS `pkmncf_pokedex_pokemon_form_abilities` ( type `pkmncf_pokedex_pokemon_form_stats` (line 735) | CREATE TABLE IF NOT EXISTS `pkmncf_pokedex_pokemon_form_stats` ( type `pkmncf_pokedex_regions` (line 761) | CREATE TABLE IF NOT EXISTS `pkmncf_pokedex_regions` ( type `pkmncf_pokedex_ribbons` (line 776) | CREATE TABLE IF NOT EXISTS `pkmncf_pokedex_ribbons` ( type `pkmncf_pokedex_rooms` (line 806) | CREATE TABLE IF NOT EXISTS `pkmncf_pokedex_rooms` ( type `pkmncf_pokedex_types` (line 816) | CREATE TABLE IF NOT EXISTS `pkmncf_pokedex_types` ( type `pkmncf_terminal_trainer_rankings_leaderboards_class` (line 894) | CREATE TABLE IF NOT EXISTS `pkmncf_terminal_trainer_rankings_leaderboard... type `pkmncf_terminal_trainer_rankings_leaderboards_month` (line 907) | CREATE TABLE IF NOT EXISTS `pkmncf_terminal_trainer_rankings_leaderboard... type `pkmncf_terminal_trainer_rankings_leaderboards_pokemon` (line 920) | CREATE TABLE IF NOT EXISTS `pkmncf_terminal_trainer_rankings_leaderboard... type `pkmncf_terminal_trainer_rankings_records` (line 933) | CREATE TABLE IF NOT EXISTS `pkmncf_terminal_trainer_rankings_records` ( type `pkmncf_terminal_trainer_rankings_reports` (line 945) | CREATE TABLE IF NOT EXISTS `pkmncf_terminal_trainer_rankings_reports` ( type `pkmncf_terminal_trainer_rankings_teams` (line 960) | CREATE TABLE IF NOT EXISTS `pkmncf_terminal_trainer_rankings_teams` ( type `pkmncf_web_news` (line 975) | CREATE TABLE IF NOT EXISTS `pkmncf_web_news` ( type `TerminalBattleVideoPokemon4` (line 983) | CREATE TABLE IF NOT EXISTS `TerminalBattleVideoPokemon4` ( type `TerminalBattleVideoPokemon5` (line 995) | CREATE TABLE IF NOT EXISTS `TerminalBattleVideoPokemon5` ( type `TerminalBattleVideos4` (line 1007) | CREATE TABLE IF NOT EXISTS `TerminalBattleVideos4` ( type `TerminalBattleVideos5` (line 1039) | CREATE TABLE IF NOT EXISTS `TerminalBattleVideos5` ( type `TerminalBoxes4` (line 1071) | CREATE TABLE IF NOT EXISTS `TerminalBoxes4` ( type `TerminalDressup4` (line 1088) | CREATE TABLE IF NOT EXISTS `TerminalDressup4` ( type `TerminalMusicalPokemon5` (line 1105) | CREATE TABLE IF NOT EXISTS `TerminalMusicalPokemon5` ( type `TerminalMusicals5` (line 1117) | CREATE TABLE IF NOT EXISTS `TerminalMusicals5` ( FILE: towerRestorer4/Program.cs class Program (line 14) | class Program method Main (line 16) | static void Main(string[] args) FILE: web/Default.aspx.cs class Default (line 12) | public partial class Default : System.Web.UI.Page method Page_Load (line 14) | protected void Page_Load(object sender, EventArgs e) FILE: web/Default.aspx.designer.cs class Default (line 14) | public partial class Default FILE: web/Global.asax.cs class Global (line 11) | public class Global : System.Web.HttpApplication method Application_Start (line 13) | void Application_Start(object sender, EventArgs e) method Application_End (line 19) | void Application_End(object sender, EventArgs e) method Application_Error (line 25) | void Application_Error(object sender, EventArgs e) method Session_Start (line 31) | void Session_Start(object sender, EventArgs e) method Session_End (line 37) | void Session_End(object sender, EventArgs e) method Application_BeginRequest (line 46) | void Application_BeginRequest(object sender, EventArgs e) method Application_EndRequest (line 57) | void Application_EndRequest(object sender, EventArgs e) method RewriteUrl (line 62) | public static String RewriteUrl(String url, out String pathInfo, out S... FILE: web/RoomLeaders.aspx.cs class RoomLeaders (line 16) | public partial class RoomLeaders : System.Web.UI.Page method Page_Load (line 18) | protected void Page_Load(object sender, EventArgs e) method btnGet_Click (line 23) | protected void btnGet_Click(object sender, EventArgs e) FILE: web/RoomLeaders.aspx.designer.cs class RoomLeaders (line 13) | public partial class RoomLeaders { FILE: web/admin/AddBoxes.aspx.cs class AddBoxes (line 14) | public partial class AddBoxes : System.Web.UI.Page method Page_Init (line 16) | protected void Page_Init(object sender, EventArgs e) method Page_Load (line 21) | protected void Page_Load(object sender, EventArgs e) method btnSend_Click (line 26) | protected void btnSend_Click(object sender, EventArgs e) method Fail (line 68) | private void Fail() FILE: web/admin/AddBoxes.aspx.designer.cs class AddBoxes (line 13) | public partial class AddBoxes { FILE: web/admin/AddDressup.aspx.cs class AddDressup (line 15) | public partial class AddDressup : System.Web.UI.Page method Page_Init (line 17) | protected void Page_Init(object sender, EventArgs e) method Page_Load (line 22) | protected void Page_Load(object sender, EventArgs e) method btnSend_Click (line 27) | protected void btnSend_Click(object sender, EventArgs e) method Fail (line 68) | private void Fail() FILE: web/admin/AddDressup.aspx.designer.cs class AddDressup (line 13) | public partial class AddDressup { FILE: web/admin/AddMusical.aspx.cs class AddMusical (line 13) | public partial class AddMusical : System.Web.UI.Page method Page_Init (line 15) | protected void Page_Init(object sender, EventArgs e) method Page_Load (line 20) | protected void Page_Load(object sender, EventArgs e) method btnSend_Click (line 25) | protected void btnSend_Click(object sender, EventArgs e) method Fail (line 65) | private void Fail() FILE: web/admin/AddMusical.aspx.designer.cs class AddMusical (line 13) | public partial class AddMusical { FILE: web/battlevideo/Default.aspx.cs class BattleVideo (line 13) | public partial class BattleVideo : System.Web.UI.Page method Page_Load (line 15) | protected void Page_Load(object sender, EventArgs e) method btnSend4_Click (line 44) | protected void btnSend4_Click(object sender, EventArgs e) method QueueVideoId4 (line 62) | private void QueueVideoId4(MySqlConnection db, ulong id) method btnSend5_Click (line 75) | protected void btnSend5_Click(object sender, EventArgs e) method QueueVideoId5 (line 93) | private void QueueVideoId5(MySqlConnection db, ulong id) method CreateConnection (line 106) | public static MySqlConnection CreateConnection() FILE: web/battlevideo/Default.aspx.designer.cs class BattleVideo (line 13) | public partial class BattleVideo { FILE: web/controls/DnsAddress.ascx.cs class DnsAddress (line 10) | public partial class DnsAddress : System.Web.UI.UserControl method Page_Load (line 12) | protected void Page_Load(object sender, EventArgs e) FILE: web/controls/DnsAddress.ascx.designer.cs class DnsAddress (line 14) | public partial class DnsAddress FILE: web/controls/ForeignLookup.ascx.cs class ForeignLookup (line 11) | public partial class ForeignLookup : System.Web.UI.UserControl method Page_Init (line 13) | protected void Page_Init(object sender, EventArgs e) method Page_Load (line 17) | protected void Page_Load(object sender, EventArgs e) method LoadViewState (line 98) | protected override void LoadViewState(object savedState) method SaveViewState (line 108) | protected override object SaveViewState() type ForeignLookupViewState (line 119) | [Serializable()] FILE: web/controls/ForeignLookup.ascx.designer.cs class ForeignLookup (line 13) | public partial class ForeignLookup { FILE: web/controls/LabelTextBox.ascx.cs class LabelTextBox (line 10) | public partial class LabelTextBox : System.Web.UI.UserControl method Page_Load (line 12) | protected void Page_Load(object sender, EventArgs e) FILE: web/controls/LabelTextBox.ascx.designer.cs class LabelTextBox (line 13) | public partial class LabelTextBox { FILE: web/controls/PokemonPicker.ascx.cs class PokemonPicker (line 11) | public partial class PokemonPicker : System.Web.UI.UserControl method Page_Load (line 13) | protected void Page_Load(object sender, EventArgs e) FILE: web/controls/PokemonPicker.ascx.designer.cs class PokemonPicker (line 13) | public partial class PokemonPicker { FILE: web/controls/PokemonSource.ashx.cs class PokemonSource (line 14) | public class PokemonSource : ForeignLookupSource method GetData (line 16) | protected override System.Data.DataTable GetData(HttpContext context, ... FILE: web/gts/Default.aspx.cs class AllPokemon (line 16) | public partial class AllPokemon : System.Web.UI.Page method Page_Load (line 18) | protected void Page_Load(object sender, EventArgs e) method FormatLevels (line 48) | private string FormatLevels(byte min, byte max) method CreateOfferImage (line 72) | protected string CreateOfferImage(object DataItem) method CreatePokeball (line 87) | protected string CreatePokeball(object DataItem) method CreatePokerus (line 105) | protected string CreatePokerus(object DataItem) method CreateLevel (line 126) | protected string CreateLevel(object DataItem) method CreateGender (line 132) | protected string CreateGender(object DataItem) method CreateNickname (line 138) | protected string CreateNickname(object DataItem) method CreateSpecies (line 151) | protected string CreateSpecies(object DataItem) method CreatePokedex (line 165) | protected string CreatePokedex(object DataItem) method CreateHeldItem (line 178) | protected string CreateHeldItem(object DataItem) method CreateNature (line 195) | protected string CreateNature(object DataItem) method CreateAbility (line 208) | protected string CreateAbility(object DataItem) method CreateTrainer (line 221) | protected string CreateTrainer(object DataItem) method CreateWantedSpecies (line 227) | protected string CreateWantedSpecies(object DataItem) method CreateWantedGender (line 241) | protected string CreateWantedGender(object DataItem) method CreateWantedLevel (line 247) | protected string CreateWantedLevel(object DataItem) method CreateDate (line 253) | protected string CreateDate(object DataItem) method CreateAdminLinks (line 260) | protected string CreateAdminLinks(object DataItem) FILE: web/gts/Default.aspx.designer.cs class AllPokemon (line 14) | public partial class AllPokemon FILE: web/gts/Pokemon.aspx.cs class Pokemon (line 16) | public partial class Pokemon : System.Web.UI.Page method Page_Init (line 18) | protected void Page_Init(object sender, EventArgs e) method Page_Load (line 25) | protected void Page_Load(object sender, EventArgs e) method Bind (line 91) | private void Bind(GtsRecordBase record) FILE: web/gts/Pokemon.aspx.designer.cs class Pokemon (line 14) | public partial class Pokemon FILE: web/masters/LeftColumn.master.cs class LeftColumn (line 10) | public partial class LeftColumn : System.Web.UI.MasterPage method Page_Load (line 12) | protected void Page_Load(object sender, EventArgs e) FILE: web/masters/LeftColumn.master.designer.cs class LeftColumn (line 14) | public partial class LeftColumn FILE: web/masters/MasterPage.master.cs class MasterPage (line 11) | public partial class MasterPage : System.Web.UI.MasterPage method Page_Load (line 13) | protected void Page_Load(object sender, EventArgs e) FILE: web/masters/MasterPage.master.designer.cs class MasterPage (line 14) | public partial class MasterPage FILE: web/masters/ThreeColumn.master.cs class ThreeColumn (line 10) | public partial class ThreeColumn : System.Web.UI.MasterPage method Page_Load (line 12) | protected void Page_Load(object sender, EventArgs e) FILE: web/masters/ThreeColumn.master.designer.cs class ThreeColumn (line 13) | public partial class ThreeColumn { FILE: web/scripts/form.js function labelTextBox_Change (line 1) | function labelTextBox_Change() function pfHandleLookupKeypress (line 16) | function pfHandleLookupKeypress(id_outer, id_value, id_results, count, url) function pfHandleLookupKeypress3 (line 25) | function pfHandleLookupKeypress3(id_outer, id_value, id_results, count, ... function pfHandleLookupKeypress2 (line 43) | function pfHandleLookupKeypress2(id_outer, id_value, id_results, count, ... function pfHandleLookup (line 77) | function pfHandleLookup(id_outer, id_value, id_results, count, url) function pfShowLookupResults (line 105) | function pfShowLookupResults(id_value, id_results) function pfReceiveLookupResults (line 119) | function pfReceiveLookupResults(response, status, id_outer, id_value, id... function pfHideLookupResults (line 138) | function pfHideLookupResults(id) function pfSelectLookupResult (line 143) | function pfSelectLookupResult(id_main, id_value, value, id_text, text) function pfLookupResultsVisible (line 152) | function pfLookupResultsVisible(id) FILE: web/scripts/retina.js function setPixelRatioCookie (line 1) | function setPixelRatioCookie(scale) function getPixelRatio (line 9) | function getPixelRatio() function matchScale (line 21) | function matchScale(scale) function bisectScale (line 33) | function bisectScale(min, max, tolerance) function checkRetina (line 42) | function checkRetina(element, scale) function checkAllRetina (line 97) | function checkAllRetina() function checkRetinaIn (line 107) | function checkRetinaIn(element) function handleBeforePrint (line 116) | function handleBeforePrint() function handleAfterPrint (line 122) | function handleAfterPrint() function handlePrintListener (line 128) | function handlePrintListener(mql) FILE: web/src/AppStateHelper.cs class AppStateHelper (line 9) | public static class AppStateHelper method Pokedex (line 11) | public static Pokedex.Pokedex Pokedex(HttpApplicationState application) method GetTypedApplicationObject (line 16) | public static T GetTypedApplicationObject(HttpApplicationState appl... FILE: web/src/Common.cs class Common (line 12) | public static class Common method HtmlEncode (line 14) | public static string HtmlEncode(string s) method JsEncode (line 19) | public static String JsEncode(String s) method NeedsJsEscape (line 51) | private static bool NeedsJsEscape(char c) method FormatReturns (line 65) | public static string FormatReturns(string text, string ending) method CryptMessage (line 76) | public static void CryptMessage(byte[] message) method ResolveUrl (line 94) | public static String ResolveUrl(String url) method GetExtension (line 110) | public static String GetExtension(String filename) method GetExtension (line 117) | public static String GetExtension(String filename, out String namepart) method CreateConnection (line 129) | public static MySqlConnection CreateConnection() FILE: web/src/DependencyNode.cs class DependencyNode (line 9) | internal class DependencyNode method DependencyNode (line 11) | public DependencyNode() method DependencyNode (line 16) | public DependencyNode(TKey key, TValue value) method DependencyNode (line 23) | public DependencyNode(TKey key, TValue value, HashSet dependencies) method Clone (line 33) | public DependencyNode Clone() class DependencyGraph (line 39) | internal class DependencyGraph method DependencyGraph (line 41) | public DependencyGraph() method DependencyGraph (line 46) | public DependencyGraph(List> graph) method Resolve (line 54) | public List Resolve() class CircularDependencyException (line 113) | public class CircularDependencyException : Exception method CircularDependencyException (line 116) | public CircularDependencyException(String message) : base(message) FILE: web/src/ForeignLookupSource.cs class ForeignLookupSource (line 16) | public class ForeignLookupSource : IHttpHandler, System.Web.SessionState... method ForeignLookupSource (line 18) | public ForeignLookupSource() method ProcessRequest (line 25) | public void ProcessRequest(HttpContext context) method ServerError (line 110) | private void ServerError(HttpContext context) method EmptyResult (line 117) | private void EmptyResult(HttpContext context, string format) method WriteHtml (line 135) | private void WriteHtml(HttpContext context, DataTable data, string con... method WriteJson (line 190) | private void WriteJson(HttpContext context, DataTable data) method GetData (line 206) | protected virtual DataTable GetData(HttpContext context, string query,... class ForeignLookupResult (line 212) | internal class ForeignLookupResult FILE: web/src/HeaderColour.cs class HeaderColour (line 8) | public class HeaderColour : System.Web.UI.Control method HeaderColour (line 10) | public HeaderColour() method HeaderColour_PreRender (line 16) | private void HeaderColour_PreRender(object sender, EventArgs e) method SetHeaderCssClass (line 21) | private void SetHeaderCssClass(System.Web.UI.MasterPage master) method LoadViewState (line 35) | protected override void LoadViewState(object savedState) method SaveViewState (line 44) | protected override object SaveViewState() type HeaderColourViewState (line 56) | [Serializable()] FILE: web/src/OnceTemplate.cs class OnceTemplate (line 11) | public class OnceTemplate : System.Web.UI.WebControls.PlaceHolder method OnceTemplate (line 13) | public OnceTemplate() : base() method Render (line 35) | protected override void Render(System.Web.UI.HtmlTextWriter writer) FILE: web/src/RequireCss.cs class RequireCss (line 8) | public class RequireCss : RequireLinkBase method RequireCss (line 10) | public RequireCss() : base() method RenderHeader (line 15) | public override void RenderHeader(System.Web.UI.HtmlTextWriter writer) FILE: web/src/RequireLinkBase.cs class RequireLinkBase (line 10) | public abstract class RequireLinkBase : System.Web.UI.Control method RequireLinkBase (line 12) | protected RequireLinkBase() method RequireLinkBase_Init (line 20) | void RequireLinkBase_Init(object sender, EventArgs e) method RequireLinkBase_Load (line 26) | void RequireLinkBase_Load(object sender, EventArgs e) method RequireLinkBase_PreRender (line 30) | void RequireLinkBase_PreRender(object sender, EventArgs e) method Page_PreRender (line 40) | void Page_PreRender(object sender, EventArgs e) method RenderHeader (line 53) | public abstract void RenderHeader(System.Web.UI.HtmlTextWriter writer); method GetDependencyGraph (line 59) | private DependencyGraph GetDependencyGraph() method ParseDependencies (line 80) | private HashSet ParseDependencies(String dependencies) class RequireLinkRenderer (line 87) | internal class RequireLinkRenderer : System.Web.UI.Control method RequireLinkRenderer (line 89) | public RequireLinkRenderer(DependencyGraph gr... method Render (line 97) | protected override void Render(System.Web.UI.HtmlTextWriter writer) FILE: web/src/RequireScript.cs class RequireScript (line 8) | public class RequireScript : RequireLinkBase method RequireScript (line 10) | public RequireScript() : base() method RenderHeader (line 15) | public override void RenderHeader(System.Web.UI.HtmlTextWriter writer) FILE: web/src/RetinaImage.cs class RetinaImage (line 9) | public class RetinaImage : RetinaImageBase method RetinaImage (line 14) | public RetinaImage() method ScaledImageName (line 23) | public static String ScaledImageName(String filename, String format, f... method GetScales (line 43) | protected override List GetScales() method LoadViewState (line 65) | protected override void LoadViewState(object savedState) method SaveViewState (line 73) | protected override object SaveViewState() type RetinaImageViewState (line 116) | [Serializable()] FILE: web/src/RetinaImageBase.cs class RetinaImageBase (line 14) | public abstract class RetinaImageBase : System.Web.UI.WebControls.Image method RetinaImageBase (line 16) | public RetinaImageBase() : base() method AddAttributesToRender (line 23) | protected override void AddAttributesToRender(System.Web.UI.HtmlTextWr... method WriteDataAttributes (line 29) | private void WriteDataAttributes(HtmlTextWriter writer) method AttributeName (line 39) | public static String AttributeName(float scale) method getDevicePixelRatio (line 44) | public static float getDevicePixelRatio(Page page) method RetinaImageBase_PreRender (line 52) | public void RetinaImageBase_PreRender(object sender, EventArgs e) method GetScales (line 70) | protected abstract List GetScales(); method UpdateCssClass (line 114) | private void UpdateCssClass() method LoadViewState (line 120) | protected override void LoadViewState(object savedState) method SaveViewState (line 130) | protected override object SaveViewState() type ImageRendition (line 140) | protected struct ImageRendition : IComparable method ImageRendition (line 145) | public ImageRendition(String image_url, float scale) method CompareTo (line 151) | public int CompareTo(ImageRendition other) type RetinaImageBaseViewState (line 157) | [Serializable()] FILE: web/src/WebException.cs class WebException (line 8) | public class WebException : Exception method WebException (line 10) | public WebException(String message, int responseCode) : base(message) method WebException (line 15) | public WebException(String message) : this(message, 500) method WebException (line 20) | public WebException(int responseCode) : this(DefaultMessage(responseCo... method WebException (line 25) | public WebException() : this(500) method DefaultMessage (line 32) | public static String DefaultMessage(int responseCode) FILE: web/src/WebFormat.cs class WebFormat (line 11) | public static class WebFormat method Markings (line 13) | public static String Markings(Markings markings) method Gender (line 18) | public static String Gender(Genders gender) method RenderProgress (line 31) | public static String RenderProgress(int curr, int max) method RenderType (line 37) | public static String RenderType(Pokedex.Type type) method PokemonImageLarge (line 42) | public static String PokemonImageLarge(PokemonPartyBase pokemon) method PokemonImageSmall (line 48) | public static String PokemonImageSmall(PokemonPartyBase pokemon) method SpeciesImageLarge (line 55) | public static String SpeciesImageLarge(Form f) method SpeciesImageLarge (line 60) | public static String SpeciesImageLarge(Species s) method SpeciesImageSmall (line 65) | public static String SpeciesImageSmall(Form f) method SpeciesImageSmall (line 72) | public static String SpeciesImageSmall(Species s) method PokemonImage2 (line 77) | private static String PokemonImage2(PokemonPartyBase pokemon) method PokemonImage2 (line 82) | private static String PokemonImage2(Form f, Genders g) method ItemImage (line 98) | public static String ItemImage(Item item) FILE: web/test/BoxUp.aspx.cs class BoxUp (line 13) | public partial class BoxUp : System.Web.UI.Page method Page_Init (line 15) | protected void Page_Init(object sender, EventArgs e) method Page_Load (line 20) | protected void Page_Load(object sender, EventArgs e) method btnSend_Click (line 27) | protected void btnSend_Click(object sender, EventArgs e) method RenderHex (line 50) | private string RenderHex(string hex) method RenderCArray (line 67) | private string RenderCArray(string hex) method CryptMessage (line 83) | private void CryptMessage(byte[] message) FILE: web/test/BoxUp.aspx.designer.cs class BoxUp (line 14) | public partial class BoxUp FILE: web/test/Decode.aspx.cs class Decode (line 13) | public partial class Decode : System.Web.UI.Page method Page_Load (line 15) | protected void Page_Load(object sender, EventArgs e) method btnDecode_Click (line 21) | protected void btnDecode_Click(object sender, EventArgs e) method DecryptData (line 113) | public static byte[] DecryptData(String data) method RenderHex (line 125) | private String RenderHex(String hex) FILE: web/test/Decode.aspx.designer.cs class Decode (line 13) | public partial class Decode { FILE: web/test/Gsid.aspx.cs class Gsid (line 12) | public partial class Gsid : System.Web.UI.Page method Page_Load (line 14) | protected void Page_Load(object sender, EventArgs e) FILE: web/test/Gsid.aspx.designer.cs class Gsid (line 14) | public partial class Gsid FILE: web/test/NameDecode.aspx.cs class NameDecode (line 13) | public partial class NameDecode : System.Web.UI.Page method Page_Load (line 15) | protected void Page_Load(object sender, EventArgs e) method btnSubmit_Click (line 20) | protected void btnSubmit_Click(object sender, EventArgs e) FILE: web/test/NameDecode.aspx.designer.cs class NameDecode (line 13) | public partial class NameDecode { FILE: web/test/NameEncode.aspx.cs class NameEncode (line 11) | public partial class NameEncode : System.Web.UI.Page method Page_Load (line 13) | protected void Page_Load(object sender, EventArgs e) method btnSubmit_Click (line 18) | protected void btnSubmit_Click(object sender, EventArgs e) FILE: web/test/NameEncode.aspx.designer.cs class NameEncode (line 13) | public partial class NameEncode { FILE: web/test/VideoId.aspx.cs class VideoId (line 12) | public partial class VideoId : System.Web.UI.Page method Page_Load (line 14) | protected void Page_Load(object sender, EventArgs e) method btnToSerial_Click (line 19) | protected void btnToSerial_Click(object sender, EventArgs e) method btnToVideo_Click (line 25) | protected void btnToVideo_Click(object sender, EventArgs e) FILE: web/test/VideoId.aspx.designer.cs class VideoId (line 13) | public partial class VideoId {