context
stringlengths
2.52k
185k
gt
stringclasses
1 value
public void SetUpWholeDefinition(){ DocumentDefinition = new X12DocDefinition(); //MainLoops var Loop2000ADefinition = new LoopDefinition(999); Loop2000ADefinition.LoopName = "2000A"; Loop2000ADefinition.LoopDescription = "INFORMATIONSOURCELEVEL"; DocumentDefinition.loops.Add(Loop2000ADefinition); var Loop2100ADef...
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2005 // // File: InterleavedZipPartStream.cs // // Description: The class InterleavedZipPartStream is used to wrap one or more Zip // part stream...
#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, ...
// 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; namespace System { // TimeSpan represents a duration of time. A TimeSpan can be ne...
// Copyright (c) 2019 Jeff Skaistis // This software is licensed under the MIT license (http://opensource.org/licenses/MIT) using System; using System.Runtime.InteropServices; namespace Icu { internal static partial class NativeMethods { private class BiDiMethodsContainer { [UnmanagedFunctionPointer(CallingC...
#pragma warning disable 169 // ReSharper disable InconsistentNaming namespace NEventStore { using System; using System.Collections.Generic; using System.Linq; using FakeItEasy; using FluentAssertions; using NEventStore.Persistence; using NEventStore.Persistence.AcceptanceTests; using ...
using YAF.Lucene.Net.Index; using YAF.Lucene.Net.Support; using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using JCG = J2N.Collections.Generic; namespace YAF.Lucene.Net.Search { /* * Licensed to the Apache Software Founda...
using System; using System.IO; using System.Threading; using Avalonia.Media.Imaging; using Avalonia.Platform; using Avalonia.Skia.Helpers; using Avalonia.Visuals.Media.Imaging; using SkiaSharp; namespace Avalonia.Skia { /// <summary> /// Skia based writeable bitmap. /// </summary> internal class Writea...
/******************************************************************************* * Copyright (c) 2013, Daniel Murphy * 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 ...
// ---------------------------------------------------------------------------------- // // Copyright Microsoft 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 the License at // http://www.apac...
using System; using System.Linq; using System.Runtime.InteropServices; using Torque6.Engine.SimObjects; using Torque6.Engine.SimObjects.Scene; using Torque6.Engine.Namespaces; using Torque6.Utility; namespace Torque6.Engine.SimObjects.GuiControls { public unsafe class GuiMessageVectorCtrl : GuiControl { ...
// // FeedEnclosure.cs // // Authors: // Mike Urbanski <michael.c.urbanski@gmail.com> // Gabriel Burt <gburt@novell.com> // // Copyright (C) 2007 Michael C. Urbanski // Copyright (C) 2008 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associ...
using System; using System.Collections.Generic; using System.IO; using System.Text; using NUnit.Framework; using ServiceStack.Common; using ServiceStack.Common.Utils; using ServiceStack.Html; using ServiceStack.Markdown; using ServiceStack.ServiceInterface.Testing; using ServiceStack.Text; using ServiceStack.VirtualPat...
// - // <copyright file="TmxElement.cs" company="Microsoft Corporation"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // - using System; using System.Text; namespace Mts.Common.Tmx.Parser { /// <summary> /// The TmxElement object represents any HTML element. An element has ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.Remoting; using Mono.Cecil; using Mono.Cecil.Mdb; using Mono.Cecil.Pdb; using Mono.Cecil.Rocks; using FieldAttributes = Mono.Cecil.FieldAttributes; using TypeAttrib...
// MIT License // // Copyright (c) 2009-2017 Luca Piccioni // // 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, cop...
// Copyright (c) DotSpatial Team. All rights reserved. // Licensed under the MIT license. See License.txt file in the project root for full license information. using System; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; namespace DotSpatial.Symbology.Forms { /// <summary> ///...
// 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.Reflection; using System.Reflection.Emit; using Xunit; namespace System.Reflection.Emit.Tests { public class TypeBuilderCreateType6 ...
using System; using System.Net.Sockets; using System.Net; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Text; using System.Threading.Tasks; using Newtonsoft.Json; using System.IO; using Newtonsoft.Json.Linq; namespace a { class Server { public Int32 port { ge...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using Umbraco.Cms.Core; using Umbraco.Cms.Core.Configuration.Models; namespace Umbraco.Cms.Infrastructure.ModelsBuilder.Building { /// <summary> /// Implements a builder that works by wri...
/* * Muhimbi PDF * * Convert, Merge, Watermark, Secure and OCR files. * * OpenAPI spec version: 9.15 * * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using System.Linq; using System.IO; using System.Text; using System.Text.RegularExpressions; using System.Collections; usi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Globalization; using Xunit; public static class Int16T...
using Microsoft.Diagnostics.Tracing.Etlx; using System; using System.Collections.Generic; using System.Windows; using System.Windows.Controls; using System.Windows.Media; namespace PerfView { /// <summary> /// Managed Memory Analyzer main window /// </summary> public class MemoryAnalyzer : PerfViewTree...
using System; namespace Exodrifter.Rumor.Engine { public abstract class Binding { public abstract object Invoke(object[] args); } public class BindingAction : Binding { private Action action; public BindingAction(Action action) { this.action = action; } public override object Invoke(object[] arg...
//----------------------------------------------------------------------- // <copyright file="InstantPreviewBugReport.cs" company="Google"> // // Copyright 2019 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with t...
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Threading.Tasks; using AutoMapper; using Contacts.Data.Sqlite.Models; using Contacts.Domain.Interfaces; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Contact = Co...
using System; using System.IO; using System.ComponentModel; using System.Collections.Generic; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using ChargeBee.Internal; using ChargeBee.Api; using ChargeBee.Models.Enums; namespace ChargeBee.Models { public class Card : Resource { #region Met...
using System; using System.Collections; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Engines { /** * implementation of GOST 28147-89 */ public class Gost28147Engine : IBlockCipher { private const int BlockSize = 8; private int[] workingKey =...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.IO.Compression; using System.Net.Sockets; using System.Text; using Microsoft.TemplateEngine.Core.Contracts; using Microsoft.TemplateEngine.Core.Matching; namespace Microsoft.TemplateEngine.Core.Util { ...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.IO; using System.Diagnostics; using System.Globalization; using System.Collections; using System.Collec...
// 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.Runtime.InteropServices.ComTypes { [System.ComponentModel.EditorBrowsableAttribute(System.Compo...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using Foundation; using UIKit; using Xamarin.Forms; using Xamarin.Forms.Platform.iOS; using System.Linq; [assembly: ExportRenderer(typeof(Myco.MycoContainer), typeof(Myco.iOS.MycoContainerRenderer))] namespace Myco.iOS ...
/************************************************************************************ Filename : OculusSpatializerUnity.cs Content : Interface into real-time geometry reflection engine for native Unity Created : November 27, 2017 Copyright : Copyright 2017 Oculus VR, Inc. All Rights reserved. Lice...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Diagnostics; using System.Diagnostics.Contracts; using System.Runtime.InteropServices; using System.Text; namespace System.IO { public static partial ...
// 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...
/* * BinaryValueWriter.cs - Implementation of the * "System.Runtime.Serialization.Formatters.Binary.BinaryValueWriter" class. * * Copyright (C) 2003 Southern Storm Software, Pty Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License a...
/*============================================================================ * Copyright (C) Microsoft Corporation, All rights reserved. *============================================================================ */ #region Using directives using System; using System.Collections; using System.Collections.Gener...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; 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...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Threading; using System.Threading.Tasks; u...
using System; using System.Collections.Generic; using System.Text; using Lucene.Net.Documents; using Lucene.Net.Util; using Console = Lucene.Net.Support.SystemConsole; namespace Lucene.Net.Search { using Lucene.Net.Randomized.Generators; using NUnit.Framework; using AtomicReaderContext = Lucene.Net.Index.A...
/* * * (c) Copyright Ascensio System Limited 2010-2021 * * 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...
using UnityEngine; using UnityEngine.UI; using UnityEngine.Events; using System.Collections.Generic; using System; using System.Linq; namespace UIWidgets { /// <summary> /// TreeViewCustom. /// </summary> public class TreeViewCustom<TComponent,TItem> : ListViewCustom<TComponent,ListNode<TItem>> where TComponent :...
/* =============================================================================== Persistence Layer and Business Objects =============================================================================== Version : 2009.2.1214.0 Driver : SQL Date Generated : 6/14/2011 2:21:38 PM ========...
/* * Copyright 2010 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 ...
// Copyright 2011 The Noda Time Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using System; using System.Globalization; namespace NodaTime.Text.Patterns { /// <summary> /// Common methods used when parsing dates - these are...
// // Copyright (c) 2004-2016 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.Win32.SafeHandles; using System.Collections.Generic; using System.Net.Sockets; using System.Threading; namespace System.Net.NetworkInformation { p...
# CS_ARCH_SYSZ, 0, None 0xec,0x00,0x80,0x00,0x00,0xd9 = aghik %r0, %r0, -32768 0xec,0x00,0xff,0xff,0x00,0xd9 = aghik %r0, %r0, -1 0xec,0x00,0x00,0x00,0x00,0xd9 = aghik %r0, %r0, 0 0xec,0x00,0x00,0x01,0x00,0xd9 = aghik %r0, %r0, 1 0xec,0x00,0x7f,0xff,0x00,0xd9 = aghik %r0, %r0, 32767 0xec,0x0f,0x00,0x00,0x00,0xd9 = aghi...
#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 Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.IO; using System.Text.RegularExpressions; namespace Bridge.Contract { public class ConfigHelper { class PathChanger { //private Regex PathSchemaRegex = new Regex(@"(?<=(^\...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Sockets; using System.Threading; using System.Threading.Tasks; using Microsoft.Phone.Net.NetworkInformation; using Connectivity.Plugin.Abstractions; using System.Diagnostics; using System.Net.NetworkInformation; names...
// Based on: https://github.com/dotnet/coreclr/blob/cdff8b0babe5d82737058ccdae8b14d8ae90160d/src/mscorlib/src/System/Threading/ThreadPool.cs // 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 ro...
/* **************************************************************************** * * 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 ...
// 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 System.Diagnostics.Contracts; using System.IO; using System.Runtime.InteropServices....
/* * 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.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace Wve { /// <summary> /// form to display text in rich text box /// </summary> public partial class TextViewer : Form { ...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
// Copyright (c) 2012, Event Store LLP // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // Redistributions of source code must retain the above copyright notice, // this list of conditi...
#region Copyright // // Nini Configuration Project. // Copyright (C) 2006 Brent R. Matzelle. All rights reserved. // // This software is published under the terms of the MIT X11 license, a copy of // which has been included with this distribution in the LICENSE.txt file. // #endregion using System; using System.IO;...
namespace Nancy.Tests.Functional.Tests { using System; using System.Collections.Generic; using System.IO; using System.Linq; using Cookies; using Nancy.ErrorHandling; using Nancy.IO; using Nancy.Responses.Negotiation; using Nancy.Testing; using Xunit; using Xunit.Extensions...
using System; using System.Runtime.InteropServices; using Android.Runtime; namespace Xamarin.Conference.WebRTC.VP8 { class LibVpxEncConfig : LibVpxCom { private long encCfgObj; [DllImport(LibVpxCom.DllPath)] private static extern long Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEnc...
namespace iControl { using System.Xml.Serialization; using System.Web.Services; using System.ComponentModel; using System.Web.Services.Protocols; using System; using System.Diagnostics; /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.Diagnostics.DebuggerStepTh...
using System; using System.Globalization; using System.Net; using Orleans; using Orleans.Runtime; using Orleans.Runtime.Configuration; using Orleans.Serialization; using Orleans.TestingHost.Utils; using Xunit; using Xunit.Abstractions; namespace UnitTests.General { public class Identifiertests { privat...
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Runtime.Serialization; using TrackableEntities; using TrackableEntities.Client; namespace AIM.Client.Entities.Models { [JsonObject(IsReference = true)] [DataContract(IsReference = true, Namespace = "http://schemas.datacontract....
// <copyright file="PlayGamesLocalUser.cs" company="Google Inc."> // Copyright (C) 2014 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/license...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Globalization; using System.Runtime.InteropServices; using System.Runtime.Versi...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using NHibernate; using NHibernate.Transform; using Orchard.ContentManagement.Records; using Orchard.Data.Providers; using Orchard.Environment.Configuration; using Orchard.Utility....
/* * Copyright (c) 2007-2008, Second Life Reverse Engineering Team * All rights reserved. * * - Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * - Redistributions of source code must retain the above copyright n...
using System; using System.Collections.Generic; using System.Text; using NUnit.Framework; using InTheHand.Net.Bluetooth.Widcomm; using InTheHand.Net.Bluetooth; namespace InTheHand.Net.Tests.Widcomm { [TestFixture] public class SdpDiscoveryRecords_GetServiceRecords_Test : SdpDiscoveryRecordsTestBase { ...
// // ServiceDescriptionTests.cs // // Author: // Scott Peterson <lunchtimemama@gmail.com> // // Copyright (c) 2009 Scott Peterson // // 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 Soft...
// 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...
public IsaCollection InterchangeControlHeader {get;set;} public IeaCollection InterchangeControlTrailer {get;set;} public Loop(X12Doc owningDoc, LoopEntity prev, LoopCollection parent):base(owningDoc, prev, parent){ InterchangeControlHeader = new IsaCollection(this, nameof(InterchangeControlHeader)); SegmentCollectio...
using System.ComponentModel; using System.Runtime.CompilerServices; namespace System { /// <summary> /// The decimal data type. /// http://mikemcl.github.io/decimal.js/ /// </summary> [Bridge.Convention(Member = Bridge.ConventionMember.Field | Bridge.ConventionMember.Method, Notation = Bridge.Notat...
using Saga.Enumarations; using Saga.Map.Definitions.Misc; using Saga.Map.Utils.Definitions.Misc; using Saga.Packets; using Saga.PrimaryTypes; using Saga.Structures; using System; namespace Saga.Map.Client { /// <content> /// This part of the client class contains all packet handlers that /// interact with ...
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Linq; using System.Reflection; using System.Windows.Forms; using hw.DebugFormatter; using hw.Helper; using JetBrains.Annotations; namespace hw.Forms { [PublicAPI] public sta...
namespace Nancy.Tests.Unit.Json.Simple { using System; using System.Collections.Generic; using Nancy.Extensions; using Nancy.Json; using Nancy.Json.Simple; using Xunit; public class NancySerializationStrategyFixture { [Fact] public void Should_retain_casing_of_properties...
// 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.Collections.Generic; using System.Diagnostics; namespace System { intern...
using System; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.Windows.Forms; namespace FileHelpersSamples { /// <summary> /// Show the latest version of the software /// from details on the internet. /// </summary> /// <remarks> ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using Bloom.Book; using System.Windows.Forms; using System.Xml; using Bloom.Publish.AccessibilityChecker; using SIL.Reporting; using SIL.Xml; using Bloom.Publish.Epub; using Bloom.web; using Bloom.web.controlle...
using System; using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging.Abstractions; using Microsoft.Extensions.Options; using Orleans; using Orleans.Configuration; using Orleans.Hosting; ...
// 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.Security.Permissions { using System; using System.Security.Util; using System.IO; u...
// // Encog(tm) Core v3.3 - .Net Version // http://www.heatonresearch.com/encog/ // // Copyright 2008-2014 Heaton Research, 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 // // htt...
using System.Threading.Tasks; namespace OrchardCore.ContentManagement.Handlers { public abstract class ContentPartHandler<TPart> : IContentPartHandler where TPart : ContentPart, new() { Task IContentPartHandler.ActivatedAsync(ActivatedContentContext context, ContentPart part) { retu...
//----------------------------------------------------------------------- // <copyright file="ReadWriteAuthorization.cs" company="Marimer LLC"> // Copyright (c) Marimer LLC. All rights reserved. // Website: http://www.lhotka.net/cslanet/ // </copyright> // <summary>Windows Forms extender control that automatica...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: POGOProtos/Networking/Responses/UseItemEggIncubatorResponse.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::Goog...
// 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.Reflection; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore....
// 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; us...
using CoreAnimation; using CoreGraphics; using Foundation; using Intents; using IntentsUI; using System; using System.Globalization; using Toggl.iOS.Intents; using Toggl.iOS.Shared.Extensions; using Toggl.Shared; using UIKit; namespace Toggl.iOS.SiriExtension.UI { public partial class IntentViewController : UIView...
// ReSharper disable InconsistentNaming using System; using System.Collections.Generic; using System.Threading; using EasyNetQ.Consumer; using EasyNetQ.Events; using EasyNetQ.Tests.Mocking; using FluentAssertions; using NSubstitute; using RabbitMQ.Client; using System.Threading.Tasks; using Xunit; namespace EasyNetQ....
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...
using System.Collections.ObjectModel; namespace Strinken; /// <summary> /// Strinken parser. /// </summary> /// <typeparam name="T">The type related to the parser.</typeparam> public sealed class Parser<T> { /// <summary> /// Filters used by the parser. /// </summary> private readonly IDictionary<stri...
// // MD2Managed.cs - Message Digest 2 Managed Implementation // // Author: // Sebastien Pouliot (sebastien@ximian.com) // // (C) 2001-2003 Motus Technologies Inc. (http://www.motus.com) // Copyright (C) 2004-2005,2010 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person...
// *********************************************************************** // Copyright (c) 2009 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...
// Copyright 2009 The Noda Time Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using NodaTime.Annotations; using NodaTime.TimeZones.IO; using NodaTime.Utility; using System; namespace NodaTime.TimeZones { /// <summary> /// M...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.IdentityModel.Selectors { using System.Collections.ObjectModel; using System.IdentityModel.Configuration; ...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for details. using System; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.Threading; using System.Windows.Forms; using OpenLiveWriter.Controls; using...
using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics.CodeAnalysis; using Microsoft.PowerShell.Commands; using System.Management.Automation.Host; using System.Management.Automation.Runspaces; using System.Management.Automation.Internal; using System.M...
using System; using System.Threading; using System.Threading.Tasks; using NUnit.Framework; using StatsdClient; using Tests.Helpers; namespace Tests { [TestFixture] public class MetricIntegrationTests { private UdpListener _udpListener; private Thread _listenThread; private const int...