context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Diagnostics.Contracts; using System.Globalization; using System.Linq; using System...
// 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.Collections.Generic; using System.Linq; using Xunit; namespace Test { public class SelectSelectManyTests { [Theory] ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.Azure.Management.Compute; using Microsoft.Azure.Management.Compute.Models; using Microsoft.Azure.Management.ResourceManager; using Microsoft.Rest....
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Net.Mime; using System.Text; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.ModelBinding; using Umbraco.Cms.Core; using Umbraco.Cms.Core.Dictionary; using Umbraco.Cms.Core.Editors...
// This file was generated by CSLA Object Generator - CslaGenFork v4.5 // // Filename: DocCircColl // ObjectType: DocCircColl // CSLAType: EditableChildCollection using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; using DocStore.Business.Util; using Csla.Rules; using Csl...
using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using System.Threading.Tasks; #if DAPPER using Dapper; #endif using NUnit.Framework; #if NETFX_CORE using Windows.Storage; #endif namespace System.Data.SQLite.Tests { [TestFixture(0)] [TestFixture(1...
// =====COPYRIGHT===== // Code originally retrieved from http://www.vbforums.com/showthread.php?t=547778 - no license information supplied // =====COPYRIGHT===== using System; using System.ComponentModel; using System.Windows.Forms; namespace GTA5_Mods_Forums_Notifier { /// <summary> /// Animates a form when i...
using OpenKh.Engine.Input; using OpenKh.Engine.Renderers; using OpenKh.Game.Infrastructure; using System; using System.Collections.Generic; namespace OpenKh.Game.Menu { public class MenuConfig : MenuBase { private enum Options : int { FieldCamera, RightStick, ...
using System; using System.Configuration; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using DLaB.EarlyBoundGenerator.Settings; using System.Speech.Synthesis; using DLaB.Log; using Source.DLaB.Common; namespace DLaB.EarlyBoundGenerator { /// <summar...
// 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.Xml; namespace System.Runtime.Serialization.Xml.Canonicalization.Tes...
// 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. /****************************************************************************** * This file is auto-generated from ...
using UnityEngine; using System.Collections; using System.Collections.Generic; namespace Pb.Collections { /// <summary> /// A tuple class of two objects /// </summary> /// <typeparam name="T1">The first type to store in the tuple</typeparam> /// <typeparam name="T2">The second type to store in the tuple</typepara...
#region Apache License // // 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 // (...
using System; using System.Collections.Generic; using System.ComponentModel.Composition; using System.Diagnostics; using System.Linq; using NuGet.VisualStudio.Resources; namespace NuGet.VisualStudio { [PartCreationPolicy(CreationPolicy.Shared)] [Export(typeof(IVsPackageSourceProvider))] [Export(typeof(IPac...
//! \file ArcHED.cs //! \date Fri Jul 31 19:51:15 2015 //! \brief elf AV king archive. // // Copyright (C) 2015 by morkt // // 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...
#region LGPL License /* Axiom Game Engine Library Copyright (C) 2003 Axiom Project Team The overall design, and a majority of the core engine and rendering code contained within this library is a derivative of the open source Object Oriented Graphics Engine OGRE, which can be found at http://ogre.sourceforge.net. ...
// 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.Threading.Tasks; using Microsoft.CodeAnalysis.Testing; using Test.Utilities; using Xunit; using VerifyCS = Test.Utilities.CSharpCodeFixVerifier< ...
#region license // Copyright (c) 2003, 2004, 2005 Rodrigo B. de Oliveira (rbo@acm.org) // 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 ...
#region License // /* // See license included in this library folder. // */ #endregion using System; using System.Collections.Generic; using System.Reflection; using Sqloogle.Libs.NLog.Conditions; using Sqloogle.Libs.NLog.Filters; using Sqloogle.Libs.NLog.Internal; using Sqloogle.Libs.NLog.LayoutRenderers; using Sqloo...
/* * Copyright 2010-2014 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Drawing.Drawing2D; using System.IO; using System.Reflection; using System.Windows.Forms; using DigitalThermostat.Properties; using NefitSharp; using NefitSharp.Entities; namespace DigitalThermostat { enum S...
using System; using System.Collections.Generic; using System.IO; using System.IO.Compression; using System.Net; using System.Runtime.CompilerServices; using System.Text; using System.Threading.Tasks; namespace RHttpServer { /// <summary> /// Class representing the reponse to a clients request /// A...
/* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See License.txt in the project root for license information. */ using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Web; using System.Web.U...
using System; namespace witsmllib { /// <summary> /// WitsmlTrajectoryStation Class /// </summary> public abstract class WitsmlTrajectoryStation : IComparable<WitsmlTrajectoryStation> { private int stationNo; protected String id; protected DateTime? time; protected...
// 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; using System.ServiceModel.Channels; using System.ServiceModel;...
// 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.ComponentModel; using System.Diagnostics.Contracts; using System.Diagnostics; using System.Runtime.Comp...
namespace Anycmd.Xacml.Configuration { using Interfaces; using System; using System.Collections; using System.Configuration; using System.Diagnostics; using System.Xml; /// <summary> /// Main configuration class used to mantain all the configuration placed in the configuration section....
using System; using CommandMessenger; namespace CommandMessengerTests { public class BinaryTextData { private CmdMessenger _cmdMessenger; readonly Enumerator _command; private readonly systemSettings _systemSettings; public BinaryTextData(systemSettings systemSettings...
/* MIT License Copyright (c) 2017 Saied Zarrinmehr 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, publis...
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // 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 //...
/* * Copyright 2010-2014 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
using System.Linq; using System.Collections.Generic; using Microsoft.CodeAnalysis.CodeRefactorings; using Microsoft.CodeAnalysis; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeActions; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.Formatti...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Diagnostics; using System.IO; using System.Threading; using System.Threading.Tasks; namespace System.Net.Http { // libcurl has a pull-based model and ...
using Bridge.Translator.Logging; using NUnit.Framework; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Security.Cryptography; using System.Text; namespace Bridge.Translator.Tests { [TestFixture] internal class IntegrationTest { private const int Max...
// 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 NuGet.Frameworks; using System; using System.Collections.Generic; using System.IO; using System.Linq; using Sy...
// // ImageWriter.cs // // Author: // Jb Evain (jbevain@gmail.com) // // (C) 2005 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, including // without li...
// 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. namespace System.Globalization { using System; using System.Diagnostics.CodeAnalysis; using System.Diag...
using Lucene.Net.Support; using System; using System.Collections.Generic; namespace Lucene.Net.Util { /* * 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 copyr...
namespace iControl { using System.Xml.Serialization; using System.Web.Services; using System.ComponentModel; using System.Web.Services.Protocols; using System; using System.Diagnostics; /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.Diagnostics.DebuggerStepTh...
using System; using System.Collections.Generic; using System.Text; using System.Drawing; namespace TicTacToe { /// <summary> /// This class represents a tic-tac-toe board /// It is Cloneable so that we can copy board configurations when searching for a move /// </summary> public class Board //: IClone...
// 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.Collections.Generic; using Microsoft.CodeAnalysis.Editor.CSharp.SignatureHelp; using Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp; using...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Reflection; using Autofac; using NUnit.Framework; using Orchard.Caching; using Orchard.Environment.Extensions; using Orchard.Environment.Extensions.Folders; using Orchard.Environment.Extensions.Loaders; using Orc...
using Lucene.Net.Support; using Lucene.Net.Support.IO; using System; using System.Diagnostics; using System.IO; using System.IO.MemoryMappedFiles; namespace Lucene.Net.Store { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file di...
#if UNITY_EDITOR using System; using System.Collections; using System.Collections.Generic; using System.Reflection; using TNRD.Automatron.Editor; using TNRD.Automatron.Editor.Core; using TNRD.Automatron.Editor.Serialization; using TNRD.Automatron.Editor.Utilities; using UnityEditor; using UnityEngine; namespace TNRD.A...
// Copyright 2021 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 ...
/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; using System.Linq; using System.Text; using Antlr4.Runtime.Misc; using Antl...
// Copyright 2022 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 ...
/** * Least Recently Used cache * Caches the most recently used items up to the given capacity dumping * the least used items first * * Initial Revision: August 6, 2010 David C. Daeschler * (c) 2010 InWorldz, LLC. */ using System; using System.Collections.Generic; using System.Threading; using System.Text; ...
// suppress "Missing XML comment for publicly visible type or member" #pragma warning disable 1591 #region ReSharper warnings // ReSharper disable PartialTypeWithSinglePart // ReSharper disable RedundantNameQualifier // ReSharper disable InconsistentNaming // ReSharper disable CheckNamespace // ReSharper disable Un...
namespace System.Xml.Linq { /// <summary> /// This class provides extensions to <see cref="XElement"/>. /// </summary> internal static class XElementExtensions { /// <summary> /// Gets the value of the attribute as a string. /// </summary> /// <param name="element">The element.</param> /// <param name="a...
using UnityEngine; using System; using System.Collections; using System.Collections.Generic; public class FNode { protected float _x; protected float _y; protected float _scaleX; protected float _scaleY; protected float _rotation; protected float _sortZ; //sortZ is used for depth sorting but ONLY if the node c...
//----------------------------------------------------------------------- // <copyright file="CameraApi.cs" company="Google"> // // Copyright 2017 Google Inc. 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. //...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect 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 ...
using Microsoft.VisualStudio.TestPlatform.UnitTestFramework; using Newtonsoft.Json.Linq; using ReactNative.Bridge; using ReactNative.Bridge.Queue; using System; using System.Threading; using System.Threading.Tasks; namespace ReactNative.Tests.Bridge { [TestClass] public class ReactInstanceTests { [...
namespace Azure.Core { [System.Diagnostics.DebuggerDisplayAttribute("Content: {_body}")] public partial class DynamicContent : Azure.Core.RequestContent { internal DynamicContent() { } public override void Dispose() { } public override bool TryComputeLength(out long length) { throw n...
// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // // Copyright 2008-2014 Heaton Research, Inc. // // 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 // // htt...
/////////////////////////////////////////////////////////////// // BrowseMonkey - An offline filesystem browser // // Shukri Adams (shukri.adams@gmail.com) // // https://github.com/shukriadams/browsemonkey // // MIT License (MIT) Copyright (c) 2014 Shukri Adams // ...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using System.Collections.Generic; using Avalonia.Controls; using Avalonia.Controls.Platform.Surfaces; using Avalonia.Input; using Avalonia.I...
// 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.Diagnostics; using Microsoft.VisualStudio.Debugger.Clr; using Microsoft.VisualStudio.Debugger.Eva...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
#if !UNITY_WINRT || UNITY_EDITOR || (UNITY_WP8 && !UNITY_WP_8_1) #region License // Copyright (c) 2007 James Newton-King // // 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...
// 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.IO; using System.Linq; using System.Runtime.InteropServices; using Sy...
#region Copyright //////////////////////////////////////////////////////////////////////////////// // The following FIT Protocol software provided may be used with FIT protocol // devices only and remains the copyrighted property of Dynastream Innovations Inc. // The software is being provided on an "as-is" basis and a...
// 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.Diagnostics.CodeAnalysis; using System.Diagnostics.Contracts; using S...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
/* * 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"); you may ...
using System; using System.IO; using System.Collections.Generic; using RestSharp; using IO.Swagger.Client; using IO.Swagger.Model; namespace IO.Swagger.Api { public interface IProjectApi { /// <summary> /// Returns all projects Returns a list of projects /// </summary> ...
using System; using Loon.Utils; using Loon.Action.Map; namespace Loon.Core.Geom { public class Vector2f { public static Vector2f TMP() { return new Vector2f(); } public static Vector2f X1() { return new Vector2f(1, 0); } public static Vector2f Y1() { return new Vector2f(0, 1); } public...
// Copyright 2013 The Noda Time Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using System; using System.Collections.Generic; using NodaTime.Globalization; using NodaTime.Properties; using NodaTime.Text.Patterns; using NodaTime.Time...
using System; using System.IO; using System.IO.MemoryMappedFiles; using System.IO.IsolatedStorage; using System.IO.Compression; using System.Xml; using System.Xml.Serialization; using MonoTouch.UIKit; using System.Collections.Generic; using System.Security.AccessControl; namespace NSB.Utils { /// <summary> /// //...
using System; /* * AvaTax API Client Library * * (c) 2004-2019 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Genevieve Conty * @author Greg Hester * Swagger name: AvaTaxClient */ namespace Avalara.Av...
using System; using System.Drawing; using System.Windows.Forms; namespace WeifenLuo.WinFormsUI.Docking { /// <include file='CodeDoc/DockPaneCaptionVS2003.xml' path='//CodeDoc/Class[@name="DockPaneCaptionVS2003"]/ClassDef/*'/> internal class VS2003DockPaneCaption : DockPaneCaptionBase { #region cons...
// 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.IO; using System.Text; using System.Xml; using OLEDB.Test.ModuleCore; using System.Collec...
// Camera Path 3 // Available on the Unity Asset Store // Copyright (c) 2013 Jasper Stocker http://support.jasperstocker.com/camera-path/ // For support contact email@jasperstocker.com // // THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY // KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT L...
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.Diagnostics; using System.Linq; using System.Linq.Expressions; using System.Reflection; using Moq.Language; using Moq.Language.Fl...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Configuration; using System.Data; using System.Data.Common; using System.Dynamic; using System.Linq; using System.Text; namespace Massive.Oracle { public static class ObjectExtensions { /// <summary> ...
// 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.Net.Security; using System.Net.Sockets; using System.Net.Test.Common; using System.Run...
using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Data; using System.Windows.Forms; using System.Net.Sockets; /// ****************************************************************************************************************** /// * Copyright (c) 2011 Dialect Sof...
/* * TokenRegExpParser.cs */ using System; using System.Collections; using System.Globalization; using System.Text; using Core.Library.RE; namespace Core.Library { /** * A regular expression parser. The parser creates an NFA for the * regular expression having a single start and acceptance states. ...
using Antlr4.Runtime; using Plang.Compiler.TypeChecker.AST; using Plang.Compiler.TypeChecker.AST.Declarations; using Plang.Compiler.TypeChecker.AST.States; using System.Collections.Generic; using System.Diagnostics; using System.Linq; namespace Plang.Compiler.TypeChecker { // Note: the lack of generic support over...
// <copyright file="IlutpTest.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // // Copyright (c) 2009-2016 Math.NET // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this so...
// 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.Diagnostics; using System.Threading; using Microsoft.CodeAnalysis; using Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.Interna...
// 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; using System.IO.PortsTests; using System.Threading; using Legacy.Support; using Xunit; na...
/* 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, this lis...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http.Headers; using System.Web.Http; using System.Web.Http.Description; using SPAScaffold.Areas.HelpPage.Models; namespace SPAScaf...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel; using System.Globalization; using System.Linq; using System.Reflection; using System.Threading; using System.Windows; using Prism.Events; using Prism.Properties; using Prism.Reg...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Orleans.Configuration; using Orleans.Hosting; using Orleans.Runtim...
// 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.Contracts; using System.Runtime.Serialization; namespace System { public sealed partia...
//*************************************************** //* This file was generated by tool //* SharpKit //* At: 29/08/2012 03:59:39 p.m. //*************************************************** using SharpKit.JavaScript; namespace Ext { #region Base /// <inheritdocs /> /// <summary> /// <p>The root of all c...
namespace VersionOne.ServiceHost.ConfigurationTool.UI.Controls { partial class TestServicePageControl { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect 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 ...
using System; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Security.Cryptography; using System.Security.Cryptography.X509Certificates; using System.Text; using System.Text.RegularExpressions; namespace ToolKit.Cryptography { /// <summary> /// Represents a public encryption key. Intended...
// Copyright 2022 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 ...
// 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. // ------------------------------------------------------------------------------ // Changes to this file must follow...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Net; using System.Net.Http; using System.Net.Sockets; using System.Text; using System.Text.RegularExpressions; using System.Xml; using Omnius.Base; namespace Omnius.Net.Upnp { public enum UpnpProtocolType { ...
using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Umbraco.Cms.Core.Hosting; using Umbraco.Extensions; namespace Umbraco.Cms.Core.Runtime { /// <summary> /// Prov...
namespace Gu.Persist.RuntimeXml { using System; using System.Collections.Concurrent; using System.IO; using System.Runtime.Serialization; using System.Threading.Tasks; using Gu.Persist.Core; /// <summary> /// Helper class for serializing and deserializing using <see cref="DataContractS...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Tools; using Xunit; namespace System.Numerics.Tests { public class divremTest { private static int s_samples = 10; private static Random ...
#define MCG_WINRT_SUPPORTED using Mcg.System; using System; using System.Collections.Generic; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.InteropServices.WindowsRuntime; // ------------------------------------------------------------------...
// 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.ComponentModel; using System.Diagnostics.Contracts; using System.Net; using System.Net.Security; using...