context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Text; using MonoTouch.CoreGraphics; using MonoTouch.Dialog; using MonoTouch.Foundation; using MonoTouch.UIKit; using MyCompany.Visitors.Client.iOS.Views; using MyCompany.Visitors.Client.Model; namespace MyCompany.Vis...
// 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; using System.Collections.Generic; using Microsoft.Extensions.Primitives; namespace Microsoft.AspNetCore.Http { internal readonly struct H...
// ============================================================= // BytesRoad.NetSuit : A free network library for .NET platform // ============================================================= // // Copyright (C) 2004-2005 BytesRoad Software // // Project Info: http://www.bytesroad.com/NetSuit // // This program is...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using Abp.Configuration; using Abp.Domain.Entities; using Abp.Domain.Entities.Auditing; using Abp.Extensions; namespace Abp.Authorization.Users { /// <summary> /// Ba...
using System; using System.Linq; using System.Globalization; namespace Eto.Drawing { /// <summary> /// Dash style for a <see cref="Pen"/> /// </summary> /// <seealso cref="Pen.DashStyle"/> /// <copyright>(c) 2012-2014 by Curtis Wensley</copyright> /// <license type="BSD-3">See LICENSE for full terms</license> p...
using System; using System.Collections; using System.Collections.Generic; using Axiom.Animating; using Axiom.Collections; using Axiom.Core; using Axiom.Graphics; using Axiom.MathLib; using Axiom.Utility; using Demos; namespace Axiom.Demos { /// <summary> /// Summary description for Fresnel. /// </summary> public c...
using System; using Avalonia.Controls.Templates; using Avalonia.Interactivity; using Avalonia.Logging; using Avalonia.LogicalTree; using Avalonia.Media; using Avalonia.Styling; #nullable enable namespace Avalonia.Controls.Primitives { /// <summary> /// A lookless control whose visual appearance is defined by ...
// // RoundedFrame.cs // // Authors: // Aaron Bockover <abockover@novell.com> // Gabriel Burt <gburt@novell.com> // // Copyright (C) 2008 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 dea...
// Code generated by Microsoft (R) AutoRest Code Generator 1.2.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace CSharpNamespace { using Microsoft.Rest; using Microsoft.Rest.Serialization; using Models; using Newtonsoft.Json; using System.Collecti...
namespace Konscious.Security.Cryptography { using System; using System.Collections.Generic; using System.IO; // this could be refactored to support either endianness // but I only need little endian for this internal class LittleEndianActiveStream : Stream { public LittleEndianActiv...
// Copyright (c) 2010-2013 SharpDoc - Alexandre Mutel // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modi...
using System; using System.Collections; using System.IO; using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.Cms; using Org.BouncyCastle.Asn1.X509; using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Crypto.IO; using Org.BouncyCastle.Security; using Org.BouncyCastle.Security.Certificates; using Org.BouncyCastle...
using System.Diagnostics; namespace CleanSqlite { 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 not evil. ...
// 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.Threading.Tasks; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Testing; using Xunit; using VerifyCS = Test.Utilities.CSharpCodeFixVe...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; namespace Microsoft.CSharp.RuntimeBinder.Semantics { internal abstract class ExprVisi...
// 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. // // This...
// 32feet.NET - Personal Area Networking for .NET // // InTheHand.Windows.Forms.SelectBluetoothDeviceDialog // // Copyright (c) 2003-2011 In The Hand Ltd, All rights reserved. // This source code is licensed under the Microsoft Public License (Ms-PL) - see License.txt #if ! NO_WINFORMS // using System; using System....
// 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.Globalization; using Xunit; public static class SingleTests { [Fact] public static void TestCtor() { Single i = new Sing...
// Copyright (c) 2017 Jan Pluskal, Viliam Letavay // //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 Usings using System; using System.IO; using System.Threading; using System.Threading.Tasks; using RabbitLink.Builders; using RabbitLink.Internals; using RabbitLink.Internals.Actions; using RabbitLink.Internals.Async; using RabbitLink.Internals.Channels; using RabbitLink.Internals.Lens; using RabbitLink.Logging...
using System.Collections.Generic; using CompaniesHouse.Response; using CompaniesHouse.Response.CompanyProfile; using CompaniesHouse.Response.Officers; using CompaniesHouse.Response.PersonsWithSignificantControl; using CompaniesHouse.Response.RegisteredOfficeAddress; namespace CompaniesHouse.Tests { public static c...
using System; using UIKit; using Foundation; using CoreGraphics; using REFrostedViewController; namespace REFrostedViewController { /// <summary> /// REFrostedViewController view controller /// </summary> public class REFrostedViewController : UIViewController { #region Fields ...
// 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.Concurrent; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Abp.Events.Bus.Factories; using Abp.Events.Bus.Factories.Internals; using Abp.Events.Bus.Handlers; using Abp.Events.Bus.Handlers.In...
// Licensed to Elasticsearch B.V under one or more agreements. // Elasticsearch B.V licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Linq.Ex...
#region license // Copyright (c) 2009 Rodrigo B. de Oliveira (rbo@acm.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 co...
namespace Fonet.Image { using System; using System.Drawing; using System.Drawing.Imaging; using System.IO; using Fonet.DataTypes; using Fonet.Pdf.Filter; /// <summary> /// A bitmap image that will be referenced by fo:external-graphic. /// </summary> internal sealed unsafe class ...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // TplEtwProvider.cs // // <OWNER>[....]</OWNER> // // EventSource for TPL. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
// 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.InteropServices; using System.Text; // Name of namespace matches the name of the...
/* ==================================================================== */ using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Data; using System.Windows.Forms; using System.Xml; using System.Text; namesp...
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Net.Http; using System.Reflection; using NUnit.Framework; using Piccolo.Configuration; using Piccolo.Request; using Piccolo.Validation; using Shouldly; namespace Piccolo.Tests.Request { public class RequestHandlerInvok...
// 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 2012-2015 Aerospike, Inc. * * Portions may be licensed to Aerospike, Inc. under one or more contributor * license agreements. * * 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 Lice...
// // Copyright (C) 2010 Jackson Harper (jackson@manosdemono.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 limitation the rights to use,...
#region Copyright & License // // Copyright 2001-2005 The Apache Software Foundation // // 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) Leap Motion, Inc. 2011-2018. * * Leap Motion proprietary and confidential. * * * ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Text; using Spart; using Spart.Actions; using Spart.Parsers; using Spart.Parsers.NonTerminal; using Spart.Parsers.Primitives; using Spart.Scanners; using Debugger = Spart.Debug.Debugger; namespace SIL.Wri...
// 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 ...
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Copyright (c) GHI Electronics, LLC. // /////////////////////////////////////////////////////////////////////////...
using System; using System.Collections.Generic; using Marten.Storage; #nullable enable namespace Marten.Events { #region sample_IEvent public interface IEvent { /// <summary> /// Unique identifier for the event. Uses a sequential Guid /// </summary> Guid Id { get; set; } ...
/* Copyright 2007-2009 WebDriver committers Copyright 2007-2009 Google Inc. Portions copyright 2007 ThoughtWorks, 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/lice...
using UnityEngine; using System.Collections; using System.Runtime.InteropServices; /// MouseLook rotates the transform based on the mouse delta. /// Minimum and Maximum values can be used to constrain the possible rotation /// To make an FPS style character: /// - Create a capsule. /// - Add the MouseLook script to th...
/* **************************************************************************** * * Copyright (c) Microsoft Corporation. * * This source code is subject to terms and conditions of the Apache License, Version 2.0. A * copy of the license can be found in the License.html file at the root of this distribution. If ...
using System; using System.Collections.Generic; using Umbraco.Core; using Umbraco.Core.Models; using Umbraco.Core.Persistence.Caching; using System.Linq; using umbraco.BusinessLogic; namespace umbraco.cms.businesslogic.media { /// <summary> /// The Mediatype /// /// Due to the inheritance of the Conte...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #region Using directives using System; using System.Globalization; using System.Management.Automation; using System.Threading; #endregion namespace Microsoft.Management.Infrastructure.CimCmdlets { /// <summary> ...
namespace SqlStreamStore { using System; using System.Linq; using System.Threading; using System.Threading.Tasks; using SqlStreamStore.Streams; public partial class SqliteStreamStore { protected override async Task<AppendResult> AppendToStreamInternal( string streamId, ...
// 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; namespace ManagedTests.DynamicCSharp.Conformance.dynamic.SpecialNames.opspecial002 { // <Area>Dyna...
using System; using Lucene.Net.Documents; namespace Lucene.Net.Index { //using MemoryPostingsFormat = Lucene.Net.Codecs.memory.MemoryPostingsFormat; using Lucene.Net.Randomized.Generators; using Lucene.Net.Store; using Lucene.Net.Support; using Lucene.Net.Util; using NUnit.Framework; u...
namespace NQuery.Demo { partial class EditParameterForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources ...
using System; using System.Runtime.Serialization; namespace BeeDevelopment.Brazil { public partial class Z80A : IDeserializationCallback { private void InitialiseTables() { this.InitTableInc(); this.InitTableDec(); this.InitTableParity(); this.InitTableALU(); this.InitTableRotShift(); this.InitTa...
namespace More.Windows.Input { using FluentAssertions; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Xunit; public class NamedCommandTTest { [Theory] [MemberData( nameof( IdData ) )] public void new_named_d...
// 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.Globalization; using System.Diagnostics.Contracts;...
//--------------------------------------------------------------------------- // // File: HtmlLexicalAnalyzer.cs // // Copyright (C) Microsoft Corporation. All rights reserved. // // Description: Lexical analyzer for Html-to-Xaml converter // //-------------------------------------------------------------------------...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Data.Entity; using Microsoft.Data.Entity.Metadata; using Microsoft.Data.Entity.Relational.Migrations.Infrastructure; using Salusutis.Models; namespace Salusutis.Migrations { [ContextType(typeof(Applicat...
// 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.Globalization; using System.Collections.Generic; using System.Configuration.Assemblies...
//----------------------------------------------------------------------- // <copyright file="CombinationStream.cs" company="The Outercurve Foundation"> // Copyright (c) 2011, The Outercurve Foundation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except i...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web.Http.Description; using TaskManagment...
// 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.Bindables; using osu.Framework.Graphics; using osu.Framework...
//---------------------------------------------------------------------------------------- // // <copyright file="IncrementalCompileAnalyzer.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // Description: // Analyze the current project inputs, the com...
// 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.Generic; using System.ComponentModel; using System.Diagnostics.Contracts; using System.Globalization; using ...
// 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 ...
// This file is part of YamlDotNet - A .NET library for YAML. // Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013 Antoine Aubry // 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 wi...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
#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...
namespace AdventureWorks.Models { using System; using System.Data.Entity; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; public partial class AdventureWorksContext : DbContext { public AdventureWorksContext() : base("name=AdventureWorksContext") ...
// 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.Resources; using System.Text; using System.Diagnostics; using System.Globalization; using...
#region License // Copyright 2006 James Newton-King // http://www.newtonsoft.com // // This work is licensed under the Creative Commons Attribution 2.5 License // http://creativecommons.org/licenses/by/2.5/ // // You are free: // * to copy, distribute, display, and perform the work // * to make derivative works /...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using Orleans.Metadata; namespace Orleans.Runtime.Versions { internal class GrainVersionManifest { private readonly object _lockObj = new object(); private readonly ConcurrentDictionary<Grain...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; namespace Orleans.Runtime { internal class AssemblyLoader { #if !NETSTANDARD_TODO private readonly Dictionary<string, SearchOption> dirEnumArgs; private readonly HashS...
namespace Docker.DotNet { using System; using System.Collections.Generic; using System.Net; using System.Net.Http; using System.Text; using System.Threading.Tasks; using System.Threading; using Models; internal class SwarmOperations : ISwarmOperations { internal static r...
using Xunit; using Signum.Engine; using Signum.Entities; using Signum.Test.Environment; using Signum.Utilities; using Signum.Utilities.ExpressionTrees; using System; using System.Collections.Generic; using System.Linq; namespace Signum.Test.LinqProvider { public class SelectImplementationsTest1 { publi...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Net; using System.Text; namespace Palaso.Reporting { public class UsageReporter { private string _appNameToUseInDialogs; private string _appNameToUseInReporting; private ReportingSettings _settings; pri...
// // FileSystemQueueSource.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 2008 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without res...
using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Data; using System.Xml.Serialization; using VotingInfo.Database.Contracts; using VotingInfo.Database.Contracts.Data; ////////////////////////////////////////////////////////////// //Do not modify this file. Use a partial class to...
/* Project Orleans Cloud Service SDK ver. 1.0 Copyright (c) Microsoft Corporation All rights reserved. MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, inc...
// 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.Immutable; using System.Collections.ObjectModel; using Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator; using Microso...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Composite.C1Console.Elements; using Composite.C1Console.Elements.Plugins.ElementAttachingProvider; using Composite.C1Console.Security; using Composite.C1Console.Workflow; using Composite.Core.PageTemplates; using Composite.Core....
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. #region Using directives using System; using System.Management.Automation; using System.Management.Automation.SecurityAccountsManager; using System.Management.Automation.SecurityAccountsManager.Extensions; using Microsoft.PowerShell.LocalAcco...
/* * This file is part of UniERM ReportDesigner, based on reportFU by Josh Wilson, * the work of Kim Sheffield and the fyiReporting project. * * Prior Copyrights: * _________________________________________________________ * |Copyright (C) 2010 devFU Pty Ltd, Josh Wilson and Others| * | (http://reportfu.org) ...
// 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.Diagnostics; using System.IO; using System.Reflection; using System.Runtime.InteropServices; using Android.Ru...
// Copyright (c) 2021 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...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ProjectDataService.cs" company="None"> // None // </copyright> // <summary> // Defines the ProjectDataHelper type. // </summary> // --------------------------------------------...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; namespace NDeproxy { public class Deproxy { static readonly Logger log = new Logger("Deproxy"); public static readonly string REQUEST_ID_HEADER_NAME = "Deproxy-Request-ID"; public static readonly...
/* * 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.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Windows.Forms; using Ionic.Zip; using Ionic.Zlib; using Ninject; using Ninject.Extensions.Logging; using SharpFlame.Core.Extensions; using SharpFlame.Core.Parsers; using SharpFla...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using StructureMap.Configuration.DSL; using StructureMap.Configuration.DSL.Expressions; using StructureMap.TypeRules; using StructureMap.Util; namespace StructureMap.Graph { public...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Globalization; using Xunit; namespace System.Tests { ...
#region License /* ********************************************************************************** * Copyright (c) Roman Ivantsov * This source code is subject to terms and conditions of the MIT License * for Irony. A copy of the license can be found in the License.txt file * at the root of this distribution. ...
#region Copyright (C) 2009 by Pavel Savara /* This file is part of jni4net library - bridge between Java and .NET http://jni4net.sourceforge.net/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundati...
// <copyright company="Simply Code Ltd."> // Copyright (c) Simply Code Ltd. All rights reserved. // Licensed under the MIT License. // See LICENSE file in the project root for full license information. // </copyright> namespace PackIt.Test.Controllers { using System; using System.Collections.Generic; using...
//#define TRACE_SERIALIZATION using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.Serialization; using System.Text; using Orleans.CodeGeneration; using Orleans....
/* Copyright (c) 2004-2009 Krzysztof Ostrowski. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and ...
using NetApp.Tests.Helpers; using Microsoft.Azure.Management.NetApp; using Microsoft.Azure.Management.Resources; using Microsoft.Azure.Test.HttpRecorder; using Microsoft.Rest.ClientRuntime.Azure.TestFramework; using System.IO; using System.Linq; using System.Net; using System.Reflection; using Xunit; using System; usin...
using System.Collections.Generic; using NUnit.Framework; // ReSharper disable InconsistentNaming namespace SSCases.TestCases { public class AAAAAA { private static readonly Case[] _allCases = { new EMPTY(), new PATTERN(), new ________________________________...
#region License /* The MIT License Copyright (c) 2008 Sky Morey 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, ...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.IO; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.Configuration; using Newtonsoft.Json; using Newtonsoft.Json.Linq; namespace Zyborg.Vault.MockServer.Storage { /// <summary> /...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Drawing; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Reflection; using System.Security.AccessControl; using System.Text; using System.Text.Regular...
using System; using System.Linq; using System.Threading.Tasks; using Baseline; using Marten.Storage; using Marten.Testing.Events.Projections; using Marten.Testing.Events.Utils; using Marten.Testing.Harness; using Shouldly; using Weasel.Postgresql; using Xunit; namespace Marten.Testing.Events { [Collection("project...
// 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.Linq; using System.Reflection; using System.Runtime.CompilerServices; namespace Avalonia { ...