context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using ClousotTests; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Tests { /// <summary> /// Summary description for RewriterTests /// </sum...
// 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...
/* Project Orleans Cloud Service SDK ver. 1.0 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, inc...
using System; /// <summary> /// String.System.IConvertible.ToBoolean(IFormatProvider provider) /// This method supports the .NET Framework infrastructure and is not /// intended to be used directly from your code. /// Converts the value of the current String object to a Boolean value. /// </summary> class IConverti...
using System; using Xwt.Backends; #if MONOMAC using nint = System.Int32; using nfloat = System.Single; using CGRect = System.Drawing.RectangleF; using CGPoint = System.Drawing.PointF; using CGSize = System.Drawing.SizeF; using MonoMac.Foundation; using MonoMac.AppKit; using MonoMac.ObjCRuntime; #else using Foundatio...
//------------------------------------------------------------------------------ // <copyright file="DataPager.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ using System; using ...
// // Copyright (c) 2017 The nanoFramework project contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // using CorDebugInterop; using nanoFramework.Tools.Debugger; using System; using System.Diagnostics; using System...
using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; using ParentLoadSoftDelete.DataAccess; using ParentLoadSoftDelete.DataAccess.ERCLevel; namespace ParentLoadSoftDelete.DataAccess.Sql.ERCLevel { /// <summary> /// DAL SQL Server implement...
/* * Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) * See https://github.com/openiddict/openiddict-core for more information concerning * the license and the contributors participating to this project. */ using System; using System.Collections.Generic; using System.Secu...
using Lucene.Net.Analysis; using Lucene.Net.Search; using Lucene.Net.Util; using System.Collections.Generic; namespace Lucene.Net.QueryParsers.Classic { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * t...
using System; using System.Runtime.CompilerServices; namespace Orleans.Serialization.TypeSystem { /// <summary> /// Utility class for parsing CLR type names, as formatted by <see cref="RuntimeTypeNameFormatter"/>. /// </summary> public static class RuntimeTypeNameParser { private const int ...
// *********************************************************************** // Copyright (c) 2014 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. /*============================================================================= ** ** Class: Stack ** ** Purpose: Re...
// -------------------------------------------------------------------------------------------- // <copyright file="DbFunctions.cs" company="Effort Team"> // Copyright (C) Effort Team // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated docume...
using System; using System.Collections.Generic; using CellStore.Excel.Client; using CellStore.Excel.Tools; using System.Text; using System.Text.RegularExpressions; using ExcelDna.Integration; namespace CellStore.Excel.Tasks { public class Parameters { Dictionary<string, Parameter> parameters = new...
// // 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...
/* Copyright (c) 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 not remo...
using System; using System.Diagnostics; using System.Threading; 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 information regarding copyright owner...
// 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.Text; using System.Globalization; using TestLibrary; public class StringCompare { pub...
namespace iControl { using System.Xml.Serialization; using System.Web.Services; using System.ComponentModel; using System.Web.Services.Protocols; using System; using System.Diagnostics; /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.Diagnostics.DebuggerStepTh...
using System; using System.Collections.Generic; using System.Configuration; using System.Linq; using System.Runtime.Serialization; using ServiceStack.Common.Utils; using ServiceStack.Common.Web; using ServiceStack.ServiceHost; using ServiceStack.ServiceInterface.ServiceModel; using ServiceStack.Text; using ServiceStack...
// 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; using System.Diagnostics; namespace System.Xml { // Represents a collection of attributes that can be accessed by name or index. publ...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace BookingApp.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it with ...
//------------------------------------------------------------------------------ // <copyright file="TextureBrush.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //---------------------------------...
// 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 wr...
// --------------------------------------------------------------------------- // <copyright file="GetUserAvailabilityRequest.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // --------------------------------------------------------------------------- //-----...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.Diagnostics.Contracts; using System.IO; using System.Runtime.InteropServices....
// dnlib: See LICENSE.txt for more info using System; using System.Collections.Generic; using System.Diagnostics; using System.Threading; using dnlib.DotNet.MD; using dnlib.Threading; #if THREAD_SAFE using ThreadSafe = dnlib.Threading.Collections; #else using ThreadSafe = System.Collections.Generic; #endif namespace...
namespace EIDSS.Reports.Parameterized.Human.DSummary { partial class DSummaryReport { #region Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> pri...
using System; using System.IO; using System.Collections.Generic; using System.Runtime.InteropServices; internal static partial class Interop { internal static partial class Sys { private const int MountPointFormatBufferSizeInBytes = 32; /// <summary> /// Internal FileSystem names and m...
using UnityEngine; using UnityEditor; using System.Collections.Generic; /// <summary> /// Inspector class used to edit Inventory Databases. /// </summary> [CustomEditor(typeof(InvDatabase))] public class InvDatabaseInspector : Editor { static int mIndex = 0; bool mConfirmDelete = false; /// <summary> /// Draw a...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace jkEditor { public partial class SubFormEditor : Form { private GuiEditor _Editor; private MainMenu subEditMenu; ...
/*! @file PQueue.cs @author Woong Gyu La a.k.a Chris. <juhgiyo@gmail.com> <http://github.com/juhgiyo/eplibrary.cs> @date April 01, 2014 @brief Priority Queue Interface @version 2.0 @section LICENSE The MIT License (MIT) Copyright (c) 2014 Woong Gyu La <juhgiyo@gmail.com> Permission is hereby granted, free of cha...
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; ...
using System; using System.Text; using System.Data; using System.Data.SqlClient; using System.Data.Common; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Xml; using System.Xml.Serialization; using SubSonic; using SubSonic.Utilities;...
using System; using System.Data; using Csla; using Csla.Data; using ParentLoadSoftDelete.DataAccess; using ParentLoadSoftDelete.DataAccess.ERCLevel; namespace ParentLoadSoftDelete.Business.ERCLevel { /// <summary> /// F12_CityRoad (editable child object).<br/> /// This is a generated base class of <see cr...
using System; /* File : case_portfolio_3.cs * Copyright : Copyright (c) MOSEK ApS, Denmark. All rights reserved. Description : Implements a basic portfolio optimization model. */ class msgclass : mosek.Stream { string prefix; public msgclass (string prfx) { prefix = prfx; } public ...
#define TUTORIAL2 using UnityEngine; using System.Collections; using System; using UnityEngine.SceneManagement; public enum GameState { Start, MainMenu, Game, Pause, End, Default, NoValue } //specifies which game state is to be set after a computation //Start, MainMenu, Game, Pause, End: GameState states as t...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /*============================================================================= ** ** ** ** Purpose: Class that stor...
#region LGPL License /* Axiom Graphics Engine Library Copyright (C) 2003-2006 Axiom Project Team The overall design, and a majority of the core engine and rendering code contained within this library is a derivative of the open source Object Oriented Graphics Engine OGRE, which can be found at http://ogre.sourcefor...
// 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.Globalization; using System.Runtime.InteropServices; using Xunit; namespace System.Numerics.Tests { ...
namespace GitVersion { using System; using LibGit2Sharp; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; public static class GitHelper { const string MergeMessageRegexPattern = "refs/heads/(pr|pull(-requests)?/(?<issuenumber>[0-9]*)/(merge|...
using System; using System.Collections.ObjectModel; using System.Collections.Generic; namespace Krs.Ats.IBNet { /// <summary> /// Class to describe a financial security. /// </summary> /// <seealso href="http://www.interactivebrokers.com/php/apiUsersGuide/apiguide/java/contract.htm">Interactive Brokers...
/* * Copyright 2010-2013 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) 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 2014 Google Inc. 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 applicable...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using static Elasticsearch.Net.AuditEvent; namespace Elasticsearch.Net { public class RequestPipeline : IRequestPipeline { private readonly IConnectionConfigurationValues _sett...
/* * * (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...
using System; using UIKit; using AudioUnit; using Foundation; using CoreFoundation; using AVFoundation; using CoreMidi; using AudioToolbox; namespace QRchestra { public class Synth : UIViewController { enum MIDIMessage { NoteOn = 0x9, NoteOff = 0x8 } const int LowNote = 48; const int HighNote = 72; ...
using System; using System.Collections; using System.Drawing; using Axiom.Animating; using Axiom.Controllers; using Axiom.Controllers.Canned; using Axiom.Core; using Axiom.Graphics; using Axiom.Input; using Axiom.MathLib; using Axiom.Media; using Axiom.ParticleSystems; using Axiom.Utility; using Demos; namespace Axiom...
/************************************************************************************ Copyright : Copyright 2014 Oculus VR, LLC. All Rights reserved. Licensed under the Oculus VR Rift SDK License Version 3.3 (the "License"); you may not use the Oculus VR Rift SDK except in compliance with the License, which is pr...
#pragma warning disable 169 // ReSharper disable InconsistentNaming namespace NEventStore { using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using FluentAssertions; using NEventStore.Persistence; using NEventStore.Persistence.AcceptanceTests; using NEventStore.P...
using UnityEngine; using System; using System.Collections; public class MasterMindController : MonoBehaviour { private static int ColumnsCount = 4; private static int ColorsCount = 8; private static int RowsCount = 10; private Noesis.FrameworkElement _root; private Noesis.Grid[] _grids; priva...
using Microsoft.VisualStudio.Services.Agent.Util; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Xml.Serialization; namespace Microsoft.VisualStudio.Services.Agent.Worker.Build { public sealed...
using UnityEngine; using System.Collections.Generic; using System.Linq; using NodeCanvas.Framework; using NodeCanvas.Framework.Internal; using ParadoxNotion.Design; namespace NodeCanvas.DialogueTrees{ [Name("Sub Dialogue Tree")] [Category("Nested")] [Description("Execute a Sub Dialogue Tree. When that Dialogue Tre...
// 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.IO; using System.Linq; using System.Net.Http; using System.Net.Networ...
using System; using System.IO; using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Security; using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Date; namespace Org.BouncyCastle.Bcpg.OpenPgp { /// <remarks>A PGP signature object.</remarks> public class PgpSignatur...
// 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...
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------- namespace System.ServiceModel.Channels { using System; using System.Collections; using System.Collections.Gener...
// // Image.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // // Copyright (c) 2011 Xamarin Inc // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, in...
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. // See full license at the bottom of this file. using System; using System.Collections.Generic; using System.IdentityModel.Tokens; using Microsoft.IdentityModel.S2S.Tokens; using Microsoft.SharePoint.Client; namespace ClauseLibrary.Com...
/* * Copyright 2010-2013 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) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the following conditions are met: * * * Redistributions of source code must retain the above * copyright notice, this li...
using System; using System.Collections.Generic; using System.Linq; namespace Bibliotheca.Server.Gateway.Core.MimeTypes { /// <summary> /// Class from: https://github.com/samuelneff/MimeTypeMap. /// </summary> public static class MimeTypeMap { private static readonly Lazy<IDictionary<string,...
// 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.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Runtime; using ...
// 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 Xunit; namespace ManagedTests.DynamicCSharp.Conformance.dynamic.dynamicType.overloadResolution.method.Twoclas...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // // <OWNER>[....]</OWNER> namespace System.Threading { using System; using System.Security.Permissions; using System.Runtime.CompilerServices; using System.Runtime.ConstrainedExecution; using System.Runtime...
// 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.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using Microsoft.DotNet.Tools; ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Threading.Tasks; using System; using System.IO; using System.Text; using System.Xml; using System.Diagnostics; using System.Collections; using System.Glob...
// MvxPictureChooserTask.cs // (c) Copyright Cirrious Ltd. http://www.cirrious.com // MvvmCross is licensed using Microsoft Public License (Ms-PL) // Contributions and inspirations noted in readme.md and license.txt // // Project Lead - Stuart Lodge, @slodge, me@slodge.com using System; using System.IO; using System.T...
using Ipfs.Registry; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Ipfs { [TestClass] public class MultiBaseTest { [TestMethod] public void Codec() { var bytes = new byt...
// 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.ServiceModel.Channels; using System.ServiceModel.Description; using System.Runtime.Serialization; usin...
using System; using System.Collections.Generic; using System.Text; using System.Web.Services.Protocols; using AppUtil; using Vim25Api; namespace Create { ///<summary> ///This sample is used to create the Folder, Datacenter, cluster ///and also to add the StandAlone Host. ///</summary> ///<param na...
using System; using System.Linq; using Nop.Core.Caching; using Nop.Core.Data; using Nop.Core.Domain.Common; using Nop.Services.Directory; using Nop.Services.Events; namespace Nop.Services.Common { /// <summary> /// Address service /// </summary> public partial class AddressService : IAddressService ...
#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...
// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // // Copyright 2008-2014 Heaton Research, 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 // // htt...
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // Test class that veri...
using System; using System.Text; using System.Data; using System.Data.SqlClient; using System.Data.Common; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Xml; using System.Xml.Serialization; using SubSonic; using SubSonic.Utilities;...
// 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 global::System; using global::System.IO; using global::System.Text; using global::System.Diagnostics; using gl...
//------------------------------------------------------------------------------ // <copyright file="FlatButtonAppearance.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //-------------------------...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
using System.Drawing; using System.Windows.Forms; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text; using System.Windows.Forms.VisualStyles; using System; using Microsoft.Win32; using System.IO; namespace BSE.Windows.Forms { /// <summary> /// Provides colors used for Mi...
// 32feet.NET - Personal Area Networking for .NET // // Copyright (c) 2013 Alan J.McFarlane, All rights reserved. // Copyright (c) 2013 In The Hand Ltd, All rights reserved. // This source code is licensed under the In The Hand Community License - see License.txt using System; using System.Linq; using Android.App; usin...
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; 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...
/* Copyright(c) Microsoft Open Technologies, Inc. All rights reserved. The MIT License(MIT) 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 witho...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. /*============================================================ ** ** ** ** Purpose: A random number generator. ** ** ==================================================...
using System; using System.Collections; using System.ComponentModel; using System.Windows.Threading; using System.Windows.Data; using System.Windows.Media; using MS.Utility; using MS.Internal; using MS.Internal.Controls; using MS.Internal.KnownBoxes; using MS.Internal.Data; using MS.Internal.PresentationFramework; n...
/* * 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 ...
/* * ArrayList.cs - Generic array list class. * * 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 License, ...
/* ==================================================================== */ //GJL 110208 - Made some changes to allow second scale... using System; using System.Collections; using System.Drawing; //using System.Windows.Forms;JD 20080514 - Why? using Sys...
using System; namespace unluac.decompile.block { using Decompiler = unluac.decompile.Decompiler; using Op = unluac.decompile.Op; using Output = unluac.decompile.Output; using Registers = unluac.decompile.Registers; using Branch = unluac.decompile.branch.Branch; using Expression = unluac.decompile.expression.Exp...
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...
#region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF licenses this file to you under the Apache License, Version 2.0 // (...
/********************************************************************++ Copyright (c) Microsoft Corporation. All rights reserved. --********************************************************************/ using System; using System.Text; using System.IO; using System.IO.Compression; using System.Management.Automation; u...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflect...
// 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.14.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
// 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.Collections.Generic; using System.Globalization; using System.R...