context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// Copyright (c) DotSpatial Team. All rights reserved. // Licensed under the MIT license. See License.txt file in the project root for full license information. using System.Collections; using System.Collections.Generic; using System.Linq; using DotSpatial.Data; using DotSpatial.Serialization; using DotSpatial.Symbolo...
// 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.Reflection; using System.Diagnostics; #if ES_BUILD_STA...
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // C# port by: Lars Brubaker // larsbrubaker@gmail.com // Copyright (C) 2007 // // Permission to copy, use, modif...
/* **************************************************************************** * * Copyright (c) Microsoft Corporation. * * This source code is subject to terms and conditions of the Apache License, Version 2.0. A * copy of the license can be found in the License.html file at the root of this distribution. If ...
/* * Copyright (c) InWorldz Halcyon Developers * Copyright (c) Contributors, http://opensimulator.org/ * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above c...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using Microsoft.Protocols.TestTools.StackSdk.Messages.Marshaling; namespace Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Smb2 { /// <summ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Bond { using System; using System.Linq; using System.Threading; using Bond.Expressions; using Bond.IO; using Bond.Protocols; using...
// Copyright (c) 2010-2014 SharpDX - Alexandre Mutel // // 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, modif...
#region Namespace Declarations using Axiom.Graphics; using Axiom.Scripting.Compiler.AST; #endregion Namespace Declarations namespace Axiom.Scripting.Compiler { public partial class ScriptCompiler { #region HELPER class PragmaTokenizer { string[] pragmaList; int ...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
// *********************************************************************** // Copyright (c) 2010 Charlie Poole // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, inclu...
// // Copyright (c) 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, ...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. // Dumps commands in QueryStatus and Exec. // #define DUMP_COMMANDS using System; using System.Collections.Generic; using Microsoft.CodeAnalysis.ErrorReporti...
/* * Copyright (c) 2006, Clutch, Inc. * Original Author: Jeff Cesnik * 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 copyrig...
// 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; using System.Collections.Generic; using System.Diagnostics; using S...
namespace JoinerSplitter { using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.Serialization.Json; using Sys...
using System; using System.Collections.Generic; using Vim25Api; using AppUtil; namespace DVSCreate { ///<summary> ///This sample is used to create DVS or add the port group ///</summary> ///<param name="itemType">Required: Type of the Opeartion to be performed</param> ///<param name="dcname">Requir...
#region License /* SDL2# - C# Wrapper for SDL2 * * Copyright (c) 2013-2014 Ethan Lee. * * This software is provided 'as-is', without any express or implied warranty. * In no event will the authors be held liable for any damages arising from * the use of this software. * * Permission is granted to anyone to use ...
// 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 //...
#region license // Copyright (c) 2004, 2005, 2006, 2007 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 ret...
// *********************************************************************** // Copyright (c) 2012 Charlie Poole // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, inclu...
// // OpenPgpContext.cs // // Author: Jeffrey Stedfast <jeff@xamarin.com> // // Copyright (c) 2013 Jeffrey Stedfast // // 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, ...
/* * * (c) Copyright Ascensio System Limited 2010-2021 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable la...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Media; using System.Windows.Media.Imaging; namespace MvvmScarletToolkit.Wpf { /// <summary> /// Represent an element Tag in Html ...
// Author: Robert Scheller using Landis.Core; using Landis.SpatialModeling; using Landis.Utilities; using System.IO; using System; using Landis.Library.Metadata; using System.Data; using System.Collections.Generic; using System.Collections; namespace Landis.Extension.Succession.NECN { public class Outputs ...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Web.Security; using Stardust.Core.Security; using Stardust.Interstellar.ConfigurationReader; using Stardust.Nexus.Business.CahceManagement; using Stardust.Nexus....
using System; using System.Collections; using System.Collections.Generic; using System.Text; using System.Reflection; using Hydra.Framework; namespace Hydra.SharedCache.Common { [Serializable] public class ServerStats { #region Properties private string name; // // *******...
// 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.Collections.ObjectModel; using System.Diagnostics; using System.Dynamic.Utils; using System.Threading; nam...
// // Copyright (c) 2004-2011 Jaroslaw Kowalski <jaak@jkowalski.net> // // 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 co...
/* * Author: Tristan Chambers * Date: Wednesday, April 1, 2015 * Email: Tristan.Chambers@hotmail.com * Website: Tristan.PaperHatStudios.com */ using System; namespace SMPL.Props { /// <summary> /// Property entry. /// </summary> public class PropertyEntry { #region Properties ...
using System; using System.Collections; using Server.Targeting; using Server.Network; using Server.Misc; using Server.Items; using Server.Mobiles; namespace Server.Spells.Fifth { public class PoisonFieldSpell : MagerySpell { private static SpellInfo m_Info = new SpellInfo( "Poison Field", "In Nox Grav", 23...
// <file> // <copyright see="prj:///doc/copyright.txt"/> // <license see="prj:///doc/license.txt"/> // <author name="Daniel Grunwald"/> // <version>$Revision: 5931 $</version> // </file> using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Windows; using Sy...
using System; using System.Collections.Generic; using System.IO; using System.Linq; namespace Projeny.Internal { public static class PrjSerializer { public static string SerializeProjectConfig(ProjectConfig info) { return YamlSerializer.Serialize<ProjectConfigInternal>(ConvertToInte...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Msagl.Core.DataStructures; using Microsoft.Msagl.Core.GraphAlgorithms; using Microsoft.Msagl.Core.Layout; namespace Microsoft.Msagl.Layout.Layered { /// <summary> /// vertical constraints for Suquiyama scheme /// </summary> ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Security.Cryptography; using System.Text; using System.Threading.Tasks; using Elasticsearch.Net; using Elasticsearch.Net.Serialization; using Nest.Resolvers; using Nest.Resolvers.Converters; using Newtonsoft.Json; namespac...
// This source file is based on mock4net by Alexandre Victoor which is licensed under the Apache 2.0 License. // For more details see 'mock4net/LICENSE.txt' and 'mock4net/readme.md' in this project root. using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System...
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...
// ZlibCodec.cs // ------------------------------------------------------------------ // // Copyright (c) 2009 Dino Chiesa and Microsoft Corporation. // All rights reserved. // // This code module is part of DotNetZip, a zipfile class library. // // ------------------------------------------------------------------ /...
namespace java.util { [global::MonoJavaBridge.JavaClass()] public partial class SimpleTimeZone : java.util.TimeZone { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; protected SimpleTimeZone(global::MonoJavaBridge.JNIEnv @__env) : base(@__env) { } private static global::MonoJavaBrid...
// 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.Expressions; using Xunit; namespace System.Linq.Tests { public class GroupJoinTests : EnumerableB...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System.Linq; #if ASPNETWEBAPI using System.Web.Http.Routing.Constraints; #else using System.Web.Mvc.Routing.Constraints; using System.Web.Routing; #endif ...
// suppress "Missing XML comment for publicly visible type or member" #pragma warning disable 1591 #region ReSharper warnings // ReSharper disable PartialTypeWithSinglePart // ReSharper disable RedundantNameQualifier // ReSharper disable InconsistentNaming // ReSharper disable CheckNamespace // ReSharper disable Un...
using System; using System.Collections.Generic; using System.ComponentModel; using Umbraco.Core.Models; using Umbraco.Core.Models.Membership; using Umbraco.Core.Persistence.DatabaseModelDefinitions; using Umbraco.Core.Publishing; namespace Umbraco.Core.Services { /// <summary> /// Defines the ContentService, w...
namespace FogBugzCaseTracker { partial class FilterDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
using System; using System.Linq; using System.Collections.Generic; using Blueprint41; using Blueprint41.Core; using Blueprint41.Query; using Blueprint41.DatastoreTemplates; using q = Domain.Data.Query; namespace Domain.Data.Manipulation { public interface IProductInventoryOriginalData : ISchemaBaseOriginalData {...
/*************************************************************************** * Body.cs * ------------------- * begin : May 1, 2002 * copyright : (C) The RunUO Software Team * email : info@runuo.com * * $I...
using System; using System.Collections.ObjectModel; using System.IO; using System.Linq; using System.Text; using Argotic.Common; using Argotic.Syndication.Specialized; using HeyRed.MarkdownSharp; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Umbraco.Core; using Umbraco.Core.Logging; using Umbraco.Core.Models...
/* * 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.Security; using System.Diagnostics; using System.Runtime.InteropServices; using System.Runtime.Compiler...
using System.Collections.Generic; using System.Linq; using System; public abstract class Animal : Organism { protected int sleepRemaining; protected Animal(string name, Point location, int size) : base(location, size) { this.Name = name; this.sleepRemaining = 0; } public 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. /*============================================================ ** ** ** ** Purpose: The contract class allows for e...
using System.Collections.Generic; using System.Linq; using FluentNHibernate.Mapping; using FluentNHibernate.MappingModel; using FluentNHibernate.MappingModel.ClassBased; using FluentNHibernate.MappingModel.Collections; using FluentNHibernate.Utils; using FluentNHibernate.Visitors; using NUnit.Framework; namespace Flue...
/****************************************************************************/ /* Command.cs */ /****************************************************************************/ /* AUTHOR: Vance Morrison * Date : 11/3/2005 */ /*************************...
// // 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...
// // 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...
// ******************************************************************************************************** // Product Name: DotSpatial.Controls.dll // Description: The Windows Forms user interface controls like the map, legend, toolbox, ribbon and others. // ***********************************************************...
#region --- License --- /* Copyright (c) 2006 - 2008 The Open Toolkit library. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, ...
/* * 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 ...
using MatterHackers.VectorMath; using NeuralNet; using System; using System.Collections.Generic; namespace SmartSweeper { internal class CMinesweeper { private double m_dMaxTurnRate; private int m_WindowWidth; private int m_WindowHeight; //the minesweeper's neural net private CNeuralNet m_ItsBrain; //i...
/* * Swaggy Jenkins * * Jenkins API clients generated from Swagger / Open API specification * * The version of the OpenAPI document: 1.1.2-pre.0 * Contact: blah@cliffano.com * Generated by: https://github.com/openapitools/openapi-generator.git */ using System; using System.Linq; using System.IO; using System.T...
// 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 class that provide...
using System.Diagnostics; using Exceptionless.Core.Billing; using Exceptionless.Core.Extensions; using Exceptionless.Core.Messaging.Models; using Exceptionless.Core.Models; using Exceptionless.Core.Repositories; using Exceptionless.DateTimeExtensions; using Exceptionless.Extensions; using Foundatio.Caching; using Found...
using System; using System.Text; using System.Data; using System.Data.SqlClient; using System.Data.Common; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Xml; using System.Xml.Serialization; using SubSonic; using SubSonic.Utilities;...
// // Copyright 2012, Xamarin 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...
//--------------------------------------------------------------------- // <copyright file="CqlBlock.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // // @owner [....] // @backupOwner [....] //------------------------------------------------------------------...
/* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
// 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.Reflection; using System.Threading.Tasks; using System.Xml; using Microsoft.Build.BackEnd;...
using System.IO; using GitTools.Testing; using GitVersion; using GitVersion.Logging; using GitVersion.Model; using GitVersionCore.Tests.Helpers; using Microsoft.Extensions.DependencyInjection; using NUnit.Framework; using Shouldly; using Environment = System.Environment; namespace GitVersionExe.Tests { [TestFixtur...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Reflection; using System.Runtime.CompilerService...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using CppSharp.AST; namespace CppSharp.Generators { public enum NewLineKind { Never, Always, BeforeNextBlock, IfNotEmpty } public class BlockKind { public const int Unknown...
// ========================================================== // Updated to use UGUI, March 2015 // Dennis Trevillyan - WatreGames // using UnityEngine; using UnityEngine.UI; using System.Collections; using UMA; namespace UMA.Examples { public class UMACustomization : MonoBehaviour { public UMAData uma...
// // 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) .NET Foundation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for details. using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using OpenLiveWriter.Interop...
// Copyright (c) Microsoft Corporation. All Rights Reserved. // Licensed under the MIT License. using System; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Windows.Shapes; using System.ComponentModel; namespace InteractiveDataDisplay.WPF { ...
using UnityEngine; using System; using CotcSdk; using IntegrationTests; using System.Collections; public class MatchTests : TestBase { [Test("Creates a match with the minimum number of arguments and checks that it is created properly (might highlight problems with the usage of the Bundle class).")] public IEnumerat...
using System; namespace NServiceKit.Logging.Support.Logging { /// <summary> /// Default logger is to System.Diagnostics.Debug.WriteLine /// /// Made public so its testable /// </summary> public class DebugLogger : ILog { const string DEBUG = "DEBUG: "; const string ERROR = "ER...
using System.Linq; using FluentNHibernate.MappingModel; using FluentNHibernate.MappingModel.Collections; using FluentNHibernate.Testing.DomainModel.Mapping; using NUnit.Framework; namespace FluentNHibernate.Testing.FluentInterfaceTests { [TestFixture] public class OneToManyMutablePropertyModelGenerationTests :...
// 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 Internal.Runtime; using Internal.Text; using Internal.TypeSys...
/* * Copyright 2002-2015 Drew Noakes * * Modified by Yakov Danilov <yakodani@gmail.com> for Imazen LLC (Ported from Java to C#) * 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...
// 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. // namespace System.Collections.ObjectModel { using System; using System.Collections.Generic; using Sy...
//----------------------------------------------------------------------------- // Author : hiyohiyo // Mail : hiyohiyo@crystalmark.info // Web : http://openlibsys.org/ // License : The modified BSD license // // Copyright 2007-2009 OpenLibSys.org. All rights reserved. //--------...
using System; using System.Linq; using System.Text; using System.Collections.Generic; using Newtonsoft.Json; using System.ComponentModel.DataAnnotations.Schema; using System.ComponentModel.DataAnnotations; using System.Runtime.Serialization; using HETSAPI.Models; namespace HETSAPI.ViewModels { /// <summary> //...
using System; using System.Linq; using System.Xml.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using PcapDotNet.Base; using PcapDotNet.Packets; using PcapDotNet.Packets.IpV4; using PcapDotNet.Packets.IpV6; namespace PcapDotNet.Core.Test { internal class WiresharkDatagramComparerIpV6MobilityHeader : Wi...
#region License // Copyright (c) 2007 James Newton-King // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restriction, including without limitation the rights to use, // copy, ...
using System; using System.Diagnostics; using System.Drawing; using System.Linq; using System.Text; using System.Threading; using System.Windows.Forms; using System.Xml.Linq; using Microsoft.Deployment.WindowsInstaller; using WixSharp.CommonTasks; using WixSharp.UI.Forms; using WixSharp.UI.ManagedUI; namespace WixShar...
using UnityEngine; using System; using System.Collections; using System.Collections.Generic; public class TitleGUI : MonoBehaviour { #region Variables / Properties public bool DebugMode = false; public bool DrawElements = true; public string NewGameScene; public Vector3 NewGameTransform; public MainForm Ma...
using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; using Cuyahoga.Core.Domain; using Cuyahoga.Core.Service; using Cuyahoga....
using UnityEngine; using System.Collections; using System.Linq; using System.Collections.Generic; namespace RadicalLibrary { public static class QuadBez { public static Vector3 Interp(Vector3 st, Vector3 en, Vector3 ctrl, float t) { float d = 1f - t; return d * d * st + 2f * d * t * ctrl + t * t * en; } ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using BugReport.DataModel; namespace BugReport.Query { public class InvalidQueryException : Exception { public InvalidQueryException(string mess...
#region License /* The MIT License Copyright (c) 2008 Sky Morey 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, ...
/* * 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.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...
namespace Microsoft.Protocols.TestSuites.SharedAdapter { using System.Collections.Generic; /// <summary> /// Object Group data element /// </summary> public class ObjectGroupDataElementData : DataElementData { /// <summary> /// Initializes a new instance of the ObjectGroupDataE...
// 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; using System...
using System; using System.Collections.Generic; using System.Text; using System.Data; using System.IO; using gView.Framework.Data; using gView.Framework.Geometry; using gView.Framework.IO; using System.Reflection; using System.Runtime.InteropServices; using gView.Framework.system; using System.Xml; namespace gView.Dat...
/* * 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...
// // ContextBackendHandler.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // Hywel Thomas <hywel.w.thomas@gmail.com> // // Copyright (c) 2011 Xamarin Inc // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (th...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================= ** ** File: AssemblyAttributes ** ** <OWNER>[....]</OWNER> ** ** ** Purpose: For Assembly-related custom attributes. ** ** ========================...
//--------------------------------------------------------------------------- // // <copyright file="WindowsIPAddress" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // // Description: Win32 IP Common Control proxy // // History: // Kris Krueger ...
// 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. #pragma warning disable 0420 // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+...