context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Newtonsoft.Json; using Plugins.CountlySDK.Enums; using Plugins.CountlySDK.Helpers; using Plugins.CountlySDK.Models; namespace Plugins.CountlySDK.Services { public class UserDetailsCountlyService : AbstractBaseSer...
// 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.Xml; using Microsoft.Test.ModuleCore; namespace CoreXml.Test.XLinq { ...
/* * 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.Runtime.CompilerServices; using Xunit; namespace System.Data.SqlClient.ManualTesting.Tests { publi...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using SR = System.Reflection; using System.Runtime.CompilerServices; using Zenject.ReflectionBaking.Mono.Cecil.Cil; using NUnit.Framework; namespace Zenject.ReflectionBaking.Mono.Cecil.Tests { [TestFixture...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace System.Text { using System; using System.Runtime; using System.Diagnostics.Contracts; [Se...
// // Copyright (C) 2012-2014 DataStax Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by app...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Drawing.Drawing2D; using System.Data; using System.Text; using System.Windows.Forms; using System.Reflection; namespace CloudBox.Controller { public class ColorTable : LabelRotate { public event EventHan...
// // 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 // // Unless required ...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using System.Collections.Generic; using System.IO; using System.Reflection; using System.Text; using OmniXaml; using Avalonia.Platform; nam...
/* * 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 0.16.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: MemoryStream ** ** ** Purpose: A Stream whose backing store is memory. Great ** for temporary storage without creating a temp file. Also ** lets user...
// 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 Xunit; namespace System.Linq.Tests { public class MaxTests : Enumerable...
using System; using System.Diagnostics; using System.Text; using u8 = System.Byte; using u16 = System.UInt16; using Pgno = System.UInt32; namespace Community.CsharpSqlite { using sqlite3_int64 = System.Int64; using sqlite3_stmt = Sqlite3.Vdbe; using System.Security.Cryptography; using System.IO; public par...
// Copyright 2011 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
// 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.Linq; using System.Threading; using System.Threading.Tasks; u...
using Shouldly; using StructureMap.Graph; using StructureMap.Testing.GenericWidgets; using StructureMap.TypeRules; using System; using System.Reflection; using Xunit; namespace StructureMap.Testing { public class GenericsAcceptanceTester { public interface IService<T> { } publi...
// 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 required by...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Collections.ObjectModel; using Signum.Utilities; using System.Diagnostics; namespace Signum.Engine.Linq { /// <summary> /// An extended expression visitor including custom DbExpression nodes /// ...
// 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; ...
/* * Exchange Web Services Managed API * * 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 restr...
using System; using System.Collections; using System.IO; using MSCLoader; using UnityEngine; //Standard unity MonoBehaviour class namespace MSCStill { public class ModBehaviour : MonoBehaviour { private AssetBundle m_bundle; private GameObject m_stillPrefab; private GameObject m_bottlePrefab; private GameObj...
/*************************************************************************** Copyright (c) Microsoft Corporation. All rights reserved. This code is licensed under the Visual Studio SDK license terms. THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES...
using System; using System.Collections; using System.Text; using Raksha.Asn1.IsisMtt; using Raksha.Asn1; using Raksha.Asn1.X509; using Raksha.Asn1.X500; using Raksha.Crypto; using Raksha.Crypto.Parameters; using Raksha.Math; using Raksha.Security.Certificates; using Raksha.Utilities; using Raksha.Utilities.Collections...
// 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.Security.Cryptography; using System.Security.Cryptograp...
// 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 ...
//#define REREAD_STATE_AFTER_WRITE_FAILED using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; using Xunit; using Xunit.Abstractions; using Or...
// 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 Xunit; namespace System.Globalization.CalendarTests { // Gregor...
// // RuleType.cs.cs // // This file was generated by XMLSPY 2004 Enterprise Edition. // // YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE // OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION. // // Refer to the XMLSPY Documentation for further details. // http://www.altova.com/xmlspy // using System; using System.Col...
// 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.Runtime.InteropServices; using System.Threading; using System.Threadi...
using System; using System.Data; using System.Data.SqlClient; using Rainbow.Framework; using Rainbow.Framework.DataTypes; using Rainbow.Framework.Helpers; using Rainbow.Framework.Services; using Rainbow.Framework.Settings; using Rainbow.Framework.Site.Configuration; using Rainbow.Framework.Users.Data; using Rainbow.Fra...
// 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.InteropServices { /// <summary> /// Native buffer that deals in char size increment...
// 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 ...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
/* ==================================================================== 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 ...
using System; using System.Collections.Generic; using System.Data; using System.Globalization; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.AspNetCore.Identity; using Microsoft.Extensions.DependencyInjection; using Umbraco.Cms.Core.Mapping; using Umbraco.Cms.Core.Models; usin...
// 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 System.Diagnostics; using System.Dia...
using System; using System.IO; using System.Text; using NUnit.Framework; using Org.BouncyCastle.Security; using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Encoders; using Org.BouncyCastle.Utilities.IO; using Org.BouncyCastle.Utilities.Test; namespace Org.BouncyCastle.Bcpg.OpenPgp.Tests { [TestF...
// 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; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using ConsoleToolkit.ConsoleIO; using ConsoleToolkit.ConsoleIO.Internal; namespace ConsoleToolkit.Testing { /// <summary> /// This class implements the <see cref="IConsoleOutInterface"/> and captures the cons...
/* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for Additional information regarding copyright ownership. The ASF licenses this file to Y...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace Dhgms.JobHelper.ApiWebSite.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and p...
//------------------------------------------------------------------------------ // Symbooglix // // // Copyright 2014-2017 Daniel Liew // // This file is licensed under the MIT license. // See LICENSE.txt for details. //------------------------------------------------------------------...
/* * 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 Coalesce.Web.Models; using IntelliTect.Coalesce; using IntelliTect.Coalesce.Api; using IntelliTect.Coalesce.Api.Controllers; using IntelliTect.Coalesce.Api.DataSources; using IntelliTect.Coalesce.Mapping; using IntelliTect.Coalesce.Mapping.IncludeTrees; using IntelliTect.Coalesce.Models; using IntelliTect.Coales...
using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Windows.Forms; using DpSdkEngLib; using DPSDKOPSLib; using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; using System.Linq; ...
/* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for Additional information regarding copyright ownership. The ASF licenses this file to Y...
/*- * Copyright (c) 2009, 2020 Oracle and/or its affiliates. All rights reserved. * * See the file EXAMPLES-LICENSE for license information. * * $Id$ */ using System; using System.Collections.Generic; using System.Text; using BerkeleyDB; namespace excs_lock { class Program { const int EXIT_FAILURE =...
/* Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
/****************************************************************************** * The MIT License * Copyright (c) 2003 Novell Inc. www.novell.com * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the Software), to deal * in the Sof...
using System; using System.ComponentModel.DataAnnotations; using System.Diagnostics; using System.IdentityModel.Tokens.Jwt; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Authentication.JwtBearer; using Microsoft.AspNetCore.Http; using Microsoft.Ex...
using System; using System.Collections.Generic; using System.Linq; using IxMilia.BCad.Entities; using IxMilia.BCad.Extensions; using IxMilia.BCad.Utilities; using Xunit; namespace IxMilia.BCad.Core.Test { public class TrimExtendTests : TestBase { #region Helpers private void DoTrim(IEnumerabl...
// Copyright (c) Six Labors. // Licensed under the Apache License, Version 2.0. using System; namespace SixLabors.Fonts.Unicode { /// <summary> /// An enumerator for retrieving Grapheme instances from a <see cref="ReadOnlySpan{Char}"/>. /// <br/> /// Implements the Unicode Grapheme Cluster Algorithm. ...
/* * Copyright (c) InWorldz Halcyon Developers * Copyright (c) Contributors, http://opensimulator.org/ * * 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 c...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Runtime.CompilerServices; using System.Threading; using System.Threading.Tasks; using LanguageExt.Common; using LanguageExt.Effects.Traits; namespace LanguageExt.Pipes { /// <summar...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System.Collections; using System.Collections.Generic; using System.Management.Automation.Internal; namespace System.Management.Automation { #region OutputRendering /// <summary> /// Defines the options for output rendering. ...
// 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.IO; using System.Security.Cry...
//------------------------------------------------------------------------------ // <copyright file="XmlCodeExporter.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">[....]</owner> ...
//------------------------------------------------------------------------------ // <copyright file="MobileListItem.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //-------------------------------...
using System; using System.Diagnostics; using System.Runtime.InteropServices; using sqlite3_int64 = System.Int64; using u32 = System.UInt32; using System.Text; namespace System.Data.SQLite { public partial class Sqlite3 { /* ************************************************************************* ** ** Thi...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using System.Collections.Generic; using System.Reactive; using System.Reactive.Linq; using System.Reactive.Subjects; using Microsoft.Reactiv...
#define PROTOTYPE using UnityEngine; using System.Collections; using System.Collections.Generic; using System.Linq; using ProBuilder2.Common; using ProBuilder2.MeshOperations; namespace ProBuilder2.Examples { [RequireComponent(typeof(AudioSource))] public class IcoBumpin : MonoBehaviour { pb_Object ico; // A r...
/* Ben Scott * bescott@andrew.cmu.edu * 2015-11-11 * YAML */ using System.IO; // Well, here we are! The other main file! using System.Collections.Generic; using System.Text.RegularExpressions; using Buffer=System.Text.StringBuilder; using DateTime=System.DateTime; using Type=System.Type; using YamlDotNet.Serialization...
// 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 System; using System.IO; using System.Runtime.InteropServices; namespace Microsoft.DotNet.Tools.Common { internal static class PathUti...
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.Linq; using System.Web.Script.Services; using System.Web.Services; using System.Xml; using Umbraco.Core; using Umbraco.Core.Configuration; using Umbraco.Core.Logging; using Umb...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using iServe.Models; using iServe.Models.dotNailsCommon; //using xVal.ServerSide; using iServe.Models.Security; using System.Configuration; using System.Net.Mail; using System.Text; using System.Net; namespace iS...
// // DatabaseSource.cs // // Author: // Aaron Bockover <abockover@novell.com> // Gabriel Burt <gburt@novell.com> // // Copyright (C) 2005-2007 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), ...
/*! @file @author Generate utility by Albert Semenov @date 01/2009 @module */ using System; using System.Runtime.InteropServices; namespace MyGUI.Sharp { public class TabControl : Widget { #region TabControl protected override string GetWidgetType() { return "TabControl"; } ...
// // DialogViewController.cs: drives MonoTouch.Dialog // // Author: // Miguel de Icaza // // Code to support pull-to-refresh based on Martin Bowling's TweetTableView // which is based in turn in EGOTableViewPullRefresh code which was created // by Devin Doty and is Copyrighted 2009 enormego and released under the //...
// // CollectionIndexer.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 2008 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 restric...
/* Date : Monday, June 13, 2016 Author : pdcdeveloper (https://github.com/pdcdeveloper) Objective : Implements the complete OAuth installed flow for any of Google's services, automatically manages use of a user's refresh token and revocation requests to Google. Ve...
// 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.Expressions.Tests { public static class BinaryNullableModuloTe...
// 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.Numerics; using Xunit; namespace System.Security.Cryptography.Rsa.Tests { publi...
using System; using System.Linq; using log4net; using SoftFX.Extended; using SoftFX.Extended.Reports; namespace RHost { public static class FdkTradeReports { public static DataTrade Trade { get { return FdkHelper.Wrapper.ConnectLogic.TradeWrapper.Trade; } } public static string GetTradeTransactionReport(...
//--------------------------------------------------------------------- // <copyright file="CqlQuery.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // // @owner [....] // @backupOwner [....] //-----------------------------------------------------------------...
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 //...
//--------------------------------------------------------------------------- // // <copyright file="GlyphRunDrawing.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // This file was generated, please do not edit it directly. // // Please see http://wiki/defau...
#if !SILVERLIGHT using NUnit.Framework; #else using Microsoft.Silverlight.Testing; using Microsoft.VisualStudio.TestTools.UnitTesting; #endif using System; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Collections.Generic; using System.Collections; using System.Windows.Controls.Pr...
/* Copyright (c) 2005-2006 Tomas Matousek and Martin Maly. The use and distribution terms for this software are contained in the file named License.txt, which can be found in the root of the Phalanger distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this licens...
/* Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
/* * Copyright 2011-2015 Numeric Technology * * 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...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Diagnostics.Contracts; using Validation; namespace 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. using System; using System.Diagnostics; using Internal.TypeSystem; namespace Internal.JitInterface { internal ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Azure.Management.ServiceBus.Fluent { using System.Threading; using System.Threading.Tasks; using Microsoft.Azure.Management.Resourc...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; namespace CppSharp { public enum NewLineKind { Never, Always, BeforeNextBlock, IfNotEmpty } public enum BlockKind { Unknown, BlockComment,...
/* * 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 2013-2014 Daikon Forge */ using UnityEngine; using UnityEditor; using System.Collections; public class dfGUIWizard : EditorWindow { #region Editor menu integration // Slowly migrating menu option locations, will remove older ones as // users become used to the new locations [MenuItem( "Tools/Daiko...
/* * 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. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.Security; using Microsoft.Win32; using Microsoft.Win32.SafeHandles; using System....
/* * 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.Collections; using System.Reflection; namespace System.ComponentModel { /// <summary> /// ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Text; /// <summary> /// String.TrimStart /// </summary>...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Configuration.Internal; using System.Diagnostics; using System.IO; using System.Net; using System.Runti...
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2009, 2013 Oracle and/or its affiliates. All rights reserved. * */ using System; using System.Collections.Generic; using System.Text; namespace BerkeleyDB { /// <summary> /// Statistical information about the locking subsystem ...
// // https://github.com/ServiceStack/ServiceStack.Text // ServiceStack.Text: .NET C# POCO JSON, JSV and CSV Text Serializers. // // Authors: // Demis Bellot (demis.bellot@gmail.com) // // Copyright 2012 ServiceStack, Inc. All Rights Reserved. // // Licensed under the same terms of ServiceStack. // using System; usi...
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...
//------------------------------------------------------------------------------ // <copyright file="Parameter.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ namespace System.Web...
// 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...