context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// *********************************************************************** // Copyright (c) 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 restri...
/* * * (c) Copyright Ascensio System Limited 2010-2021 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable la...
using System; using System.Collections.Generic; using System.Reflection; using System.Web.Http; using System.Web.Http.Description; using Newtonsoft.Json; using PholioVisualisation.DataAccess; using PholioVisualisation.ServicesWeb; using WebActivatorEx; using PholioVisualisation.ServicesWeb.Helpers; using Swashbuckle.Ap...
// 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.Collections.ObjectModel; using System.Dynamic.Utils; using System.Globalization; using System.IO; using Sys...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.Win32.SafeHandles; using System.Diagnostics; using System.Runtime.InteropServices; using System.Security.Authentication.ExtendedProtection; namespace ...
// 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.ComponentModel.Composition; using System.Linq; using System.T...
using System; using System.Globalization; /// <summary> /// GetDayName(System.DayOfWeek) /// </summary> public class DateTimeFormatInfoGetDayName { #region Public Methods public bool RunTests() { bool retVal = true; TestLibrary.TestFramework.LogInformation("[Positive]"); retVal = P...
using System; using System.IO; using System.ComponentModel; using System.Collections.Generic; using System.Runtime.Serialization; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using ChargeBee.Internal; using ChargeBee.Api; using ChargeBee.Models.Enums; using ChargeBee.Filters.Enums; namespace ChargeBee.Models { ...
// 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.Diagnostics; using System.Collections; using System.Text; using System.IO; using Microsoft.Build.Framework; using Microsoft.Build.BuildEngin...
// NameFilter.cs // // Copyright 2005 John Reilly // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; either version 2 // of the License, or (at your option) any later version. // // This prog...
namespace XUPorterJSON { using System; using System.Collections; using System.Text; using System.Collections.Generic; /* Based on the JSON parser from * http://techblog.procurios.nl/k/618/news/view/14605/14863/How-do-I-write-my-own-parser-for-JSON.html * * I simplified it so that...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.EntityFrameworkCore; namespace Premise.Data.EntityFramework { /// <summary> /// A generic entity framework data repository /// </summary> public class EntityRepositor...
// // 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 (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // The interfaces for the pure expressions used internally by the abstract domains // When instantiating the framework for an analysis, these are the interfaces that mu...
using System; using System.Runtime.CompilerServices; using System.Threading; using System.Threading.Tasks; using Orleans.Runtime; using Orleans.Threading; namespace Orleans.Timers.Internal { /// <summary> /// Provides functionality for managing single-shot timers. /// </summary> public interface ITimer...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Web; using Aspose.Note.Live.Demos.UI.Config; using Aspose.Note.Live.Demos.UI.Controllers; namespace Aspose.Note.Live.Demos.UI.Models { public class ViewModel { public int MaximumUploadFiles { get; set; } /// <s...
// // https://github.com/ServiceStack/ServiceStack.Text // ServiceStack.Text: .NET C# POCO JSON, JSV and CSV Text Serializers. // // Authors: // Demis Bellot (demis.bellot@gmail.com) // // Copyright 2012 ServiceStack Ltd. // // Licensed under the same terms of ServiceStack: new BSD license. // #if !XBOX && !MONOTOUC...
//--------------------------------------------------------------------------- // // File: XamlStyleSerializer.cs // // Description: // Class that serializes and deserializes Styles. // // Copyright (C) 2003 by Microsoft Corporation. All rights reserved. // //----------------------------------------------------------...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using EventStore.Common.Log; using EventStore.Common.Utils; using EventStore.Core.Bus; using EventStore.Core.Cluster.Settings; using EventStore.Core.Data; using EventStore.Core.DataStructures; using EventStore.Core.Index; using EventSto...
// Copyright 2018 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// 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.Windows; using System.Windows.Controls; using System.Windows.Media; using Microsoft.VisualStudio....
#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...
// 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.Xml; using System.Collections; namespace System.Data.Common { internal sealed class DecimalStorage...
// *********************************************************************** // Copyright (c) 2012-2014 Charlie Poole // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, ...
// // Copyright DataStax, Inc. // // 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 // ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading; using NDatabase.Api; using NDatabase.Api.Triggers; using NDatabase.Container; using NDatabase.Core.Query.Criteria; using NDatabase.Core.Session; using NDatabase.Exceptions; using NDatabase.IO; ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Amazon.EC2; using Amazon.EC2.Model; using Amazon.ElasticLoadBalancing; using MIGAZ.Forms; using Amazo...
// 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. /*============================================================ ** ** Purpose: A representation of a 32 bit 2's compl...
/* ==================================================================== Copyright (C) 2004-2008 fyiReporting Software, LLC Copyright (C) 2011 Peter Gill <peter@majorsilence.com> This file is part of the fyiReporting RDL project. Licensed under the Apache License, Version 2.0 (the "License"); you may...
// 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 NUnit.Framework; using osu.Game.Replays; using osu.Game.Rulesets.Replays; namespace osu.Game.Tests.NonVisual { [TestFixture] ...
using System; using System.IO; using System.Threading.Tasks; using Microsoft.VisualStudio.TestTools.UnitTesting; using Pdelvo.Minecraft.Network; namespace Pdelvo.Minecraft.Tests { [TestClass] public class BigEndianStreamTests { [TestMethod] public void StringTest() { var...
// 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.Collections.Generic; using System.Linq; using NodaTime.Text; using NUnit.Framework; using System.Globalization; namespace NodaTime.Test.Text...
using System; using System.Drawing; using Microsoft.DirectX; using D3D = Microsoft.DirectX.Direct3D; namespace Voyage.Terraingine.DataCore.VertexFormats { /// <summary> /// A struct for providing a custom vertex format that provides vertex position and normal information. /// Also contains information for three set...
using UnityEngine; #if UNITY_EDITOR using UnityEditor; #endif using System; using System.IO; using System.Collections; using System.Collections.Generic; using Cubiquity.Impl; namespace Cubiquity { /// Base class representing the actual 3D grid of voxel values /** * This class primarily serves as a light-weight w...
namespace Epi.Windows.Dialogs { partial class ProjectFromTemplateDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </s...
// Copyright (C) 2014 dot42 // // Original filename: Org.Apache.Http.Conn.Params.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 /...
// 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. /*============================================================ ** ** ** ** Purpose: Allows developers to view the ba...
using Lucene.Net.Documents; using Lucene.Net.Support; namespace Lucene.Net.Index { using NUnit.Framework; using System.IO; /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; using System.Buffers; using System.Buffers.Text; using System.Runtime.InteropServices; namespace Syste...
/******************************************************************************************** Copyright (c) Microsoft Corporation All rights reserved. Microsoft Public License: This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the licens...
using System; using System.Collections; using System.Drawing; using System.Runtime.Serialization; namespace DHSignalIllustrator { /// <summary> /// A class provide Arraylist to handler the data pint, /// and calculate the max and min value of data points /// </summary> /// [Serializable] p...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; using System.Xml; namespace Vinchuca.Upnp { public class UpnpSearcher { private readonly IPAddressesProvider _ipprovider; ...
/* * Copyright 2007-2012 Alfresco Software Limited. * * 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 applicab...
#region License /* * Copyright (c) Lightstreamer Srl * * 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 ag...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http.Headers; using System.Web.Http; using System.Web.Http.Description; using Codeite.Blog.Services.Areas.HelpPage.Models; namespa...
/* ==================================================================== 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...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Threading; using System.Threading.Tasks; u...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System; using UnityEngine; using UnityEngine.UI; using HoloToolkit.Unity; using HoloToolkit.Unity.InputModule; namespace HoloToolkit.UI.Keyboard { /// <sum...
// <copyright file="FirefoxDriver.cs" company="WebDriver Committers"> // Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // to...
// 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 UnityEngine; using UnityEngine.UI; using System; using System.Text; using System.Threading; using System.Collections; using System.Net; using System.Net.Sockets; public class RotationDistributor : MonoBehaviour { //private float speed = 10.0F; private int port = 25005; private InputField IP; pr...
using System; using System.Drawing; using System.Drawing.Imaging; using System.Text; namespace InnovatorAdmin.ColorTheory { /// <summary> /// Provides methods to convert from a color space to an other. /// </summary> public sealed class ColorSpaceHelper { private ColorSpaceHelper(){} #region Color processing...
using System; using System.Collections.Generic; using Functional.Test; namespace Functional.Implementation { public static partial class F { /// <summary>given two of more numbers, return the maximum one</summary><returns>the maximum number</returns> [Coverage(TestCoverage.F_max_int)] publ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tel...
/* * Copyright (c) 2006-2016, openmetaverse.co * 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 * lis...
/* * 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) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #pragma warning disable 1634, 1691 namespace System.ServiceModel.ComIntegration { using Syste...
// 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 ...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System.Collections.ObjectModel; using System.Management.Automation.Internal; using System.Management.Automation.Runspaces; using System.Management.Automation.Runspaces.Internal; using Dbg = System.Management.Automation.Diagnostics; name...
/* ==================================================================== 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.Threading; using NUnit.Framework; using Telegraf; using Tests.Helpers; namespace Tests { [TestFixture] public class MetricIntegrationTests { UdpListener _udpListener; Thread _listenThread; const int _randomUnusedLocalPort = 23483; const string _lo...
#region Apache License // // 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 // (...
// Copyright (c) 2010-2014 SharpDX - Alexandre Mutel // // 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, modif...
// // Copyright (C) Microsoft. All rights reserved. // using System; using System.Collections.Generic; using System.Management.Automation; using System.Diagnostics.CodeAnalysis; namespace Microsoft.PowerShell.Commands { /// <summary> /// Types of breakpoints /// </summary> public enum BreakpointTy...
// 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.Globalization; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using AutoRest.Core; using AutoRest...
/******************************************************************** 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 "...
using System.Collections; using System.Collections.Generic; using UnityEngine; using System; namespace Stratus { /// <summary> /// Manages timed updates for behaviours. /// </summary> [StratusSingleton(instantiate = true, isPlayerOnly = true, persistent = true, name = "Stratus Update System")] public class S...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Reflection.Metadata.Ecma335; namespace System.Reflection.Metadata { ...
public static class GlobalMembersBug00227 { #if __cplusplus #endif #define GD_H #define GD_MAJOR_VERSION #define GD_MINOR_VERSION #define GD_RELEASE_VERSION #define GD_EXTRA_VERSION //C++ TO C# CONVERTER NOTE: The following #define macro was replaced in-line: //ORIGINAL LINE: #define gd.gdXXX_VERSION_STR(mjr, ...
//------------------------------------------------------------------------------ // <copyright file="EntityExpressionVisitor.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ namesp...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Runtime.Serialization.Json; using System.Tex...
// 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) 2015-present, Parse, LLC. All rights reserved. This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree. An additional grant of patent rights can be found in the PATENTS file in the same directory. using Parse.Internal; using Syste...
using UnityEngine; using System.Collections; using System.Collections.Generic; [ExecuteInEditMode] // Make water live-update even when not in play mode public class Water_occlusion : MonoBehaviour { public enum WaterMode { Simple = 0, Reflective = 1, Refractive = 2, }; public WaterMode m_WaterMode = WaterMode...
using CopyDllsAfterBuildLocalTool; using System; using System.IO; using Xunit; namespace CopyDllsAfterBuildLocalToolsUnitTest { public class DeserializeTest { private readonly string _destination = "../Dlls"; private readonly string _fullPathDestination = Path.GetFullPath("../Dlls"); pr...
// // WebHeaderCollection.cs // Copied from System.Net.WebHeaderCollection.cs // // Authors: // Lawrence Pit (loz@cable.a2000.nl) // Gonzalo Paniagua Javier (gonzalo@ximian.com) // Miguel de Icaza (miguel@novell.com) // sta (sta.blockhead@gmail.com) // // Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) // Copyr...
/******************************************************************************************** Copyright (c) Microsoft Corporation All rights reserved. Microsoft Public License: This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the licens...
// GtkSharp.Generation.OpaqueGen.cs - The Opaque Generatable. // // Author: Mike Kestner <mkestner@speakeasy.net> // // Copyright (c) 2001-2003 Mike Kestner // // This program is free software; you can redistribute it and/or // modify it under the terms of version 2 of the GNU General Public // License as published by ...
using Microsoft.TeamFoundation.DistributedTask.WebApi; using Microsoft.VisualStudio.Services.Agent; using Microsoft.VisualStudio.Services.Agent.Util; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threa...
// ReSharper disable AssignNullToNotNullAttribute #pragma warning disable GU0009 // Name the boolean parameter. namespace Gu.Persist.Core.Tests.Repositories { using System; using System.IO; using System.Reflection; using System.Runtime.CompilerServices; using Gu.Persist.Core; using Gu.Persist.Co...
// 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 { using System.Text; using System.Threading; using System.Globalization; using Syst...
using System.Collections.Generic; using GitTools.Testing; using GitVersion.Model.Configuration; using GitVersion.VersionCalculation; using GitVersionCore.Tests.Helpers; using LibGit2Sharp; using NUnit.Framework; namespace GitVersionCore.Tests.IntegrationTests { [TestFixture] public class DevelopScenarios : Tes...
// Most of this class is sourced from the MONO project in the existing file: // // System.Web.HttpRequest.cs // // // Author: // Miguel de Icaza (miguel@novell.com) // Gonzalo Paniagua Javier (gonzalo@novell.com) // Marek Habersack <mhabersack@novell.com> // // // Copyright (C) 2005-2010 Novell, Inc (http://www...
using ClosedXML.Excel; using NUnit.Framework; using System; using System.Linq; namespace ClosedXML_Tests { [TestFixture] public class InsertingRangesTests { [Test] public void InsertingColumnsPreservesFormatting() { var wb = new XLWorkbook(); IXLWorksheet ws ...
// 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.Threading; using System.Threading.Tasks; using Microsoft.Code...
/* Copyright (c) 2001 Lapo Luchini. 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 must retain the above copyright notice, this list of conditions and the following disclaimer. 2...
// SF API version v50.0 // Custom fields included: False // Relationship objects included: True using System; using NetCoreForce.Client.Models; using NetCoreForce.Client.Attributes; using Newtonsoft.Json; namespace NetCoreForce.Models { ///<summary> /// Event Log File ///<para>SObject Name: EventLogFile</para> //...
using System; /// <summary> /// System.Decimal.Compare(Decimal,Decimal) /// </summary> public class DecimalCompare { public static int Main() { DecimalCompare dCompare = new DecimalCompare(); TestLibrary.TestFramework.BeginTestCase("for Method:System.Decimal.DecimalCompare(Decimal,Decimal)"); ...
namespace System.IO.BACnet; /// <summary> /// This is the standard BACNet MSTP transport /// </summary> public class BacnetMstpProtocolTransport : BacnetTransportBase { public delegate void FrameRecievedHandler(BacnetMstpProtocolTransport sender, BacnetMstpFrameTypes frameType, byte destinationAddress, byt...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / using System; using System.Collections.Generic; using System.Linq; using Twilio.Base; using Twilio.Converters; namespace Twilio.Rest.Taskrouter.V1.Workspace.Worker { /// <summary> /// ReadReservati...
using System; using System.Data; using ByteFX.Data; using System.Data.SqlClient; using ByteFX.Data.MySqlClient; using System.Configuration; using System.Collections; using JCSLA; using System.Security; using System.Security.Cryptography; using System.Text; using System.IO; namespace QED.Business { /// <summary> /// S...
using System; using System.Collections.Generic; using System.Diagnostics; namespace Lucene.Net.Util { /* * 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 copyr...
// SNMP message extension class. // Copyright (C) 2008-2010 Malcolm Crowe, Lex Li, and other contributors. // // 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, includin...
using System; using System.Collections.Generic; using System.Linq; using System.IO; using Mono.Debugger.Cli.Logging; using Mono.Debugging.Client; using Mono.Debugging.Soft; namespace Mono.Debugger.Cli.Debugging { public static class SoftDebugger { public static DebuggerFeatures Features { ...
using System; namespace Obscur.Core.Cryptography.Support.Math.EllipticCurve.ABC { /** * Class holding methods for point multiplication based on the window * &#964;-adic nonadjacent form (WTNAF). The algorithms are based on the * paper "Improved Algorithms for Arithmetic on Anomalous Binary Curves" * b...
// 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.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft...
// <copyright file="CanonicalRequestPatterns.cs" company="Microsoft Open Technologies, Inc."> // Copyright 2011-2013 Microsoft Open Technologies, Inc. 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 ma...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; using System; using System.Collections; using System.Collections.Specialized; using GenStrings; namesp...
/* Project Orleans Cloud Service SDK ver. 1.0 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, inc...
#region License /* ********************************************************************************** * Copyright (c) Roman Ivantsov * This source code is subject to terms and conditions of the MIT License * for Irony. A copy of the license can be found in the License.txt file * at the root of this distribution. ...