context
stringlengths
2.52k
185k
gt
stringclasses
1 value
/* * 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...
namespace FakeItEasy.Configuration { using System; using System.Linq; using System.Linq.Expressions; using FakeItEasy.Core; using FakeItEasy.Expressions; internal partial class PropertySetterConfiguration<TValue> : IPropertySetterAnyValueConfiguration<TValue> { private reado...
using System; using System.Collections; /// <summary> /// Sin(System.Double) /// </summary> public class MathSin { public static int Main(string[] args) { MathSin test = new MathSin(); TestLibrary.TestFramework.BeginTestCase("Testing System.Math.Sin(System.Double)."); if (test.RunTest...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="OrderItemEventHandler.cs" company="Sitecore Corporation"> // Copyright (c) Sitecore Corporation 1999-2015 // </copyright> // <summary> // Defines the OrderItemEventHandler clas...
// suppress "Missing XML comment for publicly visible type or member" #pragma warning disable 1591 #region ReSharper warnings // ReSharper disable PartialTypeWithSinglePart // ReSharper disable RedundantNameQualifier // ReSharper disable InconsistentNaming // ReSharper disable CheckNamespace // ReSharper disable Un...
/* Copyright 2010, Object Management Group, Inc. * Copyright 2010, PrismTech, Inc. * Copyright 2010, Real-Time Innovations, 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 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; using System.Globalization; /// <summary> /// Int64.System.IConvertible.ToType(IFormatProvider) /// </s...
// // Symbols.cs // // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2011 Jb Evain // // 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 ...
// // ItunesPlayerImportSource.cs // // Authors: // Scott Peterson <lunchtimemama@gmail.com> // Alexander Kojevnikov <alexander@kojevnikov.com> // // Copyright (C) 2007 Scott Peterson // Copyright (C) 2009 Alexander Kojevnikov // // Permission is hereby granted, free of charge, to any person obtaining // a copy of ...
// 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...
// RemoteZipFile.cs // Copyright (C) 2003 Emanuele Ruffaldi // // ZipEntry parsing code taken from ZipFile.cs in SharpLibZip // Copyright (C) 2001 Mike Krueger // // The original SharpLibZip code was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. // // This p...
// 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.Diagnostics; using System.Text; using Microsoft.CodeAnalysis.Collections; using Microsoft.VisualStudio.Debugger.Evaluation.ClrCompi...
using System; using System.Diagnostics; using System.Xml; using System.Text.RegularExpressions; using System.IO; using System.Net; using SharpVectors.Dom.Css; namespace SharpVectors.Dom.Stylesheets { /// <summary> /// The StyleSheet interface is the abstract base interface for any type of style sheet. It represents ...
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2009 Oracle. All rights reserved. * */ using System; using System.Collections; using System.Collections.Generic; using System.Text; using BerkeleyDB.Internal; namespace BerkeleyDB { /// <summary> /// A class representing databas...
namespace dotless.Test.Specs { using NUnit.Framework; public class StringsFixture : SpecFixtureBase { [Test] public void Strings() { AssertExpressionUnchanged(@"""http://son-of-a-banana.com"""); AssertExpressionUnchanged(@"""~"" ""~"""); AssertExp...
// Copyright (c) rubicon IT GmbH, www.rubicon.eu // // See the NOTICE file distributed with this work for additional information // regarding copyright ownership. rubicon licenses this file to you under // the Apache License, Version 2.0 (the "License"); you may not use this // file except in compliance with the Lic...
// ----- // GNU General Public License // The Forex Professional Analyzer is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. // The Fore...
#region Copyright (c) 2006-2008, Nate Zobrist /* * Copyright (c) 2006-2008, Nate Zobrist * 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 th...
// // Copyright 2013 Matthew Ducker // // 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...
using Microsoft.Xrm.Sdk; using Microsoft.Xrm.Sdk.Query; using System; using System.Collections.Generic; using System.Linq.Expressions; #if DLAB_UNROOT_NAMESPACE || DLAB_XRM namespace DLaB.Xrm #else namespace Source.DLaB.Xrm #endif { public static partial class Extensions { #region IOrganizationServic...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections; using System.Collections.ObjectModel; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Management.Automation; using System.Management.Automation.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.Diagnostics; using Microsoft.CSharp.RuntimeBinder.Errors; using Microsoft.CSharp.RuntimeBinder.Syntax; ...
/** * @brief Same throttleing mechanism as the baseline global_round_robin scheme. However * this controller puts high apps into a cluster with batching. The number of clusters is * no longer static. Each cluster is batched with an average MPKI value. Therefore the number * of clusters depends on the number of high...
using System; using System.Text.RegularExpressions; using System.Xml.Linq; // JSON.NET using Newtonsoft.Json; namespace IvionWebSoft { static class BooruTools { internal static int ExtractPostNo(Regex urlRegexp, string url) { var groups = urlRegexp.Match(url).Groups; if...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.Xml { using System.Runtime; using System.Runtime.Serialization; // for SR using System.Security; p...
using System; using System.Threading.Tasks; using Microsoft.Extensions.Configuration; using Orleans.Hosting; using Orleans.Runtime.Configuration; using Orleans.TestingHost.Tests.Grains; using TestExtensions; using Xunit; using Xunit.Abstractions; namespace Orleans.TestingHost.Tests { public class T0 { ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. /*============================================================ ** ** Class: EqualityComparer<T> ** ===========================================================*/ using...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; /// <summary> /// System.Collections.Generic.ICollection.Remove(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.Text; using System.Collections.Generic; using System.Diagnostics.Contracts; namespace Sy...
// // BookmarkUI.cs // // Authors: // Gabriel Burt <gburt@novell.com> // // Copyright (C) 2008-2010 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, i...
/* 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, ...
using System.Collections.Generic; using System.Text.RegularExpressions; using System.IO; using System.Linq; using System; namespace Agens.StickersEditor.UnityEditor.iOS.Xcode.PBX { enum TokenType { EOF, Invalid, String, QuotedString, Comment, Semicolon, ...
/* Copyright (c) 2004-2006 Ladislav Prosek. 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 license. You must ...
// // 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, ...
// // ListViewBackend.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // Jan Strnadek <jan.strnadek@gmail.com> // - GetAtRowPosition // - NSTableView for mouse events // // Copyright (c) 2011 Xamarin Inc // // Permission is hereby granted, free of charge, to any person o...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #if USE_ETW // TODO: Enable when TraceEvent is available on CoreCLR. GitHub issue #4864. using Microsoft.Diagnostics...
//----------------------------------------------------------------------- // This file is part of Microsoft Robotics Developer Studio Code Samples. // // Copyright (C) Microsoft Corporation. All rights reserved. // // $File: Explorer.cs $ $Revision: 1 $ //------------------------------------------------------------...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// 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 Xunit.Abstractions; using System.IO; using System.Collections; using System.Xml.Schema; namespac...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Orleans.Configuration; using Orleans.Internal; using Orleans.LeaseProviders; using Orleans.Runtime; using Orleans.Timers; namespace ...
/* * Copyright 2004,2006 The Poderosa Project. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * * $Id: TerminalOptionPanel.cs,v 1.6 2012/03/17 14:53:10 kzmi Exp $ */ using System; using System.Windows.Forms; using System.Dia...
// CRC32.cs - Computes CRC32 data checksum of a data stream // Copyright (C) 2001 Mike Krueger // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or // modify it unde...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Correspondence.Mementos; using Correspondence.Queries; using Correspondence.Strategy; using Correspondence.Conditions; using System.Threading.Tasks; using Assisticant.Fields; using Correspondence.Debugging; using Correspondence.Wo...
// Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License - see LICENSE.txt using System; using System.Collections.Generic; using System.Reflection; using System.Text; using NUnit.Compatibility; using NUnit.Framework.Api; using NUnit.Framework.Interfaces; using NUnit.Framework.Internal; using NUnit.Test...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
using System; using System.Linq; using System.Threading.Tasks; using InfluxDB.Net.Enums; using InfluxDB.Net.Models; using Tharga.InfluxCapacitor.Entities; using Tharga.InfluxCapacitor.Interface; namespace Tharga.InfluxCapacitor { public class Measure : IMeasure { private readonly IQueue _queue; ...
using System; using System.Diagnostics; using System.IO; using System.Net; using System.Xml; using SharpVectors.Net; namespace SharpVectors.Renderers.Forms { public class SvgCacheManager : ICacheManager { private string cacheDir; private string cacheDocPath; private XmlDocument cacheDoc = new XmlDocument(); ...
// // 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...
/* * [The "BSD license"] * Copyright (c) 2013 Terence Parr * Copyright (c) 2013 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code...
namespace FCT.LLC.BusinessService.Entities { using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.CodeDom.Compiler; using System.Diagnostics; using System.Runtime.Serialization; [Dat...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.InteropServices; using System.Windows.Forms; using System.Diagnostics.CodeAnalysis; namespace WeifenLuo.WinFormsUI.Docking { internal interface IContentFocusManager { void Activate(IDockContent content); ...
// 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.Linq; using System.Runtime.InteropServices; using System.Threadin...
// 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 Microsoft.CodeAnalysis.Collections; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Symbols.Metadata.PE; using Microsof...
// // MessagePart.cs // // Author: Jeffrey Stedfast <jeff@xamarin.com> // // Copyright (c) 2013-2016 Xamarin Inc. (www.xamarin.com) // // 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 witho...
// // 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...
using System; using System.ComponentModel.Design; using System.Diagnostics; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Input; using System.Windows.Threading; using Microsoft.VisualStudio; using Microsoft.VisualStudio.ComponentModelHost; using Microsoft.VisualStudio.OLE.Interop; usi...
using GalaSoft.MvvmLight.Messaging; using CodeHub.Helpers; using CodeHub.Services; using Octokit; using System; using System.Threading; using System.Threading.Tasks; using Windows.UI; using Windows.UI.Xaml.Media; using Windows.UI.Xaml.Media.Imaging; using CodeHub.Services.Hilite_me; using GalaSoft.MvvmLight.Command; us...
using System; using System.Collections.Generic; using System.Linq; using System.Web.UI; using System.Web.UI.WebControls; using EPiServer; using EPiServer.Data; using EPiServer.DataAbstraction; using EPiServer.PlugIn; using EPiServer.Security; using EPiServer.ServiceLocation; using EPiServer.Web; using Geta.SEO.Sitemaps...
// 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 file="OrderManager.cs" company="Sitecore Corporation"> // Copyright (c) Sitecore Corporation 1999-2015 // </copyright> // <summary> // Defines the OrderProvider class. Provides order...
/* * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
// // System.Web.Security.SqlMembershipProvider // // Authors: // Ben Maurer (bmaurer@users.sourceforge.net) // Lluis Sanchez Gual (lluis@novell.com) // // (C) 2003 Ben Maurer // // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (t...
using System.Data; using Orchard.Data.Migration; using Orchard.ContentManagement.MetaData; using Orchard.Core.Contents.Extensions; using Orchard.Indexing; using oforms.Models; namespace oforms { public class Migrations : DataMigrationImpl { public int Create() { // Creating table OFormPartReco...
using System; using System.Globalization; using System.Security.Claims; using System.Linq; using System.Net.Http; using System.Threading.Tasks; using BTCPayServer.Abstractions.Constants; using BTCPayServer.Abstractions.Extensions; using BTCPayServer.Abstractions.Models; using BTCPayServer.Data; using BTCPayServer.Event...
//--------------------------------------------------------------------- // <copyright file="CellTreeSimplifier.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // // @owner [....] // @backupOwner [....] //--------------------------------------------------------...
// 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 implementation follows RFC 2898 recommendations. See http://www.ietf.org/rfc/Rfc2898.txt // It uses HMACSHA...
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 //...
/* * 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...
/* * * (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...
namespace dotless.Core.Parser { using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using Exceptions; using Infrastructure.Nodes; using Utils; public class Tokenizer { public int Optimization { get; set; } pr...
/******************************************************** * ADO.NET 2.0 Data Provider for SQLite Version 3.X * Written by Robert Simpson (robert@blackcastlesoft.com) * * Released to the public domain, use at your own risk! ********************************************************/ namespace Mono.Data.Sqlite { u...
// Code generated by Microsoft (R) AutoRest Code Generator 0.13.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace Microsoft.Bot.Connector { using System; using System.Linq; using System.Collections.Generic; using System.Net; using System.Net.Http;...
/********************************************************************++ Copyright (c) Microsoft Corporation. All rights reserved. --********************************************************************/ using System; using Dbg = System.Management.Automation.Diagnostics; using System.Collections; using System.Collecti...
// 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.Runtime.InteropServices; using System.Text; namespace System.IO { /// <s...
// // System.Web.UI.WebControls.BulletedList.cs // // Authors: // Ben Maurer (bmaurer@users.sourceforge.net) // // (C) 2003 Ben Maurer // // // 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 Softw...
using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Windows.Forms; using DpSdkEngLib; using DPSDKOPSLib; using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; using System.Linq; ...
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.Runtime { using System; using System.Diagnostics; using System.Diagn...
// This file was created automatically, do not modify the contents of this file. // ReSharper disable InvalidXmlDocComment // ReSharper disable InconsistentNaming // ReSharper disable CheckNamespace // ReSharper disable MemberCanBePrivate.Global using System; using System.Runtime.InteropServices; // Source file C:\P...
using System; using System.Diagnostics; using System.Text; using i16 = System.Int16; using u8 = System.Byte; using u16 = System.UInt16; namespace Community.CsharpSqlite { using sqlite3_value = Sqlite3.Mem; public partial class Sqlite3 { /* ** 2005 May 23 ** ** The author disclaims copyright to ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Management.Automation; using System.Management.Automation.Internal; using System.Management.Automation.Remoting; using System.Management.Automation.Runspaces; using Microsoft.Win32; namespace Mic...
// 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...
#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...
//------------------------------------------------------------------------------ // <copyright file="BlockBasedBlobReader.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation // </copyright> //------------------------------------------------------------------------------ namespace Microsoft.Azure.Storage...
#pragma warning disable 1591 using AjaxControlToolkit.Design; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Drawing; using System.Globalization; using System.Text; using System.Threadin...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.IO; using System.Net.Http.Headers; using System.ServiceModel.Diagnostics; using System.Runtime; using S...
using System; using UnityEngine; using System.Collections; using System.Collections.Generic; #if UNITY_EDITOR using System.Reflection; public class RXWatcher { private static RXWatcher _instance; private GameObject _gameObject; private List<RXWatcherLink> _watcherLinks = new List<RXWatcherLink>(); private RX...
using System.Reflection; using System.Windows; using System.Windows.Input; using System.Windows.Interactivity; namespace Prism.Interactivity { /// <summary> /// Trigger action that executes a command when invoked. /// It also maintains the Enabled state of the target control based on the CanExecute method...
namespace PokerTell.Plugins.PlayerPeeker { using System; using System.IO; using System.Reflection; using System.Text.RegularExpressions; using log4net; /// <summary> /// Description of PeekerStats. /// </summary> public class PeekerStats { public MonStruct AvgBuyin; ...
using System; using System.Collections; using System.Collections.Generic; using System.Text.RegularExpressions; using UnityEditor; using UnityEngine; using ADBannerView = UnityEngine.iOS.ADBannerView; public class BombMessageResponder : MessageResponder { public TwitchBombHandle twitchBombHandlePrefab = null; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServ...
// 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.Text; namespace System.IO { /// <summary>Contains internal path helpers ...
// 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; using System.ServiceModel.Channels; using System.ServiceMod...
/* MIT License Copyright (c) 2017 Saied Zarrinmehr Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publis...
/* 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...
namespace Fonlow.SyncML.Windows { partial class SyncMLForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
// 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.Reflection { using System; using System.Collections.Generic; using System.Diagnost...
#pragma warning disable 1634, 1691 namespace System.Workflow.ComponentModel { #region Imports using System; using System.Collections; using System.Collections.Specialized; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.ComponentModel...
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using FluentAssertions; using Microsoft.Build.Construction; using Microsoft.DotNet.Tools.Test.Utilities; using Msbuild.Tests.Utilities; using Sys...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Diagnostics; using Microsoft.CSharp.RuntimeBinder.Synta...