context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// // 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.Generic; using System.Web; using System.Web.Mvc; using System.Web.Mvc.Html; using InitializrBootstrap.Models.Sitemap; using MvcSiteMapProvider; using MvcSiteMapProvider.Web.Html; namespace InitializrBootstrap.Extensions.Sitemap { /// <summary> /// MvcSiteMapHtmlHelper ext...
using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.Tokens; using Microsoft.SharePoint.Client; using System; using System.Net; using System.Security.Principal; using System.Web; using System.Web.Configuration; namespace DocumentContainer { /// <summary> /// Encapsulates all the in...
using UnityEngine; using System.Collections; using System.Collections.Generic; using System; using System.ComponentModel; public class GameLogic : MonoBehaviour { public Board board; private Player turn; //True if the most recent turn has been skipped private bool turnSkipped; public TextManager TextManager; ...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Linq; using System.Net; using Orleans.Runtime; using Orleans.Concurrency; using Orleans.CodeGeneration; namespace Orleans.Serialization { internal static class BuiltInTypes { ...
using System; using System.Collections.Generic; namespace angeldnd.dap { public static class TreeHelper { public static List<string> GetSegments<T>(IOwner root, T element) where T : class, IElement { if (element == null) return null; List<string> segments = new List<string>(); ...
// 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.IO; using System.Runtime.InteropServices; using Microsoft.CodeAnalysis; using Microsoft.VisualStudio.LanguageServices.Implementatio...
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. namespace Agent { partial class SwarmAgentWindow { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
using System; using System.Collections.Generic; using System.Linq; namespace ClosedXML.Excel { using System.Collections; internal class XLRows : IXLRows, IXLStylized { public Boolean StyleChanged { get; set; } private readonly List<XLRow> _rows = new List<XLRow>(); private readonly...
#region License // /* // See license included in this library folder. // */ #endregion using System; using System.Globalization; namespace Sqloogle.Libs.NLog.Conditions { /// <summary> /// Condition relational (<b>==</b>, <b>!=</b>, <b>&lt;</b>, <b>&lt;=</b>, /// <b>&gt;</b> or <b>&gt;=</b>) expre...
using System; using System.IO; using System.Collections; using System.Collections.Generic; namespace ClickHouse.Ado.Impl.ATG.Enums { internal class Token { public int kind; // token kind public int pos; // token position in bytes in the source text (starting at 0) public int charPos; // token position in ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
// 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 System.Diagnostics; using System.Xml.XPath; using System.Xml.Schema; using Syst...
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...
#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> /// 2D axis-aligned bounding box. Rect2 consists of a position, a size, and /// several utility functions. It is typically used f...
// 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.Text; using Microsoft.CodeAnalysis.CodeGen; using Microsoft.CodeAnalysis.CShar...
//----------------------------------------------------------------------------- //Cortex //Copyright (c) 2010-2015, Joshua Scoggins //All rights reserved. // //Redistribution and use in source and binary forms, with or without //modification, are permitted provided that the following conditions are met: // * Redist...
using UnityEngine; using System.Collections; using VolumetricLines.Utils; namespace VolumetricLines { /// <summary> /// Render a single volumetric line /// </summary> [RequireComponent(typeof(MeshFilter))] [RequireComponent(typeof(Renderer))] public class VolumetricLineBehavior : MonoBehaviour { privat...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace Foosinator.Areas.HelpPage.SampleGeneration { /// <summary> /// This class will create an object of a given type and ...
// 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 //...
namespace Microsoft.Protocols.TestSuites.Common { using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Reflection.Emit; using System.Threading; using System.Web.Services.Protocols; using System.Xml; using System.Xml.Schema; usin...
using System; using System.Linq; using System.IO; using System.Collections.Generic; using Microsoft.AspNetCore.OData.Routing.Controllers; using Microsoft.AspNetCore.OData.Query; using Microsoft.AspNetCore.OData.Results; using Microsoft.AspNetCore.OData.Formatter; using Microsoft.EntityFrameworkCore; using System.Thread...
using System; using System.Data; using System.Data.OleDb; using System.Collections; using System.Configuration; using PCSComUtils.DataAccess; using PCSComUtils.PCSExc; using PCSComUtils.Common; namespace PCSComUtils.Admin.DS { public class Sys_HiddenControlsDS { public Sys_HiddenControlsDS() { } private con...
/* * ****************************************************************************** * Copyright 2014-2016 Spectra Logic 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. A copy of the License i...
// Copyright (c) 2015 Alachisoft // // 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 t...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Diag...
/* * 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. // 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...
using System; using System.Collections.Generic; using Newtonsoft.Json; using QBankApi.Model; using QBankApi.Serializers; using RestSharp; using RestSharp.Authenticators; using System.IO; namespace QBankApi.Controller { public class MediaController : ControllerAbstract { private const int ChunkSize = 1...
using UnityEngine; using UnityEditor; using System; using System.IO; using System.Linq; using System.Reflection; using System.Collections.Generic; using System.Security.Cryptography; namespace AssetBundleGraph { [Serializable] public class ConnectionPointData { private const string ID = "id"; private const st...
// 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 Microsoft.Crm.Sdk.Messages; using Microsoft.Xrm.Client; using Microsoft.Xrm.Client.Services; using Microsoft.Xrm.Sdk; using Microsoft.Xrm.Sdk.Messages; using Microsoft.Xrm.Sdk.Metadata; using Microsoft.Xrm.Sdk.Query; using System; using System.Collections.Generic; using System.Dynamic; using System.Linq; using Sy...
// Copyright 2008 Adrian Akison // Distributed under license terms of CPOL http://www.codeproject.com/info/cpol10.aspx #nullable disable using System.Collections; using System.Collections.Generic; using System.Linq; namespace Collections { /// <summary> /// Combinations defines a meta-collection, typically a l...
using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using Rimss.GraphicsProcessing.Palette.Helpers; using Rimss.Common.Collections.Synchronized; namespace Rimss.GraphicsProcessing.Palette.Quantizers.Octree { /// <summary> /// The idea here is to build a tree structure conta...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: math/math.proto // Original file comments: // Copyright 2015 gRPC 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 Lice...
using System; using System.IO; using System.Text; using NUnit.Framework; using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Encoders; using Org.BouncyCastle.Utilities.Test; namespace Org.BouncyCastle.Bcpg.OpenPgp.Tests { [TestFixture] public class PgpArmoredTest : SimpleTest { private static r...
/* * 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 android.content { [global::MonoJavaBridge.JavaClass()] public sealed partial class SyncResult : java.lang.Object, android.os.Parcelable { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; static SyncResult() { InitJNI(); } internal SyncResult(global::MonoJavaBridge.JNIEnv...
// 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.Text; using Xunit; using Xunit.NetCore.Extensions; namespace System.IO.Tests { public class Direct...
// Copyright (c) 2007-2008, Gaudenz Alder using System; using System.Collections.Generic; using System.Text; using System.Xml; namespace com.mxgraph { /// <summary> /// Codec for mxCells. This class is created and registered /// dynamically at load time and used implicitely via mxCodec /// and the mxCo...
// 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 ...
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.DotNet.Cli.Utils; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // Common.cs // // // H...
using System; using System.Collections.Specialized; using System.Diagnostics; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Media; /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //...
using System; using System.Drawing; using System.IO; using System.Linq; using System.Windows.Forms; using L10NSharp; using SIL.Windows.Forms.PortableSettingsProvider; namespace SIL.Archiving.IMDI { /// <summary /> public class IMDIArchivingDlg : ArchivingDlg { private TableLayoutPanel _destinationFolderTable; p...
// Copyright 2018 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, software ...
// 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: Managed ACL wrapper for Win32 semap...
#if !SILVERLIGHT && !MONOTOUCH && !XBOX && !ANDROIDINDIE using System; using System.IO; using System.Net; using System.Xml; using System.ServiceModel; using System.ServiceModel.Channels; using System.ServiceModel.Description; using System.ServiceModel.Dispatcher; using NServiceKit.Common.Utils; using NServiceKit.Servic...
/* * 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.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 zoo. /// </summary> public class Zoo_Core : TypeCore, ICivicStru...
using System.Collections; using System.Web; using System.Web.UI.WebControls; using Rainbow.Framework.Security; using Rainbow.Framework.Site.Configuration; namespace Rainbow.Framework.Web.UI.WebControls { /// <summary> /// This user control will render the breadcrumb navigation for the current tab. /// It d...
// MIT License // // Copyright (c) 2009-2017 Luca Piccioni // // 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, cop...
using System; using System.Collections.Generic; using System.Threading.Tasks; using Box.V2.Auth; using Box.V2.Config; using Box.V2.Converter; using Box.V2.Extensions; using Box.V2.Models; using Box.V2.Models.Request; using Box.V2.Services; namespace Box.V2.Managers { /// <summary> /// The manager that represen...
using System; namespace NClang { /// <summary> /// Describes the kind of entity that a cursor refers to. /// </summary> public enum CursorKind { /// <summary> /// A declaration whose specific kind is not exposed via this /// interface. /// /// Unexposed declarations have the same operations as any othe...
using System; using System.Diagnostics; using System.IO; using System.Reflection; using System.Xml; using NUnit.Framework; using StructureMap.Diagnostics; using StructureMap.Pipeline; using StructureMap.Testing.Widget; namespace StructureMap.Testing.Diagnostics { [TestFixture] public class DoctorTester { ...
// 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.Runtime.Serialization { using System; using System.Collections; using System.Diagnostic...
using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Reflection; using JetBrains.Annotations; namespace LinqToDB.DataProvider.SqlServer { using Data; public static class SqlServerTools { #region Init static readonly SqlServer...
// 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.Globalization; using System.IO; using System.Text; namespace System.Net.Http...
// // ILProcessor.cs // // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2010 Jb Evain // // 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, includ...
using System; using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Linq; using System.Text; using JetBrains.Annotations; using MetX.Standard.Library.Strings; namespace MetX.Standard.Library.Extensions { /// <summary>Provides simple methods for retrieving tokens from a string. /// ...
/* * 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...
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // CESchedulerPairTests...
/* * 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...
// 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. /* The Computer Language Benchmarks Game http://benchmarksgame.alioth.debian.org/ contributed by Robert F. Tob...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #if USE_MDT_EVENTSOURCE using Microsoft.Diagnostics.Tracing; #else using System.Diagnostics.Tracing; #endif #if USE...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
using System; using System.Collections.Generic; using MonoCross.Navigation; using MonoCross.Touch; using UIKit; using CoreGraphics; using System.Diagnostics; namespace MonoCross.Touch { public enum TabletLayout { SinglePane, MasterPane } public static class UIColorExtensions { ...
// *********************************************************************** // Copyright (c) 2015 Charlie Poole // // 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, inclu...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.Extensions.Logging; using Orleans.CodeGenerator.Compatibility; using Orleans.CodeGenerator.Utilities; namespace Orleans.CodeGenerator.Analysis { internal class Compi...
/******************************************************************************************** Copyright (c) Microsoft Corporation All rights reserved. Microsoft Public License: This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the licens...
#region License /* The MIT License Copyright (c) 2008 Sky Morey 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, ...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web.Http.Controllers; using Syst...
// 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.Text; using System; using CultureInfo = System.Glob...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using fNbt; using Ionic.Zlib; using TrueCraft.API; using TrueCraft.API.World; using TrueCraft.Core.Networking; namespace TrueCraft.Core.World { /// <summary> /// Represents a 32x32 area of <see cref="Chunk"/> objects. /// N...
// 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.Threading.Tasks; using Microsoft.CodeAnalysis.Testing; using Test.Utilities; using Xunit; using VerifyCS = Test.Utilities.CSharpCodeFixVerifier< ...
// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace Swagger { using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; using Newtonsoft.Json; using System.Collections; using S...
// 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.Linq; using System.Threading; using System.Threading.Tasks; using Xunit; namespace System.IO.Tests { ...
using Xunit; namespace Jint.Tests.Ecma { public class Test_13_2_2 : EcmaTest { [Fact] [Trait("Category", "13.2.2")] public void CallingAFunctionAsAConstructorIsPossibleAsLongAsThisAnyFunctionIsDeclared() { RunTest(@"TestCases/ch13/13.2/S13.2.2_A10.js", false); } ...
// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace Storage { using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; using System.Collections; using System.Collections.Generic; ...
using System; using System.Collections; using System.IO; using Raksha.Asn1; using Raksha.Asn1.Ocsp; using Raksha.Asn1.X509; using Raksha.Crypto; using Raksha.Crypto.Parameters; using Raksha.Security; using Raksha.Security.Certificates; using Raksha.Utilities; using Raksha.X509; namespace Raksha.Ocsp { /** * Generat...
#region License // Copyright (c) 2007 James Newton-King // // 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, ...
// 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; using Microsoft.Win32.SafeHandles; using System.ComponentModel; using System.Diagnostics; usi...
/* Copyright 2013 Roman Fortunatov 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...
// 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.CodeAnalysis; namespace System.Security.Cryptography.Xml { // abstract class providing...
// 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; public struct VT { public ulong[,] ulong2darr; public ulong[, ,] ulong3darr; public ul...
using ReactNative.UIManager; using ReactNative.UIManager.Annotations; using System.Collections.Generic; using System.Windows; using System.Windows.Controls; namespace ReactNative.Views.Slider { /// <summary> /// A view manager responsible for rendering Slider. /// </summary> public class ReactSliderMan...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityModel; using IdentityServer4.Configuration; using IdentityServer4.Extensions; using IdentityServer4.Models; using IdentityServer...
// // Rect.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright 2009-2010 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, includ...
/* 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: * * * Redistributions of source code must retain the above * copyright notice, this lis...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Examine; using Examine.Search; using Lucene.Net.QueryParsers.Classic; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging; using Umbraco.Cms.Core.Cache; using Umbraco.Cms.Core.IO; using Umbraco.Cms.Core...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Runtime.Remoting.Messaging; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Orleans.CodeGeneration; using Orleans.R...
#nullable disable using System; using System.Collections.Generic; using System.IO; using SharpCompress.Common; using SharpCompress.Common.Rar.Headers; using SharpCompress.Compressors.PPMd.H; using SharpCompress.Compressors.Rar.UnpackV1.Decode; using SharpCompress.Compressors.Rar.UnpackV1.PPM; using SharpCompress.Compr...
// 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.ComponentModel.Composition; using System.Linq; using System.T...
// Copyright 2018 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in w...
//Copyright (c) 2016, Samuel Pollachini (Samuel Polacchini) //The UnityForCpp project is licensed under the terms of the MIT license using UnityEngine; using UnityEngine.Assertions; using System.Collections; using System; using System.Runtime.InteropServices; using UnityForCpp; //This class works together with the Te...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Runtime.CompilerServices; using Microsoft.AspNetCore.Html; using Microsoft.AspNetCore.Mvc.ViewFeatures; using Microsoft.Extensions.Options; namespace OrchardCore.ResourceManag...
/* * 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 System; using System.Collections.Generic; using System.Drawing; using Microsoft.DirectX; using Microsoft.DirectX.Direct3D; using System.Diagnostics; namespace Simbiosis { /// <summary> /// Bioluminescent cells of various shapes. /// Each one emits pulses of "narrow band" light that can be detected by...
/* * Copyright 2006-2015 TIBIC SOLUTIONS * * 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 agr...