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. // See the LICENSE file in the project root for more information. using System; using System.Threading; using System.Collections.Generic; // disable warnings about various Monitor m...
using System; using System.Collections.Generic; using System.Text; using FlatRedBall.Graphics.Animation; using System.Xml.Serialization; using FlatRedBall.Attributes; using FlatRedBall.Graphics.Texture; using FlatRedBall.Graphics; using Microsoft.Xna.Framework.Graphics; using FlatRedBall.Content.Scene; namespace FlatR...
using System; using System.Diagnostics; using System.Threading.Tasks; using JetBrains.Application.Threading; using JetBrains.Application.UI.Components; using JetBrains.Collections.Viewable; using JetBrains.Core; using JetBrains.Diagnostics; using JetBrains.Lifetimes; using JetBrains.ProjectModel; using JetBrains.Rd.Bas...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Runtime.InteropServices; using System.Runtime.Serialization; using System.Numerics; using System.Linq; using GlmSharp.Swizzle; // ReSharper disable InconsistentNaming namespace GlmSharp { /// <s...
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // C# port by: Lars Brubaker // larsbrubaker@gmail.com // Copyright (C) 2007 // // Permission to copy, use, modif...
// 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.Text; using TestLibrary; class EncodingGetBytes1 { static int Main() { En...
// Copyright 2008-2009 Louis DeJardin - http://whereslou.com // // 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 ...
using System; using System.Collections.Generic; using System.Data.Common; using System.Linq; using MbUnit.Framework; using Moq; using Subtext.Configuration; using Subtext.Extensibility; using Subtext.Framework; using Subtext.Framework.Components; using Subtext.Framework.Configuration; using Subtext.Framework.Exceptions...
/* * * (c) Copyright Ascensio System Limited 2010-2021 * * 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 applicable la...
using System; using System.Linq; using System.Threading.Tasks; using Microsoft.VisualStudio.TestTools.UnitTesting; using MongoFramework.Linq; namespace MongoFramework.Tests { [TestClass] public class MongoDbSetTests : TestBase { public class TestModel { public string Id { get; set; } public string Descri...
namespace Projections { partial class TypeIIIProjPanel { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /...
using UnityEngine; using System.Collections; using PixelCrushers.DialogueSystem.UnityGUI; namespace PixelCrushers.DialogueSystem.Examples { /// <summary> /// This component implements a selector that allows the player to target and use a usable /// object. /// /// To mark an object usable, add the Usable comp...
// // modifiers.cs: Modifiers handling // // Authors: Miguel de Icaza (miguel@gnu.org) // Marek Safar (marek.safar@gmail.com) // // Dual licensed under the terms of the MIT X11 or GNU GPL // // Copyright 2001, 2002, 2003 Ximian, Inc (http://www.ximian.com) // Copyright 2004-2010 Novell, Inc // using System; ...
using System; using Csla; using ParentLoad.DataAccess; using ParentLoad.DataAccess.ERCLevel; namespace ParentLoad.Business.ERCLevel { /// <summary> /// B04_SubContinent (editable child object).<br/> /// This is a generated base class of <see cref="B04_SubContinent"/> business object. /// </summary> ...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace sep24images.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it with...
// // (C) Copyright 2003-2011 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software in // object code form for any purpose and without fee is hereby granted, // provided that the above copyright notice appears in all copies and // that both that copyright notice and the limited warranty ...
/* * 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...
// 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.Linq; using System.Text; using Xunit; using System.Thre...
/* * 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...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using Cassandra.Mapping.Utils; namespace Cassandra.Mapping.Statements { /// <summary> /// A utility class capable of generating CQL statements for a POCO. /// </summary> internal ...
using System.Collections.Generic; using System.Composition.Hosting; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; using System.Threading.Tasks; using OmniSharp.Models; using OmniSharp.Options; using OmniSharp.Roslyn.CSharp.Services.Intellisense; using OmniSharp.Tests; using Xunit; n...
//*************************************************** //* This file was generated by tool //* SharpKit //* At: 29/08/2012 03:59:41 p.m. //*************************************************** using SharpKit.JavaScript; namespace Ext.grid.column { #region Column /// <inheritdocs /> /// <summary> /// <p>Thi...
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the Microsoft Public License. // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A P...
using Core.Interfaces; using Core.Model; using Core.SystemWrappers; using Moq; using NUnit.Framework; using Ui.Console.Command; using Ui.Console.Provider; using Ui.Console.Startup; namespace Ui.Console.Test.Provider { [TestFixture] public class SignatureCommandActivationProviderTest { private Signa...
using System.Collections.Generic; using CodeMash.Models; using CodeMash.Repository; using Isidos.CodeMash.Utils; using Microsoft.VisualStudio.TestTools.UnitTesting; using Newtonsoft.Json.Linq; namespace CodeMash.Core.Tests { [TestClass] public class DatabaseUtilsReferencingTests { [TestInitialize] ...
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // 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 wit...
//----------------------------------------------------------------------------- // // ControllerCommandDlg.cs // // Executes a controller command and show a dialog window while the // controller command is running. // // Copyright (c) 2010 Mal Lansell <openzwave@lansell.org> // // SOFTWARE NOT...
// <copyright file="SocketWrapper.cs" company="WebDriver Committers"> // Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // to...
/* Copyright (c) 2007 Google 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
//----------------------------------------------------------------------- // <copyright file="CSharpTypeResolver.cs" company="NJsonSchema"> // Copyright (c) Rico Suter. All rights reserved. // </copyright> // <license>https://github.com/RicoSuter/NJsonSchema/blob/master/LICENSE.md</license> // <author>Rico Suter, m...
using System; using System.IO; using System.Security.AccessControl; using System.Security.Principal; using System.Threading; using dropkick.DeploymentModel; using dropkick.FileSystem; using dropkick.Tasks.Security; using dropkick.Tasks.Security.Acl; using NUnit.Framework; namespace dropkick.tests.Tasks.Security.Acl {...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. // // System.Drawing.Drawing2D.GraphicsPath.cs // // Authors: // // Miguel de Icaza (miguel@ximian.com) // Duncan Mak (duncan@ximian.com) // Jordi Mas i Hernandez (jordi@ximian.com) /...
using System; using System.IO; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using EnvDTE; using Microsoft.VisualStudio.Shell; using Microsoft.VisualStudio.Shell.Interop; using NuGet.VisualStudio.Resources; namespace Nu...
using NUnit.Framework; using static NSelene.Selene; namespace NSelene.Tests.Integration.SharedDriver.OldConditionsSpecs { using System; using System.Linq; using System.Reflection; using Harness; using OpenQA.Selenium; [TestFixture] public class SeleneBrowser_Should_OldStyleConditions_Specs...
using UnityEngine; using System.Collections; using System.Linq; using System.Collections.Generic; using UnityEngine.Extensions; using System.Reflection; using System.Text; using UnityEngine.Events; using UnityEngine.UI.Windows.Animations; namespace UnityEngine.UI.Windows { public class WindowRoutes { private int...
/* * Copyright 2011 Google 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
// This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) using UnityEngine; using UnityEditor; using UnityEditor.Callbacks; using Sys...
// /* // * Copyright (c) 2016, Alachisoft. 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 // * // * Unle...
using UnityEngine; using System.Collections; using System.IO; using System.Xml.Serialization; using System; using System.Collections.Generic; using System.Text; //using UnityEditor; public class Controller : MonoBehaviour { public static Controller instance; public CameraController camController; public Car curren...
// ---------------------------------------------------------------------------------- // // Copyright 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.apac...
using com.lover.astd.common; using com.lover.astd.common.config; using com.lover.astd.common.logic; using com.lover.astd.common.model; using System; using System.Collections.Generic; using System.Windows.Forms; namespace com.lover.astd.game.ui.server { public abstract class LogicServer : ISettings { protected Prot...
namespace Thinktecture.Tools.Web.Services.ContractFirst { partial class XsdCodeGenDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used...
// 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.Text; using System.Runtime; using System.Runtime.InteropServices; using System.Runtime.CompilerServices...
using System; using System.Collections.Generic; using Android.Runtime; namespace Org.Achartengine.Util { // Metadata.xml XPath class reference: path="/api/package[@name='org.achartengine.util']/class[@name='IndexXYMap']" [global::Android.Runtime.Register ("org/achartengine/util/IndexXYMap", DoNotGenerateAcw=true)] ...
// Copyright 2011 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.Text; using NodaTime.Annotations; using NodaTime.Utility; namespace NodaTime.Text { /// <summary> /// Provides helpe...
// 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) Microsoft Corporation. * * This source code is subject to terms and conditions of the Apache License, Version 2.0. A * copy of the license can be found in the License.txt file at the root of this distribution. * *...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Moq; using NuGet.Test.Mocks; using Xunit; using NuGet.Test.Utility; namespace NuGet.Test { public class LocalPackageRepositoryTest { [Fact] public void RemovePackageRemovesPackageFileAndDirectoryAndRoot()...
// 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; using System.Collections.Generic; using Xunit; using SortedDictionaryTests.SortedDictionary_SortedDictionary_KeyCollection; usin...
namespace Ioke.Lang { using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Text; using Ioke.Lang.Parser; using Ioke.Lang.Util; public class Message : IokeData { internal string name; string file; int line; ...
//--------------------------------------------------------------------------- // // <copyright file=MediaCommands.cs company=Microsoft> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // // Description: The MediaCommands class defines a standard set of commands that act on Media. // ...
using System; using System.Text; using System.Collections; using Server.Network; using Server.Targeting; using Server.Spells; namespace Server.Items { public enum WandEffect { Clumsiness, Identification, Healing, Feeblemindedness, Weakness, MagicArrow, Harming, Fireball, GreaterHealing, Lightning...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System.Management.Automation.Host; using System.Management.Automation.Remoting.Server; using System.Management.Automation.Runspaces; using System.Globalization; using Dbg = System.Management.Automation.Diagnostics; n...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
// Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace Microsoft.Azure.Management.RecoveryServices { using System.Threading.Tasks; using Microsoft.Rest.Azure; using Models; /// <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; using System.IO; using System.Text; using System.Diagnostics; using System.Threading.Tasks; using Syst...
/* * 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...
//The MIT License(MIT) //copyright(c) 2016 Alberto Rodriguez //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, mod...
namespace RRLab.PhysiologyWorkbench.GUI { partial class QuickNotes { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summ...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. #region Using directives using System.Collections.Generic; using System.Management.Automation; #endregion namespace Microsoft.Management.Infrastructure.CimCmdlets { /// <summary> /// Containing all information originated from ///...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="TagViewModel.cs" company="none"> // Distributed under the 3-clause BSD license // Copyright (c) Alexander Kostikov // All rights reserved // </copyright> // --------------------...
// 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 ...
// 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.ServiceModel.Syndication { using System; using System.Runtime.CompilerServices; using ...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. // // System.Net.RequestStream // // Author: // Gonzalo Paniagua Javier (gonzalo@novell.com) // // Copyright (c) 2005 Novell, Inc. (http://www.novell.com) // // Permission is hereby granted...
// Copyright (c) 2004-2010 Azavea, Inc. // // 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, ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // The MatchCollection lists the successful matches that // result when searching a string for a regular expression. using System.Collections; using System.Collections...
// // 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 // // Unless required ...
using System; using System.Linq; namespace ClosedXML.Excel { internal class XLRangeColumn : XLRangeBase, IXLRangeColumn { #region Constructor /// <summary> /// The direct contructor should only be used in <see cref="XLWorksheet.RangeFactory"/>. /// </summary> public XLR...
// <copyright file="BiCgStab.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-2013 Math.NET // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this sof...
/* * 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...
// ZipFile.Save.cs // ------------------------------------------------------------------ // // Copyright (c) 2009 Dino Chiesa. // All rights reserved. // // This code module is part of DotNetZip, a zipfile class library. // // ------------------------------------------------------------------ // // This code is license...
using Nitra.Declarations; using Nitra.ProjectSystem; using Nitra.Visualizer.Annotations; using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading; using System.Windows; using Nitra.Internal; using NitraFile ...
using System; using System.Threading; namespace Lucene.Net.Store { /* * 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 lice...
using CilJs.Ast; using CilJs.JSAst; using CilJs.JsTranslation.OpTranslators; using CilJs.Loading.Model; using Managed.Reflection; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using Type = Managed.Reflection.Type; namespace CilJs.JsTranslation { /// <...
// 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.Threading; using System.Collections.Generic; using Xun...
// 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.Contracts; using System.Globalization; using System.Text;...
// Copyright (c) Nicolas Musset. All rights reserved. // This file is licensed under the MIT license. // See the LICENSE.md file in the project root for more information. // Some parts taken from https://github.com/lunet-io/markdig // Copyright (c) Alexandre Mutel. All rights reserved. using System; using System.IO; ...
/* * Copyright (c) 2006, Clutch, Inc. * Original Author: Jeff Cesnik * 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 copyrig...
// 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 Microsoft.Win32.SafeHandles; using System.Collections; using System.Diagnostics; using System.IO; using System...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using Newtonsoft.Json; namespace iSukces.UnitedValues { public partial struct Pressure { public Pressure(decimal value, ForceUnit force, AreaUnit area) { var areaValue = new Area(1, area) ...
// 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.Runtime.InteropServices; #if ES_BUILD_STANDALONE using Environment = Microsoft.Diagnosti...
--- /dev/null 2016-07-30 10:14:50.000000000 -0400 +++ src/Dependencies/Metadata/BlobWriterImpl.cs 2016-07-30 10:16:09.449446000 -0400 @@ -0,0 +1,294 @@ +// 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 t...
using System; using System.Collections.Generic; using Htc.Vita.Core.Diagnostics; using Htc.Vita.Core.Log; using Htc.Vita.Core.Util; namespace Htc.Vita.Core.Runtime { /// <summary> /// Class IpcChannel. /// </summary> public class IpcChannel { /// <summary> /// Gets or sets the input...
// 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.Collections.Generic; using System.Runtime.InteropServices; using Microsoft.Protocols.TestTools.StackSdk.Messages; using Mic...
using System; using System.IO; using System.CodeDom; using System.Reflection; using System.Collections; using System.CodeDom.Compiler; using System.Collections.Specialized; using Microsoft.Samples.CodeDomTestSuite; using Microsoft.JScript; public class GlobalKeywordTest : CodeDomTestTree { public override TestType...
using System; using System.Reflection; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Data; using ControlzEx; namespace MahApps.Metro.Controls { /// <su...
// Copyright (c) 2015-present, Parse, LLC. All rights reserved. This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree. An additional grant of patent rights can be found in the PATENTS file in the same directory. using System; using System.Collec...
// // System.Drawing.Drawing2D.GraphicsPath.cs // // Authors: // // Miguel de Icaza (miguel@ximian.com) // Duncan Mak (duncan@ximian.com) // Jordi Mas i Hernandez (jordi@ximian.com) // Ravindra (rkumar@novell.com) // Sebastien Pouliot <sebastien@ximian.com> // // Copyright (C) 2004,2006-2007 Novell, Inc (htt...
#region License /* The MIT License Copyright (c) 2008 Sky Morey 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, ...
// 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.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Options; namespace Micro...
/* * 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...
using System; using System.Collections.Generic; using Microsoft.Data.Entity.Migrations; using Microsoft.Data.Entity.Metadata; namespace AllReady.Migrations { public partial class TenantBecomesOrganization : Migration { protected override void Up(MigrationBuilder migrationBuilder) { ...
// 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.Threading; #if DEBUG using System.Collections.Concurrent; using System.Diagnostics; using System.Globalization; using Sy...
/* * Copyright 2010-2013 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...
// <copyright file="DriverOptions.cs" company="WebDriver Committers"> // Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // to...
using System; using System.Collections.Generic; using System.Threading; using Autofac; using Castle.Windsor; using EasyNetQ.DI.Autofac; using EasyNetQ.DI.LightInject; using EasyNetQ.DI.Ninject; using EasyNetQ.DI.SimpleInjector; using EasyNetQ.DI.StructureMap; using EasyNetQ.DI.Windsor; using LightInject; using Ninject;...
#region Copyright (c) 2003, newtelligence AG. All rights reserved. // Copyright (c) 2003, newtelligence AG. (http://www.newtelligence.com) // Original BlogX Source Code: Copyright (c) 2003, Chris Anderson (http://simplegeek.com) // All rights reserved. // // Redistribution and use in source and binary forms, with or ...
using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.Tokens; using Microsoft.SharePoint.Client; using System; using System.Net; using System.Security.Principal; using System.Web; using System.Web.Configuration; namespace SampleWebApp { /// <summary> /// Encapsulates all the informa...
// 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.Linq; using System.Text; using System.Threading.Tasks; ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using static RomanConverter.Models.Numerals; namespace RomanConverter.Models { public class NumberPair { public int? Base10 { get; set; } public String Numeral { get; set; } public void...