context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using Epi.Fields; using System.Collections; namespace Epi.Windows.MakeView.Dialogs.FieldDefinitionDialogs { /// <summary> /// Field definition dia...
#region License and Terms // MoreLINQ - Extensions to LINQ to Objects // Copysecond (c) 2017 Atif Aziz. All seconds 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 // // htt...
using System; using System.Threading; using System.Threading.Tasks; #if __UNIFIED__ using Foundation; using CoreFoundation; using UIKit; #else using MonoTouch.Foundation; using MonoTouch.CoreFoundation; using MonoTouch.UIKit; #endif namespace ZXing.Mobile { public class MobileBarcodeScanner : MobileBarcodeScanner...
// 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) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Graphics....
/* * Copyright (c) 2007-2008, Second Life Reverse Engineering Team * 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 n...
// 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.Globalization; using System.IO; using System.Linq; using System.Xml; using Microsoft.Build.Construction; us...
// 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; public class StringCtor5 { #region const define private const int c_...
using System; using System.Collections; namespace TidyNet { /// <summary> /// Tidy options. /// /// (c) 1998-2000 (W3C) MIT, INRIA, Keio University /// See Tidy.cs for the copyright notice. /// Derived from <a href="http://www.w3.org/People/Raggett/tidy"> /// HTML Tidy Release 4 Aug 2000</a> /// /// </summa...
/////////////////////////////////////////////////////////////////////////////// //File: Wrapper_MyHuds.cs // //Description: Contains MetaViewWrapper classes implementing Virindi View Service // views. These classes are only compiled if the VVS_REFERENCED symbol is defined. // //References required: // System.Drawing ...
/* * 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...
/******************************************************** * ADO.NET 2.0 Data Provider for SQLite Version 3.X * Written by Robert Simpson (robert@blackcastlesoft.com) * * Released to the public domain, use at your own risk! ********************************************************/ namespace Mono.Data.Sqlite { u...
// *********************************************************************** // Copyright (c) 2007-2012 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, ...
using System; using System.Collections; using Assembly = System.Reflection.Assembly; using ArrayList = System.Collections.ArrayList; using Debug = System.Diagnostics.Debug; using AST = antlr.collections.AST; using ASTArray = antlr.collections.impl.ASTArray; using ANTLRException = antlr.ANTLRException; name...
// // Copyright (c) 2004-2018 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; using System.Compiler; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; namespace Microsoft.Zing { public class ZingDecompiler : StandardVisitor { public ZingDecom...
using System; using System.Collections.Generic; using System.Text; using gView.Framework.Carto; using gView.Framework.Geometry; using gView.Framework.Symbology; using gView.Framework.UI; using gView.Framework.IO; using gView.Framework.GPS; namespace gView.Plugins.GPS { internal class GPSPoint : IGraphicElement ...
using System; using System.Drawing; using FoxTrader.UI.ControlInternal; using FoxTrader.UI.DragDrop; using static FoxTrader.Constants; namespace FoxTrader.UI.Control { /// <summary>Base for dockable containers</summary> internal class Panel : GameControl { private Panel m_bottom; // Only C...
using System; using System.Collections.Generic; using ClipperLib; using MatterHackers.Agg.Transform; using MatterHackers.Agg.UI; using MatterHackers.Agg.UI.Examples; using MatterHackers.Agg.VertexSource; using MatterHackers.DataConverters2D; using MatterHackers.VectorMath; namespace MatterHackers.Agg { public class P...
// 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. ...
// 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.Linq; using System.Reflection; using log4net; using SFML.Graphics; namespace NetGore.Graphics.GUI { /// <summary> /// Defines and draws the border of a control /// </summary> public class ControlBord...
#region License // // The Open Toolkit Library License // // Copyright (c) 2006 - 2010 the Open Toolkit library. // // 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, inc...
using Antlr4.Runtime; using Plang.Compiler.TypeChecker.AST; using Plang.Compiler.TypeChecker.AST.Declarations; using Plang.Compiler.TypeChecker.AST.Expressions; using Plang.Compiler.TypeChecker.AST.Statements; using Plang.Compiler.TypeChecker.Types; using System; using System.Collections.Generic; using System.Linq; na...
using UnityEngine; using System.Collections.Generic; using System.Linq; public class MouseManager : MonoBehaviour { public GameObject selectionIndicatorPrefab; public LayerMask groundLayer; public LayerMask worldObjectsLayer; Player player; bool dragging; Vector2 dragStart; Vector2 dragEnd; HashSet<WorldObje...
using System; using System.Data; using System.Web; using System.Collections; using System.Web.Security; using System.Web.Services; using System.Web.Services.Protocols; using System.ComponentModel; using System.Web.Script.Services; using System.Xml; using System.Xml.XPath; using System.Xml.Xsl; using System.IO; using S...
/* * 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 ...
/// Copyright (C) 2012-2014 Soomla 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 l...
using System; using Shouldly; using Spk.Common.Helpers.Guard; using Xunit; namespace Spk.Common.Tests.Helpers.Guard { public partial class ArgumentGuardTests { public class GuardIsLessThanOrEqualTo_double { [Theory] [InlineData(1, 2)] [InlineData(2, 2)] ...
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // 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 restrictio...
// The MIT License (MIT) // // Copyright (c) 2014-2017, Institute for Software & Systems Engineering // // 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...
// 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 Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Linq; using System.Net.Http; using Hyak.Common; using Microsoft.Azure; using Microsoft.Azure.Gallery; namespace Microsoft.Azure.Galler...
// // Copyright (c) 2004-2011 Jaroslaw Kowalski <jaak@jkowalski.net> // // 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 co...
// 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.IO; using System.IO.Compression; using System.Security; namesp...
// ******************************************************************************************************** // Product Name: DotSpatial.Projection // Description: The basic module for MapWindow version 6.0 // ******************************************************************************************************** // Th...
/* * Copyright 2009 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 to in wri...
// // 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. // #pragma warning disable 0219 namespace nanoFramework.Tools.VisualStudio.Extension.Serialization.PdbxFile { ...
using System.Xml.Serialization; using System.Collections; using System; using umbraco.BusinessLogic.Utils; using System.Xml.Schema; using umbraco.interfaces; using System.Collections.Generic; using System.Web.Script.Serialization; using System.Text; using umbraco.businesslogic.Utils; using umbraco.BasePages; using Umbr...
using System; using System.Collections.Generic; using System.Text; using NUnit.Framework; using Nohros.Data; using Nohros.Data.Collections; namespace Nohros.Test.Data.Tree { [TestFixture] public class AndersonTree_ { [Test] public void Add() { AndersonTree<int, int> tre...
// Copyright 2020 The Tilt Brush 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 a...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Xunit; namespace System.Numerics.Tests { public class standardNumericalFunctions_LogTest { private static void VerifyLogWithProperties(Complex c1...
using Lucene.Net.Documents; using Lucene.Net.Support; using System; using System.IO; using System.IO.Compression; using System.Text; namespace Lucene.Net.Util { using Lucene.Net.Randomized.Generators; using System.Threading; /* * Licensed to the Apache Software Foundation (ASF) under one or more ...
using System; using System.Collections.Generic; using System.Text; using BTDB.FieldHandler; using BTDB.IL; using BTDB.ODBLayer; using BTDB.StreamLayer; namespace BTDB.EventStoreLayer { class NullableTypeDescriptor : ITypeDescriptor, IPersistTypeDescriptor { readonly ITypeDescriptorCallbacks _typeSerial...
// // AudioFileGlobalInfo.cs: // // Authors: // Marek Safar (marek.safar@gmail.com) // // Copyright 2012 Xamarin 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 re...
using System; using UnityEngine; [AddComponentMenu("NGUI/Interaction/NGUIGrid")] public class NGUIGrid : UIWidgetContainer { public enum Arrangement { Horizontal, Vertical } public enum Sorting { None, Alphabetic, Horizontal, Vertical, Custom } public delegate void OnReposition(); public NGUIG...
//--------------------------------------------------------------------- // <copyright file="OneToOneMappingSerializer.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // // @owner [....] // @backupOwner [....] //-------------------------------------------...
namespace android.graphics.drawable { [global::MonoJavaBridge.JavaClass(typeof(global::android.graphics.drawable.Drawable_))] public abstract partial class Drawable : java.lang.Object { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; static Drawable() { InitJNI(); } protected Dra...
using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Threading.Tasks; using FluentAssertions; using JsonApiDotNetCore.Serialization.Objects; using Microsoft.EntityFrameworkCore; using TestBuildingBlocks; using Xunit; namespace JsonApiDotNetCoreTests.IntegrationTest...
/* 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.apache.org/licenses/LICENSE-2.0 THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR C...
// 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. // ------------------------------------------------------------------------------ // Changes to this file must follow...
namespace Oculus.Platform { using System; using UnityEditor; using UnityEngine; // This classes implements a UI to edit the PlatformSettings class. // The UI is accessible from a the menu bar via: Oculus Platform -> Edit Settings [CustomEditor(typeof(PlatformSettings))] public class OculusPlatformSetting...
// // Copyright (c) 2004-2020 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
// 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 Xunit; namespace System.Reflection.Emit.Tests { publ...
/* * Copyright (c) 2006-2016, openmetaverse.co * 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...
// // Copyright (c) 2004-2011 Jaroslaw Kowalski <jaak@jkowalski.net> // // 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 co...
// 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.17.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
/* * 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 Plugin.Connectivity.Abstractions; using Windows.Networking.Connectivity; using System.Threading.Tasks; using Windows.Networking.Sockets; using Windows.Networking; using System.Diagnostics; using Windows.ApplicationModel.Core; using System.Threadin...
// 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...
// 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< ...
using System; using UnityEditor; using UnityEngine; using System.Reflection; using Vexe.Editor.Helpers; using UnityObject = UnityEngine.Object; namespace Vexe.Editor.GUIs { public class TurtleGUI : BaseGUI { private static HorizontalBlock horizontal; private static VerticalBlock vertical; pr...
using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.Design; using System.Diagnostics; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Linq; using System.Runtime.InteropServices; using System.Xml; using Bloom.Book; using Bloom.Api; us...
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
#pragma warning disable SA1633 // File should have header - This is an imported file, // original header with license shall remain the same /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "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 * (the "License"); you may ...
/* 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...
// 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.Globalization; using System.IO; using System.Linq; using System.Reflection; using System.Runtime....
using System; using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Linq; using System.Windows.Forms; using System.Threading; using AutoTest.Messages; using System.IO; using AutoTest.UI.TextFormatters; namespace AutoTest.UI { public class FeedbackProvider { ...
using System; using System.Diagnostics; using System.Linq; using System.Web; using Erwine.Leonard.T.LoggingModule.ExtensionMethods; namespace Erwine.Leonard.T.LoggingModule { public class CustomTraceManagerModule : IHttpModule { private object _syncRoot = new object(); private HttpApplication ...
// 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; #region Sequential #region sequential stuct definition [StructL...
// **************************************************************** // Copyright 2008, Charlie Poole // This is free software licensed under the NUnit license. You may // obtain a copy of the license at http://nunit.org. // **************************************************************** using System; using System.Ref...
/* * Copyright (c) 2015, InWorldz Halcyon Developers * 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 *...
// // The Open Toolkit Library License // // Copyright (c) 2006 - 2013 Stefanos Apostolopoulos // // 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 lim...
using UnityEngine; using System.Collections; using Pathfinding; namespace Pathfinding { [AddComponentMenu("Pathfinding/GraphUpdateScene")] /** Helper class for easily updating graphs. * * \see \ref graph-updates * for an explanation of how to use this class. */ public class GraphUpdateScene : GraphModifier...
// // Copyright (c) 2004-2021 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using NUnit.Framework; using osu.Framework.Bindables; namespace osu.Framework.Tests.Bindables { [TestFixture] public class BindableLeasingTest ...
using System; using System.Collections.ObjectModel; using System.Linq; using System.Text; using Acr.UserDialogs; using MvvmCross.Core.ViewModels; using Plugin.BLE.Abstractions; using Plugin.BLE.Abstractions.Contracts; using Plugin.BLE.Abstractions.EventArgs; using Plugin.BLE.Abstractions.Extensions; namespace BLE.Clie...
using System.Collections.Generic; using System.Diagnostics; namespace Cocos2D { public class CCActionManager : ICCSelectorProtocol { private static CCNode[] m_pTmpKeysArray = new CCNode[128]; private bool m_bCurrentTargetSalvaged; private HashElement m_pCurrentTarget; private re...
using System; using System.Collections; using System.Collections.Generic; using System.Linq.Expressions; using FluentNHibernate.Mapping.Providers; using FluentNHibernate.Utils; namespace FluentNHibernate.Mapping { public abstract class ClasslikeMapBase<T> { readonly MappingProviderStore providers; ...
using System; using System.Collections.Generic; using System.Collections; using System.Text; using System.Management.Automation; namespace System.Management.Pash.Implementation { /// /// - class implementing comparison operations in the language /// - uses IComparer<T> interface and default impleme...
// Copyright (c) 2015, Outercurve Foundation. // 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 // list o...
// 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; using System.Linq; using System.Reflection; using System...
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.DependencyInjection; using Xunit; namespace NeinLinq.Tests; public class EntityFrameworkCoreExtensionTest { [Fact] public void WithRewriter_NullArgument_Throws() { var optionsBuilderError = Assert.Throws<ArgumentNullException>(() ...
//--------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; using System.ComponentModel; using System.Globalization; using System.Windows; us...
// 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.Diagnostics; using System.Globalization; using System.IO; using System.Runtime.InteropServices; using System.Security.Permissions; ...
/* * 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: * * 1) Redistributions of source code must retain the above copyright * notice, this list ...
namespace NEventStore.Persistence.Sql.SqlDialects { using System; using System.Data; using System.Transactions; using NEventStore.Persistence.Sql; public abstract class CommonSqlDialect : ISqlDialect { public abstract string InitializeStorage { get; } public virtual string Purg...
using System; using System.Globalization; using System.IO; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.ConstrainedExecution; using System.Runtime.InteropServices; using System.Threading; using LibGit2Sharp.Core.Handles; // ReSharper disable InconsistentNaming namespace LibGit2S...
// 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.Linq; using Microsoft.CodeAnalysis.Editor.Shared.Extensions; using Microsoft.CodeAnalysis.Editor....
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Linq; using Azure.Core.Pipeline; using Azure.Core.Samples; using Azure.Core.TestFramework; using NUnit.Framework; namespace Azure.Core.Tests { [NonParalleliz...
namespace Orleans.CodeGenerator { using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Runtime.Serialization; using System.Text.RegularExpressions; using Microsof...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Management.Automation; using System.Management.Automation.Runspaces; using System.Runtime.Versioning; using EnvDTE; using NuGet.Resources; using NuGe...
// Copyright (C) 2014 dot42 // // Original filename: Android.Speech.Tts.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 // // Unl...
// ******************************************************************************************************** // Product Name: DotSpatial.Tools.ToolDialog // Description: The tool dialog to be used by tools. It get populated by DialogElements once it is created // // *****************************************************...
using NUnit.Framework; using Rhino.Mocks; namespace Spring.Transaction.Support { [TestFixture] public class AbstractPlatformTransactionManagerTests { private MockTxnPlatformMgrAbstract _mockTxnMgr; [SetUp] public void Init() { _mockTxnMgr = new MockTxnPlatformMg...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Baseline; using Jasper.ErrorHandling; using Jasper.Logging; using Jasper.Persistence.Durability; using Jasper.Runtime.Handlers; using Jasper.Runtime.Routing; using Jasper.Runtime.Scheduled; usi...