context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System.Collections.Generic; using Android.Content; using Android.Widget; using Android.Graphics; using Android.Util; using System.Collections; namespace PrintBot.Droid { class BordEditor_Bord : RelativeLayout { public BordEditor_Bord(Context context) : base(context, null, 0) { ...
/* * 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. using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Extensions.ObjectPool; using Microsoft.Extensions.Options; using Microsoft.Exten...
// // 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...
// // Copyright (c) Microsoft Corporation. All rights reserved. // #if DEBUG #define TRACK_BASICBLOCK_IDENTITY #else //#define TRACK_BASICBLOCK_IDENTITY #endif namespace Microsoft.Zelig.CodeGeneration.IR { using System; using System.Collections.Generic; using Microsoft.Zelig.Runtime.TypeSystem; ...
// // Copyright (c) Microsoft Corporation. All rights reserved. // namespace Microsoft.Zelig.CodeGeneration.IR.CompilationSteps { using System; using System.Collections.Generic; using Microsoft.Zelig.Runtime.TypeSystem; internal sealed class ApplyClassExtensions : Transformations.ScanTypeSystem ...
//------------------------------------------------------------------------------ // <copyright file="LinkArea.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ namespace System.Wind...
// 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 ...
#region Copyright Information // Sentience Lab Unity Framework // (C) Sentience Lab (sentiencelab@aut.ac.nz), Auckland University of Technology, Auckland, New Zealand #endregion Copyright Information using System.Collections.Generic; using UnityEngine; using UnityOSC; namespace SentienceLab.OSC { public interface I...
/* * Copyright (c) 2007-2008, Second Life Reverse Engineering Team * 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 ...
//----------------------------------------------------------------------- // <copyright file="SessionApi.cs" company="Google"> // // Copyright 2017 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. /...
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; namespace EvoXP { /// <summary> /// Summary description for TransactionEditor. /// </summary> public class TransactionEditor : System.Windows.Forms.Form { private GameClient _GC = null; priva...
// 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 ...
using System; using AutoMapper.UnitTests; using Should; using Xunit; namespace AutoMapper.Tests { public class EnumMappingFixture { public EnumMappingFixture() { Cleanup(); } public void Cleanup() { } [Fact] public void ShouldMapSharedEnum() { var con...
// // Mono.Google.Picasa.PicasaAlbum.cs: // // Authors: // Gonzalo Paniagua Javier (gonzalo@ximian.com) // Stephane Delcroix (stephane@delcroix.org) // // (C) Copyright 2006 Novell, Inc. (http://www.novell.com) // (C) Copyright 2007 S. Delcroix // // Permission is hereby granted, free of charge, to any person obtainin...
using System.Windows.Controls; using System.Windows.Data; using DevExpress.Mvvm.UI.Interactivity; using NUnit.Framework; using DevExpress.Mvvm.Native; using DevExpress.Mvvm.UI; using System; using System.Collections.Generic; using System.ComponentModel; using System.Reflection; using System.Windows; using System.Linq; ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace AcademyEcosystem { public abstract class Animal : Organism { protected int sleepRemaining; public AnimalState State { get; protected set; } public string Name { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Runtime.Inte...
// <copyright file="OwinHelpers.cs" company="Microsoft Open Technologies, Inc."> // Copyright 2013 Microsoft Open Technologies, 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...
/* * 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.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; using umbraco.BasePages; using System.Xml; using System....
// 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.Diagnostics; using System.Globalization; using System.Xml; using System.Xml.XPath; namespace MS.Internal.Xml.XPath { internal sealed cla...
// // Copyright (c) 2004-2020 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. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // using Syst...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="MefCompositionContainerBuilder.cs" company="Quartz Software SRL"> // Copyright (c) Quartz Software SRL. All rights reserved. // </copyright> // <summary> // Builder for the MEF...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Runtime; using System.Text; using System.Text.RegularExpressions; using System.Reflection; using System.IO; using System.Linq; namespace Libraries.Starlight { public class AdvanceableRule : List<AdvanceableProduction>, ...
/* 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.Generic; using System.Text; using System.Reflection; using FlatRedBall.Utilities; using System.Globalization; #if !SILVERLIGHT && !ZUNE using FlatRedBall.IO; #endif #if FRB_XNA || ZUNE || SILVERLIGHT using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework; #elif...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Text; using System.Xml; using Microsoft.Build.Framework; using ...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== namespace System.Collections.Generic { using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Runtime.CompilerServices; [Serializable] ////[Type...
using System; using System.Linq; using System.Text; using System.IO; using System.Collections.Generic; using System.CodeDom; using Mono.VisualC.Interop; using Mono.VisualC.Interop.ABI; using Mono.VisualC.Interop.Util; namespace Mono.VisualC.Code.Atoms { public class Method : CodeContainer { public Access Access ...
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...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data.SqlClient; using System.Web.UI.WebControls; using System.Drawing; using System.Data; using System.Diagnostics; using System.Web; using System.Web.UI; using System.Collections; namespace classes { //Instead of re...
// Copyright (c) 2015, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // - Redistributions of source code must retain the above copyright notice, this // list o...
using AutoMapper.Internal; using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; namespace AutoMapper.Configuration { using static AutoMapper.Execution.ExpressionBuilder; public interface IPropertyMapConfiguration { void Configure(...
// 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.Build.Engine { using System; using System.Collections.Specialized; using System.Linq; using System.Text.RegularExpressions...
//! \file ArcFPK.cs //! \date Mon May 25 10:01:24 2015 //! \brief FPK resource archives implementation. // // 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 /...
/* ==================================================================== 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 ...
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Channels { using System; using System.Runtime; using Sys...
/* 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: * * * Redistributions of source code must retain the above * copyright notice, this lis...
using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.Remoting.Channels; using System.Runtime.Remoting.Messaging; using System.Runtime.Remoting.Proxies; using System.Text; using System.Threading; usi...
using System; using System.Linq; using System.Collections.Generic; using NUnit.Framework; using ServiceStack.Common.Extensions; using ServiceStack.Common.Tests.Models; using ServiceStack.Text; using ServiceStack.DataAnnotations; using System.ComponentModel.DataAnnotations; namespace ServiceStack.OrmLite.Tests { [Test...
// 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.Linq; using System.Threading; using Microsoft.CodeAnalysis.Editor.Host; using Microsoft.CodeAnalysis.Internal.Log; using Microsoft....
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Dispatcher { using System; using System.Collections.Generic;...
// 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.Text; namespace System.Xml.Xsl.Runtime { in...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Drawing; namespace ImageProcessing2014 { partial class Util { public class Math { /// <summary> /// angle of prev-now-next in radians(?) ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using Xunit; namespace System.Linq.Tests { public class LastTes...
using System.Net; using FluentAssertions; using JsonApiDotNetCore.Serialization.Objects; using TestBuildingBlocks; using Xunit; namespace JsonApiDotNetCoreTests.IntegrationTests.RestrictedControllers; public sealed class ReadOnlyControllerTests : IClassFixture<IntegrationTestContext<TestableStartup<RestrictionDbConte...
using XPT.Games.Generic.Constants; using XPT.Games.Generic.Maps; using XPT.Games.Twinion.Entities; namespace XPT.Games.Twinion.Maps { class TwMap13 : TwMap { public override int MapIndex => 13; public override int MapID => 0x0503; protected override int RandomEncounterChance => 0; p...
//----------------------------------------------------------------------------- // Filename: SIPTLSChannel.cs // // Description: SIP transport for TLS over TCP. // // History: // 13 Mar 2009 Aaron Clauson Created. // // License: // This software is licensed under the BSD License http://www.opensource.org/licenses/bsd...
// 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 2009 ZXing authors * * 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 ...
using System; using System.IO; using System.Collections.Generic; namespace CPI.Audio { /// <summary> /// Generates tones from a touch-tone phone. /// </summary> public class TouchToneGenerator : IDisposable { # region Static Fields private static readonly double[] columnTones = new...
/***************************************************************************\ * * File: NonClientArea.cs * * Description: * HWND-based NonClientArea proxy * * Copyright (C) 2002 by Microsoft Corporation. All rights reserved. * \***************************************************************************/ using System; ...
namespace Macabresoft.Macabre2D.UI.Common; using System; using System.ComponentModel; using System.IO; using System.Runtime.Serialization; using Macabresoft.AvaloniaEx; using Macabresoft.Core; using Macabresoft.Macabre2D.Framework; /// <summary> /// Interface for a node in the content tree. /// </summary> public inte...
// 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; using System.Diagnostics; using System.Security.Principal; using Xunit; namespace System.Ser...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Security.Cry...
namespace dotless.Core.Importers { using System; using System.Collections.Generic; using System.IO; using System.Linq; using Input; using Parser; using Parser.Tree; using Utils; using System.Text.RegularExpressions; using System.Reflection; public class Importer : IImporter ...
/* *************************************************************************** * 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 MIT License (...
// MvxRestClient.cs // (c) Copyright Cirrious Ltd. http://www.cirrious.com // MvvmCross is licensed using Microsoft Public License (Ms-PL) // Contributions and inspirations noted in readme.md and license.txt // // Project Lead - Stuart Lodge, @slodge, me@slodge.com using MvvmCross.Platform; using MvvmCross.Platform.Ex...
// 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.Reflection; using Microsoft.CodeAnalysis.CSharp.Symbols; usin...
/* Copyright 2012 Michael Edwards 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 i...
// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.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 Newtonsoft.Json; using System.Collections; ...
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...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. #region StyleCop Suppression - generated code using System; using System.ComponentModel; using System.Windows; using System.Windows.Input; namespace Microsoft.Management.UI.Internal { /// <summary> /// A popup which child controls can...
using System; using System.Text; namespace Brickred.Exchange { public sealed class CodecInputStream { private readonly byte[] buffer_; private int buffer_pos_; private int buffer_size_; private int buffer_left_size_; public CodecInputStream(byte[] buffer, int offset, in...
/* * 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...
namespace DocumentDB.ChangeFeedProcessor { using ChangeFeedProcessor.DocumentLeaseStore; using Microsoft.Azure.Documents; using Microsoft.Azure.Documents.Client; using Microsoft.Azure.Documents.Linq; using System; using System.Collections.Concurrent; using System.Collections.Generic; usi...
//----------------------------------------------------------------------- // <copyright file="ParameterModelBase.cs" company="NSwag"> // Copyright (c) Rico Suter. All rights reserved. // </copyright> // <license>https://github.com/RicoSuter/NSwag/blob/master/LICENSE.md</license> // <author>Rico Suter, mail@rsuter.c...
//----------------------------------------------------------------------------- //Cortex //Copyright (c) 2010-2015, Joshua Scoggins //All rights reserved. // //Redistribution and use in source and binary forms, with or without //modification, are permitted provided that the following conditions are met: // * Redist...
/* * Copyright 2010-2014 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...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Diagnostics; using System.Diagnostics.Contracts; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; using Microso...
// // Alerts sample in C# // using System; using MonoTouch.UIKit; using MonoTouch.Foundation; using System.Drawing; namespace MonoCatalog { public partial class AlertsViewController : UITableViewController { // Load our definition from the NIB file public AlertsViewController () : base ("AlertsViewController...
// // ReplicationTest.cs // // Author: // Zachary Gramana <zack@xamarin.com> // // Copyright (c) 2013, 2014 Xamarin Inc (http://www.xamarin.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 ...
#region File Description //----------------------------------------------------------------------------- // SkinningSample.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #endregio...
using Microsoft.PowerShell.Activities; using System.Activities; using System.Collections.Generic; using System.ComponentModel; namespace Microsoft.PowerShell.Activities { /// <summary> /// Activity to invoke the CimCmdlets\New-CimSessionOption command in a Workflow. /// </summary> [System.CodeDom.Com...
// 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.IO; using System.Runtime.InteropServices; using System.Text; using Xunit; public static class PathTests { ...
namespace Voxel2Unity { using UnityEngine; using System.Collections; using System.IO; using System.Collections.Generic; using System; using System.Text; public static class VoxFile { private static Color[] DefaultPallete { get { Color[] c = new Color[256]; int index = 0; for (int r =...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
/* ==================================================================== Licensed to the 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...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. /*============================================================ ** ** ** ** ** ** Purpose: Exposes a separate Stream for Console IO and ** handles WinCE appropriately...
namespace Nancy.Tests.Unit.ModelBinding { using System; using FakeItEasy; using Nancy.ModelBinding; using Xunit; public class DynamicModelBinderAdapterFixture { [Fact] public void Should_throw_if_locator_is_null() { // Given, When var result = ...
using System; using System.Collections.Generic; using System.Net.Http; using System.Security.Claims; using System.Threading.Tasks; using Microsoft.Owin; using Microsoft.Owin.Infrastructure; using Microsoft.Owin.Logging; using Microsoft.Owin.Security; using Microsoft.Owin.Security.Infrastructure; using Newtonsoft.Json.L...
// Copyright (C) 2014 dot42 // // Original filename: Org.Apache.Http.Impl.Auth.cs // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // ...
// Copyright (c) Microsoft Corporation. All Rights Reserved. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; using System.Collections; using System.Collections.Generic; using System.IO; using System.Windows.Forms; using System.Diagnostics; using System...
// 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. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Linq; using System.Net.Http.Headers; using System.Net.Mail; using System.Text; using Xunit; namespace Sys...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
using System; using System.Linq; using System.Reactive.Linq; using Avalonia.Input.Raw; using Avalonia.Interactivity; using Avalonia.Platform; using Avalonia.VisualTree; namespace Avalonia.Input { /// <summary> /// Represents a mouse device. /// </summary> public class MouseDevice : IMouseDevice, IDispo...
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Net.Test.Common; using System.Threading; using System.Threading.Tasks...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace BankingSite.Web.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it ...
// 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.Collections.Generic; using System.Linq; using osu.Framework.Graphics; using osu.Framework.Graphics.Primitives; using osu.Framework.Utils; using osu.Game.Exte...
#if !NETFX_CORE //Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Text; using System.Security.Cryptography; // ************************************************************** // * Raw implementation of the MD5 hash algorithm // * from RFC 1321. // * // * Written By: Reid Borsuk an...
// 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 required by a...
// 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 Internal.Reflection.Core.Execution.Binder; using Internal.Reflection.Extensions.NonPortable; using System.Coll...
#region License // Copyright (c) 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 // ...
//! \file ImagePreview.cs //! \date Sun Jul 06 06:34:56 2014 //! \brief preview images. // // Copyright (C) 2014-2018 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 // deal in the So...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using TNT.Exceptions.ContractImplementation; using TNT.Exceptions.Local; using TNT.Exceptions.Remote; using TNT.Presentation.Deserializers; using TNT.Presentation.Serializers; using TNT.Transport; namespace TNT.Presentation { /// <...