context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections; using Microsoft.Build.Shared; using CommunicationsUtilities = Microsoft.Build.Internal.CommunicationsUtilities; using Internal...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using Microsoft.TemplateEngine.Abstractions; using Microsoft.TemplateEngine.Core.Contracts; namespace Microsoft.TemplateEngine.Core { public class VariableCollection : IVariableCollection { private static reado...
// HtmlAgilityPack V1.0 - Simon Mourier <simon underscore mourier at hotmail dot com> using System; using System.Collections; namespace Aphysoft.Share.Html { /// <summary> /// Represents a list of mixed code fragments. /// </summary> public class MixedCodeDocumentFragmentList : IEnumerable { ...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SerializableDictionary.cs" company="Solidsoft Reply Ltd."> // Copyright 2015 Solidsoft Reply Limited. // // Licensed under the Apache License, Version 2.0 (the "License"); // ...
// *********************************************************************** // Copyright (c) 2007 Charlie Poole // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, inclu...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Composition; using System.Linq; using System.Threading; using...
// Copyright (c) 2003, Paul Welter // All rights reserved. #define BEPOE_EXTENSIONS using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Xml; using System.Xml.Serialization; using System.IO; using System.Text; using System.Globalization; us...
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using Amazon.CloudWatch; using Amazon.CloudWatch.Model; using CloudWatchAppender.Model; using CloudWatchAppender.Parsers; using MetricDatum = CloudWatchAppender.Model.MetricDatum; namespace CloudWatchAppender.Servi...
// ******************************************************************************************************** // Product Name: DotSpatial.Symbology.Forms.dll // Description: The Windows Forms user interface layer for the DotSpatial.Symbology library. // *******************************************************************...
using ColossalFramework; using ColossalFramework.UI; using ColossalFramework.Globalization; using ICities; using UnityEngine; using System; using System.Collections.Generic; using System.Threading; namespace FavoriteCims { public class VechiclePassengersButtonPT : UIButton { InstanceID VehicleID = InstanceID.Empty...
//------------------------------------------------------------------------------ // <copyright file="SqlStreamChars.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary...
#region License, Terms and Author(s) // // ELMAH - Error Logging Modules and Handlers for ASP.NET // Copyright (c) 2004-9 Atif Aziz. All rights reserved. // // Author(s): // // Atif Aziz, http://www.raboof.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file excep...
using System; using FastCgiNet; using System.Collections.Generic; using System.Linq; using System.IO; using System.Threading; using FastCgiNet.Streams; namespace Fos.Owin { internal class OwinContext : IDictionary<string, object> { /// <summary> /// The parameters dictionary of the owin pipeline, built through t...
// ---------------------------------------------------------------------------------- // // 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...
using UnityEngine; using Stratus; using System.Collections.Generic; using System.Linq; using System; using UnityEngine.UI; namespace Stratus { public enum VectorAxis { X, Y, Z } public static class StratusCameraExtensions { /// <summary> /// Prints formatted information about the results of the raycast...
/* * REST API Documentation for the MOTI Hired Equipment Tracking System (HETS) Application * * The Hired Equipment Program is for owners/operators who have a dump truck, bulldozer, backhoe or other piece of equipment they want to hire out to the transportation ministry for day labour and emergency projects. The ...
// 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 Xunit; namespace System.Transactions.Tests { // Ported from Mono public class Transact...
/*``The contents of this file are subject to the Erlang Public License, * Version 1.1, (the "License"); you may not use this file except in * compliance with the License. You should have received a copy of the * Erlang Public License along with this software. If not, it can be * retrieved via the world wide web at http...
// ---------------------------------------------------------------------------- // <copyright file="ServerSettingsInspector.cs" company="Exit Games GmbH"> // PhotonNetwork Framework for Unity - Copyright (C) 2016 Exit Games GmbH // </copyright> // <summary> // This is a custom editor for the ServerSettings scriptab...
// 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) MOSA Project. Licensed under the New BSD License. using Mosa.Compiler.Common; using Mosa.Compiler.Framework; using Mosa.Compiler.Framework.IR; using System; using System.Diagnostics; namespace Mosa.Platform.x86.Stages { /// <summary> /// Transforms 64-bit arithmetic to 32-bit operations. /// </sum...
/* ==================================================================== 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 ...
// 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.IO; using System.Net.Security; using System...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using Avalonia.Collecti...
using UnityEngine; using System; using System.Linq; using System.Collections; using System.Collections.Generic; namespace Tatacoa { public class Seq<A> : IEnumerable, Monad<A> { IEnumerable e = Fn.Enumerate (Fn.DoNothing); public Seq (IEnumerable<A> seq) { this.e = seq; } public Seq (A a) { this.e = ...
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System; using System.Linq; using OpenTK; using osu.Game.Audio; using osu.Game.Beatmaps; using osu.Game.Beatmaps.ControlPoints; using osu.Game.Rulesets.Mania.MathUt...
/* * 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...
// 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.Linq; using System.Xml.Linq; using Xunit; namespace XDocumentTests.SDMSample { publi...
#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...
using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using Subscribers.Infrastructure; using Subscribers.Infrastructure.Entities; using Subscribers.Infrastructure.Extensions; namespace Subscribers.Se...
// 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.ObjectModel; using System.Diagnostics; using System.Dynamic.Utils; using Syst...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Globalization; using System.Linq; using System.Text; namespace EduHub.Data.Entities { /// <summary> /// BPAY Temp Receipts Import Data Set /// </summary> [Generate...
// 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...
using UnityEngine; using System; using Cinemachine.Utility; namespace Cinemachine { /// <summary>Defines a world-space path, consisting of an array of waypoints, /// each of which has position and roll settings. Bezier interpolation /// is performed between the waypoints, to get a smooth and continuous pa...
using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Windows.Forms; using DpSdkEngLib; using DPSDKOPSLib; using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; using System.Linq; ...
using System; using System.Collections; using System.IO; using System.Text; using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.Misc; using Org.BouncyCastle.Asn1.Utilities; using Org.BouncyCastle.Asn1.X509; using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Math; using Org.BouncyCastle.Security; using Org.Boun...
// 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 System.Linq; using System.Security.Claims; using System.Text; using System.Threading.Tasks; using Microsoft.AspNetCore.Authentic...
// Pusher.cs // // // Author: // Zachary Gramana <zack@xamarin.com> // // Copyright (c) 2014 Xamarin Inc // Copyright (c) 2014 .NET Foundation // // 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 th...
// 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; using Xunit; public class TupleTests { private class TupleTestDriver<T...
#region License // /* // See license included in this library folder. // */ #endregion using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Net; using System.Net.Mail; using System.Text; using Sqloogle.Libs.NLog.Common; using Sqloogle.Libs.NLo...
/* * 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 ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System.IO; using System.Xml; using Microsoft.PowerShell.Commands; using Dbg = System.Management.Automation.Diagnostics; using System.Collections.Generic; using System.Text; namespace System.Management.Automation.Remo...
#if (UNITY_WINRT || UNITY_WP_8_1) && !UNITY_EDITOR && !UNITY_WP8 #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 // restr...
/* 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...
using System; using System.Collections.Generic; using System.Globalization; using Google.ProtocolBuffers.Descriptors; namespace Google.ProtocolBuffers.Serialization { /// <summary> /// Allows reading messages from a name/value dictionary /// </summary> public class DictionaryReader : AbstractReader ...
// // 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...
// 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.Diagnostics.CodeAnalysis; using System.Globalization; using System.Reflection...
//------------------------------------------------------------------------------ // <copyright file="ListViewPagedDataSource.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ using ...
/* Copyright 2012 Michael Edwards 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 i...
// 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.Globalization; using System.Runtime.Interop...
using CorDebugInterop; using Microsoft.VisualStudio.Debugger.Interop; using Microsoft.VisualStudio.OLE.Interop; using nanoFramework.Tools.Debugger; using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.InteropServices; using System.Threading.Tasks; nam...
// *********************************************************************** // Copyright (c) 2011 Charlie Poole // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, inclu...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
/* **************************************************************************** * * Copyright (c) Microsoft Corporation. * * This source code is subject to terms and conditions of the Apache License, Version 2.0. A * copy of the license can be found in the License.html file at the root of this distribution. If ...
// 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. namespace applicationGateway { using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; using Newtonsoft.Json; using System.Collections; ...
/* * 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...
// The MIT License (MIT) // // Copyright (c) 2015 FPT Software // // 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, co...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.Text; using System.Threading; using System.Xml; using System.Globalization; usin...
//----------------------------------------------------------------------- // <copyright company="TheNucleus"> // Copyright (c) TheNucleus. All rights reserved. // Licensed under the Apache License, Version 2.0 license. See LICENCE.md file in the project root for full license information. // </copyright> //-------------...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="TestEntityBuilder.cs" company="Rare Crowds Inc"> // Copyright 2012-2013 Rare Crowds, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not u...
#region Header // // CmdNewSprinkler.cs - insert a new sprinkler family instance // // Copyright (C) 2010-2021 by Jeremy Tammik, // Autodesk Inc. All rights reserved. // // Keywords: The Building Coder Revit API C# .NET add-in. // #endregion // Header #region Namespaces using System.Diagnostics; using Autodesk.Revi...
using System; using System.Threading; namespace Hydra.Framework.Threading { /// <summary> /// Reader/Writer Locking Context /// </summary> public class ReaderWriterLockContext : IDisposable { #region Member Variables /// <summary> /// Is the object Disposed /...
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with // the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software distributed under the ...
using System; using System.Collections.Generic; namespace OTT { public class OTTException : Exception { private string text; public OTTException( string text ) { this.text = text; } override public string toString( ) { return text; ...
using Prism.Windows.AppModel; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using Windows.ApplicationModel.Resources; using Windows.UI.Xaml; using Windows.UI.Xaml.Navigation; namespace Prism.Windows.Navigation { /// <summary> /// The FrameNavigationService inter...
// Copyright (C) 2014 dot42 // // Original filename: Enum.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 // // Unless required b...
using System; using System.Collections.Generic; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using Caliburn.Micro; using csShared; using csShared.Interfaces; namespace csCommon { using System.Comp...
using System.Xml; using Google.GData.Client; using Google.GData.Extensions; namespace Google.GData.Calendar { ////////////////////////////////////////////////////////////////////// /// <summary>subelements definition for calendar-specific event entries /// </summary> ///////////////////////////////////...
using UnityEngine; using System.Collections; public class ThirdPersonCamera : MonoBehaviour { Transform cameraTransform; private Transform _target; // The distance in the x-z plane to the target public float distance = 7.0f; // the height we want the camera to be above the target public flo...
/* * Copyright (c) Contributors, http://aurora-sim.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 reta...
// // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2015 Jb Evain // Copyright (c) 2008 - 2011 Novell, Inc. // // Licensed under the MIT/X11 license. // using System; using Mono.Cecil.Cil; using Mono.Collections.Generic; using RVA = System.UInt32; namespace Mono.Cecil { public sealed class M...
// <developer>niklas@protocol7.com</developer> // <completed>80</completed> using System; using System.Text; using System.Collections.Generic; using System.Text.RegularExpressions; namespace SharpVectors.Dom.Css { /// <summary> /// The CSSStyleDeclaration interface represents a single CSS declaration block. This in...
// 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. namespa...
// // 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...
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all ...
// $Id$ // // 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"...
namespace Azure.Analytics.Synapse.Spark { public partial class SparkBatchClient { protected SparkBatchClient() { } public SparkBatchClient(System.Uri endpoint, string sparkPoolName, Azure.Core.TokenCredential credential, string livyApiVersion = "2019-11-01-preview", Azure.Analytics.Synapse.Spark...
/* * PROPRIETARY INFORMATION. This software is proprietary to * Side Effects Software Inc., and is not to be reproduced, * transmitted, or disclosed in any way without written permission. * * Produced by: * Side Effects Software Inc * 123 Front Street West, Suite 1401 * Toronto, Ontario * Canada M5J...
// 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 System.Runtime.CompilerServices...
using System.Collections.Immutable; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Diagnostics; using Microsoft.CodeAnalysis.Formatting; namespace RefactoringEssentials.CSharp.Diagnostics { [DiagnosticAn...
using System.Collections.Generic; using System.Linq; namespace AnimeLists { public class Mapper { private readonly Dictionary<string, AnimelistAnime> _anidbMappings; private readonly Dictionary<string, List<AnimelistAnime>> _tvdbMappings; public Mapper(string animeListFile = "anime-lis...
//BSD, 2014-present, WinterDev /* Copyright (c) 2013, Lars Brubaker 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 must retain the above copyright notice, this li...
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/ // Portions Copyright 2000-2004 Jonathan de Halleux // // 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.a...
// Copyright 2017 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 System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Text; using System.Threading.Tasks; using NUnit.Framework; namespace Elasticsearch.Net.Integration.Yaml.IndicesDeleteMapping2 { public partial class IndicesDeleteMapping2YamlTests { public clas...
using Content.Client.Administration.Managers; using Content.Client.Decals.UI; using Content.Client.HUD; using Content.Client.Markers; using Content.Client.SubFloor; using Content.Shared.Administration; using Content.Shared.GameTicking; using Content.Shared.Input; using Content.Shared.Sandbox; using Robust.Client.Consol...
//#if TOPORT using System.Collections; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.Diagnostics; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Input; using PixelLab.Common; using System; using Microsoft.Extensions.Logging...
using System; using System.Data; using System.Data.OleDb; using PCSComUtils.Common; using PCSComUtils.DataAccess; using PCSComUtils.PCSExc; namespace PCSComMaterials.Inventory.DS { public class IV_StockTakingDS { public IV_StockTakingDS() { } private const string THIS = "PCSComMaterials.Inventory.DS.DS.IV...
//Copyright 2010 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.apache.org/licenses/LICENSE-2.0 // //Unless required by applicable law or agreed to in...
namespace PokerTell.PokerHandParsers.Tests.Base { using NUnit.Framework; using PokerTell.PokerHandParsers.Base; public abstract class StreetsParserTests { const string Flop = "some Flop Contents"; const string Preflop = "some Preflop Contents"; const string River = "some Rive...
// 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.Linq; using osu.Framework.Allocation; using osu.Framework.Extensions; using osu.Framework.Extensions.Color4Ex...
using System; using System.Drawing; using System.Collections; using System.Windows.Forms; using System.Data; using System.IO; using Franson.BlueTools; using Franson.Protocols.Obex; using Franson.Protocols.Obex.FTPClient; namespace ObexFTPClientSampleCF { /// <summary> /// Summary description for MainForm. /// </su...
using System; using System.Collections.Generic; using System.Text; using System.ComponentModel; using System.Threading; using System.Media; using OpenCVProxy; using OpenCVProxy.Interop; using OpenCVProxy.Gui; namespace RCubeCapture { [DefaultProperty("Title")] public class CubeCapture : Component { ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Azure.Management.Sql.Fluent { using System.Threading; using System.Threading.Tasks; using Microsoft.Azure.Management.ResourceManage...
using System; using System.Collections; using System.IO; namespace Fonet.Pdf.Gdi.Font { /// <summary> /// A specialised stream writer for creating OpenType fonts. /// </summary> internal class FontFileWriter { /// <summary> /// Size of the offset table in bytes. /// </su...
/* * 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 ...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
using System; using System.Collections.Generic; using System.Configuration.Provider; using System.IO; using System.Linq; using System.Text; using System.Xml; using Merchello.Plugin.Shipping.USPS; using UCommerce; using UCommerce.EntitiesV2; using UCommerce.Transactions.Shipping; namespace CustomShippingProviders.USPS ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Azure.Management.AppService.Fluent { using Microsoft.Azure.Management.AppService.Fluent.Models; using Microsoft.Azure.Management.AppSer...
using System; using System.Collections.Generic; using System.Diagnostics; using System.ComponentModel; using System.IO; namespace CocosSharp { public class CCSpriteFrameCache { static CCSpriteFrameCache sharedSpriteFrameCache; Dictionary<string, CCSpriteFrame> spriteFrames; Dictionary<...