context
stringlengths
2.52k
185k
gt
stringclasses
1 value
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 AspNet.Security.OpenIdConnect.Extensions; using AspNetApiMonolithSample.Api.EntityFramework; using AspNetApiMonolithSample.Api.EntityFramework.Stores; using AspNetApiMonolithSample.Api.Models; using AspNetApiMonolithSample.Api.Mvc; using AspNetApiMonolithSample.Api.Services; using AspNetApiMonolithSample.Api.Stor...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.CodeGeneration; using Roslyn.Test.Utilities; using Roslyn.Utilities; using Xunit; using CS = Microsoft.CodeAnalysis...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
// ===================================================================== // Copyright 2012-2013 FluffyUnderware // All rights reserved // ===================================================================== #if UNITY_3_3 || UNITY_3_4 || UNITY_3_5 #define UNITY_3 #endif using UnityEngine; using System.Collections.Gener...
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 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // namespace System.Reflection { using System; using System.Collections.Generic; using System.Diagnost...
using System; using System.Linq.Expressions; using System.Reflection; using System.Threading.Tasks; using System.Windows.Input; using Prism.Properties; namespace Prism.Commands { /// <summary> /// An <see cref="ICommand"/> whose delegates can be attached for <see cref="Execute"/> and <see cref="CanExecute"/>. ...
// 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.Xml.Schema { using System.Xml.XPath; using System.Diagnostics; using System.Globalizati...
using System; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; using System.Diagnostics.CodeAnalysis; namespace WeifenLuo.WinFormsUI.Docking { public class DockContent : Form, IDockContent { public DockContent() { m_dockHandler = new DockContentHandler(...
/* Copyright (C) 2009 Volker Berlin (vberlin@inetsoftware.de) 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 this software. Permission is granted to anyone to use this software for any purpose, ...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using Microsoft.DotNet.Cli.Compiler.Common; using Microsoft.DotNet.Cli.Utils; using Microsoft.DotNet.PlatformAbstractions; using Micros...
/** * 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 m...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/protobuf/type.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; using scg = glo...
using System.Collections.Generic; using Microsoft.Xna.Framework; using System.Text; using System.Threading; using FlatRedBall.IO; using System; using System.Threading.Tasks; namespace FlatRedBall { #region Enums /// <summary> /// Represents the unit of time measurement. This can be used in files that st...
namespace Oculus.Platform.Samples.VrHoops { using UnityEngine; using System.Collections.Generic; using Oculus.Platform; using Oculus.Platform.Models; using System; using UnityEngine.Assertions; // This helper class coordinates establishing Peer-to-Peer connections between the // players in the match. It tries...
//----------------------------------------------------------------------- // <copyright file="CslaDataSource.cs" company="Marimer LLC"> // Copyright (c) Marimer LLC. All rights reserved. // Website: http://www.lhotka.net/cslanet/ // </copyright> // <summary>A Web Forms data binding control designed to support</...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: POGOProtos/Networking/Responses/RecycleInventoryItemResponse.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::Goo...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Text; using Microsoft.DotNet.Cli.Build.Framework; using Microsoft.WindowsAzure.Storage; using Microsoft.WindowsAzure.Storage.Blob; using static Microsoft.DotNet.Cli.Build.Framework.BuildHelpers; usin...
using System; using System.Net; using System.Net.Http; using System.Threading.Tasks; using FluentAssertions; using JsonApiDotNetCore.Configuration; using JsonApiDotNetCore.Serialization.Objects; using Microsoft.Extensions.DependencyInjection; using TestBuildingBlocks; using Xunit; namespace JsonApiDotNetCoreTests.Inte...
/****************************************************************************** * 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...
namespace JustGestures.OptionItems { partial class UC_visualisation { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </sum...
using System.Text.RegularExpressions; using static Signum.Utilities.StringDistance; namespace Signum.Utilities; public class StringDistance { int[,]? _cachedNum; public int LevenshteinDistance(string strOld, string strNew, IEqualityComparer<char>? comparer = null, Func<Choice<char>, int>? weight = null, bool...
/******************************************************************************* * 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...
// Copyright 2018 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in w...
// Copyright 2005-2012 Moonfire Games // Released under the MIT license // http://mfgames.com/mfgames-cil/license using System; using MfGames; using NUnit.Framework; #pragma warning disable 1591 namespace UnitTests { /// <summary> /// Tests the ExtendedVersion class. /// </summary> [TestFixture] public class Ex...
// 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 Xunit; using System.Runtime.InteropServices; using System.Runtime.CompilerServices; using System.Buffers; nam...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Globalization; using System.Linq; using System.Text; namespace EduHub.Data.Entities { /// <summary> /// CASES21 MESSAGES Data Set /// </summary> [GeneratedCode("Ed...
using System; using Com.CodeGame.CodeHockey2014.DevKit.CSharpCgdk.Model; namespace Com.CodeGame.CodeHockey2014.DevKit.CSharpCgdk { public sealed class MyStrategy : IStrategy { private readonly double STRIKE_ANGLE = 1.0D * Math.PI / 180.0D; private readonly double MAXIMUM_DISTANCE = 500; ...
//--------------------------------------------------------------------- // <copyright file="ThreadSafeList.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // // @owner [....] // @backupOwner [....] //------------------------------------------------------------...
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 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 License. // // You may obtain a copy of the License at // // // // http://www.apache.org/licenses/LICENSE-2.0 // // // // Unles...
// 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.Text; using System.Reflection; using System.Diagnostics; using System.Globalization; usin...
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 TestUtils; using System.Collections.Generic; using NUnit.Framework; using GitHub.Unity; namespace UnitTests { [TestFixture] class StatusOutputProcessorTests : BaseOutputProcessorTests { [Test] public void ShouldParseDirtyWorkingTreeUntracked() { var output = new[]...
// 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.Composition.Hosting.Util; using System.Threading; using Microsoft.Int...
// 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.AppService.Fluent { using HostNameBinding.UpdateDefinition; using Models; using ResourceManager.Fluent.Core; u...
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...
//------------------------------------------------------------------------------ // Microsoft Windows Presentation Foundation // Copyright (c) Microsoft Corporation, 2008 // // File: ShaderEffect.cs //------------------------------------------------------------------------------ using System; using System.Col...
// 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.IO; using System.Globalization; using System.Runtime.ExceptionServices; using...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // The Regex class represents a single compiled instance of a regular // expression. using System; using System.Threading; using System.Collections; using System.Refle...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace imageupload.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it with...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using System.Threading; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeGene...
// $ANTLR 3.3 Nov 30, 2010 12:45:30 D:\\Dev\\Codeplex\\sheepaop\\SheepAspectQueryAnalyzer\\Engine\\Parser\\Saqa.g 2011-06-13 03:10:05 // The variable 'variable' is assigned but its value is never used. #pragma warning disable 219 // Unreachable code detected. #pragma warning disable 162 using System.Collections.Gene...
// 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.Win32 { using Microsoft.Win32.SafeHandles; using System; using System.Diagnostics.Tr...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Core.ViewOnly.Base { /// <summary> /// A simple helper class for build SQL statements /// </summary> public class Sql { private readonly object[] _args; private readonly string _sql; ...
// 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 Xunit; namespace System.Transactions.Tests { // Ported from Mono public class EnlistTest { ...
/** * MetroFramework - Modern UI for WinForms * * The MIT License (MIT) * Copyright (c) 2011 Sven Walter, http://github.com/viperneo * * 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 * Softw...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Configuration; using System.Data; using System.Data.Common; using System.Dynamic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Data.SqlClient; using System.Text.RegularExpressions; nam...
/******************************************************************** Copyright 2015 Microsoft 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/LICENS...
/* * 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. // // ==--== namespace System.Text { using System; using System.Runtime.Serialization; using System.Security.Permissions; // ASCIIEncoding // // Note that ASCIIEncoding is optimized with no best fit and ? for fallback....
using System; using System.Collections.Generic; using System.Data; using System.Web.UI.WebControls; using SRP_DAL; using SRPApp.Classes; using GRA.SRP.ControlRooms; using GRA.SRP.Core.Utilities; using GRA.SRP.Utilities; namespace GRA.SRP.ControlRoom.Modules.Tenant { public partial class TenantGroupsAddEdit : BaseC...
// Copyright (c) 2013-2015 Robert Rouhani <robert.rouhani@gmail.com> and other contributors (see CONTRIBUTORS file). // Licensed under the MIT License - https://raw.github.com/Robmaister/SharpNav/master/LICENSE using System; using OpenTK; using OpenTK.Graphics; using OpenTK.Graphics.OpenGL; using SharpNav; using Sha...
/* * 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 Flame.Build; using LLVMSharp; using static LLVMSharp.LLVM; namespace Flame.LLVM { /// <summary> /// Represents an intrinsic value: a well-known value that is injected into /// generated modules. /// </summary> public sealed class IntrinsicValue { /// <summary> ...
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------- namespace System.Activities.Presentation.Internal.PropertyEditing.Model { using System; using System.Collections; ...
// 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. namespac...
using System; using System.Linq; using System.Text; using ESRI.ArcGIS.Geometry; namespace DnrGps_Wkt { /// <summary> /// Transform ESRI geometries to the Well-known Text representation, as defined in /// section 7 of http://www.opengeospatial.org/standards/sfa (version 1.2.1 dated 2011-05-28) /// </sum...
//------------------------------------------------------------------------------ // <copyright file="RequestQueue.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //---------------------------------...
/* * Naiad ver. 0.5 * Copyright (c) Microsoft Corporation * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CodeGen; using Microsoft.CodeAnalysis.CSharp.Symbols.Metadata.PE; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Micro...
// Copyright (c) Costin Morariu. 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.ComponentModel; using System.Threading.Tasks; using MvvmToolkit; using MvvmToolkit.Commands; using Mvv...
using System; using System.IO; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Terraria; using Terraria.ModLoader; namespace ExampleMod.Projectiles { //imported from my tAPI mod because I'm lazy public class OctopusArm : ModProjectile { public float width { get { return pr...
using System; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; namespace EveOPreview.UI { public partial class ThumbnailView : Form, IThumbnailView { #region Private fields private readonly ThumbnailOverlay _overlay; // Part of the logic (namely current size / position management...
using System.Windows.Forms; namespace NuGet.Options { partial class PackageSourcesOptionsControl { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections; using System.Text; using Xunit; namespace System.Collections.HashtableTests { public class AddTests { [Fact] ...
using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.Tokens; using Microsoft.SharePoint.Client; using System; using System.Net; using System.Security.Principal; using System.Web; using System.Web.Configuration; namespace ECM.DocumentLibrariesWeb { /// <summary> /// Encapsulates all...
using System.Runtime.Remoting; using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; using Umbraco.Core; using Umbraco.Core.Exceptions; using Umbraco.Core.Models; using Umbraco.Core.Models.Rdbms; using Umbraco.Core.Services; using Umbraco.Tests.CodeFirst.TestModels.Composition; using...
// 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...
using System; using System.Collections; using System.Collections.Generic; using System.Reflection; using System.Runtime.CompilerServices; using System.Text; using FileHelpers.Options; namespace FileHelpers { /// <summary> /// Base class for all Field Types. /// Implements all the basic functionality of a f...
// Keep this file CodeMaid organised and cleaned using ClosedXML.Excel.Ranges.Index; using System; using System.Collections.Generic; namespace ClosedXML.Excel { using System.Collections; using System.Linq; internal class XLDataValidations : IXLDataValidations { private readonly XLRangeIndex<XL...
/* Microsoft Automatic Graph Layout,MSAGL 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, includin...
using System; using System.Collections; using System.Collections.Generic; using System.Data; using FileHelpers.Dynamic; using NUnit.Framework; namespace FileHelpers.Tests.Dynamic { [TestFixture] public class DelimitedClassBuilderTests { private FileHelperEngine mEngine; [Test] [Category(...
// // RoundedFrame.cs // // Authors: // Aaron Bockover <abockover@novell.com> // 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 dea...
// 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.Xml; using Microsoft.Test.ModuleCore; namespace CoreXml.Test.XLinq { ...
using System.Collections; using System.Collections.Generic; using System.Diagnostics; namespace Lucene.Net.Index { using Lucene.Net.Support; /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this ...
namespace BackgroundJobAndNotificationsDemo.Migrations { using System; using System.Collections.Generic; using System.Data.Entity.Infrastructure.Annotations; using System.Data.Entity.Migrations; public partial class AbpZero_Initial : DbMigration { public override void Up() {...
using System; using System.Text; using System.Text.RegularExpressions; namespace Vexe.Runtime.Extensions { public static class StringExtensions { /// <summary> /// Eg MY_INT_VALUE => MyIntValue /// </summary> public static string ToTitleCase(this string input) { va...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #if UNIX /* This code was generated by the tools\ResxGen\ResxGen.ps1 run against PowerShell.Core.Instrumentation.man. To add or change logged events and the associated resources, edit PowerShell.Core.Instrumentation...
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 System; using System.Text; using Internal.TypeSystem; using Debug = System.Diagnostics.Debug; namespace Int...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / using System; using System.Collections.Generic; using Twilio.Base; using Twilio.Converters; namespace Twilio.Rest.Taskrouter.V1.Workspace { /// <summary> /// FetchWorkflowOptions /// </summary>...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace System.Globalization { using System; using System.Runtime.CompilerServices; using System.Globa...
// Transport Security Layer (TLS) // Copyright (c) 2003-2004 Carlos Guzman Alvarez // Copyright (C) 2006-2007 Novell, Inc (http://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 ...
using System; using System.Globalization; using System.IO; using System.Text; using Verse.ParserDescriptors.Recurse; namespace Verse.Schemas.JSON { internal class Reader : IReader<ReaderContext, Value> { #region Constants private const ulong MANTISSA_MAX = long.MaxValue/10; #endregion...
/* **************************************************************************** * * Copyright (c) Microsoft Corporation. * * This source code is subject to terms and conditions of the Apache License, Version 2.0. A * copy of the license can be found in the License.html file at the root of this distribution. If ...
// 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 Xunit; using System.Diagnostics; namespace System.Threading.Tasks.Tests { public class TaskContinueWhenAn...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace DennyTalk { public partial class DialogForm : Form { public event EventHandler<MessageSendEventArgs> MessageSend; public...
// 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 .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; using System.Runtime.CompilerServices; namespac...
//------------------------------------------------------------------------------ // <copyright file="RuleSettings.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ namespace System....
using System; using System.Linq; using System.Threading; using System.Threading.Tasks; using NBitcoin; using WalletWasabi.Blockchain.Blocks; using Xunit; namespace WalletWasabi.Tests.UnitTests { /// <seealso cref="XunitConfiguration.SerialCollectionDefinition"/> [Collection("Serial unit tests collection")] public c...
#region License, Terms and Author(s) // // ELMAH - Error Logging Modules and Handlers for ASP.NET // Copyright (c) 2004-9 Atif Aziz. All rights reserved. // // Author(s): // // Atif Aziz, http://www.raboof.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file excep...
/* Distributed as part of TiledSharp, Copyright 2012 Marshall Ward * Licensed under the Apache License, Version 2.0 * http://www.apache.org/licenses/LICENSE-2.0 */ using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Xml.Linq; namespace TiledSharp { ...
// 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.Globalization; using System.Reflection; using NUnit.Framework; using Microsoft.Build.Framework; using Microsoft.Build.BuildEngine; namespac...
// This code is part of the Fungus library (https://github.com/snozbot/fungus) // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) using UnityEngine; using UnityEngine.UI; using System; using System.Collections; using System.Collections.Generic; namespa...
// 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 osu.Framework.Graphics.OpenGL; using osu.Framework.Graphics.OpenGL.Textures; using osu.Framework.IO.Stores; using System.Collections.Generic; using Sy...