context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Windows.Forms; namespace Dalssoft.DiagramNet { /// <summary> /// This class control the size of elements /// </summary> internal class ResizeAction { public delegate void OnElementResizingDelegate(ElementEventArgs e); private On...
/* * 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...
using System.Collections.Generic; using Eto.Forms; #if XAMMAC2 using AppKit; using Foundation; using CoreGraphics; using ObjCRuntime; using CoreAnimation; using CoreImage; #else using MonoMac.AppKit; using MonoMac.Foundation; using MonoMac.CoreGraphics; using MonoMac.ObjCRuntime; using MonoMac.CoreAnimation; using Mon...
// 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...
// // XmlSchemaType.cs // // Authors: // Dwivedi, Ajay kumar Adwiv@Yahoo.com // Atsushi Enomoto atsushi@ximian.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 Software without restrict...
// ******************************************************************************************************** // Product Name: DotSpatial.Data.dll // Description: The data access libraries for the DotSpatial project. // *****************************************************************************************************...
// Copyright 2015, 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 applicabl...
// 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...
// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.VisualStudio.TestTools.UnitTesting; using StockTraderRI.Modules.Watch.WatchList; using StockTra...
// 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 defines an internal class used to throw exceptions in BCL code. // The main purpose is to reduce code ...
namespace AngleSharp.Core.Tests.Html { using AngleSharp.Html.Dom; using NUnit.Framework; /// <summary> /// Tests generated according to the W3C-Test.org page: /// http://www.w3c-test.org/html/semantics/forms/constraints/form-validation-validity-tooShort.html /// </summary> [TestFixture] pu...
/* * 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 2011 The Noda Time Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using NodaTime.Text; using NUnit.Framework; using NodaTime....
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // SpscTargetCore.cs //...
using System; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.Contracts; using FileHelpers.Helpers; namespace FileHelpers.Options { using System.Collections.Generic; /// <summary> /// This class allows you to set some options of the records at runtime. /// With these op...
// 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.Net.Sockets; using System.Globalization; namespace System.Net { /// <devdoc> /// <para> ...
/* * 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 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...
// // TextEntryBackend.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 rest...
/* * 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...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for details. using System; using System.Diagnostics; using System.Drawing; using System.Drawing.Drawing2D; using System.Windows.Forms; using OpenLiveWriter.CoreServices; namespace OpenLiveWri...
// Copyright (c) DotSpatial Team. All rights reserved. // Licensed under the MIT license. See License.txt file in the project root for full license information. using System; using System.Windows.Forms; namespace DotSpatial.Data.Forms { /// <summary> /// This handles the methodology of progress messaging in o...
// // 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 Bridge.Test.NUnit; using System; namespace Bridge.ClientTest.Batch3.BridgeIssues { [Category(Constants.MODULE_ISSUES)] [TestFixture(TestNameFormat = "#1025 - {0}")] public class Bridge1025 { public class C1 : IEquatable<int>, IEquatable<string> { public int intField; ...
// 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.IO; using System.Linq; using System.Threading; using System.T...
// // Copyright (c) 2012 Krueger Systems, 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, including without limitation the rights // to use, copy, modify, mer...
// Copyright (c) 2017 Jan Pluskal, Viliam Letavay // //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 o...
#region MIT license // // MIT license // // Copyright (c) 2007-2008 Jiri Moudry, Pascal Craponne // // 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...
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.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.Data; using System.Data.OleDb; using System.Collections; using System.Configuration; using PCSComUtils.DataAccess; using PCSComUtils.PCSExc; using PCSComUtils.Common; namespace PCSComProduction.WorkOrder.DS { public class PRO_IssuePurposeDS { public PRO_IssuePurposeDS() { } privat...
// 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; namespace PriorityQueue { /// <summary> /// Represent a data type where elements with higher priority are "served" before elements with lower priority. /// Elements of same priority are served with random order. /// </summary> /// <typeparam name="T"></typeparam> p...
/*************************************************************************** * AsyncWebClient.cs * * Copyright (C) 2007 Michael C. Urbanski * Written by Mike Urbanski <michael.c.urbanski@gmail.com> ****************************************************************************/ /* THIS FILE IS LICENSED UNDER THE...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.IO; using System.Text; namespace System.Diagnostics { /// <summary> /// Provides version infor...
// 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 Internal.IL.Stubs; using Internal.TypeSystem; using Debug = ...
using AllReady.Areas.Admin.Features.Itineraries; using AllReady.Models; using Moq; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using AllReady.Services.Mapping.Routing; using Shouldly; using Xunit; using Microsoft.Extensions.Caching.Memory; using AllReady.Caching; na...
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using ThisToThat; namespace ThisToThatTests { [TestClass] public class ToInt16Tests { /* SByte to Int16: Test omitted There is a predefined implicit conversion from SByte to Int16 */ /* B...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. // // This...
// // Copyright (c) 2004-2011 Jaroslaw Kowalski <jaak@jkowalski.net> // // 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 co...
// // Copyright 2012, Xamarin 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 applicable...
// // ParserOptions.cs // // Author: Jeffrey Stedfast <jeff@xamarin.com> // // Copyright (c) 2013-2016 Xamarin Inc. (www.xamarin.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 Software wit...
#region License /* The MIT License Copyright (c) 2008 Sky Morey Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, ...
// Copyright (c) 2015 Alachisoft // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed t...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
using System; using System.Collections; using System.Drawing; using System.Drawing.Drawing2D; using System.Diagnostics; using System.Xml; using SharpVectors.Dom.Svg; using SharpVectors.Dom.Css; using System.Runtime.InteropServices; namespace SharpVectors.Renderer.Gdi { /// <summary> /// Summary description for Paint...
using Terraria; using Terraria.ModLoader; namespace ExampleMod.NPCs { //imported from my tAPI mod because I'm lazy public abstract class Fish : ModNPC { protected float speed = 7f; protected float speedY = 4f; protected float acceleration = 0.25f; protected float accelerationY = 0.2f; protected float corr...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Globalization; using System.Xml; using System.Xml.Linq; using System.Text; using System.I...
using System.Drawing; using System.Text; using System.Runtime.InteropServices; using System; namespace Oranikle.Studio.Controls { internal class Win32 { public struct NCCALCSIZE_PARAMS { public Oranikle.Studio.Controls.NWin32.RECT rgc; public Oranikle.Studio.Controls....
using System.Runtime.CompilerServices; using GitVersion.Configuration; using GitVersion.Core.Tests.Helpers; using GitVersion.Extensions; using GitVersion.Helpers; using GitVersion.Logging; using GitVersion.Model.Configuration; using GitVersion.VersionCalculation; using Microsoft.Extensions.DependencyInjection; using Mi...
namespace Orleans.CodeGenerator { using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeA...
//----------------------------------------------------------------------- // <copyright file="MruSessionSecurityTokenCache.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //----------------------------------------------------------------------- namespace Syste...
// Copyright 2021 Esri. // // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. // You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software ...
// Author: http://lemming.life // Language: C# // Description: Collection of classes related to string operations. using System; using System.Text; using System.Collections.Generic; namespace Snippets { class StringOperations { public static void executeDriver() { Console.WriteLine("\nTEST: S...
/* MIT License Copyright (c) 2017 Saied Zarrinmehr 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, publis...
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...
/* * Thread.cs - Implementation of the "System.Threading.Thread" class. * * Copyright (C) 2001, 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; e...
// Copyright (c) 2015, Outercurve Foundation. // 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 o...
/** * 7/8/2013 */ #define PRO using UnityEngine; using UnityEditor; using System.Collections; using System.Collections.Generic; using System.Reflection; using System.IO; namespace ProGrids { [InitializeOnLoad] public static class pg_Initializer { /** * When opening Unity, remember whether or not ProGrids was ope...
using System.Collections.Generic; namespace UnityEngine.Rendering.PostProcessing { #if UNITY_2017_2_OR_NEWER using XRSettings = UnityEngine.XR.XRSettings; #elif UNITY_5_6_OR_NEWER using XRSettings = UnityEngine.VR.VRSettings; #endif // Context object passed around all post-fx in a frame public sealed ...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; using System.Collections.Generic; using System.Threading.Tasks; using Xamarin.Forms.Platform.Android.AppCompat; using Xamarin.Forms; using Android.Support.Design.Widget; using Android.Views; using Android.Widget; using Xamarin.Forms.Platform.Android; using eShopOnContainers.Droid.Extensions; using eShopOn...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Runtime.InteropServices; using Test.Cryptography; using Xunit; namespace System.Security.Cryptography.X509Certificates.Tests { public static class Int...
/* This file is part of SevenZipSharp. SevenZipSharp 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 3 of the License, or (at your option) any later version. SevenZipSh...
// 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.Collections.ObjectModel; using System.Diagnostics; using Syst...
// 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.Collections.Generic; using System.Linq; using System.Threading; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framew...
using System.Collections.Generic; namespace Pathfinding { /** Represents a collection of GraphNodes. It allows for fast lookups of the closest node to a point */ public class PointKDTree { // TODO: Make constant public static int LeafSize = 10; Node[] tree = new Node[16]; int numNodes = 0; readonly List...
// 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...
// // Copyright (c) Microsoft Corporation. All rights reserved. // namespace Microsoft.Zelig { using System; using System.Collections; using System.Collections.Generic; public class GrowOnlySet< TKey > { // // State // private int[] m_bucke...
// 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.IO; using System.Linq; using System.Globalization; using System.Collections.Generic; using System.Secur...
// 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 System.Linq.Expressions.Tests { public static class NonLiftedComparisonGreaterThanOrEqua...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
using System; using System.Collections.Generic; using System.Text; using System.Data; using System.Data.Common; using System.Data.Sql; using System.IO; using System.Runtime.Remoting; using System.Runtime.Serialization.Formatters.Binary; using MySql.Data.MySqlClient; using Analysis.EDM; namespace SirCachealot.Databa...
/// /// Author: Ahmed Lacevic /// Date: 12/1/2007 /// Desc: This class represents a DBF file. You can create, open, update and save DBF files using this class and supporting classes. /// Also, this class supports reading/writing from/to an internet forward only type of stream! /// /// Revision History: /// -----------...
using System.Collections.Generic; using System.Linq; using UnityEngine; namespace Oxide.Plugins { [Info("Hooks Test", "Oxide Team", 0.1)] public class HooksTest : RustPlugin { int hookCount = 0; int hooksVerified; Dictionary<string, bool> hooksRemaining = new Dictionary<string, boo...
/* * Copyright 2020 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 ...
/******************************************************************** The Multiverse Platform is made available under the MIT License. Copyright (c) 2012 The Multiverse Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "...
namespace Swensen.Ior.Forms { using System.Drawing; using System.Windows.Forms; public class CustomColorScheme : ProfessionalColorTable { public override Color ButtonCheckedGradientBegin { get { return Color.FromArgb(0xC1, 210, 0xEE); } } public override Color ButtonCheckedGr...
// 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.IO; using System.Xml; using Microsoft.Build.Evaluation; using Microsoft.Build.Construction; using Microsof...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.Win32.SafeHandles; using System.Collections.Generic; using System.ComponentModel; using System.Diagn...
// "Therefore those skilled at the unorthodox // are infinite as heaven and earth, // inexhaustible as the great rivers. // When they come to an end, // they begin again, // like the days and months; // they die and are reborn, // like the four seasons." // // - Sun Tsu, // "The Art of War" #if !MONO using System; us...
// 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.Diagnostics; using JetBrains.Annotations; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions; using ...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
using System.Windows.Forms; using DigitallyImported.Components; namespace DigitallyImported.Client { partial class FavoritesForm<TChannel, TTrack> where TChannel : UserControl, IChannel, new() where TTrack: UserControl, ITrack, new() { /// <summary> /// Required designer variable...
using System; using System.Collections.Generic; using System.Linq; using System.Collections; using ModestTree.Util; namespace ModestTree { public static class LinqExtensions { // Inclusive because it includes the item that meets the predicate public static IEnumerable<TSource> TakeUntilInclusiv...
// 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.Runtime.ExceptionServices; using System.Runtime.InteropServices; namespace S...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using Scriban.Helpers; using Scriban.Runtime; namespace Scriban.Syntax ...
// 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.IO; using System.Diagnostics.Contracts; namespace Microsoft.Research.CodeAnalysis { public partial int...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: ResourceWriter ** ** <OWNER>[....]</OWNER> ** ** ** Purpose: Default way to write strings to a CLR resource ** file. ** ** =========================...
// 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.IO.PortsTests; using System.Threading; using Legacy.Support; using Xunit; na...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.DataProtection; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Localization; using Microsoft.AspNetCore.Mvc.Rendering; ...
using UnityEditor; using UnityEngine; using System.Collections.Generic; using ParticlePlayground; using ParticlePlaygroundLanguage; using PlaygroundSplines; [CustomEditor (typeof(PlaygroundC))] public class PlaygroundInspectorC : Editor { /////////////////////////////////////////////////////////////////////////////...
using System; using System.Data; using System.Data.OleDb; using System.Drawing.Printing; using System.Reflection; using C1.Win.C1Preview; using C1.C1Report; using PCSUtils.Framework.ReportFrame; using PCSUtils.Utils; using C1PrintPreviewDialog = PCSUtils.Framework.ReportFrame.C1PrintPreviewDialog; namespace SaleByLice...
// 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.CodeAnalysis; using System.Runtime.InteropServices; using Interna...
// 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.Collections.Generic; #if DEBUG using System.Diagnostics; #endif using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.Shared.Extensio...
// dnlib: See LICENSE.txt for more info using System; using System.Collections.Generic; using System.Text; namespace dnlib.DotNet { /// <summary> /// Compares byte arrays /// </summary> sealed class ByteArrayEqualityComparer : IEqualityComparer<byte[]> { /// <summary> /// Default instance /// </summary> p...
namespace Palmmedia.ReportGenerator.Parser { using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text.RegularExpressions; using System.Xml.Linq; using log4net; using Palmmedia.ReportGenerator.Common; using Palmmedia.ReportGene...
/* ==================================================================== 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...
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...