context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Collections.Generic; using System.Reflection; using FluentNHibernate.Mapping.Providers; using FluentNHibernate.MappingModel; using FluentNHibernate.MappingModel.Identity; using System.Diagnostics; namespace FluentNHibernate.Mapping { public class IdentityPart : IIdentityMappingProvider ...
// // System.Xml.Serialization.TypeData // // Authors: // Gonzalo Paniagua Javier (gonzalo@ximian.com) // Lluis Sanchez Gual (lluis@ximian.com) // // (C) 2002 Ximian, Inc (http://www.ximian.com) // // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated do...
namespace SideBySide; public class StoredProcedureTests : IClassFixture<StoredProcedureFixture> { public StoredProcedureTests(StoredProcedureFixture database) { m_database = database; } [Theory] [InlineData("FUNCTION", "NonQuery", false)] [InlineData("FUNCTION", "Scalar", false)] [InlineData("FUNCTION", "Rea...
/* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See License.txt in the project root for license information. */ namespace Adxstudio.Xrm.Category { using System; using System.Linq; using System.Collections.Generic; using Adxstudio.Xrm.Services; using ContentAccess; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Primitives; using Mi...
/* MIT License Copyright (c) 2017 Nima Ara Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distr...
//Copyright (C) 2006 Richard J. Northedge // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either // version 2.1 of the License, or (at your option) any later version. // // This lib...
using UnityEngine; using UnityEngine.UI; using UnityEngine.EventSystems; using System.Collections; using System.Collections.Generic; using UnityEngine.Events; public class DebugConsole : MonoBehaviour { private static Color backgroundColor = new Color(50f/255f, 50f/255f, 50f/255f, 100f/255f); public static int...
// 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 ...
using System; using System.Linq; using System.Reactive.Linq; using Avalonia.Animation.Animators; using Avalonia.Animation.Utils; using Avalonia.Data; using Avalonia.Reactive; namespace Avalonia.Animation { /// <summary> /// Handles interpolation and time-related functions /// for keyframe animations. ...
using UnityEngine; using System; using System.Collections; using System.Collections.Generic; using Prime31; namespace Prime31 { public class EtceteraAndroidManager : AbstractManager { #if UNITY_ANDROID // Fired when an alert button is clicked and returns the text from the button public static event Action<stri...
/* * Copyright 2008 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 (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; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Resources; using ...
/* * Copyright (c) Contributors * 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 the above copyright ...
/* * ParameterBuilder.cs - Implementation of the * "System.Reflection.Emit.ParameterBuilder" class. * * Copyright (C) 2002 Southern Storm Software, Pty Ltd. * * Contributed by Gopal.V <gopalv82@symonds.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of th...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.Win32.SafeHandles; using System.Diagnostics; using System.Runtime.InteropServices; using System.Secu...
using UnityEngine; using System.Collections; using System.IO; using System.Text; public class LegacyMissionReader : MonoBehaviour { private FileStream fileStream; private BinaryReader binReader; private System.Text.Encoding enc = System.Text.Encoding.ASCII; private LegacyMissionData legacyMissionData; private L...
// Copyright 2018 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using UnityEngine; using System; using System.Collections; using System.Runtime.InteropServices; namespace ChartboostSDK { public class CBExternal { private static bool initialized = false; private static string _logTag = "ChartboostSDK"; public static void Log (string message) { if(CBSettings.isLogging()...
using System; using Avalonia.Utilities; using Avalonia.VisualTree; namespace Avalonia.Layout { /// <summary> /// Provides helper methods needed for layout. /// </summary> public static class LayoutHelper { /// <summary> /// Epsilon value used for certain layout calculations. ...
#if !(UNITY_4_0 || UNITY_4_1 || UNITY_4_2 || UNITY_4_3 || UNITY_4_4 || UNITY_4_5 || UNITY_4_6 || UNITY_5_0 || UNITY_5_1 || UNITY_5_2) #define SupportCustomYieldInstruction #endif using System; using System.Collections; using System.Collections.Generic; using System.Reflection; using System.Threading; using UniRx.Inter...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using FlatRedBall.Graphics; using Microsoft.Xna.Framework.Graphics; using FlatRedBall; using Microsoft.Xna.Framework; using FlatRedBall.Content; using FlatRedBall.Content.Scene; using FlatRedBall.IO; using FlatRedBall.Input; using Fla...
using FFImageLoading.Forms; using FFImageLoading.Work; using FFImageLoading.Extensions; using FFImageLoading.Forms.Args; using System; using System.ComponentModel; using Windows.Graphics.Imaging; using System.Threading.Tasks; using System.Runtime.InteropServices.WindowsRuntime; using Windows.Storage.Streams; using Syst...
// 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.Schema { using System.Collections; using System.Text; using System.Diagnostics; ...
// Adler32.cs - Computes Adler32 data checksum of a data stream // Copyright (C) 2001 Mike Krueger // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or // modify it ...
/* Copyright (c) 2012 Microsoft Corporation. All rights reserved. Use of this sample source code is subject to the terms of the Microsoft license agreement under which you licensed this sample source code and is provided AS-IS. If you did not accept the terms of the license agreement, you are not aut...
using System; using System.Globalization; using Microsoft.Build.Framework; using Microsoft.Build.Shared; using Microsoft.Build.Tasks; using Microsoft.Build.Utilities; using Xunit; using Xunit.Abstractions; using ItemMetadataNames = Microsoft.Build.Tasks.ItemMetadataNames; namespace Microsoft.Build.UnitTests.ResolveAss...
using Microsoft.VisualStudio.Services.Agent.Util; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml.Serialization; namespace Microsoft.VisualStudio.Services.Agent.Worker.Build { public sealed class TeeCommandManager...
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging.Abstractions; using PurdueIo.CatalogSync; using PurdueIo.Database; using PurdueIo.Scraper; using PurdueIo.Tests.Mocks; using System; using System.Collections.Generic; using System.IO; using System.Linq; using Sys...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Reflection; using System.Reflection.Metadata; using Sys...
// *********************************************************************** // Copyright (c) 2009 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, inclu...
using System; using System.Drawing; using DotNet.Highcharts.Enums; using DotNet.Highcharts.Attributes; using DotNet.Highcharts.Helpers; namespace DotNet.Highcharts.Options { /// <summary> /// The legend is a box containing a symbol and name for each series item or point item in the chart. /// </summary> public cla...
/* * Copyright 2010-2014 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...
// 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 // /...
using Castle.DynamicProxy; using FluentAssertions; using JetBrains.Annotations; using JsonApiDotNetCore.Configuration; using JsonApiDotNetCore.Errors; using JsonApiDotNetCore.Resources; using JsonApiDotNetCore.Resources.Annotations; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging.Abstractions; us...
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 hair salon. /// </summary> public class HairSalon_Core : TypeCor...
namespace Lex { /* * Class: Spec */ using System; using System.Collections; public class Spec { /* * Member Variables */ /* Lexical States. */ public Hashtable states; /* Hashtable taking state indices (Integer) to state name (String). */ /* Regular Expression Macros. */ public Hashtable macros; /* Hash...
/* ********************************************************************************************************** * The MIT License (MIT) * * * * Copyright (c) 2016 Hypermediasystems Ges. f. Software mbH * * Web: http://www.hypermediasystems.de * ...
// 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; namespace System.Data { internal sealed class Recor...
/* * * (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.IO; using System.Net.Mail; using System.Net.Mime; using System.Threading.Tasks; using Moq; using Shouldly; using Xunit; namespace Postal { public class EmailParserTests { [Fact] public async Task Parse_creates_MailMessage_with_headers_and_body() { ...
//----------------------------------------------------------------------- // <copyright file="ShowCommandHelper.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <summary> // Implements ShowCommandHelper // </summary> //----------------------------------------...
using System; using System.Collections; using System.Collections.Generic; using System.IO; using NUnit.Framework; namespace FileHelpers.Tests.CommonTests { [TestFixture] public class TransformEngine { private readonly string fileOut = TestCommon.GetTempFile("transformout.txt"); [Test] ...
// <copyright file="DiscreteUniformTests.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // http://mathnetnumerics.codeplex.com // // Copyright (c) 2009-2014 Math.NET // // Permission is hereby granted, free of ch...
//********************************************************* // // 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...
/************************************************************************************ Filename : OVRLipSyncDebugConsole.cs Content : Write to a text string, used by UI.Text Created : May 22, 2015 Copyright : Copyright 2015 Oculus VR, Inc. All Rights reserved. Licensed under the Oculus VR Rift SDK ...
// 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.Xml; using System.Xml.Schema; using System.Reflection; using System.Reflection.Emit; usin...
// Copyright (c) Pomelo Foundation. All rights reserved. // Licensed under the MIT License using Microsoft.Extensions.Caching.Distributed; using Microsoft.Extensions.Internal; using MySqlConnector; using System.Data; using System.Threading; using System.Threading.Tasks; namespace Pomelo.Extensions.Caching.MySql { in...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Diagnostics; using Microsoft.CSharp.RuntimeBinder.Error...
using System; using System.Diagnostics; namespace Lucene.Net.Util { /* * 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 lic...
using System; using System.IO; using System.Runtime.InteropServices; using System.Security; using System.Collections.Generic; using SFML.Window; namespace SFML { namespace Graphics { //////////////////////////////////////////////////////////// /// <summary> /// Wrapper for pixel shaders...
using Microsoft.IdentityModel.Tokens; using Microsoft.SharePoint.Client; using SharePointPnP.IdentityModel.Extensions.S2S.Protocols.OAuth2; using System; using System.Net; using System.Security.Principal; using System.Web; using System.Web.Configuration; namespace OfficeDevPnP.Core.Tools.UnitTest.PnPBuildExtensions { ...
using System; /// <summary> /// ToInt64(System.Double) /// </summary> public class ConvertToInt32_5 { #region Public Methods public bool RunTests() { bool retVal = true; TestLibrary.TestFramework.LogInformation("[Positive]"); retVal = PosTest1() && retVal; retVal = PosTest...
using Cosmos.Debug.Common; using EnvDTE80; using Microsoft.VisualStudio; using Microsoft.VisualStudio.Debugger.Interop; using Shell = Microsoft.VisualStudio.Shell; using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; using System.Diagnostics; using System.Threading; u...
/* **************************************************************************** * * 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 J2N.Runtime.CompilerServices; using YAF.Lucene.Net.Diagnostics; using System; using System.Collections.Generic; using System.Globalization; using System.Runtime.CompilerServices; using JCG = J2N.Collections.Generic; namespace YAF.Lucene.Net.Codecs.PerField { /* * Licensed to the Apache Software Foundati...
/* 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, ...
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including wit...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using CocosSharp; using System.Diagnostics; using Microsoft.Xna.Framework.Graphics; namespace tests { public class ParticleMainScene : CCScene { public ParticleMainScene() : base(AppDelegate.SharedWindow) { ...
/* * Licensed to SharpSoftware under one or more contributor * license agreements. See the NOTICE file distributed with this work for * additional information regarding copyright ownership. * * SharpSoftware licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use...
// 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; using System.Reactive.Linq; using Avalonia.Media; using Avalonia.Threading; using Avalonia.VisualTree; namespace Avalonia.Controls.Presente...
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD, and Contributors. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.ComponentModel; using System.Threading.Tasks; using Moq.Language; using Moq.Language.Flow; namespace Moq { //...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; namespace EduHub.Data.Entities { /// <summary> /// Families /// </summary> [GeneratedCode("EduHub Data", "0.9")] public sealed partial class DF : EduHubEntity { #region Navigation Property Cache pri...
// // DiskUtils.cs // // Author: // Alexander Matsibarov (macasun) <amatsibarov@gmail.com> // // Copyright (c) 2013 Alexander Matsibarov // // 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 Fou...
using System.Collections.Generic; using System; namespace UnuGames { public class UIEventController { // // Properties // public Dictionary<string, Delegate> Routers { get; set; } public List<string> PermanentEvents { get; set; } // // Constructors // public UIEventController () { Routers =...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
/* *************************************************************************** * This file is part of SharpNEAT - Evolution of Neural Networks. * * Copyright 2004-2016 Colin Green (sharpneat@gmail.com) * * SharpNEAT is free software; you can redistribute it and/or modify * it under the terms of The MIT License (...
// Lucene version compatibility level 4.8.1 using Lucene.Net.Analysis.Util; using Lucene.Net.Diagnostics; using Lucene.Net.Util; using Lucene.Net.Util.Fst; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; namespace Lucene.Net.Analysis.CharFilters { /* * Licensed to th...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace Commons.Music.Midi { public enum PlayerState { Stopped, Playing, Paused, } // Event loop implementation. class MidiEventLooper : IDisposable { public MidiEventLooper (IList<...
using Newtonsoft.Json.Linq; using System; using System.IO; using System.Linq; using System.Net; using System.Reflection; using System.Runtime.CompilerServices; using System.Text; using System.Threading; using System.Web; namespace RedditSharp { public class WebAgent : IWebAgent { /// <summary> ...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using System.Threading; using Microsoft.CodeAnalysis.CodeActions; using Microsoft.CodeAnaly...
using System; using System.Collections.Generic; using Sep.Git.Tfs.Core.TfsInterop; using Sep.Git.Tfs.Commands; namespace Sep.Git.Tfs.Core { class DerivedGitTfsRemote : IGitTfsRemote { private readonly string _tfsUrl; private readonly string _tfsRepositoryPath; public DerivedGitTfsRemot...
// 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.Text; using System.IO; using System.Text.RegularExpressions; using Microsoft.Build.Framework; using Microso...
using System; using System.Collections.Generic; using System.Text; using EnvDTE; using System.Collections; using System.Xml; using System.IO; using System.Resources; namespace SPALM.SPSF.Library { public class SharePointConfigurationHelper { static string resourcefolder = ""; static string shar...
// 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 //...
#if !DISABLE_PLAYFABENTITY_API using System; using System.Collections.Generic; using PlayFab.EconomyModels; using PlayFab.Internal; using PlayFab.SharedModels; namespace PlayFab { /// <summary> /// API methods for managing the catalog. Inventory manages in-game assets for any given entity. /// </summary> ...
//*********************************************************// // Copyright (c) Microsoft. All rights reserved. // // Apache 2.0 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 Microsoft.VisualStudio.TestTools.UnitTesting; using Mysb.Models.Shared; using Mysb.DataAccess; using System.Threading.Tasks; using System.Collections.Generic; using System.Threading; using Microsoft.Extensions.Options; using System.Linq; using System.IO; using Microsoft.Extensions.Logging; using Moq; using Mysb.M...
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // 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 restrictio...
// 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.Globalization; using System.IO; using Syste...
// 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 System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Reflection; namespace ALinq.SqlClient { internal class SqlMultiplexer { // Fields private readonly Visitor visitor; private readonly SqlIdentifier sqlIdentity; // Methods ...
// 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.Linq; using System.Net.Test.Common; using System.Security.Principal; using System.Text; using System.Th...
// 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.Linq; using osuTK.Graphics; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framewor...
using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Reflection; using Newtonsoft.Json.Linq; namespace Facility.Core; /// <summary> /// Helper methods for service data. /// </summary> public static class ServiceDataUtility { /// <summary> /// True if the DTOs are equivalent. /// </summar...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Web; using System.Web.Mvc; using System.Web.WebPages; using EPiServer.Core; using EPiServer.ServiceLocation; using EPiServerSimpleSite.Business; using EPiServer.Web.Mvc.Html; using EPiServer.Web.Routing; ...
// Copyright (c) .NET Foundation and contributors. 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.DotNet.PlatformAbstractions; namespace Microsoft.DotNet.ProjectModel.Utilities { internal sta...
/* * Infoplus API * * Infoplus API. * * OpenAPI spec version: v1.0 * Contact: api@infopluscommerce.com * Generated by: https://github.com/swagger-api/swagger-codegen.git * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== namespace System.Runtime.InteropServices.TCEAdapterGen { using System.Runtime.InteropServices; using System; using System.Reflection; using System.Reflection.Emit; using System.Collections; using System.D...
// // Copyright (c) Microsoft Corporation. All rights reserved. // namespace Microsoft.Zelig.Runtime.TypeSystem { using System; using System.Collections.Generic; using System.Runtime.CompilerServices; [WellKnownType( "Microsoft_Zelig_Runtime_TypeSystem_VTable" )] [DisableReferenceCounting] ...
using System; using System.Linq; using System.Threading.Tasks; using Orleans; using Orleans.TestingHost; using Tester; using TestExtensions; using UnitTests.GrainInterfaces; using Xunit; namespace UnitTests.CancellationTests { public class GrainCancellationTokenTests : OrleansTestingBase, IClassFixture<GrainCancel...
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT // 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 requir...
using UnityEngine; using System.Collections; public class GUIManager : MonoBehaviour { public GUIElement[] elements; public Vector2 standardSize = new Vector2(1720, 1080); public Rect unitGraphic = new Rect (0, 0, 0, 0); public Vector2 UColumnsXRows = new Vector2(10, 5); public Vector2 unitBDisp = new Vector2...
using System.Diagnostics; using System; using System.Management; using System.Collections; using Microsoft.VisualBasic; using System.Data.SqlClient; using System.Web.UI.Design; using System.Data; using System.Collections.Generic; using System.Linq; using System.IO; using System.Net.Mail; using System.Text; using System...
#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...
// 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.IO; using System.Text; using System.Diagnostics; using System.Globalization; using System...
// Copyright (c) 1995-2009 held by the author(s). All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of c...
/* ==================================================================== */ using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Windows.Forms; using Syst...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. /*============================================================ ** ** ** ** ** ** Purpose: A collection of methods for manipulating Files. ** ** April 09,2000 (...