context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System.Diagnostics; using System; using System.Management; using System.Collections; using Microsoft.VisualBasic; using System.Data.SqlClient; using System.Web.UI.Design; using System.Data; using System.Collections.Generic; using System.Linq; using System.IO; using System.Text; using System.Text.RegularExpression...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Threading; using Orleans.Runtime.Scheduler; namespace Orleans.Runtime.GrainDirectory { internal class AdaptiveDirectoryCacheMaintainer<TValue> : AsynchAgent { private static readonly TimeSpan SLEEP_TIME_BETWEEN_REFR...
using BorderSkin.Settings; namespace BorderSkin.Execlusion { partial class ExclusionDialogue : System.Windows.Forms.Form { //Form overrides dispose to clean up the component list. [System.Diagnostics.DebuggerNonUserCode()] protected override void Dispose(bool disposing) { ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.Text; using Microsoft.Extensions.Lo...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect 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 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.Buffers; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Text.Internal; u...
using System.Collections.Generic; using System.Data; using System.Data.Common; using NUnit.Framework; using Projac.SqlClient; namespace Projac.Sql.Tests.SqlClient { public class SqlClientSyntaxTestCases { private static readonly SqlClientSyntax Sql = new SqlClientSyntax(); public static IEnume...
/********************************************************************++ Copyright (c) Microsoft Corporation. All rights reserved. --********************************************************************/ using Dbg = System.Management.Automation; namespace System.Management.Automation { /// <summary> /// Expose...
using System; using System.ComponentModel; using System.Threading; using System.Windows.Forms; using FileHelpers; using FileHelpers.Events; using FileHelpersSamples.Properties; namespace FileHelpersSamples { /// <summary> /// This example show how progress bars work /// </summary> public class frmProgr...
//----------------------------------------------------------------------- // <copyright file="TestPublisher.cs" company="Akka.NET Project"> // Copyright (C) 2015-2016 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net> // </copyright> //...
// leveldb-sharp // // Copyright (c) 2012-2013, Mirco Bauer <meebey@meebey.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 abo...
// 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.CompilerServices; using System.Collections.Generic; using System.Diagnostics....
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Linq; using Microsoft.TemplateEngine.Abstractions; using Microsoft.TemplateEngine.Cl...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Management.Automation.Language; using System.Managemen...
// 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.Tests; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using...
// // Encog(tm) Core v3.3 - .Net Version // http://www.heatonresearch.com/encog/ // // Copyright 2008-2014 Heaton Research, 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 // // htt...
// 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. namespace Microsoft.Azure.Management.Batch { using System; using System.Collections; using System.Collections.Generic; using System.Threading; ...
// 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.Runtime.CompilerServices; using System.Runtime.Serialization; namespace Sys...
/* * Copyright (c) InWorldz Halcyon Developers * Copyright (c) Contributors, http://opensimulator.org/ * * 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 c...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace System.Drawing { /// <summary> /// Represents an ordered pair of x and y coordinates that /...
using JetBrains.Annotations; using System; using System.Linq; using WireMock.Types; using WireMock.Util; using Stef.Validation; namespace WireMock.Matchers.Request { /// <summary> /// The request body matcher. /// </summary> public class RequestMessageBodyMatcher : IRequestMatcher { /// <su...
// Copyright 2014 The Rector & Visitors of the University of Virginia // // 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 req...
/* The MIT License (MIT) Copyright (c) 2018 Helix Toolkit contributors */ using System; using SharpDX.DXGI; namespace SharpDX.Toolkit.Graphics { /// <summary> /// An unmanaged buffer of pixels. /// </summary> public sealed class PixelBuffer { private int width; private int height;...
//---------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- namespace System.ServiceModel.Channels { using System.Collections.Generic; using System.Diag...
// <copyright file="CommonHistogram.cs" company="Public Domain"> // Released into the public domain // </copyright> // This file is part of the C# Packet Capture Analyser application. It is // free and unencumbered software released into the public domain as detailed // in the UNLICENSE file in the top level direc...
using Newtonsoft.Json; using System; using System.Collections.Generic; namespace VkApi.Wrapper.Objects { public class VideoVideo { ///<summary> /// Video access key ///</summary> [JsonProperty("access_key")] public String AccessKey { get; set; } ///<summary> ...
// 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 Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.C...
// // System.Net.ChunkStream // // Authors: // Gonzalo Paniagua Javier (gonzalo@ximian.com) // // (C) 2003 Ximian, Inc (http://www.ximian.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...
//----------------------------------------------------------------------- // <copyright file="GraphAssembly.cs" company="Akka.NET Project"> // Copyright (C) 2015-2016 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net> // </copyright> //...
/* * 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 ...
using ModestTree; using System; using System.Collections.Generic; using System.Linq; using System.Reflection; namespace Zenject { public static class TypeAnalyzer { static Dictionary<Type, ZenjectTypeInfo> _typeInfo = new Dictionary<Type, ZenjectTypeInfo>(); public static ZenjectTypeInfo GetIn...
using System; using System.Collections.Generic; using WO.Core; using WOEmu.Packets; using WOEmu.Misc; using System.Text; using System.Security.Cryptography; //THIS HANDLER NEEDS CLEANING!! //E.G. : SKILLS NEED BETTER HANDLING namespace WOEmu.PacketHandlers { public static class LoginHandler { public s...
//--------------------------------------------------------------------- // <copyright file="ODataAsynchronousReader.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. // </copyright> //----------------------------------...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.VisualStudio.CodeTools { using System; using System.Collections.Generic; using System.Runtime.InteropServices; using Microsoft.Visua...
/* * 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 UnityEngine; using UnityEngine.UI; using System.Collections; using System.Collections.Generic; public class Agent { ////////////////////////////////////////////////////////////////// #region Agent Types/Defaults // Regularly used agent types to speed up initialization // and enable conversion between agent t...
// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // // Copyright 2008-2014 Heaton Research, 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 // // htt...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect 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 ...
// 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.Globalization; using System.IO; using System.Reflection...
// SF API version v50.0 // Custom fields included: False // Relationship objects included: True using System; using NetCoreForce.Client.Models; using NetCoreForce.Client.Attributes; using Newtonsoft.Json; namespace NetCoreForce.Models { ///<summary> /// Contact Point Phone ///<para>SObject Name: ContactPointPhone<...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using Microsoft.Extensions.Configuration; using Palmmedia.ReportGenerator.Core.CodeAnalysis; using Palmmedia.ReportGenerator.Core.Common; using Palmmedia.ReportGenerator.Core.Logging; using Palmmedia.ReportGene...
// 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; using OpenTK.Compute.CL10; using System.Text; using System.Linq; using System.Xml.Serialization; namespace scallion { public unsafe class CLDeviceInfo { public readonly IntPtr DeviceId; public readonly uint AddressBits; public CLDeviceInfo(IntPtr deviceId) { DeviceId = deviceId; AddressBi...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
using System; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; namespace Animations { /// <summary> /// Class inheriting <see cref="AnimatorBase"/> to animate the /// <see cref="System.Windows.Forms.Control.BackColor"/> of a <see cref="Control"/>. /// </summary> public class ControlB...
/* * 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 lis...
/* * Farseer Physics Engine: * Copyright (c) 2012 Ian Qvist * * Original source Box2D: * Copyright (c) 2006-2011 Erin Catto http://www.box2d.org * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of t...
// XmlAttributeCollectionTests.cs : Tests for the XmlAttributeCollection class // // Author: Matt Hunter <xrkune@tconl.com> // Author: Martin Willemoes Hansen <mwh@sysrq.dk> // // (C) 2002 Matt Hunter // (C) 2003 Martin Willemoes Hansen using System; using System.Xml; using System.Text; using System.IO; using System.C...
using UnityEngine; namespace Assets.Common.StandardAssets.Characters.ThirdPersonCharacter.Scripts { [RequireComponent(typeof(Rigidbody))] [RequireComponent(typeof(CapsuleCollider))] [RequireComponent(typeof(Animator))] [AddComponentMenu("Scripts/Standard Assets/Characters/Third Person/Third Person Character")] ...
/* ==================================================================== */ using System; using System.Xml; using System.IO; using System.Collections; using System.Text; using System.Drawing; namespace Oranikle.ReportDesigner { /// <summary> /// MatrixVi...
// Copyright (c) rubicon IT GmbH, www.rubicon.eu // // See the NOTICE file distributed with this work for additional information // regarding copyright ownership. rubicon licenses this file to you under // the Apache License, Version 2.0 (the "License"); you may not use this // file except in compliance with the Lic...
// 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; using SetTriad = System.Tuple<System.Collections.G...
// // X520.cs: X.520 related stuff (attributes, RDN) // // Author: // Sebastien Pouliot <sebastien@ximian.com> // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) // Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining //...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading; using System.Threading.Tasks; using Orleans.Runtime.Configuration; using Orleans.Storage; using Orleans.CodeGeneration; using Orleans.GrainDirectory; namespace Orleans.Runtime { /...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.Azure.Management.Compute; using Microsoft.Azure.Management.Compute.Models; using Microsoft.Azure.Management.ResourceManager; using Microsoft.Rest....
// 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) 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...
/* Zed Attack Proxy (ZAP) and its related class files. * * ZAP is an HTTP/HTTPS proxy for assessing web application security. * * Copyright 2021 the ZAP development team * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You m...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Qwack.Core.Basic; using Qwack.Core.Cubes; using Qwack.Math.Interpolation; using Qwack.Options.Calibrators; using Qwack.Transport.BasicTypes; using Qwack.Transport.TransportObjects.MarketData.VolSurfaces; namespace Qwack.Options...
using System; using Obscur.Core.Cryptography.Support; namespace Obscur.Core.Cryptography.Authentication.Primitives { #if INCLUDE_SHA1 /** * implementation of SHA-1 as outlined in "Handbook of Applied Cryptography", pages 346 - 349. * * It is interesting to ponder why the, apart from the extra IV, th...
// 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...
/* * Location Intelligence APIs * * Incorporate our extensive geodata into everyday applications, business processes and workflows. * * OpenAPI spec version: 8.5.0 * * Generated by: https://github.com/swagger-api/swagger-codegen.git * * Licensed under the Apache License, Version 2.0 (the "License"); * you m...
#region license // Copyright 2004-2012 Castle Project, Henrik Feldt &contributors - https://github.com/castleproject // // 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://ww...
namespace System.Web.UI { /// <summary> /// HtmlBuilderTableTag /// </summary> public class HtmlBuilderTableTag { public class TableAttrib { public int? ColumnCount { get; set; } public string NullTdBody { get; set; } public int? RowPitch { get; se...
using System; using System.Collections.Generic; using SFML; using SFML.Graphics; using SFML.Window; using SFML.System; namespace shader { /// <summary>Base class for effects</summary> abstract class Effect : Drawable { protected Effect(string name) { myName = name; } ...
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Concurrent; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Ht...
// 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 ...
// // This file was generated by the BinaryNotes compiler. // See http://bnotes.sourceforge.net // Any modifications to this file will be lost upon recompilation of the source ASN.1. // using System.Collections.Generic; using GSF.ASN1; using GSF.ASN1.Attributes; using GSF.ASN1.Coders; namespace GSF.MMS.Model { ...
using System; using System.ComponentModel; using System.Drawing; using System.Runtime.InteropServices; using System.Security.Permissions; using System.Text; using System.Windows.Forms; namespace UltraSFV.Core { /// <summary> /// Component wrapping access to the Browse For Folder common dialog box. /// Call the Show...
using System; using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Orleans.GrainReferences; using Orleans.Runtime.Scheduler; namespace Orleans.Runtime { /// <summary> /// Base class for various system services,...
/* * @(#) InkML2ISF.cs 1.0 06-08-2007 author: Manoj Prasad ************************************************************************* * Copyright (c) 2008 Hewlett-Packard Development Company, L.P. * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documen...
/* * 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) 2014 Charlie Poole, 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 the Software without restri...
// 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.Reflection; using System.Reflection.Metadata; using System.Runt...
// 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.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Runtime.CompilerServices; using...
using J2N.Text; using Lucene.Net.Diagnostics; using Lucene.Net.Support; using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Text; using WritableArrayAttribute = Lucene.Net.Support.WritableArrayAttribute; namespace Lucene.Net.Util { /* * Licensed to the Apache So...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: supply/room_types/room_type_crud.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; usi...
// // 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) Microsoft. All rights reserved. // using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Management.Automation; using System.Management.Automation.Remoting; using System.Threading; namespace Microsoft...
using System; using System.Collections.Generic; using UnityEditor; using System.IO; using UnityEngine.AssetGraph; namespace UnityEngine.AssetGraph.DataModel.Version2 { public class Settings { /* if true, ignore .meta files inside AssetBundleGraph. */ public const bool IGNORE_META = true; public con...
// // TypeSystem.cs // // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2011 Jb Evain // // 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, includi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Microsoft.Xml { using System; using System.Diagnostics; using System.IO; using System.Tex...
// 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 //...
#if !LOCALTEST using System.Runtime.CompilerServices; using System.Text; namespace System { public static class Console { static byte[] ascii2ConsoleKey_Map = new byte[128] { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 9 , 0x00, 0x00, 0x00, 13 , 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.Azure.Management.Compute.Fluent; using Microsoft.Azure.Management.Compute.Fluent.Models; using Microsoft.Azure.Management.Fluent; using Microsoft....
namespace SimpleBlogDemo.Helpers { using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading.Tasks; using System.Web; using System.Web.Mvc; using Dropbox.Api; using Dropbox.Api.Files; using SimpleBlogDemo.Models; p...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Linq.Expressions; using System....
namespace Supa.Platform.Tests { using System; using System.Linq; using System.Net; using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; [TestClass] public abstract class ExchangeServiceProviderTestsBase { public const string TestFolder = "SupaTestFolder"...
// 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.Reflection.Metadata.Ecma335; namespace System.Reflection.Metadata { publ...
/* This is a very early MIDI to BGM converter. There is still a lot unknown. */ using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MIDI2BGM { class Program { public static void WriteBytes(byte[] i, BinaryWriter ...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityServer4.Events; using IdentityServer4.Models; using IdentityServer4.Services; using IdentityServer4.Stores; using IdentityServer...
using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.EntityFrameworkCore; using Ritter.Domain; using Ritter.Infra.Crosscutting; using Ritter.Infra.Crosscutting.Collections; using Ritter.Infra.Crosscutting.Specifications; namespace Ritter.Infra.Data ...
namespace Framework { using System; using System.Globalization; /// <summary> /// HashCode Combiner class to create new hashes from objects. /// </summary> public sealed class HashCodeUtility { /// <summary> /// Initializes a new instance of the <see cref="HashCodeUtility"/>...
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 (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.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Completion; using Micr...
// 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.Reflection; using Microsoft.CSharp.RuntimeBinder.Syntax; names...
#region License // Copyright (c) K2 Workflow (SourceCode Technology Holdings Inc.). All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for full license information. #endregion using System; using System.Collections.Generic; using System.IO; using System.Text; using Xunit; us...
// This file was created automatically, do not modify the contents of this file. // ReSharper disable InvalidXmlDocComment // ReSharper disable InconsistentNaming // ReSharper disable CheckNamespace // ReSharper disable MemberCanBePrivate.Global using System; using System.Runtime.InteropServices; // Source file C:\P...
/* * Copyright (c) 2006-2014, openmetaverse.org * All rights reserved. * * - Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * - Redistributions of source code must retain the above copyright notice, this * li...