context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// // Copyright (c) 2004-2011 Jaroslaw Kowalski <jaak@jkowalski.net> // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of source code must retain the above co...
/* * Copyright 2012-2015 Aerospike, Inc. * * Portions may be licensed to Aerospike, Inc. under one or more contributor * license agreements. * * 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 Lice...
using System; using System.Collections; using System.Text.RegularExpressions; using System.Web; using System.Web.UI; using Umbraco.Core.Configuration; using Umbraco.Core.Logging; using umbraco.BasePages; using umbraco.BusinessLogic; using umbraco.cms.businesslogic.web; using umbraco.editorControls.tinymce; using umbrac...
// 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.IO; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; using ...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Text; using System.Threading; using System.Threading.Tasks; namespace Rssdp.Infrastructure { /// <summary> /// Provides the platform independent logic for publishing SSDP devices (notifications an...
#region Namespaces using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using mshtml; using System.Net; #endregion //Namespaces namespace Epi.Windows.Analysis.Dialogs { public partial class HelpDialo...
/************************************** * FILE: ConfigBase.cs * DATE: 05.01.2010 10:12:25 * AUTHOR: Raphael B. Estrada * AUTHOR URL: http://www.galaktor.net * AUTHOR E-MAIL: galaktor@gmx.de * * The MIT License * * Copyright (c) 2010 Raphael B. Estrada * Author URL: http://www....
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.Azure.Management.Kusto; using Microsoft.Azure.Management.Kusto.Models; using Microsoft.Azure.Test.HttpRecorder; using Microsoft.Rest.Azure; using...
using NPOI.SS.UserModel; using System; using System.Collections.Generic; using System.Dynamic; using System.Globalization; using System.Linq; using System.Reflection; using System.Text.Json; namespace Ganss.Excel { /// <summary> /// Describes the mapping of a property to a cell in an Excel sheet. /// </sum...
using System; using System.Collections.Generic; using System.Linq; using System.Collections; namespace ModestTree { public static class LinqExtensions { public static IEnumerable<T> Append<T>(this IEnumerable<T> first, T item) { foreach (T t in first) { y...
// 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 not ...
using System; using System.Collections.Generic; using System.Configuration; using System.Linq; using System.Web; using System.Web.Configuration; using System.Web.Routing; using System.Xml; using System.Xml.Linq; using Umbraco.Core.IO; using Umbraco.Core.Logging; namespace Umbraco.Core.Configuration { //NOTE: Do no...
/* * 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 not u...
// 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...
using System.IO; using NUnit.Framework; namespace FileHelpers.Tests.CommonTests { [TestFixture] public class TransformEngine { private readonly string fileOut = TestCommon.GetTempFile("transformout.txt"); [Test] public void CsvToFixedLength() { var link = new Fi...
namespace XenAdmin.Dialogs.OptionsPages { partial class PluginOptionsPage { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// <...
///--------------------------------------------------------------------------------------------------------------------- /// <copyright company="Microsoft"> /// Copyright (c) Microsoft Corporation. All rights reserved. /// </copyright> ///----------------------------------------------------------------------------...
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> /// Student Merit Behaviour Details Data Set /// </summary> [Ge...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using IronPython.Runtime; using IronPython.Runtime.Exceptions; using IronPython.Zlib; using Microsoft.Scripting; using Microsoft.Scripting.Runtime; namespace IronPython.Modules { /// <summary> /// Imple...
// // This code was created by Jeff Molofee '99 // // If you've found this code useful, please let me know. // // Visit me at www.demonews.com/hosted/nehe // //===================================================================== // Converted to C# and MonoMac by Kenneth J. Pouncey // http://www.cocoa-mono.org // // Co...
// 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; using AutoRest.Core.Model; usi...
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including wit...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Utilities.Editor; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; u...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespa...
//------------------------------------------------------------------------------ // <copyright file="FontConverter.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. using System.Runtime.InteropServices; using System.Diagnostics; using System.Drawing.Drawing2D; using System.Globali...
/* VRPhysicsDisableCollisions * MiddleVR * (c) MiddleVR */ using UnityEngine; using System; using System.Collections; using MiddleVR_Unity3D; [AddComponentMenu("MiddleVR/Physics/Disable Collisions")] [RequireComponent(typeof(VRPhysicsBody))] public class VRPhysicsDisableCollisions : MonoBehaviour { #region Me...
using System; using System.Collections; using System.Collections.Generic; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; namespace VersionOne.Localization { public interface ILocalizerResolver { string Resolve(string tag); string Signature { get; } TemplateStack ...
// // FieldValueReference.cs // // Authors: Lluis Sanchez Gual <lluis@novell.com> // Jeffrey Stedfast <jeff@xamarin.com> // // Copyright (c) 2009 Novell, Inc (http://www.novell.com) // Copyright (c) 2012 Xamarin Inc. (http://www.xamarin.com) // // Permission is hereby granted, free of charge, to any perso...
// 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.Collections.Generic; using Microsoft.CodeAnalysis.Editor.CSharp.SignatureHelp; using Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp; using...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Web.UI; using System.Web.UI.WebControls; using Vevo.Domain.DataInterfaces; using Vevo.Shared.DataAccess; using Vevo.Shared.Utilities; using Vevo.WebAppLib; using Vevo.Base.Domain; public partial class Components_SearchFi...
// // Copyright (c) 2004-2020 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
// ============================================================================== // This file is part of the Microsoft Dynamics CRM SDK Code Samples. // // Copyright (C) Microsoft Corporation. All rights reserved. // // This source code is intended only as a supplement to Microsoft // Development Tools and/or on-...
// ------------------------------------------------------------------------------ // Copyright (c) 2014 Microsoft Corporation // // 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 ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Baseline; using Baseline.Dates; using Marten.AsyncDaemon.Testing.TestingSupport; using Marten.Events; using Marten.Events.Daemon; using Marten.Events.Projections; using Marten.Exceptions; using Marten.Testing.Events.P...
// This file was created automatically, do not modify the contents of this file. // ReSharper disable InvalidXmlDocComment // ReSharper disable InconsistentNaming // ReSharper disable CheckNamespace // ReSharper disable MemberCanBePrivate.Global using System; using System.Runtime.InteropServices; // Source file C:\P...
using System; using System.Globalization; using System.Collections.Generic; using Sasoma.Utils; using Sasoma.Microdata.Interfaces; using Sasoma.Languages.Core; using Sasoma.Microdata.Properties; namespace Sasoma.Microdata.Types { /// <summary> /// An ice cream shop /// </summary> public class IceCreamShop_Core : ...
using NUnit.Framework; using System; using System.Linq; using OpenQA.Selenium.Environment; using System.Collections.ObjectModel; using OpenQA.Selenium.Interactions; using System.Collections.Generic; namespace OpenQA.Selenium.IE { [TestFixture] public class IeSpecificTests : DriverTestFixture { //[T...
// Copyright (c) Umbraco. // See LICENSE for more details. using System; using System.Collections.Generic; using System.Linq; using Umbraco.Cms.Core.Configuration.Models; using Umbraco.Cms.Core.Models.Membership; using Umbraco.Cms.Tests.Common.Builders.Extensions; using Umbraco.Cms.Tests.Common.Builders.Interfaces; us...
// 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.Drawing.Imaging { using System.Runtime.InteropServices; /// <include file='doc\EncoderPara...
/* * 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 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; namespace Org.BouncyCastle.Math.EC { public class F2MFieldElement : ECFieldElement { /** * Indicates gaussian normal basis representation (GNB). Number chosen * according to X9.62. GNB is not implemented at present. */ public const int Gnb = 1; ...
using UnityEngine; using Stratus; using System.Collections.Generic; using System; namespace Stratus { /// <summary> /// A library of functions common for game AI /// </summary> public static class StratusDetection { //------------------------------------------------------------------------/ // Enumerations ...
using UnityEngine; using System.Collections; using System.Collections.Generic; //! /*! * \brief The main class that computes all the reactions. * \details This class initializes from files and execute all the reactions. The reactions that are currently implemented are : - Degradation - Diffusion (Fick)...
// // Copyright (C) Microsoft. All rights reserved. // using System; using System.Management.Automation; namespace Microsoft.PowerShell.Commands { /// <summary> /// Base class for object-based event registration. /// </summary> public abstract class ObjectEventRegistrationBase : PSCmdlet { ...
// <copyright file="RemoteWebElement.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 Express; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace IFC4.Generators { public class CsharpLanguageGenerator : ILanguageGenerator { private Dictionary<string,SelectType> selectData = new Dictionary<string, SelectType>(); public Dictionary...
using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Text.RegularExpressions; namespace Scintilla.Configuration { /// <summary> /// /// </summary> public enum PropertyType { /// <summary> /// /// </summary> Property = 0, ...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading; using NUnit.Framework; using OpenQA.Selenium; namespace Protractor.Extensions { public static class Ex...
using System; using System.Text; using Microsoft.Extensions.DependencyInjection; using OrchardCore.ContentManagement; using OrchardCore.DisplayManagement; using OrchardCore.DisplayManagement.Descriptors; using OrchardCore.Menu.Models; namespace OrchardCore.Menu { public class MenuShapes : IShapeTableProvider {...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== namespace System { //Only contains static methods. Does not require serialization using System; using System.Runtime.CompilerServices; using System.Runtime.ConstrainedExecution; using System.Runtim...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; using System.Windows.Media; using System.Windows.Media.Imaging; using AppxPackaing; using Shell; using Wox.Infrastructure; ...
/* | 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...
using System.Drawing; using GuiLabs.Canvas.Renderer; using GuiLabs.Utils; namespace GuiLabs.Canvas.Controls { public partial class UniversalControl { #region Design public enum UniversalControlDesign { NoBackground, VerticalLine, LightHorizontalGradient, Rectangle, Bl...
// 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 Xunit; namespace System.Linq.Tests { public class CastTests : EnumerableBasedTests { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.Win32.SafeHandles; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Run...
/* * MindTouch Dream - a distributed REST framework * Copyright (C) 2006-2014 MindTouch, Inc. * www.mindtouch.com oss@mindtouch.com * * For community documentation and downloads visit mindtouch.com; * please review the licensing section. * * Licensed under the Apache License, Version 2.0 (the "License"); * y...
// // (C) Copyright 2003-2011 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software in // object code form for any purpose and without fee is hereby granted, // provided that the above copyright notice appears in all copies and // that both that copyright notice and the limited warranty ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.Protocols.TestSuites.FileSharing.Common.Adapter; using Microsoft.Protocols.TestSuites.FileSharing.Common.TestSuite; using Microsoft.Protocols.TestTools;...
// 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...
// 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 CoreFXTestLibrary; using System; namespace System.Threading.Tasks.Test.Unit { public sealed class ParallelForUnitTests { [Fact] ...
using Signum.Engine.Files; using Signum.Engine.Processes; using Signum.Entities.Basics; using Signum.Entities.MachineLearning; using Signum.Entities.Processes; using Signum.Entities.Reflection; using Signum.Utilities.Reflection; using System.Collections.Concurrent; namespace Signum.Engine.MachineLearning; public clas...
/* * Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1) Redistributions of source code must retain the above copyright * notice, this list ...
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the Apache License, Version 2.0. // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES ...
/* Bullet for XNA Copyright (c) 2003-2007 Vsevolod Klementjev http://www.codeplex.com/xnadevru Bullet original C++ version Copyright (c) 2003-2007 Erwin Coumans http://bulletphysics.com This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for ...
//----------------------------------------------------------------------- // <copyright file="Persistence.g.cs" company="Akka.NET Project"> // Copyright (C) 2009-2020 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2020 .NET Foundation <https://github.com/akkadotnet/akka.net> // </copyright> //-...
using System; using Org.BouncyCastle.Security; using Org.BouncyCastle.Crypto.Engines; using Org.BouncyCastle.Crypto.Generators; using Org.BouncyCastle.Crypto.Modes; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Utilities.Encoders; using Org.BouncyCastle.Utilities.Test; using NUnit.Framework; names...
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using Microsoft.Extensions.Logging; using Orleans.Messaging; using Orleans.Serialization; namespace Orleans.Runtime.Messaging { internal class IncomingMessageAcceptor : AsynchAgent { private readonly ConcurrentO...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.IO; using Xunit; namespace System.IO.Tests { public class FileStream_ctor_str_fm : F...
#region Apache License // // 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 // (...
using System; using System.Collections; using Cuyahoga.Core; using Cuyahoga.Core.Domain; using Cuyahoga.Core.Search; using Cuyahoga.Core.Service; using Cuyahoga.Core.Util; using NHibernate; using Cuyahoga.Modules.Flash.Domain; using Cuyahoga.Core.DataAccess; namespace Cuyahoga.Modules.Flash { /// <summary> /// Summa...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespa...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // namespace System.Reflection.Emit { using System; using System.Reflection; using System.Collections;...
/* * 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 (c) Microsoft Corporation. All rights reserved. // // ==--== namespace System.Diagnostics { using System.Text; using System.Threading; using System; ////using System.Security; ////using System.Security.Permissions; ////using System.IO; using System.Reflection; using Sy...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.Diagnostics.Contracts; using System.Runtime.Serialization; namespace System....
/* * * (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 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 ...
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See full license at the bottom of this file. using Microsoft.SharePoint.Client; using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace SharePo...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading; using System.Threading.Tasks; using Microsoft.Code...
//----------------------------------------------------------------------------- // // <copyright file="AnnotationResource.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // Description: // Resource represents a portion of content. It can refer to the con...
// 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.Security.Cryptography; using ...
/**************************************************************************** Tilde Copyright (c) 2008 Tantalus Media Pty 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, in...
using System; using System.IO; using System.Security.Cryptography; using ExcelDataReader.Core.OfficeCrypto; using ExcelDataReader.Exceptions; namespace ExcelDataReader.Core.BinaryFormat { /// <summary> /// Represents a BIFF stream /// </summary> internal class XlsBiffStream : 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; using System.Collections; using System.Collections.Generic; using Xunit; public class ValueTupleTests...
// // Authors: // Marek Habersack grendel@twistedcode.net // // Copyright (c) 2010, Novell, Inc (http://novell.com/) // // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: // // * Red...
using System; using System.Globalization; using System.Collections.Generic; using Sasoma.Utils; using Sasoma.Microdata.Interfaces; using Sasoma.Languages.Core; using Sasoma.Microdata.Properties; namespace Sasoma.Microdata.Types { /// <summary> /// A web page. Every web page is implicitly assumed to be declared to b...
#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 * * U...
#define COUNT_ACTIVATE_DEACTIVATE using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Orleans; using Orleans.Runtime; using Orleans.Runtime.Providers; using Orleans.Streams; using UnitTests.GrainInterfaces; namespace Un...
// 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; namespace System.Xml.Xsl.Qil { /// <summary>A base internal cla...
using Skybrud.Social.Facebook.Fields; using Skybrud.Social.Facebook.Models.Photos; namespace Skybrud.Social.Facebook.Constants { /// <summary> /// Static class with constants for the fields available for a Facebook post (<see cref="FacebookPhoto" />). /// /// The class is auto-generated and based ...
// 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 ...
#region [Copyright (c) 2015 Cristian Alexandru Geambasu] // Distributed under the terms of an MIT-style license: // // The MIT License // // Copyright (c) 2015 Cristian Alexandru Geambasu // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation...
#region Copyright and license information // Copyright 2001-2009 Stephen Colebourne // Copyright 2009-2011 Jon Skeet // // 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...
using Lucene.Net.Documents; using Lucene.Net.Support; namespace Lucene.Net.Index { using NUnit.Framework; using Directory = Lucene.Net.Store.Directory; /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distribut...
// 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 2012 James Tuley (jay+code@tuley.name) * * 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 ...
using System; using System.Web; using Fluid; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Routing; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; using Microsoft.E...
// **************************************************************** // Copyright 2007, Charlie Poole // This is free software licensed under the NUnit license. You may // obtain a copy of the license at http://nunit.org // **************************************************************** using System; using System.IO; ...