context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Collections.Generic; using System.Text; using System.Net; using System.Net.Sockets; using System.Threading; using System.IO; using DCalcCore.Utilities; using DCalcCore.Assemblers; using DCalcCore.Runners; using DCalcCore.Algorithm; using DCalcCore.LoadBalancers; using DCalcCore.Remoting.Commo...
// 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. // // This...
// -------------------------------------------------------------------------------------------- #region // Copyright (c) 2020, SIL International. // <copyright from='2003' to='2020' company='SIL International'> // Copyright (c) 2020, SIL International. // // Distributable under the terms of the MIT License (ht...
using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; using Neo.IO.Caching; using System; using System.Collections; using System.Collections.Generic; namespace Neo.UnitTests.IO.Caching { class MyCache : Cache<int, string> { public MyCache(int max_capacity) : base(max_capacity) { }...
namespace CapsLockIndicatorV3 { partial class IndSettingsWindow { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
using System; using System.Diagnostics; using Microsoft.Build.Exceptions; using Microsoft.Build.Framework; using Microsoft.Build.Shared; namespace Microsoft.Build.BackEnd.Logging { /// <summary> /// This object encapsulates the logging service plus the current BuildEventContext and /// hides the requiremen...
using Plugin.VersionTracking.Abstractions; using System; using System.Linq; using System.Collections.Generic; using System.Text; using Foundation; namespace Plugin.VersionTracking { /// <summary> /// Implementation for VersionTracking /// </summary> public class VersionTrackingImplementation : IVersio...
/* * Farseer Physics Engine: * Copyright (c) 2012 Ian Qvist * * Original source Box2D: * Copyright (c) 2006-2011 Erin Catto http://www.box2d.org * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of t...
// Copyright (c) 2010 Joe Moorhouse using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Scripting.Hosting.Shell; using Microsoft.Scripting.Hosting; using Microsoft.Scripting; using System.Threading; using System.Reflection; namespace IronPythonConsole { /// <summary>...
using System.IO; using System.Net.Sockets; using System.Threading; using System; using System.ComponentModel; using System.Net; namespace MonoBrick { /// <summary> /// Abstract class for creating a Network connection /// </summary> public abstract class NetworkConnection<TBrickCommand,TBrickReply> : Connection<TB...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
using System; using System.Net; using System.Collections.Generic; using Newtonsoft.Json; using RestSharp; using RestSharp.Extensions; using System.Linq; using System.Collections; using System.Globalization; using System.Threading; using RestSharp.Deserializers; namespace Scalarm { public abstract class Client : RestC...
using UnityEngine; using System.Collections; using UMA; /// <summary> /// Human female DNA converter behaviour. /// </summary> /// <remarks> /// Although intended for Humans this DNA converter includes ranges /// far outside Human norms and can also be used for other Humanoid charatcers /// such as Elves, Giants, Half...
using NUnit.Framework; namespace Lucene.Net.Search.Spans { /* * 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 thi...
// **************************************************************** // 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/?p=license&r=2.4 // **************************************************************** using System; ...
/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; using Antlr4.Runtime.Atn; using Antlr4.Runtime.Misc; using Antlr4.Runtime.Sharpen; names...
// 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...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using UnityEngine; using ws.winx.platform; using ws.winx.drivers; using System.Diagnostics; using ws.winx.input; namespace ws.winx.devices { /// <summary> /// The extension plugged into the Wiimote /// </summary> //...
/* See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * Esri Inc. licenses this file to You 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 * ...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
//********************************************************* // // Copyright (c) Microsoft. 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 ...
// ------------------------------------------------------------------------------ // <copyright from='2002' to='2002' company='Scott Hanselman'> // Copyright (c) Scott Hanselman. All Rights Reserved. // </copyright> // ------------------------------------------------------------------------------ // // Scott Han...
// 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.Collections; /// <summary> ///(System.Array,System.Int32...
using GalaSoft.MvvmLight; using GalaSoft.MvvmLight.Command; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Threading; using System.Windows; using System.Windows.Input; using System; using ForumSurfer.Collections; using System.Linq; using ForumSurfer.Model; using System.Diagnostics;...
using System; namespace Server.Items { public enum ECEffectType { None, Moving, Location, Target, Lightning } public enum EffectTriggerType { None, Sequenced, DoubleClick, InRange } public class EffectController : Item { private TimeSpan m_EffectDelay; private ECEffectType m_EffectType...
/** * Copyright 2015-2016 GetSocial B.V. * * 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 ...
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using UnityEngine; using UGFramework.Log; namespace UGFramework.Res { public partial class ResManager { public class LoadedAssetBundle { string _bundleName; string _ma...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
using System; using System.Xml; namespace SharpVectors.Dom.Svg { public abstract class SvgPolyElement : SvgTransformableElement, ISharpMarkerHost { #region Private Fields private ISvgPointList points; private SvgTests svgTests; private SvgExternalResourcesRequired svgExternalRe...
// Copyright (c) 2021 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...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. namespace System.Management.Automation.Runspaces { using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Threading; using Dbg = System.Management.Aut...
// MIT License // // Copyright(c) 2022 ICARUS Consulting GmbH // // 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...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // <OWNER>[....]</OWNER> // // // UrlMembershipCondition.cs // // Implementation of membership condition for urls // namespace System.Security.Policy { using System; using System.Collections; using System.Global...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // throw in catch handler using System; using System.IO; namespace TestUtil { // This class implements a string writer that writes to a string buffer and a //...
/* * JSError.cs - Error codes for the JScript engine. * * Copyright (C) 2003 Southern Storm Software, Pty Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the Li...
//*********************************************************// // Copyright (c) Microsoft. All rights reserved. // // Apache 2.0 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, ...
// 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; namespace System.Linq.Tests ...
using System; using System.Collections.Generic; using System.Text; using FlatRedBall.Gui; using FlatRedBall.Graphics.Particle; using FlatRedBall.Instructions; #if FRB_MDX using Microsoft.DirectX.Direct3D; using FlatRedBall; using FlatRedBall.Graphics; using FlatRedBall.Content.Instructions; #endif namespace EditorObj...
/*This code is managed under the Apache v2 license. To see an overview: http://www.tldrlegal.com/license/apache-license-2.0-(apache-2.0) Author: Robert Gawdzik www.github.com/rgawdzik/ THIS CODE HAS NO FORM OF ANY WARRANTY, AND IS CONSIDERED AS-IS. */ using System; using System.Collections.Generic; using System.Lin...
using Mono.Cecil; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace AutoDI.Build { internal class Settings { public static Settings Load(ModuleDefinition module) { var settings = new Settings(); foreach (CustomAttribute attri...
/////////////////////////////////////////////////////////////////////////////////// // Open 3D Model Viewer (open3mod) (v2.0) // [SceneAnimator.cs] // (c) 2012-2015, Open3Mod Contributors // // Licensed under the terms and conditions of the 3-clause BSD license. See // the LICENSE file in the root folder of the reposit...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using EasyNetQ.DI; using EasyNetQ.Topology; namespace EasyNetQ; /// <summary> /// IAdvancedBus is a lower level API than IBus which gives you fined grained control /// of routing topology, but keeping the EasyNetQ se...
namespace GraphQLParser.Tests; public class LexerTests { [Fact] public void ATPunctuation() { var token = "@".Lex(); token.Kind.ShouldBe(TokenKind.AT); token.Start.ShouldBe(0); token.End.ShouldBe(1); token.Value.ShouldBe("@"); } [Fact] public void BangPu...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Buffers; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Runtime.InteropS...
/* * [The "BSD licence"] * Copyright (c) 2005-2008 Terence Parr * All rights reserved. * * Conversion to C#: * Copyright (c) 2008-2009 Sam Harwell, Pixel Mine, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the fol...
using Plugin.Connectivity.Abstractions; using System; using System.Collections.Generic; using System.Diagnostics; using System.Net; using System.Net.Sockets; using System.Threading; using System.Threading.Tasks; using System.Linq; namespace Plugin.Connectivity { /// <summary> /// Implementation for Connectivity //...
using System; using System.Collections.Generic; using System.Web.Routing; using Nop.Core.Domain.Orders; using Nop.Core.Domain.Payments; using Nop.Core.Plugins; using Nop.Plugin.Payments.CheckMoneyOrder.Controllers; using Nop.Services.Configuration; using Nop.Services.Localization; using Nop.Services.Orders; using Nop.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.Collections.Generic; using System.Diagnostics; using System.Runtime.InteropServices; namespace System....
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.Build.Framework; using System; using System.Collections.Generic; using System.Diagnostics; using Sys...
/* * EcommerceTransaction.cs * SnowplowTracker.Events * * Copyright (c) 2015 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. * You may obtain a copy o...
using System.Diagnostics; using System; using System.Management; using System.Collections; using Microsoft.VisualBasic; using System.Data.SqlClient; using System.Web.UI.Design; using System.Data; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Security; using System.Web.Configura...
using System; using System.Web; using System.Collections; using System.Web.Services; using System.Web.Services.Protocols; using System.ComponentModel; using gov.va.medora.mdws.dto; using System.ServiceModel; using gov.va.medora.mdws.dto.ldap; using System.Collections.Generic; namespace gov.va.medora.mdws { /// <su...
/* * 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. using System.Buffers; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Runtime.InteropS...
using System; using System.Collections.Generic; using System.Linq; using System.Xml; using Avalonia.Markup.Xaml.Parsers; using Avalonia.Markup.Xaml.XamlIl.CompilerExtensions.Transformers; using Avalonia.Utilities; using XamlX; using XamlX.Ast; using XamlX.Transform; using XamlX.Transform.Transformers; using XamlX.TypeS...
//------------------------------------------------------------------------------ // <copyright file="ProcessStartInfo.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //-----------------------------...
// *********************************************************************** // Copyright (c) 2007-2016 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, ...
using J2N.Collections.Generic; using J2N.Threading.Atomic; using SCG = System.Collections.Generic; namespace Lucene.Net.Index { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional i...
#if UNITY_EDITOR #pragma warning disable 0618 using System; using System.Collections.Generic; using System.Linq; using UnityEngine; using UnityObject = UnityEngine.Object; #if UNITY_EDITOR using UnityEditor; #endif namespace Zios { using Event; using Containers; [InitializeOnLoad] public static class Lo...
// 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.Runtime.InteropServices; usin...
using Lucene.Net.Documents; using Lucene.Net.Support; using NUnit.Framework; using System; using System.IO; namespace Lucene.Net.Store { using DirectoryReader = Lucene.Net.Index.DirectoryReader; using Document = Documents.Document; using English = Lucene.Net.Util.English; /* * Licensed to the...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Reflection; using System.Collections.Generic; namespace System.Runtime.Serialization.Formatters.Binary...
namespace Integrator { partial class ModUltraEdit { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources shou...
/* Copyright 2012 Michael Edwards Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to i...
// 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.Text.Unicode; namespace System.Text.Encodings.Web.Tests { // These ...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using System.Management.Automation; using System.Runtime.InteropServices; using System.Security; using System.Security.Cryptography; using Dbg = System.Management.Automation; namespace Microsoft.PowerShell.Commands { /// <su...
#pragma warning disable 109, 114, 219, 429, 168, 162 public class ValueType : global::haxe.lang.Enum { static ValueType() { #line 50 "C:\\HaxeToolkit\\haxe\\std\\cs\\_std\\Type.hx" global::ValueType.constructs = new global::Array<object>(new object[]{"TNull", "TInt", "TFloat", "TBool", "TObject", "TFunction", "T...
using System.Text; namespace NQuery.Tests.Syntax { public class SyntaxFactsTests { [Fact] public void SyntaxFacts_ParseToken_ReturnsActualToken() { var token = SyntaxFacts.ParseToken("a"); Assert.Equal(SyntaxKind.IdentifierToken, token.Kind); Assert....
using System; using Content.Client.Wires.Visualizers; using Content.Shared.Doors.Components; using JetBrains.Annotations; using Robust.Client.Animations; using Robust.Client.GameObjects; using Robust.Shared.GameObjects; using Robust.Shared.IoC; using Robust.Shared.Serialization; using Robust.Shared.Serialization.Manage...
/* Copyright (c) 2004-2006 Tomas Matousek. 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 agreeing to be bound by the terms of this license. You must n...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
// 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 program was translated to C# and adapted for xunit-performance. ** New variants of several tests were adde...
/* * ****************************************************************************** * Copyright 2014-2017 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 file="ConversionUtilities.cs" company="NJsonSchema"> // Copyright (c) Rico Suter. All rights reserved. // </copyright> // <license>https://github.com/RicoSuter/NJsonSchema/blob/master/LICENSE.md</license> // <author>Rico Suter, ...
namespace Microsoft.Protocols.TestSuites.Common { using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Xml; using System.Xml.Schema; using Microsoft.Protocols.TestTools; /// <summary> /// This class is partial class ActiveSyncClient, main...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
/* * 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 (c) 2006-2008, Second Life Reverse Engineering Team * 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 n...
// // 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.ComponentModel; using System.Diagnostics; using System.IO; using System.Text.RegularExpressions; interface engine { string env_varname(); string default_exec(); string[] native_args(); string[] native_args_with_space(); } class phantomjs : e...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Configuration; using System.Data; using System.Data.Common; using System.Dynamic; using System.Linq; using System.Text; namespace Massive { public static class ObjectExtensions { /// <summary> /// Ext...
/* * * (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...
#region License //----------------------------------------------------------------------- // <copyright> // The MIT License (MIT) // // Copyright (c) 2014 Kirk S Woll // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Softwar...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Reflection; namespace NQuery.Runtime { /// <summary> /// This class provides a basic property and method provider that uses reflection to provide definitions /// for all fields, properties and methods of the given t...
#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, ...
// 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 Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Formatting; using Microsoft.CodeAnalysis.Options; using Microsoft.VisualStudio...
// 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 // // THIS CODE IS PROVIDED ON...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using Duende.IdentityServer; using Duende.IdentityServer.Models; namespace Microsoft.AspNetCore.ApiAuthorization.IdentityServer { ...
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/ // Portions Copyright 2000-2004 Jonathan de Halleux // // 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.a...
// // Picture.cs: // // Author: // Brian Nickel (brian.nickel@gmail.com) // // Copyright (C) 2007 Brian Nickel // // This library is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License version // 2.1 as published by the Free Software Foundation. // // ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // // using System; using System.Globalization; using System.Runtime.InteropServices; #if !FEATURE_SLJ_PROJECTION...
/* * CP20423.cs - IBM EBCDIC (Greek) code page. * * Copyright (c) 2002 Southern Storm Software, Pty Ltd * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License,...
// 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 ...
// 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.Xml.Serialization { using System.Reflection; using System; using System.Globalization; ...
#region License /* * Copyright 2004 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 * * Unless re...
#region Copyright notice and license // Copyright 2015, Google 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 copyrigh...
// 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 ...
// 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.Runtime.CompilerServices; using System.Globalization; using System.Diagnostics.Contracts;...