context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Reflection; using log4net; using NetGore.Collections; using NetGore.Content; using NetGore.IO; using SFML.Graphics; namespace NetGore.Graphics { /// <sum...
/*Copyright 2015 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed unde...
// 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.Globalization; using System.Reflection; using System.Collections.Generic; using System...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Agent.Sdk; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading.Tasks; using Microsoft.VisualStudio.Services.ServiceEndpoints.Common; using Microsoft.TeamFoundation.DistributedTask.We...
using System; using System.Collections.Generic; using System.Text; using System.Drawing; using AxiomCoders.PdfTemplateEditor.Common; namespace AxiomCoders.PdfTemplateEditor.EditorStuff { public class GridLine { public GridLine() { } public float x1, x2; public float y...
using System.IO; namespace Lucene.Net.Search.Payloads { using Lucene.Net.Index; /* * 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 ...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Microsoft.WindowsAzure.Storage; using Microsoft.WindowsAzure.Storage.Table; using Orleans.Runtime; using LogLevel = Microsoft.Extensions.Logging.LogLevel; // // N...
using System; using UnityEngine; namespace UnitySampleAssets.ImageEffects { [ExecuteInEditMode] [RequireComponent (typeof(Camera))] [AddComponentMenu ("Image Effects/Bloom and Glow/Bloom")] public class Bloom : PostEffectsBase { public enum LensFlareStyle { Ghosting = 0,...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information. using System; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; using System.Linq; using Analyzer.Utilities; using Analyzer.Utilities.Extensions; usi...
namespace android.content.pm { [global::MonoJavaBridge.JavaClass()] public partial class PackageItemInfo : java.lang.Object { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; static PackageItemInfo() { InitJNI(); } protected PackageItemInfo(global::MonoJavaBridge.JNIEnv @__env) : ...
#region MigraDoc - Creating Documents on the Fly // // Authors: // Stefan Lange (mailto:Stefan.Lange@pdfsharp.com) // Klaus Potzesny (mailto:Klaus.Potzesny@pdfsharp.com) // David Stephensen (mailto:David.Stephensen@pdfsharp.com) // // Copyright (c) 2001-2009 empira Software GmbH, Cologne (Germany) // // http://ww...
// PhysX Plug-in // // Copyright 2015 University of Central Florida // // // This plug-in uses NVIDIA's PhysX library to handle physics for OpenSim. // Its goal is to provide all the functions that the Bullet plug-in does. // // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this...
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 2012-2016 The Pkcs11Interop 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 by app...
using System; using System.Text; using System.Data; using System.Data.SqlClient; using System.Data.Common; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Xml; using System.Xml.Serialization; using SubSonic; using SubSonic.Utilities;...
using System; using System.Collections; namespace Foundation.Tasks { /// <summary> /// A task encapsulates future work that may be waited on. /// - Support running actions in background threads /// - Supports running coroutines with return results /// - Use the WaitForRoutine method to wait for th...
/*************************************************************************** Copyright (c) Microsoft Corporation. All rights reserved. THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INF...
// This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) using UnityEngine; using UnityEngine.Serialization; using UnityEditor; using...
using System.Collections.Generic; using System.Linq; using FluentAssertions; using IntegrationTests.TestFixtures; using MyCouch; using MyCouch.Testing; using MyCouch.Testing.Model; using MyCouch.Testing.TestData; using Xunit; namespace IntegrationTests.CoreTests { public class MyCouchStoreQueryTests : Inte...
#region License /* * EndPointListener.cs * * This code is derived from EndPointListener.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-2016 sta.blockhead * * Permission is hereby granted, free of ch...
// Copyright (c) Umbraco. // See LICENSE for more details. using System; using Microsoft.Extensions.Logging.Abstractions; using Moq; using NUnit.Framework; using Umbraco.Cms.Core; using Umbraco.Cms.Core.Cache; using Umbraco.Cms.Core.Hosting; using Umbraco.Cms.Core.IO; using Umbraco.Cms.Core.Models; using Umbraco.Cms.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. /****************************************************************************** * This file is auto-generated from ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Net.Http; using UOCApp.Helpers; using UOCApp; using UOCApp.Models; using Xamarin.Forms; namespace UOCApp { public partial class EntryPage : ContentPage { public ObstaclesPage o...
using System; using System.Collections; using System.Text; using System.Xml; using System.Linq; using Umbraco.Core.Configuration; using Umbraco.Core.Logging; using Umbraco.Core.Models; using Umbraco.Core.Persistence.Caching; using umbraco.BusinessLogic; using Umbraco.Core.Services; using umbraco.DataLayer; using System...
// 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 required by...
// Copyright 2003-2004 DigitalCraftsmen - http://www.digitalcraftsmen.com.br/ // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // //...
using System; using System.Linq; using Microsoft.FSharp; using Microsoft.FSharp.Core; using Microsoft.FSharp.Collections; class Maine { static int Main() { // Some typical code { Microsoft.FSharp.Core.FSharpOption<int> x = Microsoft.FSharp.Core.FSharpOption<int>.Some(3) ; ...
// <copyright file="VectorTests.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // http://mathnetnumerics.codeplex.com // // Copyright (c) 2009-2013 Math.NET // // Permission is hereby granted, free of charge, to ...
// Copyright 2011 The Noda Time Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalization; using System.Threading; using JetBrains....
/** * StoryGraph.cs * Author: Gabriel Parrott */ using System.Collections.Generic; using UnityEngine; public class StoryGraph<NodeType> { private List<int[]> _adjacencyLists = new List<int[]>(); private NodeType[] _data = new NodeType[Size]; private NodeType _current; public int DataIndex { get...
// Graph Engine // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.md file in the project root for full license information. // using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net; using System.Threading; using Trinity; usi...
// 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 ...
(>= (f187 (var x3)) (var x3)) (>= (f188 (var x2)) (var x2)) (>= (f189 (var x3)) (f187 (var x3))) (>= (f190 (var x2) (var x3)) (+ (f15 (f188 (var x2)) (f191) (f192 (var x2) (var x3))) (f189 (var x3)))) (>= (f191) 0) (>= (f192 (var x2) (var x3)) (f190 (var x2) (var x3))) (>= (f193 (var x2) (var x3)) ...
// 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.Text; using System.Collections; using System.Linq; using System.Collections.Generic; using UnityEngine; public static class ArrayExtensions { public static bool Contains<T>(this T[] array, T element) { for (int i = 0; i < array.Length; i++) { if (array[i].Equals(elem...
/** * $Id: IrcConnection.cs 77 2004-09-19 13:31:53Z meebey $ * $URL: svn://svn.qnetp.net/smartirc/SmartIrc4net/tags/0.2.0/src/IrcConnection.cs $ * $Rev: 77 $ * $Author: meebey $ * $Date: 2004-09-19 15:31:53 +0200 (Sun, 19 Sep 2004) $ * * Copyright (c) 2003-2004 Mirco 'meebey' Bauer <mail@meebey.net> <http://www....
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.Net; using System.Linq; using Microsoft.Azure; using Microsoft.Azure.Management.ResourceManager; using Microsoft.Az...
/* ==================================================================== 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 Y...
using System; using System.Collections.Generic; using System.Text; using System.Timers; namespace LumiSoft.Net.AUTH { /// <summary> /// HTTP digest authentication nonce manager. /// </summary> public class Auth_HttpDigest_NonceManager : IDisposable { #region class NonceEntry /// <s...
/// Copyright (C) 2012-2014 Soomla 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 l...
#region License and Terms // MoreLINQ - Extensions to LINQ to Objects // Copyright (c) 2008 Jonathan Skeet. 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 // // ...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for details. using System; using System.Collections; using System.Diagnostics; using System.Runtime.InteropServices; using OpenLiveWriter.Interop.Com; using OpenLiveWriter.Interop.Windows; na...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Net; using Microsoft.VisualStudio.TestTools.UnitTesting; using Microsoft.Protocols.TestSuites.Rdp; using Mic...
using System.Collections; using JetBrains.Annotations; using Mod; using Mod.Exceptions; using Photon; using Photon.Enums; using UnityEngine; // ReSharper disable once CheckNamespace public class Bullet : Photon.MonoBehaviour { private Vector3 heightOffSet = Vector3.up * 0.48f; private bool isdestroying; pr...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Resources; using ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.Win32.SafeHandles; using System.Diagnostics; using System.Runtime.InteropServices; using System.Thre...
using System; using System.Collections.Generic; using System.Net; using System.Threading; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Ink; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Medi...
using Signum.Engine.Authorization; using Signum.Engine.Basics; using Signum.Engine.DynamicQuery; using Signum.Engine.Maps; using Signum.Engine.Operations; using Signum.Engine.UserAssets; using Signum.Engine.ViewLog; using Signum.Entities; using Signum.Entities.Authorization; using Signum.Entities.Basics; using Signum.E...
using EIDSS.Reports.BaseControls.Filters; namespace EIDSS.Reports.Parameterized.Human.AJ.Keepers { partial class ComparativeTwoYearsAZReportKeeper { #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the conte...
//----------------------------------------------------------------------- // <copyright file="Lasso.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //----------------------------------------------------------------------- using System; using System.Windows; using S...
using System; using System.Collections.Generic; using System.Linq; using Avalonia.Media; using Avalonia.Platform; using SkiaSharp; namespace Avalonia.Skia { /// <summary> /// Skia formatted text implementation. /// </summary> internal class FormattedTextImpl : IFormattedTextImpl { public Fo...
namespace iControl { using System.Xml.Serialization; using System.Web.Services; using System.ComponentModel; using System.Web.Services.Protocols; using System; using System.Diagnostics; /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.Diagnostics.DebuggerStepTh...
using System; using System.Drawing; using System.Linq; using System.Reflection; using System.Windows.Forms; using BASeCamp.BASeBlock.Particles; namespace BASeCamp.BASeBlock { /// <summary> /// used to assign certain default behaviours to a GamePowerup, specifically /// some visual distinctions between "go...
using System; using System.Collections.Generic; using System.Globalization; using System.Net; using System.Threading.Tasks; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; using Orleans; using Orleans.Configuration; using Orleans.Runtime; using Orleans.TestingHost; using TestExtensions; us...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Diagnostics.Contracts; using Microsoft.Cci.Extensions.C...
/* Copyright (c) 2005 Poderosa Project, All Rights Reserved. This file is a part of the Granados SSH Client Library that is subject to the license included in the distributed package. You may not use this file except in compliance with the license. $Id: ConfigAttr.cs,v 1.2 2005/04/20 09:06:03 okajima Exp $ */ usi...
using System; using System.Linq; namespace ClosedXML.Excel { using System.Collections.Generic; internal class XLFilterColumn : IXLFilterColumn { private readonly XLAutoFilter _autoFilter; private readonly Int32 _column; public XLFilterColumn(XLAutoFilter autoFilter, Int32 column) ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Xml.Linq; namespace NuGet { public static class XElementExtensions { [SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", ...
// ----------------------------------------------------------------------- // <copyright file="RawDeliveryDataParserBase.cs" company="Rare Crowds Inc"> // Copyright 2012-2013 Rare Crowds, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance wit...
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Data; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Threading.Tasks; using Dapper; using MicroOrm.Dapper.Repositories.Extensions; using MicroOrm.D...
using Lucene.Net.Diagnostics; using System; using AtomicReaderContext = Lucene.Net.Index.AtomicReaderContext; using BytesRef = Lucene.Net.Util.BytesRef; using FieldInvertState = Lucene.Net.Index.FieldInvertState; using NumericDocValues = Lucene.Net.Index.NumericDocValues; using SmallSingle = Lucene.Net.Util.SmallSingle...
using System; using System.Collections.Generic; using System.Diagnostics; namespace Lucene.Net.Codecs.Lucene40 { using Lucene.Net.Support; using Bits = Lucene.Net.Util.Bits; using BytesRef = Lucene.Net.Util.BytesRef; using Directory = Lucene.Net.Store.Directory; /* * Licensed to the Apach...
// 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.Runtime.InteropServices; internal partial class Interop { ...
// // Manager.cs // // Author: // Alex Launi <alex.launi@gmail.com> // // Copyright (c) 2010 Alex Launi // // 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 ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Text; using System.Reflection; using System.Xml; using ...
// This software code is made available "AS IS" without warranties of any // kind. You may copy, display, modify and redistribute the software // code either by itself or as incorporated into your code; provided that // you do not remove any proprietary notices. Your use of this software ...
/** The new controller will go through a basic round robin free-inject&throttle test to obtain each application's sensitivity to throttling. The number of this test can be specified through config.TWOTESTPHASES. If the application is not sensitive(small ipc differnece), it will be put into an always-throttled cluste...
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Linq; using FluentAssertions; using Microsoft.DotNet.Tools.Test.Utilities; using Xunit; using Microsoft.DotNet.ProjectJsonMigration;...
// Copyright (c) 2009 Bohumir Zamecnik <bohumir@zamecnik.org> // License: The MIT License, see the LICENSE file using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace HalftoneLab { /// <summary> /// Spot functions define screening dot growth depending on intensity. ...
//********************************************************* // // 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...
// // 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 (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.Collections.ObjectModel; using System.Linq; using Microsoft.C...
using System.Collections.Generic; using Android.Content; using Android.Content.Res; using Android.Graphics; using Android.Graphics.Drawables; using Android.OS; using Android.Support.V4.View; using Android.Util; using Android.Views; using Com.Flyco.PageIndicator.Indicator.Base; using Java.Lang; namespace Com.Flyco.Page...
/* * Copyright (C) 2011 Keijiro Takahashi * Copyright (C) 2012 GREE, Inc. * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * * Permission is granted to anyone to use this soft...
// // WebView.cs // // Author: // Cody Russell <cody@xamarin.com> // Vsevolod Kukol <sevo@sevo.org> // // Copyright (c) 2014 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 // in ...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Web.Mvc; using System.Web.Mvc.Html; using System.Web.Razor.Parser.SyntaxTree; using Codex.ObjectModel; using Codex.Storage; using Codex.Storage.ElasticProviders; using Codex.Utilities;...
// 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.IO.Pipes; using System.Net.Security; using System.Net.Sockets; using System.Security.A...
//------------------------------------------------------------------ // <summary> // A P/Invoke wrapper for TaskDialog. Usability was given preference to perf and size. // </summary> // // <remarks/> //------------------------------------------------------------------ namespace PSTaskDialog { using System; usi...
// 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. //------------------------------------------------------------------------------ //---------------------------------...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using Xunit; namespace System.ComponentModel.Tests { public class BindingListTest { [Fact] public void BindingListDefaults() ...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Reflection; using System.Xml; namespace Microsoft.Zing { #region Types related to getting information from a Zing state /// <summary> /// This enumeration...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. //----------------------------------------------------------------------- // <copyright file="ImportCollection_Tests.cs" company="Microsoft"> // Copyright (c) Micro...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
using System; using Avalonia.Data; using Xunit; namespace Avalonia.Base.UnitTests { public class AvaloniaObjectTests_SetValue { [Fact] public void ClearValue_Clears_Value() { Class1 target = new Class1(); target.SetValue(Class1.FooProperty, "newvalue"); ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
#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; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
using System; using System.Collections.Generic; using System.IO; using System.Text; using Asn1; namespace X500 { /* * A DNPart instance encodes an X.500 name element: it has a type (an * OID) and a value. The value is an ASN.1 object. If the name type is * one of a list of standard types, then the value is a char...
#region License, Terms and Author(s) // // ELMAH - Error Logging Modules and Handlers for ASP.NET // Copyright (c) 2004-9 Atif Aziz. All rights reserved. // // Author(s): // // Atif Aziz, http://www.raboof.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file excep...
using System; namespace EasyNetQ.Logging; /// <summary> /// Extension methods for the <see cref="ILogger"/> interface. /// </summary> public static class LoggerExtensions { private static readonly object[] EmptyParams = Array.Empty<object>(); /// <summary> /// Check if the <see cref="LogLevel.Deb...
/** * \file NETGeographicLib\AlbersPanel.cs * \brief Example of various projections. * * NETGeographicLib.AlbersEqualArea, * NETGeographicLib.LambertConformalConic, * NETGeographicLib.TransverseMercator, * and NETGeographicLib.TransverseMercatorExact example * * NETGeographicLib is copyright (c) Scott Heiman (...
// 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) 2012 GarageGames, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restrictio...
using Lucene.Net.Documents; using Lucene.Net.Randomized.Generators; using Lucene.Net.Support; using Lucene.Net.Support.Threading; using NUnit.Framework; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Text; using System.Threading; using Console = Lucene.Net.Support.Syst...
//----------------------------------------------------------------------- // <copyright file="SecurityTokenDescriptor.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //----------------------------------------------------------------------- namespace System.Ide...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.Win32.SafeHandles; using System.Collections.ObjectModel; using System.ComponentModel; using System.G...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.Win32.SafeHandles; using System.Collections.Generic; using System.Net.Sockets; using System.Threadi...
//=============================================================================== // Code Associate Data Access Block for .NET // DataAccessCore.cs // //=============================================================================== // Copyright (C) 2002-2014 Ravin Enterprises Ltd. // All rights reserved. // THIS CODE...
#region License /* * All content copyright Marko Lahma, unless otherwise indicated. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy * of the License at * * http://www.apache.o...