context
stringlengths
2.52k
185k
gt
stringclasses
1 value
#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...
using System; using System.Windows.Forms; using System.Drawing; namespace WeifenLuo.WinFormsUI.Docking { partial class DockPanel { internal class DefaultAutoHideWindowControl : AutoHideWindowControl { public DefaultAutoHideWindowControl(DockPanel dockPanel) : base(dockPanel) ...
// 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.Diagnostics; using Internal.TypeSystem; using ILCompiler; using ILCompiler.DependencyAna...
// 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 ManagedTests.DynamicCSharp.Conformance.dynamic.namedandoptional.usage.executeOrder.nested01....
/* ==================================================================== 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...
using System; namespace IntuiLab.Kinect.Events { #region GestureDetected public abstract class GestureDetectedEventArgs : EventArgs { public GestureDetectedEventArgs() { } } #region GestureSwipeLeftDetectedEventArgs public delegate void GestureSwipeLeftDetectedEventHand...
#region License // // Copyright (c) 2018, Fluent Migrator 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 ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. //////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////...
// Licensed 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 ManagedTests.DynamicCSharp.Conformance.dynamic.namedandoptional.decl.opOverload.explicit01.e...
// (c) Copyright Esri, 2010 - 2013 // This source is subject to the Apache 2.0 License. // Please see http://www.apache.org/licenses/LICENSE-2.0.html for details. // All other rights reserved. using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; using System.Resource...
/****************************************************************************** * The MIT License * Copyright (c) 2007 Novell Inc., www.novell.com * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the Software), to deal * in the Sof...
/* * MindTouch Core - open source enterprise collaborative networking * Copyright (c) 2006-2010 MindTouch Inc. * www.mindtouch.com oss@mindtouch.com * * For community documentation and downloads visit www.opengarden.org; * please review the licensing section. * * This program is free software; you can redistri...
using Lucene.Net.Support; using Lucene.Net.Util; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; namespace Lucene.Net.Index { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.IO; using System.Runtime.InteropServices; using System.Text; using Xunit; public static class PathTests { ...
// 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.Net; using System.Threading; using Microsoft.Protocols.TestTools; using Microsoft.Protocols.TestTools.StackS...
// *********************************************************************** // Copyright (c) 2012-2014 Charlie Poole, Rob Prouse // // 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 r...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Journalist.EventStore.Events; using Journalist.EventStore.Streams; using Journalist.EventStore.UnitTests.Infrastructure.Stubs; using Journalist.EventStore.UnitTests.Infrastructure.TestData; using Moq; using Ploeh.Auto...
// 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. #if XMLCHARTYPE_GEN_RESOURCE #undef XMLCHARTYPE_USE_RESOURCE #endif //----------------------------------------------...
/* * 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.Collections.Generic; using System.Diagnostics; namespace YAF.Lucene.Net.Store { /* * 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 owne...
using UnityEngine; using UnityEditor; using System.Linq; using System.Collections.Generic; namespace UMA.Editors { [CustomEditor(typeof(OverlayLibrary))] [CanEditMultipleObjects] public class OverlayLibraryEditor : Editor { private SerializedObject m_Object; private OverlayLibrary overlayLibrary; private Se...
// SPDX-License-Identifier: MIT // Copyright wtfsckgh@gmail.com // Copyright iced contributors using System; using Generator.Enums; using Generator.Enums.InstructionInfo; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Text; namespace Generator.Tables { sealed...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Agent.Sdk.Knob; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Threading; using System.Threading.Tasks; using Microsoft.TeamFoundation.DistributedTask.WebApi; using Micro...
// Copyright (c) Microsoft Corporation. All Rights Reserved. See License.txt in the project root for license information. namespace Microsoft.VisualStudio.FSharp.ProjectSystem { using Microsoft.VisualStudio.OLE.Interop; using Microsoft.VisualStudio.TextManager.Interop; using System.Runtime.InteropServic...
// // File.cs: Provides tagging for GIF files // // Author: // Mike Gemuende (mike@gemuende.be) // // Copyright (C) 2010 Mike Gemuende // // 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 Soft...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Composition.Hosting.Util; using System.Diagnostics; using System.Thre...
using PatchKit.Api.Models.Main; using System.Collections.Generic; using System.Threading; using CancellationToken = PatchKit.Unity.Patcher.Cancellation.CancellationToken; namespace PatchKit.Api { public partial class MainApiConnection { /// <param name="apiKey">Application owner API key.</param> ...
// 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 ...
/******************************************************************** The Multiverse Platform is made available under the MIT License. Copyright (c) 2012 The Multiverse Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Xunit; using System.Xml; namespace XmlDocumentTests.XmlNodeTests { public static class PreviousSiblingTests { [Fact] public static void O...
// 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.Diagnostics; namespace System.Security.Cryptography { /// <summary> /// Util...
/// Copyright (C) 2012-2014 Soomla 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 l...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections; using System.Reflection; using System.Resources; using System.Management.Automation; namespace Microsoft.PowerShell.Commands.Internal.Format { internal sealed class DisplayResour...
#region License /* * HttpListenerRequest.cs * * This code is derived from HttpListenerRequest.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2005 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-2015 sta.blockhead * * Permission is hereby granted, free...
// 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; using System.Globalization; using System.Text; using System.Xml; using System.Xml.XPath; using...
// ============================================================================ // FileName: SIPAssetPersistor.cs // // Description: // Base class for retrieving and persisting SIP asset objects from a persistent // data store such as a relational database or XML file. // // Author(s): // Aaron Clauson // // History: ...
#include "RenderSystems/Volumes/VolumesCommon.h" #define DENSITY_MULT (1.0/(float(THREAD_DIM) + 3.0)) cbuffer BlockStateCbuffer { float4 gWorldOffset; float4 gWorldScale; }; Texture3D<float> densityTexture; Texture3D<uint> meshCounts; Texture3D<uint> meshSparse8; Texture3D<uint> meshSparse4; RWBuffer<uint>...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics; using System.Reflection; namespace System.Dynamic.Utils...
// 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) 2009 Jim Radford http://www.jimradford.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, including without limitation the rights * to use, copy,...
using Lucene.Net.Codecs.Memory; using Lucene.Net.Documents; using Lucene.Net.Randomized.Generators; using Lucene.Net.Store; using Lucene.Net.Support; using Lucene.Net.Support.Threading; using Lucene.Net.Util; using NUnit.Framework; using System; using Console = Lucene.Net.Support.SystemConsole; namespace Lucene.Net.In...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Globalization; /// <summary> /// Char.System.IConvertible.ToType(Type, IFormatProvider) /...
using System; using System.ComponentModel; using System.Drawing; using System.Drawing.Drawing2D; using System.Windows.Forms; using System.Runtime.InteropServices; using System.Security.Permissions; using System.Diagnostics.CodeAnalysis; namespace WeifenLuo.WinFormsUI.Docking { [ToolboxItem(false)] public parti...
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.IO; namespace imageviewer { /// <summary> /// Summary description for Form1. /// </summary> public class Form1 : System.Windows.Forms.Form { private System.Windo...
// 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.IO; using Internal.TypeSystem; using Internal.TypeSyst...
#region License // // Copyright (c) 2007-2009, Sean Chambers <schambers80@gmail.com> // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 /...
// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace ApplicationGateway { using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; using Newtonsoft.Json; using System.Collections; ...
using System; using System.Collections.Generic; using System.Linq; using CoreFoundation; using ExternalAccessory; using Foundation; using HomeKit; using UIKit; namespace HomeKitCatalog { public enum AccessoryType { // A HomeKit object HomeKit, // An external, `EAWiFiUnconfiguredAccessory` object External }...
// 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 iSukces.Code.Ammy; using Xunit; namespace iSukces.Code.Tests.Ui { public partial class CompatTelerikGridAmmyMixinsGeneratorTests { [Fact] public void T01_Should_create() { AmmyHelper.ConvertToIAmmyCodePiece += (a, b) => { if (b.SourceValue i...
// 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 Test.Cryptography; namespace System.Security.Cryptography.Pkcs.Tests { internal static class Certificates...
using UnityEngine; using System.Collections; using System.Collections.Generic; #if UNITY_EDITOR using UnityEditor; #endif namespace Kudan.AR { [DisallowMultipleComponent] [RequireComponent(typeof(Camera))] [AddComponentMenu("Kudan AR/Kudan Tracker")] public class KudanTracker : MonoBehaviour { static Kud...
using System; using System.Linq.Expressions; using NRules.Rete; using Tuple = NRules.Rete.Tuple; namespace NRules.Diagnostics { /// <summary> /// Provider of rules session events. /// </summary> public interface IEventProvider { /// <summary> /// Raised when a new rule activation is...
// 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.IO.Tests { public class File_Move_Tests : FileSystemWatcherTest { [Fa...
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.Runtime.InteropServices; namespace Vanara.PInvoke { /// <summary>Items from the SHCore.dll</summary> public static partial class SHCore { private const string Lib_SHCore = "shcore.dll"; /// <summary> /// <para>Indicates whether the device is a primary or immersive type of display.<...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using Microsoft.AspNetCore.Authentication.AzureAD.UI; using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Authentication.JwtBearer; using Micr...
// // 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...
//============================================================================= // System : Sandcastle Help File Builder Utilities // File : ConceptualContent.cs // Author : Eric Woodruff (Eric@EWoodruff.us) // Updated : 06/13/2010 // Note : Copyright 2008-2010, Eric Woodruff, All rights reserved // Compiler: ...
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICUL...
/* Copyright 2012 Michael Edwards Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to i...
using Microsoft.Owin; using Microsoft.Owin.Helpers; using Microsoft.Owin.Infrastructure; using Microsoft.Owin.Logging; using Microsoft.Owin.Security; using Microsoft.Owin.Security.Infrastructure; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Net.Http; using System.Security.Cla...
// Generated by TinyPG v1.3 available at www.codeproject.com using System; using System.Collections.Generic; using System.Text.RegularExpressions; using System.Xml.Serialization; namespace TinyPG { #region Scanner public partial class Scanner { public string Input; public int StartPos = 0...
//------------------------------------------------------------------------------ // <copyright file="QilXmlWriter.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">[....]</owner> //------------------------------------------...
//--------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using MS.Internal; using MS.Utility; using System; using System.Collections; using System.Coll...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.DocAsCode.Dfm { using System; using System.Collections.Immutable; using System.IO; using System.Linq; using Microsoft.DocAsCode...
/* * 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...
/* Generated SBE (Simple Binary Encoding) message codec */ using System; using System.Text; using System.Collections.Generic; using Adaptive.Agrona; namespace Adaptive.Archiver.Codecs { public class ListRecordingSubscriptionsRequestDecoder { public const ushort BLOCK_LENGTH = 32; public const ushort TEMPLATE...
using System; using System.Collections.Generic; using System.Text; using System.IO; using QiHe.CodeLib; namespace ExcelLibrary.CompoundDocumentFormat { public partial class CompoundDocument { private void WriteHeader() { this.FileStorage.Position = 0; WriteHeader(this.Wr...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Collections.Immutable; using System.Reflection.Metadata.Cil.Decoder; ...
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // Thread tracks manage...
/* // // INTEL CORPORATION PROPRIETARY INFORMATION // This software is supplied under the terms of a license agreement or // nondisclosure agreement with Intel Corporation and may not be copied // or disclosed except in accordance with the terms of that agreement. // Copyright(c) 200...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.Framework.Logging; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using OmniSharp.Models; using OmniSharp.Options; using OmniSharp.Services; namespace OmniSharp.Dnx { public class D...
// Ami Bar // amibar@gmail.com using System; using System.Diagnostics; using System.Linq; using System.Threading; namespace Amib.Threading.Internal { #region WorkItem Delegate /// <summary> /// An internal delegate to call when the WorkItem starts or completes /// </summary> internal delegate ...
// 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.Data; using System.Diagnostics; #pragma warning disable 0618 // ignore obsol...
/* * UltraCart Rest API V2 * * UltraCart REST API Version 2 * * OpenAPI spec version: 2.0.0 * Contact: support@ultracart.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using System.Linq; using System.IO; using System.Text; using System.Text.RegularExpressions; using Sy...
// Copyright (c) 2006-2007 Frank Laub // 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 of condition...
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Runtime.Serialization; using TrackableEntities; using TrackableEntities.Client; namespace AIM.Client.Entities.Models { [JsonObject(IsReference = true)] [DataContract(IsReference = true, Namespace = "http://schemas.datacontract....
/* * Copyright 2014 Google Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
/* * Copyright (c) 2014 All Rights Reserved by the SDL Group. * * 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 appl...
/* * 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 file="ObjectDataProvider.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // Description: Implementation of ObjectDataProvider object. // // Specs: http://aval...
/* * 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 ma...
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.I...
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> /// Employee Categories Data Set /// </summary> [GeneratedCode(...
using System.Text.RegularExpressions; using System.Diagnostics; using System; using System.Drawing.Drawing2D; using System.Windows.Forms; using System.Collections; using System.Drawing; using Microsoft.VisualBasic; using System.Data.SqlClient; using System.Data; using System.Collections.Generic; using WeifenLuo.WinForm...
// 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 ...
#pragma warning disable 169 // ReSharper disable InconsistentNaming namespace NEventStore.Persistence.AcceptanceTests { using System; using System.Collections.Generic; using System.Linq; using NEventStore.Contrib.Persistence.AcceptanceTests; using NEventStore.Contrib.Persistence.AcceptanceTests.BD...
// $Id$ #region The MIT License /* Copyright (c) 2009 denis.kiselyov@gmail.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, including without limitation the rights to use...
// ******************************************************************************************************** // Product Name: DotSpatial.Projection // Description: The basic module for MapWindow version 6.0 // ******************************************************************************************************** // Th...
using System; using System.Text; using System.IO; using System.Drawing; using System.Collections.Generic; using Hexpoint.Blox.Hosts.World; using Hexpoint.Blox.GameObjects.Units; using Hexpoint.Blox.GameActions; namespace AiKnowledgeEngine { public class PathFinder { #region Cell scores class Lo...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Collections; using System.Globalization; using System.Diagnostics; using CK.CodeGen; using System.Runtime.CompilerServices; namespace CK.CodeGen { /// <summary> /// Provides Append fluent extension methods ...
/* * MindTouch Dream - a distributed REST framework * Copyright (C) 2006-2011 MindTouch, Inc. * www.mindtouch.com oss@mindtouch.com * * For community documentation and downloads visit wiki.developer.mindtouch.com; * please review the licensing section. * * Licensed under the Apache License, Version 2.0 (the "...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Features; using Microsoft.AspNetCore.Ro...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.Win32.SafeHandles; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Diagnostics.Contracts; using System.Runtime.InteropServ...
// 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.ServiceModel; using System.IO; using System.ComponentModel; using System.Globalization; namespace Microsoft.Protocols.TestTools.StackSdk { ...
using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Text.RegularExpressions; using SI.Mobile.RPMSGViewer.Lib; using IOPath = System.IO.Path; #if __ANDROID__ using Android.Content; using Android.Graphics; using Android.Graphics.Drawables; using SI.Mobile.RPMSGViewer.andr...
// 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.Build.Framework; using Microsoft.Build.Utilities; using Newtonsoft.Json; using NuGet.ContentModel; u...
using System; using System.Drawing; using System.Drawing.Text; using System.Linq; using System.Xml.Serialization; namespace SIL.Windows.Forms { /// ---------------------------------------------------------------------------------------- /// <summary> /// Encapsulates a font object that can be serialized. /// </sum...