context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ProductsListView.ascx.cs" company="Sitecore Corporation"> // Copyright (c) Sitecore Corporation 1999-2015 // </copyright> // <summary> // The shopping cart view. // </summary> ...
/* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See License.txt in the project root for license information. */ using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Crm.Sdk.Messages; using Microsoft.Xrm.Client.Messages; u...
using Microsoft.IdentityModel; using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.S2S.Tokens; using Microsoft.SharePoint.Client; using Microsoft.SharePoint.Client.EventReceivers; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalizati...
using System; using System.Runtime.InteropServices; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Drawing.Drawing2D; using System.Data; using System.IO; using System.Text; using System.Windows.Forms; using System.Xml; using System.Xml.Xsl; using System.Net; namespace...
/* * Copyright (c) 2007-2008, openmetaverse.org * 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 * l...
// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // // #define DACTABLEGEN_DEBUG using System; using System.IO; using System.Text.RegularExpressions; using System.Collections; using System.Globalization; /********...
using System; using System.Collections.Generic; using System.Text; using FlatRedBall.Instructions.Reflection; using FlatRedBall.Instructions.Interpolation; namespace FlatRedBall.Instructions { #region GenericInstruction abstract class #region XML Docs /// <summary> /// Base class for typed Instruction...
/********************************************************************++ Copyright (c) Microsoft Corporation. All rights reserved. --********************************************************************/ using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Resources; 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.Linq; using Microsoft.DotNet.RemoteExecutor; using Microsoft.DotNet.XUnitExtensions; using Xunit; name...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
using System; using System.Linq; using System.Reflection; using UnityEditor; using UnityEngine; using UnityWeld.Binding; using UnityWeld.Binding.Internal; namespace UnityWeld_Editor { /// <summary> /// A base editor for Unity-Weld bindings. /// </summary> public class BaseBindingEditor : Editor { ...
/* * Farseer Physics Engine based on Box2D.XNA port: * Copyright (c) 2010 Ian Qvist * * Box2D.XNA port of Box2D: * Copyright (c) 2009 Brandon Furtwangler, Nathan Furtwangler * * Original source Box2D: * Copyright (c) 2006-2009 Erin Catto http://www.gphysics.com * * This software is provided 'as-is', without any expr...
using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; namespace NetGore.Tests.NetGore { [TestFixture] public class IEnumerableTests { static readonly SafeRandom rnd = new SafeRandom(); #region Unit tests [Test] public void ContainsSameEl...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace Luis.MasteringExtJs.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate...
// 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.ComponentModel; using System.Diagnostics; using System.Drawing.Internal; using System.Globalization; us...
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics; using System.Dynamic.Utils; using System.Reflection; usi...
// ReSharper disable once CheckNamespace namespace Fluent { using System; using System.Collections; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Data; using System.Windows.Input; using System.Windows.Markup; using...
//--------------------------------------------------------------------------- // // <copyright file="Automation.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // // Description: Facade class that groups together the main functionality that clients need to g...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
using UnityEngine; using UnityEditor; using System.Collections; using System.Collections.Generic; using System.Linq; using tk2dEditor.SpriteCollectionEditor; namespace tk2dEditor.SpriteCollectionEditor { public interface IEditorHost { void OnSpriteCollectionChanged(bool retainSelection); void OnSpriteCollection...
// 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 ...
/* * Copyright (c) 2015, InWorldz Halcyon Developers * 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 *...
using System; using Avalonia; using Avalonia.Media; namespace AvaloniaEdit.Text { internal sealed class TextLineRun { private const string NewlineString = "\r\n"; internal const double BaselineFactor = 0.1; internal const double HeightFactor = 1.2; private FormattedText _format...
/* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See License.txt in the project root for license information. */ using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using Adxstudio.Xrm.Cms; using Adxstudio.Xrm.Services...
// 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.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.SignatureHelp; using Microsoft.CodeAnalysis.Editor.UnitTes...
// // SqlitePclRawStorageEngine.cs // // Author: // Zachary Gramana <zack@couchbase.com> // // Copyright (c) 2014 Couchbase 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 // "S...
// // Options.cs // // Authors: // Jonathan Pryor <jpryor@novell.com> // // Copyright (C) 2008 Novell (http://www.novell.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 without re...
// 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 NUnit.Framework; using osu.Framework.Testing; using osu.Game.Rulesets.Objects; using osu.Game.Rul...
// // SearchEntry.cs // // Author: // Aaron Bockover <abockover@novell.com> // Gabriel Burt <gburt@novell.com> // // Copyright (C) 2007 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 ...
using System; using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Text; using IL2CPU.API.Attribs; namespace Cosmos.Core_Plugs.System { [Plug(typeof(BitConverter))] public class BitConverterImpl { public static byte[] GetBytes(bool value) { Contrac...
// JTransc {{ JTRANSC_VERSION }} : https://github.com/jtransc/jtransc using System; #pragma warning disable 108, 109, 162, 219, 414, 675 class N { //public static readonly double DoubleNaN = 0.0d / 0.0; public static readonly float FloatNaN = intBitsToFloat(0x7FC00000); public static readonly double DoubleNaN = l...
using System; using System.Diagnostics.CodeAnalysis; using System.Threading.Tasks; #if NET_45 using System.Collections.Generic; #endif namespace Octokit { /// <summary> /// A client for GitHub's Repositories API. /// </summary> /// <remarks> /// See the <a href="http://developer.github.com/v3/repos...
/* * 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...
// 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 Microsoft.Win32.SafeHandles; using System.Collections.Generic; using System.ComponentModel; using System.Globa...
// 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.ComponentModel; using System.Data.Common; u...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using EncompassRest.Loans.Enums; using EncompassRest.Schema; namespace EncompassRest.Loans { /// <summary> /// Usda /// </summary> public sealed partial class Usda : DirtyExtensibleObject, IIdentifiable { ...
/****************************************************************************** * The MIT License * Copyright (c) 2003 Novell Inc. www.novell.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 Sof...
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // // // Implementatio...
// 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) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Runtime.InteropServices; using size_t = System.UInt64; using curl_socket_t = System.Int32; internal static partial class Interop { inte...
using System.Net.Http; using Bandwidth.Net.Api; using Xunit; namespace Bandwidth.Net.Test { public class CallbackEventTests { [Fact] public void TestCreateFromJson() { var callbackEvent = CallbackEvent.CreateFromJson("{\"eventType\": \"speak\", \"state\": \"PLAYBACK_STOP\"}"); Assert.Equal(...
// 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; using System.Globalization; using System.Text; using Microsoft.Win...
using System; using System.Data; using System.Data.OleDb; using PCSComUtils.DataAccess; using PCSComUtils.PCSExc; using PCSComUtils.Common; namespace PCSComUtils.Admin.DS { public class Sys_VisibilityGroupDS { public Sys_VisibilityGroupDS() { } private const string THIS = "PCSComUtils.Admin.DS.Sys_Visibilit...
using System; using System.Linq; using System.Collections.Generic; using System.Text.RegularExpressions; namespace MooGet { public class MissingDependencyException : Exception { public List<PackageDependency> Dependencies { get; set; } public MissingDependencyException(List<PackageDependency> missingDependencie...
// 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.Diagnostics.Contracts; namespace System.Globalization { ////////////////////////////...
// SqlLiteDatabaseTest.cs // // Copyright (c) 2013 Brent Knowles (http://www.brentknowles.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 without restriction, including without li...
using System; using System.Collections.Generic; using NSubstitute.Exceptions; using NUnit.Framework; namespace NSubstitute.Acceptance.Specs { public class FormattingCallsWhenThrowingReceivedCallsExceptions { public interface ISample { void SampleMethod(); void SampleMeth...
// 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.Diagnostics; using System.Linq; usi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics; using System.Reflection; using Xunit; namespace System....
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
// Copyright (C) 2012-2017 Luca Piccioni // // 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, p...
using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.Tokens; using Microsoft.SharePoint.Client; using System; using System.Net; using System.Security.Principal; using System.Web; using System.Web.Configuration; namespace RemoteEventsLabWeb { /// <summary> /// Encapsulates all the i...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using DowUtils; namespace Factotum { public partial class KitEdit : Form, IEntityEditForm { private EKit curKit; private DataTable inspectorAssignme...
/* * 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...
//--------------------------------------------------------------------- // <copyright file="ErrorCode.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // // @owner jeffreed // @backupOwner anpete //---------------------------------------------------------...
using System; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using Toucan.Sample.Data; namespace Toucan.Sample.Data.Migrations { [DbContext(typeof(ApplicationDbContext))] [Mig...
/* * 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...
#region WatiN Copyright (C) 2006-2009 Jeroen van Menen //Copyright 2006-2009 Jeroen van Menen // // 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/lice...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
/* Genuine Channels product. * * Copyright (c) 2002-2007 Dmitry Belikov. All rights reserved. * * This source code comes under and must be used and distributed according to the Genuine Channels license agreement. */ using System; using System.Collections; using System.Diagnostics; using System.Text; using Syste...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Windows.Forms; using Microsoft.Deployment.WindowsInstaller; namespace WixSharp { ///...
// 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...
/* * 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 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...
// Copyright (c) DotSpatial Team. All rights reserved. // Licensed under the MIT license. See License.txt file in the project root for full license information. using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using DotSpatial.Serialization; namespace DotSpatial.Symbo...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Linq; namespace RefactoringEssentials { #if NR6 public #endif static partial class EnumerableExtensions { public static IEnumerable<T> Do<T>(this IEnum...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.ServiceModel.Channels { using System.Collections; using System.Collections.Generic; using System.Runtim...
// CommandLineParser.cs using System; using System.Collections; namespace SevenZip.CommandLineParser { public enum SwitchType { Simple, PostMinus, LimitedPostString, UnLimitedPostString, PostChar } public class SwitchForm { public string IDString; ...
using System; using System.IO; using System.Net; using System.Net.Sockets; using System.Collections; using System.Text; using System.Text.RegularExpressions; namespace LumiSoft.Net { #region enum AuthType /// <summary> /// Authentication type. /// </summary> public enum AuthType { /// <summary> /// Plain us...
/* Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
using System; using NBitcoin.BouncyCastle.Utilities; namespace NBitcoin.BouncyCastle.Crypto.Digests { /** * implementation of MD4 as RFC 1320 by R. Rivest, MIT Laboratory for * Computer Science and RSA Data Security, Inc. * <p> * <b>NOTE</b>: This algorithm is only included for backwards compatibi...
namespace AngleSharp.Core.Tests { using System; using AngleSharp.Core.Tests.Mocks; using AngleSharp.Dom; using NUnit.Framework; /// <summary> /// Tests from https://github.com/html5lib/html5lib-tests: /// tree-construction/tests5.dat /// </summary> [TestFixture] public class Raw...
namespace System.Workflow.ComponentModel.Design { #region Imports using System; using System.Drawing.Design; using System.ComponentModel; using System.ComponentModel.Design; using System.Globalization; using System.Collections; using System.Collections.Generic; using System.Reflecti...
// Amplify Shader Editor - Visual Shader Editing Tool // Copyright (c) Amplify Creations, Lda <info@amplify.pt> using UnityEngine; using UnityEditor; using System; namespace AmplifyShaderEditor { public enum TexReferenceType { Object = 0, Instance } public enum MipType { Auto, MipLevel, MipBias, Der...
// 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.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security.Cryptography; using System.Security.Cryptography.X509Certificates; using...
#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 (c) Routrek Networks, Inc. All Rights Reserved.. * * This file is a part of the Granados SSH Client Library that is subject to * the license included in the distributed package. * You may not use this file except in c...
//*************************************************** //* This file was generated by tool //* SharpKit //* At: 29/08/2012 03:59:40 p.m. //*************************************************** using SharpKit.JavaScript; namespace Ext.direct { #region Provider /// <inheritdocs /> /// <summary> /// <p><see c...
using System; using System.Linq; using AutoFixture; using FluentAssertions; using NUnit.Framework; using SFA.DAS.CommitmentsV2.Domain.Entities; using SFA.DAS.CommitmentsV2.Domain.Exceptions; using SFA.DAS.CommitmentsV2.Domain.Extensions; using SFA.DAS.CommitmentsV2.Messages.Events; using SFA.DAS.CommitmentsV2.Models; u...
/* Copyright (c) 2006-2008 Google 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 law or agre...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; using System.Text.Formatting; using System.Buffers.Text; using System.IO; namespace System.Text.JsonLa...
// 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.Diagnostics; using System.Diagnostics.Contr...
using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Net.Sockets; using System.Reflection; using System.Text; using System.Threading; using System.Xml; using Orleans.Configuration; using Orleans.Providers; namespace Orleans.Runtime.Configuration { /// <summary> /// Or...
using System.Threading.Tasks; namespace Attest.Fake.Setup.Contracts { /// <summary> /// Represents visitor for different async callbacks with return value and no parameters /// </summary> public interface IMethodCallbackWithResultVisitorAsync<TResult> { /// <summary> /// Visits exce...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.ServiceModel.Channels { using System; using System.Collections; using System.Threading; using Syste...
using Rhino; using Rhino.Geometry; using Rhino.DocObjects; using Rhino.Collections; using GH_IO; using GH_IO.Serialization; using Grasshopper; using Grasshopper.Kernel; using Grasshopper.Kernel.Data; using Grasshopper.Kernel.Types; using System; using System.IO; using System.Xml; using System.Xml.Linq; using System.L...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.Serialization; using System.Text; namespace IrcDotNet.Collections { /// <summary> /// Represents a read-only collection of keys and values. /// </summary> /// <typeparam name="TKey">...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Baseline; using Marten.Linq; using Marten.Linq.QueryHandlers; using Marten.Schema; using Marten.Schema.Arguments; using Marten.Services; using Marten.Services.BatchQuerying; using Marten.Storag...
using System; using System.IO; using System.Linq; using System.Text; using System.Collections.Generic; using System.Collections.Concurrent; using System.Text.RegularExpressions; using LanguageExt.ClassInstances; using LanguageExt.UnsafeValueAccess; using static LanguageExt.Prelude; namespace LanguageExt.Sys { /// ...
/* * The MIT License (MIT) * * Copyright (c) 2014 LeanIX GmbH * * 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,...
// Copyright 2018 Esri. // // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. // You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software ...
// MIT License // // Copyright(c) 2022 ICARUS Consulting GmbH // // 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, cop...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace MRTutorial.ProtectedApi.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and popu...
/* * Created 09.07.2017 20:22 * * Copyright (c) Jonas Kohl <https://jonaskohl.de/> */ using System; using System.Drawing; using System.Runtime.InteropServices; using System.Windows.Forms; namespace CapsLockIndicatorV3 { /// <summary> /// A form that indicates if a keystate has changed. /// </summary> ...