context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// // Copyright (C) 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 applicable la...
// 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: This class implemen...
// ******************************************************************************************************** // Product Name: DotSpatial.Projection // Description: The basic module for MapWindow version 6.0 // ******************************************************************************************************** // Th...
// 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.Linq; using System.Threading.Tasks; using System.Windows.Media; using System.Windows.Media.Imagin...
// 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.Collections.Generic; using System.Linq; using System.Threading; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Audi...
#region Using directives using System; using System.Management.Automation; using System.Management.Automation.SecurityAccountsManager; using System.Management.Automation.SecurityAccountsManager.Extensions; using Microsoft.PowerShell.LocalAccounts; using System.Diagnostics.CodeAnalysis; #endregion namespace Microsof...
/******************************************************************** 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 "...
// 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 global::System; using global::System.Reflection; using global::System.Collections.Generic; using global::Inte...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.Cci; using ModelFileToCCI2; using System; using System.Collections.Generic; using System.Diagnostics...
using System; using System.Diagnostics; using System.Collections.Generic; using Deuterium.AST; using FusionCore; namespace Deuterium { public class BackpatchNode { public int bp; public int pc; } public class BackpatchTable { public List<BackpatchNode> backpatchList { get...
namespace android.view.inputmethod { [global::MonoJavaBridge.JavaClass()] public partial class BaseInputConnection : java.lang.Object, InputConnection { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; static BaseInputConnection() { InitJNI(); } protected BaseInputConnection(globa...
using System; using System.Collections.Generic; using System.Text; using FileHelpers.Dynamic; using System.IO; namespace FileHelpers.Detection { /// <summary> /// Utility class used to auto detect the record format, /// the number of fields, the type, etc. /// </summary> public sealed class SmartFo...
// 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.Threading; using Xunit; namespace System.Linq.Parallel.Tests { p...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
using Lucene.Net.Support; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.CompilerServices; namespace Lucene.Net.Store { /* * Licensed to the Apache Software Foundation (ASF) under one or more * co...
/* MIT License Copyright (c) 2017 Saied Zarrinmehr 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, publis...
//----------------------------------------------------------------------- // <copyright file="ActorRefBackpressureSinkSpec.cs" company="Akka.NET Project"> // Copyright (C) 2015-2016 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net> // ...
/* * * (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...
// 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; using Xunit.Abstractions; using System; using System.IO; using System.Xml; using System.Xml.XPath; usin...
// 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.Runtime.InteropServices; using System.Security; #if ES_BUILD_STANDALONE using Environment = Microsoft.Diagnostics.Tracing.Internal.Environme...
using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Data; using System.Windows.Forms; using System.Runtime.InteropServices; namespace ListViewEx { /// <summary> /// Event Handler for SubItem events /// </summary> public delegate void SubItemEventHandler(object se...
// // Copyright (C) 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 applicable la...
using System; using System.Collections.Generic; using System.Runtime.InteropServices; using Foundation; using UIKit; using CoreGraphics; using CoreImage; using ObjCRuntime; using System.Linq; namespace StateRestoration { public partial class DetailViewController : UIViewController, IUIObjectRestoration { const st...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; using System.Xml; namespace Orleans.Runtime.Configuration { /// <summary> /// Individual node-specific silo configuration parameters. //...
// 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.Buffers; using System.Globalization; using System.IO; using System.Runtime.ExceptionServices; using System.Text; using System.Threading; using System.Threa...
// 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; namespace System.ComponentModel.Design { /// <summa...
namespace Humidifier.OpsWorks { using System.Collections.Generic; using InstanceTypes; public class Instance : Humidifier.Resource { public static class Attributes { public static string AvailabilityZone = "AvailabilityZone" ; public static string PrivateDnsName...
using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Data; using System.Windows.Forms; namespace Hydra.Framework.Geometric { // //********************************************************************** /// <summary> /// Internal Representation of a Pol...
#region Author /* Name: * Created On: * Created by: * Purpose * Modified on: */ #endregion using System; using System.Data; using System.Configuration; using System.Web; using System.Data.SqlClient; using System.Collections.Generic; using DSL.POS.DataAccessLayer.Common.Imp; using DSL.POS.DataAccessLayer.Interface;...
// 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; using System.Composition.Convention; using Syste...
using System; using swc = Windows.UI.Xaml.Controls; using sw = Windows.UI.Xaml; using wf = Windows.Foundation; using swm = Windows.UI.Xaml.Media; using Eto.Forms; using Eto.Drawing; namespace Eto.WinRT.Forms.Controls { /// <summary> /// Scrollable handler. /// </summary> /// <copyright>(c) 2014 by Vivek Jhaveri</c...
using System.Collections.Generic; using Antlr4.Runtime; using Antlr4.Runtime.Atn; using Antlr4CodeCompletion.Core.CodeCompletion; using Antlr4CodeCompletion.CoreUnitTest.Grammar; using Antlr4CodeCompletion.CoreUnitTest.Utils; using NFluent; using Xunit; namespace Antlr4CodeCompletion.CoreUnitTest.CodeCompletion { ...
// 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.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu...
// Copyright (C) 2016 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 appl...
// 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.Net.Interop; using System; using System.Buffers; namespace Microsoft.Net.Sockets { public struc...
using System.Runtime.Serialization; using System; using System.Collections.Generic; using System.Collections.Specialized; using System.IO; using System.Linq; using Newtonsoft.Json; #if NETFULL using System.Web; using StackifyLib.Web; #endif namespace StackifyLib.Models { [JsonObject] public class WebRequest...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
using System; using UnityEngine; using UnityStandardAssets.CrossPlatformInput; using UnityEngine.VR; namespace UnityStandardAssets.Characters.FirstPerson { [RequireComponent(typeof(Rigidbody))] [RequireComponent(typeof(CapsuleCollider))] public class RigidbodyFirstPersonController : MonoBehaviour { ...
// 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.Globalization; using System.IO; using Syste...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Net; using System.Text.RegularExpressions; using AutoR...
// // LayerManager.cs // // Author: // Jonathan Pobst <monkey@jpobst.com> // // Copyright (c) 2010 Jonathan Pobst // // 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...
using System; using System.Threading.Tasks; using EasyNetQ.Consumer; using EasyNetQ.FluentConfiguration; using EasyNetQ.Producer; namespace EasyNetQ { /// <summary> /// Provides a simple Publish/Subscribe and Request/Response API for a message bus. /// </summary> public interface IBus : IDisposable ...
// 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 ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Drawing; using Gwen.Input; namespace Gwen.Control { public class MultilineTextBox : Label { private readonly ScrollControl m_ScrollControl; private bool m_SelectAll; private Point m_CursorPos; private P...
/*************************************************************************************************************************************** * Copyright (C) 2001-2012 LearnLift USA * * Contact: Learnlift USA, 12 Greenway Plaza, Suite 1510, Houston, Texas 77046, support@memorylifter.com * * ...
/* * 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...
// 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 2011-2013, 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 appli...
#if REAL_T_IS_DOUBLE using real_t = System.Double; #else using real_t = System.Single; #endif using System; using System.Runtime.InteropServices; namespace Godot { /// <summary> /// A unit quaternion used for representing 3D rotations. /// Quaternions need to be normalized to be used for rotation. /// ...
namespace LuaInterface { using System; using System.IO; using System.Collections; using System.Reflection; using System.Runtime.InteropServices; using System.Collections.Generic; using System.Diagnostics; /* * Passes objects from the CLR to Lua and vice-versa * * Author: Fabio Mascarenhas ...
// 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 System; using System.Collections.Generic; us...
using System; using System.Collections.Generic; using System.Threading; using System.IO; using System.Drawing; using System.Globalization; using OpenMetaverse; using OpenMetaverse.Http; using OpenMetaverse.Imaging; namespace importprimscript { class Sculpt { public string Name; public string Te...
using FluentAssertions; using NUnit.Framework; namespace Facility.Definition.UnitTests; public sealed class FieldTests { [Test] public void InvalidName() { new ServiceFieldInfo(name: "4u", typeName: "int32").IsValid.Should().BeFalse(); } [TestCase("string", ServiceTypeKind.String)] [TestCase("boolean", Servi...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. #nullable disable using System.Collections.Generic; using System.Linq; using Scriban.Helpers; using Scriban.Parsing; using Scriban.Runtime; usin...
using System; using System.Collections; using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.CryptoPro; using Org.BouncyCastle.Asn1.Eac; using Org.BouncyCastle.Asn1.Iana; using Org.BouncyCastle.Asn1.Misc; using Org.BouncyCastle.Asn1.Nist; using Org.BouncyCastle.Asn1.Oiw; using Org.BouncyCastle.Asn1.Pkcs; using Org...
using System; using System.Reflection; using System.Web; using System.Web.UI; namespace umbraco.BusinessLogic { /// <summary> /// The StateHelper class provides general helper methods for handling sessions, context, viewstate and cookies. /// </summary> [Obsolete("DO NOT USE THIS ANYMORE! REPLACE ALL C...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
//Copyright 2017 Sorin Miroiu //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 in writing, sof...
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 //...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Text; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.GamerServices; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xn...
using UnityEngine; namespace UnityEngine.UI.Windows.Extensions { public static partial class JSONTemplates { /* * Vector2 */ public static Vector2 ToVector2(JSONObject obj) { float x = obj["x"] ? obj["x"].f : 0; float y = obj["y"] ? obj["y"].f : 0; return new Vector2(x, y); } public static JS...
// 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.Data.SqlTypes; using System.Globalization; using System.Text; using X...
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...
// <copyright file="Proxy.cs" company="WebDriver Committers"> // Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // to you und...
// Licensed to Elasticsearch B.V under one or more agreements. // Elasticsearch B.V 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.IO; using System.Text; using System.Text.Json; using System.Text.Json.Serialization; u...
// 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.Globalization; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using Syste...
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 //...
// Copyright (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 GeoAPI.Geometries; // The Original Code is from a code project example: // http://www.codeproject.com/KB/recipes/fortunevoronoi.aspx // w...
#region Header // Revit MEP API sample application // // Copyright (C) 2007-2021 by Jeremy Tammik, Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software // for any purpose and without fee is hereby granted, provided // that the above copyright notice appears in all copies and // that both t...
/****************************************************************************** * 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...
using UnityEngine; using UnityEditor; using System.Collections.Generic; using System; using System.Reflection; public class TestResults : EditorWindow { string previousScene; Vector2 scrollPosition; List<StepList> tests; bool lastFrameWasCompiling = false; bool wantsToRunTests = false; bool a...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using Internal.IL; using Internal.TypeSystem; using Debug = System...
/* **************************************************************************** * * 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 2011, 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 applicabl...
// 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 contains the IDN functions and implementation. // // This allows encoding of non-ASCII domain names in ...
using System.Linq; using Microsoft.CodeAnalysis.CodeRefactorings; using Microsoft.CodeAnalysis; using System.Threading.Tasks; using Microsoft.CodeAnalysis.VisualBasic.Syntax; using Microsoft.CodeAnalysis.VisualBasic; using Microsoft.CodeAnalysis.Formatting; using System.Collections.Generic; using RefactoringEssentials....
/* '=============================================================================== ' Generated From - CSharp_dOOdads_BusinessEntity.vbgen ' ' ** IMPORTANT ** ' How to Generate your stored procedures: ' ' SQL = SQL_StoredProcs.vbgen ' ACCESS = Access_StoredProcs.vbgen ' ORACLE = Oracle_StoredP...
//--------------------------------------------------------------------------- // // File: HtmlParser.cs // // Copyright (C) Microsoft Corporation. All rights reserved. // // Description: Parser for Html-to-Xaml converter // //--------------------------------------------------------------------------- using System; u...
/* * Copyright (c) Contributors, http://aurora-sim.org/, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributio...
using System; using System.Collections.Concurrent; using System.Diagnostics; using System.Linq; using System.Reflection; // ReSharper disable UnusedMember.Global #if BUILD_PEANUTBUTTER_INTERNAL namespace Imported.PeanutButter.Utils #else namespace PeanutButter.Utils #endif { /// <summary> /// Differentiates b...
#region File Description //----------------------------------------------------------------------------- // ContentBuilder.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #endregio...
namespace iControl { using System.Xml.Serialization; using System.Web.Services; using System.ComponentModel; using System.Web.Services.Protocols; using System; using System.Diagnostics; /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.Diagnostics.DebuggerStepTh...
/* 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...
namespace Gu.Wpf.UiAutomation { using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Windows; using System.Windows.Automation; public partial class UiElement { public static UiElement FromPoint(Point point) ...
using System; using System.Runtime.InteropServices; using System.Collections.Generic; using System.Text; using System.Threading; using OpenHome.Net.Core; using OpenHome.Net.ControlPoint; namespace OpenHome.Net.ControlPoint.Proxies { public interface ICpProxyUpnpOrgConnectionManager2 : ICpProxy, IDisposable { ...
// 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.Configuration.Internal; using System.Diagnostics; namespace System.C...
using System.Collections.Generic; using System.Threading.Tasks; using Newtonsoft.Json; namespace Citrina { public class Board : IBoard { /// <summary> /// Creates a new topic on a community's discussion board. /// </summary> public Task<ApiRequest<int?>> AddTopicApi(int? groupId...
/* * 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 ...
#pragma warning disable 169 // ReSharper disable InconsistentNaming namespace NEventStore { using System; using System.Collections.Generic; using System.Linq; using NEventStore.Persistence; using NEventStore.Persistence.AcceptanceTests; using NEventStore.Persistence.AcceptanceTests.BDD; us...
//----------------------------------------------------------------------------- // Copyright (c) 2013 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.Collections.Generic; using System.Reflection; using Verse.Resolvers; using Verse.Generators; namespace Verse { /// <summary> /// Utility class able to scan any type (using reflection) to automatically /// declare its fields to a decoder or encoder descriptor. /// </summary> public stati...
// 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.Linq; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.Extensibility.Composition...
// 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. namespac...
// 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. namespace BuildIt.CognitiveServices { using Microsoft.Rest; public partial class LinguisticsAPI : Microsoft.Rest.ServiceClient<LinguisticsAPI>, ILinguisti...
// 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.IO; using System.Runtime.InteropServices; using System.Security.Cryptography.Asn1...
// QuickGraph Library // // Copyright (c) 2004 Jonathan de Halleux // // 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 this software fo...
// 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.14.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
using System; using System.Reflection; using FluentNHibernate.Mapping; using FluentNHibernate.MappingModel; using FluentNHibernate.MappingModel.Collections; namespace FluentNHibernate.Conventions.Inspections { #pragma warning disable 612,618 public class CollectionInspector : ICollectionInspector, IArrayIn...
// *********************************************************************** // Copyright (c) 2007-2016 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...