context
stringlengths
2.52k
185k
gt
stringclasses
1 value
/* Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft 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, me...
// // Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requi...
/* * Copyright 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 applic...
// // 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...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace SMSServer.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it with s...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Orleans.Runtime; namespace Orleans.Streams { internal class StreamConsumer<T> : IInternalAsyncObservable<T> { internal bool IsRewindable { get; private set; } pr...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. extern alias core; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropS...
// 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; namespace System.Xml.Linq { internal class XNodeBuilder : XmlWriter { private List<object> _content; private ...
// 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.Linq; using System.Text; usin...
#region License /* ********************************************************************************** * Copyright (c) Roman Ivantsov * This source code is subject to terms and conditions of the MIT License * for Irony. A copy of the license can be found in the License.txt file * at the root of this distribution. ...
using System; using System.Collections.Generic; using System.Linq.Expressions; using System.Reflection; using AutoMapper.Internal; namespace AutoMapper { internal static class ReflectionExtensions { public static object GetDefaultValue(this ParameterInfo parameter) => ReflectionHelper.GetDe...
// 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: Abstract base class for ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using DevExpress.XtraEditors; using System.Data.SqlClient; using Utils; using DevExpress.Utils; using DevExpress.XtraGrid; using DevExpress.XtraGrid.Views....
// *********************************************************************** // Copyright (c) 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 restri...
// // GtkExtensions.cs // // Author: // Vsevolod Kukol <v.kukol@rubologic.de> // // Copyright (c) 2014 Vsevolod Kukol // // 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 restr...
// 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.Runtime.InteropServices; using System.Security.Principal; using System.Threading; using System.Threadin...
// 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 Magecrawl.Actors.MonsterAI; using Magecrawl.EngineInterfaces; using Magecrawl.Interfaces; using Magecrawl.Utilities; using Magecrawl.Items; namespace Magecrawl.Actors { public class Monster : Character, IMonster { // Share one RNG between monsters ...
using System.Xml.Linq; using GitVersion.Core.Tests.Helpers; using GitVersion.Extensions; using GitVersion.Helpers; using GitVersion.Logging; using GitVersion.OutputVariables; using GitVersion.VersionCalculation; using GitVersion.VersionConverters.AssemblyInfo; using Microsoft.Extensions.DependencyInjection; using NSubs...
namespace Nancy.Tests.Unit.ModelBinding { using System; using FakeItEasy; using Nancy.ModelBinding; using Xunit; public class DynamicModelBinderAdapterFixture { [Fact] public void Should_throw_if_locator_is_null() { // Given, When var result = ...
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Text; using System.Globalization; using UnityEngine; using UnityEditor.Experimental.AssetImporters; namespace UnityEditor.Experimental.VFX.Utility { [ScriptedImporter(1, "pcache")] public class PointCacheImp...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; namespace CK.Text { /// <summary> /// Extends <see cref="StringMatcher"/> with useful (yet basic) methods. /// </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. // --------------------------------------------------------------------------- // Native Format Reader // // Utilitie...
// 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; namespace S...
//------------------------------------------------------------------------------ // <copyright file="DesignerOptionService.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------...
// 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. // Strings are the only ref class where there is built-in support for // constant objects. using Microsoft.Xunit.Pe...
/* 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 ChallengeResponseDecoder { public const ushort BLOCK_LENGTH = 16; public const ushort TEMPLATE_ID = 60; pu...
using NUnit.Framework; using Redis.Core; namespace Redis.Tests { [TestFixture] public class SortedSetTests { private IRedisFactory redisFactory; private IRedis redis; [TestFixtureSetUp] public void TestFixtureSetUp() { this.redisFactory = new RedisFactory(); } [SetUp] public void SetUp() { ...
//--------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; using System.ComponentModel; using System.Diagnostics; using System.Windows; usin...
/* Copyright 2019 Esri 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, ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Diagnostics; using System.Threading; using Dokan; namespace DokanSSHFS { public partial class SettingForm : Form { private SS...
using System; using System.IO; using System.Collections; using System.Web; using NHibernate; using NHibernate.Cfg; using Business; namespace Business { /// <summary> /// Summary description for NHibernateHttpModule. /// </summary> public class NHibernateHttpModule : IHttpModule { // this is only used if not...
// 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 1.0.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
/* * Copyright 2012-2021 The Pkcs11Interop Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; namespace EduHub.Data.Entities { /// <summary> /// Student Trips /// </summary> [GeneratedCode("EduHub Data", "0.9")] public sealed partial class STTRIPS : EduHubEntity { #region Navigation Property Cache ...
/* Copyright (C) 2008-2018 Peter Palotas, Jeffrey Jangli, Alexandr Normuradov * * 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 t...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for details. using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.ComponentModel.Design; using System.Windows.Forms; using System.Diagnostics...
using System; using System.Collections.Generic; using System.Linq; using Shouldly; using Xunit; namespace AutoMapper.UnitTests. BidirectionalRelationships { public class RecursiveMappingWithStruct : AutoMapperSpecBase { private ParentDto _dto; protected override MapperConfiguration Configura...
using System; using System.Collections.Generic; using System.Reflection; using Loupe.Extensibility.Data; namespace Gibraltar.Agent { /// <summary>Summary information about the current session.</summary> /// <remarks> /// <para>The session summary includes all of the information that is available to Loupe ...
using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Data; using System.Windows.Forms; namespace Hydra.Framework.Geometric { public class BoundaryObject : IMapviewObject,ICloneable, IPersist { #region Private members of BoundaryObject public event GraphicEvent...
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 //...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Buffers; using System.Collections.Generic; using System.Text; using System.Threading; usi...
#region License /* ********************************************************************************** * This source code is subject to terms and conditions of the MIT License * for Irony. A copy of the license can be found in the License.txt file * at the root of this distribution. * By using this source code in a...
namespace Spring.Expressions.Parser.antlr.debug { using System; using System.Reflection; using Hashtable = System.Collections.Hashtable; using DictionaryEntry = System.Collections.DictionaryEntry; using ArrayList = System.Collections.ArrayList; using antlr.collections.impl; public delegate void MessageE...
using System; using System.Collections.Generic; using System.Text; using System.Data.Common; using System.Data; using System.ComponentModel; using CsDO.Lib; using CsDO.Lib.Configuration; namespace CsDO.Lib.MockDriver { public class MockCommand : DbCommand { #region Private Vars private DbComma...
using System; using Microsoft.SPOT.Presentation.Controls; using Microsoft.SPOT.Presentation; using Microsoft.SPOT.Presentation.Media; using Microsoft.SPOT.Presentation.Shapes; namespace TicketVendingNETMF { public class HighlightingListBoxItem : ListBoxItem { public Object Tag; public Highlig...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Reflection; using System.Xml.Linq; using Kent.Boogaart.HelperTrinity.Extensions; namespace Kent.Boogaart.HelperTrinity { /// <summary> /// Provides helper metho...
// 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; using System.Diagnostics.CodeAnalysis; using System.Runtime.InteropServices;...
// // CGImage.cs: Implements the managed CGImage // // Authors: Mono Team // // Copyright 2009 Novell, Inc // Copyright 2011, 2012 Xamarin 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 t...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
// 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.IO; using System.Security; using System.Security.Principal; using System.Thre...
/* * Infoplus API * * Infoplus API. * * OpenAPI spec version: v1.0 * Contact: api@infopluscommerce.com * Generated by: https://github.com/swagger-api/swagger-codegen.git * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
using System; using System.Diagnostics; using System.Text; using u8 = System.Byte; namespace Community.CsharpSqlite { using sqlite3_int64 = System.Int64; using sqlite3_stmt = Sqlite3.Vdbe; public partial class Sqlite3 { /* ** 2005 July 8 ** ** The author disclaims copyright to this source code. In place of ...
/* * 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...
// 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.Build.RestApi.Swagger.Internals { using System; using System.Collections.Generic; using System.IO; using System.Linq; ...
// Copyright 2011 Microsoft 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 the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
//********************************************************* // // 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...
using System; using System.ComponentModel; using System.Data.Linq; using System.Linq; using System.Data.Linq.Mapping; using System.Data.SqlClient; using System.Data; using System.Collections.Generic; using System.Runtime.Serialization; using System.Reflection; using Dg.Deblazer; using Dg.Deblazer.Validation; using Dg.D...
// This file is part of the C5 Generic Collection Library for C# and CLI // See https://github.com/sestoft/C5/blob/master/LICENSE for licensing details. using System; using SCG = System.Collections.Generic; namespace C5 { /// <summary> /// A priority queue class based on an interval heap data structure. /...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reactive.Disposables; using System.Text; using CoreAnimation; using CoreGraphics; using Foundation; using Avalonia.Controls.Platform; using Avalonia.Input; using Avalonia.Input.Raw; using Avalonia.Media; using Aval...
// 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.Xml; using System.Collections; namespace System.Data.Common { internal sealed class DecimalStorage...
// 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. //----------------------------------------------------------------------------- // // Description: // This is a sub...
/* * 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 SportsManager.Migrations { using Models; using System; using System.Collections.Generic; using System.Data.Entity.Migrations; using System.Linq; internal sealed class Configuration : DbMigrationsConfiguration<SportsManager.Models.SportsContext> { public Configuration() ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics.Contracts; namespace System.Globalization { //////////////////////////////////////////...
/* ==================================================================== Copyright (C) 2004-2008 fyiReporting Software, LLC This file is part of the fyiReporting RDL project. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace System.Security.Util { using System; using System.Collections; using System.Globalization; using System.Diagnostics.Contracts; [Serializa...
/* ==================================================================== 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...
/* * 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 ...
using System; using System.Collections.Generic; using UnityEngine; namespace Delaunay { /** * The line segment connecting the two Sites is part of the Delaunay triangulation; * the line segment connecting the two Vertices is part of the Voronoi diagram * @author ashaw * */ public clas...
using System; using System.Windows.Forms; using System.IO; using GenLib; using StandardFormatLib; using PrimerProLocalization; namespace PrimerProObjects { /// <summary> /// Summary description for Settings. /// </summary> public class Settings { private ProjectInfo m_ProjInfo; //Project Inf...
using System.Diagnostics; using System.Text; using System.IO; using System; using System.Threading.Tasks; namespace NamelessInteractive.Shared.Security { public abstract class Hash { private readonly int m_block_size; private readonly int m_hash_size; public static int BUFFER_SIZE = 64...
/* * * (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...
namespace StripeTests { using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Threading.Tasks; using Stripe; using Xunit; public class SubscriptionScheduleServiceTest : BaseStripeTest { private const string ScheduleId = "sub_sched_123"; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace System.Text { using System.Runtime.Serialization; using System.Security.Permissions; using Sys...
// Copyright (c) 2012, Event Store LLP // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // Redistributions of source code must retain the above copyright notice, // this list of conditi...
/* * 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 file="DesiredCapabilities.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...
using Newtonsoft.Json; using System; using System.Diagnostics; using System.IO; using System.IO.Compression; using System.Text; using System.Web; using System.Web.Mvc; namespace Campus.Core.Attributes { public enum CompressionScheme { Gzip, Deflate, Identity } /// <summary> ...
//----------------------------------------------------------------------- // <copyright file="TestSubscriber.cs" company="Akka.NET Project"> // Copyright (C) 2015-2016 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net> // </copyright> /...
using Bridge.Test.NUnit; using System; namespace TestCase67 { class Optional<T> { public Optional(T value) { Value = value; } public T Value { get; } } class SubClass { public class Optional<T> { public Optional(T value) ...
// 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.Text; using System.Reflection.Runtime.General; using Internal.NativeFormat; using Intern...
namespace Nancy.Tests.Unit.ViewEngines { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using FakeItEasy; using Nancy.ViewEngines; using Xunit; public class ResourceViewLocationProviderFixture { private readon...
using System; using System.Collections.Generic; using System.Reflection; using System.Runtime.CompilerServices; using System.Text.RegularExpressions; using FileHelpers.Events; using FileHelpers.Helpers; namespace FileHelpers { /// <summary>An internal class used to store information about the Record Type.</summary...
#region Apache Notice /***************************************************************************** * $Header: $ * $Revision: $ * $Date: $ * * iBATIS.NET Data Mapper * Copyright (C) 2004 - Gilles Bayon * * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file exce...
#pragma warning disable 1587 #region Header /// /// JsonData.cs /// Generic type to hold JSON data (objects, arrays, and so on). This is /// the default type returned by JsonMapper.ToObject(). /// /// The authors disclaim copyright to this source code. For more details, see /// the COPYING file included with this d...
using System; using System.Collections.Specialized; using System.ComponentModel; using System.Windows.Forms; namespace MyCsla.Windows { /// <summary> /// Add link to StatusStrip with Status and Animation. /// <example> /// 1) Add a StatusStrip to the form and add 2 ToolStripStatusLabels. /// 2) Ad...
/* Copyright (C) 2013-2015 MetaMorph Software, Inc Permission is hereby granted, free of charge, to any person obtaining a copy of this data, including any software or models in source or binary form, as well as any drawings, specifications, and documentation (collectively "the Data"), to deal in the Data without rest...
using System; using System.Collections.Generic; using System.Reflection; namespace Microsoft.TemplateEngine.Core.Expressions { public class OperatorSetBuilder<TToken> : IOperatorMap<Operators, TToken> where TToken : struct { private readonly Func<string, string> _decoder; privat...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Web; using SquishIt.Framework.Files; using SquishIt.Framework.Renderers; using SquishIt.Framework.Utilities; namespace SquishIt.Framework.Base { public abstract partial class BundleBase<T> where T : ...
/* | Version 10.1.84 | Copyright 2013 Esri | | 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...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Microsoft.TeamFoundation.DistributedTask.WebApi; using Microsoft.VisualStudio.Services.Agent.Listener; using Microsoft.VisualStudio.Services.Agent.Capabilities; using Microsoft.VisualStudio.Services.Agent.Listener.Configuration; using Moq...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.AspNetCore.Identity; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Umbraco.Cms.Core.Configuration; using Umbraco.Cms.Core.Net; namespace Umbraco.Cms.C...
// 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...
/* Copyright (c) 2010 by Genstein This file is (or was originally) part of Trizbort, the Interactive Fiction Mapper. 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 re...
/* * * (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...
namespace EIDSS.Reports.Parameterized.Veterinary.Situation { partial class VetSituationReport { #region Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> ...
using System.Collections.Generic; using UnityEngine; using System.Linq; using CreateThis.VR.UI.Interact; namespace MeshEngine.Controller { public class BoxSelectionController : PrimitiveBaseController { public Mesh realMesh; public GameObject meshGameObject; private GameObject firstVertexI...
using Android.Content; using Android.Nfc; using Android.Nfc.Tech; using Poz1.NFCForms.Abstract; using Poz1.NFCForms.Droid; using System; using System.Collections.Generic; using System.IO; [assembly: Xamarin.Forms.Dependency (typeof (NfcForms))] namespace Poz1.NFCForms.Droid { #region Android NFC Techs public sealed ...
/* Copyright (c) 2006- DEVSENSE Copyright (c) 2004-2006 Tomas Matousek, Vaclav Novak and Martin Maly. The use and distribution terms for this software are contained in the file named License.txt, which can be found in the root of the Phalanger distribution. By using this software in any fashion, you are agreei...