context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using UnityEngine; using System.Collections; using System.Collections.Generic; using Pathfinding; namespace Pathfinding { /** A path which searches from one point to a number of different targets in one search or from a number of different start points to a single target. * \ingroup paths * \astarpro * \see S...
using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; namespace WebApplication2 { /// <summary> ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.IO; using System.Reflection; using System.ComponentModel; using System.Runtime.InteropServices; using System.Runtime.CompilerServices; using System.Management.Automation; using System.Management.A...
/* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for Additional information regarding copyright ownership. The ASF licenses this file to Y...
using System; using System.Collections.Generic; using System.Windows.Forms; using System.Drawing; using System.Windows.Forms.Design; using System.ComponentModel; namespace FileHelpers.WizardApp { [Designer(typeof (FileBrowser.FileBrowserDesigner))] public class FileBrowser : ScrollableControl { pri...
// 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 Xunit; namespace System.Linq.Tests.LegacyTests { public class LastOrDefaultTests { private static...
using System.Collections.Generic; using System.IO; using System.Linq; using System.Text.RegularExpressions; using Chutzpah.FrameworkDefinitions; using Chutzpah.Models; using Chutzpah.Wrappers; using Moq; using Xunit; namespace Chutzpah.Facts { public class ReferenceProcessorFacts { private class Testab...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Reflection; using System.Threading; using System.Threading.Tasks; using FortuneCookies; using Orleans.Runtime; using Orleans.Runtime.Configuration; using Orleans.Samples.Chirper.GrainInterfaces; using Orleans.Samples...
// **************************************************************** // This is free software licensed under the NUnit license. You // may obtain a copy of the license as well as information regarding // copyright ownership at http://nunit.org. // **************************************************************** namespa...
// 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: Attributes for debugger ** ** ==...
// 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.Net; using System.Net.Security; using System.Net.Sockets; using System.IO; using System.Security.Cryptograph...
using System; using Microsoft.Xna.Framework; using Cocos2D; namespace AngryNinjas { public class TheMenu : CCLayer { CCMenu VoiceFXMenu; CCMenu SoundFXMenu; CCMenu AmbientFXMenu; CCPoint VoiceFXMenuLocation; CCPoint SoundFXMenuLocation; CCPoint AmbientFXMenuLocation; string menuBackgroundName; ...
// 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.Net.NetworkInformation; using System.Net.Sockets; using Xunit; names...
/*************************************************************************************************************************************** * Copyright (C) 2001-2012 LearnLift USA * * Contact: Learnlift USA, 12 Greenway Plaza, Suite 1510, Houston, Texas 77046, support@memorylifter.com * * ...
/* ==================================================================== 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 ...
/* * Copyright 2007 ZXing authors * * 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 wri...
/* Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
using System; using System.Linq; using System.Reflection; using Xunit; using Should; namespace AutoMapper.UnitTests.Tests { public abstract class using_generic_configuration : AutoMapperSpecBase { protected override MapperConfiguration Configuration { get; } = new MapperConfiguration(cfg => { ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using System.Drawing.Printing; using System.Linq; using bv.common.Configuration; using bv.common.Core; using bv.model.BLToolkit; using bv.model.Model.Core; using DevExpress.XtraReports.UI; using ...
using System; using System.Collections.Generic; using UnityEngine; public abstract class VCDPadBase : MonoBehaviour { public enum EDirection { None, Up, Down, Left = 4, Right = 8 } public string vcName; private static Dictionary<string, VCDPadBase> _instancesByVcName; public VCAnalogJoystickBase joy...
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.ComIntegration { using System; using System.Runtime.Diagnost...
/* * 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...
/* * Swaggy Jenkins * * Jenkins API clients generated from Swagger / Open API specification * * The version of the OpenAPI document: 1.1.2-pre.0 * Contact: blah@cliffano.com * Generated by: https://openapi-generator.tech */ using System; using System.Linq; using System.Text; using System.Collections.Generic; u...
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // C# port by: Lars Brubaker // larsbrubaker@gmail.com // Copyright (C) 2007 // // Permission to copy, use, modif...
//originally from Matthew Adams, who was a thorough blog on these things at http://mwadams.spaces.live.com/blog/cns!652A0FB566F633D5!133.entry using System; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.Windows.Forms; using SIL.Progress; using SIL...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using System.Threading; using Xunit; namespace System.Linq.Parallel.Tests { public class ToLookupTests { [Theory] ...
// 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.Diagnostics.CodeAnalysis; using System.Linq; using System.Text; namespace ToolKit.Cryptography { /// <summary> /// Represents Hex, Byte, Base64, or String data to encrypt/decrypt; use the .Text property to /// set/get a string representation use the .Hex property to set/get a str...
/* **************************************************************************** * * Copyright (c) Microsoft Corporation. * * This source code is subject to terms and conditions of the Apache License, Version 2.0. A * copy of the license can be found in the License.html file at the root of this distribution. If * ...
using System; using System.Xml.Serialization; using System.Xml.Schema; namespace RtmNet { /// <summary> /// Contains a list of <see cref="Contact"/> items for a given user. /// </summary> [System.Serializable] public class Tasks { /// <summary> /// An array of <see cref="Contact"/> items for the user. /// ...
// Copyright 2020, 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...
using XPT.Games.Generic.Constants; using XPT.Games.Generic.Maps; using XPT.Games.Twinion.Entities; namespace XPT.Games.Twinion.Maps { class TwMap11 : TwMap { public override int MapIndex => 11; public override int MapID => 0x0501; protected override int RandomEncounterChance => 5; p...
// 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.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.IO; us...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Runtime.InteropServices; using System.Security.AccessControl; using System.Text; using DokanNet.Native; using FILETIME = System.Runtime.InteropServices.ComTypes.FILETIME; namespace DokanNet { internal sealed cla...
// 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 System.Collections.Generic; namespace System.Xml.Xsl.Qil { /// <summary> /// Factory methods for cons...
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using Microsoft.Win32; using System.Threading; using System.IO; namespace Earlab { /// <summary> /// Summary description for Form1. /// </summary> public class Form1 : System.Wi...
// // HardwareManager.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 2008-2009 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without rest...
/* * Farseer Physics Engine: * Copyright (c) 2012 Ian Qvist * * Original source Box2D: * Copyright (c) 2006-2011 Erin Catto http://www.box2d.org * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of t...
using Neo.Cryptography; using Neo.Cryptography.ECC; using Neo.IO; using Neo.Ledger; using Neo.Network.P2P.Payloads; using Neo.Persistence; using Neo.SmartContract; using Neo.SmartContract.Native; using Neo.VM; using Neo.Wallets; using System; using System.Collections.Generic; using System.IO; using System.Linq; using S...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Xml.Linq; using Microsoft.Build.Evaluation; using Microsoft.SourceBrowser.Common; namespace Microsoft.SourceBrowser.BuildLogParser { public class LogA...
namespace VistaControlsApp { partial class NewMain { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <...
// Copyright (c) 2010-2014 SharpDX - Alexandre Mutel // // 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, modif...
// ---------------------------------------------------------------------------------- // // Copyright 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.apa...
// 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: A collection of methods ...
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; us...
#region Copyright (c) 2003-2005, Luke T. Maxon /******************************************************************************************************************** ' ' Copyright (c) 2003-2005, Luke T. Maxon ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, ar...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Orleans.Runtime; using Orleans.Streams.Core; namespace Orleans.Streams { internal class StreamConsumer<T> : IInternalAsyncObservable<T> { internal bool IsRewindable { get...
'From Squeak 2.2 of Sept 23, 1998 on 13 October 1998 at 10:58:16 pm'! !Number methodsFor: 'arithmetic-DD' stamp: 'TAG 10/13/1998 22:38'! zeroDivideError ^ self error: 'Cannot divide by zero'! ! !Float methodsFor: 'arithmetic-DD' stamp: 'TAG 10/13/1998 22:34'! differenceFromFloat: aFloat ^ self primitiveFailed! ]s...
using Microsoft.Azure.Management.NetApp; using Microsoft.Azure.Management.NetApp.Models; using System; using System.Collections.Generic; using System.Threading; using Xunit; namespace NetApp.Tests.Helpers { public class ResourceUtils { public const long gibibyte = 1024L * 1024L * 1024L; privat...
using System; using System.Buffers; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Runtime.CompilerServices; namespace Orleans.Runtime.Messaging { /// <summary> /// An <see cref="IBufferWriter{T}"/> that reserves some fixed size for a header. /// </sum...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Web.UI; using System.Web.UI.WebControls; using System.Collections; using umbraco.cms.businesslogic.macro; using System.Web; namespace umbraco.presentation.templateControls { [DefaultProperty("Alias")] [ToolboxData("<{0}:...
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Xml; using System.Net; using System.IO; namespace DMatlabIDE { /// <summary> /// Summary description for MachineSettings. /// </summary> public class MachineSettings : System.Windows.F...
/************************************************************************************ Copyright : Copyright (c) Facebook Technologies, LLC and its affiliates. All rights reserved. Licensed under the Oculus Utilities SDK License Version 1.31 (the "License"); you may not use the Utilities SDK except in compliance with t...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.Azure.Management.Compute; using Microsoft.Azure.Management.Compute.Models; using Microsoft.Azure.Management.Network; using Microsoft.Azure.Managem...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Xml; using System.IO; using System.Text; using System.Reflection; using System.Globalization; using System.Threading; using System.Management.Automation; using Microsoft.Win32; #if CORECLR // Some APIs are missing from System.En...
using UnityEngine; using System.Collections; using System.Collections.Generic; namespace GDGeek { public class VoxelRemoveFace { private List<Vertex> vertices; public VoxelRemoveFace() { } /** * do reduce faces number of product */ public void build(VoxelProduct product) { if (product.sub != ...
// 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.Threading.Tasks; using Abp.Authorization.Users; using Abp.Domain.Repositories; using Abp.Domain.Uow; using Abp.Events.Bus.Entities; using Abp.Events.Bus.Handlers; using Abp.Runtime.Caching; using Abp.Runtime.Security; namespace Abp.MultiTenancy { public class TenantCache<TTenant, TUser> : ITenantCache...
using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Xml; using System.Xml.Linq; using Umbraco.Core.Configuration; using Umbraco.Core.Models; using Umbraco.Core.PropertyEditors; using Umbraco.Core.Strings; using umbraco.interfaces; namespace Umbraco.Core.Services { //TODO: ...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / /// <summary> /// WorkspaceResource /// </summary> using Newtonsoft.Json; using System; using System.Collections.Generic; using Twilio.Base; using Twilio.Clients; using Twilio.Converters; using Twilio.Except...
using Shouldly; using System; using System.Collections.Generic; using Xunit; namespace Handyman.DataContractValidator.Tests.Validation { public class ObjectTests { [Fact] public void ShouldPassWhenTypesMatch() { var type = typeof(ClassWithIntNumberProperty); var ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices; using ComTypes = System.Runtime.InteropServices.ComTypes; namespace Kavod.ComReflection { internal class ComHelper { [DllImport("oleaut32.dll", CharSet = CharSet.Unicode, ExactSpell...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Net.Sockets; using System.Text; namespace ConnectionsEducation.Redis { /// <summary> /// Connection state object. Does the heavy-lifting for the Redis protocol by implementing a state machine. /// </summary> p...
// 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.Configuration; using System.IO; using System.Text; using error = Microsoft.Build.BuildEngine.Shared.ErrorUt...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="DefaultRegistry.cs" company="Web Advanced"> // Copyright 2012 Web Advanced (www.webadvanced.com) // Licensed under the Apache License, Version 2.0 (the "License"); // you may not u...
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Dispatcher { using System; using System.ServiceModel.Channel...
using Lucene.Net.Support; using System.IO; using System.Text; namespace Lucene.Net.Search { /* * 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...
#region License /* * Copyright 2002-2010 the original author or authors. * * 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 * * Unle...
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/ // Portions Copyright 2000-2004 Jonathan de Halleux // // 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.a...
#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 // (...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using Microsoft.VisualStudio.TestTools.UnitTesting; using org.ncore.Common; using org.ncore.Diagnostics; using org.ncore.Extensions; namespace _unittests.org.ncore....
using System; using System.Collections; using System.Collections.Generic; namespace Omnius.Collections { public class SimpleLinkedList<T> : ICollection<T>, IEnumerable<T>, ICollection, IEnumerable { private Node _firstNode; private int _count; private int? _capacity; private I...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
// This file is part of YamlDotNet - A .NET library for YAML. // Copyright (c) Antoine Aubry and 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, inc...
/* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for Additional information regarding copyright ownership. The ASF licenses this file to Y...
// Copyright (c) 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 Xunit; namespace System.Linq.Tests.LegacyTests { public class SkipTests { public class Skip008 ...
// 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...
// // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2015 Jb Evain // Copyright (c) 2008 - 2011 Novell, Inc. // // Licensed under the MIT/X11 license. // using System; using System.Collections.Generic; using Mono.Collections.Generic; using Mono.Cecil.Metadata; using Mono.Cecil.PE; using RVA = ...
using Acklann.Daterpillar.Serialization; using ApprovalTests; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Xml.Serialization; namespace Acklann.Daterpillar.Tests { [TestClass] public class ReflectionTest ...
// 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.Runtime.CompilerServices; using System.Th...
using System; using System.Collections.Generic; using System.Reflection; using System.Text; using log4net; using PacketDotNet.MiscUtil.Conversion; using PacketDotNet.Utils; namespace PacketDotNet { /// <summary> /// An ICMP packet /// See http://en.wikipedia.org/wiki/Internet_Control_Message_Protoc...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Runtime.Serialization; using System.Security.Permissions; namespace Aga.Controls.Tree { [Serializable] public sealed class TreeNodeAdv : ISerializable { #region NodeCollection private class NodeCollection : Collec...
// 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.Text; using System.Threading; using System.Thread...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Orleans.Configuration; using Orleans.Internal; using Orleans.Runtime.Scheduler; using Orleans.Statistics; n...
using System; using System.Diagnostics; using System.IO; namespace YAF.Lucene.Net.Store { /* * 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 ownersh...
// QuickGraph Library // // Copyright (c) 2004 Jonathan de Halleux // // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from // the use of this software. // Permission is granted to anyone to use this software fo...
//------------------------------------------------------------------------------ // <copyright file="WebBrowserContainer.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //--------------------------...
// 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.Globalization; using System.Xml; using System.Text; using System.IO; using OLEDB.Test.ModuleCore; using XmlCoreTest.Common; namespace XmlWri...
using System; using System.Collections.Generic; using System.Runtime.CompilerServices; using Imported.PeanutButter.Utils; using NExpect.Exceptions; using NExpect.Implementations; using NExpect.Interfaces; using static NExpect.Implementations.MessageHelpers; // ReSharper disable UsePatternMatching // ReSharper disable ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information. using System; namespace IronPythonTest { public enum DeTestEnum { Value_0, Value_1, ...
/* * * (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 System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.Text; using System.Runtime.InteropServices; namespace programmer_sound { public class Form1 : System.Windows.Forms.Form { private System.Windows.Forms.Button ...
// // Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Globalization; using System.Text; using System.Runtime.InteropServices; using System.Diagnostics; name...
//! \file ArcFile.cs //! \date Tue Jul 08 12:53:45 2014 //! \brief Game Archive file class. // // Copyright (C) 2014-2015 by morkt // // 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 th...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace My1st5minApp.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it wit...
using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Data; using System.Windows.Forms; namespace SpiffCode { /// <summary> /// Summary description for PreviewControl. /// </summary> public class PreviewControl : System.Windows.Forms.UserControl { private bool m...