context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// Stubs for the namespace Microsoft.SqlServer.Management.Smo. Used for mocking in tests. using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalization; using System.Security; using System.Runtime.InteropServices; namespace Microsoft.SqlServ...
// *********************************************************************** // Copyright (c) 2011 Charlie Poole, Rob Prouse // // 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 restri...
using DataBox.Tests.Helpers; using Microsoft.Azure.Management.DataBox; using Microsoft.Azure.Management.DataBox.Models; using Microsoft.Azure.Management.Resources; using Microsoft.Azure.Management.Resources.Models; using Microsoft.Rest.ClientRuntime.Azure.TestFramework; using System; using System.Collections.Generic; u...
using System; namespace Weborb.Protocols.JsonRPC { /// <summary> /// Represents a reader that provides fast, non-cached, forward-only /// access to JSON data. /// </summary> public abstract class JsonReader : IDisposable { private JsonToken _token; private int _depth; ...
// 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.Diagnostics.CodeAnalysis; using System.Linq; using System.Xml.Linq; namespace Microsoft.As...
/* * Copyright (C) Sony Computer Entertainment America LLC. * All Rights Reserved. */ using System; using System.Collections.Generic; using System.Linq; using System.Text; using ActiproSoftware.SyntaxEditor; namespace Sce.Sled.SyntaxEditor.Intellisense.Lua.Parser.AST { // ===================================...
// ******************************************************************************************************** // Product Name: DotSpatial.Projection // Description: The basic module for MapWindow version 6.0 // ******************************************************************************************************** // //...
//------------------------------------------------------------------------------ // <copyright file="CommandBuilder.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">[....]</owner> // <owner current="true" primary="false">[...
#region PDFsharp - A .NET library for processing PDF // // Authors: // Stefan Lange // // Copyright (c) 2005-2016 empira Software GmbH, Cologne Area (Germany) // // http://www.pdfsharp.com // http://sourceforge.net/projects/pdfsharp // // Permission is hereby granted, free of charge, to any person obtaining a // copy...
/* ==================================================================== 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 Y...
using UnityEngine; using System.Collections.Generic; using System.IO; using Flocking; using SteeringBehaviors; public class Main : MonoBehaviour { readonly int NUM_BIRDS_GAME = 200; // number of birds for the mini-game readonly string SAVEFILE = "highscores.sav"; enum State { NotStarted, // th...
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using Cosmos.Common.Extensions; using ZLibrary.Machine.Opcodes; namespace ZLibrary.Machine { public class ZInterpreter { public int Finished; private Opcode[] OP0Opcodes; private Opcode[] OP1Opcodes; private Opcode[] OP2Opcodes; private Opcode[] VAROpcodes; ...
// 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 Xunit; namespace System.PrivateUri.Tests { public static class UriTests { [Inli...
// Graph Engine // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.md file in the project root for full license information. // using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Threading; using System.Threadi...
// 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 Microsoft.CSharp.RuntimeBinder.Semantics; using Microsoft.CSharp.Runti...
// 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.Security.Cryptography.Asn1; using Xunit; namespace System.Security.C...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Orleans.GrainDirectory; using Orleans.Hosting; using Orleans.Runtime.Scheduler; using Orleans.Runtime.MultiClusterNetwork; usi...
using System; using System.Reflection; using Invio.Xunit; using Xunit; namespace Invio.Extensions.Reflection { [UnitTest] public sealed class CachedDelegatesFieldInfoExtensionsTests { [Fact] public void CreateGetter_BothTyped_Null() { // Arrange FieldInfo field = nul...
namespace Microsoft.HockeyApp.Services.Device { using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using global::Windows.ApplicationModel.Core; using global::Windows...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information. using System; namespace IronPythonTest { public enum DeTestEnum { Value_0, Value_1, ...
using System; using System.Collections.Generic; using System.Linq; using NBitcoin; using NBitcoin.Scripting; using NBXplorer.DerivationStrategy; namespace BTCPayServer { public class DerivationSchemeParser { public BTCPayNetwork BtcPayNetwork { get; } public Network Network => BtcPayNetwork.NB...
using Bridge.Contract; using Bridge.Contract.Constants; using ICSharpCode.NRefactory.CSharp; using ICSharpCode.NRefactory.CSharp.Refactoring; using ICSharpCode.NRefactory.CSharp.Resolver; using ICSharpCode.NRefactory.Semantics; using ICSharpCode.NRefactory.TypeSystem; using ICSharpCode.NRefactory.TypeSystem.Implementat...
// source https://github.com/Athari/Alba.Framework/search?q=bidictionary&ref=cmdform using System; using System.Collections; using System.Collections.Generic; using System.Runtime.Serialization; namespace Neitri { [Serializable] //[DebuggerDisplay("Count = {Count}"), DebuggerTypeProxy(typeof(DictionaryDebugView<,>)...
// 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.Linq; using System.Xml.Linq; using CoreXml.Test.XLinq; using Microsoft.Test.ModuleCore; namespace XLinqTes...
using System; using System.Collections.Generic; using ModestTree; namespace Zenject { public abstract class FactoryProviderBase<TValue, TFactory> : IProvider where TFactory : IFactory { readonly List<TypeValuePair> _factoryArgs; object _factory; public FactoryProviderBase(DiCon...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / /// <summary> /// ChannelResource /// </summary> using Newtonsoft.Json; using System; using System.Collections.Generic; using Twilio.Base; using Twilio.Clients; using Twilio.Converters; using Twilio.Exceptio...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // // This is a test case created by briansul. it compares // the result of a constant against the result of a varia...
/** * Copyright (c) 2015 Entertainment Intelligence Lab. * Last edited by Matthew Guzdial 06/2015 * * 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/license...
using Telegram.Bot.Tests.Integ.Framework.XunitExtensions; namespace Telegram.Bot.Tests.Integ.Framework { public static class Constants { public const string CategoryTraitName = "Category"; public const string InteractiveCategoryValue = "Interactive"; public const string MethodTraitNam...
// // Mono.Data.SqliteClient.SqliteConnection.cs // // Represents an open connection to a Sqlite database file. // // Author(s): Vladimir Vukicevic <vladimir@pobox.com> // Everaldo Canuto <everaldo_canuto@yahoo.com.br> // // Copyright (C) 2002 Vladimir Vukicevic // // Permission is hereby granted, free of...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. namespace IdentityBase.EntityFramework.Stores { using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; ...
using UnityEngine; using System; using System.Collections; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; namespace UnityEditor.XCodeEditor { public class PBXResolver { private class PBXResolverReverseIndex : Dictionary<string, string> {} private PBXDictionary object...
/** * Stats.cs * Basic Statistics Library. * * Author: Eric Carestia * Copyright: EC Computers, LLC. * Creation Date: April 21, 2012 * Version: 1.0.2; * * Statistics class implements basic * statistical functions (mean, median, quartiles,etc.) * * This libary will implement further statistical functions...
/********************************************************************++ Copyright (c) Microsoft Corporation. All rights reserved. --********************************************************************/ #if !SILVERLIGHT #if !CLR2 using System.Linq.Expressions; #else using Microsoft.Scripting.Ast; #endif using System.C...
// // 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...
using System; using System.Collections.Generic; using System.Text; using System.Windows.Forms; using System.Drawing; using System.Drawing.Design; using System.ComponentModel; using AxiomCoders.PdfTemplateEditor.EditorStuff; using AxiomCoders.PdfTemplateEditor.Common; using System.Drawing.Drawing2D; using System.Xml; ...
// 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) 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.Threading.Tasks; using ThinMvvm.Data; using ThinMvvm.Data.Infrastructure; using ThinMvvm.Tests.TestInfrastructure; using Xunit; namespace ThinMvvm.Tests.Data { public sealed class FormTests { private sealed class IntForm : Form<int> {...
// // 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...
// 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.Intrinsics; namespace System.Runtime.Intrinsics.X86 { /// <summary> /// ...
using System; using System.Text; using System.Data; using System.Data.SqlClient; using System.Data.Common; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Xml; using System.Xml.Serialization; using SubSonic; using SubSonic.Utilities;...
// 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 Xunit; namespace System.Text.Tests { public static partia...
/******************************************************************************* INTEL CORPORATION PROPRIETARY INFORMATION This software is supplied under the terms of a license agreement or nondisclosure agreement with Intel Corporation and may not be copied or disclosed except in accordance with the terms of that ag...
/* * 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.1 * Contact: devcenter@docusign.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using Syste...
// // (C) Copyright 2003-2011 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software in // object code form for any purpose and without fee is hereby granted // provided that the above copyright notice appears in all copies and // that both that copyright notice and the limited warranty a...
using AllReady.Areas.Admin.Controllers; using AllReady.Areas.Admin.Features.Organizations; using AllReady.Areas.Admin.Features.Site; using AllReady.Areas.Admin.Features.Users; using AllReady.Extensions; using AllReady.Features.Manage; using AllReady.Models; using AllReady.UnitTest.Extensions; using MediatR; using Micro...
using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Windows.Forms; using DpSdkEngLib; using DPSDKOPSLib; using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; using System.Linq; ...
// ----------------------------------------------------------------------- // <copyright file="Dispatcher.cs" company="Steven Kirk"> // Copyright 2013 MIT Licence. See licence.md for more information. // </copyright> // ----------------------------------------------------------------------- using System; using System....
/* * 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 ...
// // VirtualXmlSerializerTests.cs // // Author: // Scott Thomas <lunchtimemama@gmail.com> // // Copyright (c) 2010 Scott Thomas // // 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) 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...
/************************************************************************************ Filename : OVRGamepadController.cs Content : Interface to XBox360 controller Created : January 8, 2013 Authors : Peter Giokaris Copyright : Copyright 2013 Oculus VR, Inc. All Rights reserved. Use of this ...
/* * 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 o...
using System.Globalization; using System.Net; using System.Web; using FluentAssertions; using FluentAssertions.Extensions; using Humanizer; using JsonApiDotNetCore.Configuration; using JsonApiDotNetCore.Queries.Expressions; using JsonApiDotNetCore.Serialization.Objects; using Microsoft.Extensions.DependencyInjection; u...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System.Collections.Generic; using System.Xml; using System.Management.Automation.Internal; namespace Microsoft.PowerShell.Commands.Internal.Format { /// <summary> /// Class to load the XML document into data ...
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including wit...
using UnityEngine; using UnityEditor; using System.IO; using System.Xml; using System.Xml.Serialization; using System.Collections.Generic; namespace PixelCrushers.DialogueSystem { /// <summary> /// This is a base class for custom converter windows. /// </summary> public class AbstractConverterWindow : EditorWindo...
using YAF.Lucene.Net.Index; using YAF.Lucene.Net.Store; using YAF.Lucene.Net.Util; using YAF.Lucene.Net.Util.Packed; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; namespace YAF.Lucene.Net.Codecs.Compressing { /* * Licensed to the Apache S...
//------------------------------------------------------------------------------ // <copyright file="ColumnHeader.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //---------------------------------...
// // RevisionInternal.cs // // Author: // Zachary Gramana <zack@xamarin.com> // // Copyright (c) 2014 Xamarin Inc // Copyright (c) 2014 .NET Foundation // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to ...
// 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.Globalization; using System.Collections.Generic; using System.Diagnostics; namespace System.Net.Mime {...
/* * 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 Microsoft.Win32.SafeHandles; using System.Collections.Generic; using System.Diagnostics.Contracts; using Syst...
using System; using System.IO; using System.Xml; using System.Collections; namespace Server.Engines.Reports { public class StaffHistory : PersistableObject { #region Type Identification public static readonly PersistableType ThisTypeID = new PersistableType( "stfhst", new ConstructCallback( Construct ) ); pri...
using System; using System.Collections.Generic; using System.Xml; using System.IO; namespace ExcelDataReader.Portable.Core.OpenXmlFormat { internal class XlsxWorkbook { private const string N_sheet = "sheet"; private const string N_t = "t"; private const string N_si = "si"; priv...
using System; using System.Collections; using System.IO; using System.Runtime.InteropServices; using System.Runtime.Serialization; namespace Python.Runtime { /// <summary> /// The managed metatype. This object implements the type of all reflected /// types. It also provides support for single-inheritance f...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.IO; using System.Windows.Forms; using System.Xml; namespace Projects { public partial class MainForm : Form { public MainForm() { InitializeComponen...
// DeflaterEngine.cs // // Copyright (C) 2001 Mike Krueger // Copyright (C) 2004 John Reilly // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or // modify it under the terms of...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace System.ComponentModel { /// <summary> /// <para>Specifies the category in which the property or...
// // 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...
/* * 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...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. //------------------------------------------------------------------------------ using System.Data.ProviderBase; using System.Diagnostics; namespace System.Data.Com...
// // Copyright (C) DataStax Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
/* * 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 not u...
// 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 System.Xml { // Represents an entity reference node. // <code>EntityRe...
using System; using System.Collections.Generic; using ModestTree; using System.Linq; using Zenject.Commands; namespace Zenject { // Zero parameter public class CommandBindingFinalizer<TCommand, THandler> : CommandBindingFinalizerBase<TCommand, THandler, Action> where TCommand : Command { ...
/************************************************************************************ Copyright : Copyright (c) Facebook Technologies, LLC and its affiliates. All rights reserved. Licensed under the Oculus Utilities SDK License Version 1.31 (the "License"); you may not use the Utilities SDK except in compliance with t...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace pltkw3msShipping.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using Xunit; namespace System.Numerics.Tests { public class cast_fromTest { ...
// 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.Linq; using System.Threading; using...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Runtime.InteropServices; using System.Runtime.Serialization; using GlmSharp.Swizzle; // ReSharper disable InconsistentNaming namespace GlmSharp { /// <summary> /// A matrix of type decimal w...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: A1019Response.txt #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.ProtocolBuffers; using pbc = global::Google.ProtocolBuffers.Collections; using pbd = global::Google.ProtocolBuffers.Descriptors; us...
/* Copyright 2021 Jeffrey Sharp Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS A...
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="InMemoryDatabase.cs"> // Copyright (c) 2017. All rights reserved. Licensed under the MIT license. See LICENSE file in // the project root for full license information. // <...
#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 UnityEngine; using System; using UnityEngine.Events; namespace UnityStandardAssets.CinematicEffects { // TODO: Retina support for the wheels (not sure how Unity handles Retina) // TODO: Cleanup all the temp stuff [ExecuteInEditMode] [RequireComponent(typeof(Camera))] [AddComponentMenu("Image...
// Lucene version compatibility level 4.8.1 using Lucene.Net.Analysis.TokenAttributes; using Lucene.Net.Util; namespace Lucene.Net.Analysis.Miscellaneous { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with ...
// 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...
using System; using System.Runtime.CompilerServices; namespace YAF.Lucene.Net.Codecs.Lucene40 { /* * 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 o...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using Microsoft.Data.Entity.Relational.Migrations; using Microsoft.Data.Entity.Relational.Migrations.Builders; using Microsoft.Data.En...
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 //...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
using System; using ChainUtils.BouncyCastle.Crypto.Parameters; using ChainUtils.BouncyCastle.Crypto.Utilities; namespace ChainUtils.BouncyCastle.Crypto.Engines { /** * A Noekeon engine, using direct-key mode. */ public class NoekeonEngine : IBlockCipher { private const int GenericSize = 16; // Block and key s...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Xunit; using System; using System.Collections; using System.Collections.Specialized; using GenStrings; namespace System.Collections.Specialized.Tests { publ...
// 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.Threading; using Xunit; namespace System.Linq.Parallel.Tests { p...
/* * TestXmlTextWriter.cs - Tests for the * "System.Xml.TestXmlTextWriter" class. * * 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 Foundat...
using Lucene.Net.Search.Spans; using NUnit.Framework; namespace Lucene.Net.Search { /* * 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. ...