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. /****************************************************************************** * This file is auto-generated from ...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Text; namespace Northwind.Perf { /// <summary>A performance test base.</summary> public class PerfTestBase { /// <summary>Gets or sets the default iterations.</summary> /// <value>The default iterations.</value...
using UnityEngine; #if UNITY_EDITOR using UnityEditor; #endif using System; using System.IO; using System.Collections; using System.Collections.Generic; using Picodex.Vxcm; namespace Picodex.Volume { /// Base class representing the actual 3D grid of voxel values /** * This class primarily serves as a light-weigh...
// // Copyright (C) DataStax 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 la...
// Visual Studio Shared Project // 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) 2006 Tomas Matousek. The use and distribution terms for this software are contained in the file named License.txt, which can be found in the root of the Phalanger distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remo...
using Gx.Conclusion; using Gx.Records; using Gx.Source; using Gx.Types; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Data; using System.Linq; namespace Gx.Util { /// <summary> /// Provides management helpers in working with a collection of records. /// ...
//------------------------------------------------------------------------------ // <copyright // file="RunnerBase.cs" // company="enckse"> // Copyright (c) All rights reserved. // </copyright> //------------------------------------------------------------------------------ namespace StyleCopCmd.Core { using S...
using System; using System.Collections.Generic; using System.Configuration; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Net; using System.Net.Http.Formatting; using System.Web; using System.Web.Hosting; using System.Web.Http; using System.Web.Routing; using Kudu.Contra...
using System; using System.Collections.Generic; namespace DataStructures.Trees { /// <summary> /// B Tree Data Structure. Heavily influenced by Geeks for Geeks article. /// https://www.geeksforgeeks.org/b-tree-set-1-introduction-2/ /// </summary> public class BTree<T> where T : IComparable<T> {...
/* * TypeDelegator.cs - Implementation of the * "System.Reflection.TypeDelegator" class. * * Copyright (C) 2003 Southern Storm Software, Pty Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software...
using System; using System.Data; using Csla; using Csla.Data; using SelfLoad.DataAccess; using SelfLoad.DataAccess.ERLevel; namespace SelfLoad.Business.ERLevel { /// <summary> /// C06_Country (editable child object).<br/> /// This is a generated base class of <see cref="C06_Country"/> business object. ...
// 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.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropService...
// 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...
// DeflaterOutputStream.cs // // Copyright (C) 2001 Mike Krueger // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public Lice...
/* * 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) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requi...
// 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 Corporation. All rights reserved. //---------------------------------------------------------------- namespace System.ServiceModel.Activities { using System.Collections.Generic; using System.ComponentModel; using...
using System; using System.Text; using System.Data; using System.Data.SqlClient; using System.Data.Common; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Xml; using System.Xml.Serialization; using SubSonic; using SubSonic.Utilities;...
/* * 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...
// 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 file="WinEventWrap.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // // Description: Lightweight class to wrap Win32 WinEvents. // // History: // 06/17/2003 : ...
/* * 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) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Azure.Management.TrafficManager.Testing.ScenarioTests { using System; using System.Collections.Generic; using System.Linq; usi...
// 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 ...
using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Linq; using System; namespace Hazware.Logging { [ContractClassFor(typeof(ILog))] // ReSharper disable InconsistentNaming abstract class ILogContract : ILog // ReSharper restore InconsistentNaming { #region Implementation of IL...
// Copyright (c) 2021 Alachisoft // // 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...
// 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 osuTK; using osuTK.Graphics; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using ...
/* * ****************************************************************************** * Copyright 2014-2017 Spectra Logic 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. A copy of the License i...
using System; using System.Collections.Generic; using System.IO; using System.Text; class TestSSLServer { static void Usage() { Console.WriteLine( "Usage: TLSValidate [ options ] servername [ port ]"); Console.WriteLine( "Options:"); Console.WriteLine( " -h print this help"); Console.WriteLi...
// Copyright 2009 The Noda Time Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using System; using System.Collections.Generic; using System.Globalization; using System.Runtime.InteropServices; using NodaTime.Calendars; using NodaTime...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #nullable enable using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc.ModelBindi...
using System; using System.Threading; using System.Text.RegularExpressions; using i18n.Domain.Helpers; using i18n.Helpers; using i18n.Domain.Abstract; using i18n.Domain.Concrete; namespace i18n { public class DefaultRootServices : IRootServices { private static object syncRoot = new object(); p...
// 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 MIT license. See LICENSE file in the project root for full license information. using System; using System.IO; using Microsoft.Protocols.TestTools.StackSdk; using Microsoft.Protocols.TestTools.StackSdk.Messages; namespace Microsoft.Protocols.TestT...
/* '=============================================================================== ' Generated From - SQLite_CSharp_BusinessView.vbgen ' ' ** IMPORTANT ** ' ' NEVER EDIT THIS FILE. ' ' public class YourObject : _YourObject ' { ' ' } ' ' THIS CODE IS NOT OPERATIONAL YET '=====================================...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
/* * Copyright 2008 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 ...
// 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.Text.Tests { public class EncodingGetString { #region Positive Testcases [Fact] public void PosTest1() ...
using System.ComponentModel; using System.Collections.Generic; using System.Xml.Serialization; using Myra.Utility; using System; #if MONOGAME || FNA using Microsoft.Xna.Framework; #elif STRIDE using Stride.Core.Mathematics; #else using System.Drawing; #endif namespace Myra.Graphics2D.UI { public abstract class Conta...
/* * Copyright 2011 Matthew Beardmore * * 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 of conditions and the followin...
/* Copyright (C) 2013-2015 MetaMorph Software, Inc Permission is hereby granted, free of charge, to any person obtaining a copy of this data, including any software or models in source or binary form, as well as any drawings, specifications, and documentation (collectively "the Data"), to deal in the Data without rest...
// 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.Threading; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Logging; using osu.Framework.Platform; using osu.F...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. #region Using directives using System; using System.Collections; using System.Globalization; using System.Management.Automation; #endregion namespace Microsoft.PowerShell.Commands { #region PSObject Comparer /// <summary> /// Ke...
/* ==================================================================== 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 Y...
// 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.Threading; using System.Collections; using Xunit; public class CollectionBase_AllMethods { public bool runTest() { /////////...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
using Xunit; namespace NeinLinq.Tests; public class InjectLambdaQueryTest_Interface { [Fact] public void Query_WithoutSibling_Throws() { IFunctions functions = new Functions(2); var query = CreateQuery().ToInjectable(typeof(IFunctions)).Select(m => functions.VelocityWithoutSibling(m)); ...
#region License /* * Cookie.cs * * This code is derived from System.Net.Cookie.cs of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2004,2009 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-2014 sta.blockhead * * Permission is hereby granted, free of charge, to any pers...
// // 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...
using System; using System.IO.Pipelines; using System.Net.Security; using System.Security.Cryptography.X509Certificates; using System.Threading; using System.Threading.Tasks; using Microsoft.AspNetCore.Connections; using Microsoft.AspNetCore.Connections.Features; using Microsoft.Extensions.Logging; namespace Orleans.C...
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // C# Port port by: Lars Brubaker // larsbrubaker@gmail.com // Copyright (C) 2007 // // Permission to copy, use, ...
// // Tweener.cs // // Author: // Jason Smith <jason.smith@xamarin.com> // // Copyright (c) 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 restriction, ...
namespace XLabs.Platform.Services.Media { using System; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using UIKit; [assembly: Xamarin.Forms.Dependency(typeof(MediaPicker))] /// <summary> /// Class MediaPicker. /// </summary> public class MediaPicker : IMediaPi...
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // //********************************************************* using System; using System.Collections.Generic; using Windows.Devices.Enumeration; using Windows.Devices.HumanInterfaceDevice; using Windows.Fou...
// 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 ...
// -------------------------------------------------------------------------------------------- #region // Copyright (c) 2013, SIL International. // <copyright from='2003' to='2011' company='SIL International'> // Copyright (c) 2013, SIL International. // // Distributable under the terms of the MIT License ...
using System; using System.Data; using System.Data.OleDb; using PCSComUtils.DataAccess; using PCSComUtils.PCSExc; using PCSComUtils.Common; namespace PCSComUtils.MasterSetup.DS { public class MST_UMRateDS { public MST_UMRateDS() { } private const string THIS = "PCSComUtils.MasterSetup.DS.MST_UMRateDS"; ...
using Newtonsoft.Json; 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....
// MvxAndroidLocalFileImageLoader.cs // (c) Copyright Cirrious Ltd. http://www.cirrious.com // MvvmCross is licensed using Microsoft Public License (Ms-PL) // Contributions and inspirations noted in readme.md and license.txt // // Project Lead - Stuart Lodge, @slodge, me@slodge.com using Android.Graphics; using MvvmCr...
// // ImageHandler.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // // Copyright (c) 2011 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 restrict...
// 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 Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Routing.Patterns; using Xunit; using static Microsoft.A...
#if !SILVERLIGHT && !MONOTOUCH && !XBOX // // NServiceKit: Useful extensions to simplify parsing xml with XLinq // // Authors: // Demis Bellot (demis.bellot@gmail.com) // // Copyright 2013 ServiceStack // // Licensed under the new BSD license. // using System; using System.Collections.Generic; using System.Xml; usin...
namespace IntXLib { /// <summary> /// Contains helping methods for operations over <see cref="IntX" /> digits as arrays. /// </summary> static internal class DigitOpHelper { #region Add operation /// <summary> /// Adds two big integers. /// </summary> /// <param name="digits1">First big integer digits.<...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Management.Automation; using System.Runtime.Inter...
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Xml; using System.Xml.Linq; using NUnit.Framework; using SIL.Extensions; using SIL.Keyboarding; using SIL.TestUtilities; using Is = SIL.TestUtilities.NUnitExtensions.Is; na...
// Copyright 2017 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 ...
using System; using System.Collections.Generic; using ModestTree; namespace Zenject { // Zero parameters public class SubContainerCreatorByMethod : ISubContainerCreator { readonly Action<DiContainer> _installMethod; readonly DiContainer _container; public SubContainerCreatorByMeth...
// 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.Diagnostics; using System.Security.Cryptography; using System.Security.Cryptography.X509Certificates; using Microsoft.Win32.SafeHandles; nam...
// Copyright (C) 2014 dot42 // // Original filename: Org.Apache.Http.Impl.Auth.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 // ...
// Lucene version compatibility level 4.8.1 using J2N.Text; using System; using System.Diagnostics.CodeAnalysis; using System.Text; using WritableArrayAttribute = Lucene.Net.Support.WritableArrayAttribute; namespace Lucene.Net.Analysis.Util { /* * Licensed to the Apache Software Foundation (ASF) under one or ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using BlackFox.UsbHid; using Moq; namespace BlackFox.U2FHid.Tests { class HidScenario { enum Operation { Read, Write } abstract class...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Threading; using Microsoft.Extensions.Logging; using Orleans.Runtime.Scheduler; namespace Orleans.Runtime.GrainDirectory { internal class AdaptiveDirectoryCacheMaintainer<TValue> : DedicatedAsynchAgent { private sta...
// // DapSync.cs // // Authors: // Gabriel Burt <gburt@novell.com> // // Copyright (C) 2008 Novell, 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...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
using System; using System.Collections.Generic; using System.Text; using NUnit.Framework; using System.Collections.ObjectModel; namespace OpenQA.Selenium { [TestFixture] public class CorrectEventFiringTest : DriverTestFixture { [Test] [IgnoreBrowser(Browser.Android)] [IgnoreBrowser(...
// --------------------------------------------------------------------------- // <copyright file="PostItem.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // --------------------------------------------------------------------------- //-----------------------...
using System; using Lucene.Net.Documents; using Lucene.Net.Randomized.Generators; using Lucene.Net.Search; using Lucene.Net.Support; using NUnit.Framework; namespace Lucene.Net.Index { using Directory = Lucene.Net.Store.Directory; using Document = Documents.Document; using Field = Field; using LuceneTe...
// 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.Diagnostics.CodeAnalysis; using System.Diagnostics.Contracts; namespace System.Globalization { /*=================================ThaiBu...
using System; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Engines { /** * an implementation of Rijndael, based on the documentation and reference implementation * by Paulo Barreto, Vincent Rijmen, for v2.0 August '99. * <p> * Note: this implementa...
/* * Qa full api * * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: all * * Generated by: https://github.com/swagger-api/swagger-codegen.git * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use ...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
using Spatial4n.Core.Context; using Spatial4n.Core.Shapes; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; namespace Lucene.Net.Spatial.Prefix.Tree { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor licen...
/****************************************************************************** * The MIT License * Copyright (c) 2003 Novell Inc. www.novell.com * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the Software), to deal * in the Sof...
// 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 ...
// 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; using System.Collections.Generic; using System.Linq; using Xunit; namespace...
using System; using System.Net.Http; using System.Reactive.Linq; using System.Reactive.Subjects; using System.Threading; using System.Threading.Tasks; namespace AWTY.Http { /// <summary> /// An HTTP message handler that enables progress reporting for requests and responses. /// </summary> public se...
// Copyright (c) Umbraco. // See LICENSE for more details. using System.Collections.Generic; using System.Linq; using Umbraco.Cms.Core.Models; using Umbraco.Cms.Core.Models.ContentEditing; using Umbraco.Cms.Tests.Common.Builders.Extensions; using Umbraco.Cms.Tests.Common.Builders.Interfaces; using Constants = Umbraco....
// Copyright (c) Microsoft Corporation. All rights reserved. // Portions derived from React Native: // Copyright (c) 2015-present, Facebook, Inc. // Licensed under the MIT License. using Newtonsoft.Json.Linq; using ReactNative.Accessibility; using ReactNative.Reflection; using ReactNative.UIManager; using ReactNative....
using System; using System.IO; using System.Threading; namespace ICSharpCode.SharpZipLib.Tests.TestSupport { /// <summary> /// An extended <see cref="MemoryStream">memory stream</see> /// that tracks closing and disposing /// </summary> public class TrackedMemoryStream : MemoryStream { /// <summary> /// Init...
using Pomelo.EntityFrameworkCore.MySql.FunctionalTests.TestUtilities; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Storage; using Microsoft.EntityFrameworkCore.TestUtilities; using Microsoft.Ext...
using System; using System.Collections.Specialized; using System.IO; using System.Net; using System.Text; using System.Threading; using ServiceStack.Logging; using ServiceStack.ServiceHost; using ServiceStack.ServiceInterface.ServiceModel; using ServiceStack.Text; using ServiceStack.Common.Web; #if NETFX_CORE using Win...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.ComponentModel.Composition.Factories; using System.ComponentModel.Composition.Hosting; using System.Com...
using System; using System.Diagnostics; using i64 = System.Int64; namespace Community.CsharpSqlite { public partial class Sqlite3 { /* ** 2001 September 15 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do ...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Xml; using NUnit.Framework; using NUnit.Framework.Constraints; namespace ProAceFx.Tests { /// <summary> /// Provides a fluent interface for asserting the raising of exceptions. /// </summary> /// <...
// Copyright (c) Valdis Iljuconoks. All rights reserved. // Licensed under Apache-2.0. See the LICENSE file in the project root for more information using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Reflection; using DbLocalizationProvider.Abstractions...
using System; using System.Text; using System.Data; using System.Data.SqlClient; using System.Data.Common; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Xml; using System.Xml.Serialization; using SubSonic; using SubSonic.Utilities;...
// 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 Test.Cryptography; using Xunit; namespace System.Security.Cryptography.Encryption.TripleDes.Tests { publi...