context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// 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 ES_BUILD_STANDALONE using System; using Environment = Microsoft.Diagnostics.Tracing.Internal.Environment; #endif...
using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.IO.Packaging; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Markup; using System.Window...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.IO; using System.Net; using System.Xml; using System.Text; using System.CodeDom; using System.CodeDom.Compiler; using System.Web.Services; using System.Web.Services.Description; using System.Web.S...
// // Copyright (c) 2004-2020 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...
// 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.Text; using System.IO; using System.Xml; using System.Diagnostics; using System.Collections; using System.Collections.Generic; using System.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 System; using System.Collections.Generic; using System.Data; using System.Data.Common; using NUnit.Framework; namespace SequelocityDotNet.Tests.DbCommandExtensionsTests { [TestFixture] public class AddParametersTests { [Test] public void Should_Handle_Adding_A_Parameter_Array_Of_DbPar...
// Copyright (c) 2015 Alachisoft // // 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 t...
using System.Collections.ObjectModel; using System.Linq; using Moq; using Avalonia.Collections; using Avalonia.Controls.Generators; using Avalonia.Controls.Presenters; using Avalonia.Controls.Templates; using Avalonia.Input; using Avalonia.VisualTree; using Xunit; namespace Avalonia.Controls.UnitTests.Presenters { ...
using System; using System.Diagnostics.CodeAnalysis; using System.Reflection; namespace THNETII.Common { /// <summary> /// Supports a value of any type that may be unassigned. /// </summary> public static class Maybe { /// <summary> /// Convenience Constructor for a <see cref="Maybe...
using System; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using IdentityServervNextDemo.EntityFrameworkCore; namespace IdentityServervNextDemo.Migrations { [DbContext(typeof(Id...
namespace Xilium.CefGlue { using System; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.InteropServices; using Xilium.CefGlue.Interop; /// <summary> /// Class representing a list value. Can be used on any process and thread. /// </summary> publi...
// // System.Xml.XmlSchemaTests.cs // // Author: // Atsushi Enomoto <ginga@kit.hi-ho.ne.jp> // // (C) 2002 Atsushi Enomoto // using System; using System.IO; using System.Xml; using System.Xml.Schema; using System.Xml.Serialization; using NUnit.Framework; namespace MonoTests.System.Xml { [TestFixture] public class...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
using System; using System.IO; using MLAPI.Connection; using MLAPI.Logging; using MLAPI.SceneManagement; using MLAPI.Serialization.Pooled; using MLAPI.Spawning; using UnityEngine; using UnityEngine.Events; using UnityEngine.SceneManagement; using System.Collections.Generic; using MLAPI.Configuration; using MLAPI.Messag...
// 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. /*============================================================ ** ** Class: DictionaryBase ** ** Purpose: Provides ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.Linq; using System.Security.Claims; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization.Infrastructure...
#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, ...
using System; using System.Collections.Generic; using System.Configuration; using System.Linq; using System.Reflection; using System.Web; using Autofac; using Autofac.Builder; using Autofac.Core; using Autofac.Integration.Mvc; using Nop.Core; using Nop.Core.Caching; using Nop.Core.Configuration; using Nop.Core.Data; us...
/* * Copyright 2021 Google LLC All Rights Reserved. * Use of this source code is governed by a BSD-style * license that can be found in the LICENSE file or at * https://developers.google.com/open-source/licenses/bsd */ // <auto-generated> // Generated by the protocol buffer compiler. DO NOT EDIT! // sour...
namespace Microsoft.Zelig.Debugger.ArmProcessor { partial class OutputForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// ...
// 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.Buffers; using System.Diagnostics; using System.Numerics; namespace System.Security.Cryptography.Asn1 ...
// // Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requi...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespac...
using System; using System.Drawing; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel; using System.Windows.Forms; using System.Threading; using System.IO; using System.Text; using System.Xml; using System.Diagnostics; using System.Reflection; ...
using System; using UnityEngine.Assertions; namespace UnityEngine.Rendering.PostProcessing { public enum ScreenSpaceReflectionPreset { Lower, Low, Medium, High, Higher, Ultra, Overkill, Custom } public enum ScreenSpaceReflectionResolution { Downsampled, FullSize, Su...
// 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; using System...
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Copyright (c) Microsoft Corporation. All rights reserved. /////////////////////////////////////////////////////////...
//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 writ...
// Copyright 2020 The Tilt Brush 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 required by applicable law or a...
// Copyright (c) 2015 Alachisoft // // 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 t...
//----------------------------------------------------------------------- // <copyright file="SerializationTests.cs" company="Marimer LLC"> // Copyright (c) Marimer LLC. All rights reserved. // Website: https://cslanet.com // </copyright> // <summary>no summary</summary> //--------------------------------------...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Newtonsoft.Json; using NUnit.Framework; using Umbraco.Core; using Umbraco.Core.Deploy; using Umbraco.Core.Serialization; namespace Umbraco.Tests { [TestFixture] public class UdiTests { [Test] p...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Threading; using System.Threading.Channels; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Orleans.CodeGeneration; using Orleans.GrainReferences; usi...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Diagnostics; using System.Diagnostics.Contracts; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; using Microso...
using System; using System.Collections; using System.Text; using NUnit.Framework; using Raksha.Asn1; using Raksha.Asn1.Pkcs; using Raksha.Cms; using Raksha.Crypto; using Raksha.Crypto.Parameters; using Raksha.Security; using Raksha.Utilities; using Raksha.Utilities.Encoders; using Raksha.X509; namespace Raksha.Tests...
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2009 Oracle. All rights reserved. * */ using System; using System.Collections.Generic; using System.Text; using BerkeleyDB.Internal; namespace BerkeleyDB { /// <summary> /// A class representing a RecnoDatabase. The Recno format...
/* * Copyright (c) 2006-2008, Second Life Reverse Engineering Team * 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 n...
//#define ASTAR_SINGLE_THREAD_OPTIMIZE //#define ASTAR_FAST_NO_EXCEPTIONS //Needs to be enabled for the iPhone build setting Fast But No Exceptions to work. using UnityEngine; using System.Collections; using System.Collections.Generic; //using Pathfinding; using Pathfinding.Util; namespace Pathfinding { [System.Ser...
// 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.Globalization; using System.Net; using Syst...
using De.Osthus.Ambeth.Ioc; using De.Osthus.Ambeth.Log; using De.Osthus.Ambeth.Helloworld.Service; using De.Osthus.Ambeth.Util; using De.Osthus.Ambeth.Helloworld.Transfer; using System.Collections.Generic; using System.Threading; using System; using De.Osthus.Ambeth.Merge.Model; using De.Osthus.Ambeth.Cache.Transfer; u...
// // EncryptedXmlTest.cs // // Author: // Atsushi Enomoto <atsushi@ximian.com> // // Copyright (C) 2006 Novell, Inc (http://www.novell.com) // // Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. using System; using System.Collections; us...
/* * ****************************************************************************** * Copyright 2014-2017 Spectra Logic 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. A copy of the License i...
// // DockItem.cs // // Author: // Lluis Sanchez Gual // // // Copyright (C) 2007 Novell, Inc (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 restrict...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.Linq; using System.Security.Claims; using System.Threading; using System.Threading.Tasks; using Microsoft.EntityFramework...
namespace InControl { public abstract class NativeInputDeviceProfile : InputDeviceProfile { public NativeInputDeviceMatcher[] Matchers; public NativeInputDeviceMatcher[] LastResortMatchers; public NativeInputDeviceProfile() { Sensitivity = 1.0f; LowerDeadZone = 0.2f; UpperDeadZone = 0.9f; } i...
// 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...
/* ==================================================================== Copyright (C) 2004-2008 fyiReporting Software, LLC This file is part of the fyiReporting RDL project. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.IO; using System.IO.FileSystem.Tests; using System.Linq; using EnumerableTests; using Xunit; #region Enume...
/******************************************************************** The Multiverse Platform is made available under the MIT License. Copyright (c) 2012 The Multiverse Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "...
#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, ...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/iam/v1/iam_policy.proto // Original file comments: // Copyright 2016 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 cop...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.Xml { using System.Runtime; enum StringHandleConstStringType { Type = 0, Root = 1, ...
// 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.Net.Sockets; using System.Net.Test.Common; using System.Threading.Tasks; using Xunit; using Xunit.Abst...
using System; using System.Runtime.InteropServices; using System.Security; using SFML.Window; using SFML.System; namespace SFML { namespace Graphics { //////////////////////////////////////////////////////////// /// <summary> /// Define a 3x3 transform matrix /// </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. // ------------------------------------------------------------------------------ // Changes to this file must follow...
// // 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.Linq; using System.Collections.Generic; using System.Reflection; using NServiceKit.Common.Utils; using NServiceKit.Logging; using NServiceKit.Text; namespace NServiceKit.Common.Support { /// <summary>An assignment entry.</summary> public class AssignmentEntry { /// <summa...
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 Provisioning.BatchWeb { /// <summary> /// Encapsulates all th...
using System; using System.Collections.Generic; using UnityEditor; namespace UnityEngine.Experimental.Rendering.HDPipeline { // A good chunk of this class is recycled from Post-processing v2 and could use a cleaning pass internal sealed class InspectorCurveEditor { enum EditMode { ...
// $Id: DigestEngine.java 229 2010-06-16 20:22:27Z tp $ using System; namespace NBitcoin.Altcoins.GroestlcoinInternals { /** * <p>This class is a template which can be used to implement hash * functions. It takes care of some of the API, and also provides an * internal data buffer whose length is equal to the has...
/* * 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 Cosmos.Debug.VSDebugEngine { // These are managed definitions of the well-known AD7 HRESULTS. Defined in msdbg.idl. static public class AD7_HRESULT { public const int S_ATTACH_DEFERRED=unchecked((int)0x40004); public const int S_ATTACH_IGNORED=unchecked((int)0x40005); publi...
using System.Collections.Generic; using System.Text.RegularExpressions; namespace HeroicSupport.Core.Utility { public static class Inflector { #region Default Rules static Inflector() { AddPlural("$", "s"); AddPlural("s$", "s"); AddPlural("(ax|test)is$", "$1es"); AddPlural("(octop|vir)us$", "$1i")...
// 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.Threading; using System.Threading.Tasks; us...
// Copyright (c) Microsoft Corporation. All rights reserved. // // Licensed under the MIT License. See LICENSE.txt in the project root for license information. using Microsoft.Graphics.Canvas; using Microsoft.Graphics.Canvas.Effects; using Microsoft.Graphics.Canvas.Text; using Microsoft.Graphics.Canvas.UI; using Micro...
// 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.Diagnostics; using System.Collections.Generic; namespace Syste...
// // TagCommands.cs // // Author: // Ettore Perazzoli <ettore@src.gnome.org> // Peter Goetz <peter.gtz@gmail.com> // Larry Ewing <lewing@novell.com> // // Copyright (C) 2003-2010 Novell, Inc. // Copyright (C) 2003 Ettore Perazzoli // Copyright (C) 2010 Peter Goetz // Copyright (C) 2004-2006 Larry Ewing // // Per...
// 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.IO; using System.Diagnostics; using System.Text; using System.Threading; using System.Glo...
//! \file ArcIAR.cs //! \date Fri Oct 23 12:31:15 2015 //! \brief Sas5 engine image archive. // // Copyright (C) 2015 by morkt // // 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 So...
// 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...
/* * 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 ...
//*********************************************************// // Copyright (c) Microsoft. All rights reserved. // // Apache 2.0 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, ...
// 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.Diagnostics; using System.Drawing; using System.Drawing.Drawing2D; u...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. //------------------------------------------------------------------------------ using System; using System.Collections; using System.Data; using System.IO; using Sy...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Linq; using Xunit; #pragma warning disable 0414 namespace System.Re...
using System; using System.Collections.Generic; using System.Reflection; using System.Text; using System.Threading; using System.Net; using System.Timers; using Hydra.Framework; namespace Hydra.SharedCache.Common.Sockets { // // ********************************************************************** /// <s...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. /*============================================================================= ** ** ** Purpose: An array implementation of a generic stack. ** ** ====================...
//////////////////////////////////////////////////////////////////////////////// // ________ _____ __ // / _____/_______ _____ ____ ____ _/ ____\__ __ | | // / \ ___\_ __ \\__ \ _/ ___\_/ __ \\ __\| | \| | // \ \_\ \| |...
#region License /* Copyright (c) 2003-2015 Llewellyn Pritchard * All rights reserved. * This source code is subject to terms and conditions of the BSD License. * See license.txt. */ #endregion using System; using System.Collections; using IronScheme.Editor.Build; using IronScheme.Editor.ComponentModel; using Syste...
/* Copyright (c) Citrix Systems 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 * copyright notice, this lis...
//------------------------------------------------------------------------------ // <copyright file="XsltCompileContext.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">[....]</owner> //------------------------------------...
#region Disclaimer/Info /////////////////////////////////////////////////////////////////////////////////////////////////// // Subtext WebLog // // Subtext is an open source weblog system that is a fork of the .TEXT // weblog system. // // For updated news and information please visit http://subtextproject.com/ // Su...
using System; using System.Drawing; using NUnit.Framework; namespace OpenQA.Selenium { [TestFixture] [IgnoreBrowser(Browser.Chrome, "Not implemented in driver")] public class WindowTest : DriverTestFixture { private Size originalWindowSize; [SetUp] public void GetBrowserWindowS...
// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. // // Microsoft Bot Framework: http://botframework.com // // Bot Builder SDK Github: // https://github.com/Microsoft/BotBuilder // // Copyright (c) Microsoft Corporation // All rights reserved. // // MIT License: // Permission i...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / /// <summary> /// LastMonthResource /// </summary> using Newtonsoft.Json; using System; using System.Collections.Generic; using Twilio.Base; using Twilio.Clients; using Twilio.Converters; using Twilio.Except...
// **************************************************************** // Copyright 2007, Charlie Poole // This is free software licensed under the NUnit license. You may // obtain a copy of the license at http://nunit.org // **************************************************************** using System; using System.Text...
// 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.Concurrent; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using Analyzer.Utilities; using ...
#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, ...
using System; using System.IO; using System.Text.RegularExpressions; namespace ZLogger.Providers { internal class RollingFileStream : Stream { static readonly Regex NumberRegex = new Regex("(\\d)+$", RegexOptions.Compiled); readonly object streamLock = new object(); readonly Func<DateT...
using ATL.AudioData; using Commons; using System; using System.Collections.Generic; using System.IO; using static ATL.ChannelsArrangements; namespace ATL { /// <summary> /// High-level class for audio file manipulation /// </summary> public class Track { /// <summary> /// Basic cons...
// // Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requi...
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you m...
// **************************************************************** // This is free software licensed under the NUnit license. You // may obtain a copy of the license as well as information regarding // copyright ownership at http://nunit.org. // **************************************************************** using S...
#region Usings using System; using System.IO; using System.Threading; using System.Threading.Tasks; using RabbitLink.Internals; using RabbitLink.Internals.Async; using RabbitLink.Logging; using RabbitMQ.Client; using RabbitMQ.Client.Events; #endregion namespace RabbitLink.Connection { internal class LinkChannel ...
// 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 ...
using Moq; using NUnit.Framework; namespace c24.Deputy.Checks { public class ProjectReferenceExistsInSolutionCheck_Tests { public class Given_a_project_with_a_reference_for_a_project_existing_in_solution { private readonly ProjectReferenceExistsInSolutionCheck check; pri...
// Copyright (C) 2014 dot42 // // Original filename: Org.Apache.Http.Impl.Auth.cs // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // ...
//! \file ImageCRX.cs //! \date Mon Jun 15 15:14:59 2015 //! \brief Circus image format. // // Copyright (C) 2015 by morkt // // 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 Softwa...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Extensions.IEnumerableExtensions; using osu.Framework.Graphics; using osu....