context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Collections.Generic; using System.Linq; using System.Security.Claims; using System.Threading.Tasks; using IdentityModel; using IdentityServer4; using IdentityServer4.Events; using IdentityServer4.Models; using IdentityServer4.Services; using IdentityServer4.Stores; using Microsoft.AspNetCore....
using ATL.Logging; using System; using System.IO; using static ATL.AudioData.AudioDataManager; using static ATL.ChannelsArrangements; namespace ATL.AudioData.IO { /// <summary> /// Class for Monkey's Audio file manipulation (extension : .APE) /// </summary> class APE : IAudioDataIO { // Compre...
/* 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, ...
//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 System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace GreyhoundRacing.WebAPI.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and popul...
// 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.Globalization; using System.Linq; using System.Linq.Expressions; using System.Security.Claims; using System.Threading.Tas...
#region Header /* * 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; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Reflection; using System...
/** Copyright 2012 Useless Random Thought Software 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...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/container/v1/cluster_service.proto // Original file comments: // Copyright 2016 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may o...
// 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; using System.ComponentModel; using System.Data; using System.Data.Common; us...
// --------------------------------------------------------------------------- // <copyright company="Microsoft Corporation" file="XmlDiffViewDocumentType.cs"> // Copyright (c) Microsoft Corporation 2005 // </copyright> // <project> // XmlDiffView // </project> // <summary> // Generate output data for diff...
// *********************************************************************** // Copyright (c) 2007 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restri...
// 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; using System.Collections.Generic; using System.Security; using Microsoft.Win...
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (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.mozilla.org/MPL/ * ...
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.Tools.ServiceModel.ComSvcConfig { using System; using System.ServiceMo...
// Copyright (c) 2021 Alachisoft // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or...
// 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.ObjectModel; using System.Diagnostics; using System.Diagnostics.Contracts; us...
// 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. namespac...
namespace Mapbox.IO.Compression { using System.Diagnostics; using System; // This class decodes GZip header and footer information. // See RFC 1952 for details about the format. internal class GZipDecoder : IFileFormatReader { private GzipHeaderState gzipHeaderSubstate; private GzipHeaderState gz...
// Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace WebApiStateful.AutoRest.Client { using System; using System.Linq; using System.Collections.Generic; using System.Diagnostics; using S...
// 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. #if FEATURE_XMLDOC using System.Xml; using System.Xml.XPath; #endif using System; using System.Collections.G...
// Copyright 2006-2008 Splicer Project - http://www.codeplex.com/splicer/ // // 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 // // Unl...
//----------------------------------------------------------------------- // <copyright file="ReadWriteAuthorization.cs" company="Marimer LLC"> // Copyright (c) Marimer LLC. All rights reserved. // Website: http://www.lhotka.net/cslanet/ // </copyright> // <summary>Windows Forms extender control that automatica...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.Diagnostics.Contracts; using System.IO; using System.Net.Http.Headers; using ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Threading.Tasks; using Azure.Data.Tables; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging.Abstractions; using Microsoft.Extensions.Options; using Newtonsoft.Json; using O...
namespace PokerTell.LiveTracker.Tests { using System.Collections.Generic; using System.Linq; using Infrastructure.Interfaces.LiveTracker; using Machine.Specifications; using Moq; using PokerTell.Infrastructure.Interfaces; using PokerTell.Infrastructure.Interfaces.PokerHand; using Pok...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Runtime.CompilerServices; using Baseline; using LamarCodeGeneration; using Marten.Internal.Linq.Includes; using Marten.Internal.Linq.QueryHandlers; using Marten.Internal.Storage; using Marten.Linq; using Marte...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Web; using System.Web.Helpers; using System.Web.Mvc; using System.Web.Mvc.Html; using System.Web.Routing; using Umbraco.Core; using Umbraco.Core.Configuration; using Umbraco.Core.Dynamics; usi...
#region -- License Terms -- // // MessagePack for CLI // // Copyright (C) 2014-2015 FUJIWARA, Yusuke // // 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.apach...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using ITGlobal.MarkDocs.Extensions; namespace ITGlobal.MarkDocs.Tags.Impl { /// <summary> /// Tags extension /// </summary> internal sealed class TagsExtension : ITagService, IExtension { #region fiel...
/* * Timer.cs - Timer handling for Xsharp. * * Copyright (C) 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; either version 2 of the License, or ...
using J2N.Collections.Generic.Extensions; using Lucene.Net.Diagnostics; using System; using System.Collections.Generic; namespace Lucene.Net.Index { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this ...
// **************************************************************** // This is free software licensed under the NUnit license. You // may obtain a copy of the license as well as information regarding // copyright ownership at http://nunit.org. // **************************************************************** using S...
// // ReflectionReader.cs // // Author: // Jb Evain (jbevain@gmail.com) // // (C) 2005 - 2007 Jb Evain // // 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 /...
using System; using System.Collections.Generic; using System.Text; using NUnit.Framework; using InTheHand.Net.Sockets; using System.IO; using InTheHand.Net.Bluetooth.Widcomm; using InTheHand.Net.Bluetooth; using System.Threading; using System.Diagnostics; namespace InTheHand.Net.Tests.Widcomm { [TestFixture] p...
using System; using System.Collections.Specialized; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Threading; using SteamKit2; using System.Net; using Newtonsoft.Json; using SteamTrade.TradeOffers.Enums; using SteamTrade.TradeOffers.Objects; namespace SteamTrade...
using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Windows.Forms; using DpSdkEngLib; using DPSDKOPSLib; using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; using System.Linq; ...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; namespace SelfLoad.Business.ERLevel { /// <summary> /// C11_City_ReChild (editable child object).<br/> /// This is a generated base class of <see cref="C11_City_ReChild"/> business object. /// </summary> ///...
using UnityEngine; using System; using System.Collections.Generic; using System.Linq; using NLog; /** * Central manager of all input in a scene. * Sends input messages to all recievers, allows ordering and swallowing of messages. * Raycasts to provide hit info. * Uses both touch and mouse input. */ public class I...
using System; using System.IO; using System.Runtime.CompilerServices; using System.Text; namespace Zipkin.Codecs.Json { // // See: https://github.com/openzipkin/zipkin/blob/master/zipkin/src/main/java/zipkin/internal/Buffer.java // public static class StreamWriterExtensions { private static readonly string[] R...
namespace Epi.Windows.Analysis.Dialogs { partial class MergeDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summar...
// 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.DocumentationComments; using Roslyn.Ut...
// 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 Xunit; namespace System.Linq.Expressions.Tests { public static class NewArrayListTests ...
// 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.Diagnostics; using System.Globalization; using System.Linq; using System.Threading; using System.Threading.Tasks; using M...
#region License // // Copyright (c) 2018, Fluent Migrator Project // // 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 ...
// http://paulmoore.mit-license.org using System; using System.Collections; using System.Text; using SimpleAI.Framework; namespace AmazonGame { internal enum AmazonCell : byte { FREE, WHITE_QUEEN, BLACK_QUEEN, ARROW } internal enum AmazonPlayer : byte { WHITE, BLACK } internal struct AmazonAct...
// 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 ...
//----------------------------------------------------------------------- // <copyright file="MockeryTest.cs" company="NMock2"> // // http://www.sourceforge.net/projects/NMock2 // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License....
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #nullable enable using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Globalization; using System.Reflection; namespace Azure.Data.Tables { internal static class Dictionary...
// // System.Web.Security.Roles // // Authors: // Ben Maurer (bmaurer@users.sourceforge.net) // // (C) 2003 Ben Maurer // // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restri...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Linq.Expressions; using System.Text; using Cats.Data.Repository; using Cats.Data.UnitWork; using Cats.Models.ViewModels; using Moq; using NUnit.Framework; using Cats.Services.Procurement; using Cats.Mod...
// 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) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. //Testing simple math on local vars and fields - sub #pragma warning disable 0414 using System; internal class lclfldsub { //user-defined class that overloads oper...
using System; using NullGuard; public class SimpleClass { public SimpleClass() { } // Why would anyone place an out parameter on a ctor?! I don't know, but I'll support your idiocy. public SimpleClass(out string nonNullOutArg) { nonNullOutArg = null; } public SimpleClass(strin...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Diagnostics; using System.Linq; using System.Reactive.Disposables; using System.Text; using System.Threading.Tasks; using Avalonia.Controls; using Avalonia.Controls.Platform; using Avalonia.Controls.Primitives.Popu...
//------------------------------------------------------------------------- // <copyright file="Grammar.cs"> // Copyright 2008-2010 Louis DeJardin - http://whereslou.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may ...
using System.Text; namespace Meziantou.Framework.Scheduling; public sealed class YearlyRecurrenceRule : RecurrenceRule { public IList<int>? ByMonthDays { get; set; } public IList<ByDay>? ByWeekDays { get; set; } public IList<Month>? ByMonths { get; set; } //public IList<int> ByWeekNo { get; set; } ...
// dnlib: See LICENSE.txt for more info using System; using System.Collections.Generic; using dnlib.DotNet.MD; /* All TypeSig classes: TypeSig base class LeafSig base class for leaf types TypeDefOrRefSig contains a ITypeDefOrRef instance CorLibTypeSig simple corlib types (eg. System.Int32) ...
//Copyright 2010 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.apache.org/licenses/LICENSE-2.0 // //Unless required by applicable law or agreed to in...
using System.Collections.Generic; using System.Linq; using Content.Shared.Acts; using Content.Shared.Alert; using Content.Shared.Buckle.Components; using Content.Shared.DragDrop; using Content.Shared.Interaction; using Content.Shared.Sound; using Robust.Server.GameObjects; using Robust.Shared.GameObjects; using Robust....
/***************************************************************************\ * * File: WindowsEditBoxRange.cs * * Description: * ITextRangeProvider interface for WindowsEditBox * * Revision History: * 3/01/04: a-davidj created. * * Copyright (C) 2004 by Microsoft Corporation. All rights reserved. * \****************...
// PathFilter.cs // // Copyright 2005 John Reilly // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; either version 2 // of the License, or (at your option) any later version. // // This prog...
#region "Copyright" /* FOR FURTHER DETAILS ABOUT LICENSING, PLEASE VISIT "LICENSE.txt" INSIDE THE SAGEFRAME FOLDER */ #endregion #region "References" using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using SageFrame.Web; using Sag...
#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...
// The MIT License (MIT) // // CoreTweet - A .NET Twitter Library supporting Twitter API 1.1 // Copyright (c) 2013-2015 CoreTweet Development Team // // 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...
// Copyright 2013 Benjamin Burns // // 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 ...
#if UNITY_WINRT && !UNITY_EDITOR && !UNITY_WP8 #region License // Copyright (c) 2007 James Newton-King // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restriction, including ...
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; using System.Collections; using System.IO; using System.Web.UI.WebControls; using Cuyahoga.Core.Domain; using Cuyahoga.Web.Admin.UI; using Cuyahoga.Web.UI; using Cuyahoga.Web.Util; namespace Cuyahoga.Web.Admin { /// <summary> /// Summary description for TemplateEdit. /// </summary> public class Templ...
using System; using System.IO; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using RestSharp; using Infoplus.Client; using Infoplus.Model; namespace Infoplus.Api { /// <summary> /// Represents a collection of functions to interact with the API endpoints ///...
using UnityEditor; using UnityEngine; using System; using System.Collections.Generic; using System.IO; using PlayFab.PfEditor.Json; namespace PlayFab.PfEditor { [InitializeOnLoad] public static partial class PlayFabEditorHelper { #region EDITOR_STRINGS public static string EDEX_VERSION_TEMP...
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // C# port by: Lars Brubaker // larsbrubaker@gmail.com // Copyright (C) 2007 // // Permission to copy, use, modif...
// 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 Microsoft.AspNetCore.Http; using Ocelot.Configuration.File; using Ocelot.Middleware; using Ocelot.Middleware.Multiplexer; using Shouldly; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Threading.Tasks; using TestStack.BDDfy...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// // // This class represents the Default COM+ binder. // // namespa...
//--------------------------------------------------------------------- // <copyright file="EdmNavigationProperty.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. // </copyright> //------------------------------------...
//------------------------------------------------------------------------------ // <copyright // file="StyleCopCmdTaskTest.cs" // company="Schley Andrew Kutz"> // Copyright (c) Schley Andrew Kutz. All rights reserved. // </copyright> // <authors> // <author>Schley Andrew Kutz</author> // </authors> //----------...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.IO; using Microsoft.Protocols.TestTools.StackSdk; using Microsoft.Protocols.TestTools.StackSdk.Messages; namespace Microsoft.Protocols.TestT...
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // Implements the algor...
/* Copyright(c) 2009, Stefan Simek Copyright(c) 2016, Vladyslav Taranov 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 without limitation the rights to...
// // 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) 2015 Google, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed ...
// 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.Collections.Generic; using System.Runtime.ConstrainedExecution; using System.Thre...
using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Windows.Forms; using DpSdkEngLib; using DPSDKOPSLib; using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; using System.Linq; ...
// Copyright (c) 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 BaseHarvest = Landis.Harvest; using Edu.Wisc.Forest.Flel.Util; using Landis.Extensions.BiomassHarvest; using NUnit.Framework; using System.Collections.Generic; using System.Diagnostics; using System.Reflection; namespace Landis.Tests.BiomassHarvest { [TestFixture] public class ParametersParser_Test {...
namespace Kinare.FormSystem.Migrations { using System; using System.Collections.Generic; using System.Data.Entity.Infrastructure.Annotations; using System.Data.Entity.Migrations; public partial class Initial_Migration : DbMigration { public override void Up() { C...
// 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; using System.Collections; using System.Globalization; us...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="MessageProperties.cs" company="The original author or authors."> // Copyright 2002-2012 the original author or authors. // // Licensed under the Apache License, Version 2.0 ...
// // Copyright (c) Microsoft. 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 required by applicable la...
using System.Text.RegularExpressions; using System.Diagnostics; using System; using System.Drawing.Drawing2D; using System.Windows.Forms; using System.Collections; using System.Drawing; using Microsoft.VisualBasic; using System.Data.SqlClient; using System.Data; using System.Collections.Generic; using WeifenLuo.WinForm...
namespace AgileObjects.AgileMapper.ObjectPopulation { using System; using System.Collections.Generic; #if NET35 using Microsoft.Scripting.Ast; #else using System.Linq.Expressions; #endif using Caching; using DataSources; using Extensions.Internal; using MapperKeys; using Members; ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // // using System; using System.Text; using System.Diagnostics.Contracts; namespace System.Globalization { /////////////////////////////////////////////////////...
/*============================================================================ * Copyright (C) Microsoft Corporation, All rights reserved. *============================================================================ */ #region Using directives using System; using System.ComponentModel; using System.Management.Au...
// Author: abi // Project: DungeonQuest // Path: C:\code\Xna\DungeonQuest\GameLogic // Creation date: 28.03.2007 01:01 // Last modified: 31.07.2007 05:50 #region Using directives using DungeonQuest.Collision; using DungeonQuest.GameLogic; using DungeonQuest.Graphics; using DungeonQuest.Helpers; using DungeonQuest.Prop...
// // Backtrace.cs // // Author: // Lluis Sanchez Gual <lluis@novell.com> // // Copyright (c) 2009 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the ...
// 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.Collections.Immutable; using System.Linq; using Microsoft.CodeAnalysis.CSharp.Extensions; using M...
// 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 // /...
// <copyright file="SparseMatrixTests.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // // Copyright (c) 2009-2016 Math.NET // // Permission is hereby granted, free of charge, to any person // obtaining a copy of...
// ReSharper disable All using System.Collections.Generic; using System.Diagnostics; using System.Dynamic; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; using Frapid.ApplicationState.Models; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Frapid.Config.DataAccess; using Fra...