context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.IO; namespace Microsoft.Build.BuildEngine.Shared { /// <summary> /// FrameworkLocationHelper provides utility methods for locating ....
// 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.Text; using Microsoft.CodeAnalysis.CodeGen; using Microsoft.CodeAnalysis.CShar...
using System; using System.Collections.Generic; using System.IO; using System.Reflection; using ServiceStack.Text.Common; using ServiceStack.Text.Json; using ServiceStack.Text.Jsv; #if WINDOWS_PHONE && !WP8 using ServiceStack.Text.WP; #endif namespace ServiceStack.Text { public static class JsConfig {...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.ServiceModel.Syndication { using System.Collections.ObjectModel; using System.Runtime.Serialization; u...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // NetCodeGroup.cs // // <OWNER>[....]</OWNER> // // Representation for code groups used for the policy mechanism // namespace System.Security.Policy { using System; using System.Security.Util; using System.Securi...
// // 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...
/* * daap-sharp * Copyright (C) 2005 James Willcox <snorp@snorp.net> * * 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...
/* * 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...
#region License /* * Copyright 2002-2010 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unle...
/* * Copyright 2007-2019 JetBrains s.r.o. * * 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 agre...
// 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 is used internally to create best fit behavior as per the original windows best fit behavior. // using S...
using Itinero.Algorithms.Default; using Itinero.Algorithms.Weights; using Itinero.Data.Network; using Itinero.Test.Profiles; using NUnit.Framework; using OsmSharp.IO.PBF; namespace Itinero.Test.Algorithms.Default { [TestFixture] public class OneHopRouterTests { /// <summary> /// Tests short...
using System; using System.ComponentModel; using System.Diagnostics; using System.Threading; using System.Web; using Umbraco.Core.Configuration; using Umbraco.Core.Logging; using umbraco.BusinessLogic; using System.Collections.Generic; using umbraco.BusinessLogic.Utils; using umbraco.businesslogic; using umbraco.cms.bu...
// Copyright (c) DotSpatial Team. All rights reserved. // Licensed under the MIT license. See License.txt file in the project root for full license information. using System; using System.ComponentModel; using System.Drawing; using System.Drawing.Drawing2D; using System.IO; namespace DotSpatial.Symbology { /// <s...
using System; using System.IO; using System.Threading; namespace Remact.Net.TcpStream { /// <summary> /// Implements a stream for deserializing a message from a byte buffer. /// The buffer is contained e.g. in SocketAsyncEventArgs. /// Normally the buffer contains the whole message. Then the message i...
// // Copyright (c) 2004-2021 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...
#region Using directives using System; using System.Xml; using System.Web; using System.Web.Services; using System.Web.Services.Protocols; using System.Web.Services.Description; using System.Web.Services.Discovery; using System.Xml.Schema; using System.Xml.Xsl; using System.IO; using log4net; using Commanigy.Iquomi....
using System; using System.Collections; using System.Collections.Generic; using Server; using Server.Gumps; using Server.Items; using Server.Spells; using Server.Multis; using Server.Network; using Server.Targeting; using Server.Accounting; using Server.ContextMenus; using Server.Engines.VeteranRewards; namespace Serv...
/* * Copyright (c) Contributors, http://aurora-sim.org/, 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: * * Redistributio...
/* * 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) 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.Diagnostics; using Microsoft.VisualStudio.Debugger.Clr; using Microsoft.VisualStudio.Debugger.Eva...
namespace PocketBoss.Data.Migrations { using System; using System.Collections.Generic; using System.Data.Entity.Infrastructure.Annotations; using System.Data.Entity.Migrations; public partial class Init : DbMigration { public override void Up() { CreateTable( ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using UnityEngine; using System.Reflection; using System.Linq; using System.IO; using MLAPI.Configuration; using MLAPI.Logging; using MLAPI.Messaging; using MLAPI.NetworkVariable; using MLAPI.Profiling; using MLAPI.Re...
// 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 ...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
namespace SmartOCR { partial class FindReplaceDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ///...
// ******************************************************************************************************** // Product Name: DotSpatial.Symbology.Forms.dll // Description: The Windows Forms user interface layer for the DotSpatial.Symbology library. // *******************************************************************...
namespace Volante { using System; using System.Collections; using System.Collections.Generic; public class TestTtreeResult : TestResult { public TimeSpan InsertTime; public TimeSpan IndexSearchTime; public TimeSpan RemoveTime; } public class TestTtree : ITest { ...
// 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 Windows.Foundation; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace TodoListService_ManualJwt.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and po...
#region Using Statements using System; using System.Collections.Generic; using System.Text; using Microsoft.Xna.Framework; using JigLibX.Geometry; using JigLibX.Math; using System.Runtime.InteropServices; using JigLibX.Utils; #endregion namespace JigLibX.Collision { /// <summary> /// DetectFunctor for BoxBox C...
using System; using System.Drawing; using DotNet.Highcharts.Attributes; using DotNet.Highcharts.Enums; using DotNet.Highcharts.Helpers; namespace DotNet.Highcharts.Options.YAxis { /// <summary> /// <p>The Y axis or value axis. Normally this is the vertical axis, though if the chart is inverted this is the horiontal...
/* The MIT License (MIT) Copyright (c) 2007 - 2020 Microting A/S 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,...
// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // // Copyright 2008-2014 Heaton Research, 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 // // htt...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
using System; using System.Collections; using System.Linq; using System.Reflection; using UnityEditor; using UnityEditor.Experimental.SceneManagement; using UnityEditor.SceneManagement; using UnityEngine; namespace NaughtyAttributes.Editor { public static class NaughtyEditorGUI { public const float Ind...
/* FluorineFx open source library Copyright (C) 2007 Zoltan Csibi, zoltan@TheSilentGroup.com, FluorineFx.com 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 ...
// 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.Collections.ObjectModel; using Cake.Common.Solution.Project.Propertie...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostic...
// 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.Linq; using System.Text; using Slp.Evi.Storage.Common.Algebra; using Slp.Evi.Storage.Query; using Slp.Evi.Storage.Relational.Query; using Slp.Evi.Storage.Relational.Query.Conditions.Filter; using Slp.Evi.Storage.Relational.Query.Expressions; using Slp.Evi.Sto...
// 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.Threading; #if !ES_BUILD_AGAINST_DOTNET_V35 using Contract = Sy...
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
using System; using System.Collections.Generic; using System.Security.Claims; using System.Security.Principal; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Moq; using Xunit; using ISTS.Api.Controllers; using ISTS.Api.Helpers; using ISTS.Application.Rooms; using ...
/* transpiled with BefunCompile v1.3.0 (c) 2017 */ public static class Program { private static readonly string _g = "AR+LCAAAAAAABADNWslu40gS/ZVUS7qQ0Cj3ZBIEMUBfZ4A++mDQfeM1Tzz54ye2pKjFLrvs6prsLklcRMXji3ix0It6elLqSe0vS725cb+UrA+d9Ghp7bTVUWujdbaa"+ "l7HBw4FotA0Zti2epbMOWsN+PJtXRxsdHt...
// Generated by SharpKit.QooxDoo.Generator using System; using System.Collections.Generic; using SharpKit.Html; using SharpKit.JavaScript; namespace qx.ui.core { /// <summary> /// <para>This mixin links all methods to manage the multi selection from the /// internal selection manager to the widget.</para> /// <...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
using System; using System.Runtime.InteropServices; namespace SFML { namespace Window { //////////////////////////////////////////////////////////// /// <summary> /// Vector2f is an utility class for manipulating 2 dimensional /// vectors with float components /// </summ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics.Contracts; using System.IdentityModel.Tokens; using System.Security.Cryptography.X509Certi...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / /// <summary> /// PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you /// currently do not have developer preview access, please contact help@twilio...
//------------------------------------------------------------------------------ // <copyright file="CloudBlobDataAdaptor.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation // </copyright> //------------------------------------------------------------------------------ namespace DMLibTest { using Sy...
using System; using System.Linq; using System.Collections.Generic; namespace Microsoft.Language.Xml { public static class SyntaxNodeExtensions { /// <summary> /// Creates a new tree of nodes with the specified nodes, tokens and trivia replaced. /// </summary> /// <typeparam name...
#pragma warning disable WPF0015 namespace ControlzEx.Showcase { using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reflection; using System.Windows; using System.Windows.Input; using System.Windows.Interop; using System.Windo...
namespace dotless.Compiler { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using Core; using Core.configuration; using Core.Parameters; using System.Text; using System.Diagnostics; public class Program { ...
using System.Diagnostics; using System.Collections.Generic; using System.Linq; using System; using System.IO; using System.Reflection; using MacroIO; using MacroExceptions; using MacroConsole; using MacroGit; namespace nugit { static class Program { static int Main(string[] args) { var traceListener = new Con...
/* Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
using System; using System.Collections; using System.Drawing; using System.Windows.Forms; using System.Runtime.InteropServices; using System.Security.Permissions; using System.Diagnostics.CodeAnalysis; namespace Oranikle.DesignBase.UI.Docking { public class FloatWindow : Form, INestedPanesContainer, IDockDragSource ...
// 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 ...
// ***************************************************************************** // // (c) Crownwood Consulting Limited 2002 // All rights reserved. The software and associated documentation // supplied hereunder are the proprietary information of Crownwood Consulting // Limited, Haxey, North Lincolnshire, Engla...
/* *************************************************************************** * 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 (...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
using System; using System.Collections; using System.Configuration; using Alachisoft.NCache.Web.Caching; using Alachisoft.NCache.Sample.Data; namespace NCacheQuerySample { /// <summary> /// Summary description for Class1. /// </summary> class Application { private static ICollection _keys = new ArrayList(); p...
using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading; namespace Orleans.Runtime { // This class implements an LRU (Least Recently Used) cache of values. It keeps a bounded set of values and will // flush "old" v...
namespace Trionic5Controls { partial class frmTuningWizard { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using csscript; using CSScripting; namespace CSScriptLib { /// <summary> /// Class that manages parsing the main and all imported (if any) C# Script files /// </summary> public class ScriptParser { /// <summ...
#region Header /* * JsonReader.cs * Stream-like access to JSON text. * * The authors disclaim copyright to this source code. For more details, see * the COPYING file included with this distribution. */ #endregion using System; using System.Collections.Generic; using System.IO; using System.Text; namespace L...
// This file is part of YamlDotNet - A .NET library for YAML. // Copyright (c) Antoine Aubry and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in // the Software without restriction, inc...
// ******************************************************************************************************** // Product Name: DotSpatial.Symbology.Forms.dll // Description: The Windows Forms user interface layer for the DotSpatial.Symbology library. // *******************************************************************...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
/* * Arduino.cs - Arduino/firmata library for Visual C# .NET * Copyright (C) 2009 Tim Farley * Copyright (C) 2013 Daniel MacDonald (major overhaul for Uniduino) * * Special thanks to David A. Mellis, on whose Processing library * this code was is based. * * This library is free software; you can redistribute ...
// 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...
// 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...
// 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...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using NBitcoin.BouncyCastle.Math; using NBitcoin.DataEncoders; using NBitcoin.Networks; using Stratis.Bitcoin.Networks; using Stratis.Bitcoin.Networks.Deployments; using Stratis.Bitcoin.Tests.Common; using Xunit;...
using System; using System.Collections.Generic; using System.IO; using System.Text; using ExcelDataReader.Core.NumberFormat; using ExcelDataReader.Log; namespace ExcelDataReader.Core.BinaryFormat { /// <summary> /// Represents Worksheet section in workbook /// </summary> internal class XlsWorksheet : I...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Microsoft.TeamFoundation.DistributedTask.WebApi; using Microsoft.VisualStudio.Services.Agent.Util; using System; using System.Collections.Generic; using System.Collections.Concurrent; using System.IO; using System.Linq; using System.Threa...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using System.Diagnostics; using System.Reflection.Internal; namespace System.Reflection.Metadata.Ecma335 { /// <summary> /// ...
//----------------------------------------------------------------------- // <copyright file="GvrPointerScrollInput.cs" company="Google Inc."> // 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 t...
// 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; /// <summary> /// ToInt16(System.Object) /// </summary> public class ConvertToInt16_9 { #region P...
using System; using System.Data; using System.Data.OleDb; using System.Reflection; //using PCSAssemblyLoader; using System.Collections; using System.Collections.Specialized; using System.Threading; using PCSUtils; using Utils = PCSComUtils.DataAccess.Utils; using PCSUtils.Utils; using C1.Win.C1Preview; namespace WorkC...
// // FlickrExport.cs // // Author: // Lorenzo Milesi <maxxer@yetopen.it> // Stephane Delcroix <stephane@delcroix.org> // Stephen Shaw <sshaw@decriptor.com> // // Copyright (C) 2008-2009 Novell, Inc. // Copyright (C) 2008-2009 Lorenzo Milesi // Copyright (C) 2008-2009 Stephane Delcroix // // Permission is hereby ...
// 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.Threading.Tasks; using Xunit; public class ReadAndWr...
// 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...
using UnityEngine; using System.Collections; public enum CharacterState { Idle = 0, Walking = 1, Trotting = 2, Running = 3, Jumping = 4, } public class ThirdPersonController : MonoBehaviour { public AnimationClip idleAnimation; public AnimationClip walkAnimation; public AnimationClip ...
/* * 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 Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.Tokens; using Microsoft.SharePoint.Client; using System; using System.Net; using System.Security.Principal; using System.Web; using System.Web.Configuration; namespace Core.EmbedJavaScriptWeb { /// <summary> /// Encapsulates all ...
/* * Copyright (c) 2012 Stephen A. Pratt * * 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, p...
// Copyright (c) 2012, Event Store LLP // 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 condi...
using Kitware.VTK; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; // Class name is always file base name with "Class" appended: // /// <summary> /// VTK test class /// </summary> public class RenderWin...
/* * BitConverter.cs - Implementation of the "System.BitConverter" class. * * Copyright (C) 2001, 2003 Southern Storm Software, Pty Ltd. * * 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;...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace RunnersTimeManagement.WebServer.Areas.HelpPage { /// <summary> /// This class will create an object of a given type ...
#region License // SLNTools // Copyright (c) 2009 // by Christian Warren // // 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 file="InstantPreviewManager.cs" company="Google LLC"> // // Copyright 2017 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with...
using XenAdmin.Commands; using XenAPI; namespace XenAdmin.TabPages { partial class SrStoragePage { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; #region Component Designer generated code ...
//////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2021 Tim Stair // // 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 Softw...
using System; using System.Collections; using System.Collections.Generic; using System.Data; namespace ClosedXML.Excel { public interface IXLTable : IXLRange { IXLAutoFilter AutoFilter { get; } IXLTableRange DataRange { get; } Boolean EmphasizeFirstColumn { get; set; } Boolean E...
using Microsoft.IdentityModel; using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.S2S.Tokens; using Microsoft.SharePoint.Client; using Microsoft.SharePoint.Client.EventReceivers; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalizati...
// 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 OLEDB.Test.ModuleCore; using System.Collections; using System.Collections.Generic; using System.Globalization;...
namespace Nancy.Tests.Unit { using System; using System.Linq; using Nancy.Tests.Fakes; using Xunit; public class NancyModuleFixture { private readonly NancyModule module; public NancyModuleFixture() { this.module = new FakeNancyModuleNoRoutes(); } ...