context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; using AutoMoq; using FizzWare.NBuilder; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using NerdBudget.Core.Models; using NerdBudget.Core.Services; using NerdBudget.Web; using NerdBudget.Web.ApiControllers; using Newtons...
namespace System.Workflow.ComponentModel.Design { using System; using System.IO; using System.Xml; using System.Reflection; using System.Collections; using System.Globalization; using System.ComponentModel; using System.Collections.Generic; using System.ComponentModel.Design; usi...
using System; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Diagnostics; using System.Globalization; namespace CartographerLibrary { /// <summary> /// Base class for all graphics objects. /// </summary> public abstract class G...
//------------------------------------------------------------------------------ // <copyright file="_Events.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">[....]</owner> ...
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the Microsoft Public License. // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A P...
// Copyright 2008 Adrian Akison // Distributed under license terms of CPOL http://www.codeproject.com/info/cpol10.aspx using System; using System.Collections.Generic; using System.Text; namespace RaidScheduler.Domain.DomainModels.Combinations { /// <summary> /// Combinations defines a meta-collection, typicall...
#region PDFsharp - A .NET library for processing PDF // // Authors: // Stefan Lange (mailto:Stefan.Lange@pdfsharp.com) // // Copyright (c) 2005-2009 empira Software GmbH, Cologne (Germany) // // http://www.pdfsharp.com // http://sourceforge.net/projects/pdfsharp // // Permission is hereby granted, free of charge, to ...
namespace Simple.Data.SqlTest { using System.Collections.Generic; using System.Dynamic; using System.Linq; using NUnit.Framework; using Resources; [TestFixture] public class UpsertTests { [TestFixtureSetUp] public void Setup() { DatabaseHelper.Reset()...
// 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.Reflection.Emit { using System; using System.Globalization; using System.Diagnost...
// 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.Globalization { /// <remarks> /// Rules for the Hijri calendar: /// - The Hijri calen...
using System; using System.Text; 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. * The ASF licenses...
#region LGPL License /* Axiom Game Engine Library Copyright (C) 2003 Axiom Project Team The overall design, and a majority of the core engine and rendering code contained within this library is a derivative of the open source Object Oriented Graphics Engine OGRE, which can be found at http://ogre.sourceforge.net. ...
namespace System.ComponentModel { using Moq; using System; using System.ComponentModel.Design; using Xunit; using static Moq.Times; public class IServiceContainerExtensionsTest { [Fact] public void add_service_should_register_callback() { // arrange ...
#region License // Copyright (c) 2007 James Newton-King // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restriction, including without limitation the rights to use, // copy, ...
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Activation { using System; using System.Collections; us...
// // MetadataServiceJob.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 2006-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 r...
// uScript Action Node // (C) 2011 Detox Studios LLC using UnityEngine; using System.Collections; [NodePath("Actions/Toggle")] [NodeCopyright("Copyright 2011 by Detox Studios LLC")] [NodeToolTip("Toggles the active state of a component on the Target GameObjects.")] [NodeAuthor("Detox Studios LLC", "http://www.detoxs...
using System.Collections.Generic; using System.Linq; using System.Text; namespace SchemaZen.Library.Models; public class DatabaseDiff { public List<SqlAssembly> AssembliesAdded = new(); public List<SqlAssembly> AssembliesDeleted = new(); public List<SqlAssembly> AssembliesDiff = new(); public Database Db; public...
/* ==================================================================== */ using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Windows.Forms; using Syst...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; using System.Runtime.CompilerServices; using static System.TestHelpers; namespace System.SpanTests { ...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
/* * Copyright (c) Contributors, http://aurora-sim.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must reta...
// dnlib: See LICENSE.txt for more info using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Text; using dnlib.IO; using dnlib.PE; namespace dnlib.DotNet.Writer { sealed class ManagedExportsWriter { const uint DEFAULT_VTBL_FIXUPS_ALIGNMENT = 4; const uint DEFAUL...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Msagl.Core; using Microsoft.Msagl.Core.DataStructures; using Microsoft.Msagl.Core.Geometry; using Microsoft.Msagl.Core.Geometry.Curves; using Microsoft.Msagl.Core.GraphAlgorithms; using Microsoft.Msagl.Core.Layout; using Microsoft.Msagl....
using System; using System.Collections; using BigMath; using NUnit.Framework; using Raksha.Asn1; using Raksha.Asn1.CryptoPro; using Raksha.Asn1.Nist; using Raksha.Asn1.Sec; using Raksha.Asn1.TeleTrust; using Raksha.Asn1.X9; using Raksha.Crypto; using Raksha.Crypto.Parameters; using Raksha.Math; using Raksha.Pkcs; usin...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /*============================================================ ** ** ** ** ** ** Purpose: class to sort arrays ** *...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Web; using System.Web.UI.WebControls; using Vevo.Domain; using Vevo.Domain.Products; using Vevo.Domain.Stores; using Vevo.WebAppLib; using Vevo.WebUI; using Vevo.WebUI.Products; public partial c...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Net; using System.Net.Http; using System.Web.Http; using Microsoft.VisualStudio.TestTools.UnitTesting; using AutoMoq; using FizzWare.NBuilder; using Moq; using FluentValidation; using Fluent...
using System; using System.Collections.Generic; using UnityEngine; public class NcCurveAnimation : NcEffectAniBehaviour { private class NcComparerCurve : IComparer<NcCurveAnimation.NcInfoCurve> { protected static float m_fEqualRange = 0.03f; protected static float m_fHDiv = 5f; public int Compare(NcCurveAnim...
/* ==================================================================== 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 ...
/* * Qa full api * * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: all * * Generated by: https://github.com/swagger-api/swagger-codegen.git * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use ...
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // ElementAtQueryOperat...
// 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 System.Linq.Expressions.Tests { public static class BinaryShiftTests { #regi...
/******************************************************************************* // Copyright (C) 2000-2006 Microsoft Corporation. All rights reserved. * ****************************************************************************/ #region Using directives using System; using System.Collections; using System.Collecti...
// 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.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeActi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections; using System.Diagnostics; [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Mic...
// 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.ComponentModel.Composition; using System.Linq; using System.Threading; using System.Threading.Tas...
//------------------------------------------------------------------------------ // <copyright file="HtmlTableRow.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //---------------------------------...
using Entitas; using NSpec; class describe_Context : nspec { void when_created() { IContext<TestEntity> ctx = null; before = () => { ctx = new MyTestContext(); }; it["increments creationIndex"] = () => { ctx.CreateEntity().creationIndex.should_be(0); ...
//--------------------------------------------------------------------------- // // File: HtmlXamlConverter.cs // // Copyright (C) Microsoft Corporation. All rights reserved. // // Description: Prototype for Html - Xaml conversion // //--------------------------------------------------------------------------- name...
// // SubExpressionType.cs.cs // // This file was generated by XMLSPY 2004 Enterprise Edition. // // YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE // OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION. // // Refer to the XMLSPY Documentation for further details. // http://www.altova.com/xmlspy // using System; using S...
namespace System.Workflow.Activities { #region Imports using System; using System.Text; using System.Reflection; using System.Collections; using System.CodeDom; using System.ComponentModel; using System.ComponentModel.Design; using System.Drawing.Design; using System.Drawing; ...
using System.Collections.Generic; using System.Linq; using Chutzpah.FrameworkDefinitions; using Chutzpah.Models; using Chutzpah.Utility; using Chutzpah.Wrappers; using Moq; using Xunit; namespace Chutzpah.Facts { public class TestHarnessBuilderFacts { private const string TestTempateContents = @" <!DOC...
/* * 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 ...
// Copyright 2006 Alp Toker <alp@atoker.com> // This software is made available under the MIT License // See COPYING for details using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Text.RegularExpressions; using System.Globalization; namespace DBus { using Authentication;...
/* * ListView.cs - Implementation of the * "System.Windows.Forms.ListView" class. * * Copyright (C) 2003 Neil Cawse. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2...
// This file is part of Wintermute Engine // For conditions of distribution and use, see copyright notice in license.txt // http://dead-code.org/redir.php?target=wme using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Win...
// 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.Net.Test.Common; using System.Threading; using System.Threading.Tasks...
#region Namespaces using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.IO; using System.Linq; using System.Windows.Interop; using Autodesk.Revit.ApplicationServices; using Autodesk.Revit.Attributes; using Autodesk.Revit.DB; using Autodesk.Revit.UI; using Autodesk...
// 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.dynamicType.overloadResolution.indexer.setter...
// Authors: Robert M. Scheller, James B. Domingo using System.Collections.Generic; using System.Diagnostics; using Landis.Utilities; using Landis.Core; using Landis.Library.Succession; using Landis.Library.Parameters; namespace Landis.Extension.Succession.Biomass { /// <summary> /// The parameters for biom...
using System.IO; using System.Web.UI; using System.Xml; using Rainbow.Framework; using Rainbow.Framework.DataTypes; using Rainbow.Framework.Web.UI.WebControls; namespace Rainbow.Content.Web.Modules { using Rainbow.Framework.Web.UI.WebControls; /// <summary> /// The OneFileModule provides basis for a module that o...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. // // SmtpClientTest.cs - NUnit Test Cases for System.Net.Mail.SmtpClient // // Authors: // John Luke (john.luke@gmail.com) // // (C) 2006 John Luke // using System.IO; using System.Net....
using NetDimension.NanUI.JavaScript.Renderer; using Xilium.CefGlue; namespace NetDimension.NanUI.JavaScript; internal static class JavaScriptTypeConverterExtension { public static JavaScriptValue ToJavaScriptValue(this CefV8Value v8Value) { JavaScriptValue jsValue; if (v8Value == null/* || !...
namespace Microsoft.Protocols.TestSuites.MS_WDVMODUU { using System.Collections.Specialized; using Microsoft.Protocols.TestSuites.Common; using Microsoft.Protocols.TestTools; using Microsoft.VisualStudio.TestTools.UnitTesting; /// <summary> /// Traditional tests for IgnoredHeaders scenario....
// 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 System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Diagnostics.Contracts; usin...
//--------------------------------------------------------------------- // <copyright file="LeftCellWrapper.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // // @owner [....] // @backupOwner [....] //-----------------------------------------------------------...
// // System.Collections.Generic.Stack // // Authors: // Martin Baulig (martin@ximian.com) // Ben Maurer (bmaurer@ximian.com) // // (C) 2003, 2004 Novell, Inc. // // // Copyright (C) 2004 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this s...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
using System; using System.Linq; using Baseline; using Baseline.Dates; using Weasel.Postgresql; using Marten.Testing.Harness; using Marten.Util; using Shouldly; using Xunit; using Xunit.Abstractions; namespace Marten.Testing.Bugs { public class Bug_432_querying_with_UTC_times_with_offset: BugIntegrationContext ...
// 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.Linq.Expressions; using Microsoft.AspNetCore.Html; namespace Microsoft.AspNetCore.Mvc.Rendering { /// <summary> /// Label-related extensions for <...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="Task.cs" company="Slash Games"> // Copyright (c) Slash Games. All rights reserved. // </copyright> // ----------------------------------------------------------------------------...
/* 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 ...
// <copyright file="LinearAlgebraProviderTests.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // http://mathnetnumerics.codeplex.com // // Copyright (c) 2009-2015 Math.NET // // Permission is hereby granted, free...
using System; using Raksha.Crypto.Engines; using Raksha.Crypto.Parameters; using Raksha.Crypto.Utilities; using Raksha.Utilities; namespace Raksha.Crypto.Digests { /** * implementation of GOST R 34.11-94 */ public class Gost3411Digest : IDigest { private const int DIGEST_LENGTH = 32; private byte[] H = new...
//*********************************************************// // 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, ...
#region License Agreement - READ THIS FIRST!!! /* ********************************************************************************** * Copyright (c) 2008, Kristian Trenskow * * All rights reserved. * *****************...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. //////////////////////////////////////////////////////////////////////////// // // // Purpose: This Class defines ...
using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; namespace WebApplication2 { /// <summary> ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace Factotum { public partial class MeterView : Form { // ---------------------------------------------------------------------- // Initializa...
using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Data; using System.Windows.Forms; using System.Drawing.Imaging; using System.Threading; namespace EarLab.Viewers.Layouts { /// <summary> /// Summary description for Layout2DColor. /// </summary> public class Lay...
// // Main.cs // // Author: // Jonathan Pobst <monkey@jpobst.com> // // Copyright (c) 2010 Jonathan Pobst // // 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,...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; using System.Runtime.CompilerServices; namespace System.Runtime.InteropServ...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Threading; using System.Globalization; using System.ComponentModel; using System.Windows.Markup;// For ValueSerializerAttribute using System.Windows.Threading; // For DispatcherObject using System.Security.P...
using System; using System.Collections.Generic; namespace Theodis.Algorithm { /// <summary> /// An ordered queue. /// </summary> /// <typeparam name="T">The type of the items in the queue.</typeparam> public class PriorityQueue<T> { private List<T> L; private Comparison<T> cmp; ...
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; public enum PromptType { Ingredient, Action, Message }; public class PromptControl : MonoBehaviour { [Header("General Parameters")] public float popupSpeed = 10.0f; public Vector2 finalScale = Vector2...
/* Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
#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...
// 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.Reflection; using System.Globalization; using System.Collections.Generic; using System.IO...
using System; namespace VaultAtlas.DataModel { [Flags] public enum DateKnownState { AllKnown = 0, YearUnknown = 1, MonthUnknown = 2, DayUnknown = 4 } [Serializable] public struct ShowDate : IComparable, IFormattable, IConvertible { public static char[] UnknownDi...
/********************************************************************++ Copyright (c) Microsoft Corporation. All rights reserved. --********************************************************************/ using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Refle...
// 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 2008 ZXing 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 agreed ...
#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, ...
// SF API version v50.0 // Custom fields included: False // Relationship objects included: True using System; using NetCoreForce.Client.Models; using NetCoreForce.Client.Attributes; using Newtonsoft.Json; namespace NetCoreForce.Models { ///<summary> /// Topic Feed ///<para>SObject Name: TopicFeed</para> ///<para>...
#region license /* DirectShowLib - Provide access to DirectShow interfaces via .NET Copyright (C) 2007 http://sourceforge.net/projects/directshownet/ This library 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 Found...
using System; using System.Windows; using System.Windows.Forms; using System.Drawing; using Microsoft.Win32; namespace Earlab { /// <summary> /// Summary description for RegistryParameters. /// </summary> public class RegistryParameter { private RegistryKey mRegistryKey = null; private string mParameterName =...
// 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; namespace System.Xml.Linq { internal class XNodeBuilder : XmlWriter { ...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: POGOProtos/Networking/Requests/Messages/FortRecallPokemonMessage.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global:...
// 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. namespa...
using System.IO; using System.Linq; using System.Text; namespace DotKafka.Prototype.Common.Protocol.Types { public interface IType { void Write(MemoryStream buffer, object item); object Read(MemoryStream buffer); object Validate(object item); int SizeOf(object item); } ...
// 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.Numerics; using System.Security.Cryptography; using System.Security.Cryptography.X509Certificates; using Mi...
//----------------------------------------------------------------------- // // Microsoft Windows Client Platform // Copyright (C) Microsoft Corporation. All rights reserved. // // File: PriorityQueue.cs // // Contents: Implementation of PriorityQueue class. // // Created: 2-14-2005 Niklas Borson (niklasb)...
/* * 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 ...
// 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.Text.Encodings.Web; using System.Threading.Tasks; using Microsoft.AspNet...
using J2N.Text; using J2N.Threading.Atomic; using Lucene.Net.Diagnostics; using Lucene.Net.Index; using Lucene.Net.Store; using Lucene.Net.Util; using System; using System.Collections.Generic; using System.Linq; using JCG = J2N.Collections.Generic; namespace Lucene.Net.Codecs.RAMOnly { /* * Licensed to the Ap...
#region Copyright notice and license // Copyright 2015, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyrig...
// 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 Xunit; namespace System.ComponentModel.DataAnnotations.Tests { public c...
//! \file ImageMAI.cs //! \date Sun May 03 10:26:35 2015 //! \brief MAI image formats implementation. // // 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 ...
using System; using System.Drawing; using System.Collections.Generic; using System.ComponentModel; using System.Windows.Forms; namespace InstallerEditor { /// <summary> /// Summary description for TemplatesEditor. /// </summary> public class TemplatesEditor : System.Windows.Forms.Form { pri...