context
stringlengths
2.52k
185k
gt
stringclasses
1 value
//------------------------------------------------------------------------------ // <copyright file="DMLibTestMethodSet.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation // </copyright> //------------------------------------------------------------------------------ namespace DMLibTestCodeGen { usi...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityServer4.Events; using IdentityServer4.Models; using IdentityServer4.Services; using IdentityServer4.Stores; using IdentityServer...
// 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...
// 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 RegexRunner class is a base class for compiled regex code. // Implementation notes: // It provides the dri...
using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using NiL.JS.Core; using NiL.JS.Core.Interop; namespace NiL.JS.BaseLibrary { #if !(PORTABLE || NETCORE) [Serializable] #endif public sealed class RegExp : CustomType { private struct RegExpCache...
using System; using Orleans.Messaging; using System.Collections.Concurrent; namespace Orleans.Runtime { internal class MessagingStatisticsGroup { internal class PerSocketDirectionStats { private readonly AverageValueStatistic averageBatchSize; private readonly HistogramV...
using EngineLayer; using GuiFunctions; using OxyPlot; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Data; using System.Globalization; using System.IO; using System.Linq; using System.Text.RegularExpressions; using System.Threading.Tasks; ...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: POGOProtos/Settings/Master/PokemonSettings.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Refle...
// // Copyright (c) 2004-2016 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...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using DevExpress.XtraEditors; using System.Xml; using System.IO; namespace T5Suite2 { public partial class frmBrowseTunes : DevExpress.XtraEditors.Xtr...
using UnityEngine; using System.Collections; using System.Collections.Generic; public class NearestPointTest { public static List<Vector3> convexHull = new List<Vector3>(); public static void triangulate(List<Vector3> v, List<Vector3> tri, Vector3 n) { if (v.Count < 3) { return; } if (v.Count == ...
using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Net.Sockets; using System.Security.Cryptography; using System.Security.Cryptography.X509Certificates; using System.Web.Script.Serialization; // Note: To enable JSON (JavaScriptSerializer) add following reference: System.Web...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using EasyApi.Utils; namespace EasyApi.Storages { public class Storage<TKey> : IStorage<TKey>, IDestroyableStorage { private const int MaxGetOrSetAttemptCount = 100; private static Exception StorageDestroyedE...
// ------------------------------------------------------------------------------------ // 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 cop...
// 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 Microsoft.DotNet.RemoteExecutor; using Xunit; namespace System.Threading.Tests { ...
/* * [The "BSD license"] * Copyright (c) 2013 Terence Parr * Copyright (c) 2013 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code...
// 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.Serialization { using System.Reflection; using System.Collections; using System.IO;...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using Nop.Core; using Nop.Core.Data; using Nop.Core.Domain.Catalog; using Nop.Core.Domain.Orders; using Nop.Core.Domain.Payments; using Nop.Core.Domain.Shipping; using Nop.Services.Helpers; namespace Nop.Services.Orders { ...
// 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; using System.Diagnostics; using System.Globalization; using System.Text; using Sy...
namespace AspNetWebApi.Areas.HelpPage { 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; ...
/* * Copyright (c) Contributors, http://aurora-sim.org/, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributio...
using System; using System.Runtime.InteropServices; using System.Security; using BulletSharp.Math; namespace BulletSharp { public class MultiBody : IDisposable { internal IntPtr _native; MultiBodyLink[] _links; internal MultiBody(IntPtr native) { _native = native; } public MultiBody(int nLinks...
namespace SwtorCaster.Core.Services.Combat { using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading; using System.Windows; using System.Windows.Threading; using Caliburn.Micro; using Domain; using Domain.Log; using Events; using...
// 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...
/* Generated SBE (Simple Binary Encoding) message codec */ using System; using System.Text; using System.Collections.Generic; using Adaptive.Agrona; namespace Adaptive.Archiver.Codecs { public class ListRecordingsRequestDecoder { public const ushort BLOCK_LENGTH = 28; public const ushort TEMPLATE_ID = 8; ...
/* * TestScanner.cs - Tests for the "JSScanner" class. * * 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 ...
using System; using System.Net.NetworkInformation; using Couchbase.Lite.Util; using System.Threading; using System.Diagnostics; using System.Net; using System.Net.Sockets; using System.Linq; using System.Net.Http; using System.Text; #if __ANDROID__ using Android.App; using Android.Net; using Android.Content; using And...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== //////////////////////////////////////////////////////////////////////////// // // Class: TextInfo // // Purpose: This Class defines behaviors specific to a writing system. // A writing system is the collection of...
// Licensed to the Apache Software Foundation(ASF) under one // or more contributor license agreements.See the NOTICE file // distributed with this work for additional information // regarding copyright ownership.The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may not ...
using System; using System.Threading.Tasks; using static Monacs.Core.Result; namespace Monacs.Core { ///<summary> /// Contains the set of async extensions to work with the <see cref="Result{T}" /> type. ///</summary> public static class AsyncResult { /* BindAsync */ /// <summary> ...
using System; using System.Collections.Generic; using System.Linq; using CommandLineParser.Compatibility; using CommandLineParser.Exceptions; namespace CommandLineParser.Arguments { /// <summary> /// Use EnumeratedValueArgument for an argument whose values must be from certain finite set /// (see <see cre...
using System; using System.Runtime.InteropServices; using VulkanCore.Khr; using static VulkanCore.Ext.DeviceExtensions; namespace VulkanCore.Ext { /// <summary> /// Provides extension methods for the <see cref="Device"/> class. /// </summary> public static unsafe class DeviceExtensions { //...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy 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.Collections.Generic; using System.Diagnostics; using System.Linq; using Xunit; namespace System.Collec...
// 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; using System.Diagnostics.Tracing; using System.Refle...
// 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 a...
using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; namespace Elasticsearch.Net.Integration.Yaml.ClusterState2 { public partial class ClusterState2YamlTests { public class ClusterState220FilteringYamlBase : YamlTestsBase { public ClusterState220FilteringYamlBase() : b...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net; using Syst...
using System; using System.IO; namespace CatLib._3rd.ICSharpCode.SharpZipLib.Core { /// <summary> /// Provides simple <see cref="Stream"/>" utilities. /// </summary> public sealed class StreamUtils { /// <summary> /// Read from a <see cref="Stream"/> ensuring all the required data is read. /// </summary> ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Linq; namespace LibGit2Sharp.Core { internal class HistoryRewriter { private readonly IRepository repo; private readonly HashSet<Commit> targetedCommits; private readonly ...
// 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 Microsoft.AspNetCore.Razor.Language; using Newtonsoft.Json; namespace Microsoft.CodeAnalysis.Razor.Serialization { internal...
// WARNING // // This file has been generated automatically by Visual Studio from the outlets and // actions declared in your storyboard file. // Manual changes to this file will not be maintained. // using Foundation; using System; using System.CodeDom.Compiler; using UIKit; namespace vitaadmin { [Register ("VC_C...
using System; using System.Collections.Generic; using System.Linq; using Pathoschild.Stardew.Automate.Framework.Models; using Pathoschild.Stardew.Common; using Pathoschild.Stardew.Common.Integrations.GenericModConfigMenu; using StardewModdingAPI; namespace Pathoschild.Stardew.Automate.Framework { /// <summary>Regi...
using System; using System.Collections.Generic; public class ArrayLastIndexOf4 { private const int c_MIN_SIZE = 64; private const int c_MAX_SIZE = 1024; private const int c_MIN_STRLEN = 1; private const int c_MAX_STRLEN = 1024; public static int Main() { ArrayLastIndexOf4 ac = new ...
// 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.PortsTests; using System.Threading; using System.Threading.Tasks; using Le...
// 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 0.17.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using SteamKit2; using SteamTrade.Exceptions; namespace SteamTrade { public class TradeManager { private const int MaxGapTimeDefault = 15; private const int MaxTradeTimeDefault = 180; private c...
// <copyright file="IFile.cs" company="Adrian Mos"> // Copyright (c) Adrian Mos with all rights reserved. Part of the IX Framework. // </copyright> using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Threading; using System.Threading.Tasks; using JetBrains.Annotations; nam...
// 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.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Diag...
// 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.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Diagnostics; using System.Net; using Sy...
#region License // Copyright (c) 2007-2009, Sean Chambers <schambers80@gmail.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 obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // /...
using System; using System.Collections.Generic; using System.Configuration; using System.IO; using System.Linq; using System.Net; using System.Reflection; using System.Runtime.Serialization; using System.Web; using System.Web.Configuration; using System.Xml.Linq; using MarkdownSharp; using ServiceStack.Common.ServiceMo...
/* MIT License Copyright (c) 2017 Saied Zarrinmehr 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, publis...
using UnityEngine; using System.Collections.Generic; using tk2dRuntime.TileMap; [System.Flags] public enum tk2dTileFlags { None = 0x00000000, FlipX = 0x01000000, FlipY = 0x02000000, Rot90 = 0x04000000, } [ExecuteInEditMode] [AddComponentMenu("2D Toolkit/TileMap/TileMap")] /// <summary> /// Tile Map /// </summary...
// 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...
using System; using GeneticSharp.Extensions.Checkers; using NUnit.Framework; namespace GeneticSharp.Extensions.UnitTests.Checkers { [TestFixture()] [Category("Extensions")] public class CheckersBoardTest { [Test()] public void Constructos_InvalidSize_Exception() { As...
//------------------------------------------------------------------------------ // Symbooglix // // // Copyright 2014-2017 Daniel Liew // // This file is licensed under the MIT license. // See LICENSE.txt for details. //------------------------------------------------------------------...
// 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 //...
// 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.WebsiteBuilder.DataAccess; u...
/* Copyright 2012-2022 Marco De Salvo 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 ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; /// <summary> /// ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,S...
using SGH_Khronos.Model; using SGH_Khronos.Model.Enums; using System; using System.Collections.Generic; using System.Data.Entity.Migrations; using System.Linq; namespace SGH_Khronos.Data.Migrations { internal sealed class Configuration : DbMigrationsConfiguration<AppContext> { public Configuration() ...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Threading; using System.Threading.Channels; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Orleans.CodeGeneration; using Orleans.GrainReferences; usi...
// // Copyright (c) 2004-2011 Jaroslaw Kowalski <jaak@jkowalski.net> // // 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 co...
//----------------------------------------------------------------------------- // // <copyright file="FormatVersion.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // Description: // Implementation of the FormatVersion class, which describes the versioning ...
/* * Vericred API * * Vericred's API allows you to search for Health Plans that a specific doctor accepts. ## Getting Started Visit our [Developer Portal](https://developers.vericred.com) to create an account. Once you have created an account, you can create one Application for Production and another for our San...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Threading; using System.Web; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Umbraco.Core.Cache; using Umbraco.Core.IO; using Umbraco.Core.Logging; using Umbrac...
// Copyright 2020 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using UnityEngine; namespace Zenject { // Zero parameters // NOTE: For this to work, the given component must be at the root game object of the thing // you want to use in a pool public class MonoMemoryPool<TValue> : MemoryPool<TValue> where TValue : Component { Transform _originalP...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="TooltipDrawer.cs" company="Slash Games"> // Copyright (c) Slash Games. All rights reserved. // </copyright> // -------------------------------------------------------------------...
using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.Tokens; using Microsoft.SharePoint.Client; using System; using System.Net; using System.Security.Principal; using System.Web; using System.Web.Configuration; namespace Contoso.Branding.CustomCSSWeb { /// <summary> /// Encapsulate...
namespace ZetaHtmlEditControl.Code.PInvoke { using System; using System.Drawing; using System.Runtime.InteropServices; public sealed class NativeMethods { public enum ContextMenuKind { #region Enum members. CONTEXT_MENU_DEFAULT = 0, CONTEXT_MENU_IMA...
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // SpscTargetCore.cs //...
#if UNITY_EDITOR using System; using System.Collections.Generic; using System.Reflection; using UnityEditor; using UnityEngine; using UMA.CharacterSystem; namespace UMA.Editors { [CustomEditor(typeof(UMAWardrobeCollection), true)] public partial class UMAWardrobeCollectionEditor : RecipeEditor { static bool cover...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using NUnit.Framework; using osu.Framework...
#if UNITY_EDITOR using UnityEngine; using System.Collections; using System.Collections.Generic; using UnityEditor; using UMA; namespace UMAEditor { //[CustomEditor(typeof(SlotDataAsset))] public class SlotInspector : Editor { [MenuItem("Assets/Create/UMA Slot Asset")] public static void Create...
//----------------------------------------------------------------------------- // 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...
namespace android.widget { [global::MonoJavaBridge.JavaClass()] public partial class TableLayout : android.widget.LinearLayout { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; static TableLayout() { InitJNI(); } protected TableLayout(global::MonoJavaBridge.JNIEnv @__env) : base(...
// // cpConstraint.cs // // Author: // Jose Medrano <josmed@microsoft.com> // // Copyright (c) 2015 // // 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.Text; using System.Diagnostics; namespace System.Globalization { internal static class TimeSpanFor...
/* transpiled with BefunCompile v1.3.0 (c) 2017 */ public static class Program { private static readonly string _g = "AR+LCAAAAAAABADdVMGO4yAM/RW3yV5AbDGQNkEIjfYDttfOKEr3xpUTp+6/r03SadrRaKRqTmspNQXbvPfspLy+vgJb82DwpJ1+nU7fWe/t7e1b8f1+NvETOx6P1X8X"+ "vqv9R/UKDN5nJ4cxdZKXyEtDSwjP1Ityn8...
/* *************************************************************************** * This file is part of SharpNEAT - Evolution of Neural Networks. * * Copyright 2004-2006, 2009-2010 Colin Green (sharpneat@gmail.com) * * SharpNEAT is free software: you can redistribute it and/or modify * it under the terms of the GN...
// // 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 file="WebSocketServer.cs" company="WebDriver Committers"> // Copyright 2007-2012 WebDriver committers // Copyright 2007-2012 Google Inc. // Portions copyright 2012 Software Freedom Conservancy // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in comp...
// 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 file="UserQRTests.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 this ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics; using System.Reflection; using System.Reflection.Emit; u...
using System; using System.Diagnostics; using System.Threading; using System.Text.RegularExpressions; using System.IO; using System.Collections.Generic; using ChristmasPi.Data.Models; using ChristmasPi.Data; using ChristmasPi.Util; using Serilog; namespace ChristmasPi.Util { public class ServiceInstaller : IDispos...
/* * MindTouch Core - open source enterprise collaborative networking * Copyright (c) 2006-2010 MindTouch Inc. * www.mindtouch.com oss@mindtouch.com * * For community documentation and downloads visit www.opengarden.org; * please review the licensing section. * * This program is free software; you can redistri...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Xunit; #if CAP_TypeOfPointer namespace ManagedTests.DynamicCSharp.Conformance.dynamic.unsfe.PointegeregererOperator.arrayaccess01.arrayaccess01 { using Mana...
/* * 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.ComponentModel; using GuruComponents.Netrix.UserInterface; namespace GuruComponents.Netrix.XmlDesigner { /// <summary> /// Modifies the descriptor content populated to propertygrid for Edx access. /// </summary> /// <remarks> /// This overwrites the default property name...
/****************************************************************************** * Spine Runtimes Software License v2.5 * * Copyright (c) 2013-2016, Esoteric Software * All rights reserved. * * You are granted a perpetual, non-exclusive, non-sublicensable, and * non-transferable license to use, install, execute, ...
// ******************************************************************************************************** // Product Name: DotSpatial.Tools.ModelElement // Description: An abstract class that handles drawing boxes for elements in the modeler window // // **************************************************************...
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------- namespace System.ServiceModel.Discovery { using System; using System.Collections.Generic; using System.Runtime; ...
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;...
// 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 Xunit; namespace Microsoft.Extensions.Internal { public class TypeNameHelperTest { [Theory] // Predefin...
using System; using System.Collections; using System.IO; using Raksha.Bcpg; using Raksha.Bcpg.OpenPgp; using Raksha.IO; using Raksha.Security; using Raksha.Utilities.IO; namespace Raksha.Tests.Bcpg.OpenPgp.Examples { /** * A simple utility class that encrypts/decrypts public key based * encryption large fi...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...