context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// // // Copyright (c) Microsoft. 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.Linq; using System.Collections.Generic; using Microsoft.CodeAnalysis.CodeRefactorings; using Microsoft.CodeAnalysis; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeActions; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.Formatti...
// 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.Generic; using System.Diagnostics.CodeAnalysis; using System.Diagnostics.Contracts; using System.Linq; using System.Text; using S...
// // Copyright (c) 2008-2011, Kenneth Bell // // 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, merge, ...
//Copyright (C) 2005 Richard J. Northedge // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either // version 2.1 of the License, or (at your option) any later version. // // This lib...
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...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; namespace Hydra.Framework.Extensions { /// <summary> /// ExtensionMethods to all Intefaces that require specific implementation of generic declarations /// </summary> public static class InterfaceExtensions ...
/* * 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...
// created on 18/5/2002 at 01:25 // Npgsql.NpgsqlParameter.cs // // Author: // Francisco Jr. (fxjrlists@yahoo.com.br) // // Copyright (C) 2002 The Npgsql Development Team // npgsql-general@gborg.postgresql.org // http://gborg.postgresql.org/project/npgsql/projdisplay.php // // Permission to use, copy, modi...
// Copyright (c) 2013 Mark Pearce // http://opensource.org/licenses/MIT using System; using System.Globalization; namespace PasswordUtilities { /// <summary> /// Policy used to control generation of a randomly-salted password hash. /// </summary> public sealed class HashPolicy { // We want a large number of ha...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System.Collections.ObjectModel; using System.Management.Automation.Provider; using System.Reflection; using System.Linq; using System.Threading; using Dbg = System.Management.Automation; using System.Collections.Gener...
using Microsoft.SPOT.Hardware; namespace IngenuityMicro.Radius.Hardware { public class Pin { /// <summary>A value indicating that no GPIO pin is specified.</summary> public const Cpu.Pin GPIO_NONE = Cpu.Pin.GPIO_NONE; /// <summary>Digital I/O.</summary> public const Cpu.Pin PA0...
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICUL...
#region Copyright (C) 2017 Atif Aziz. 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 ap...
/************************************************************************************ Copyright : Copyright 2014 Oculus VR, LLC. All Rights reserved. Licensed under the Oculus VR Rift SDK License Version 3.2 (the "License"); you may not use the Oculus VR Rift SDK except in compliance with the License, which is pr...
using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Xml.Linq; using HealthCheck; using HealthCheck.Framework; using Moq; using Quartz; using Xunit; namespace UnitTests.Framework { [SuppressMessage( "StyleCop.CSharp.DocumentationRules", "SA1600:ElementsMustBeDocumented", J...
// 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 System.Globalization; using System.IO; using System.Runtime.InteropSer...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="IFittedBondCollection.cs" company=""> // // </copyright> // <summary> // The BackgroundFittedBondCollection interface. // </summary> // ---------------------------------------...
using System; using System.Xml; using Google.GData.Client; namespace Google.GData.Extensions { /// <summary> /// A place (such as an event location) associated with the containing entity. The type of /// the association is determined by the rel attribute; the details of the location are /// containe...
namespace Nancy.ModelBinding { using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using Nancy.Validation; /// <summary> /// A convenience class that contains various extension methods for modules. /// </summary> public static class Mod...
// Copyright 2006 Alp Toker <alp@atoker.com> // This software is made available under the MIT License // See COPYING for details using System; using System.Collections.Generic; using System.IO; using System.Threading; using System.Reflection; namespace DBus { using Authentication; using Transports; public partial...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http.Headers; using System.Web.Http; using System.Web.Http.Description; using WebChat.Api.Areas.HelpPage.Models; namespace WebChat...
// 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...
// 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.Runtime.CompilerServices; using System.Runtime.In...
using System; using System.Data; using Aranasoft.Cobweb.FluentMigrator.Extensions; using FluentMigrator; using FluentMigrator.SqlServer; namespace Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.Support.Migrations { [Migration(12345, "Add Identity Tables")] public class ValidIdentityMigrations : Migratio...
using System; using System.Collections.Generic; using System.IO; using System.Threading.Tasks; using GodotTools.Build; using GodotTools.Ides.Rider; using GodotTools.Internals; using GodotTools.Utils; using JetBrains.Annotations; using static GodotTools.Internals.Globals; using File = GodotTools.Utils.File; namespace G...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.Linq; namespace Prism.Regions { /// <summary> /// Implementation of <see cref="IViewsCollection"/> that takes an <see cref="ObservableCollection{T...
/* ==================================================================== 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.Data; using System.Data.SqlClient; using Csla; using Csla.Data; namespace SelfLoadSoftDelete.Business.ERLevel { /// <summary> /// G11Level111111Child (editable child object).<br/> /// This is a generated base class of <see cref="G11Level111111Child"/> business object. /// </...
// 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.Resources; using System.Text; using System.Diagnostics; using System.Globalization; using...
// <copyright file=AngleMethods.cs // <copyright> // Copyright (c) 2016, University of Stuttgart // 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 limita...
using System; using System.Drawing; using System.Runtime.InteropServices; using System.Windows.Forms; namespace GuruComponents.CodeEditor.Library.Win32 { public sealed class NativeMethods { private NativeMethods() { } #region uxTheme.dll [DllImport("uxtheme.dll", SetLastError = true, CharSet ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Text; using Gibraltar; using JetBrains.Annotations; using Archichect.Markers; using Archichect.Matching; namespace Archichect { public abstract class ItemSegment { ...
// // 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...
// 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.ObjectModel; using System.Runtime.Serialization; using System.Xml.Serialization; 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. using System.Collections.Generic; using System.Diagnostics; using System.Dynamic; using System.Dynamic.Utils; using ...
/* * 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 Open Technologies, Inc. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using AutoRest.Core.Utilities; using AutoRest.Core.Model; using AutoRest.Extensions; using AutoRest.Extensions.Azure; using System.Collections.Generic;...
// 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 Internal.Runtime.CompilerServices; using System.Threading; using System.Threading.Tasks; using System.Diagnost...
// 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.Linq; using System.Net.Sockets; using System.Net.Test.Common; using S...
/* * Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1) Redistributions of source code must retain the above copyright * notice, this list ...
// // Copyright (c) 2008-2011, Kenneth Bell // // 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, merge, ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using NUnit.Framework; using osu.Framework.Graphics; using osu.Framework.Testing; using osu.Framework.Utils; using osu.Game.Rulesets.Osu;...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Diagnostics; namespace System.Xml { // Represents an entity reference node. // <code>EntityReference</code> objects may be inserted into the stru...
// <copyright file="OptionalValue.cs" company="Fubar Development Junker"> // Copyright (c) 2016 Fubar Development Junker. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // </copyright> using System; namespace BeanIO.Internal.Parser { inte...
// Copyright (c) Rotorz Limited. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root. using Rotorz.Games.EditorExtensions; using System; using System.Linq; using System.Text.RegularExpressions; using UnityEditor; using UnityEngine; using Object = UnityEngine.Object; namespace ...
/* Copyright (c) 2012-2017 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; using System.IO; using System.Collections.Generic; using System.Text; using erl.Oracle.TnsNames.Antlr4.Runtim...
// 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 System; using System.Reflection; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using NiL.JS.BaseLibrary; using NiL.JS.Core.Functions; #if NET40 || NETCORE using NiL.JS.Backward; #endif namespace NiL.JS.Core.Interop { #if !(PORTABLE || NETCOR...
// *********************************************************************** // Copyright (c) 2009 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...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Runtime.InteropServices; using System.Collections; using System.DirectoryServices.Interop; using 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.Win32.SafeHandles; using System.Collections.Generic; using System.ComponentModel; using System.Globa...
/* * 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...
// Lucene version compatibility level 4.8.1 using YAF.Lucene.Net.Analysis.TokenAttributes; using YAF.Lucene.Net.Util; namespace YAF.Lucene.Net.Analysis.Miscellaneous { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distribute...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Xml.Serialization; using System.Xml; using System.Xml.Schema; using System.Diagnostics.CodeAnalysis; us...
/* ==================================================================== 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 UnityEngine; using UnityEngine.Events; using System.Collections.Generic; using System.Collections; using System.Text.RegularExpressions; using System; namespace JordiBisbal.EventManager { /// <summary> /// Dispatch messages to subcribers, by broadcasting to the subscribers o by delivering just to one of ...
// Copyright (c) 2012, Event Store LLP // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // Redistributions of source code must retain the above copyright notice, // this list of conditi...
using System; using System.Reflection; using System.Web; using System.Web.UI; namespace umbraco.BusinessLogic { /// <summary> /// The StateHelper class provides general helper methods for handling sessions, context, viewstate and cookies. /// </summary> public class StateHelper { private s...
namespace Microsoft.Azure.Management.PowerBIEmbedded { using System; using System.Linq; using System.Collections.Generic; using System.Diagnostics; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Text; using System.Text.RegularExpressions; us...
// 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.IO; using System.Linq; using System.ServiceModel; using System.ServiceModel.Channels; using System.Text; using System.Threading; using System...
using UnityEngine; using System.Collections.Generic; namespace UMA { /// <summary> /// Slot data contains mesh information and overlay references. /// </summary> [System.Serializable] public class SlotData : System.IEquatable<SlotData>, ISerializationCallbackReceiver { /// <summary> /// The asset contains th...
//Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Collections.Generic; using System.Diagnostics; using Microsoft.WindowsAPI.Resources; using Microsoft.WindowsAPI.Internal; namespace Microsoft.WindowsAPI.Dialogs { /// <summary> /// Encapsulates a new-to-Vista Win32 TaskDia...
// // Copyright (c) 2004-2020 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
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...
// Copyright (c) Microsoft Open Technologies, Inc. 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.Text; using System.Xml; using System.Runtime.Serialization; using System.Di...
using System; using System.Diagnostics; using Org.BouncyCastle.Asn1.X9; using Org.BouncyCastle.Math.EC.Multiplier; namespace Org.BouncyCastle.Math.EC { /** * base class for points on elliptic curves. */ public abstract class ECPoint { private readonly ECCurve _curve; private rea...
// // 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.Data; using System.Data.Common; using bv.common; using bv.common.Core; using bv.common.db; using bv.common.db.Core; using bv.common.Enums; using bv.model.Model.Core; namespace eidss.avr.db.DBService.QueryBuilder { public class QuerySearchObject_DB : Base...
using System; using System.Collections; using System.Collections.Generic; using Server; using Server.Network; using Server.Gumps; using Server.Multis; using Server.ContextMenus; namespace Server.Items { [FlipableAttribute( 0x234C, 0x234D )] public class RoseOfTrinsic : Item, ISecurable { private static readonly T...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using Microsoft.MixedReality.Toolkit.Utilities.Editor; using System.Collections.Generic; using System.Reflection; using Un...
//------------------------------------------------------------------------------ // <copyright file="MessageQueueEnumerator.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //-----------------------...
/* Distributed as part of TiledSharp, Copyright 2012 Marshall Ward * Licensed under the Apache License, Version 2.0 * http://www.apache.org/licenses/LICENSE-2.0 */ using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Xml.Linq; namespace TiledSharp { ...
using System; using System.Data; using System.IO; using NUnit.Framework; namespace FileHelpers.Tests.CommonTests { [TestFixture] public class Readers { private FileHelperAsyncEngine asyncEngine; [Test] public void ReadFile() { var engine = new FileHelperEngine<S...
/* * 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. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // ------------------------------------------------------------------------------ // Changes to this file must follow the http://aka.ms/api-review process. // ----------...
#if !UNITY_WINRT || UNITY_EDITOR || UNITY_WP8 #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 w...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Reflection; using System.Runtime.CompilerServices; using System.Text; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Orleans.Configuration; using Or...
//============================================================================= // System : EWSoftware Design Time Attributes and Editors // File : PresenationStyleTypeConverter.cs // Author : Eric Woodruff (Eric@EWoodruff.us) // Updated : 09/17/2007 // Note : Copyright 2007, Eric Woodruff, All rights reserved...
#region Apache Notice /***************************************************************************** * $Header: $ * $Revision: 383115 $ * $Date: 2006-03-04 07:21:51 -0700 (Sat, 04 Mar 2006) $ * * iBATIS.NET Data Mapper * Copyright (C) 2004 - Gilles Bayon * * * Licensed under the Apache License, Version 2....
//------------------------------------------------------------------------------ // <copyright file="Debug.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //----------------------------------------...
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.Linq; using System.Text; using Cosmos.Core.IOGroup; using Cosmos.Common.Extensions; using Cosmos.Debug.Kernel; namespace Cosmos.HAL { public class PCIDevice { #region Enums public enum PCIHeaderType : byte { Norma...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // http://github.com/jskeet/dotnet-protobufs/ // Original C++/Java/Python code: // http://code.google.com/p/protobuf/ // // Redistribution and use in source and binary forms, ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.Data.Sqlite; using osu.Framework.Development; usin...
/* * 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 ...
// SPDX-License-Identifier: MIT // Copyright wtfsckgh@gmail.com // Copyright iced contributors #if ENCODER && BLOCK_ENCODER && CODE_ASSEMBLER using System; using Iced.Intel; using Iced.UnitTests.Intel.EncoderTests; using Xunit; using static Iced.Intel.AssemblerRegisters; namespace Iced.UnitTests.Intel.AssemblerTests ...
using System; using System.Collections.Generic; namespace BTDB.KVDBLayer.BTree { class BTreeLeaf : IBTreeLeafNode, IBTreeNode { internal readonly long TransactionId; BTreeLeafMember[] _keyValues; internal const int MaxMembers = 30; BTreeLeaf(long transactionId, int length) ...
// InflaterInputStream.cs // // Copyright (C) 2001 Mike Krueger // Copyright (C) 2004 John Reilly // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or // modify it under the ter...
/* Copyright (C) 2008-2015 Peter Palotas, Jeffrey Jangli, Alexandr Normuradov * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation t...
using OpenKh.Common; using OpenKh.Imaging; using OpenKh.Kh2; using OpenKh.Kh2.Messages; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using YamlDotNet.Serialization; namespace OpenKh.Patcher { public class PatcherProcessor { public class...
using System; using System.Threading; using Solenoid.Expressions.Parser.antlr.collections.impl; namespace Solenoid.Expressions.Parser.antlr.debug { public abstract class DebuggingCharScanner : CharScanner, DebuggingParser { private void InitBlock() { eventSupport = new ScannerEventSupport(this); } public...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Management.Automation; using System.Collections.ObjectModel; using System.Security.Cryptography; using System.IO; namespace Microsoft.PowerShell.Commands { /...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Xml; using System.Collections; namespace System.Data.Common { internal sealed class SByteStorage :...
using System; using System.Windows.Forms; using System.Drawing; using System.Collections.Generic; namespace ComputerTimeTracker { /// <summary> /// The form that shows the computer usage time report. /// </summary> public partial class TimeReport: Form, IMainForm { /// <summary> /// Whether the form ...
/* * 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...
/* * 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 file="HttpHeaderCollection.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //-------------------------...
using System; using System.Windows.Forms; namespace Free.Controls.TreeView.Tree { internal class NormalInputState : InputState { private bool _mouseDownFlag=false; public NormalInputState(TreeViewAdv tree) : base(tree) { } public override void KeyDown(KeyEventArgs args) { if(Tree.CurrentNode==nul...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using Microsoft.Extensions.Logging; using Orleans.Providers.Streams.Common; using Orleans.Runtime; using Orleans.Serialization; using Orleans.Streams; namespace Orleans.Providers { /// <summary> /// Pooled cache for...