context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Orleans.Internal; using static Orleans.Runtime.MembershipService.SiloHealthMonitor; namespace Orleans.Runtime.MembershipService { /// <summary> /// Responsible for monitoring an individual remote silo....
#pragma warning disable 612,618 using DevExpress.Mvvm.Native; using System; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; #if !MONO #if !NETFX_CORE using System.Windows.Threading;...
/* * CP20866.cs - Cyrillic (KOI8-R) code page. * * Copyright (c) 2002 Southern Storm Software, Pty Ltd * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, ...
//----------------------------------------------------------------------- // <copyright file="InnerListGridView.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <summary> // Implements the InnerListGridView control. //</summary> //----------------------------...
// 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 //...
// // Controls sample in C# // using System; using MonoTouch.UIKit; using MonoTouch.Foundation; using System.Drawing; public partial class ControlsViewController : UITableViewController { // // This datasource describes how the UITableView should render the // contents. We have a number of sections determined b...
using System; using System.Globalization; using System.Collections.Generic; using Sasoma.Utils; using Sasoma.Microdata.Interfaces; using Sasoma.Languages.Core; using Sasoma.Microdata.Properties; namespace Sasoma.Microdata.Types { /// <summary> /// The place where a person lives. /// </summary> public class Reside...
// 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.Security; using System.Net.Sockets; using System.Net.Test.Common; using System.Run...
using System; using System.Windows.Forms; using System.Drawing; using System.ComponentModel; using System.Collections; namespace fyiReporting.RdlDesign { internal partial class FindTab : System.Windows.Forms.Form { #region Windows Form Designer generated code private System.Windows.Forms.Label label1; privat...
using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.IO; using System.Text; namespace LearningRegistryCache2.App_Code.DataManagers { public class BaseDataManager { private string _connString; protected string ConnString { get { return this._c...
using System; using System.CodeDom; using System.Linq; namespace InRuleLabs.AuthoringExtensions.GenerateSDKCode.Features.Rendering { public class CodeMethodVariableReferenceEx { public CodeMemberMethodEx Method; public CodeExpression Variable; public CodeTypeDeclarationEx OuterClass { g...
// Copyright 2007-2011 Chris Patterson, Dru Sellers, Travis Smith, et. al. // // 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) 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...
/* * CompareInfo.cs - Implementation of the * "System.Globalization.CompareInfo" class. * * Copyright (C) 2001, 2002, 2003 Southern Storm Software, Pty Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Fre...
// // Copyright (c) 2004-2021 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging; using MeasurePortal.Models; using MeasurePortal.Models.ManageViewModels; usi...
#region Apache License, Version 2.0 // // 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, ...
//------------------------------------------------------------------------------ // <copyright file="BrowserDefinition.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ namespace Sy...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.Win32.SafeHandles; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.Runtime.In...
/* This file is derived off ELMAH: http://code.google.com/p/elmah/ http://www.apache.org/licenses/LICENSE-2.0 */ namespace SimpleErrorHandler { using System; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.Mail; using NameValueCollection = System.Collections.Specialized...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Runtime.InteropServices; using System.Thre...
using System.Diagnostics; namespace Community.CsharpSqlite { using sqlite3_stmt = Sqlite3.Vdbe; public partial class Sqlite3 { /* ** 2007 May 1 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and n...
/** The MIT License (MIT) Copyright (c) 2014 Paul Hayes 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...
/******************************************************************************* * Copyright 2017 ROBOTIS CO., LTD. * * 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.o...
/* * TestUri.cs - Test class for "System.Uri" * * Copyright (C) 2002 Free Software Foundation, Inc. * * Contributed by Stephen Compall <rushing@sigecom.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the F...
// 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 Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator; using Roslyn.Test.Utilities; using Xunit; namespace Microsoft.CodeAnalysis.CSharp.Unit...
namespace Orleans.CodeGenerator { using System; using System.CodeDom.Compiler; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using Microsoft.CodeAnalysis.CSharp.Syntax; using Orleans.Async;...
// 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.Buffers; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Extensions.Configuration; using Xunit; names...
#region License // Copyright 2014 MorseCode Software // 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 o...
#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 // restriction, including without limitation the rights to use, // copy, ...
// 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.Diagnostics; using System.Globalization; using System.IO; 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. /*============================================================ ** ** ** ** Purpose: Exposes features of the Garbage ...
/* * 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...
// Malcolm Crowe 1995,2000 // As far as possible the regular expression notation follows that of lex using System; using System.Collections; using System.IO; using System.Text; using System.Globalization; namespace Tools { // We cleverly arrange for the YyLexer class to serialize itself out of a simple integer arr...
using System; using System.Collections; using System.IO; using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.Cmp; using Org.BouncyCastle.Asn1.Cms; using Org.BouncyCastle.Asn1.Tsp; using Org.BouncyCastle.Math; using Org.BouncyCastle.Utilities.Date; namespace Org.BouncyCastle.Tsp { /** * Generator for RFC...
// 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.IO; using System.Linq; using System.Text; using NUnit.Framework; using osu.Framework.Allocation; using osu.Fr...
#region License // SLNTools // Copyright (c) 2009 // by Christian Warren // // 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...
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System; using System.Collections.Generic; using System.Linq; using OpenTK; using OpenTK.Graphics; using osu.Framework.Allocation; using osu.Framework.Extensions.Co...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Net; using System.Web; using System.Text.RegularExpressions; using System.Security.Cryptography; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Com.Aspose.Storage.Model; namespace Com.Aspose.S...
#region Copyright notice and license // Copyright 2015, Google Inc. // 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 copyrig...
using Orleans.Serialization.Serializers; using Orleans.Serialization.Utilities; using Microsoft.Extensions.ObjectPool; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Net; using System.Reflection; using System.Threading; namespace Orleans.Serialization.Cloning { pu...
// 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.Pipelines; using System.Threading.Tasks; using Microsoft.AspNetCore.Http.Connections.Internal; using Microsoft.AspNetCore.SignalR.Tests; using Microsoft...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace DotNetty.Handlers.Tls { using System; using System.Collections.Generic; using System.Diagnostics.Contracts; using System.IO; using System....
/*************************************************************************************************************************************** * Copyright (C) 2001-2012 LearnLift USA * * Contact: Learnlift USA, 12 Greenway Plaza, Suite 1510, Houston, Texas 77046, support@memorylifter.com * * ...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.IO; using System.Linq; using GitVersion.Extensions; using GitVersion.Logging; using GitVersion.Model; using GitVersion.Model.Configuration; using GitVersion.OutputVariables; namespace GitVersion { public class Argume...
/* * DocuSign REST API * * The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. * * OpenAPI spec version: v2 * Contact: devcenter@docusign.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using System....
// 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 // // THIS CODE IS PROVIDED *A...
// 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 ...
/* * Copyright (c) 2014 Tenebrous * * 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, publish,...
using System; using UnityEngine; using UnityStandardAssets.CrossPlatformInput; using UnityStandardAssets.Utility; using Random = UnityEngine.Random; namespace UnityStandardAssets.Characters.FirstPerson { [RequireComponent(typeof (CharacterController))] [RequireComponent(typeof (GvrAudioSource))] public cla...
// Copyright 2015, Google 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 the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
// Copyright (c) Cragon. All rights reserved. namespace GameCloud.Unity.Common { using System; using ProtoBuf; [Serializable] [ProtoContract] public struct EbVector3 : IEquatable<EbVector3> { //--------------------------------------------------------------------- [ProtoMember(1...
// Copyright 2018 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for details. using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; using System.Globalization; using System.IO; using System.Text; using System.Di...
// 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 System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Xunit; namespace S...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; using StreamCompanion.Common.Extensions; using StreamCompanionTypes; using StreamCompanionTypes.DataTypes; using StreamCompa...
// 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.Contracts; using System.Runtime; namespace System.Servi...
// 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.Generic; using System.Globalization; using System.IO; using System.Text; namespace Avalonia.Media { /// <summa...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.Serialization; using Baseline; using Marten.Events; using Marten.Linq; using Marten.Linq.QueryHandlers; using Marten.Schema.BulkLoading; using Marten.Schema.Identity; using Marte...
// 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.Linq; using System.Threading; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeGeneration; using ...
using System; using System.Collections.Generic; using System.Text; namespace DDay.iCal { public class RecurringEvaluator : Evaluator { #region Private Fields private IRecurrable m_Recurrable; #endregion #region Protected Properties protected IRecurrable Recur...
using System; using System.Runtime.InteropServices; namespace SpyUO { internal sealed class NativeMethods { [StructLayout( LayoutKind.Sequential )] public struct PROCESS_INFORMATION { public IntPtr hProcess; public IntPtr hThread; public uint dwProcessId; public uint dwThreadId; } [StructLayou...
/* * 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.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.I...
// ReSharper disable All using System.Collections.Generic; using System.Dynamic; using System.Net; using System.Net.Http; using System.Web.Http; using System.Web.Http.Controllers; using Frapid.ApplicationState.Cache; using Frapid.ApplicationState.Models; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Frapid.A...
using System; using System.IO; using System.Collections.Generic; using System.Text; using System.Runtime.Serialization; using Microsoft.Xna.Framework.Graphics; using System.Xml; using System.Xml.Serialization; using AnimationFrame = Gum.Graphics.Animation.AnimationFrame; using AnimationChainList = Gum.Graphics.Ani...
using System; using System.IO; using System.Reflection; using System.Text; namespace SERFS { using MbUnit.Framework; [TestFixture] class TestSerfs { private Serfs _serfs; [SetUp] public void Setup() { _serfs = new Serfs("TestTemplates"); } [Test] ...
// 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.Linq.Expressions; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNe...
// Copyright (c) .NET Foundation. 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.Globalization; using System.Linq; using Microsoft.AspNetCore.Mvc.ApplicationModels; using M...
#region Copyright // Copyright 2014 Myrcon Pty. Ltd. // // 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 appli...
// Copyright (c) 2015, Outercurve Foundation. // 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 // list 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. using System; using System.Diagnostics; using System.Collections; using System.Collections.Generic; namespace Syste...
using System; using System.Collections.Generic; using Newtonsoft.Json; using SteamKit2; using SteamTrade.Exceptions; using Newtonsoft.Json.Linq; using SteamTrade.TradeWebAPI; namespace SteamTrade { public partial class Trade { #region Static Public data public static Schema CurrentSchema = null...
#if WITH_PATRICIA using System; using System.Collections; using System.Collections.Generic; using Volante; namespace Volante.Impl { class PTrie<T> : PersistentCollection<T>, IPatriciaTrie<T> where T : class, IPersistent { private PTrieNode rootZero; private PTrieNode rootOne; private in...
using System; using System.Collections.Generic; // ReSharper disable once CheckNamespace namespace GameDevWare.Serialization.MessagePack { public sealed class DefaultMessagePackExtensionTypeHandler : MessagePackExtensionTypeHandler { public const int EXTENSION_TYPE_TIMESTAMP = -1; public const int EXTENSION_TYPE...
// 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.Data.Common; using System.Data.ProviderBase; using System.Diagnostics; using ...
using System; using System.Collections; using System.IO; using System.Text; using Raksha.Utilities; using Raksha.Utilities.Encoders; namespace Raksha.Asn1.Utilities { public sealed class Asn1Dump { private static readonly string NewLine = Platform.NewLine; private Asn1Dump() { } p...
#region Copyright notice and license // Copyright 2015 gRPC authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless req...
using System; using System.Collections.Generic; using System.IO; using System.IO.Compression; using System.Linq; using Microsoft.Build.Construction; using Microsoft.Build.Evaluation; using Mono.Cecil; using Xamarin.Android.Tools; namespace Embeddinator { /// <summary> /// Contains everything MSBuild-related fo...
using System; using System.Collections.Generic; using System.Linq; using Nest; using Purchasing.Core.Domain; using Purchasing.Core.Queries; namespace Purchasing.Core.Services { public class ElasticSearchService : ISearchService { private readonly IIndexService _indexService; private ElasticCli...
// 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 System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace SimpleBackgroundUploadWebAPI.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.ServiceModel.Channels { using System.Collections.Generic; using System.Diagnostics; using System.Globa...
// *********************************************************************** // 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) 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 * li...
// 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.Diagnostics.Contracts; using System.Globali...
// 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 ...
// 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 System.Collections.Generic; using System.Runtime.CompilerServices; usi...
// 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 ...
#if !SILVERLIGHT using System; using System.Collections.Generic; using System.IO; using System.Net; using ServiceStack.Service; using ServiceStack.ServiceHost; using ServiceStack.Text; namespace ServiceStack.Common.Web { public class HttpResult : IHttpResult, IStreamWriter { public HttpResult(...
/* * Copyright (c) InWorldz Halcyon Developers * Copyright (c) Contributors, http://opensimulator.org/ * * 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 c...
using System; using System.Collections.Generic; using System.IO; using System.Security.AccessControl; using DokanNet; using Microsoft.Win32; using FileAccess = DokanNet.FileAccess; namespace RegistryFS { internal class RFS : IDokanOperations { #region DokanOperations member private readonly Di...
// // Copyright (C) Microsoft. All rights reserved. // using System.Collections.Generic; using System.Collections.ObjectModel; using System.Reflection; namespace System.Management.Automation { /// <summary> /// Internal wrapper for third-party adapters (PSPropertyAdapter) /// </summary> internal c...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using AspenTech.SmartObjects.Client.Datalake; using AspenTech.SmartObjects.Client.Tests.Common; using FluentAssertions; using NUnit.Framework; namespace AspenTech.SmartObjects.Client.ITTest.Datalake { [TestFixture] ...
/* * 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) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using FluentAssertions; using M...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /*============================================================ ** ** ** ** Purpose: Some floating-point math operati...
namespace NArrange.Tests.Core { using System; using System.IO; using NArrange.Core; using NArrange.Core.CodeElements; using NArrange.Core.Configuration; using NUnit.Framework; /// <summary> /// Test fixture for the ConditionExpressionEvaluator class. /// </summary> [TestFixtur...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / using NSubstitute; using NSubstitute.ExceptionExtensions; using NUnit.Framework; using System; using System.Collections.Generic; using Twilio.Clients; using Twilio.Converters; using Twilio.Exceptions; using ...