context
stringlengths
2.52k
185k
gt
stringclasses
1 value
namespace PhotoSharingApplication.Migrations { using PhotoSharingApplication.Models; using System; using System.Collections.Generic; using System.Data.Entity; using System.Data.Entity.Migrations; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; ...
// // PermissionSetCollectionTest.cs // - NUnit Test Cases for PermissionSetCollection // // Author: // Sebastien Pouliot <sebastien@ximian.com> // // Copyright (C) 2005 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and assoc...
using System; using System.Security; using System.Runtime.InteropServices; using SFML.Window; using Vector2f = SFML.Graphics.Vector2; namespace SFML { namespace Graphics { //////////////////////////////////////////////////////////// /// <summary> /// This class defines a graphical 2D te...
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Linq.Expressions; using System.Reflection; using InfluxDB.InfluxQL.Schema; using InfluxDB.InfluxQL.Syntax; using InfluxDB.InfluxQL.Syntax.Clauses; using InfluxDB.InfluxQL.Syntax.Expressions; using InfluxD...
using System; using System.Collections.Generic; using System.IO; using BellRichM.Configuration; using BellRichM.Identity.Api.Data; using BellRichM.Identity.Api.Extensions; using BellRichM.Identity.Api.Repositories; using BellRichM.Identity.Api.Services; using BellRichM.Logging; using Machine.Specifications; using Micro...
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 //...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace DotNetty.Codecs.Redis { using System; using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Text; using DotNe...
/* * Copyright (c) InWorldz Halcyon Developers * Copyright (c) Contributors, http://opensimulator.org/ * * 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 c...
// 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, sublicense, and/or ...
using System; using System.ComponentModel; using System.Linq; using System.Web.Mvc; using Telerik.Sitefinity.Mvc; using SitefinityWebApp.Mvc.Models; using Telerik.Sitefinity.DynamicModules.Model; using Telerik.Sitefinity.DynamicModules; using Telerik.Sitefinity.Utilities.TypeConverters; using Telerik.Sitefinity.Model; ...
using System; namespace OTFontFile { /// <summary> /// Summary description for Table_GSUB. /// </summary> public class Table_GSUB : OTTable { /************************ * constructors */ public Table_GSUB(OTTag tag, MBOBuffer buf) : base(tag, bu...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; using System.Linq; using System.Reflection.Metadata; using System.Reflection.Metadata.Ecma335; using System....
// 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.Specialized; using System.Diagnostics; using System.Globa...
using Lucene.Net.Documents; using Lucene.Net.Support; using NUnit.Framework; using System; using System.Collections.Generic; using System.IO; using Console = Lucene.Net.Support.SystemConsole; namespace Lucene.Net.Index { using Codec = Lucene.Net.Codecs.Codec; using Constants = Lucene.Net.Util.Constants; us...
/* Generated SBE (Simple Binary Encoding) message codec */ #pragma warning disable 1591 // disable warning on missing comments using System; using Adaptive.SimpleBinaryEncoding; namespace Adaptive.SimpleBinaryEncoding.Tests.Generated { public class QuoteRequest { public const ushort TemplateId = (ushort)1...
using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Windows.Forms; using System.ComponentModel; using System.Windows.Forms.VisualStyles; namespace WeifenLuo.WinFormsUI.Docking { internal class VS2005DockPaneCaption : DockPaneCaptionBase { private sealed class InertButton : ...
/* * 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 System.Linq; using System.Security.Claims; using UnicornStore.Models; using UnicornStore.Models.Identity; using UnicornStore.Models.UnicornStore; using UnicornStore.ViewModels.Cart; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using M...
// 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; using System; using System.Threading; using System.Threading.Tasks; using System.Diagnostics; namespac...
using UnityEngine; [System.Serializable] public class ResourceAsset { public string GUID; public string path; protected Object cachedObject; protected ResourceRequest resourceRequest; public T Get<T>() where T : Object { if( cachedObject == null ){ Load<T>(); } return cachedObject as T; }...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using NuGet.Common; namespace Sleet { public static class PushCommand { public const int DefaultBatchSize = 4096; public static async Task<bool> RunAsync(Lo...
// 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.Data.Common; using System.Data.ProviderBase; using System.Diagnostics; using ...
using System; using System.Collections.Generic; using System.Configuration; using System.Linq; using System.Text.RegularExpressions; using Newtonsoft.Json.Linq; using Newtonsoft.Json; namespace Jarvis.ConfigurationService.Host.Support { internal class ParameterManager { internal class ReplaceResult ...
// 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 MS.Utility; using System; using System.Runtime.InteropServices; using System.Security; using System.Globalizat...
#region OMIT_VIRTUALTABLE #if !OMIT_VIRTUALTABLE using System; using System.Diagnostics; using System.Text; namespace Core { public class VTableContext { public VTable VTable; // The virtual table being constructed public Table Table; // The Table object to which the virtual table belongs...
using EncompassRest.Loans.Enums; using EncompassRest.Schema; namespace EncompassRest.Loans { /// <summary> /// FreddieMac /// </summary> public sealed partial class FreddieMac : DirtyExtensibleObject, IIdentifiable { private DirtyValue<StringEnumValue<AffordableProduct>>? _affordableProduct...
// // AudioFile.cs: // // Authors: // Miguel de Icaza (miguel@novell.com) // // Copyright 2009 Novell, Inc // Copyright 2011, 2012 Xamarin Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal ...
using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Runtime.CompilerServices; using CavemanTools; namespace System { public static class TypeExtensions { /// <summary> /// Orders an enumerable using [Order] or specified ordering funct...
#region MIT License /* MIT License Copyright (c) 2018-2019 Darin Higgins 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 ...
/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; using System.Text; using Antlr4.Runtime; using Antlr4.Runtime.Misc; using A...
using System; using System.Collections.Generic; using System.Linq; using OrchardVNext.Environment.Extensions.Models; using OrchardVNext.Utility.Extensions; using System.IO; using OrchardVNext.FileSystems.WebSite; using OrchardVNext.Localization; namespace OrchardVNext.Environment.Extensions.Folders { public class ...
#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, ...
using System; using System.Collections.Generic; using System.ComponentModel; using Palaso.Data; namespace Palaso.Tests.Data { public class PalasoChildTestItem { private PalasoChildTestItem _testItem; public PalasoChildTestItem() {} public PalasoChildTestItem(string s, int i, DateTime d) { StoredInt = i;...
using ICSharpCode.TextEditor; using ICSharpCode.TextEditor.Document; using ICSharpCode.TextEditor.Util; using Lewis.SST.Controls; using Lewis.SST.DTSPackageClass; using Lewis.Xml; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Dra...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Runtime.InteropServices; using System.Runtime.CompilerServices; using System.Threading; using Microsoft.Win32.SafeHandles; using System.Diagnostics; names...
using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Text.RegularExpressions; using NAudio.Utils; using NAudio.Midi; namespace MarkHeath.MidiUtils { class MidiConverter { public event EventHandler<ProgressEventArgs> Progress; int filesConverted; ...
using System; using System.IO; using System.Linq; using Baseline; using Marten.Events; using Marten.Schema; using Marten.Schema.Identity.Sequences; using Marten.Testing.Documents; using Marten.Testing.Events; using Shouldly; using StructureMap; using Xunit; using Issue = Marten.Testing.Documents.Issue; namespace Marte...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace MongoInClustorWithFailover.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and p...
using System; using System.Linq; using System.Text; using Eto.Drawing; using Eto.Forms; using swi = Windows.UI.Xaml.Input; using swm = Windows.UI.Xaml.Media; using wf = Windows.Foundation; using sw = Windows.UI.Xaml; //using sp = System.Printing; using swc = Windows.UI.Xaml.Controls; using swmi = Windows.UI.Xaml.Media....
namespace Trionic5Controls { partial class frmPartnumberLookup { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
// ZipInputStream.cs // // Copyright (C) 2001 Mike Krueger // Copyright (C) 2004 John Reilly // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or // modify it under the terms of...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. //----------------------------------------------------------------------- // </copyright> // <summary>Tests for ProjectMetadata</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.IO; using System.Diagnostics; using System.Data.Common; using Res = System.SR; namespace System.Dat...
/* * 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 System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using pinch.Http.Request; using pinch.Http.Response; using unirest_net.http; using UniHttpRequest = unirest_net.request.HttpRequest; using UniHttpMethod = System.Net.Http.HttpMethod; namespace pinch.Http.C...
//--------------------------------------------------------------------------- // // File: InkCanvasSelection.cs // // Description: // Element that represents InkCanvas selection // // History: // 9/01/2004 samgeo: Created // // Copyright (C) 2003 by Microsoft Corporation. All rights reserved. // //-------...
// *********************************************************************** // Copyright (c) 2008 Charlie Poole // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, inclu...
// Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License - see LICENSE.txt using System; using System.Collections; using System.Collections.Generic; using System.Linq; using NUnit.TestUtilities.Collections; using NUnit.TestUtilities.Comparers; namespace NUnit.Framework.Assertions { /// <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.ObjectModel; using System.Diagnostics.Contracts; using System.IdentityModel.Policy; using ...
// 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 Avalonia.Controls; using Avalonia.Controls.Shapes; using Avalonia.Layout; using Avalonia.Media; using Xunit; #if AVALONIA_SKIA namespace Avalonia.S...
#region License /* * HttpListenerRequest.cs * * This code is derived from HttpListenerRequest.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2005 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-2015 sta.blockhead * * Permission is hereby granted, free...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Security; using NuGet; namespace NuGet.Common { public class Console : IConsole { public Console() { // setup CancelKeyPress handler so that the console color...
using System; using System.Linq; namespace PluralizeSample { class MainClass { public static EnglishPluralizer Pluralizer { get; set; } public static int FailCount = 0; public static void Assert(string toPluralize, string expected) { var plural = Pluralizer.GetPluralForm...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using Lens.Compiler; using Lens.Resolver; using NUnit.Framework; namespace Lens.Test.Internals { [TestFixture] public class TypeExtensionsTest { [Test] public void SelfEquality() { ...
//--------------------------------------------------------------------- // <copyright file="DefaultExpressionVisitor.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // // @owner [....] // @backupOwner [....] //-------------------------------------------------...
// // Copyright (C) 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 applicable la...
// Copyright (C) 2014 dot42 // // Original filename: Javax.Security.Auth.cs // // 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 // // Un...
using System; using System.Text; using System.Collections.Generic; using SimpleJson; using Pomelo.Protobuf; namespace Pomelo.DotNetClient { public class MessageProtocol { private Dictionary<string, ushort> dict = new Dictionary<string, ushort>(); private Dictionary<ushort, string> abbrs = new Di...
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...
// ----------------------------------------------------------------------- // <copyright file="JsonParser.cs" company=""> // fastJSON - http://fastjson.codeplex.com/ // </copyright> // ----------------------------------------------------------------------- namespace MeshExplorer.IO { using System; using System...
using System; using System.Collections; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using System.Runtime.Serialization; using System.IO; using DDay.iCal.Serialization.iCalendar; namespace DDay.iCal { /// <summary> /// An iCalendar representation of the <c>RRULE</c...
#region Disclaimer/Info /////////////////////////////////////////////////////////////////////////////////////////////////// // Subtext WebLog // // Subtext is an open source weblog system that is a fork of the .TEXT // weblog system. // // For updated news and information please visit http://subtextproject.com/ // Su...
/* Copyright 2008 The 'A Concurrent Hashtable' development team (http://www.codeplex.com/CH/People/ProjectPeople.aspx) This library is licensed under the GNU Library General Public License (LGPL). You should have received a copy of the license along with the source code. If not, an online copy of the licen...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.Runtime.Serialization { using System; using System.Collections; using System.Diagnostics; using Sy...
/// Dedicated to the public domain by Christopher Diggins /// http://creativecommons.org/licenses/publicdomain/ using System; using System.Reflection; using System.Reflection.Emit; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.ComponentModel; using System.Text.Regul...
// 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.Linq; using Xunit; namespace System.Collections.Specialized.Tests { ...
// // 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...
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. using Microsoft.VisualStudio; using Microsoft.VisualStudio.Shell; using Microsoft.VisualStudio.Shell.Interop; using System; using System.ComponentModel; u...
// *********************************************************************** // Copyright (c) 2015 Charlie Poole // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, inclu...
#region Imported Types using DeviceSQL.Device.ROC.Data; using DeviceSQL.Devices.Device.ROC.Data; using Microsoft.SqlServer.Server; using System; using System.Data.SqlTypes; using System.IO; using System.Linq; #endregion namespace DeviceSQL.SQLTypes.ROCMaster { [Serializable()] [SqlUserDefinedType(Format.User...
/* Copyright 2010 Google Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software dist...
// 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.Composition; using System.Diagnostics; using System.Linq; usi...
using System; using System.Collections.Generic; using System.Configuration; using System.IO; using System.Net; using System.Web; using Codentia.Common.Helper; using Codentia.Common.Logging; using Codentia.Common.Logging.BL; using Codentia.Common.Net.FTP; namespace Codentia.Common.Net { /// <summary> /// Manage...
using System.Collections.Generic; using UnityEngine; using System.Collections; /* Source: http://wiki.unity3d.com/index.php?title=TinyXmlReader See site for usage. Extended to handle comments and headers. */ using System.Linq; public class TinyXmlReader { private string xmlString = ""; private int idx = 0; p...
// // 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...
/* * @(#)NumberTheory.cs 3.0.0 2016-05-07 * * You may use this software under the condition of "Simplified BSD License" * * Copyright 2010-2016 MARIUSZ GROMADA. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the f...
using System; using System.IO; using System.Net; using System.Text; using System.Web; using Newtonsoft.Json.Linq; namespace LoveSeat.Support { /// <summary> /// Repersent a web request for CouchDB database. /// </summary> public class CouchRequest { private const string INVALID_USERNAME_OR_...
using UnityEditor; using UnityEditor.AnimatedValues; using UnityEngine; namespace UnityStandardAssets.CinematicEffects { [CustomEditor(typeof(DepthOfField))] class DepthOfFieldEditor : Editor { [CustomPropertyDrawer(typeof(DepthOfField.GradientRangeAttribute))] internal sealed class Gradien...
/* * Copyright (c) 2013 Mario Freitas (imkira@gmail.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 Software without restriction, including * without limitation the rights to use, copy, m...
using System.Threading.Tasks; using Shouldly; using Spectre.Cli.Internal.Exceptions; using Spectre.Cli.Tests.Data; using Spectre.Cli.Tests.Data.Settings; using Spectre.Cli.Tests.Fakes; using Xunit; namespace Spectre.Cli.Tests.Unit { public sealed class CommandAppTests { [Fact] public async Task...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace NewEmployee.WebApi.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate ...
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Orleans.Configuration; using Orleans.Internal; using Orleans.Runtime.Messaging; using Orleans.Runtime.Sc...
// 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.IO; using System.Threading; namespace System.Net.Security { // // Th...
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICUL...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using Microsoft.WindowsAzure.Storage; using Microsoft.WindowsAzure.Storage.Auth; using Microsoft.WindowsAzure.Storage.Blob; namespac...
/* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See License.txt in the project root for license information. */ namespace Adxstudio.Xrm.Web.Mvc.Liquid.Tags { using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.L...
// 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.Numerics.Hashing; namespace System.Drawing { /// <summary> /// Represents an ordered pair o...
// dnlib: See LICENSE.txt for more info using System; using System.Collections.Generic; using System.IO; using System.Runtime.Serialization; using dnlib.IO; namespace dnlib.DotNet { /// <summary> /// Searches for a type according to custom attribute search rules: first try the /// current assembly, and if that fai...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.Serialization.Formatters.Binary; using System.Text; using System.Threading; using Analysis.EDM; using Data.EDM; using EDMConfig; using MongoDB.Bson; using MongoDB.Bson.Serialization; namespace SonOfSirCachealot { ...
// 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.ComponentModel.Composition; using System.Composition; using System.Diagnostics; using System.Linq...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
namespace System.ServiceModel.Activities.Diagnostics { using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.PerformanceData; using System.Runtime; using System.Security; using System.ServiceModel; using System.ServiceModel.Activation; using System.ServiceM...
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Threading; using CSharpGuidelinesAnalyzer.Extensions; using JetBrains.Annotations; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Micr...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
// Copyright 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 ...
// // MRControllable.cs // // Author: // Steve Jakab <> // // Copyright (c) 2014 Steve Jakab // // 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...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // This RegexCode class is internal to the regular expression package. // It provides operator constants for use by the Builder and the Machine. // Implementation note...
using Common; using Common.fx; using fxcore2; using System; using System.Text; using System.Threading; namespace fxCoreLink { public class MarketTrade : IMarketTrade { Logger log = Logger.LogManager("MarketTrade"); private O2GSession mSession; MailSender mailSender = new MailSender(); ...