context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Runtime.InteropServices; using System.Runtime.Serialization; using GlmSharp.Swizzle; // ReSharper disable InconsistentNaming namespace GlmSharp.Swizzle { /// <summary> /// Temporary vector o...
namespace Nancy.ViewEngines.DotLiquid.Tests { using System.Collections.Generic; using System.IO; using Configuration; using FakeItEasy; using global::DotLiquid; using global::DotLiquid.Exceptions; using Nancy.Tests; using Xunit; using Xunit.Extensions; public class LiquidNanc...
using System; using System.Text; namespace StriderMqtt { internal class ConnectPacket : PacketBase { internal const byte PacketTypeCode = 0x01; internal const string ProtocolNameV3_1 = "MQIsdp"; internal const string ProtocolNameV3_1_1 = "MQTT"; // max length for client id (...
/* * Copyright 2005 OpenXRI Foundation * Subsequently ported and altered by Andrew Arnott and Troels Thomsen * * 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....
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 Simple.OData.Client.Office365.ExampleA { /// <summary> /// En...
using System; using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.Diagnostics; using System.Collections.Immutable; using Microsoft.CodeAnalysis.CodeFixes; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeActions; using Microsoft...
// 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.Runtime.InteropServices; using Test.Cryptography; using Xunit; names...
using System; using System.Collections.Generic; using System.Text; using FlatRedBall; using FlatRedBall.Gui; using System.Reflection; using FlatRedBall.IO; using System.Collections; namespace XmlObjectEditor.Gui { public static class GuiData { #region Fields static ListDisplayWindow mAssembli...
// 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.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Con...
// 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.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
// Copyright (C) 2014 dot42 // // Original filename: Org.Apache.Http.Cookie.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 // //...
using System; using System.Globalization; using System.Linq; using System.Net; using System.Net.NetworkInformation; using System.Reactive; using System.Reactive.Linq; using System.Security.Cryptography; using System.Text; using GitHub.Extensions; using GitHub.Logging; using GitHub.Primitives; using Octokit; using Octok...
// // Copyright (c) 2008-2011, Kenneth Bell // // 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, ...
// 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.IO; using System.Linq; using System.Text; using Xunit; namespace Sys...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Management.Automation.Internal; using System.Management.Automat...
// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apac...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // ------------------------------------------------------------------------------ // Changes to this file must follow the http://aka.ms/api-review process. // ----------...
/* Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
using LambdicSql.ConverterServices; using LambdicSql.ConverterServices.SymbolConverters; namespace LambdicSql.SqlServer { //@@@ public static partial class Symbol { /// <summary> /// @@TOTAL_WRITE /// https://docs.microsoft.com/en-us/sql/t-sql/functions/error-transact-sql //...
// 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.Linq; using JetBrains.Annotations; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Frame...
using System; using System.Collections.Generic; using System.Linq; using System.Security.Claims; using System.Security.Principal; using System.Threading.Tasks; using Microsoft.AspNet.Authentication; using Microsoft.AspNet.Authorization; using Microsoft.AspNet.Identity; using Microsoft.AspNet.Mvc; using Microsoft.AspNet...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Orleans.Configuration; // todo: dependency on runtime (due to logging) using Orleans.Runtime; using Orleans.Runtime.Configuration; namespace Orleans.T...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // using System; using System.Reflection; using System.Collections; using System.Collections.Generic; using System...
// String Processing (C) 2010 Robert MacGregor //------------------------------------------------------------------------------ function strGetCRC(%text) { %fileObj = new fileObject(TextToHash); %fileObj.openForWrite("crcTemp.txt"); %fileObj.writeLine(%text); %fileObj.detach(); %result = getFileCRC...
/// Dedicated to the public domain by Christopher Diggins /// http://creativecommons.org/licenses/publicdomain/ using System; using System.Collections.Generic; using System.Text; using System.Diagnostics; namespace Cat { /// <summary> /// This class allwows us to convert Cat with named parameters, /// to ...
// // 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...
using System; using System.Windows; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using Prism.Regions; using Prism.Regions.Behaviors; using Prism.Wpf.Tests.Mocks; namespace Prism.Wpf.Tests.Regions.Behaviors { [TestClass] public class RegionActiveAwareBehaviorFixture { [TestMethod...
#define TRANSITION_ENABLED //#define TRANSITION_POSTEFFECTS_ENABLED using UnityEngine; using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine.Extensions; using UnityEngine.UI.Windows.Plugins.Flow; using UnityEngine.UI.Windows.Animations; using UnityEngine.UI.Extensions; namesp...
using System.Linq; using UnityEditor; using UnityEngine; using System.Collections.Generic; using UnityEditor.Experimental.GraphView; using UnityEngine.Experimental.VFX; using UnityEditor.Experimental.VFX; using System; namespace UnityEditor.VFX.UI { abstract class VFXUIController<T> : Controller<VFXUI> where T : V...
// ******************************************************************************************************** // Product Name: DotSpatial.Symbology.dll // Description: Contains the business logic for symbology layers and symbol categories. // ******************************************************************************...
// // System.Net.WebHeaderCollection // // Authors: // Lawrence Pit (loz@cable.a2000.nl) // Gonzalo Paniagua Javier (gonzalo@ximian.com) // Miguel de Icaza (miguel@novell.com) // Marek Safar (marek.safar@gmail.com) // // Copyright 2003 Ximian, Inc. (http://www.ximian.com) // Copyright 2007 Novell, Inc. (http://ww...
// // 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...
#region License // /* // See license included in this library folder. // */ #endregion using System; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Runtime.InteropServices; using System.Threading; using Microsoft.Win32.SafeHandles; using Sqloogle.Libs.NLog.Common; namespace Sqloogle.Libs.NLog.In...
// 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.Runtime.InteropServices; using System.Collections.Generic; using System.Diagnostics; usin...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #nullable enable using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq.Expressions; using System.Reflection; using System.Threading.Tasks; usin...
// 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.IdentityModel.Claims; using System.IdentityModel.Policy; using S...
// *********************************************************************** // Copyright (c) 2009-2015 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without r...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
// 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.Collections.Generic; using System.Configuration; using System.Data.SqlTypes; ...
using System; using System.Collections.Generic; using VacationMasters.Essentials; using VacationMasters.UserManagement; using VacationMasters.Wrappers; using System.Linq; namespace VacationMasters.PackageManagement { public class PackageManager { private readonly IDbWrapper _dbWrapper; privat...
using System; using System.Collections; using System.Drawing; using System.Windows.Forms; using System.Runtime.InteropServices; using System.Security.Permissions; using System.Diagnostics.CodeAnalysis; namespace WeifenLuo.WinFormsUI.Docking { public class FloatWindow : Form, INestedPanesContainer, IDockDragSource { ...
// Code generated by Microsoft (R) AutoRest Code Generator 0.15.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace Microsoft.Azure.Management.TrafficManager { using System; using System.Linq; using System.Collections.Generic; using System.Net; usin...
using System; using System.Collections; using System.Collections.Generic; using System.Web.UI.WebControls; using Vevo; using Vevo.Domain; using Vevo.Domain.Products; using Vevo.Domain.Stores; using Vevo.Shared.DataAccess; public partial class Admin_Components_StoreConfig_StoreDisplayConfig : AdminAdvancedBaseUserContr...
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...
// 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.Threading; using System.Text; using Microsoft.Win32; using System.ComponentModel; using System.Runtime....
/************************************** * FILE: EntityExtension.cs * DATE: 05.01.2010 10:17:01 * AUTHOR: Raphael B. Estrada * AUTHOR URL: http://www.galaktor.net * AUTHOR E-MAIL: galaktor@gmx.de * * The MIT License * * Copyright (c) 2010 Raphael B. Estrada * Author URL: http:/...
// // Copyright (c) 2004-2021 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
using NUnit.Framework; using DevExpress.Mvvm.Tests; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reflection; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using DevExpress.Mvvm.Native; using DevExpress.Mvvm.UI.Interactivit...
/******************************************************************** The Multiverse Platform is made available under the MIT License. Copyright (c) 2012 The Multiverse Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "...
// Copyright 2018 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 ...
#if !UNITY_WINRT || UNITY_EDITOR || (UNITY_WP8 && !UNITY_WP_8_1) #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 // rest...
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including wit...
using System; using System.Collections.Generic; using QuickGraph; using System.Linq; using System.Diagnostics; using System.Windows; namespace GraphSharp.Algorithms.Layout { public abstract class ParameterizedLayoutAlgorithmBase<TVertex, TEdge, TGraph, TVertexInfo, TEdgeInfo, TParam> : ParameterizedLayoutAlgorithmBas...
/* * Copyright 2002-2010 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
/* * 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.Text; using System.Windows.Forms; using System.IO; using System.ComponentModel; using System.Data; using System.Drawing; using System.Runtime.InteropServices; using System.Resources; namespace MarioObjects { class Media { public static Boole...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using Lucene.Net.Documents; using Lucene.Net.Search; namespace Lucene.Net.Index { using Lucene.Net.Randomized.Generators; using NUnit.Framework; /* * Licensed to the Apache Software Foundation (ASF) under...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.CompilerServices; using System.Threading; us...
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; using System.IO; using System.Reflection; using System.Xml.Serialization; using Xsd2Code.Library; using Xsd2Code.Library.Helpers; using Xsd2Code.Properties; namespace Xsd2Code { /// <summary> /// Entry point class /// </summary> /// <remarks> /// Revision history: /// /// ...
using System; using System.Runtime.CompilerServices; using QUnit; #pragma warning disable 184, 458, 1720 namespace CoreLib.TestScript.Reflection { [TestFixture] public class TypeSystemLanguageSupportTests { public class C1 {} [IncludeGenericArguments] public class C2<T> {} public interface I1 {} [IncludeG...
/* ==================================================================== 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 Microsoft.WindowsAzure.Storage.Auth; using Microsoft.WindowsAzure.Storage.Blob.Protocol; using Microsoft.WindowsAzure.Storage.Core; using Microsoft.WindowsAzure.Storage.Core.Auth; using Microsoft.WindowsAzure.Storage.Core.Executor; using Microsoft.WindowsAzure.Storage.Core.Util; using Microsoft.WindowsAzure.Stora...
/* * 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 Csla; using ParentLoad.DataAccess; using ParentLoad.DataAccess.ERLevel; namespace ParentLoad.Business.ERLevel { /// <summary> /// A07_RegionColl (editable child list).<br/> /// This is a generated base class of <see cref="A07_RegionColl"/> business obj...
using System; using System.Collections.Generic; using System.Linq; using Cytoid.Storyboard.Controllers; using Cytoid.Storyboard.Sprites; using Cytoid.Storyboard.Texts; using Cytoid.Storyboard.Videos; using Cysharp.Threading.Tasks; using Newtonsoft.Json; using UnityEngine; using LineRenderer = Cytoid.Storyboard.Sprites....
//------------------------------------------------------------------------------ // <copyright file="DrawListViewColumnHeaderEventArgs.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------...
using System; using System.Data; using System.Drawing; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; using System.IO; using System.Xml; using System.Xml.Serialization; using newtelligence.DasBlog.Web.Core; using newtelligence.DasBlog.Runtime; using newtelligen...
using System; using Libev; using System.Net; using System.Net.Sockets; using System.IO; namespace Manos.IO.Libev { class TcpSocket : IPSocket<ByteBuffer, IByteStream>, ITcpSocket, ITcpServerSocket { IOWatcher listener; TcpSocketStream stream; class TcpSocketStream : EventedByteStream, ISendfileCapable { ...
// ==++== // // // Copyright (c) 2006 Microsoft Corporation. All rights reserved. // // The use and distribution terms for this software are contained in the file // named license.txt, which can be found in the root of this distribution. // By using this software in any fashion, you are agreeing to ...
/* Distributed as part of TiledSharp, Copyright 2012 Marshall Ward * Licensed under the Apache License, Version 2.0 * http://www.apache.org/licenses/LICENSE-2.0 */ using System; using System.Collections.Generic; using System.IO; using System.Xml.Linq; namespace TiledSharp { // TODO: The design here is all wrong....
// Copyright 2013, Catlike Coding, http://catlikecoding.com using UnityEditor; using UnityEngine; using System.IO; namespace CatlikeCoding.NumberFlow.Editor { [CanEditMultipleObjects, CustomEditor(typeof(Diagram))] public sealed class DiagramEditor : UnityEditor.Editor { private static GUIContent tileHorizon...
/* Copyright (c) 2005-2006 Tomas Matousek and Martin Maly. The use and distribution terms for this software are contained in the file named License.txt, which can be found in the root of the Phalanger distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this licens...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.GamerServices; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Fram...
/* * 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 ...
// 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.Runtime.CompilerServices; using System.Runtime.InteropServices; using Internal.Runtime.CompilerService...
// 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; /// <summary> /// System.Math.Atan2(System.Double,System.Double) /// </summa...
/* * 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 (c) 2014 Thong Nguyen (tumtumtum@gmail.com) using System; using System.Threading; namespace Platform { /// <summary> /// Provides extension methods and static utility methods for <see cref="Action"/> objects. /// </summary> public static class ActionUtils<T> { public static readonly Action<T> Null...
using System.Collections.Generic; using Flame.Compiler; using LLVMSharp; using static LLVMSharp.LLVM; namespace Flame.LLVM.Codegen { /// <summary> /// A try-catch block implementation for the Itanium C++ ABI. /// </summary> public sealed class ItaniumCxxCatchBlock : CodeBlock { /// <summary...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. #nullable disable using System; using System.Collections.Generic; namespace Scriban.Syntax { #if SCRIBAN_PUBLIC public #else internal #e...
using System; using System.Collections.Generic; using System.Linq; using Signum.Engine.Maps; using Signum.Entities.Authorization; using Signum.Entities.Basics; using Signum.Engine.Basics; using Signum.Utilities; using Signum.Utilities.DataStructures; using Signum.Entities; using Signum.Engine.Operations; using System.R...
//----------------------------------------------------------------------// // ___ ___ ___ ___ ___ ___ ________ ________ // // |\ \ |\ \ / /|\ \ / /|\ \|\ ___ \|\ ____\ // // \ \ \ \ \ \/ / | \ \ / / | \ \ \ \\ \ \ \ \___|_ // // \ \ \ \ ...
/* $Id$ * * Project: Swicli.Library - Two Way Interface for .NET and MONO to SWI-Prolog * Author: Douglas R. Miles * E-mail: logicmoo@gmail.com * WWW: http://www.logicmoo.com * Copyright (C): 2010-2012 LogicMOO Developement * * This library is free software; you can redistribute it and...
// 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.Text; using System.IO; using System.Xml; using System.Xml.Serialization; using System.Runtime.Serialization...
// // This file is part of the game Voxalia, created by FreneticXYZ. // This code is Copyright (C) 2016 FreneticXYZ under the terms of the MIT license. // See README.md or LICENSE.txt for contents of the MIT license. // If these are not available, see https://opensource.org/licenses/MIT // using System; using System.C...
#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...
// 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. // ------------------------------------------------------------------------------ // Changes to this file must follow...
// 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.Xml; using System.Text; using Microsoft.Test.ModuleCore; using Xunit; namespace CoreXml.Test.XLinq { public partial class FunctionalTest...
// // Mono.Facebook.FacebookSession.cs: // // Authors: // Thomas Van Machelen (thomas.vanmachelen@gmail.com) // George Talusan (george@convolve.ca) // // (C) Copyright 2007 Novell, Inc. (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and as...
using System; using System.Collections.Generic; using System.Security.Cryptography; using System.Text; using System.Web; namespace EmergeTk.Model.Security { public class User : AbstractRecord { private static readonly EmergeTkLog log = EmergeTkLogManager.GetLogger(typeof(User)); private static readonly Eme...
// 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.Threading; using System.Reflection; using System.Diagnostics; using System.Globalization; using System....
using NLog; using System; using System.ComponentModel; using System.Threading; using System.Windows.Forms; namespace Lewis.SST.AsyncMethods { /// <summary> /// Summary description for AsyncUtils. /// Class taken from article on Codeproject.com, http://www.codeproject.com/csharp/LaunchProcess.asp /// </summary> /...
namespace Epi.Windows.Analysis.Dialogs { partial class KaplanMeierSurvivalDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. ...
// 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; namespace Platform.VirtualFileSystem.Providers { /// <summary> /// Wraps an <i>INode</i> and emulated delegation to redirect operations /// to the parent (wrapped) node (also known as the wrappee or target). /// </summary> /// <remarks> /// <para> /// Implementation redirection is performed using ...
/* Copyright 2006 - 2010 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writin...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.ServiceModel.Channels { using System.ComponentModel; using System.Runtime; using System.ServiceModel; ...
namespace org.apache.http.conn { [global::MonoJavaBridge.JavaInterface(typeof(global::org.apache.http.conn.ManagedClientConnection_))] public interface ManagedClientConnection : HttpClientConnection, HttpInetConnection, ConnectionReleaseTrigger { global::java.lang.Object getState(); void setState(java.lang.Objec...
/* Generated SBE (Simple Binary Encoding) message codec */ using System; using System.Text; using System.Collections.Generic; using Adaptive.Agrona; namespace Adaptive.Cluster.Codecs { public class TimerEventEncoder { public const ushort BLOCK_LENGTH = 24; public const ushort TEMPLATE_ID = 20; public con...