context
stringlengths
2.52k
185k
gt
stringclasses
1 value
namespace XenAdmin.ConsoleView { partial class VNCTabView { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
// 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.Diagnostics; using System.Diagnostics.Contracts; using System.Globalization; using System.Text; namespace System.Net.Htt...
// // 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...
/* * * (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...
/* * (c) 2008 MOSA - The Managed Operating System Alliance * * Licensed under the terms of the New BSD License. * * Authors: * Simon Wollwage (rootnode) <kintaro@think-in-co.de> */ namespace Pictor { public interface ISpanInterpolator { void Begin(double x, double y, uint len); void Coordinates(out int ...
/* * 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 ...
#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...
using System; using Microsoft.SPOT; using System.Net; using System.Net.Sockets; using System.IO; using System.Text; using Microsoft.SPOT.Hardware; namespace HttpLibrary { /// <summary> /// HttpResponse Class for handeling Http responses /// </summary> public class HttpResponse { public enu...
// 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: CultureInfo-specific col...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. /*============================================================================= ** ** ** Purpose: A circular-array implementation of a generic queue. ** ** ============...
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...
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...
using System; using System.Collections; using System.Collections.Generic; namespace Ooui { public abstract class Node : EventTarget { readonly List<Node> children = new List<Node> (); public IReadOnlyList<Node> Children { get { lock (children) { ...
//--------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // // File: MbpInfo.cs // // Description: Provides paragraph level margin collapsing support. // //--------------------------------------------------------------------------- ...
using System; using System.Collections.Generic; using System.Text; using System.IO; using gView.DataSources.Raster.File; using gView.Framework.Data; using gView.Framework.UI; using gView.Framework.system.UI; namespace gView.DataSources.Raster.UI { /* public class RasterCatalogExplorerObject : IExplorerFileObje...
using System; namespace Library_Project { enum Type {Adult, Child, Dvd, Videotape} public class Book { int bookID; string authorLastName; string authorFirstName; string title; string callNum; int mediaType; int userID; DateTime dueDate; ...
// Copyright (c) DotSpatial Team. All rights reserved. // Licensed under the MIT license. See License.txt file in the project root for full license information. using System; using System.Diagnostics; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Runtime.InteropServices; using OSGeo...
#region License // Copyright 2010 John Sheehan // // 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 app...
/******************************************************************************* * * Copyright (C) 2013-2014 Frozen North Computing * * 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 r...
using nHydrate.Generator.Common.Util; using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Linq; using System.Text; namespace nHydrate.DataImport.SqlClient { /// <summary> /// Summary description for DbHelper. /// </summary> public class DatabaseH...
/* | Version 10.1.84 | Copyright 2013 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...
/* * 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...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.VisualStudio; using Microsoft.VisualStudio.Debugger.Interop; using Cosmos.Debug.Common; using Dapper; using SQLinq.Dapper; using SQLinq; namespace Cosmos.Debug.VSDebugEngine { // An implementation of IDebugPropert...
using System; using System.Collections.Generic; using System.Linq; using JetBrains.Annotations; using Archichect.Markers; using Archichect.Matching; namespace Archichect.Transforming.Modifying { public class MarkDeps : TransformerWithOptions<Ignore, MarkDeps.TransformOptions> { public class TransformOption...
using System; using System.Collections.Generic; using De.Osthus.Ambeth.Collections; using De.Osthus.Ambeth.Ioc.Annotation; using De.Osthus.Ambeth.Log; using De.Osthus.Ambeth.Merge; using De.Osthus.Ambeth.Merge.Model; using De.Osthus.Ambeth.Merge.Transfer; using De.Osthus.Ambeth.Typeinfo; using De.Osthus.Ambeth.Util; us...
// 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. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespa...
namespace XmlUnit { using System; using System.Collections; using System.IO; using System.Xml; using System.Xml.Schema; public class XmlDiff { private const string XMLNS_PREFIX = "xmlns"; private readonly XmlInput controlInput; private readonly XmlInput testInput; ...
#region License /* The MIT License Copyright (c) 2008 Sky Morey Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, ...
#region license // Copyright (c) 2004, Rodrigo B. de Oliveira (rbo@acm.org) // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above cop...
using System; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Threading.Tasks; using System.Web; using System.Web.Http.ModelBinding; using System.Web.Security; using Microsoft.AspNet.Identity; using umbraco.cms.businesslogic.packager; using Umbraco.Core; using Umbraco.Core.Logging; using Um...
using System; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Reflection; using DotSpatial.Controls; using DotSpatial.Data; using DotSpatial.Symbology; using DotSpatial.Tests.Common; using NUnit.Framework; namespace DotSpatial.Serialization.Tests { public enum TestEnum { ...
using System; using UnityEngine; using UnityEngine.Rendering; namespace UnityStandardAssets.CinematicEffects { [ExecuteInEditMode] #if UNITY_5_4_OR_NEWER [ImageEffectAllowedInSceneView] #endif [RequireComponent(typeof(Camera))] [AddComponentMenu("Cinematic Image Effects/Screen Space Reflections")] ...
// 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 //...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.Threading.Tasks; using Xunit; namespace System.Threading.Tests { /// <su...
/* * 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) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
using SharpDX; using SharpDX.Direct3D11; using Format = SharpDX.DXGI.Format; using System; using System.IO; using System.Runtime.InteropServices; using SharpDX.Win32; using System.Diagnostics; using SharpDX.Direct3D; static class DdsLoader { [StructLayout(LayoutKind.Sequential, Pack = 1)] struct DdsPixelFormat { p...
using System; using System.IO; namespace ToolBelt { // TODO: Make these extension methods public static class StreamUtility { const int DefaultBufferSize = 8 * 1024; /// <summary> /// Reads the given stream up to the end, returning the data as a byte /// array. /// ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Kemel.Orm.Schema; using Kemel.Orm.Entity; using Kemel.Orm.Constants; namespace Kemel.Orm.QueryDef { public class JoinConditionCollection : List<JoinCondition> { new public JoinCondition Add(JoinCondition item) ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.DocAsCode.Build.RestApi.Swagger.Internals { using System; using System.Collections.Generic; using System.IO; using System.Linq; ...
/*++ Copyright (c) 2003 Microsoft Corporation Module Name: NegotiateStream.cs Abstract: A public implementation an authenticated stream based on NEGO SSP The class that can be used by client and server side applications - to transfer Identities across the stream - to ecnrypt data ba...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.IO; using System.Net.Http; using System.Net.Sockets; using System.Text; using System.Thre...
/********************************************************************++ Copyright (c) Microsoft Corporation. All rights reserved. --********************************************************************/ // ReSharper disable UnusedMember.Global using System.Collections.Generic; using System.Globalization; using System...
#region License /* * Copyright 2009- Marko Lahma * * 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 app...
using System; using System.Runtime.InteropServices; using System.Security; [SecuritySafeCritical] public struct TestStruct { public int TestInt; } [SecuritySafeCritical] [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] public struct TestUnicodeStringStruct { public string TestString; } [Se...
using System; using System.Collections.Generic; using System.Linq; using Owin; namespace Gate.Middleware { internal static partial class ShowExceptions { static void ErrorPage(IDictionary<string, object> env, Exception ex, Action<string> write) { // XXX test this more thoroughly on ...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Reflection; using System.Text; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using uSignalR.Http; using uSignalR.Hubs; using uSignalR.Infrastructure; using uSignalR.Transpo...
using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Data; using System.Windows.Forms; namespace HWD.DetailsControls { public class Services : System.Windows.Forms.UserControl { private Crownwood.DotNetMagic.Controls.ButtonWithStyle button7; private System.Windo...
/******************************************************************** The Multiverse Platform is made available under the MIT License. Copyright (c) 2012 The Multiverse Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "...
using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Windows.Forms; using DpSdkEngLib; using DPSDKOPSLib; using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; using System.Linq; ...
// ********************************************************************************** // The MIT License (MIT) // // Copyright (c) 2014 Rob Prouse // // 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 // t...
// 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 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
/* * SerialPort.cs - Implementation of the "System.IO.Ports.SerialPort" class. * * Copyright (C) 2003-2004 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 Foundat...
// // Copyright (c) 2004-2016 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 Cocos2D; using Microsoft.Xna.Framework; namespace tests { public class ParallaxDemo : CCLayer { protected CCTextureAtlas m_atlas; public const int kTagTileMap = 1; private const string s_pPathB1 = "Images/b1"; private const string s_pPathB2 = "Images/b2"; ...
using System; namespace Raksha.Asn1.X509 { /** * The Holder object. * <p> * For an v2 attribute certificate this is: * * <pre> * Holder ::= SEQUENCE { * baseCertificateID [0] IssuerSerial OPTIONAL, * -- the issuer and serial number of * ...
/* * 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.IO; using System.Runtime.CompilerServices; using System.Threading.Tasks; using DotVVM.Framework.Compilation; using DotVVM.Framework.Configuration; using DotVVM.Framework.Controls; using DotVVM.Framework.Controls.Infrastructure; using DotVVM.Framework.Hosting;...
// 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 //...
using System; using System.Collections.Generic; using Cosmos.Common; using Cosmos.Core; using Cosmos.Core.IOGroup.Network; using Cosmos.HAL.Network; using IL2CPU.API.Attribs; namespace Cosmos.HAL.Drivers.PCI.Network { public class AMDPCNetII : NetworkDevice { protected PCIDeviceNormal pciCard; ...
// Copyright (C) 2009-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) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // using ICSharpCode.Decompiler; using ICSharpCode.Decompiler.CSharp; using Microsoft.VisualStudio.ProjectSystem; using Micro...
/////////////////////////////////////////////////////////////// // BrowseMonkey - An offline filesystem browser // // Shukri Adams (shukri.adams@gmail.com) // // https://github.com/shukriadams/browsemonkey // // MIT License (MIT) Copyright (c) 2014 Shukri Adams // ...
//----------------------------------------------------------------------------- // Copyright (c) 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...
using System; using System.Collections.Generic; using System.IO; using System.Reflection; using NServiceKit.Text.Common; using NServiceKit.Text.Json; using NServiceKit.Text.Jsv; #if WINDOWS_PHONE && !WP8 using NServiceKit.Text.WP; #endif namespace NServiceKit.Text { /// <summary>The js configuration.</summary> ...
//Synchronous template //----------------------------------------------------------------------------------- // PCB-Investigator Automation Script // Created on 21.01.2016 // Autor Guenther Schindler and Fabio Gruber // This script prepares ODB++ V8 to load in NBI // A copy of the job will be made to the tmp directory...
namespace EIDSS.FlexibleForms { partial class FFDeterminants { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
// 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) 2004-2017 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...
/****************************************************************************** * 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...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; namespace HarmonyLib { /// <summary>A wrapper around a method to use it as a patch (for example a Prefix)</summary> /// public class HarmonyMethod { /// <summary>The original method</summary> /// public MethodInfo ...
using System; using System.Collections.Generic; using System.Runtime.Serialization; using System.ServiceModel; using System.Text; using System.IO; using System.Xml; using System.Xml.Serialization; using Hydra.Framework; using Hydra.Framework.Helpers; using Hydra.Framework.Java; using Hydra.Framework.Mapping.Coordinate...
using Lucene.Net.Diagnostics; using Lucene.Net.Search; using System; using Assert = Lucene.Net.TestFramework.Assert; using BitSet = J2N.Collections.BitSet; #if TESTFRAMEWORK_MSTEST using Test = Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute; #elif TESTFRAMEWORK_NUNIT using Test = NUnit.Framework.Tes...
/* ==================================================================== 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...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Text; using ProtoCore.Exceptions; using System.Timers; using ProtoCore.DSASM; using ProtoCore.Utils; using ProtoFFI; using ProtoCore; using Autodesk.DesignScript.Interfaces; namespace ProtoLanguage { public en...
// <copyright file="TelemetrySpan.cs" company="OpenTelemetry Authors"> // Copyright The OpenTelemetry 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.o...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Drawing.Drawing2D; using System.Data; using System.Text; using System.Windows.Forms; namespace fxpa { public partial class DOATransparentLabel : UserControl // A Label that can be translucent to the ...
// 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 required by a...
// // Copyright 2013 Google // // 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 wr...
/* Copyright (c) 2006 - 2008 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, including without limitation the rights to use, copy, modify, merge, pub...
///////////////////////////////////////////////////////////////////////////////// // Paint.NET // Copyright (C) Rick Brewster, Chris Crosetto, Dennis Dietrich, Tom Jackson, // Michael Kelsey, Brandon Ortiz, Craig Taylor, Chris Trevino, // and Luke Walker // Portions Copyright (C) Microsoft...
/* ==================================================================== 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...
namespace YAMP { using System; using System.IO; using YAMP.Exceptions; /// <summary> /// A special kind of matrix which is a range (vector). /// </summary> public sealed class RangeValue : MatrixValue { #region Fields int count; #endregion #region ctor ...
// 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 Microsoft.Xml; using System.Diagnostics; using System.Collections; using System.Collections.Gene...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.Physics; using Microsoft.MixedReality.Toolkit.Utilities; using System.Collections; using Unity.Profiling; using UnityEngine; namespace Microsoft.MixedReality.Toolkit.Input { /// <summary> /// This c...
// // CryptographyContext.cs // // Author: Jeffrey Stedfast <jeff@xamarin.com> // // Copyright (c) 2013-2015 Xamarin Inc. (www.xamarin.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 Softwa...
//----------------------------------------------------------------------- // <copyright file="CameraMetadataValue.cs" company="Google"> // // Copyright 2017 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the L...
// 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.Collections.ObjectModel; using System.ComponentModel.Composition.Diag...
//--------------------------------------------------------------------- // <copyright file="ResourceProperty.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <summary> // Provides a type to describe properties on resources. // </summary> // // @owner [...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Management.Automation.Remoting; using System.Management.Automation.Runspaces; using System.Management.Automation.Tracing; using System.Reflecti...
namespace Host.UnitTests.Serialization.Json { using System; using System.Globalization; using System.IO; using System.Text; using Crest.Host.Serialization.Json; using FluentAssertions; using Xunit; public class JsonStreamWriterTests : IDisposable { private readonly MemoryStr...
// 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...
/******************************************************************************* * Copyright 2008-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. * Licensed under the Apache License, Version 2.0 (the "License"). You may not use * this file except in compliance with the License. A copy of the License is...
/* * Copyright 2006 Jeremias Maerki in part, and ZXing Authors in part * * 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...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.Xml { using System; using System.Diagnostics.CodeAnalysis; using System.Collections; using System....
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Xml; using System.Xml.XPath; ...
using Lucene.Net.Codecs; using Lucene.Net.Codecs.Asserting; using Lucene.Net.Codecs.CheapBastard; using Lucene.Net.Codecs.Compressing; using Lucene.Net.Codecs.Lucene3x; using Lucene.Net.Codecs.Lucene40; using Lucene.Net.Codecs.Lucene41; using Lucene.Net.Codecs.Lucene42; using Lucene.Net.Codecs.Lucene45; using Lucene.Ne...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using Microsoft.Management.Infrastructure; using Microsoft.PowerShell.Commands; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; #if !UNIX using System.DirectoryServices; #end...
//------------------------------------------------------------------------------ // <license file="QName.cs"> // // The use and distribution terms for this software are contained in the file // named 'LICENSE', which can be found in the resources directory of this // distribution. // // By using th...
// 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.IO; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc.Abstractions; using Microsoft.AspNetCore.Mvc.ModelBinding...