context
stringlengths
2.52k
185k
gt
stringclasses
1 value
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / /// <summary> /// BundleResource /// </summary> using Newtonsoft.Json; using System; using System.Collections.Generic; using Twilio.Base; using Twilio.Clients; using Twilio.Converters; using Twilio.Exception...
/* 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 THIS CODE IS PROVIDED *AS IS* BASIS, W...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Orleans.CodeGeneration; using Orleans.GrainDirectory; namespace Orleans.Runtime { /// <summary> /// Internal data structure that holds a grain interfaces to grain classes map. /// </summary> [Serializable]...
using System; using System.Drawing; using System.Globalization; using System.Reflection; using System.Xml; namespace ICSharpCode.TextEditor.Document { public class HighlightColor { private Color color; private Color backgroundcolor = Color.WhiteSmoke; private bool bold; private b...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Agent.Sdk; using Microsoft.Win32; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; namespace Microsoft.VisualStudio.Services.Agent.Util { public static class NetFrameworkUtil...
// Copyright 2006-2008 Splicer Project - http://www.codeplex.com/splicer/ // // 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 // // Unl...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using De.Osthus.Ambeth.Collections; using De.Osthus.Ambeth.Ioc; using De.Osthus.Ambeth.Log; using De.Osthus.Ambeth.Util; using De.Osthus.Ambeth.Ioc.Annotation; using De.Osthus.Ambeth.Merge.Model; namespace D...
using Api; using Newtonsoft.Json; using RestSharp; using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; namespace Client { /// <summary> /// API client is mainly responible for making the HTTP call...
// 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 GeneticSharp.Domain.Chromosomes; using GeneticSharp.Domain.Crossovers; using GeneticSharp.Domain.Fitnesses; using GeneticSharp.Domain.Mutations; using GeneticSharp.Domain.Populations; using GeneticSharp.Domain.Randomizations; using GeneticSharp.Do...
/* * 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 ...
// 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.Linq; using System.Collections; using System.Collections.Generic; using System.Text; using System.Xml; using System.Xml.Linq...
// 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 Test.Cryptography; using Xunit; namespace System.Security.Cryptography.Algo...
/*=================================\ * PlotterControl\Form_Print.cs * * The Coestaris licenses this file to you under the MIT license. * See the LICENSE file in the project root for more information. * * Created: 27.11.2017 14:04 * Last Edited: 27.11.2017 14:04:46 *=================================*/ using CnC_WFA.Pro...
// 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. namespace Microsoft.Azure.Management.NotificationHubs { using System.Threading.Tasks; using Microsoft.Rest.Azure; using Models; /// <summary> //...
using UnityEngine; using System; using System.Collections.Generic; using System.IO; using System.Text; /* Created 2/25/2011 - Adam Reilly This class is designed to be the main entry/exit point of a Unity Project. */ /* * Unity Execution order, taken from http://unity3d.com/support/documentation/Manual/Execut...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.Data; using System.Text; using System.Windows.Forms; using DeOps.Implementation; using DeOps.Interface; using DeOps.Interface.TLVex; using DeOps.Interface.Views; using DeOps.Serv...
using System.Runtime.InteropServices.ComTypes; using FluentAssertions; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; #if MSTEST using Microsoft.VisualStudio.TestPlatform.UnitTestFramework; using TestFixtureAttribute = Microsoft.VisualStudio.T...
// // 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...
// 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.Reflection; using System.Text; using System.Collections; using System.Globalization; using System.Runti...
using System; using System.Linq; using System.IO; using System.Text; using System.Collections; using System.Collections.Generic; using System.Runtime.Serialization; using Newtonsoft.Json; namespace DocuSign.eSign.Model { /// <summary> /// /// </summary> [DataContract] public class AuthenticationS...
using System.Diagnostics; using u32 = System.UInt32; using Pgno = System.UInt32; namespace System.Data.SQLite { using sqlite3_pcache = Sqlite3.PCache1; internal partial class Sqlite3 { /* ** 2008 November 05 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is...
#pragma warning disable 1591 using AjaxControlToolkit.Design; using System; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.Web; using System.Web.Script.Serialization; using Syst...
using System; using System.Globalization; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Transactions; using System.Workflow.ComponentModel; namespace System.Workflow.Runtime { #region Scheduler // Only one instance of this type is used for a workflow instance. /...
using System; using System.IO; using System.Linq; using System.Text; using System.Threading; using System.Text.RegularExpressions; using System.Collections.Concurrent; using Microsoft.Extensions.Configuration; using System.Diagnostics; namespace Zyborg.Logentries { public class LogentriesAsyncLogger { #region...
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.IdentityModel { using System.Runtime.ConstrainedExecution; using System....
// 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...
#region Apache Notice /***************************************************************************** * $Header: $ * $Revision: 383115 $ * $Date: 2006-03-04 15:21:51 +0100 (sam., 04 mars 2006) $ * * iBATIS.NET Data Mapper * Copyright (C) 2004 - Gilles Bayon * * * Licensed under the Apache License, Version 2.0 (...
//----------------------------------------------------------------------------- // // <copyright file="Errors.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // // Description: // This file contains Error Constants defined by the promethium SDK and an exception...
// Copyright (c) 2017 Jan Pluskal // //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...
// 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> /// Feed Item ///<para>SObject Name: FeedItem</para> ///<para>Cu...
/* * Copyright (c) Contributors, http://aurora-sim.org/, 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: * * Redistributio...
// 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 Microsoft.Win32.SafeHandles; using System.ComponentModel; using System.Diagnostics; using System.Net.Sockets;...
using System; using System.Diagnostics; using CoreGraphics; using Foundation; using UIKit; using TwitterImagePipeline; namespace TwitterImagePipelineDemo { public class ZoomingTweetImageViewController : UIViewController, IUIScrollViewDelegate, ITIPImageFetchDelegate { private readonly TweetImageInfo tweetImageInf...
using System; namespace EasyStorage { /// <summary> /// Defines the interface for an object that can perform the ISaveDevice operations in /// an asynchronous fashion. /// </summary> /// <remarks> /// This class was based on the event-based asynchronous pattern, which is the new /// recommended method for async...
using System; using System.Collections.Specialized; using System.IO; using System.Text; using HttpServer.Exceptions; using HttpServer.FormDecoders; namespace HttpServer.Test.TestHelpers { class HttpTestRequest : IHttpRequest { #region Implementation of ICloneable private bool _bodyIsComplete; ...
// 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.Runtime.InteropServices; using System.Text; namespace Syste...
// // - Adaptable.cs - // // Copyright 2005, 2006, 2010 Carbonfrost Systems, Inc. (http://carbonfrost.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/...
// 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 (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 osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framew...
// 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.IO.Compression; using System.Net.Http.Headers; using System....
/* Copyright(c) 2009, Stefan Simek Copyright(c) 2016, Vladyslav Taranov 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, including without limitation the rights to...
/* FluorineFx open source library Copyright (C) 2007 Zoltan Csibi, zoltan@TheSilentGroup.com, FluorineFx.com This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the ...
// // Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless 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 You under the Apache License, Version 2.0 * (the "License"); you may ...
// This file contains general utilities to aid in development. // Classes here generally shouldn't be exposed publicly since // they're not particular to any library functionality. // Because the classes here are internal, it's likely this file // might be included in multiple assemblies. namespace Standard { using...
//------------------------------------------------------------------------------ // <copyright file="etwprovider.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ using System.Globa...
//To enable RUNUO 2.0 compatibility, simply comment out the next line (#define); //#define RUNUO_1 using System; using System.Security; using System.Security.Cryptography; using System.Net; using System.Collections; using System.Text; using System.IO; using Server; namespace Server.ServerSeasons { public static cla...
#region References using System; using System.Linq; using System.Security.Cryptography; using System.Text; using System.Threading; using Microsoft.VisualStudio.TestTools.UnitTesting; using TestR.Desktop; using TestR.Web; using TestR.Web.Browsers; using TestR.Web.Elements; #endregion namespace TestR.Tests.Web { [Tes...
using System; using System.Collections.Generic; using System.Linq; using ModestTree; using UnityEngine; using Random = UnityEngine.Random; namespace Zenject.Asteroids { public class AsteroidManager : ITickable, IFixedTickable { readonly List<Asteroid> _asteroids = new List<Asteroid>(); readonly...
using System; using System.Collections.Generic; namespace YMR.ComplexBody.Core.GeometryUtility { /// <summary> /// Summary description for Class1. /// </summary> public class CPolygonShape { private CPoint2D[] m_aInputVertices; private CPoint2D[] m_aUpdatedPolygonVertices; private List<CPoint2D[]> m_...
using System.Collections.Generic; using Esprima.Ast; using Jint.Native; using Jint.Native.Iterator; using Jint.Native.Object; using Jint.Runtime.Descriptors; using Jint.Runtime.Environments; using Jint.Runtime.Interpreter.Expressions; using Jint.Runtime.References; namespace Jint.Runtime.Interpreter.Statements { /...
// 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 Microsoft.Protocols.TestTools.StackSdk.Messages; using System.Globalization; namespace Microso...
// 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> /// Engagement Channel Type Feed ///<para>SObject Name: Engagemen...
#region Apache License // // 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 // (...
/* * Application.cs - Implementation of the * "System.Windows.Forms.Application" class. * * Copyright (C) 2003 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 ...
#region PDFsharp - A .NET library for processing PDF // // Authors: // Stefan Lange // // Copyright (c) 2005-2016 empira Software GmbH, Cologne Area (Germany) // // http://www.pdfsharp.com // http://sourceforge.net/projects/pdfsharp // // Permission is hereby granted, free of charge, to any person obtaining a // copy...
using System; using System.Collections.Generic; using System.Xml.Linq; using De.Osthus.Ambeth.Collections; using De.Osthus.Ambeth.Config; using De.Osthus.Ambeth.Ioc.Annotation; using De.Osthus.Ambeth.Log; using De.Osthus.Ambeth.Merge; using De.Osthus.Ambeth.Util; using De.Osthus.Ambeth.Util.Xml; namespace De.Osthus.Am...
// // Copyright (c) 2004-2021 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Text; using LibGit2Sharp.Core; using LibGit2Sharp.Core.Handles; namespace LibGit2Sharp { /// <summary> /// Holds the result of a diff between two tre...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.Runtime; using System.Runtime.InteropServices; using System.Text; namespace ...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. // Copyright (C) 2004 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentatio...
using System; using System.IO; using System.Net; using System.Threading; using NUnit.Framework; using ServiceStack.Common.Utils; using ServiceStack.Common.Web; using ServiceStack.Service; using ServiceStack.ServiceClient.Web; using ServiceStack.Text; using ServiceStack.WebHost.Endpoints.Tests.Support.Host; using Servic...
// ZipInputStream.cs // // Copyright (C) 2001 Mike Krueger // Copyright (C) 2004 John Reilly // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or // modify it under the terms of...
using System; using System.IO; using GitVersion.MsBuild.Tests.Mocks; using GitVersionCore.Tests.Helpers; using Microsoft.Build.Framework; using NUnit.Framework; namespace GitVersion.MsBuild.Tests { [TestFixture] public class InvalidFileCheckerTests : TestBase { private string projectDirectory; ...
/* * 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 ...
// Copyright (c) 2012, Event Store LLP // 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 conditi...
// 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.IO; using System.Linq; using System.Threading.Tasks; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sampl...
//! \file ImageS25.cs //! \date Sat Apr 18 17:00:54 2015 //! \brief ShiinaRio S25 multi-image format. // // Copyright (C) 2015-2016 by morkt // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // ...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using LibGit2Sharp.Core; using LibGit2Sharp.Core.Handles; namespace LibGit2Sharp { /// <summary> /// Holds the meta data of a <see cref="Tree"/>. /// </summary> public class TreeDefinition { private...
using System; using System.Collections.Generic; using Avalonia.Media.Imaging; using Avalonia.Platform; using Avalonia.Threading; using Avalonia.Visuals.Media.Imaging; namespace Avalonia.Media { public sealed class DrawingContext : IDisposable { private readonly bool _ownsImpl; private int _curr...
#region license // Copyright (c) 2004, Rodrigo B. de Oliveira (rbo@acm.org) // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above cop...
/* * Copyright (c) InWorldz Halcyon Developers * Copyright (c) Contributors, http://opensimulator.org/ * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above c...
/* * Licensed to the 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 ...
/* * CID000e.cs - hu culture handler. * * Copyright (c) 2003 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 version 2 of the License, or * (at...
// ------------------------------------------------------------------------------ // 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.Threading; using Amazon; using Amazon.CloudWatch; using Amazon.CloudWatch.Model; using NUnit.Framework; using CommonTests.Framework; namespace CommonTests.IntegrationTests { [TestFixture] public class CloudWatch : TestBas...
/****************************************************************************** * 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...
// // (C) Copyright 2003-2011 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software in // object code form for any purpose and without fee is hereby granted, // provided that the above copyright notice appears in all copies and // that both that copyright notice and the limited warranty ...
//*********************************************************// // Copyright (c) Microsoft. All rights reserved. // // Apache 2.0 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, ...
#define ASTAR_MORE_AREAS // Increases the number of areas to 65535 but reduces the maximum number of graphs to 4. Disabling gives a max number of areas of 1023 and 32 graphs. //#define ASTAR_NO_PENALTY // Enabling this disables the use of penalties. Reduces memory usage. using UnityEngine; using System.Collections.Gene...
/* * 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.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace GradesIOProject.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it ...
// 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; using System.Linq; using System.Threading; using System.Threading.Tasks; using Xunit; namespace Sy...
/* * 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...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections; using System.Diagnostics; using System.Data; using System.IO; using System.G...
using System; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using FluentAssertions; using Newtonsoft.Json.Linq; using NuGet.Test.Helpers; using Sleet; using Xunit; namespace SleetLib.Tests { public class PhysicalFileSystemTests { [Fact] public async T...
/* * Copyright (c) Contributors, http://aurora-sim.org/, 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: * * Redistributio...
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using GitReleaseManager.Core.Configuration; using GitReleaseManager.Core.Model; using GitReleaseManager.Core.Provider; using GitReleaseManager.Core.ReleaseNotes; using GitReleaseMa...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections; using System.Diagnostics; using System.Runtime.CompilerServices; namespace ...
// 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.Text; using System.Diagnostics; using System.Globalization; namespace 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.Generic; using System.Linq; using Xunit; #pragma warning disable 0414 namespace System.Re...
namespace XenAdmin.Dialogs { partial class AssignLicenseDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== namespace System { //Only contains static methods. Does not require serialization using System; using System.Runtime.CompilerServices; using System.Runtime.ConstrainedExecution; using System.Runtim...
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Xml; namespace Multiverse.ToolBox { public class Property { public string Name; public string Type; public string Default; public List<string> Enum; } public class NameValueTemplate { public string N...
/* * Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1) Redistributions of source code must retain the above copyright * notice, this list ...
//******************************* // Created By Rocher Kong // Github https://github.com/RocherKong // Date 2018.02.09 //******************************* using IP2Region.Models; using System; using System.IO; using System.Text; using System.Threading.Tasks; namespace IP2Region { public class DbSearcher : IDisposa...
/* * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections; using System.Diagnostics; using System.Runtime.InteropServices; namespace System.Drawing....