context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Linq; using System.Collections.Generic; using System.Globalization; using System.Text.RegularExpressions; using System.Diagnostics.Code...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.Docs.MarkdownLite.Dfm { using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; u...
/* * 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) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osuTK; using osuTK.Graphics; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu...
//----------------------------------------------------------------------- // <copyright file="AugmentedImageDatabaseApi.cs" company="Google LLC"> // // Copyright 2018 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using Android.App; using Android.Content; using Android.Content.Res; using Android.Graphics; using Android.OS; using Android.Runtime; using Android.Support.V4.View; using Android.Text; using Andro...
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...
// 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.Diagnostics.Contracts; using System.Runtime.CompilerServices; using System.Ru...
// // Copyright (C) 2012-2014 DataStax 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 app...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; #if !ES_BUILD_AGAINST_DOTNET_V35 using Contract = System.Diagnostic...
using System; using System.Collections.Generic; using System.Text; using System.ComponentModel; using System.Runtime.InteropServices; using System.IO; namespace Vestris.ResourceLib { /// <summary> /// VS_VERSIONINFO /// This structure depicts the organization of data in a file-version resource. It is the r...
#region Imports using System; using System.Reflection; using System.Collections; using System.ComponentModel; using System.Collections.Generic; using System.Runtime.Serialization; using System.ComponentModel.Design; using System.Collections.Specialized; using System.Workflow.ComponentModel; using System.Workflow.Compo...
//--------------------------------------------------------------------------- // // <copyright file=Highlights.cs company=Microsoft> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // // Description: Text highlights associated with a TextContainer. // // History: // 7/1/2004 : [....
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
/* * Copyright (c) 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...
// // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2015 Jb Evain // Copyright (c) 2008 - 2011 Novell, Inc. // // Licensed under the MIT/X11 license. // using System; using System.Collections; using System.Collections.Generic; using Mono.Cecil; namespace Mono.Collections.Generic { public cla...
// 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.Buffers; using System.Buffers.Text; using System.Diagnostics; namespace System.Security.Cryptography.A...
using System; #if !SILVERLIGHT using System.Collections.Concurrent; using System.Data; #else using TvdP.Collections; #endif using System.Collections.Generic; using System.Linq; using System.Reflection; using AutoMapper.Impl; using AutoMapper.Mappers; namespace AutoMapper { public class ConfigurationStore : IConfigu...
// 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.Dynamic.Utils; namespace System.Linq.Expressions.Compiler { partial clas...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. // Warning: This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if the // code is regenerated. using Sys...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Text; using Microsoft.VisualStudio.Debugger.Interop; using MICore; using System.Diagnostics; // This file ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Reflection.Emit; namespace CIL { public static class Extension { public static byte[] PublicBakeByteArray(this ILGenerator il) { return Reader.MethodBakeByteArray.Invoke(il, null)...
// 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 ...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using Newtonsoft.Json; using UnityEngine; public class ServerScript : MonoBehaviour { public static ServerScript Instance { get; private set; } //Public public const int port = 31414; public const string buildVersion ...
using System; using System.Collections.Concurrent; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Threading.Tasks; using System.Xml.Linq; namespace Xunit.ConsoleClient { public class Program { volatile static bool cancel; static bool failed; ...
/* * 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...
namespace XenAdmin.Wizards.BugToolWizardFiles { partial class BugToolPageDestination { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. ...
#region CopyrightHeader // // Copyright by Contributors // // 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.txt // // Unless requ...
using System; using Content.Client.HUD.UI; using Content.Client.Resources; using Content.Client.Stylesheets; using Content.Shared.Input; using Robust.Client.Input; using Robust.Client.ResourceManagement; using Robust.Client.UserInterface.Controls; using Robust.Shared.Input; using Robust.Shared.Localization; using Robus...
using System; using System.Collections; using UnityEngine.Events; using UnityEngine.EventSystems; namespace UnityEngine.UI { [AddComponentMenu("UI/Scrollbar", 32)] [RequireComponent(typeof(RectTransform))] public class Scrollbar : Selectable, IBeginDragHandler, IDragHandler, IInitializePotentialDragHandler...
#define MCG_WINRT_SUPPORTED using Mcg.System; using System; using System.Collections.Generic; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.InteropServices.WindowsRuntime; // ------------------------------------------------------------------...
//------------------------------------------------------------------------------------------------------------------------------------------------------------------- // <copyright file="Network.cs">(c) 2017 Mike Fourie and Contributors (https://github.com/mikefourie/MSBuildExtensionPack) under MIT License. See https://...
#region /* Copyright (c) 2002-2012, Bas Geertsema, Xih Solutions (http://www.xihsolutions.net), Thiago.Sayao, Pang Wu, Ethem Evlice, Andy Phan, Chang Liu. All rights reserved. http://code.google.com/p/msnp-sharp/ Redistribution and use in source and binary forms, with or without modification, are permitted provided 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. using OLEDB.Test.ModuleCore; using XmlCoreTest.Common; namespace System.Xml.Tests { internal class VerifyNameTe...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading; using ALinq.SqlClient; using LinqToSqlShared.Mapping; namespace ALinq.Mapping { internal class MappedMetaModel : MetaModel { // Fields private Type contextType; private bo...
using UnityEngine; using System.Collections; using System.Collections.Generic; using System; using UnityEngine.Audio; namespace UberAudio { //And audio event, mapping a audio settings to a string event [Serializable] public class AudioEvent { public string EventName; public float Rando...
// 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.Threading; using System.Runtime.InteropServices; using System.Collections; using System.C...
// // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2015 Jb Evain // Copyright (c) 2008 - 2011 Novell, Inc. // // Licensed under the MIT/X11 license. // using System; namespace Zenject.ReflectionBaking.Mono.Cecil { public class ExportedType : IMetadataTokenProvider { string @namespace; s...
using System; using System.IO; using System.Linq; using System.Collections.Generic; using NUnit.Framework; using MooGet; namespace MooGet.Specs.Core { [TestFixture] public class IDirectorySpec : Spec { public class FileClass : IFileSpec.FileClass, IFile { public FileClass(string path) : base(path) {} } p...
using System; using System.IO; using Org.BouncyCastle.Utilities.IO; namespace Org.BouncyCastle.Bcpg { /// <remarks>Basic output stream.</remarks> public class BcpgOutputStream : BaseOutputStream { internal static BcpgOutputStream Wrap( Stream outStr) { if (outStr is BcpgOutputStream) { ...
// // Copyright (c) 2004-2018 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) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Globalization; using System.Runtime.InteropServices; using Xunit; namespace System.Numerics.Tests { public class QuaternionTests { // A te...
using System; /// <summary> /// char.IsLower(string, int) /// Indicates whether the character at the specified position in a specified string is categorized /// as a lowercase letter character. /// </summary> public class CharIsLower { private const int c_MIN_STR_LEN = 2; private const int c_MAX_STR_LEN = ...
namespace SPI_HFC_Master_v0_1 { partial class CySPIMControlAdv { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary...
namespace YAMP { using System; using System.Collections.Generic; using System.IO; using System.Text; using YAMP.Exceptions; /// <summary> /// The value type for containing an array of arbitrary Value instances. /// This class is used for transporting arguments as well as returning /...
// 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.CommandLine; using System.Runt...
// 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: Used for binding and...
/* * 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...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespa...
// 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) 2012 GarageGames, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restrictio...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; using System.IO; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using CoreGraphics; using Foundation; using UIKit; using Shared; using Shared.BusinessLayer; using Shared.CustomEventArgs; using Sh...
using System; using System.Collections.Generic; using UnityEditor; using UnityEngine; using Object = UnityEngine.Object; public class BuiltInResourcesWindow : EditorWindow { struct Drawing { public Rect Rect; public Action Draw; } List<Drawing> Drawings; List<Object> _objects; ...
// 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 ...
using System; using System.Linq; using System.Xml.Schema; using XsdDocumentation.Model; namespace XsdDocumentation.Markup { internal static class AttributeMamlWriterExtensions { #region AttributeTypeNameWriter private sealed class AttributeTypeNameWriter : XmlSchemaSetVisitor { ...
#region License /* * Copyright 2002-2010 the original author or 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 * * Unle...
// 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.Diagnostics; using System.Globalization; using System.IO; usi...
using Newtonsoft.Json; 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....
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> /// Customer Generated by MyGeneration using t...
/*-------------------------------------------------------------------------- Reactor.Divert The MIT License (MIT) Copyright (c) 2015 Haydn Paterson (sinclair) <haydn.developer@gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files ...
namespace Trionic5Controls { partial class frmBoostAdaptionWizard { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </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.Threading; using Xunit; namespace System.Net.Sockets.Tests { public class OSSupportTest { ...
// 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.Xml; using System.Diagnostics; using System.Collections; using System.Collections.Generic; using System.Threading.Tasks; namespace System.X...
using System; using System.IO; using System.Text; using System.Threading; namespace Platform.Xml.Serialization { /// <summary> /// Maintains an up to date instance of an object that has been serialized /// to a file. /// </summary> /// <remarks> /// The current up to date instance of the object can be retrieved ...
using System.ComponentModel; using System.Text.Json; using System.Text.Json.Serialization; namespace Signum.Entities.Dynamic; [EntityKind(EntityKind.Main, EntityData.Master)] public class DynamicTypeEntity : Entity { public DynamicBaseType BaseType { set; get; } [UniqueIndex] [StringLengthValidator(Min =...
// Copyright (c) 2014 SIL International // This software is licensed under the MIT License (http://opensource.org/licenses/MIT) using System; using System.Diagnostics; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Runtime.InteropServices; namespace Palaso.IO { public stat...
// 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.Linq; using System.Collections.Concurrent; using System.Collections.Generic; using System.Security.Cryptography; namespace Internal.Cryptogr...
/* Copyright (c) 2007 Michael Lidgren Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute,...
// Jacqueline Kory Westlund // June 2016 // // The MIT License (MIT) // Copyright (c) 2016 Personal Robots Group // // 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...
// Copyright (C) 2015-2021 The Neo Project. // // The neo is free software distributed under the MIT software license, // see the accompanying file LICENSE in the main directory of the // project or http://www.opensource.org/licenses/mit-license.php // for more details. // // Redistribution and use in source and bi...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: POGOProtos/Networking/Requests/Messages/FortSearchMessage.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...
using System; using System.Runtime.Serialization; namespace NServiceKit.WebHost.Endpoints.Tests.Support.Operations { /// <summary>A request of all types.</summary> [DataContract] public class RequestOfAllTypes { /// <summary>Gets or sets the character.</summary> /// /// <value>The charac...
// 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 Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.Editor.CSharp.TextStructureNavigation; using Microsoft.Code...
//created by henry_r //12/19/07 //[RunUO 2.0 RC1] //See .txt file for info // using System; using System.Collections; using Server; using Server.Mobiles; using Server.Items; using Server.Spells; using Server.DruidSystem; namespace Server.DruidSystem.Mobiles { [CorpseName( "a evil druid corpse" )] public class EvilDr...
using UnityEngine; using System; using System.Collections; using System.Runtime.InteropServices; using MiniJSON; #if UNITY_ANDROID /* * SessionM Android Native Implementation. */ public class ISessionM_Android : ISessionM { private SessionM sessionMGameObject; private ISessionMCallback callback; private Session...
// 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; using System.Linq; using Xunit; namespace System.Collections.Immutable.Tests { public class ImmutableLi...
// Copyright 2006 Alp Toker <alp@atoker.com> // This software is made available under the MIT License // See COPYING for details using System; using System.Text; using System.Collections.Generic; using System.IO; using System.Reflection; using System.Runtime.InteropServices; namespace DBus { sealed class MessageWrit...
using System; using System.Text; namespace Lucene.Net.Analysis.Tokenattributes { using Lucene.Net.Support; /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional infor...
/* ==================================================================== 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...
#region File Description //----------------------------------------------------------------------------- // Player.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #endregion using...
// // ListView_Header.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 2007-2008 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without rest...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.Runtime.InteropServices; using System.Threading; namespace System.Security {...
//------------------------------------------------------------------------------ // <copyright file="LinqDataView.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">[....]</owner> // <owner current="true" primary="false">[.....
/* * This file is part of UniERM ReportDesigner, based on reportFU by Josh Wilson, * the work of Kim Sheffield and the fyiReporting project. * * Prior Copyrights: * _________________________________________________________ * |Copyright (C) 2010 devFU Pty Ltd, Josh Wilson and Others| * | (http://reportfu.org) ...
//--------------------------------------------------------------------- // <copyright file="StructuredProperty.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // // @owner [....] // @backupOwner [....] //--------------------------------------------------...
// 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.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; ...
// 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.Linq.Expressions; using System; using System.Diagnostics; using System.Dynamic; using System.Re...
using System.Linq; using System.Net; using System.Net.Http; using System.Threading.Tasks; using FluentAssertions; using JsonApiDotNetCore.Configuration; using JsonApiDotNetCore.Resources; using JsonApiDotNetCore.Serialization.Objects; using JsonApiDotNetCoreTests.Startups; using Microsoft.Extensions.DependencyInjection...
// 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) DotSpatial Team. All rights reserved. // Licensed under the MIT license. See License.txt file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Globalization; using Sy...
// // (C) Copyright 2003-2011 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software in // object code form for any purpose and without fee is hereby granted, // provided that the above copyright notice appears in all copies and // that both that copyright notice and the limited warranty ...
using StructureMap.Pipeline; using StructureMap.Query; using System; using System.Collections; using System.Collections.Generic; using System.Reflection; namespace StructureMap { /// <summary> /// The main "container" object that implements the Service Locator pattern. /// </summary> public interface I...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text.RegularExpressions; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Zyborg.Vault.Model; using Zyborg.Vault.MockServer.U...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; namespace Cocos2D { ///<summary> /// No-frills list that wraps an accessible array. ///</summary> ///<typeparam name="T">Type of elements contained by the list.</typeparam> public class CCRawList<T> ...
/* **************************************************************************** * * 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 ...
/** * 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...
// 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.Runtime.InteropServices; #if PLATFORM_WINDOWS using CpObj; #endif internal static class ...
#region MIT license // // MIT license // // Copyright (c) 2007-2008 Jiri Moudry, Pascal Craponne // // 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...