context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using HoldemPlayerContract; namespace HoldemController.ConsoleDisplay { public class ConsoleRenderer { private const int PlayerWidth = 10; private const int PlayerHeight = 2; // todo: calculated? ...
using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Windows.Forms; using Bloom.Api; using Bloom.Book; using Bloom.web; using Fleck; using L10NSharp; using SIL.Reporting; using SIL.Windows.Forms.Reporting; namespace Bloom.Edit { public partial class PageListView : User...
using NBitcoin; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using WalletWasabi.Blockchain.TransactionOutputs; using WalletWasabi.CoinJoin.Common.Models; using WalletWasabi.Helpers; using WalletWasabi.Logging; namespace WalletWasabi.CoinJoin.Client.Rounds { p...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.IO; using System.Runtime; using System.ServiceModel; using System.ServiceModel.Channels; using System.ServiceModel.Description; using System.ServiceModel.D...
// 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.ComponentModel; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Globalization; using Validatio...
// ********************************************************************************************************* // Product Name: DotSpatial.Tools.DialogElement // Description: The abstract tool Element class to be inherited by elements of the tool dialog // // *************************************************************...
// 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.Linq; using System.Threading; using System.Threading.Tasks; using Tel...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Orleans; using Orleans.Runtime; using UnitTests.GrainInterfaces; namespace UnitTests.Grains { public class TestGrain : Grain, ITestGrain { private string label; private Logger logger; ...
// 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. //////////////////////////////////////////////////////////////////////////// // // // Purpose: This class implemen...
using System.Data.Entity; using MediatR; using Microsoft.AspNetCore.Mvc.RazorPages; using MoreLinq; using NodaTime; using SupportManager.DAL; namespace SupportManager.Web.Areas.Teams.Pages.Report { public class MonthlyModel : PageModel { private readonly IMediator mediator; public MonthlyModel...
/*! Copyright (C) 2003-2013 Kody Brown (kody@bricksoft.com). 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 without limitation the rights to u...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Orchard.Caching; using Orchard.Environment.Extensions.Models; using Orchard.FileSystems.WebSite; using Orchard.Localization; using Orchard.Logging; using Orchard.Utility.Extensions; namespace Orchard.Environment.Extensions.Folder...
// 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...
/* * 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...
// 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.Linq; using System.Runtime.ExceptionServices; using System.Runtime.InteropServices; namespace System.Reflection...
// 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 ...
// 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.Immutable; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using Sy...
/* * * (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.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Web; using System.Web.Script.Services; using System.Web.Services; using System.Web.UI; using System.Xml; using System.Xml.Xsl; using Umbr...
#pragma warning disable MA0028 // Optimize StringBuilder would make the code harder to read #pragma warning disable MA0101 // String contains an implicit end of line character using System.Globalization; using System.Text; using System.Text.RegularExpressions; using System.Xml.Linq; using System.Xml.XPath; using Micros...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using FlatRedBall.Graphics; using FlatRedBall.Math; using FlatRedBall.Math.Collision; using FlatRedBall.Math.Geometry; #if WINDOWS_PHONE using Microsoft.Phone.Info; #endif namespace FlatRedBall.Debugging { #region CountedCateg...
#region File Description //----------------------------------------------------------------------------- // SpriteSheetGame.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #endregi...
/* * Swaggy Jenkins * * Jenkins API clients generated from Swagger / Open API specification * * The version of the OpenAPI document: 1.1.2-pre.0 * Contact: blah@cliffano.com * Generated by: https://openapi-generator.tech */ using System; using System.Linq; using System.Text; using System.Collections.Generic; u...
// 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.Net.Security; using System.Secur...
/* * 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 2007 ZXing authors * * 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 ...
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...
// 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 Avalonia.Controls.Presenters; using Avalonia.Controls.Primitives; using Avalonia.Input; namespace Avalonia.Controls { /// <summar...
///////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Tencent is pleased to support the open source community by making behaviac available. // // Copyright (C) 2015-2017 THL A29 Limited, a Tencent company. All rights reserved. // // Licensed under the BSD 3...
// 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.Globalization; using Xunit; namespace System.Drawing.PrimitivesTest { public class RectangleFTest...
// 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.Diagnostics; using System.Collections; using System.Collections.Generic; using System.Glo...
// // Copyright (c) 2017 The nanoFramework project contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // using CorDebugInterop; using System; using System.Diagnostics; using System.Runtime.InteropServices; namespace...
using System; using System.Text; using System.Runtime.Serialization; using Newtonsoft.Json; using HETSAPI.Models; namespace HETSAPI.ViewModels { /// <summary> /// History View Model /// </summary> [DataContract] public sealed class HistoryViewModel : IEquatable<HistoryViewModel> { /// <...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.IO; using System.Management.Automation; using Markdig; using Markdig.Renderers; using Markdig.Syntax; namespace Microsoft.PowerShell.MarkdownRender { /// <summary> /// Enum to name all th...
/* * Copyright (c) 2007-2008, openmetaverse.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 the above copyright notice, this * li...
// Copyright (c) 2010-2013 SharpDX - Alexandre Mutel // // 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, modif...
using UnityEngine; using UnityEngine.Events; using System; using System.Collections.Generic; using UMA.PoseTools; namespace UMA.CharacterSystem { //A serialized version of DNAConverterBehaviour, so that we can include these settings in assetBundles, which cannot include their own scripts... //Uses DynamicUmaDn...
// 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 BenchmarkDotNet.Attributes; using BenchmarkDotNet.Configs; using BenchmarkDotNet.Jobs; using BenchmarkDotNet.T...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / /// <summary> /// PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution. /// /// AssetVersionResource /// </summary> using Newtonsoft.Json; using System; using ...
using System; using System.Linq; using System.Security.Claims; using System.Threading.Tasks; using AllReady.Features.Login; using AllReady.Features.Manage; using AllReady.Models; using AllReady.Security; using AllReady.ViewModels.Manage; using MediatR; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCor...
// Lucene version compatibility level 4.8.1 using YAF.Lucene.Net.Analysis.TokenAttributes; using YAF.Lucene.Net.Analysis.Util; using YAF.Lucene.Net.Support; using YAF.Lucene.Net.Util; using System; using System.Text; namespace YAF.Lucene.Net.Analysis.Miscellaneous { /* * Licensed to the Apache Software Founda...
// 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.Linq; using Test.Cryptography; using Xunit; namespace System.Security.Cryptography.X509Certificates.Te...
// 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; internal class test { public static int Main() { int x; int y; bool ...
#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 // restriction, including without limitation the rights to use, // copy, ...
// FileSystemInfoTest.cs - NUnit Test Cases for System.IO.FileSystemInfo class // // Ville Palo (vi64pa@koti.soon.fi) // // (C) 2003 Ville Palo // using NUnit.Framework; using System; using System.IO; using System.Globalization; using System.Threading; namespace MonoTests.System.IO { [TestFixture] public ...
//------------------------------------------------------------------------------ // <copyright file="Stylesheet.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="tru...
// 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 ...
using System; using System.Collections.Specialized; using System.Linq; using Moq; using Avalonia.Controls.Presenters; using Avalonia.Controls.Templates; using Avalonia.LogicalTree; using Avalonia.Styling; using Avalonia.UnitTests; using Avalonia.VisualTree; using Xunit; using Avalonia.Markup.Data; using Avalonia.Data; ...
// <copyright file="WebElement.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 yo...
using System; using System.Diagnostics; namespace Amib.Threading.Internal { internal enum STPPerformanceCounterType { // Fields ActiveThreads = 0, InUseThreads = 1, OverheadThreads = 2, OverheadThreadsPercent = 3, ...
/******************************************************************** * * PropertyBag.cs * -------------- * Derived from PropertyBag.cs by Tony Allowatt * CodeProject: http://www.codeproject.com/cs/miscctrl/bending_property.asp * Last Update: 04/05/2005 * ***********************************************************...
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 Chat.Areas.HelpPage.Models; namespace Chat.Areas.Hel...
// Copyright 2021 Esri. // // 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 in writing, software ...
// Copyright (c) .NET Foundation and contributors. 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 System.IO; using System.Linq; using System.Text; using System.Thr...
using System; namespace Aardvark.Base { /// <summary> /// Wrappers for the best (fastest) available implementation of the respective tensor operation. /// </summary> public static partial class TensorExtensions { #region Conversions (Matrix, Volume) to PixImage<T> public static Pix...
// ==++== // // // Copyright (c) 2006 Microsoft Corporation. All rights reserved. // // The use and distribution terms for this software are contained in the file // named license.txt, which can be found in the root of this distribution. // By using this software in any fashion, you are agreeing to ...
/* * 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...
//--------------------------------------------------------------------------- // File: TraceProvider // // A Managed wrapper for Event Tracing for Windows // Based on TraceEvent.cs found in nt\base\wmi\trace.net // Provides an internal Avalon API to replace Microsoft.Windows.EventTracing.dll // //----------------------...
using System; using System.Globalization; using System.Xml; using System.Xml.Schema; using System.Xml.Serialization; using TreeGecko.Library.Geospatial.Geoframeworks.Interfaces; namespace TreeGecko.Library.Geospatial.Geoframeworks.Objects { /// <summary> /// Represents a measurement of an object's rate of trav...
// 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; using System.Collections.Generic; using System.Composition.Runtime.Util; using System.Linq...
// Copyright 2007-2017 Chris Patterson, Dru Sellers, Travis Smith, et. al. // // 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 // /...
// // CellRendererTextProgress.cs // // Author: // Stephane Delcroix <stephane@delcroix.org> // Ruben Vermeersch <ruben@savanne.be> // // Copyright (C) 2009-2010 Novell, Inc. // Copyright (C) 2009 Stephane Delcroix // Copyright (C) 2010 Ruben Vermeersch // // Permission is hereby granted, free of charge, to any per...
// Copyright (C) 2012-2017 Luca Piccioni // // 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, p...
/* * 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) 2014 dot42 // // Original filename: Android.Telephony.Gsm.cs // // 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 (c) 2007 Charlie Poole // // 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, inclu...
using System; using System.Collections.Generic; using Avalonia.Controls.ApplicationLifetimes; using Avalonia.Platform; using Avalonia.Threading; using Avalonia.UnitTests; using Moq; using Xunit; namespace Avalonia.Controls.UnitTests { public class DesktopStyleApplicationLifetimeTests { [Fact] ...
// 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.Globalization; namespace System { public partial class String { public bool Contains(s...
using UnityEngine; using System.Collections; using CubeWorld.Gameplay; using CubeWorld.Configuration; public class MainMenu { private GameManagerUnity gameManagerUnity; public MainMenu(GameManagerUnity gameManagerUnity) { this.gameManagerUnity = gameManagerUnity; } public enum MainMenuSta...
/*************************************************************************** * ProfileManager.cs * * Copyright (C) 2006 Novell, Inc. * Written by Aaron Bockover <aaron@abock.org> ****************************************************************************/ /* THIS FILE IS LICENSED UNDER THE MIT LICENSE AS OUT...
using UnityEngine; using UnityEngine.UI; using System.Collections; using System.Xml; using System.IO; public class DialogueScript : MonoBehaviour { public TextAsset dialogue; private XmlNode texttoshow; public Text dialogs; public Image characterpic; public GameObject dialarrow; public Sprite[] ch...
// 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.Text; using NUnit.Framework; using Microsoft.Build.Framework; using Microsoft.Build.Buil...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; namespace EduHub.Data.Entities { /// <summary> /// Standard and Last Pays /// </summary> [GeneratedCode("EduHub Data", "0.9")] public sealed partial class PEPS : EduHubEntity { #region Navigation Property Ca...
using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; using System.Data.SqlClient; namespace WebApplication2 { /// <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.Collections.Generic; using Xunit; namespace System.Linq.Tests { public class Ordered...
/* Generated SBE (Simple Binary Encoding) message codec */ using System; using System.Text; using System.Collections.Generic; using Adaptive.Agrona; namespace Adaptive.Archiver.Codecs { public class PurgeSegmentsRequestDecoder { public const ushort BLOCK_LENGTH = 32; public const ushort TEMPLATE_ID = 55; ...
#region Copyright & License // // Copyright 2001-2005 The Apache Software Foundation // // 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 // //...
// 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.Globalization; using Xunit; using Microsoft.Xunit.Performance; names...
// 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.Diagnostics; using System.IO.Pipelines; using System.Net; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using Microsoft.AspN...
// Copyright (c) 2010-2013 SharpDX - Alexandre Mutel // // 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, modif...
/* ** $Id: ldblib.c,v 1.104.1.3 2008/01/21 13:11:21 roberto Exp $ ** Interface from Lua to its debug API ** See Copyright Notice in lua.h */ using System; using System.Collections.Generic; using System.Text; namespace SharpLua { public partial class Lua { private static int db_getregistry(LuaState...
// =============================================================================== // Microsoft Data Access Application Block for .NET 3.0 // // Oldedb.cs // // This file contains the implementations of the AdoHelper supporting OleDb. // // For more information see the Documentation. // ===============================...
/* Zed Attack Proxy (ZAP) and its related class files. * * ZAP is an HTTP/HTTPS proxy for assessing web application security. * * Copyright 2021 the ZAP development team * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You m...
using J2N.Text; using Lucene.Net.Analysis; using Lucene.Net.Documents; using Lucene.Net.Index.Extensions; using Lucene.Net.Search; using Lucene.Net.Search.Similarities; using Lucene.Net.Store; using System; using System.Collections.Generic; using System.Globalization; using System.Text; namespace Lucene.Net.Index { ...
#region Using directives using System.Collections.Generic; using System; #endregion namespace SimpleFramework.Xml.Util { public class LanguageConverter : Replace { private const List<Class<? : ConversionPhase>> STAGE_ONE = new ArrayList<Class<? : ConversionPhase>>(); private const List<Class<? : Substitu...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: SerializationEventsCache ** ** ** Purpose: Caches the various serialization events such as On(De)Seriliz(ed)ing ** ** ==================================...
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/ // Portions Copyright 2000-2004 Jonathan de Halleux // // 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.a...
namespace YAF.Core.Model { using System; using System.Collections.Generic; using System.Data; using System.Linq; using ServiceStack.OrmLite; using YAF.Types; using YAF.Types.Extensions; using YAF.Types.Extensions.Data; using YAF.Types.Interfaces.Data; using YAF.Types.Models; ...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fol...
// Copyright 2006 Herre Kuijpers - <herre@xs4all.nl> // // This source file(s) may be redistributed, altered and customized // by any means PROVIDING the authors name and all copyright // notices remain intact. // THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED. USE IT AT YOUR OWN...
#region Header // // Creator.cs - model line creator helper class // // Copyright (C) 2008-2021 by Jeremy Tammik, // Autodesk Inc. All rights reserved. // // Keywords: The Building Coder Revit API C# .NET add-in. // #endregion // Header #region Namespaces using System; using System.Collections.Generic; using System...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using FluentNHibernate.Automapping.TestFixtures; using FluentNHibernate.Automapping.TestFixtures.CustomTypes; using FluentNHibernate.Conventions.Helpers.Builders; using FluentNHibernate.Conventions.Instances; using FluentN...
// 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 (c) Microsoft Corporation. // Licensed under the MIT License. using System.Collections; using System.Globalization; using System.Management.Automation; using System.Management.Automation.Runspaces; using System.Text; namespace Microsoft.PowerShell.Commands { /// <summary> /// Implementing type fo...
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD, and Contributors. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using Moq.Properties; namespace Moq { /...
/* * Copyright (c) Contributors, http://aurora-sim.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 reta...
// 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 ...
// 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.Composition; using System.Linq; using System.Threading; using System.Threading.Tasks; using Micro...
// 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.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp.CodeFixes.GenerateEnumMember; using Mi...
// 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 RegexInterpreter class is internal to the RegularExpression package. // It executes a block of regular expre...