text
string
using System; using Server.Engines.VeteranRewards; using Server.Gumps; using Server.Multis; using Server.Network; namespace Server.Items { public class TreeStump : BaseAddon, IRewardItem { public override BaseAddonDeed Deed { get { TreeStumpDeed deed = new TreeStumpDeed(); deed.IsRew...
// 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 ...
// Copyright © 2013, 2014 Oracle and/or its affiliates. All rights reserved. // // MySQL Connector/NET is licensed under the terms of the GPLv2 // <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most // MySQL Connectors. There are special exceptions to the terms and // conditions of the GPLv2 as it is ...
using System; using System.Data; using System.Diagnostics; using System.Drawing; using System.Drawing.Imaging; using System.Globalization; using System.IO; using System.IO.Ports; using System.Net; using System.Net.Sockets; using System.Reflection; using System.Runtime.InteropServices; using System.Security; using Syst...
// OsmSharp - OpenStreetMap (OSM) SDK // Copyright (C) 2015 Abelshausen Ben // // This file is part of OsmSharp. // // OsmSharp 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 Lice...
#region Copyright & License Information /* * Copyright 2007-2011 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. For more information, * see COP...
/* Copyright 2010 MCSharp team (Modified for use with MCZall/MCLawl/MCForge) Dual-licensed under the Educational Community License, Version 2.0 and the GNU General Public License, Version 3 (the "Licenses"); you may not use this file except in compliance with the Licenses. You may obtain a copy of the Licenses a...
#region License Information (GPL v3) /* ShareX - A program that allows you to take screenshots and share any file type Copyright (c) 2007-2016 ShareX Team 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 ...
#if !LIB extern alias Drawing;using AltitudeAngelWings;using MissionPlanner.Utilities.AltitudeAngel; #endif using GMap.NET.WindowsForms; using log4net; using MissionPlanner.ArduPilot; using MissionPlanner.Comms; using MissionPlanner.Controls; using MissionPlanner.GCSViews.ConfigurationView; using MissionPla...
// Copyright 2018 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; using System.Data.Entity; using System.Linq; using System.Threading.Tasks; using System.Web.Mvc; using SSW.DataOnion.Core; using SSW.DataOnion.Interfaces; using SSW.DataOnion.Sample.Data; using SSW.DataOnion.Sample.WebUI.Models; using SSW.DataOnion.Sample.WebUI.Services.Query; namespace SSW.DataOnion.Sa...
// 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. #nullable disable using System.Collections.Immutable; using System.Diagnostics; using System.Linq; using Microsoft...
// // Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requi...
/* * Copyright 2004,2006 The Poderosa Project. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * * $Id: TerminalSessionEx.cs,v 1.2 2011/10/27 23:21:59 kzmi Exp $ */ using System; using System.Collections.Generic; using System...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using NUnit.Framework; ...
extern alias SSmDsClient; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Linq; using Microsoft.Silverlight.Testing; using Microsoft.VisualStudio.TestTools.UnitTesting; using OpenRiaServices.Silverlight.Tes...
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); yo...
using Lucene.Net.Diagnostics; using Lucene.Net.Support; using Lucene.Net.Support.Threading; using System; using System.Runtime.CompilerServices; namespace Lucene.Net.Index { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file dis...
/* Copyright (c) Citrix Systems Inc. * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the following conditions are met: * * * Redistributions of source code must retain the above * copyright notice,...
// // Copyright (c) 2004-2020 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
using System; using System.Collections.Generic; using System.Linq; using Inbox2.Framework.Threading; using Inbox2.Framework.VirtualMailBox.Entities; using Inbox2.Platform.Channels.Configuration; using Inbox2.Platform.Channels.Entities; using Inbox2.Platform.Channels.Interfaces; using Inbox2.Platform.Framework....
using GitCandy.Base; using GitCandy.Configuration; using GitCandy.Extensions; using GitCandy.Git.Cache; using GitCandy.Log; using GitCandy.Models; using GitCandy.Schedules; using ICSharpCode.SharpZipLib.Zip; using LibGit2Sharp; using System; using System.Collections.Generic; using System.Diagnostics.Contracts; using S...
/************************************************************************************ Copyright : Copyright 2014 Oculus VR, LLC. All Rights reserved. Licensed under the Oculus VR Rift SDK License Version 3.3 (the "License"); you may not use the Oculus VR Rift SDK except in compliance with the License, which...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading; using System.Windows.Forms; using Newtonsoft.Json; using SteamKit2; namespace SteamBot { /// <summary> /// A class that manages SteamBot processes. /// </summary> publi...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace ODataValidator.Rule { #region Namespaces using System; using System.ComponentModel.Composition; using ODataValidator.RuleEngine...
// Copyright 2011 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
/* Copyright 2011 MCForge Dual-licensed under the Educational Community License, Version 2.0 and the GNU General Public License, Version 3 (the "Licenses"); you may not use this file except in compliance with the Licenses. You may obtain a copy of the Licenses at http://www.opensource.org/licenses/ecl2.php ...
#region Copyright & License Information /* * Copyright 2007-2017 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...
#region Translated by Jose Antonio De Santiago-Castillo. //Translated by Jose Antonio De Santiago-Castillo. //E-mail:JAntonioDeSantiago@gmail.com //Website: www.DotNumerics.com // //Fortran to C# Translation. //Translated by: //F2CSharp Version 0.72 (Dicember 7, 2009) //Code Optimizations: , assignment operat...
namespace MissionPlanner.Controls { partial class ThemeColors { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
/******** * This file is part of Ext.NET. * * Ext.NET is free software: you can redistribute it and/or modify * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * Ext.NE...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Management.Automation.Internal...
using System; using System.Threading; using System.Net.Sockets; using System.Net; using System.IO; namespace PubNubMessaging.Core { #region "Network Status -- code split required" internal abstract class ClientNetworkStatus { private static bool _status = true; private static bool _failClie...
namespace Microsoft.ApplicationInsights.AspNetCore.Tests { using System; using System.Collections.Generic; using System.Linq; using DiagnosticListeners; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Primitives; using Xunit; public class HttpHeadersUtilitiesTest { ...
using System; using System.Collections.Generic; using System.Linq; using Umbraco.Core.Models; namespace Umbraco.Core.Services { public static class ContentTypeServiceExtensions { /// <summary> /// Gets all of the element types (e.g. content types that have been marked as an element type). ...
// ------------------------------------------------------------------------------ // Copyright (c) 2014 Microsoft Corporation // // 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 ...
// 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.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.CodeAnalysis.C...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Web.Mvc; using System.Web.Mvc.Html; using Signum.Entities; using Signum.Entities.DynamicQuery; using Signum.Utilities; using Signum.Entities.Reflection; using System.Linq.Expressions; using System.Reflection; ...
using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.CSharp.UnitTests; using Roslyn.Test.Utilities; using System.Linq; using Xunit; namespace Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests.Semantics ...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================= ** ** Class: Monitor ** ** ** Purpose: Synchronizes access to a shared resource or region of code in a multi-threaded ** progra...
// 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; using System.Collections.Generic; using System.Collections.Immutable; using System.Composition; using...
// 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.Concurrent; using System.Collections.Generic; using System.Collections.ObjectModel; using X...
// // WindowFrameBa.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // Konrad M. Kruczynski <kkruczynski@antmicro.com> // // Copyright (c) 2011 Xamarin Inc // Copyright (c) 2016 Antmicro Ltd // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and...
using System; using Xwt; using Xwt.Drawing; using System.Xml; namespace Samples { public class MainWindow: Window { TreeView samplesTree; TreeStore store; Image icon; VBox sampleBox; Label title; Widget currentSample; DataField<string> nameCol = new DataField<string> (); DataField<Sample> widgetCo...
#region The Apache Software License, Version 1.1 /* This is a port from the Jakarta commons project */ /* * ==================================================================== * * The Apache Software License, Version 1.1 * * Copyright (c) 1999-2002 The Apache Software Foundation. All rights * reserved. * * ...
using System; using System.Collections.Generic; using System.IO; using System.Runtime.Serialization; using System.Runtime.Serialization.Formatters.Binary; using System.Security; using NHibernate.Proxy; using NUnit.Framework; #if NETFX using System.Reflection; using NHibernate.Test.ProxyTest; #else using System.Global...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.AnalyzerPowerPack; using Microsoft.AnalyzerPowerPack.CSharp.Usage; using Microsoft.AnalyzerPowerPack.VisualBasic.Usage; using Microsoft.CodeA...
// 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; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Syntax; using Micros...
// // MusicLibrarySource.cs // // Authors: // Aaron Bockover <abockover@novell.com> // Gabriel Burt <gburt@novell.com> // // Copyright (C) 2005-2008 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Softwar...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
#region License /* MIT License Copyright © 2010 The MonoXNA Team All rights reserved. Authors: * Alan McGovern * Lars Magnusson 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 rest...
//--- Aura Script ----------------------------------------------------------- // Tin //--- Description ----------------------------------------------------------- // There are 2 Tins, the counter part to Nao for pets in Soul Stream // and the on in the Tir beginner area. Both are needed because the client // sends Leav...
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using Orleans.Runtime.Configuration; namespace Orleans.Runtime { internal class SocketManager { private readonly LRU<IPEndPoint, Socket> cache; private const int MAX_SOCKETS = 200; internal Soc...
// ReSharper disable All using MixERP.Net.Framework; using MixERP.Net.Entities.Transactions; using MixERP.Net.Schemas.Transactions.Data; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; using MixERP.Net.ApplicationState.Cache; using MixER...
namespace Swensen.Ior.Forms { using Microsoft.VisualBasic; using System; using System.Collections; using System.ComponentModel; using System.Drawing.Design; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Data; using System.Xml.Seri...
// 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.Diagnostics; namespace System.Net.Http.HPack { internal class HPackDecoder { // Can't ...
// // ZipExtraData.cs // // Copyright 2004-2007 John Reilly // // 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) any later versio...
// 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. /* The Computer Language Benchmarks Game http://benchmarksgame.alioth.debian.org/ contributed by Robert F. Tob...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; using System.Runtime.InteropService...
// 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.Diagnostics; namespace System.Reflection.Metadata.Ecma335 { /// <summary> /// Encodes instruct...
// 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.Generic; using System.Runtime.InteropServices; using Xunit; namespace System.IO.Tests { ...
using System; using InAudioSystem; using InAudioSystem.InAudioEditor; using InAudioSystem.Internal; using InAudioSystem.TreeDrawer; using UnityEditor; using UnityEngine; using Object = UnityEngine.Object; namespace InAudioSystem.InAudioEditor { public class AudioEventCreatorGUI : BaseCreatorGUI<InAudioEventNode> ...
using CommandLine; using Microsoft.Web.Administration; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Security.AccessControl; using System.Security.Permissions; using System.Security.Principal; using System.Text; namespace QuickSi...
namespace android.view { [global::MonoJavaBridge.JavaInterface(typeof(global::android.view.SubMenu_))] public partial interface SubMenu : Menu { global::android.view.MenuItem getItem(); global::android.view.SubMenu setIcon(android.graphics.drawable.Drawable arg0); global::android.view.SubMenu setIcon(int arg0)...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System.Net; using Microsoft.Azure.Management.Resources; using Microsoft.Azure.Management.CosmosDB; using Xunit; using Microsoft.Rest.ClientRuntime.Azure.Te...
using System; using System.Linq; using System.Collections.Generic; using LanguageExt; using static LanguageExt.Prelude; using static LanguageExt.TypeClass; using System.Diagnostics.Contracts; using LanguageExt.TypeClasses; using LanguageExt.ClassInstances; using System.Runtime.CompilerServices; namespace LanguageExt ...
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 Telekom2.Resources; namespace Telekom2 { public partial class App : Application { /// <summ...
///////////////////////////////////////////////////////////////////////////////// // // vp_EditorUtility.cs // © Opsive. All Rights Reserved. // https://twitter.com/Opsive // http://www.opsive.com // // description: misc editor utility methods // ///////////////////////////////////////////////////////////////...
//---------------------------------------------- // NGUI: Next-Gen UI kit // Copyright 漏 2011-2014 Tasharen Entertainment //---------------------------------------------- using UnityEngine; using UnityEditor; using System.Collections.Generic; /// <summary> /// Inspector class used to edit UIWidgets. /// </...
using System; using System.Linq; using System.Threading.Tasks; using FluentAssertions; using NUnit.Framework; using iSynaptic.Commons; using iSynaptic.TestDomain; namespace iSynaptic.Modeling.Domain { public abstract class AggregateRepositoryTests { protected IAggregateRepository<ServiceCa...
using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Net.Sockets; using System.Security.Cryptography; using System.Security.Cryptography.X509Certificates; using System.Web.Script.Serialization; // Note: To enable JSON (JavaScriptSerializer) add following reference: System.Web...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using GroupControl.BLL; using GroupControl.Model; using GroupControl.Common; using GroupControl.Helper; ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Emgu.CV.UI; using Emgu.CV; using Emgu.CV.Structure; using Emgu.CV.CvEnum; using Emgu.CV.Face; using System.IO; using System.Xml; using System.Runtime.InteropServices; using System.Threading; using System.Window...
using CoreIdentityDemo.Domain.Entities; using CoreIdentityDemo.Domain.UnitOfWork; using CoreIdentityDemo.Web.Util; using Microsoft.AspNetCore.Identity; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace CoreIdentityDemo.Web.Identity { ...
// TODO: Reinstate this test fixture when the REST service is reinstated /* #if NETCOREAPP20 using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Net; using System.Threading; using System.Threading.Tasks; using BrightstarDB.Client; using NUnit.Framework; namespace Br...
namespace WebtoonDownloader.Interface { partial class WebtoonSearchListChild { /// <summary> /// 필수 디자이너 변수입니다. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// 사용 중인 모든 리소스를 정리합니다. /// </summary> /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지...
using System; using System.Windows; using System.Collections.Generic; using AMVTheaterAssistant.Properties; using System.IO; using Microsoft.Win32; using System.Linq; using System.Threading; using System.Windows.Input; using System.Net; using System.Windows.Forms; using System.ComponentModel; using System.T...
/******************************************************************** The Multiverse Platform is made available under the MIT License. Copyright (c) 2012 The Multiverse Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "...
/* * MarkdownSharp * ------------- * a C# Markdown processor * * Markdown is a text-to-HTML conversion tool for web writers * Copyright (c) 2004 John Gruber * http://daringfireball.net/projects/markdown/ * * Markdown.NET * Copyright (c) 2004-2009 Milan Negovan * http://www.aspnetresources.com ...
/* * This code is derived from Universal Tween Engine (http://code.google.com/p/java-universal-tween-engine/) * * @author Aurelien Ribon | http://www.aurelienribon.com/ */ using System; using System.Collections.Generic; namespace General.Tweening { /// <summary> /// A Timeline can be used to create complex an...
#if UNITY_EDITOR using System; using System.Collections.Generic; using System.Reflection; using UnityEditor; using UnityEngine; using UMA.CharacterSystem; namespace UMA.Editors { //unfortunately this needs to be here if we are going to make it possible to have 'Backewards Compatible' DCA recipes (i.e. saved as 'Stand...
// ReSharper disable once CheckNamespace namespace Fluent { using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Windows; using System.Windows.Automation.Peers; using System.Windows.Controls.Primitives; using System.Windows.Data; using Sy...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.IO; using System.IO.Packaging; using System.Xml.Linq; namespace DocumentFormat.OpenXml.Packaging { /// <summary> /// Defines Presen...
/* Copyright 2017 Adam Sher adam@shernet.com 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, copy, modify, merge, publish, ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml; using System.ServiceModel.Syndication; using Business; using System.Drawing; using BBCommon; namespace BBBot { public class BBBotBusiness { #region Constantes private const string...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using Xunit; namespace System.Diagnostics.ProcessTests { public class...
using System; using System.IO; using System.Runtime.InteropServices; using System.Text; using Microsoft.Win32.SafeHandles; // ReSharper disable UnusedMember.Local // ReSharper disable FieldCanBeMadeReadOnly.Local // ReSharper disable InconsistentNaming // ReSharper disable MemberCanBePrivate.Local // ReSharper disable...
using System; using System.Linq; using System.Threading.Tasks; using AutoMapper; using Mantle.Configuration.Attributes; using Mantle.Extensions; using Mantle.FaultTolerance.Interfaces; using Mantle.Identity.Azure.Entities; using Mantle.Identity.Interfaces; using Microsoft.AspNet.Identity; using Microsoft.Azure.Documen...
//----------------------------------------------------------------------- // <copyright> // Copyright (C) Ruslan Yakushev for the PHP Manager for IIS project. // // This file is subject to the terms and conditions of the Microsoft Public License (MS-PL). // See http://www.microsoft.com/opensource/licenses.mspx#Ms-PL fo...
// Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information. namespace Aqua.Tests.Serialization.Dynamic.DynamicObject { using Aqua.Dynamic; using Shouldly; using System; using System.Collections; using System.Collections.Generic; using Syste...
#region LICENCE // /* // The MIT License (MIT) // // Copyright (c) 2016 Johnathon M // // 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 r...
//Apache2,GitHub:mongodb-csharp using System; using System.Collections; using System.Collections.Generic; using System.Xml; using System.Xml.Schema; using System.Xml.Serialization; using MongoDB.Util; namespace MongoDB { /// <summary> /// Description of Document. /// </summary> [Serializable] publi...
/* The MIT License (MIT) Copyright (c) 2007 - 2020 Microting A/S 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, copy, modify...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using UB.Utils; namespace UB.Model { public class ChatBase : IChat { private object channelsLock = new object(); private object toolTipLock = new object()...
using Microsoft.Win32; using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Data.Entity; using System.Data.SQLite; using System.DirectoryServices; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; u...
using System.Collections.Generic; using Oxide.Core.Logging; namespace Oxide.Core.Plugins { public delegate void PluginEvent(Plugin plugin); /// <summary> /// Manages a set of plugins /// </summary> public sealed class PluginManager { /// <summary> /// Gets the logger to which...
using System; using System.Net; using System.Net.Http; using System.Text; using System.Threading.Tasks; using AonWeb.FluentHttp.Exceptions; using AonWeb.FluentHttp.Mocks; using AonWeb.FluentHttp.Mocks.Hal; using AonWeb.FluentHttp.Serialization; using AonWeb.FluentHttp.Tests.Helpers; using Shouldly; using Xunit; using ...
using System.Collections; using System.Collections.Generic; using System; using NetRuntimeSystem = System; using System.ComponentModel; using NetOffice.Attributes; using NetOffice.CollectionsGeneric; namespace NetOffice.ExcelApi { /// <summary> /// Interface IHPageBreaks /// SupportByVersion Excel, 9,10,11,12,14,...
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...