context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// 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.Specialized; using System.Text; using System.Runtime.InteropServices; using System.Globalization; using System.Diagno...
/** * Copyright (c) 2015, GruntTheDivine 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 * of c...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using System.Diagnostics; using System.IO; using System.Management.Automation; using Xunit; namespace PSTests.Parallel { public static class PlatformTests { [Fact] public static void TestIsCoreCLR() ...
using System; using System.Collections.Concurrent; using System.Linq.Expressions; using System.Reflection; namespace Invio.Extensions.Reflection { /// <summary> /// A collections of extension methods on <see cref="PropertyInfo" /> /// that allows the caller to cache the reflection-based objects into ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using System.Runtime.Serialization; using System.Threading; using System.Threading.Tasks; using Orleans.CodeGeneration; using Orleans.GrainDirectory; using Orleans.MultiCluster; using Orleans.Runtime.Gr...
using System.Collections.Generic; using Xunit; using Shouldly; using System; namespace AutoMapper.UnitTests { public class When_overriding_global_ignore : AutoMapperSpecBase { Destination _destination; public class Source { public int ShouldBeMapped { get; set; } } ...
// 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.IO.Pipelines.Networking.Libuv; using System.IO.Pipelines.Networking.Sockets; using System.IO.Pipelines....
using System; using NUnit.Framework; using OpenQA.Selenium.Environment; namespace OpenQA.Selenium { [TestFixture] public class TypingTest : DriverTestFixture { [Test] [Category("Javascript")] public void ShouldFireKeyPressEvents() { driver.Url = javascriptPage; ...
using System; using Mindscape.LightSpeed; using Mindscape.LightSpeed.Validation; using Mindscape.LightSpeed.Linq; namespace KJL1.Models { [Serializable] [System.CodeDom.Compiler.GeneratedCode("LightSpeedModelGenerator", "1.0.0.0")] [System.ComponentModel.DataObject] [Table("Customers", IdColumnName="Number")]...
// 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.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Threading.Tasks; using Attest.Fake.Core; using Attest.Fake.Setup.Contracts; using Solid.Patterns.Builder; using Solid.Patterns.Visitor; namespace Attest.Fake.Setup { /// <summary> /// Represents a lis...
// SNMP Object Identifier type. // Copyright (C) 2008-2010 Malcolm Crowe, Lex Li, and other contributors. // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Globalization; // CoreCLR Port from Co7533TryParse_all.cs // Tests Single.TryParse(String...
#region License // SLNTools // Copyright (c) 2009 // by Christian Warren // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated // documentation files (the "Software"), to deal in the Software without restriction, including without limitation // the rights to...
/* * Assembly.cs - Implementation of the "System.Reflection.Assembly" class. * * Copyright (C) 2001 Southern Storm Software, Pty Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; ei...
using System; using System.Linq; using swf = System.Windows.Forms; using sd = System.Drawing; using Eto.Forms; using System.Collections.Generic; using Eto.Drawing; namespace Eto.WinForms.Forms.Controls { public class TreeViewHandler : WindowsControl<swf.TreeView, TreeView, TreeView.ICallback>, TreeView.IHandler { ...
// 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.Classifi...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace Sparrow.Api.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it with...
// Copyright 2017 Tom Deseyn <tom.deseyn@gmail.com> // This software is made available under the MIT License // See COPYING for details using System.Collections.Generic; namespace RedHatX.AspNetCore.Server.Kestrel.Transport.Linux { internal partial struct PosixResult { private static Dictionary<int, s...
// 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; using System.Data.SqlTypes; using System.Diagnostics; using System.Globalization; using Sy...
/* * CP20290.cs - IBM EBCDIC (Japanese Katakana Extended) code page. * * Copyright (c) 2002 Southern Storm Software, Pty Ltd * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either vers...
using SharpGL.Enumerations; using SharpGL.SceneGraph; using System; using System.ComponentModel; namespace SharpGL.OpenGLAttributes { /// <summary> /// This class has all the settings you can edit for fog. /// </summary> [TypeConverter(typeof(System.ComponentModel.ExpandableObjectConverter))] [Seri...
/* * 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 ...
/* * OEML - REST API * * This section will provide necessary information about the `CoinAPI OEML REST API` protocol. <br/> This API is also available in the Postman application: <a href=\"https://postman.coinapi.io/\" target=\"_blank\">https://postman.coinapi.io/</a> <br/><br/> Implemented Standards: * [HTTP...
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICUL...
namespace ChainUtils.BouncyCastle.Crypto.Utilities { internal sealed class Pack { private Pack() { } internal static void UInt16_To_BE(ushort n, byte[] bs) { bs[0] = (byte)(n >> 8); bs[1] = (byte)(n); } internal static void UInt16...
using System; using System.Collections.Generic; using Flunity.Common; using Flunity.Properties; using Flunity.Utils; using UnityEngine; using Flunity.Internal; namespace Flunity { /// <summary> /// Base class for renderable objects /// </summary> public abstract class DisplayObject : IFrameAnimable, IReusable, IAc...
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with // the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software distributed under the ...
using System; using System.Collections.Generic; using System.ComponentModel.Design; using System.Diagnostics.Contracts; using System.Globalization; using System.IO; using System.Linq; using System.Runtime.Versioning; using System.Text; using System.Text.RegularExpressions; using System.Xml; using ICSharpCode.SharpZipLi...
using System; using System.IO; using System.Collections.Generic; using System.Net; using System.Text; namespace Heijden.DNS { #region RFC specification /* 4.1.1. Header section format The header contains the following fields: 1 1 1 1 1 1 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 +--+--+...
// 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.Contracts; using System.IO; using System.Runtime; using System.ServiceModel.Security; usin...
/* Copyright (c) 2017 Ahmed Kh. Zamil Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribut...
using System; using System.Runtime.InteropServices; using System.Security; using BulletSharp.Math; namespace BulletSharp { [Flags] public enum HingeFlags { None = 0, CfmStop = 1, ErpStop = 2, CfmNormal = 4, ErpNormal = 8 } public class HingeConstraint : TypedConstraint { internal HingeConstraint(Int...
// // Copyright (c) 2004-2016 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Net; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Orleans.Runtime; using Orleans.Runtime.Configuration; using Orleans.Streams; namespace Orleans { /// <summary> /...
using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Web.Http; using Swank.Description; namespace TestHarness.Default { /// <summary>/xml/comments</summary> /// <remarks> /// Resource description. Raw denim aesthetic synth nesciunt. :trollface: /// </remarks> ...
using System; using System.ComponentModel; using System.IO; using System.Text; using System.Windows.Forms; using FileHelpers; namespace FileHelpersSamples { /// <summary> /// Process a number of records showing times /// of the various engines. /// </summary> public class frmTimming : frmFather ...
/*--------------------------------------------------------------------------------- Allows easy methods for fading the screen to and from a color using Unity's GUI system since most UI's are done with geometry this allows us a solution that will (most of the time) be above everything else rendered on screen. Author: ...
// 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.Text; using System.IO; using IOP = System.Runtime.InteropServices; using System.Reflection; using Microso...
/********************************************************************++ Copyright (c) Microsoft Corporation. All rights reserved. --********************************************************************/ using System.Collections.Concurrent; using System.Linq.Expressions; using System.Management.Automation.Internal; usi...
using UnityEngine; using UnityEditor; using System.Collections.Generic; public static class tk2dGuiUtility { public static bool HasActivePositionHandle { get { return activePositionHandleId != 0; } } public static Vector2 ActiveHandlePosition { get { return activePositionHandlePosition; } } public static int Acti...
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restrictio...
using System; using System.Threading.Tasks; using AutoMapper; using BellRichM.Api.Controllers; using BellRichM.Logging; using BellRichM.Weather.Api.Filters; using BellRichM.Weather.Api.Models; using BellRichM.Weather.Api.Services; using Microsoft.AspNetCore.Mvc; namespace BellRichM.Weather.Api.Controllers { /// <s...
using System; using System.Net; using Orleans.Runtime; namespace Orleans.Serialization { /// <summary> /// Type is a low level representation of grain reference keys to enable /// space-efficient serialization of grain references. /// </summary> /// <remarks> /// This type is not intended for g...
// Copyright 2014, 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 // // Unless required by applicabl...
namespace java.io { [global::MonoJavaBridge.JavaClass()] public partial class PrintStream : java.io.FilterOutputStream, java.lang.Appendable, Closeable { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; protected PrintStream(global::MonoJavaBridge.JNIEnv @__env) : base(@__env) { } pr...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: Persistence.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 = global::Syst...
using System; using System.Collections.Generic; using System.Linq; using System.Windows.Input; using CtrlO.Properties; namespace CtrlO.Mvvm.Commands { /// <summary> /// The CompositeCommand composes one or more ICommands. /// </summary> public class CompositeCommand : ICommand { private...
using System; using System.IO; using System.Security.Cryptography; using System.Text; namespace cnblogs_api { public static class RSAEncryptor { public static string Encrypt(string plainText, string publicKey) { RSA rsa = CreateRsaFromPublicKey(publicKey); ...
/* Ben Scott * bescott@andrew.cmu.edu * 2015-07-07 * Third Person Controller */ //#define DEBUG using UnityEngine; using System.Collections; using adv=PathwaysEngine.Adventure; using inv=PathwaysEngine.Inventory; using util=PathwaysEngine.Utilities; namespace PathwaysEngine.Movement { [RequireComponent(typeof...
// 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.Globalization; using System.Security.Principal; using System.Se...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // ------------------------------------------------------------------------------ // Changes to this file must follow...
//--------------------------------------------------------------------------- // // <copyright file="DrawingGroup.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // This file was generated, please do not edit it directly. // // Please see http://wiki/default....
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel.Composition.Prim...
/**************************************************************************** * Class Name : ErrorWarnInfoProvider.cs * Author : Kenneth J. Koteles * Created : 10/04/2007 2:14 PM * C# Version : .NET 2.0 * Description : This code is designed to create a new provider object to * work specificall...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.IO; using System.IO.MemoryMappedFiles; using System.Reflection; using System.Collections.Generic; using Xunit; public class MMVA_WriteX : Te...
using System; using System.Security.Authentication; using Newtonsoft.Json.Linq; using System.Threading.Tasks; using RedditSharp.Extensions; namespace RedditSharp.Things { public class Thing { protected Reddit Reddit { get; set; } protected IWebAgent WebAgent { get; set; } internal voi...
using System; using System.Collections.Generic; using System.Linq; using hw.DebugFormatter; using hw.Helper; using hw.Scanner; using Reni.Basics; using Reni.Context; using Reni.Parser; using Reni.TokenClasses; namespace Reni.SyntaxTree; /// <summary> /// Structured data, context free version /// </summary> sealed...
// ---------------------------------------------------------------------------------- // // Copyright Microsoft 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 the License at // http://www.apac...
#region License // Copyright 2010 Jeremy Skinner (http://www.jeremyskinner.co.uk) // // 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 file="IluptElementSorterTest.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-2016 Math.NET // // Permission is hereby granted, free of charge, to any person // obtaining a co...
namespace Nancy.Bootstrappers.Ninject { using System; using System.Collections.Generic; using global::Ninject; using global::Ninject.Extensions.ChildKernel; using global::Ninject.Infrastructure; using Bootstrapper; using Configuration; using Diagnostics; /// <summary> /// Nancy ...
// 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; public struct VT { public uint[,] uint2darr; public uint[, ,] uint3darr; public uint[,...
// *********************************************************************** // Copyright (c) 2012-2014 Charlie Poole // // 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, ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // LongRangePartitionerTests.cs - Tests for range partitioner for long inte...
using RestSharp; using RestSharp.Extensions; using RestSharp.Validation; using System; namespace Twilio { public partial class TwilioRestClient { /// <summary> /// Retrieve the details for a specific Message instance. /// Makes a GET request to an Message Instance resource. /// ...
/* *************************************************************************** * This file is part of SharpNEAT - Evolution of Neural Networks. * * Copyright 2004-2016 Colin Green (sharpneat@gmail.com) * * SharpNEAT is free software: you can redistribute it and/or modify * it under the terms of the GNU General P...
/** * Implementation of the net.sf.geographiclib.PolygonArea class * * Copyright (c) Charles Karney (2013) <charles@karney.com> and licensed * under the MIT/X11 License. For more information, see * http://geographiclib.sourceforge.net/ **********************************************************************/ using...
namespace MyGeneration.UI.Plugins.SqlTool { partial class SqlToolForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </sum...
using System; using System.Collections.Generic; using System.Net.Sockets; using System.Threading; using Orleans.Runtime; namespace Orleans.Messaging { /// <summary> /// The GatewayConnection class does double duty as both the manager of the connection itself (the socket) and the sender of messages /// to t...
/* * * (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...
using System.Text.RegularExpressions; using System.Diagnostics; using System; using System.Drawing.Drawing2D; using System.Windows.Forms; using System.Collections; using System.Drawing; using Microsoft.VisualBasic; using System.Data.SqlClient; using System.Data; using System.Collections.Generic; using WeifenLuo.WinForm...
using System; using System.Collections.Generic; using System.Text.RegularExpressions; using ExcelDna.Integration; using CellStore.Excel.Client; using CellStore.Excel.Tools; using CellStore.Excel.Tasks; using System.Text; namespace CellStore.Excel.Api { /// <summary> /// Represents a collection of helper funct...
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICUL...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; namespace ParentLoad.Business.ERLevel { /// <summary> /// A10Level11111 (editable child object).<br/> /// This is a generated base class of <see cref="A10Level11111"/> business object. /// </summary> /// <re...
// **************************************************************** // Copyright 2002-2003, Charlie Poole // This is free software licensed under the NUnit license. You may // obtain a copy of the license at http://nunit.org/?p=license&r=2.4 // **************************************************************** using Sys...
using System; using System.Collections.Generic; using System.Text; using FlatRedBall.Graphics; using FlatRedBall.Input; using FlatRedBall.AI.Pathfinding; using FlatRedBall.Math.Geometry; using System.IO; using FlatRedBall.Graphics.Animation; using FlatRedBall.Gui; using FlatRedBall.Content.AnimationChain; using Fil...
#region Copyright & License // // Copyright 2001-2005 The Apache Software Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // //...
using System; using Polly.CircuitBreaker; using Polly.Utilities; namespace Polly { /// <summary> /// Fluent API for defining a Circuit Breaker <see cref="Policy"/>. /// </summary> public static class CircuitBreakerSyntax { /// <summary> /// <para> Builds a <see cref="Policy"/> that...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.DocAsCode.Metadata.ManagedReference { using System; using System.Collections.Generic; using System.Linq; using Newtonsoft.Json; ...
// 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 ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Xunit; namespace ManagedTests.DynamicCSharp.Conformance.dynamic.statements.freach.freach001.freach001 { using ManagedTests.DynamicCSharp.Conformance.dynamic....
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: UnmanagedMemoryStream ** ** <OWNER>[....]</OWNER> ** ** Purpose: Create a stream over unmanaged memory, mostly ** useful for memory-mapped fil...
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 class ESystem : IEntity { public static event EventHandler<EntityChangedEventArgs> Changed; public...
// // eval.cs: Evaluation and Hosting API for the C# compiler // // Authors: // Miguel de Icaza (miguel@gnome.org) // Marek Safar (marek.safar@gmail.com) // // Dual licensed under the terms of the MIT X11 or GNU GPL // // Copyright 2001, 2002, 2003 Ximian, Inc (http://www.ximian.com) // Copyright 2004-2011 Novell, ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Amazon.CloudWatch; using Amazon.CloudWatch.Model; using log4net.Util; namespace AWSAppender.CloudWatch.Model { public class MetricDatum { readonly PutMetricDataRequest _request = new PutMetricDataRequest(); ...
// 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 NUnit.Framework; using Whois.Parsers; namespace Whois.Parsing.Whois.Srs.Net.Nz.Nz { [TestFixture] public class NzParsingTests : ParsingTests { private WhoisParser parser; [SetUp] public void SetUp() { SerilogConfig.Init(); parser = new WhoisPa...
/* ==================================================================== 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 ...
/** * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) */ using UnityEditor; using UnityEditorInternal; using UnityEngine; usi...
// 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.IO; namespace Microsoft.DotNet.ProjectJsonMigration { internal class PackageDep...
/* * Copyright 2012-2016 The Pkcs11Interop Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
// 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 OLEDB.Test.ModuleCore; using System.IO; using System.Text; using XmlCoreTest.Common; using Xunit; namespace S...
#if !UNITY_WINRT || UNITY_EDITOR || (UNITY_WP8 && !UNITY_WP_8_1) #region License // Copyright (c) 2007 James Newton-King // // 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 // rest...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq.Expressions; using System.Reflection; using System.Text; using System.Linq; using System.Data.Linq.Provider; using System.Data.Linq.SqlClient; using System.Threading; using LinqToSqlShared.M...
// 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.Globalization; using System.IO; using System.Linq; using System.Text; using JetBrains.Annotations; using osu....
// 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...
// 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...
// *********************************************************************** // Copyright (c) 2009 Charlie Poole // // 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, inclu...
// // 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...