context
stringlengths
2.52k
185k
gt
stringclasses
1 value
/*(c) Copyright 2012, VersionOne, Inc. All rights reserved. (c)*/ using System; using System.Collections.Generic; using System.Linq; using System.Xml; using Ninject; using VersionOne.JiraConnector; using VersionOne.Profile; using VersionOne.ServerConnector; using VersionOne.ServiceHost.Core.Services; using VersionOne.S...
#region License /* Copyright (c) 2003-2015 Llewellyn Pritchard * All rights reserved. * This source code is subject to terms and conditions of the BSD License. * See license.txt. */ #endregion using System.Collections; namespace IronScheme.Editor.Collections { /// <summary> /// /// </summary> public clas...
using System.Collections; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Web; namespace Signum.Utilities; [DebuggerStepThrough] public static class Extensions { #region Parse Number public static int? ToInt(this string str, NumberStyles ns = NumberSty...
using Xunit; using System; using System.Collections.Generic; using System.Threading.Tasks; using Xunit.ScenarioReporting; namespace Examples { public class CoffeeShopTests { [Fact] public async Task WhenOrderingFlatWhiteWithWrongExpectedOrder() { await new CoffeeShopScenario...
using System; using System.Collections.Generic; using UnityEngine; using UnityEngine.Rendering; #if UNITY_EDITOR using UnityEditor; #endif namespace UnityEngine.Formats.Alembic.Importer { internal static class VPMatrices { static Dictionary<Camera, Matrix4x4> s_currentVPMatrix = new Dictionary<Camera,...
// SF API version v50.0 // Custom fields included: False // Relationship objects included: True using System; using NetCoreForce.Client.Models; using NetCoreForce.Client.Attributes; using Newtonsoft.Json; namespace NetCoreForce.Models { ///<summary> /// Field Definition ///<para>SObject Name: FieldDefinition</para...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
using Foundation; using System; using System.CodeDom.Compiler; using UIKit; using Cirrious.MvvmCross.Touch.Views; using CoreGraphics; using MyHealth.Client.Core.ViewModels; using Cirrious.MvvmCross.Binding.BindingContext; using MyHealth.Client.Core; using CoreAnimation; using MvvmCross.Plugins.Visibility; using MyHealt...
// 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. namespace System.Linq.Expressions { /// <summary> /// Strongly-typed and parameterized string 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. // ------------------------------------------------------------------------------ // Changes to this file must follow...
//----------------------------------------------------------------------- // <copyright file="FlowConflateSpec.cs" company="Akka.NET Project"> // Copyright (C) 2015-2016 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net> // </copyright>...
// dnlib: See LICENSE.txt for more info // https://github.com/dotnet/corefx/blob/master/src/System.Reflection.Metadata/specs/PortablePdb-Metadata.md using System; using System.Collections.Generic; using System.Diagnostics; using dnlib.DotNet.Emit; using dnlib.DotNet.MD; using dnlib.DotNet.Pdb.Symbols; using dnlib.IO;...
// // 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. using System.Collections.Generic; using System.Collections.ObjectModel; namespace System.Management.Automation { /// <summary> /// Provides information about a mapping between a command name and a real command. ...
// 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 System.Diagnostics; using System.Globalization; using System.Linq;...
using UnityEngine; using UnityEditor; using System.Collections; using UnityEngine.UI; #if UNITY_5_3 using UnityEditor.SceneManagement; #endif [CustomEditor(typeof(ETCDPad))] public class ETCDPadInspector : Editor { public string[] unityAxes; void OnEnable(){ var inputManager = AssetDatabase.LoadAllAssetsAtPath(...
using System; using Highcharts4Net.Library.Enums; using Highcharts4Net.Library.Helpers; namespace Highcharts4Net.Library.Options { /// <summary> /// The legend is a box containing a symbol and name for each series item or point item in the chart. /// </summary> public class Legend { /// <summary> /// The ho...
#region Copyright notice and license // Copyright 2018 gRPC 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 req...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.Globalization; namespace System.Configuration { // This is a class that ...
// Prexonite // // Copyright (c) 2014, Christian Klauser // 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, ...
using System; using System.Collections.Generic; using System.Linq; namespace Hps.Construction { public enum ValueDataType { Integer, Double, Boolean, String, Collection } /// <summary>Property of the machine.</summary> /// <remarks>Name is unique and case-se...
/******************************************************************** 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 Scintilla.Enums { using System; using System.Collections; using System.Windows.Forms; using System.Runtime.InteropServices; public enum WhiteSpace { Invisible = 0, VisibleAlways = 1, VisibleAfterIndent = 2, } public enum EndOfLine { Crlf...
// Copyright (c) 2021 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...
namespace Bridge.Html5 { /// <summary> /// These events are defined in official Web specifications, and should be common across browsers. Each event is listed along with the interface representing the object sent to recipients of the event (so you can find information about what data is provided with each event...
using System; using System.Collections.Generic; using System.Linq; using NRules.Aggregators; using Xunit; namespace NRules.Tests.Aggregators { public class FlatteningAggregatorTest : AggregatorTest { [Fact] public void Add_Facts_AddedResult() { //Arrange var targ...
// 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.Net.Test.Common; using System.Threading; using System.Threading.Tasks; using Xunit; ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Drawing.Drawing2D; using System.Linq; using System.Xml; using System.Xml.Serialization; using System.Diagnostics; using AgenaTrader.API; using AgenaTrader.Custom; using AgenaTrader.Plugins; using AgenaTrader....
using System; using NUnit.Framework; using Microsoft.PowerShell.Commands.Utility; using Microsoft.SqlServer.Server; using System.Management.Automation.Host; namespace TestHost { [TestFixture] public class FormatTests { [TestCase("Format-List", typeof(ListFormatEntryData))] [TestCase("Forma...
using System; using System.IO; using System.Collections; using Axiom.Collections; using Axiom.Animating; using Axiom.Core; using Axiom.Graphics; using Axiom.Media; using Axiom.MathLib; using Axiom.Utility; using Axiom.ParticleSystems; using Axiom.Overlays; using Axiom.Input; using MouseButtons = Axiom.Input.MouseButton...
using System; using System.Collections.Generic; using System.Text; using gov.va.medora.mdo.dao.vista; using gov.va.medora.mdo.dao.vista.fhie; namespace gov.va.medora.mdo.dao { public abstract class AbstractDaoFactory { public const int PVISTA = 0; // pooled vista public const int VISTA = 1; ...
namespace StockSharp.Algo.Storages.Csv { using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Threading; using Ecng.Collections; using Ecng.Common; using Ecng.Se...
/* * Copyright 2010 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 ...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. extern alias Scripting; using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Globalizati...
// 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.11.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
namespace java.lang { [global::MonoJavaBridge.JavaClass()] public sealed partial class StringBuffer : java.lang.AbstractStringBuilder, java.io.Serializable, CharSequence { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; internal StringBuffer(global::MonoJavaBridge.JNIEnv @__env) : base(@_...
// // Copyright (c) 2004-2017 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...
/* * 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 ...
#if (UNITY_WINRT || UNITY_WP_8_1) && !UNITY_EDITOR && !UNITY_WP8 #region License // Copyright (c) 2007 James Newton-King // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restr...
#region 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, ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using System.Threading.Tasks; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Binda...
// Style.cs // Script#/Libraries/Web // This source code is subject to terms and conditions of the Apache License, Version 2.0. // using System; using System.Runtime.CompilerServices; namespace System.Html { [ScriptIgnoreNamespace] [ScriptImport] public sealed class Style { private Style() { ...
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Lime.Messaging.Contents; using Lime.Protocol; using Take.Blip.Client; namespace MessageTypes { public class OptionDocumentCollectionMessageReceiver : IMessageReceiver { private readonly ISender _...
// 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. namespace System.Xml.Xsl.XsltOld { using System.Diagnostics; using System.IO; using System.Globalization...
// 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; using System.Diagnostics; using System.Globalization; using System.Runtime.InteropServices; using Syst...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; 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.Http.Controllers; using Syst...
using System; using System.Globalization; // Ported to CoreCLR from Co7525TryParse_all.cs // Tests Int16.TryParse(String), Int16.TryParse(String, NumberStyles, IFormatProvider, ref Int16) // 2003/04/01 KatyK // 2007/06/28 adapted by MarielY public class Int16TryParse { static bool verbose = false; public s...
// 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.Diagnostics.CodeAnalysis; using System.Secu...
using System; using System.IO; using System.Net.Sockets; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; using MQTTnet.Channel; using MQTTnet.Diagnostics; using MQTTnet.Exceptions; using MQTTnet.Internal; using MQTTnet.Packets; using MQTTnet.Serializer; namespace MQTTnet.Ada...
// Copyright (c) 2015 ZZZ Projects. All rights reserved // Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods) // Website: http://www.zzzprojects.com/ // Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927 // All ZZZ Projects products: Entity Framework ...
// ---------------------------------------------------------------------------------- // // FXMaker // Created by ismoon - 2012 - ismoonto@gmail.com // // ---------------------------------------------------------------------------------- // Attribute --------------------------------------------------------------------...
using System; using NUnit.Framework; using ProtoCore.DSASM.Mirror; using ProtoTestFx.TD; namespace ProtoTest.TD.MultiLangTests { class UseCaseTesting { readonly TestFrameWork thisTest = new TestFrameWork(); string testPath = "..\\..\\..\\Scripts\\TD\\MultiLanguage\\UseCaseTesting\\"; [Se...
// <copyright file="UserCholeskyTests.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // // Copyright (c) 2009-2016 Math.NET // // Permission is hereby granted, free of charge, to any person // obtaining a copy of...
// 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.Runtime.InteropServices; using System.Runtime.CompilerServices; using System.Diagnostics....
namespace Stamp.Fody.Tests { using System; using System.IO; using System.Linq; using System.Text.RegularExpressions; using LibGit2Sharp; using Mono.Cecil; using NUnit.Framework; using Stamp.Fody.Internal; [TestFixture] public class TokenResolverTests { private Module...
/* * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
using System; using System.Drawing; using System.Drawing.Imaging; using System.Collections; using System.Collections.Generic; using System.Text; using System.IO; namespace JovianStyle { public class Library { public static List<string> SearchPath = new List<string>(); public static void AddSea...
//------------------------------------------------------------------------------ // <copyright file="DbCommandDefinition.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // // @owner [....] // @backupOwner [....] //---------------------------------------------...
//------------------------------------------------------------------------------ // Copyright (c) 2014-2016 the original author or authors. All Rights Reserved. // // NOTICE: You are permitted to use, modify, and distribute this file // in accordance with the terms of the license agreement accompanying it. //---...
namespace Microsoft.Protocols.TestSuites.MS_ASCMD { using System; using System.Collections.Generic; using System.Threading; using Microsoft.Protocols.TestSuites.Common; using Microsoft.Protocols.TestTools; using Microsoft.VisualStudio.TestTools.UnitTesting; using Request = Microsoft.Protocol...
#if !NETCOREAPP using System; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Orleans; using Orleans.Configuration; using Orleans.Hosting; using Orleans.Runtime; using Orleans.TestingHost; using Orleans.Utilities; using Orl...
// 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.Diagnostics; using System.IO; using System.IO.Compression; using System.Runtime.InteropServices; using System.Text; usin...
using System; using System.Collections.Generic; using System.Linq; namespace SimonTaite.Extensions { /// <summary> /// A group of extension methods for <see cref="IEnumerable&lt;T&gt;" /> /// </summary> public static class EnumerableExtensions { /// <summary> /// Creates an IEnumera...
// --------------------------------------------------------------------------- // <copyright file="RecurrencePropertyDefinition.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // --------------------------------------------------------------------------- //---...
// Copyright 2019 Esri. // // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. // You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software ...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.IO; using Microsoft.Protocols.TestTools.StackSdk; using Microsoft.Protocols.TestTools.StackSdk.Messages; namespace Microsoft.Protocols.TestT...
namespace YAF.Pages.Admin { #region Using using System; using System.Data; using System.Drawing; using System.IO; using System.Linq; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using VZF.Data.Common; using YAF.Classes; using YAF.Core; using ...
namespace x360NANDManager.MMC { using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using Microsoft.Win32.SafeHandles; public sealed class MMCDevice : Utils, IDisposable { private class MountPoint { public readonly string MountPath; ...
/* * 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.Drawing; using System.Windows.Forms; using HalconDotNet; namespace HDisplayControl.ViewROI { /// <summary> /// This class allows you to print a function into a Windows.Forms.Control. /// The function must be supplied as an array of either double, float or /// int values. When initializi...
/* * 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.Linq; using Duality.Resources; using OpenTK.Graphics.OpenGL; namespace Duality.Drawing { internal class DrawBatch<T> : IDrawBatch where T : struct, IVertexData { private static T[] uploadBuffer = null; private T[] vertices = null; private int ve...
using System; using System.Collections.Generic; using System.Dynamic; using System.IO; using System.Linq; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using Flurl.Http.Configuration; using Flurl.Util; namespace Flurl.Http { /// <summary> /// Represents an HTTP response. /// </summary...
#region MIT License /* * Copyright (c) 2005-2008 Jonathan Mark Porter. http://physics2d.googlepages.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 restriction, includi...
using System.Collections.Generic; using Microsoft.AspNetCore.Mvc; using Swashbuckle.AspNetCore.SwaggerGen; using HETSAPI.Models; using HETSAPI.ViewModels; using HETSAPI.Services; using HETSAPI.Authorization; using HETSAPI.Services.Impl; namespace HETSAPI.Controllers { /// <summary> /// Owner Controller ///...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
// Copyright (c) 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 osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Ext...
using System; using System.Collections.Generic; using System.IO; using NUnit.Framework; using Behemoth.Util; namespace Behemoth.Util { [TestFixture] public class TestEntities { [Test] public void TestEntitySetup() { // Create some components. Component stats = new StatsComponent(); ...
/* Copyright(c) Microsoft Open Technologies, Inc. All rights reserved. The MIT License(MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal in the Software without restriction, including witho...
// // ListViewTestModule.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 2008 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 restri...
// 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.Collections.ObjectModel; using System.Diagnostics; using System.Dynamic.Utils; using System.Threading; nam...
// 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 ...
// // Copyright (C) 2009 Amr Hassan // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program ...
/* Copyright 2012 Michael Edwards 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 i...
using System; using System.Collections.Generic; using System.Linq; using Bogus; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Options; using Umbraco.Cms.Core; using Umbraco.Cms.Core.Cache; using Umbraco.Cms.Core.Logging; using Umbraco.Cms.Core.Models; using Umbraco.Cms.Core.PropertyEditors; using Umbraco.C...
using System; using System.IO; using Windows.Media.Core; using Windows.Media.Playback; namespace Plugin.SimpleAudioPlayer { /// <summary> /// Implementation for Feature /// </summary> public class SimpleAudioPlayerImplementation : ISimpleAudioPlayer { public event EventHandler PlaybackEnded; ...
using System; using System.Data; using System.Data.Common; using System.Text; using StackExchange.Profiling; using Umbraco.Core.Logging; using Umbraco.Core.Persistence.SqlSyntax; #if DEBUG_DATABASES using System.Threading; #endif namespace Umbraco.Core.Persistence { /// <summary> /// Represents the Umbraco im...
// 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; using System.Data.Common; using System.Data.ProviderBase; using System.Diagnostics; using ...
// // Shuffler.cs // // Author: // Gabriel Burt <gburt@novell.com> // // Copyright (C) 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 restriction, including...
/* * 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 ...
#pragma warning disable MA0101 using System.Text; using FluentAssertions; using LibGit2Sharp; using Meziantou.Framework.DependencyScanning.Scanners; using Meziantou.Framework.Globbing; using TestUtilities; using Xunit; using Xunit.Abstractions; namespace Meziantou.Framework.DependencyScanning.Tests; public sealed cla...
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; namespace EvoXP { /// <summary> /// Summary description for ShipBuilder. /// </summary> public class ShipBuilder : System.Windows.Forms.Form { /// <summary> /// Required designer variable. ...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Net; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Orleans.Runtime; using Orleans.Runtime.Configuration; namespace Orleans.Messaging { // <summary> // This...
// 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 (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Amazon.EC2; using Amazon.EC2.Model; using Amazon.ElasticLoadBalancing; using Amazon.ElasticLoadBalanc...
// 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.Concurrent; using System.Collections.Generic; using System.IO; using System.N...
/* * 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...