context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/ // Portions Copyright 2000-2004 Jonathan de Halleux // // 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.a...
using System; using System.Linq; using System.Threading.Tasks; using Autofac; using Bogus; using FluentAssertions; using Hqv.CSharp.Common.Exceptions; using Hqv.CSharp.Common.Map; using Hqv.Thermostat.Api.Domain; using Hqv.Thermostat.Api.Domain.Dtos; using Hqv.Thermostat.Api.Domain.Entities; using Hqv.Thermostat.Api.Ha...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Reflection; using System.Runtime.CompilerServices; using System.Text; using FileHelpers.Helpers; using FileHelpers.Options; namespace FileHelpers { /// <summary> /// Base class for all Field Types. ...
// 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.Linq; using Test.Cryptography; using Xunit; namespace System.Security.Cryptography.X509Certificates.Te...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // ------------------------------------------------------------------------------ // Changes to this file must follow...
// Code generated by Microsoft (R) AutoRest Code Generator 1.2.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace ApplicationGateway { using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; using System.Threading; using System.Threading.Ta...
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...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using JetBrains.Annotations; using osu.Framework.Allocation; using osu.Framew...
// // 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...
using UnityEngine; /// <summary> /// Functionality common to both NGUI and 2D sprites brought out into a single common parent. /// Mostly contains everything related to drawing the sprite. /// </summary> public abstract class UIBasicSprite : UIWidget { public enum Type { Simple, Sliced, Tiled, Filled, Adv...
//------------------------------------------------------------------------------ // <copyright file="Select.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">[....]</owner> // <owner current="true" primary="false">[....]</o...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / using NSubstitute; using NSubstitute.ExceptionExtensions; using NUnit.Framework; using System; using System.Collections.Generic; using Twilio.Clients; using Twilio.Converters; using Twilio.Exceptions; using ...
// 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.Collections.Generic; using System.Linq; using System.Text; using System; using Orleans.GrainDirectory; namespace Orleans.Runtime.GrainDirectory { [Serializable] internal class ActivationInfo : IActivationInfo { public SiloAddress SiloAddress { get; private set; } public DateT...
// 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> /// API Anomaly Event Store Feed ///<para>SObject Name: ApiAnomal...
/* * * (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...
//////////////////////////////////////////////////////////////////////////////// // D. Everhart // 2004 (original) Adapted form matrix.f (in same project) // 2004 - PRESENT Minor updates. //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2016 ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading; using System.Threading.Tasks; using NuGet; using Splat; using Squirrel; using Squirrel.Tests.TestHelpers; using Xunit; namespace Squirrel.Tes...
// // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2015 Jb Evain // Copyright (c) 2008 - 2011 Novell, Inc. // // Licensed under the MIT/X11 license. // using System; using Mono.Collections.Generic; namespace Mono.Cecil { public interface IAssemblyResolver { AssemblyDefinition Resolve (Ass...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Linq; using System.Reflection; using System.Security; using System.Text; using System.Threading; using System.Web; using System.Web.Compilation; using NUnit.Framework;...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Security.Cryptography; using System.Security.Cryptography.X509Ce...
// 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 System.Threading.Tasks; using Microsoft.CodeAnalysis; using M...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Extensions.Logging; namespace Orleans.Runtime.ConsistentRing { /// <summary> /// We use the 'backward/clockwise' definition to assign responsibilities on the ring. /// E.g. in a ring of nodes {5, 10, 15} the responsible for...
using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; using System.Text.RegularExpressions; using System.Windows.Forms; using IronAHK.Rusty.Common; namespace IronAHK.Rusty { partial class Core { // TODO: organise Screen.cs /// <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. /*============================================================ ** ** ** ** ** ** Purpose: CultureInfo-specific 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. // Test generates Points, builds ConvexHull and then find the biggest Circle inside it. using System; using System.C...
#region License /* * All content copyright Terracotta, Inc., unless otherwise indicated. 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.a...
#pragma warning disable 109, 114, 219, 429, 168, 162 public class StringBuf : global::haxe.lang.HxObject { public StringBuf(global::haxe.lang.EmptyObject empty) { unchecked { #line 23 "C:\\HaxeToolkit\\haxe\\std/cs/_std/StringBuf.hx" { } } #line default } public StringBuf() { u...
using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Net; using System.Net.WebSockets; using System.Text; using System.Threading; using System.Threading.Tasks; namespace Discord.Net.WebSockets { internal class DefaultWebSocketClient : IWebSocketClient, IDisposa...
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...
/* * 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...
using System; using System.Data; using System.Text; using System.Data.Odbc; using System.Data.OleDb; using AWIComponentLib.Database; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Globalization; using CrystalDecisions.CrystalReports.Engine; using Cr...
// <copyright file="Evaluate.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // // Copyright (c) 2009-2013 Math.NET // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this sof...
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...
// 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.Globalization; using System.IO; using System.Net.Cache; using System.Net.Sock...
using System; using NUnit.Framework; namespace Braintree.Tests { //NOTE: good [TestFixture] public class SubscriptionSearchRequestTest { [Test] public void ToXml_BillingCyclesRemainingIs() { SubscriptionSearchRequest request = new SubscriptionSearchRequest().BillingC...
#if !NET45PLUS // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.Contracts; using System....
// *********************************************************************** // <copyright file="PclExport.NetStandard.cs" company="ServiceStack, Inc."> // Copyright (c) ServiceStack, Inc. All Rights Reserved. // </copyright> // <summary>Fork for YetAnotherForum.NET, Licensed under the Apache License, Version 2.0</su...
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.Diagnostics; using System.Globalization; using System.IO; using System.Net; using System.Reflection; using System.Security.Principal; using System.Text.RegularExpressions; using System.Web; using System.Web.Security; using Rainbow.Context; using Rainbow.Framework; using Rainbow.Framework.BLL....
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace Microsoft.Build.Tasks.Xaml { using System; using System.CodeDom; using System.Collections.Generic; using ...
// 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 ...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using UnityEditor.Experimental.GraphView; using UnityEngine; using UnityEngine.Profiling; using UnityEngine.Experimental.VFX; using UnityEngine.UIElements; using System.Collections.ObjectModel; namespace UnityEditor.VFX.UI {...
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Newtonsoft.Json.Linq; using OrchardCore.ContentManagement.Handlers; namespace OrchardCore.ContentManagement { /// <summary> /// Content management functionality to deal with Orchard content items and their parts /// </...
// Copyright 2013 The Noda Time Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using NodaTime.Globalization; using NodaTime.Text.Patterns; using NodaTime.TimeZones; using System; using System.Collections.Generic; namespace NodaTime....
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; using System.Collections.Generic; using UnityEngine; public class MenuInitial { MenuHandler Handler; float w = Screen.width; float h = Screen.height; // "tile" width and height, for easy GUI creation float tw = 100f; float th = 20f; private enum State {StateInitial=0, StateMultiplayerSelection=...
// // Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requi...
/* ==================================================================== Licensed to the 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 GitVersion; using NUnit.Framework; using Shouldly; [TestFixture] public class SemanticVersionTests { [TestCase("1.2.3", 1, 2, 3, null, null, null, null, null, null, null, null)] [TestCase("1.2", 1, 2, 0, null, null, null, null, null, null, "1.2.0", null)] [TestCase("1.2.3-beta", 1, 2, 3, "beta", nul...
// // Scheduler.cs // // Author: // Gabriel Burt <gburt@novell.com> // // Copyright (C) 2009 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, includin...
using UnityEngine; using System.Collections; using System.Collections.Generic; using Pathfinding.RVO; namespace Pathfinding.Legacy { [RequireComponent(typeof(Seeker))] [AddComponentMenu("Pathfinding/Legacy/AI/Legacy RichAI (3D, for navmesh)")] /** Advanced AI for navmesh based graphs. * * \deprecated Use the Ri...
// 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...
// 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.Specialized; using System.Diagnostics; using System.Globalization; using System.IO; using S...
using System.Net; using FluentAssertions; using JsonApiDotNetCore.Serialization.Objects; using JsonApiDotNetCoreTests.IntegrationTests.Microservices.Messages; using Microsoft.Extensions.DependencyInjection; using TestBuildingBlocks; using Xunit; namespace JsonApiDotNetCoreTests.IntegrationTests.Microservices.FireAndFo...
using System; using System.Collections.Generic; using System.Text; using System.Data; using System.Data.SqlServerCe; using System.Collections; using System.Windows.Forms; using DowUtils; namespace Factotum{ public enum CalBlockMaterialTypeEnum : byte { Unspecified = 0, CarbonSteel = 1, StainlessSteel = 2, I...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Amazon.DynamoDBv2; using Amazon.DynamoDBv2.DataModel; using Amazon.DynamoDBv2.DocumentModel; using Amazon.DynamoDBv2.Model; using NEvilES.Abstractions; using NEvilES.Abstractions.Pipeline; using NEvilES.Abstractions.P...
using System; using System.Linq; using System.Xml.Linq; using WixSharp.Bootstrapper; using Xunit; namespace WixSharp.Test { public class BootstrapperTest { [Fact] public void Should_Process_XmlAttribute() { var bootstrapper = new Bundle("test_name") { ...
using System; using System.Linq; using System.Runtime.InteropServices; using Torque6.Engine.SimObjects; using Torque6.Engine.SimObjects.Scene; using Torque6.Engine.Namespaces; using Torque6.Utility; namespace Torque6.Engine.SimObjects.GuiControls { public unsafe class GuiFormCtrl : GuiControl { publ...
// Copyright (c) 2006, ComponentAce // http://www.componentace.com // 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...
// // 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...
//--------------------------------------------------------------------- // Author: Oisin Grehan // // Description: PscxPathInfo implementation for common resolved/literal // paths instance. // // Creation Date: September 12, 2007 //--------------------------------------------------------------------- usin...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; using System.Net; using System.IO; using CSL; namespace CS461_Access_Control { public partial class frmMain : Form ...
// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace applicationGateway { using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; using System.Collections; using System.Collection...
// 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 ManagedTests.DynamicCSharp.Conformance.dynamic.overloadResolution.Indexers.Twoclass2indexers...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ServiceTemplate.cs" company="The Watcher"> // Copyright (c) The Watcher Partial Rights Reserved. // This software is licensed under the MIT license. See license.txt for details...
#region License // // The Open Toolkit Library License // // Copyright (c) 2006 - 2010 the Open Toolkit library. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, inc...
/* * 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 System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Reflection; using System.Xml; using Unity...
using System; using System.Collections.Generic; using Newtonsoft.Json; /* * AvaTax API Client Library * * (c) 2004-2018 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Ted Spence * @author Zhenya Frolov *...
/* * 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...
// // Copyright (C) DataStax Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
/* Copyright 2013-2014 Daikon Forge */ using UnityEngine; using System; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Globalization; using System.Reflection; using System.Collections; using System.Collections.Generic; #region Documentation /// <summary> /// Used to display t...
using System; using System.Threading.Tasks; using AllReady.Areas.Admin.Features.Campaigns; using AllReady.Extensions; using AllReady.Models; using AllReady.Security; using AllReady.Services; using MediatR; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using A...
#region License // // Copyright (c) 2007-2018, Sean Chambers <schambers80@gmail.com> // // 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 SteamKit2; using System.Collections.Generic; using SteamTrade; using SteamTrade.TradeOffer; using System; namespace SteamBot { public class SteamTradeDemoHandler : UserHandler { // NEW ------------------------------------------------------------------ private readonly GenericInventory myS...
using System; using System.Collections.Generic; using System.Text; using System.Xml; using iTextSharp; using iTextSharp.text.pdf; namespace DeviationForm { class DeviationFormHandler { private string _formDir; private string _pdfPath; private string _jsonLocation; private strin...
using System.Collections.Generic; using Lucene.Net.Documents; namespace Lucene.Net.Index { using Lucene.Net.Randomized.Generators; using Lucene.Net.Support; using Lucene.Net.Util.Automaton; using NUnit.Framework; using AutomatonQuery = Lucene.Net.Search.AutomatonQuery; using BytesRef = Lucene.N...
// 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.IO.Tests { public class File_Move : FileSystemTest { #region Utilitie...
/******************************************************************************* * * 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...
// 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.Collections.Immutable; using System.Collections.ObjectModel; using System.Diagnostics; using Syst...
// Copyright (c) 2006, ComponentAce // http://www.componentace.com // 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...
using System; using System.IO; using System.Text; using NUnit.Framework; namespace MSBuild.Community.Tasks.Tests { /// <summary> /// Summary description for VersionTest /// </summary> [TestFixture] public class VersionTest { private string testDirectory; private Version task; ...
using System; using System.Collections.Generic; using System.Linq; using GeoJSON.Net; using GeoJSON.Net.Feature; using GeoJSON.Net.Geometry; namespace TurfCS { public partial class Turf { /** * Takes two {@link Point|points} and finds the geographic bearing between them. * * @name bearing * @param {Fea...
// 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.ServiceBus.Fluent.Queue.Definition { using Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions; usi...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Bond.Comm.Service { using System; using System.Collections.Generic; using System.Reflection; using System.Diagnostics; using System.Thread...
// 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.Buffers.Text; using System.Runtime.InteropServices; using Xunit; namespace Syste...
#region Copyright // // Nini Configuration Project. // Copyright (C) 2006 Brent R. Matzelle. All rights reserved. // // This software is published under the terms of the MIT X11 license, a copy of // which has been included with this distribution in the LICENSE.txt file. // #endregion using System; using System.Col...
// Copyright 2017 (c) [Denis Da Silva]. All rights reserved. // See License.txt in the project root for license information. using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Text; namespace Prolix.Extensio...
// 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 (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Animations; using osu.Framework.Graphics.Conta...
using System; using System.Collections.Generic; using System.Text; using DCalcCore.Algorithm; namespace DCalcCore.Utilities { /// <summary> /// ScalarSet management class. Provides means to safely manipulate data parts. /// This class is thread-safe. /// </summary> public sealed class DataPlanner ...
/******************************************************************************* * Copyright (c) 2013, Daniel Murphy * 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 ...
// 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 ...
/* * 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...
/* Project Orleans Cloud Service SDK ver. 1.0 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, inc...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace StacksOfWax.VersionedApi.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and pop...
using System; using MbUnit.Framework; using Subtext.Framework.Text; namespace UnitTests.Subtext.Framework.Text { [TestFixture] public class NamedFormatTests { [Test] [MultipleCulture("en-US,en-NZ,it-IT")] public void StringFormat_WithMultipleExpressions_FormatsThemAll() { ...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Runtime.InteropServices; using System.Runtime.Serialization; using GlmSharp.Swizzle; // ReSharper disable InconsistentNaming namespace GlmSharp { /// <summary> /// Static class that contains stat...