context
stringlengths
2.52k
185k
gt
stringclasses
1 value
/* * SystemInformation.cs - Implementation of the * "System.Windows.Forms.SystemInformation" 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 Fr...
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...
// Bindable list view. // 2003 - Ian Griffiths (ian@interact-sw.co.uk) // // This code is in the public domain, and has no warranty. using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Data; using System.Windows.Forms; namespace WinFormsMvvm { /// <summary> ...
using System; using System.Collections; using System.Globalization; using System.IO; using Org.BouncyCastle.Utilities.Collections; namespace Org.BouncyCastle.Bcpg.OpenPgp { /// <remarks> /// Often a PGP key ring file is made up of a succession of master/sub-key key rings. /// If you want to read an entire secret k...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace System.Xml.Tests { public class DateTimeTests { [Fact] public static...
using System; using System.Collections.Generic; using System.Diagnostics; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc.Formatters; using Microsoft.Extensions.FileProviders; using Microsoft.Extensions.Hosting; using Microsoft.Net.Http.Headers; using MvcProblemDetails = Microsoft.AspNetCore.Mvc.Problem...
// 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 ...
// CodeContracts // // 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, including wit...
/* * Copyright 2013 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 ...
#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 // (...
using System; using System.Diagnostics; using System.IO; using System.Net; using System.Net.Sockets; using System.Threading; namespace Nowin { public class SaeaLayerCallback : ITransportLayerCallback, IDisposable { static readonly bool RuntimeCorrectlyImplementsDisconnectReuseSocket; static Sa...
//regarding binding and vertex arrays: //http://stackoverflow.com/questions/8704801/glvertexattribpointer-clarification //http://stackoverflow.com/questions/9536973/oes-vertex-array-object-and-client-state //http://www.opengl.org/wiki/Vertex_Specification //etc //glBindAttribLocation (programID, 0, "vertexPosition_mod...
/* * 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.Diagnostics.Contracts; using System.Security; using Internal.Runtime.CompilerHelpers; using Internal.Ru...
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // a set of lightweight...
using System; using System.Collections; using Server; using Server.Gumps; using Server.Items; using Server.Mobiles; using Server.Prompts; using Server.Engines.XmlSpawner2; // // XmlLogGump // modified from RC0 BOBGump.cs // namespace Server.Gumps { public class XMLQuestLogGump : Gump { private Mobile m_From; pr...
// // Encog(tm) Core v3.3 - .Net Version // http://www.heatonresearch.com/encog/ // // Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // htt...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.Protocols.TestSuites.FileSharing.Common.Adapter; using Microsoft.Protocols.TestSuites.FileSharing.Common.TestSuite; using Microsoft.Protocols.TestSuites...
// 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.Diagnostics; using System.Collections.Generic; namespace System.Xml { ...
using System; using System.Collections.Generic; using System.Reactive.Concurrency; using System.Threading; using Avalonia.Animation; using Avalonia.Controls; using Avalonia.Controls.ApplicationLifetimes; using Avalonia.Controls.Templates; using Avalonia.Input; using Avalonia.Input.Platform; using Avalonia.Input.Raw; us...
// // ProjectPackagesFolderNodeBuilder.cs: Node to control the packages in the project // // Authors: // Marcos David Marin Amador <MarcosMarin@gmail.com> // // Copyright (C) 2007 Marcos David Marin Amador // // // This source code is licenced under The MIT License: // // Permission is hereby granted, free of charge,...
using UnityEngine; using UnityEditor; using System; using System.Linq; using System.IO; using System.Collections.Generic; using System.Text.RegularExpressions; using V1=AssetBundleGraph; using Model=UnityEngine.AssetGraph.DataModel.Version2; namespace UnityEngine.AssetGraph { [CustomNode("Modify Assets/Overwrite ...
using System; using System.Collections.Generic; using System.Reflection; using System.IO; using System.Xml.Linq; using System.Linq; namespace witsmllib { public enum UomBase { Metric, Imperial } public sealed class WitsmlServer { protected static UomBase uomBase = UomBas...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using System.Linq; using Xunit; using System.Diagnostics; namespace System.Collections.Immutable.Tests { public abstract class Im...
using UnityEngine; using System.Collections; public class MenuControl : MonoBehaviour{ public GUISkin guiSkin; public Texture2D titleImage; public Texture2D normalcardImage; public Texture2D hearts; public Texture2D diamonds; public Texture2D clubs; public Texture2D spades; public Texture2D Black9; public _Me...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: Int64.cs ** ** ** Purpose: This class will encapsulate a long and provide an ** Object representation of it. ** ** ==========================...
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; using System.ComponentModel; using System.Data; using System.Drawing; using System.Windows.Forms; using C1.Win.C1Input; using C1.Win.C1TrueDBGrid; using PCSComSale.Order.BO; using PCSComSale.Order.DS; using PCSComUtils.Common; using PCSComUtils.PCSExc; using PCSUtils.Log; using P...
// Copyright (c) 2015 SIL International // This software is licensed under the MIT License (http://opensource.org/licenses/MIT) #if __MonoCS__ using System; using System.Diagnostics; using System.Linq; using System.Collections.Generic; using System.IO; using IBusDotNet; using SIL.Keyboarding; namespace SIL.Windows.Fo...
using UnityEngine; public class GUITransitioner : MonoBehaviour { //////////////////////////////// singleton fields & methods //////////////////////////////// private const string gameObjectName = "GUITransitioner"; private static GUITransitioner _instance; public static GUITransitioner get() { ...
// // Copyright (c) 2008-2011, Kenneth Bell // // 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, ...
using System; using MySqlEntity; using Core; using System.Collections.Generic; using Infrastructure; using System.Linq; using log4net; namespace MySqlEntityTest { class MainClass { private static Context context; private static RandomStringGenerator stringGenerator = new RandomStringGenerator (); private stati...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Globalization; using System.Linq; using System.Text; namespace EduHub.Data.Entities { /// <summary> /// Languages Data Set /// </summary> [GeneratedCode("EduHub Da...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Text; using Microsoft.Cci; using Ast = Microsoft.Cci.Ast; using System....
using System; using System.Reflection.Emit; using System.Security.Policy; using System.Web.UI.WebControls.WebParts; namespace dotless.Test.Specs { using System.Collections.Generic; using Core.Importers; using Core.Parser; using NUnit.Framework; using System.IO; using System.Reflection; cla...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / /// <summary> /// PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you /// currently do not have developer preview access, please contact help@twilio...
using UnityEngine; using System.Collections; using System.Collections.Generic; public class MummificationScript : MonoBehaviour { public Camera mainCamera; private Dictionary<string, GameObject> gameObjectsInHandReference; private Dictionary<string, GameObject> pickableGameObjectsReference; private Dictionary<str...
// <copyright file="DevToolsSession.cs" company="WebDriver Committers"> // Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // ...
namespace yok.App.Forms { partial class PanelMainConfig { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
/** * Part of the tcp-moe project. * Property of aequabit. * Distributed under the Apache 2.0 License. */ using System; namespace tcp_moe_server.Classes { public class Handlers : Enums { private static Pack pack = new Pack(); public static void Incoming(ServerClient client, byte[] data) ...
// // Copyright (c)1998-2011 Pearson Education, Inc. or its affiliate(s). // All rights reserved. // using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Reflection; using System.Text.RegularExpressions; using System.Xml.XPath; using OpenADK.Library; using OpenADK.Library...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
//--------------------------------------------------------------------- // <copyright file="FeatureInfo.cs" company="Microsoft Corporation"> // Copyright (c) 1999, Microsoft Corporation. All rights reserved. // </copyright> // <summary> // Part of the Deployment Tools Foundation project. // </summary> //------------...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Reflection; usi...
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...
/* * CollectionEditor.cs - The base class for the visual type editors * * Part of PropertyGrid - A Gtk# widget that displays and allows * editing of all of an object's public properties * * Authors: * Michael Hutchinson <m.j.hutchinson@gmail.com> * * Copyright (C) 2005 Michael Hutchinson * * This so...
using System; using System.IO; using System.Text; using System.Collections.Generic; using System.Globalization; using KaoriStudio.Core.Text.Parsing; using KaoriStudio.Core.Helpers; namespace KaoriStudio.Core.Text.Serializers { public partial class XMLSerializer { /// <summary> /// Options for the XML lexer. ///...
/* * 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 ...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Text; using Orleans.CodeGeneration; namespace Orleans.Runtime { /// <summary> /// A collection of utility functions for dealing with Type ...
// ********************************* // Message from Original Author: // // 2008 Jose Menendez Poo // Please give me credit if you use this code. It's all I ask. // Contact me for more info: menendezpoo@gmail.com // ********************************* // // Original project from http://ribbon.codeplex.com/ // Continue to...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace System.Text.Tests { // Encodes a set of characters from the specified character array in...
// 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.Linq; using System.Net.Http; using System.Reflection; using System.Threading.Tasks; using ...
// CodeContracts // // 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, including wit...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== namespace System { using System; using System.Reflection; using System.Runtime; using System.Runtime.Serialization; using System.Diagnostics.Contracts; using System.Reflection.Emit; [Serializable...
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 //...
/* Copyright 2015-2018 Developer Express Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or ...
// 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 Xunit; namespace System.Linq.Parallel.Tests { public static class ToDic...
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// =========================================================== // Copyright (c) 2014-2015, Enrico Da Ros/kendar.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...
//------------------------------------------------------------------------------ // <copyright file="filewebrequest.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ namespace Syste...
// <copyright file="RecordAggregation.cs" company="Fubar Development Junker"> // Copyright (c) 2016 Fubar Development Junker. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // </copyright> using System; using System.Collections.Generic; using ...
/* * Michael E. Steurer, 2011 * Institute for Information Systems and Computer Media * Graz University of Technology * * 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 ret...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ using Windows.ApplicationModel; namespace Microsoft.WindowsAzure.MobileServices { using System; using System.Collections.C...
using System; namespace ICSharpCode.SharpZipLib.Zip.Compression.Streams { /// <summary> /// Contains the output from the Inflation process. /// We need to have a window so that we can refer backwards into the output stream /// to repeat stuff.<br/> /// Author of the original java version : John Leuner /// </summ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.Azure.Cosmos; using Microsoft.Azure.Cosmos.Linq; using WorkflowCore.Interface; using WorkflowCore.Models; using WorkflowCore.Providers.Azure.Interface; using WorkflowCore.Providers.Az...
// 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.Reflection; using System.Collections.Generic; using System.Diagnostics; using System.IO...
using Shouldly; using System; using Xunit; namespace Valit.Tests.Float { public class Float_IsGreaterThanOrEqualTo_Tests { [Fact] public void Float_IsGreaterThanOrEqualTo_For_Not_Nullable_Values_Throws_When_Null_Rule_Is_Given() { var exception = Record.Exception(() => { ...
using HoloJson.Common; using HoloJson.Core; using HoloJson.Lite; using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Threading.Tasks; namespace HoloJson.Lite.Parser { // Recursive descent parser implementation using Java types. public sealed class LiteJsonParser :...
using System; using Manatee.Trello.Internal; using Manatee.Trello.Internal.Synchronization; using Manatee.Trello.Internal.Validation; namespace Manatee.Trello { /// <summary> /// Exposes any data associated with an action. /// </summary> public class ActionData : IActionData { private readonly Field<Attachment>...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Text; namespace Microsoft.PowerShell { internal static class ComInterfaces { [DllImport("kernel32.dll"...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: POGOProtos/Networking/Responses/UseItemXpBoostResponse.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.Pr...
using System; using System.Collections; using System.Diagnostics.CodeAnalysis; using System.Reflection; using System.Reflection.Emit; using System.Diagnostics; using BLToolkit.Reflection; using BLToolkit.Reflection.Emit; namespace BLToolkit.TypeBuilder.Builders { public abstract class AbstractTypeBuilderBase : IAbst...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Framework.Media; using System.IO; using XNA8DFram...
// TypeSymbol.cs // Script#/Core/Compiler // This source code is subject to terms and conditions of the Apache License, Version 2.0. // using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Text; namespace ScriptSharp.Scr...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; using System.Configuration; using System.IO; using System.ComponentModel; using System.Collections.Generic; using Csla.Validation; namespace Northwind.CSLA.Library { /// <summary> /// Category Generated by MyGeneration using t...
// // BitmapInfoHeader.cs: // // Author: // Brian Nickel (brian.nickel@gmail.com) // // Copyright (C) 2007 Brian Nickel // // This library is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License version // 2.1 as published by the Free Software Foundation...
// // System.Configuration.InternalConfigurationHost.cs // // Authors: // Lluis Sanchez Gual (lluis@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 Software without restriction, inc...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
/// Author: https://github.com/cebence /// License: MIT using System; using System.Collections.Generic; using System.IO; using System.Text.RegularExpressions; namespace FileTextReplace { /// <summary> /// FileTextReplace application copies the specified input file's (text) /// content to the specified output fi...
// Python Tools for Visual Studio // 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 //...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Web.Mvc; using System.Web.Routing; namespace RestfulRouting.RouteDebug { public class RouteDebugController : Controller { public class RouteDebugViewModel { public str...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
using System; using System.Collections.Generic; namespace Avalonia.Media.Transformation { /// <summary> /// Contains a list of <see cref="TransformOperation"/> that represent primitive transforms that will be /// applied in declared order. /// </summary> public sealed class TransformOperations : IT...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using System.Globalization; using System.Reactive.Linq; using System.Reactive.Subjects; using Avalonia.Data.Converters; using Avalonia.Loggi...
// 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 not ...
/*************************************************************************** copyright : (C) 2005 by Brian Nickel email : brian.nickel@gmail.com based on : oggpage.cpp from TagLib ***************************************************************************/ /**********...
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.IO; using System.Reflection; using System.Threading; namespa...
// 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.Diagnostics.CodeAnalysis; using System.Runtime.InteropServices; using Microsoft.CodeAnalysis; usi...
// GtkSharp.Generation.FieldBase.cs - base class for struct and object // fields // // Copyright (c) 2004 Novell, Inc. // // This program is free software; you can redistribute it and/or // modify it under the terms of version 2 of the GNU General Public // License as published by the Free Software Foundation. // // Th...
#if SILVERLIGHT using Microsoft.VisualStudio.TestTools.UnitTesting; #elif NETFX_CORE using DevExpress.TestFramework.NUnit; #else using NUnit.Framework; #endif using System; using System.Collections.Generic; namespace DevExpress.Mvvm.Tests { [TestFixture] public class BindableBaseTests { [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. #pragma warning disable RS0007 // Avoid zero-length array allocations. using System; using System.Collections.ObjectModel; using System.Diagnostics; using Mic...
#region License // Copyright (c) 2014 The Sentry Team and individual contributors. // 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 ...
// 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.Generic; using System.Diagnostics.Contracts; using System.Linq; using Validation; using Xunit; using SetTriad = System.Tuple<System.Collections...
/* ==================================================================== 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...
// Python Tools for Visual Studio // 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 //...
// 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. /////////////////////////////////////////////////////////////////////////////// // // mcgdiff - The managed code ge...
//----------------------------------------------------------------------- // <copyright file="Stages.cs" company="Akka.NET Project"> // Copyright (C) 2015-2016 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net> // </copyright> //-------...
// This file is auto generatored. Don't modify it. /* * The MIT License (MIT) * * Copyright (c) 2015 Wu Yuntao * * 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, ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.IO; using System.Xml; using System.Linq; using Umbraco.Core; using Umbraco.Core.Auditing; using Umbraco.Core.IO; using Umbraco.Core.Logging; using Umbraco.Core.Packaging; using umbraco.cms.businesslogic...