context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// 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 ...
/* * MIT License * * Copyright (c) 2016 David Gorelik, Wes Hampson. * * 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...
// 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.Text; using Xunit; namespace System.Text.EncodingTests { // Decodes a sequence of bytes from the specified byte array into the specified...
using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Windows.Forms; using DpSdkEngLib; using DPSDKOPSLib; using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; using System.Linq; ...
/* * 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) 2007-2015 Charlie Poole // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, ...
/* * Copyright (c) 2007-2008, Second Life Reverse Engineering Team * 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 n...
namespace android.widget { [global::MonoJavaBridge.JavaClass(typeof(global::android.widget.CompoundButton_))] public abstract partial class CompoundButton : android.widget.Button, Checkable { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; static CompoundButton() { InitJNI(); } p...
//--------------------------------------------------------------------- // <copyright file="EdmXmlDocumentParser.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. // </copyright> //-------------------------------------...
using System; using System.Globalization; using System.Collections.Generic; using Sasoma.Utils; using Sasoma.Microdata.Interfaces; using Sasoma.Languages.Core; using Sasoma.Microdata.Properties; namespace Sasoma.Microdata.Types { /// <summary> /// A performance group, such as a band, an orchestra, or a circus. ///...
// Copyright 2009 Alp Toker <alp@atoker.com> // This software is made available under the MIT License // See COPYING for details //#define USE_GLIB using System; using System.IO; using System.Text; using DBus; using DBus.Unix; public class DBusDaemon { public static void Main(string[] args) { string...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System.Collections.ObjectModel; using System.Management.Automation.Provider; using Dbg = System.Management.Automation; #pragma warning disable 1634, 1691 // Stops compiler from warning about unknown warnings #pragma warning disable 5650...
namespace AutoMapper.UnitTests { using System; using Should; using Xunit; // ReSharper disable MemberHidesStaticFromOuterClass public class EnumMappingFixture { public EnumMappingFixture() { Cleanup(); } public void Cleanup() { Ma...
namespace MVCExample { partial class frmCalcView { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <pa...
namespace AutoMapper { using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; #if !PORTABLE using System.Reflection.Emit; #endif internal static class TypeExtensions { /// <param name="type">The type to construc...
using System; using UnityEngine; namespace UnitySampleAssets.ImageEffects { [ExecuteInEditMode] [RequireComponent(typeof (Camera))] [AddComponentMenu("Image Effects/Camera Motion Blur")] public class CameraMotionBlur : PostEffectsBase { // make sure to match this to MAX_RADIUS in shader ('k...
// 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.Data.Common; using System.Data.SqlTyp...
// 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.Runtime.CompilerServices; using System.Text; using System.IO; using System.Collections; using System.Globalization; using Xunit; public clas...
// 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. // 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 ...
// Copyright (c) 2016-2022 James Skimming. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. namespace Castle.DynamicProxy; using Castle.DynamicProxy.InterfaceProxies; using Xunit; using Xunit.Abstractions; public abstract class WhenInter...
//--------------------------------------------------------------------------- // // File: TextTreeDumper.cs // // Description: Debug-only helper class, dumps TextContainer state to debugger. // // History: // 02/18/2004 : benwest - Created // //------------------------------------------------------------------------...
// // Copyright 2014-2015 Amazon.com, // Inc. or its affiliates. All Rights Reserved. // // Licensed under the Amazon Software License (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/asl/ // // or in the "l...
// 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.Reflection; using System.Reflection.Emit; using System.Threading; using Xunit; namespace System.Reflection.Emit.Tests { public class Me...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System.Linq; using Avalonia.Controls.Presenters; using Avalonia.Controls.Templates; using Avalonia.LogicalTree; using Avalonia.UnitTests; using Aval...
using System; using System.Collections.Generic; using GetSocialSdk.Core; using UnityEngine; public abstract class BaseListSection<Q, I> : DemoMenuSection { private string _query = ""; protected readonly List<I> _items = new List<I>(); private bool _loadMore; private string _next = ""; protected in...
//! \file ArcA5R.cs //! \date 2018 Mar 16 //! \brief Pinky Soft resource archive. // // Copyright (C) 2018 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 the Software with...
using System; using System.Collections; using System.Collections.Generic; using System.IO; using NUnit.Framework; using NFluent; namespace FileHelpers.Tests.CommonTests { [TestFixture] [Category("BigSorter")] public class SorterTests { private const int MegaByte = 1024*1024; [Test] ...
// 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.Test.ModuleCore; using System; using System.Collections.Generic; using System.Xml; using System.Xml....
using System; using Content.Shared.CCVar; using Robust.Shared.Configuration; using Robust.Shared.GameObjects; using Robust.Shared.GameStates; using Robust.Shared.IoC; using Robust.Shared.Maths; using Robust.Shared.Players; using Robust.Shared.Serialization; using Robust.Shared.Timing; using Robust.Shared.ViewVariables;...
#region License // // Copyright (c) 2007-2018, Sean Chambers <schambers80@gmail.com> // Copyright (c) 2011, Grant Archibald // // 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://...
using UnityEngine; #if UNITY_EDITOR using UnityEditor; #endif using System.IO; using System.Xml; using System.Text; using System.Linq; using System.Collections.Generic; namespace Soomla { public class SoomlaManifestTools { #if UNITY_EDITOR public static void GenerateManifest() { var o...
//--------------------------------------------------------------------------- // // <copyright file="WindowsScrollBarBits.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // // Description: ScrollBarBits Proxy // // Proxy for the up, down, large i...
using System.Globalization; using Facility.Core.Assertions; using FluentAssertions; using NUnit.Framework; using static FluentAssertions.FluentActions; namespace Facility.Core.UnitTests; [TestFixtureSource(nameof(JsonServiceSerializers))] public class ServiceResultTests : JsonServiceSerializerTestsBase { public Serv...
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;...
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // 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 //...
// 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.Runtime.Serialization.Formatters.Tests; using Xunit; namespace Syste...
using System; using System.Drawing; using System.Collections; namespace Checkers { public class CheckersGame { public static readonly int PiecesPerPlayer = 12; public static readonly int PlayerCount = 2; public static readonly Size BoardSize = new Size(8, 8); public static reado...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. // // System.Net.HttpListenerResponse // // Author: // Gonzalo Paniagua Javier (gonzalo@novell.com) // // Copyright (c) 2005 Novell, Inc. (http://www.novell.com) // // Permission is hereby ...
// Visual Studio Shared Project // Copyright(c) Microsoft Corporation // 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 // /...
/* 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 distributed...
/* * 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 NServiceKit.ServiceHost; using NServiceKit.ServiceInterface.Auth; using NServiceKit.Text; using NUnit.Framework; using System; using System.Collections.Generic; using System.Globalization; namespace NServiceKit.Common.Tests.OAuth { /// <summary>An authentication user session tests.</summary> [TestFixture...
//------------------------------------------------------------------------------ // <copyright file="XPathDocumentView.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">derekdb</owner> //------------------------------------...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.ServiceModel { using System; using System.Text; using System.Collections.Generic; using System.Coll...
using System; using System.Reflection; using System.Runtime.CompilerServices; using System.Collections; using System.Threading; /* * Regression tests for the GC support in the JIT */ class Tests { static int Main () { return TestDriver.RunTests (typeof (Tests)); } public static int test_36_simple () { // O...
//--------------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // // // Description: Definition of readonly character memory buffer // // // History: // 03/31/2003 : WChao - Created // 12/01/2004 : MLeonov - Moved to wcp\shared and ma...
using System; using System.Linq; using System.Diagnostics; using System.Collections.Generic; using System.IO; using System.Drawing; using BizHawk.Common; using BizHawk.Client.Common; using BizHawk.Client.EmuHawk.Filters; using BizHawk.Bizware.BizwareGL; using BizHawk.Bizware.BizwareGL.Drivers.OpenTK; using OpenTK; u...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Reflection; using System.Reflection.Emit; using Xunit; namespace Sys...
using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Transactions; using Microsoft.VisualStudio.TestTools.UnitTesting; using xpf.Scripting; namespace xpf.IO.Test { [TestClass] public class ScriptTest { // Use ClassInitialize to run code before...
// 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.Diagnostics; namespace System.Security.Cryptography { /// <summary> /// Utility class to strongly type algorithms used with CNG....
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // TaskContinuation.cs ...
// // RSAPKCS1SignatureFormatterTest.cs - NUnit tests for PKCS#1 v.1.5 signature. // // Author: // Sebastien Pouliot (sebastien@ximian.com) // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) // Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charg...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.IO; using System.Threading; using Xunit; public partial class FileSystemWatcher_4000_Tests { [Fact] ...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using PSDocs.Annotations; using PSDocs.Configuration; using PSDocs.Definitions; using PSDocs.Definitions.Selectors; using PSDocs.Runtime; using System; using System.Collections.Generic; using System.Management.Automation; using YamlDotNet.Core;...
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. // This source file is machine generated. Please do not change the code manually. using System; using System.Collections.Generic; using...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using System.Threading.Tasks; using SForms = System.Windows.Forms; using SDrawing = System.Drawing; using kinectApp.Entities; using kinectApp.U...
/* ==================================================================== 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 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 FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; using Neo.Cryptography; using Neo.Cryptography.ECC; using Neo.IO; using Neo.Network.P2P.Payloads; using Neo.Persistence; using Neo.SmartContract; using Neo.SmartContract.Native; using Neo.UnitTests.Extensions; using Neo.VM; using Neo.Wallets; u...
/// <summary>************************************************************************** /// /// $Id: ChannelDefinitionMapper.java,v 1.2 2002/08/08 14:06:53 grosbois Exp $ /// /// Copyright Eastman Kodak Company, 343 State Street, Rochester, NY 14650 /// $Date $ /// ****************************************************...
/****************************************************************************** * The MIT License * Copyright (c) 2003 Novell Inc. www.novell.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 Sof...
#region Copyright notice and license // Copyright 2015, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyrig...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http.Headers; using System.Web.Http; using System.Web.Http.Description; using MovieApp.Api.Areas.HelpPage.Models; namespace MovieA...
using CSScriptLibrary; using System; using System.Linq; using System.IO; using csscript; using System.CodeDom.Compiler; // The VB.NET samples can be found here: https://github.com/oleg-shilo/cs-script/tree/master/Source/NuGet/content/vb // // Read in more details about all aspects of CS-Script hosting in applications ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Linq; using Xunit; namespace System.IO.FileSystem.Tests { public class Directory_CreateDirectory : FileSystemTest { #region Utilities ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Drawing.Imaging; using...
using System; using System.IO; using System.Linq; using System.Threading.Tasks; using NuGet; using Splat; using Squirrel; using Squirrel.Tests.TestHelpers; using Xunit; namespace Squirrel.Tests.Core { public class ApplyDeltaPackageTests : IEnableLogger { [Fact] public void ApplyDeltaPackageSmok...
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICUL...
#if !UNITY_WINRT || 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 // restriction, including w...
#region License /* * Logger.cs * * The MIT License * * Copyright (c) 2013 sta.blockhead * * 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 limi...
//----------------------------------------------------------------------- // <copyright file="CameraMetadataTag.cs" company="Google"> // // Copyright 2017 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 Lic...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; using System.Collections; using System.Reflection; using System.Collections....
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
/* Copyright (c) 2006 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
#region Copyright //////////////////////////////////////////////////////////////////////////////// // The following FIT Protocol software provided may be used with FIT protocol // devices only and remains the copyrighted property of Dynastream Innovations Inc. // The software is being provided on an "as-is" basis and a...
// 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.Globalization; using System.Linq; using System.Reflection; namespace System.ComponentModel.DataAnnotations { /// <su...
using UnityEngine; using System.Collections.Generic; public class ReflectionFx : MonoBehaviour { public Transform[] reflectiveObjects; public LayerMask reflectionMask; public Material[] reflectiveMaterials; private Transform reflectiveSurfaceHeight; public Shader replacementShader; private bool highQualit...
// // SCSharp.UI.GlobalResources // // Authors: // Chris Toshok (toshok@gmail.com) // // Copyright 2006-2010 Chris Toshok // // // 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 res...
/* Copyright 2002-2009 Corey Trager Distributed under the terms of the GNU General Public License */ using System; using System.Web; using System.Data; using System.Text.RegularExpressions; namespace btnet { public class PrintBug { static Regex reEmail = new Regex( @"([a-zA-Z0-9_\-\.]+)@((\...
// Copyright (C) 2015-2017 Luca Piccioni // // 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 is d...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Orleans.GrainDirectory; using Orleans.Hosting; using Orleans.Runtime.Scheduler; using Orleans.Runtime.MultiClusterNetwork; usi...
// HtmlAgilityPack V1.0 - Simon Mourier <simon underscore mourier at hotmail dot com> using System; using System.Collections; using System.Collections.Generic; namespace Marius.Html.Hap { /// <summary> /// Represents a combined list and collection of HTML nodes. /// </summary> public class HtmlAttribut...
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Marten.Events.Daemon; using Marten.Schema; using Marten.Services; using Microsoft.Extensions.Logging; using IsolationLevel = System.Data.IsolationLevel; #nullable enable namespace Marten { /// <summary> /...
//////////////////////////////////////////////////////////////////////////////// // // // MIT X11 license, Copyright (c) 2005-2006 by: // // ...
// 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. ...
using NavigationBar.Helpers; using NavigationBar.Managers; using PluginCore; using PluginCore.Helpers; using PluginCore.Managers; using PluginCore.Utilities; using ProjectManager; using System; using System.ComponentModel; using System.IO; using System.Linq; using System.Windows.Forms; namespace NavigationBar { pu...
// // 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.Threading; using Mono.Collections.Generic; namespace Mono.Cecil.Cil { public sealed class MethodBody : IVariable...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using NUnit.Framework; using KaoriStudio.Core.Configuration; using SOP = System.Collections.Generic.KeyValuePair<string, object>; using SOD = System.Collections.Generic.IDictionary<string, object>; using ...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
// Copyright (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.Immutable; using System.Linq; using System.Threading; using Microsoft.CodeAnalysis; using Microsoft.VisualStudio.Langua...
using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using DBTM.Application.Factories; using DBTM.Application.SQL; using DBTM.Domain.Entities; using NUnit.Framework; using Rhino.Mocks; namespace Tests.Application { [TestFixture] public class SqlRunnerTests { ...
// Copyright (c) 2015, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // - Redistributions of source code must retain the above copyright notice, this // list o...
/* Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the following conditions are met: * * * Redistributions of source code must retain the above * copyright notice, this li...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Bond { using System; using System.Diagnostics; using System.Linq; using System.Reflection; using Bond.Expressions; using Bond.IO; ...
// Visual Studio Shared Project // Copyright(c) Microsoft Corporation // 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 // /...
#region License // Copyright (c) Jeremy Skinner (http://www.jeremyskinner.co.uk) // // 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 // ...
//============================================================================= // System : Sandcastle Help File Builder Plug-Ins // File : HierarchicalTocPlugIn.cs // Author : Eric Woodruff (Eric@EWoodruff.us) // Updated : 06/22/2010 // Note : Copyright 2008-2010, Eric Woodruff, All rights reserved // Compile...
/*************************************************************************** Copyright (c) Microsoft Corporation. All rights reserved. This code is licensed under the Visual Studio SDK license terms. THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES...
using System; using System.Linq; using Content.Server.Administration; using Content.Server.Chat.Managers; using Content.Server.Voting.Managers; using Content.Shared.Administration; using Content.Shared.Voting; using Robust.Server.Player; using Robust.Shared.Console; using Robust.Shared.IoC; using Robust.Shared.Localiza...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Orleans.Runtime.Scheduler; namespace Orleans.Runtime.GrainDirectory { /// <summary> /// Most methods of this class are synchronized since they might be called both /// ...