context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using ReportPrinting; namespace HWD { /// <summary> /// Summary description for preview. /// </summary> public class preview : System.Windows.Forms.Form { private System.Windows.Forms.PrintPrev...
// 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.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Collections; using System.Globalization; using OpenLiveWriter.BlogClie...
namespace SPALM.SPSF.Library.CustomWizardPages { using System.ComponentModel; using System.Windows.Forms; partial class SiteColumnWizard { /// <summary> /// Required designer variable. /// </summary> private IContainer components = null; /// <summary> /// Clean up any resources...
// 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.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Dia...
// 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.Diagnostics; using System.IO; using System.Linq; using System.Threading; using System.Threading.T...
namespace EntityFrameworkHelper.Model { using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Data.Entity.Spatial; [Table("Restaurant")] public partial class Restaurant { [Sys...
// Copyright 2017, Google LLC 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...
// 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 Test.Cryptography; namespace System.Security.Cryptography.Pkcs.Tests { internal static class SignedDocume...
using System; using System.Collections.Generic; public enum TestEnum { VALUE_0, VALUE_1 } public class TestGenericComparer<T> : Comparer<T> { public TestGenericComparer() : base() { } public override int Compare(T x, T y) { if (!(x is ValueType)) { // reference type ...
using System; using System.Management.Automation; using System.Data.Common; using System.Collections.Generic; using PowerShellDBDrive.DataModel; using GodSharp.Data.Common.DbProvider; namespace PowerShellDBDrive.Drives { /// <summary> /// Interface used by provider to access database functionality. /// </...
/* The MIT License (MIT) Copyright (c) 2015 Secret Lab Pty. Ltd. and Yarn Spinner contributors. 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 ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using Fubu.CsProjFile.FubuCsProjFile.MSBuild; using FubuCore; using FubuCore.Util; namespace Fubu.CsProjFile.FubuCsProjFile { public class Solution { public class SolutionReader { private readonly Solu...
// <copyright file="MultilineRecordTest.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; using System.Collections.Generic; usin...
using FastSerialization; using Microsoft.Diagnostics.Tracing.Parsers; using System; using System.Diagnostics; #pragma warning disable 1591 // disable warnings on XML comments not being present namespace Microsoft.Diagnostics.Tracing.EventPipe { public sealed class EventPipeTraceEventParser : ExternalTrace...
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including wit...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; namespace EduHub.Data.Entities { /// <summary> /// Calendar Class Information /// </summary> [GeneratedCode("EduHub Data", "0.9")] public sealed partial class TCTQ : EduHubEntity { #region Navigation Propert...
// 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.Diagnostics; using JetBrains.Annotations; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Fr...
// 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.Collections.ObjectModel; using System.Diagnostics; using Internal.Cry...
// 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 NUnit.Framework; using Microsoft.Build.Framework; using Microsoft.Build.BuildEngine; using System.Xml; using System.IO; namespace Microsoft.Build.U...
/* * 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...
// // ConstantType.cs.cs // // This file was generated by XMLSPY 2004 Enterprise Edition. // // YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE // OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION. // // Refer to the XMLSPY Documentation for further details. // http://www.altova.com/xmlspy // using System; using System...
using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Data; using System.Windows.Forms; namespace Hydra.Framework.Geometric { public class CurveObject : IMapviewObject,ICloneable, IPersist { #region Private members of AbstractCurve Object public event GraphicEve...
/* * Copyright (c) 2008, openmetaverse.org * 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...
// Copyright (c) Microsoft Corporation. All rights reserved. // // Licensed under the MIT License. See LICENSE.txt in the project root for license information. #if WINDOWS_UWP using Windows.Graphics.DirectX; #else using Microsoft.Graphics.Canvas.DirectX; #endif using Microsoft.Graphics.Canvas; using Microsoft.Graphic...
using System; /// <summary> /// Convert.ToDouble(System.Double) /// </summary> public class ConvertToDouble5 { public static int Main() { ConvertToDouble5 testObj = new ConvertToDouble5(); TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToDouble(System.Double)"); if (testO...
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.Runtime { using System; using System.Collections.Generic; using Syst...
// // 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...
// <copyright file="ObservableCollectionBase{T}.cs" company="Adrian Mos"> // Copyright (c) Adrian Mos with all rights reserved. Part of the IX Framework. // </copyright> using System.Collections.Specialized; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Reflection; using IX.Guarantee...
// 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 Xunit; namespace System.IO.Tests { public partial class PathTestsBase : RemoteE...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Microsoft.Azure.EventHubs; using Orleans.Providers.Streams.Common; using Orleans.Runtime; using Orleans.Serializati...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // zlib.h -- interface of the 'zlib' general purpose compression library // version 1.2.1, November 17th, 2003 // // Copyright (C) 1995-2003 Jean-loup Gailly and Mark Adler // // This software is provided 'as-is', without any express or ...
using UnityEngine; using System.Collections; using System.Collections.Generic; /// <summary> /// UI logic. Manages all UI, raycasting, touch/mouse events passing and uiItem event notifications. /// For any tk2dUIItem to work there needs to be a tk2dUIManager in the scene /// </summary> [AddComponentMenu("2D Toolkit/U...
/********************************************************************++ * Copyright (c) Microsoft Corporation. All rights reserved. * --********************************************************************/ using System.IO; using System.Management.Automation.Internal; using System.Management.Automation.Tracing; usin...
// // 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 (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) 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.Diagnostics; using System.IO; using System.Text; using System.Collections.Generic; using System.Globalization; using Microsoft.Buil...
// // 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...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using AutoRest.Core; using AutoRest.Cor...
using System; using System.Collections; using NationalInstruments.DAQmx; using DAQ.Pattern; using DAQ.Remoting; using DAQ.TransferCavityLock2012; using System.Runtime.Remoting; using System.Collections.Generic; namespace DAQ.HAL { /// <summary> /// This is the specific hardware that the molecule MOT experiment h...
// Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace Services { using System; using System.Linq; using System.Collections.Generic; using System.Diagnostics; using System.Net; using S...
using System; using System.Collections.Generic; using System.Text; using System.Timers; using libsecondlife; using libsecondlife.Packets; using SLNetworkComm; namespace SLeek { public class StateManager { private SleekInstance instance; private SecondLife client; private SLNetCom netcom...
using System; using System.Runtime.InteropServices; namespace TrueCraft.API { /// <summary> /// Represents the size of an object in 3D space. /// </summary> [StructLayout(LayoutKind.Explicit)] public struct Size : IEquatable<Size> { /// <summary> /// The width component for the ...
using System; using System.Collections; using System.Xml.Serialization; using Utility; namespace Data.Scans { /// <summary> /// A scan is a set of scan points. Also holds a list of the settings used during its acquisition. /// </summary> [Serializable] public class Scan : MarshalByRefObject { private ArrayList...
// 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 Eto.Forms; using Eto.Drawing; using Eto.Mac.Drawing; #if XAMMAC2 using AppKit; using Foundation; using CoreGraphics; using ObjCRuntime; using CoreAnimation; using nnint = System.Int32; #else using MonoMac.AppKit; using MonoMac.Foundation; using MonoMac.CoreGraphics; using MonoMac.ObjCRuntime; 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. /*============================================================ ** ** ** ** ** ** Purpose: List for exceptions. ** *...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Microsoft.TemplateEngine.Abstractions; using Microsoft.TemplateEngine.Abstractions.Mount; using Microsoft.TemplateEngine.Edge.Mount.Archive; using Microsoft.TemplateEngine.Edg...
// 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.Xunit.Performance; using System; using System.Linq; using System.Runtime.CompilerServices; using Sys...
// 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.Buffers; using System.Collections; using System.Collections.Generic; using System.Diagnos...
// 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.Text; using Xunit; namespace System.SpanTests { public static partial class SpanTests { ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
using System; using System.Collections.Generic; using System.Linq; using FluentAssertions; using LogShark.Containers; using LogShark.Plugins.Config.Models; using LogShark.Shared; using LogShark.Shared.LogReading.Containers; using LogShark.Tests.Plugins.Helpers; using Microsoft.Extensions.Logging.Abstractions; using Xun...
// 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 Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.Test.Utilities; using Roslyn.Test.Utilities; using Xunit; namespace Microsof...
// /////////////////////////////////////////////////////////////////////////////////////////// // Description: RichMessagingManager class. // Author: Ben Moore // Created date: 06/07/2015 // Copyright: Donky Networks Ltd 2015 // /////////////////////////////////////////////////////////////////...
// 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.Reflection; using System.Reflection.Emit; using Xunit; namespace Sys...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using Xunit; #pragma warning disable 0414 #pragma warning disable 0067 namespace...
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;...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: math.proto // Original file comments: // 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: /...
// 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.Net.Soc...
// // Copyright (c) 2004-2021 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...
/** * MetroFramework - Modern UI for WinForms * * The MIT License (MIT) * Copyright (c) 2011 Sven Walter, http://github.com/viperneo * * 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 * Softw...
using System; using System.Globalization; //for NumberFormatInfo using TestLibrary; /// <summary> /// UInt16.System.IConvertible.ToString(string) /// Converts the numeric value of this instance to its equivalent string representation /// using the specified format. /// </summary> public class UInt16ToString { pu...
// Copyright 2018 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 ...
// ZipEntry.cs // // Copyright (c) 2006, 2007 Microsoft Corporation. All rights reserved. // // Part of an implementation of a zipfile class library. // See the file ZipFile.cs for further information. // // Tue, 27 Mar 2007 15:30 using System; using System.IO; namespace newtelligence.DasBlog.Util.Zip { publ...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Media; using System.Windows.Threading; using GitMind.ApplicationHandling; using GitMind.Common.MessageDialogs; using G...
// The MIT License (MIT) // // Copyright (c) Andrew Armstrong/FacticiusVir 2020 // // 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 r...
// // 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...
// 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.Security.Cryptography.Asn1; using System.Se...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Reflection; using System.Runtime.InteropServices; using NUnit.Framework; using Python.Runtime; using PyRuntime = Python.Runtime.Runtime; // // This test case is disabled on .NET Standard because it doesn't have all the // APIs we us...
/* * 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...
#region License, Terms and Author(s) // // ELMAH - Error Logging Modules and Handlers for ASP.NET // Copyright (c) 2004-9 Atif Aziz. All rights reserved. // // Author(s): // // Atif Aziz, http://www.raboof.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file excep...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using JCG = J2N.Collections.Generic; namespace Lucene.Net.Store { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.ServiceModel.Channels { using System.Collections; using System.Collections.Generic; using System.Collec...
// // System.Web.UI.WebControls.CheckBox.cs // // Authors: // Gaurav Vaish (gvaish@iitk.ac.in) // Andreas Nahr (ClassDevelopment@A-SoftTech.com) // // (C) Gaurav Vaish (2002) // (C) 2003 Andreas Nahr // Thanks to Leen Toelen (toelen@hotmail.com)'s classes that helped me // to write the contents of the function Load...
using UnityEngine; using System.Collections; using Pathfinding; using System; using System.Collections.Generic; /** Radius path modifier for offsetting paths. * \ingroup modifiers * * The radius modifier will offset the path to create the effect * of adjusting it to the characters radius. * It gives good results...
// 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; using System.Linq; using System.Threading; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsof...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Globalization; using System.Linq; using System.Text; namespace EduHub.Data.Entities { /// <summary> /// Creditor Notes Data Set /// </summary> [GeneratedCode("EduH...
#region License, Terms and Author(s) // // ELMAH - Error Logging Modules and Handlers for ASP.NET // Copyright (c) 2004-9 Atif Aziz. All rights reserved. // // Author(s): // // Atif Aziz, http://www.raboof.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file excep...
using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; namespace ICSharpCode.SharpZipLib.Core { /// <summary> /// NameFilter is a string matching class which allows for both positive and negative /// matching. /// A filter is a sequence of independant <see cref="Re...
using System; using System.Collections.Generic; using System.Text; using FlatRedBall.Graphics; using FlatRedBall.Graphics.Animation; using FlatRedBall.Gui; using FlatRedBall.Input; using FlatRedBall.Math; using FlatRedBall.Math.Geometry; using Microsoft.Xna.Framework.Graphics; using AnimationChain = FlatRedBall.Gra...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Runtime.InteropServices; using System.Runtime.Serialization; using GlmSharp.Swizzle; // ReSharper disable InconsistentNaming namespace GlmSharp { /// <summary> /// A matrix of type float wit...
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using Umbraco.Core; using Umbraco.Core.Configuration; using Umbraco.Core.IO; using Umbraco.Core.Mo...
// 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.Security; using System.Text; using Internal...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.IO; using System.Text; using System.ComponentModel.Design; using System.Drawing.Design; using System.ComponentModel.Design.Serialization; using System.CodeDom; using ...
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Copyright (c) Microsoft Corporation. All rights reserved. /////////////////////////////////////////////////////////...
// 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. // // // Description: // // // // using System; using System.IO; using System.IO.IsolatedStorage; using MS.Internal...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace StudentsLabs.APIControllers.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and ...
using System; using System.Collections.Generic; using System.Linq; namespace ClosedXML.Excel { internal class XLCellsCollection { private readonly Dictionary<int, Dictionary<int, XLCell>> rowsCollection = new Dictionary<int, Dictionary<int, XLCell>>(); public readonly Dictionary<Int32, Int32> ...
/* * DrawingTopLevelWindow.cs - Implementation of windows for System.Drawing. * * 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; e...
// Copyright (c) Umbraco. // See LICENSE for more details. using System; using System.Linq; using NUnit.Framework; using Umbraco.Cms.Core.Configuration.Models; using Umbraco.Cms.Core.DependencyInjection; using Umbraco.Cms.Core.Events; using Umbraco.Cms.Core.Models; using Umbraco.Cms.Core.Notifications; using Umbraco.C...
using System; using System.Globalization; using System.Threading.Tasks; using Abp.Application.Features; using Abp.Authorization; using Abp.Configuration; using Abp.Dependency; using Abp.Domain.Uow; using Abp.Events.Bus; using Abp.Localization; using Abp.Localization.Sources; using Abp.Runtime.Session; using Castle.Core...
using System; using System.Windows.Forms; using System.Drawing; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace HallLibrary.Extensions { /// <summary> /// A class used to build a simple input form at runtime, with optional validation. /// Can cache inputs to curr...
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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // OrderPreservingPipel...
// Copyright 2011 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using Bedrock.Events; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Bedrock.Tests.Events { [TestClass] public class PubSubEventFixture { [TestMethod] public void CanSubscribeAndRaiseEv...
using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Data; using System.Windows.Forms; using Crownwood.DotNetMagic; namespace HWD.DetailsControls { public class Performance : System.Windows.Forms.UserControl { private Crownwood.DotNetMagic.Controls.ButtonWithStyle...
// Copyright (c) 1995-2009 held by the author(s). 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 c...
using System; using NBitcoin.BouncyCastle.Crypto.Parameters; namespace NBitcoin.BouncyCastle.Crypto.Modes { /** * Implements OpenPGP's rather strange version of Cipher-FeedBack (CFB) mode * on top of a simple cipher. This class assumes the IV has been prepended * to the data stream already, and just a...
using UnityEngine; using System.Collections; /// <summary> /// This class controls some GUI elements /// </summary> public class ROTD_GUIManager : MonoBehaviour { /// <summary> /// Reference to the game manager /// </summary> public ROTD_GameManager gameManager; public Camera guiCamera; /// <...