context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using NUnit.Framework.Interfaces; using NUnit.Framework.Internal; using UnityEngine; using UnityEngine.TestTools.NUnitExtensions; using UnityEngine.TestTools.TestRunner; using UnityEngine.TestTools; using UnityEngine.TestTools....
// 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.Collections.Generic; namespace System.Linq.Expressions.Tests { public in...
#region Copyright ?2007 Rotem Sapir /* * 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 for any purpose, * including commerci...
// 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.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using Avalonia.Collections; using Avalonia.Controls.Presenters;...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.Runtime { using System; using System.Collections.Generic; using System.Threading; [Fx.Tag.Synchro...
using System; using System.Collections.Generic; using Newtonsoft.Json; using Salient.JsonClient; using SOAPI2.Converters; using SOAPI2.Model; namespace SOAPI2 { public partial class SoapiClient { public SoapiClient(string apiKey, string appId) // #TODO: uri from SMD target : base(new Uri("https://...
using System; namespace MongoDB { /// <summary> /// Native type that maps to a database reference. Use Database.FollowReference(DBRef) to retrieve the document /// that it refers to. /// </summary> /// <remarks> /// DBRefs are just a specification for a specially formatted Document. At ...
#if WITH_PATRICIA using System; using Volante; using System.IO; /** * Get country for IP address using PATRICIA Trie. */ public class IpCountry { const int PagePoolSize = 32*1024*1024; class Root : Persistent { internal IIndex<string,Country> countries; internal IPatriciaTrie<Country> tri...
/* * ****************************************************************************** * Copyright 2014-2016 Spectra Logic 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. A copy of the License i...
using Content.Client.Resources; using Robust.Client.Graphics; using Robust.Client.ResourceManagement; using Robust.Client.UserInterface; using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.CustomControls; using Robust.Shared.Maths; namespace Content.Client.Stylesheets { public abstract cl...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using System.Linq; using Csla; using Csla.Data; namespace Invoices.Business { /// <summary> /// ProductTypeCachedList (read only list).<br/> //...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Globalization; using System.Numerics.Hashing; using System.Runtime.CompilerServices; using System.Text;...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespa...
namespace KabMan.Forms.Connection { partial class NewConnectionName { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summa...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="TypeMetadata.cs" company="KlusterKite"> // All rights reserved // </copyright> // <summary> // Property or method return type description // </summary> // ---------------------...
// 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.IO; using System.Xml.Schema; using Xunit; using Xunit.Abstractions; namespac...
// // Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
//----------------------------------------------------------------------------- // Torque // Copyright GarageGames, LLC 2011 //----------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------- function GuiEdit...
/************************************************************************ * Copyright (c) 2006-2008, Jason Whitehorn (jason.whitehorn@gmail.com) * All rights reserved. * * Source code and binaries distributed under the terms of the included * license, see license.txt for details. ********************************...
/////////////////////////////////////////////////////////////////////////////////////////////// // // This File is Part of the CallButler Open Source PBX (http://www.codeplex.com/callbutler // // Copyright (c) 2005-2008, Jim Heising // All rights reserved. // // Redistribution and use in source and binary f...
// // System.IO.StreamReader.cs // // Authors: // Dietmar Maurer (dietmar@ximian.com) // Miguel de Icaza (miguel@ximian.com) // Marek Safar (marek.safar@gmail.com) // // (C) Ximian, Inc. http://www.ximian.com // Copyright (C) 2004 Novell (http://www.novell.com) // Copyright 2011, 2013 Xamarin Inc. // // Permiss...
namespace System.Workflow.Activities { #region Imports using System; using System.Diagnostics; using System.CodeDom; using System.Drawing; using System.Collections; using System.ComponentModel; using System.ComponentModel.Design; using System.Workflow.ComponentModel; using Syste...
namespace CupCake.Messages.Blocks { public enum Block { GravityNothing = 0, GravityLeft = 1, GravityUp = 2, GravityRight = 3, GravityDot = 4, Crown = 5, KeyRed = 6, KeyGreen = 7, KeyBlue = 8, BasicGrey = 9, BasicDarkBlue ...
// Copyright (c) 2015 SharpYaml - Alexandre Mutel // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, ...
// 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) 2003-2006 Jaroslaw Kowalski <jaak@jkowalski.net> // Copyright (c) 2006-2015 Piotr Fusik <piotr@fusik.info> // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Red...
using System.Collections; using System.Collections.Generic; using GuiLabs.Editor.Blocks; namespace GuiLabs.Editor.CSharp { [BlockSerialization("using")] public class UsingBlock : ListBlock, ICSharpBlock, IEnumerable<UsingDirective>, INamespaceLevel { #region ctor public UsingBlock() { ...
using System; using System.Linq; using Jasper.Attributes; using Jasper.Runtime.Routing; using Jasper.Util; using Shouldly; using Xunit; namespace Jasper.AzureServiceBus.Tests { public class topics_routing { [Fact] public void route_to_topics_by_type() { using (var host = Jas...
/* Copyright 2015 Shane Lillie 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 wr...
// Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text.RegularExpressions; using Microsoft.WindowsAPICodePack.DirectX....
/* * 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...
/* * 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...
// jQueryDataHttpRequest.cs // Script#/Libraries/jQuery/Core // This source code is subject to terms and conditions of the Apache License, Version 2.0. // using System; using System.Net; using System.Runtime.CompilerServices; using System.Threading.Tasks; using System.Xml; namespace jQueryApi { /// <summary> ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; namespace System.Xml { /// <include file='doc\NameTable.uex' path='docs/doc[@for="NameTable"]/*' /> /// <devdoc> /// <para> /// ...
using System; using System.Collections; using System.Collections.Generic; namespace Omnius.Collections { public class SmallList<T> : IList<T>, ICollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable { private List<T> _list; private int? _capacity; public SmallList() { ...
// GZipStream.cs // ------------------------------------------------------------------ // // Copyright (c) 2009 Dino Chiesa and Microsoft Corporation. // All rights reserved. // // This code module is part of DotNetZip, a zipfile class library. // // ------------------------------------------------------------------ //...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Reflection; using System.Runtime.Serialization; using System.Threading.Tasks; using Orleans; using Orleans.Runtime; using UnitTests.GrainInterfaces; namespace UnitTests.Grains { public class OutgoingMethodIn...
// 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.Collections.Generic; using System.Diagnostics; using System.Globalization; us...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Hosting; using Microsoft.Extension...
//------------------------------------------------------------------------------ // <copyright file="GraphicsPathIterator.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace Albums.Services.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it ...
using System; using System.Numerics; using System.Text; namespace Neo.Compiler.MSIL { /// <summary> /// Convert IL to NeoVM opcode /// </summary> public partial class ModuleConverter { private NeoCode Insert1(VM.OpCode code, string comment, NeoMethod to, byte[] data = null) { ...
using System; using Eto.Forms; using Eto.Drawing; #if XAMMAC2 using AppKit; using Foundation; using CoreGraphics; using ObjCRuntime; using CoreAnimation; #else using MonoMac.AppKit; using MonoMac.Foundation; using MonoMac.CoreGraphics; using MonoMac.ObjCRuntime; using MonoMac.CoreAnimation; #if Mac64 using CGSize = Mo...
using UnityEngine; using System.Collections; /// <summary> /// Provides functionality to use static sprites (images) to your scenes. /// </summary> public class OTSprite : OTObject { //----------------------------------------------------------------------------- // Editor settings //----------------------...
using NetSparkleUpdater.Configurations; using NetSparkleUpdater.Enums; using NetSparkleUpdater.Interfaces; using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Xml.Linq; namespace NetSparkleUpdater.AppCastHandlers { /// <summary> /// An XML-based...
#region Apache Notice /***************************************************************************** * $Revision: 575902 $ * $LastChangedDate: 2007-09-15 04:40:19 -0600 (Sat, 15 Sep 2007) $ * $LastChangedBy: gbayon $ * * iBATIS.NET Data Mapper * Copyright (C) 2006/2005 - The Apache Software Foundation * * ...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Text; using Xunit; #if false namespace Roslyn.Services.Editor.UnitTests.CodeGeneration { publi...
using System.Windows.Forms; namespace NuGet.Options { partial class PackageSourcesOptionsControl { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace System.Security.Cryptography.Encryption.Aes.Tests { using Aes = System.Security.Cryptogr...
/* Copyright (c) 2007 Michael Lidgren 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, distribute,...
// created on 6/21/2004 // Npgsql.NpgsqlConnecionString.cs // // Author: // Glen Parker (glenebob@nwlink.com) // // Copyright (C) 2002 The Npgsql Development Team // npgsql-general@gborg.postgresql.org // http://gborg.postgresql.org/project/npgsql/projdisplay.php // // This library is free software; you can redistribu...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Orleans.Runtime; namespace Orleans.Streams { [Serializable] internal class StreamSubscriptionHandleImpl<T> : StreamSubscriptionHandle<T>, IStreamSubscriptionHandle { private StreamImpl<T> streamI...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for details. using System; using System.ComponentModel; using System.Drawing; using System.Globalization; using System.Windows.Forms; using OpenLiveWriter.Controls; using OpenLiveWriter.CoreSe...
namespace MahjongBuddy.Migrations { using System; using System.Collections.Generic; using System.Data.Entity.Infrastructure.Annotations; using System.Data.Entity.Migrations; public partial class Upgraded_To_V0_9 : DbMigration { public override void Up() { DropFor...
// // Copyright (c) 2004-2020 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 .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.Buffers.Text; using System.Diagnostics; using System.IO; using System.Text; using System.Threading; usi...
/* * 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...
namespace DD.CBU.Compute.Api.Contracts.Server { /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.18020")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Ser...
// 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.Linq; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.Test.Utilitie...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using Xunit; namespace System.Linq.Expressions.Tests { public class Condition...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using UnityEditor; using UnityEditorInternal; using UnityEngine; using UnityTest.IntegrationTests; #if UNITY_5_3_OR_NEWER using UnityEditor.SceneManagement; #endif namespace UnityTest { public static partial class Batch { ...
using System; using System.Collections.Generic; using JenkinsConsoleUtility.Util; public interface ICommand { string[] CommandKeys { get; } string[] MandatoryArgKeys { get; } int Execute(Dictionary<string, string> argsLc, Dictionary<string, string> argsCased); } namespace JenkinsConsoleUtility { publi...
using Microsoft.Azure.Management.NetApp; using Microsoft.Azure.Management.NetApp.Models; using System; using System.Collections.Generic; using System.Threading; using Xunit; namespace NetApp.Tests.Helpers { public class ResourceUtils { public const long gibibyte = 1024L * 1024L * 1024L; privat...
// // (C) Copyright 2003-2011 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software in // object code form for any purpose and without fee is hereby granted, // provided that the above copyright notice appears in all copies and // that both that copyright notice and the limited warranty ...
// // assembly: System // namespace: System.Text.RegularExpressions // file: debug.cs // // author: Dan Lewis (dlewis@gmx.co.uk) // (c) 2002 // // 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 So...
namespace KabMan.Client { partial class NewCoordinate { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> //...
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Text; using SlackAPI.RPCMessages; namespace SlackAPI { /// <summary> /// SlackClient is intended to solely handle RPC (HTTP-based) functionality. Does...
/* * 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...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/language/v1/language_service.proto // Original file comments: // Copyright 2017 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...
#region License /* * All content copyright Terracotta, Inc., unless otherwise indicated. 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.ap...
//============================================================================= // System : Sandcastle Help File Builder Plug-Ins // File : ProxyCredentials.cs // Author : Eric Woodruff (Eric@EWoodruff.us) // Updated : 11/24/2007 // Note : Copyright 2007, Eric Woodruff, All rights reserved // Compiler: Microso...
#pragma warning disable 162,108,618 using Casanova.Prelude; using System.Linq; using System; using System.Collections.Generic; using UnityEngine; namespace Game {public class World : MonoBehaviour{ public static int frame; void Update () { Update(Time.deltaTime, this); frame++; } public bool JustEntered = true; pub...
// 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.Buffers; using System.Diagnostics; using System.Runtime.InteropServices; using System.Text; namespace ...
/* * 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 Org.BouncyCastle.Crypto.Digests; using Org.BouncyCastle.Crypto.Modes; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Security; using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Engines { /** * Wrap keys according to RFC 3217 - RC2 mechanism */ public class...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using Jasily.Core; using Jasily.Extensions.System.Linq; using Jasily.Extensions.System.Text; using JetBrains.Annotations; namespace Jasily.Extensions.System { /// <summary> /// useful extension met...
// // Copyright (C) 2012-2014 DataStax 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 app...
//----------------------------------------------------------------------------- // Copyright (c) 2013 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...
using System; using System.Diagnostics; using System.Globalization; using System.Runtime.Serialization; using System.Text.RegularExpressions; using Hammock.Model; using Newtonsoft.Json; namespace TweetSharp { #if !SILVERLIGHT [Serializable] #endif #if !Smartphone && !NET20 [DataContract] #endif [JsonObje...
/* Copyright (C) 2014 Newcastle University * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. */ using System; using System.Collections.Generic; using System.Linq; using Android.Views; using Android.Widget; using Bootleg.API; using Android.Suppo...
// // 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...
using System; using System.Globalization; using TestLibrary; // ToString_str.cs // Tests TimeSpan.ToString(str) // The desktop changes 2009/04/21 KatyK are ported 2009/06/08 DidemG public class TimeSpanTest { static bool verbose = false; static int iCountTestcases = 0; static int iCountErrors = 0; pub...
using System; using System.Net; using System.Net.Sockets; using System.Windows; using System.Windows.Controls; using ViData; namespace ViCommV2 { public class ClientManager : IDisposable { private static ClientManager _instance; private readonly IPEndPoint ip; private readonly Socket so...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using JetBrains.Annotations; // ReSharper disab...
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 Eto.Drawing; using Eto.Forms; using Eto.iOS.Drawing; using SD = System.Drawing; using Foundation; using UIKit; using Eto.Mac.Forms; using System.Collections.Generic; using System.Linq; namespace Eto.iOS.Forms { public interface IIosViewControllerSource { UIViewController Controller { get; set;...
//------------------------------------------------------------------------------ // <copyright file="HtmlTextWriter.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ // HtmlTextWrit...
// 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.InteropServices; using Xunit; using System.Numerics; namespace System.Numerics.Tests { public class Matrix3x2Tests { ...
// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apac...
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 ClosedXML.Excel.Drawings; using System; using System.Drawing; using System.IO; namespace ClosedXML.Excel { public enum XLWorksheetVisibility { Visible, Hidden, VeryHidden } public interface IXLWorksheet : IXLRangeBase, IDisposable { /// <summary> /// Gets the workbook that contains t...
/* * Copyright (c) 2015, InWorldz Halcyon Developers * 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 *...
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // SpoolingTask.cs // /...
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/ // Portions Copyright 2000-2004 Jonathan de Halleux // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.a...
#region 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 without limitation the rights to use, // copy, ...
// // Copyright (c) 2004-2018 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...
// 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 1.0.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
using Xunit; using Shouldly; using System.Linq; using System; using System.Text.RegularExpressions; namespace AutoMapper.UnitTests { public class MapFromReverseResolveUsing : AutoMapperSpecBase { public class Source { public int Total { get; set; } } public class De...
using System; using SubSonic.Schema; using SubSonic.DataProviders; using System.Data; namespace Solution.DataAccess.DataModel { /// <summary> /// Table: Report_Month /// Primary Key: Id /// </summary> public class Report_MonthStructs: DatabaseTable { ...