text
string
using System; using System.Reflection; using System.Threading.Tasks; using Appeaser.Exceptions; using Appeaser.Interception; namespace Appeaser { public class Mediator : IMediator, ISimpleMediator { protected readonly IMediatorHandlerFactory Resolver; protected readonly IMediatorSettings Settin...
// MIT License // Copyright (c) 2011-2016 Elisée Maurer, Sparklin Labs, Creative Patterns // Copyright (c) 2016 Thomas Morgner, Rabbit-StewDio Ltd. // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Text; using System.Threading; using System.Windows.Forms; using System.ComponentModel; using System.Threading.Tasks; using System.Linq; using System.Text.RegularExpressions; namespace RarLib { public class TRarF...
namespace Edi.Apps.ViewModels { using System; using System.Collections.Generic; using System.Globalization; using System.Reflection; using System.Windows; using System.Windows.Media; using Documents.ViewModels.EdiDoc; using Edi.Themes.Interfaces; using ICSharpCode.AvalonEdit.Edi; ...
using UnityEngine; using System.Collections; using System.Collections.Generic; using Pathfinding; #if UNITY_5_5_OR_NEWER using UnityEngine.Profiling; #endif #if NETFX_CORE using Thread = Pathfinding.WindowsStore.Thread; using ParameterizedThreadStart = Pathfinding.WindowsStore.ParameterizedThreadStart; #else using Thr...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging;...
using Newtonsoft.Json.Linq; using RestSharp; using ShopifySharp.Filters; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ShopifySharp { /// <summary> /// A service for manipulating Shopify ProductImages. /// </summary> publi...
using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Text; using System.Threading; using Gibraltar.Data; using Gibraltar.Data.Internal; using Gibraltar.Messaging; using Gibraltar.Monitor.Serialization; using Loupe.Extensibility; using Loupe.Extensibility.Data; nam...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using AutoMapper.Impl; using AutoMapper.Mappers; namespace AutoMapper { using Configuration; using Internal; public class ConfigurationStore : IConfigurationProvider, IConfiguration { private static reado...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Data; using System.Windows.Documents; using Syste...
using System; using Xunit; namespace DlibDotNet.Tests.ImageTransforms { public class FHogTest : TestBase { private const string LoadTarget = "Lenna_mini"; #region ExtractFHogFeatures [Fact] public void ExtractFHogFeatures() { const string testName = name...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Runtime.Versioning; using System.Windows.Input; using NuGet; using NuGetPackageExplorer.Types; namespace PackageExplorerViewModel { public class PackageFile : PackagePart, IPackageFile, IEditablePa...
// <copyright file="CoinMarketCapClient.cs" company="Inixe"> // Copyright (c) Inixe 2017. All rights reserved. // </copyright> namespace Inixe.CoinManagement.CoinMarketCap.Api { using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; ...
#pragma warning disable using System.Collections.Generic; using XPT.WorldData; using XPT.WorldData.Yserbius; namespace XPT.Scripts.Yserbius.Maps { class YserMap32 : AMapScripted { protected override int MapIndex => 32; protected override int RandomEncounterChance => 0; protected ov...
namespace Toolkit { partial class Toolkit { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param na...
using System; using System.Globalization; using System.Linq; using System.Reflection; using System.Web.Http.Controllers; using System.Web.Http.Description; using System.Xml.XPath; using ApiPractice.Areas.HelpPage.ModelDescriptions; namespace ApiPractice.Areas.HelpPage { /// <summary> /// A custom <see cref="ID...
using System.Linq; using Content.Server.GameObjects.Components.Access; using Content.Server.GameObjects.Components.GUI; using Content.Server.GameObjects.Components.Items.Storage; using Content.Server.GameObjects.Components.PDA; using Content.Server.GameTicking; using Content.Server.Interfaces.GameTicking; using Content...
using CodeTorch.Mobile.Data.Rest.Android; using ModernHttpClient; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using CodeTorch.Mobile.Data.Rest; using Newtonsoft.Json; [assembly: Xamarin.Forms.Dependency (typeof (AndroidRestClient))] namespace CodeTorch.M...
using ElectronicObserver.Data; using ElectronicObserver.Resource.Record; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ElectronicObserver.Utility.Data { /// <summary> /// 汎用計算クラス /// </summary> public static class Calcul...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using Mono.Cecil; using Mono.Cecil.Cil; using Mono.Cecil.Rocks; using Mono.Collections.Generic; using Spinner.Aspects; using Spinner.Fody.Utilities; using Ins = Mono.Cecil.Cil.Instruction; // ReSharper disable UnusedMember.Lo...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.Remoting.Messaging; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Orleans; using Orleans.CodeGeneration; using Orleans.Runtime; using Orleans.Runtime.Configuratio...
using System.Collections; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Diagnostics; using System.Globalization; using System.IO.Csv.Resources; namespace System.IO.Csv { /// <summary>Represents a reader that provides fast, non-cached, forward-only access to CSV data.<...
// // Copyright (c) 2008 Microsoft Corporation. All rights reserved. // using System; using System.Text; using System.IO; using System.Xml; using System.Net; using System.Management.Automation; using System.ComponentModel; using System.Reflection; using System.Globalization; using System.Management.Automation.Runspa...
using OpenTK; using SageCS.Core.Loaders; using SageCS.INI; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; namespace SageCS.Core { public class INIParser : StreamReader { public static Dictionary<string, string> macros = new Dictionary<string...
using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Net.Http; using System.Text; using System.Threading; using Dapper; using System.Data.SqlClient; using AngleSharp.Html.Parser; using AngleSharp.Html.Dom; namespace ArmCLR.Biz { class AnPSCrawl { // runnin...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Mono.Cecil; using Mono.Cecil.Cil; using Xamarin.Forms.Xaml; namespace Xamarin.Forms.Build.Tasks { public class XamlCTask : XamlTask { bool hasCompiledXamlResources; public bool KeepXamlResources { get; set; } public boo...
// Copyright (c) 2019 AlphaSierraPapa for the SharpDevelop Team // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, co...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Security.Cryptography; using System.Text; using System.Xml; using System.Xml.Serialization; using EasyHttp.Http; using SpreedlyCoreSharp.Domain; using SpreedlyCoreSharp.Request; using SpreedlyCoreSharp.Re...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reflection; using System.Web.Http.Description; using PokerLeagueManager.Common.Infrastructure; using Swashbuckle.Swagger; namespace PokerLeagueManager.Queries.WebApi { public class QuerySwaggerFilter : IDo...
// ------------------------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // --------------------------------------------------------...
using System; using System.Linq; using Moq; using Parquet.CLI.Models; using Parquet.CLI.Models.Tabular; using Parquet.CLI.Test.Helper; using Parquet.CLI.Views.Tablular; using Xunit; namespace Parquet.CLI.Test { public class TableWriterColumnConstraintsTests { [Fact] public void TableWriterColumnConst...
using System; using System.Collections.Generic; using NUnit.Framework; using System.Data; namespace SequelocityDotNet.Tests.PostgreSQL.DatabaseCommandExtensionsTests { [TestFixture] public class ExecuteReaderAsyncTests { [Test] public void Should_Call_The_DataRecordCall_Action_For_Each_Rec...
using System; using System.Globalization; using System.Linq; using System.Security.Claims; using System.Threading.Tasks; using System.Web; using System.Web.Mvc; using Microsoft.AspNet.Identity; using Microsoft.AspNet.Identity.Owin; using Microsoft.Owin.Security; using DollarTracker.Web.Models; namespace DollarTracker...
// ---------------------------------------------------------------------------------------------------------------------------------------- // <copyright file="ObservableListWrapper.cs" company="David Eiwen"> // Copyright © 2015 by David Eiwen // </copyright> // <author>David Eiwen</author> // <summary> // This file c...
// // BitField.cs // // Authors: // Alan McGovern alan.mcgovern@gmail.com // // Copyright (C) 2006 Alan McGovern using System; using System.Collections; using System.Collections.Generic; using System.Text; namespace TorrentHardLinkHelper.Torrents { /// <summary> /// This class is for represt...
// Description: C# Extension Methods | Enhance the .NET Framework and .NET Core with over 1000 extension methods. // Website & Documentation: https://csharp-extension.com/ // Issues: https://github.com/zzzprojects/Z.ExtensionMethods/issues // License (MIT): https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/...
/* * File: ConsoleViewModelTest.cs * * Author: Akira Sugiura (urasandesu@gmail.com) * * * Copyright (c) 2016 Akira Sugiura * * This software is MIT License. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using Azure.Core; using Azure.Messaging.ServiceBus.Core; using Azure.Messaging.ServiceBus.Diagnostics; namespace Azure.Messaging.ServiceBus { /// <summary> /// A s...
using System; using System.Collections.Generic; using System.Linq; using Probe.Game; using Probe.Utility; namespace Probe.BuildOrders { public class BuildOrderHandler { #region singleton private static readonly BuildOrderHandler _instance = new BuildOrderHandler(); // E...
using System; using System.Diagnostics; using System.Resources; using System.Windows; using System.Windows.Markup; using System.Windows.Navigation; using Microsoft.Phone.Controls; using Microsoft.Phone.Shell; using SampleApp.WinPhone.Resources; namespace SampleApp.WinPhone { public partial class App : Application {...
/* VRInteractionManipulationHomer * MiddleVR * (c) MiddleVR * * Note: Made to be attached to the Wand */ using UnityEngine; using System.Collections; using MiddleVR_Unity3D; using System; [AddComponentMenu("")] public class VRInteractionManipulationHomer : VRInteraction { public string Name = ...
// // ModuleDefinition.cs // // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2010 Jb Evain // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, i...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.ObjectModel; using System.Diagnostics.Tracing; using System.Reflection; using System.Runti...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using DSkin.Forms; namespace Aurora_Player { public partial class TV : DSkinForm { public TV() ...
namespace HuUtils { partial class LicGenForm1 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed r...
// Copyright (c) 2015 Ravi Bhavnani // License: Code Project Open License // http://www.codeproject.com/info/cpol10.aspx using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Threading.Tasks; using System.Web; namespace NadekoBot.Modules.Tr...
// <copyright file="UriHelper.cs"> // Copyright © 2013 Dan Piessens All rights reserved. // </copyright> namespace SpecBind.Helpers { using System; using System.Collections.Generic; using System.Text.RegularExpressions; using BrowserSupport; using Pages; /// <summary> /...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading.Tasks; using Manisero.DataflowPoc.Etw; using Manisero.DataflowPoc.Extensions; using Manisero.DataflowPoc.Models; namespace Manisero.DataflowPoc.Logic { public class SynchronousPeopl...
using System; using System.Text.RegularExpressions; public class REPL { private const string Commands = @"help|end|mv|quit|print|capture|feed|resources|undo|gather|make"; private static readonly Regex Command = new Regex(@"(" + Commands + @")"); private static readonly Regex Move = new Regex(@"mv (\d+) (\d...
using System; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.Graphics; namespace Zunix.ScreensManager { /// <summary> /// A popup message box screen, used to display "are you sure?" /// confirmation messages. /// </summary> class MessageBoxScreen...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data; using System.Data.SqlClient; public partial class Detail : Page { private bool _reload; private int? _id; protected void Page_Load(object sender, E...
// Copyright Hugh Perkins 2006 // hughperkins at gmail http://hughperkins.com // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by the // Free Software Foundation; either version 2 of the License, or // (at your option) ...
using System; using System.IO; using System.Collections.Generic; using System.Linq; using System.Text; using UnityEngine; using System.Reflection; using System.Timers; using Ini; namespace Admin_Commands { public class AdminCommands : MonoBehaviour { public String playerName = ""; public St...
using AnotherSc2Hack.Classes.FrontEnds.Custom_Controls; namespace AnotherSc2Hack.Classes.FrontEnds.Container { partial class PanelOverlayWorker { /// <summary> /// Erforderliche Designervariable. /// </summary> private System.ComponentModel.IContainer components = null; ...
namespace Keenou { partial class AboutBox { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> protected ove...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data.SqlClient; using System.Data; namespace Schoolxm { /// <summary> /// Get 的摘要说明 /// </summary> public class Get : IHttpHandler { public void ProcessRequest(HttpContext context) { ...
/* * TrotTrax * Copyright (c) 2015-2016 Katy Brimm * This source file is licensed under the GNU General Public License. * Please see the file LICENSE in this distribution for license terms. * Contact: kbrimm@pdx.edu */ namespace TrotTrax { partial class ResultListForm { /// <summar...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.Drawing; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using Common; using Microsoft.ML; using Microsoft.ML.AutoML; using Microsoft.ML.Data; using PLplot; using TaxiFarePrediction.DataStructures; namespace TaxiFarePrediction { internal static class Program ...
namespace Kingdoms { using CommonTypes; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; public class CapitalForumPanel : CustomSelfDrawPanel, IDockableControl, IForumPostP...
using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Windows.Forms; using DAO; using System.Net.Http; using System.Net.Http.Headers; using System.IO; using System.Windows.Forms.Calendar; namespace ToDoTasks { public partial class frmMain : Form { privat...
#region License /* * Copyright (C) 1999-2021 John Källén. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * This program i...
// MainWindow.cs // // Author: // art2m <art2m@live.com> // // Copyright (c) 2015 art2m // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // ...
using System; using System.Text; using System.Collections.Generic; using Microsoft.VisualStudio.TestTools.UnitTesting; using ICaiBan.DAL; using ICaiBan.ModelBL.Enums; using ICaiBan.ModelBL.Member; using ICaiBan.Framework.Core.Caching; using ICaiBan.ModelDB; using ICaiBan.ModelBL.Admin; using ICaiBan.DAL.Admin; using I...
using System; using System.Data; using System.Configuration; using System.Linq; using System.Collections.Generic; using System.Collections; using System.Xml; using System.Collections.Specialized; using System.Reflection; using System.Web; using System.Text; namespace ProviderProxy { public static cl...
// ReSharper disable All /******************************************************************************** Copyright (C) MixERP Inc. (http://mixof.org). This file is part of MixERP. MixERP is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.IO; namespace Badanie_Neurologiczne { public partial class Form11 : Form { public Form11() { ...
using LightDirector.Domain; using LightDirector.Services; using System; using System.Collections.Generic; using System.Linq; using System.Windows.Media; using System.Xml.Serialization; namespace LightDirector.Infrastructure.Domain { [Serializable] [XmlInclude(typeof(Cue))] [XmlInclude(typeof(ReferenceCue))] ...
/* * "GEDKeeper", the personal genealogical database editor. * Copyright (C) 2009-2017 by Sergey V. Zhdanovskih. * * This file is part of "GEDKeeper". * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * ...
#region COPYRIGHT /**************************************************************************** * Copyright (c) 2015 Fabio Ferretti <https://plus.google.com/+FabioFerretti3D> * * This file is part of Sardauscan. * * ...
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.Drawing; using System.Drawing.Drawing2D; using System.Globalization; using System.IO; using System.Net; using System.Reflection; using System.Runt...
#region Copyright ///////////////////////////////////////////////////////////////////////////// // AltaxoMarkdownEditing // Copyright (C) 2018 Dr. Dirk Lellinger // This source file is licensed under the MIT license. // See the LICENSE.md file in the root of the AltaxoMarkdownEditing library for more info...
#region Copyright Notice & Copying Permission // Copyright 2014 - 2015 // // Alexander Wieser <alexander.wieser@crystalbyte.de> // Sebastian Thobe // Marvin Schluch // // This file is part of Crystalbyte.Paranoia // // Crystalbyte.Paranoia is free software: you can redistribute it and/or modify // it under the ter...
#region Copyright & License Information /* * Copyright 2007-2020 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made * available to you under the terms of the GNU General Public License * as published by the Free Software Foundation, either version 3 of * the Licen...
// Author: // scemino <scemino74@gmail.com> // // Copyright (c) 2015 // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your o...
using System; using System.Collections.Generic; using System.Text; using GemsCraft.Configuration; namespace GemsCraft.ChatSystem { public class ChatColor { public const string Black = "&0"; public const string Navy = "&1"; public const string Green = "&2"; public const string C...
using Ionic.Zip; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Web; using System.Web.Mvc; using System.Xml.Linq; namespace blProto.Controllers { public class ItemPageController : Controller ...
using GlobalClasses.Classes; using GlobalClasses.Enums; using GlobalClasses.Interfaces; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Reflection; using System.Resources; using System.Text; using System.Threading.Tas...
namespace SAMPLauncherNET { partial class MainForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// ...
using System; using System.Collections; using Server; using Server.Accounting; using Server.Items; using Server.Gumps; using Server.Mobiles; using Server.Targeting; namespace Server { public class JusticeVirtue { private static TimeSpan LossDelay = TimeSpan.FromDays( 7.0 ); private const int LossAm...
//***********************************************************************/ // Lokey - A tool for the management and use of cryptographic pads //***********************************************************************/ // Copyright (C) 2016 Ian Doyle // // This program is free software: you can redistribute it and...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; using GitCommands; using GitCommands.Config; usin...
// ====================================================================== // // Copyright (C) 2016-2020 湖南心莱信息科技有限公司 // All rights reserved // // filename : WeChatConfigManager.cs // description : // // created by 李文强 at 2016/09/23 17:10 // Blog:http://w...
using System.Linq; using Microsoft.Vbe.Interop; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using Rubberduck.Inspections; using Rubberduck.Parsing.VBA; using Rubberduck.VBEditor.Extensions; using Rubberduck.VBEditor.VBEHost; using RubberduckTests.Mocks; using Rubberduck.Settings; using Rubberduck.Ins...
// Decompiled with JetBrains decompiler // Type: System.RuntimeMethodHandle // Assembly: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 // MVID: 255ABCDF-D9D6-4E3D-BAD4-F74D4CE3D7A8 // Assembly location: C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll using System.Diagnostics; ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using GrinGlobal.Business; using GrinGlobal.Core; using System.Windows.Forms; using System.Diagnostics; using System.ComponentModel; namespace GrinGlobal.Import { internal class HostProxy { ...
using System; using LuaInterface; using SLua; using System.Collections.Generic; public class Lua_UIRect_AnchorPoint : LuaObject { [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static public int constructor(IntPtr l) { try { int argc = LuaDLL.lua_gettop(l); UIRect.AnchorPoint o; if(argc==1){ o=...
namespace ESLReminder.Modules { partial class ProcessModuleConfigPanel { /// <summary> /// Erforderliche Designervariable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Verwendete Ressourcen bereinigen. ...
using System; using System.IO; using System.Net; using System.Text; using DnDns.Enums; namespace DnDns.Records { /// <summary> /// Implementation of a TSIG record structure as per RFC 2845 /// </summary> public sealed class TSigRecord : DnsRecordBase { private string _algorithmName; ...
// This code is derived from jcifs smb client library <jcifs at samba dot org> // Ported by J. Arturo <webmaster at komodosoft dot net> // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundat...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; namespace Cyotek.Data.Nbt { public sealed class TagCompound : Tag, ICollectionTag, IEquatable<TagCompound> { #region Private Fields private static readonly byte[] _emptyByteArray = new byte[0]; pr...
// Copyright (c) 2012, Michael Kunz. All rights reserved. // http://kunzmi.github.io/managedCuda // // This file is part of ManagedCuda. // // ManagedCuda is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as // published by the Free Software Foundat...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using Duplicati.Library.Main.Database; using Duplicati.Library.Main.Volumes; using Duplicati.Library.Interface; namespace Duplicati.Library.Main.Operation { internal class BackupHandler : IDisposable ...
#region LGPL License /*---------------------------------------------------------------------------- * This file (Plugins\Accessibility\CK.WindowManager\UnbindButtonManager.cs) is part of CiviKey. * * CiviKey is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Publi...
// <file> // <copyright see="prj:///doc/copyright.txt"/> // <license see="prj:///doc/license.txt"/> // <owner name="Daniel Grunwald" email="daniel@danielgrunwald.de"/> // <version>$Revision$</version> // </file> using System; using System.Collections.Generic; namespace ICSharpCode.SharpDevelop.Dom { ...
// <file> // <copyright see="prj:///doc/copyright.txt"/> // <license see="prj:///doc/license.txt"/> // <owner name="Mike Krüger" email="mike@icsharpcode.net"/> // <version>$Revision$</version> // </file> using System; using System.IO; using System.Windows.Forms; using ICSharpCode.Core; using ICSharpC...
/* -------------------------------------------------------------------------- * Copyrights * * Portions created by or assigned to Cursive Systems, Inc. are * Copyright (c) 2002-2008 Cursive Systems, Inc. All Rights Reserved. Contact * information for Cursive Systems, Inc. is available at * http://www.cursive.ne...
using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Math; using Org.BouncyCastle.Security; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NBitcoin.Crypto { static class Determinist...
using Microsoft.Practices.EnterpriseLibrary.Data; using NDF.Utilities; using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Globalization; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using System.Transactions; namesp...