context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// // Copyright (c) 2004-2017 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...
using System; using System.Linq; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; using Microsoft.Extensions.Options; using Orleans.Configuration; using Orleans.Runtime; using Orleans.Runtime.Configuration; using Orleans.Runtime.MembershipService; using Orleans....
#region Using directives #define USE_TRACING using System; using System.Collections.Generic; using System.Globalization; using System.Net; using System.Security.Cryptography; using System.Text; #endregion ////////////////////////////////////////////////////////////////////// // Contains AuthSubUtil, a helper class ...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace OutsideSpam.Api.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it ...
using System; using System.Collections.Generic; using System.Text; using Rynchodon.AntennaRelay; using Rynchodon.Autopilot.Data; using Rynchodon.Autopilot.Pathfinding; using Rynchodon.Settings; using Rynchodon.Utility; using Rynchodon.Weapons; using Sandbox.Common.ObjectBuilders; using VRage.Collections; using VRage.Ga...
//----------------------------------------------------------------------- // <copyright file="NFCObject.cs"> // Copyright (C) 2015-2015 lvsheng.huang <https://github.com/ketoo/NFrame> // </copyright> //----------------------------------------------------------------------- using System; using System.Collections.Gen...
using System.Collections.Immutable; using NQuery.Binding; namespace NQuery.Optimization { internal sealed class UnusedValueSlotRemover : BoundTreeRewriter { private ValueSlotRecorder _recorder; public override BoundRelation RewriteRelation(BoundRelation node) { if (_record...
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;...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Text; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics.CodeAnalysis; using Microsoft.Protocol...
//------------------------------------------------------------------------------ // <copyright file="XmlSchemas.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">[....]</owner> ...
/* * 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.Data; using System.Data.SqlClient; using Csla; using Csla.Data; namespace SelfLoad.Business.ERCLevel { /// <summary> /// D08Level1111 (editable child object).<br/> /// This is a generated base class of <see cref="D08Level1111"/> business object. /// </summary> /// <remar...
using System; using System.Diagnostics; using System.Collections; // Change history // 20-Aug-2008: Initialize the matchfound variable to false in the for loop to take care of the situation where a // transaction is partially matched and no further matching transaction is found. In that case a // ...
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Routing.Constraints; using TestHelpers; using Xunit; public class FormTagHelperTests { [Theory] [MemberData(nameof(MemberDataFactories.AreaInSubdomainTestData.Generate), MemberType = typeof(MemberDataFactories.AreaInSubdomainTestData))] public ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
#region Apache License, Version 2.0 // // 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, ...
/* * [The "BSD licence"] * Copyright (c) 2005-2008 Terence Parr * All rights reserved. * * Conversion to C#: * Copyright (c) 2008-2009 Sam Harwell, Pixel Mine, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the fol...
// <copyright file="HttpClientTests.netcore31.cs" company="OpenTelemetry Authors"> // Copyright The OpenTelemetry 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://...
// 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 file="ChromeDriver.cs" company="WebDriver Committers"> // Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // to ...
using System; using System.Collections.Generic; using System.Text; using Orleans.CodeGeneration; using Orleans.Hosting; using Orleans.Runtime.Configuration; using Orleans.Serialization; using Orleans.Transactions; namespace Orleans.Runtime { internal class Message : IOutgoingMessage { public const int ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System.Collections; using System.Collections.Generic; using UnityEngine; namespace HoloToolkit.Unity { /// <summary> /// UAudioManagerBase provides the...
// 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...
#region License, Terms and Author(s) // // ELMAH - Error Logging Modules and Handlers for ASP.NET // Copyright (c) 2004-9 Atif Aziz. All rights reserved. // // Author(s): // // Atif Aziz, http://www.raboof.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file excep...
// 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.Linq.Expressions.Tests { public static class LambdaModuloNullableTe...
using System; using System.Data; using System.Data.SqlClient; using System.Data.SqlTypes; using Microsoft.SqlServer.Server; using System.Globalization; using System.Threading; using System.Collections; using System.Collections.Generic; public partial class UserDefinedFunctions { /// <summary> /// Formateren va...
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using OrchardCore.ContentManagement.Metadata; using OrchardCore.Modules; namespace OrchardCore.ContentManagement.Handlers { /// <summary> /// This component coordinates how parts are affecting...
#region License // Copyright (c) 2010-2019, Mark Final // 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 // ...
/* **************************************************************************** * * 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. /*============================================================ ** ** ** ** ** Purpose: Generic hash table implemen...
/****************************************************************************** * Spine Runtimes Software License v2.5 * * Copyright (c) 2013-2016, Esoteric Software * All rights reserved. * * You are granted a perpetual, non-exclusive, non-sublicensable, and * non-transferable license to use, install, execute, ...
using System; using System.Xml; using System.Collections; namespace SharpVectors.Dom.Css { /// <summary> /// Used internally for collection of styles for a specific element /// </summary> public class CssCollectedStyleDeclaration : CssStyleDeclaration { #region Contructors public CssCollectedStyleDeclaration...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Net; using System.Reflection; namespace PowerArgs { /// <summary> /// A class that knows how to revive .NET objects from strings provided on the command line /// </summary> ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Reflection; using System.Reflection.Metadata; using Sys...
// // Copyright (c) 2004-2021 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...
using System; using System.Collections.Generic; using Microsoft.UI.Xaml; using Microsoft.UI.Xaml.Controls; using Microsoft.UI.Xaml.Navigation; namespace Caliburn.Light.WinUI { /// <summary> /// Integrate framework lifetime handling into <see cref="Frame"/> navigation events. /// </summary> public seale...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu....
/* * 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. // See the LICENSE file in the project root for more information. // namespace System.Reflection.Emit { using System.Text; using System; using System.Diagnostics.Contr...
// <copyright file="Precision.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-2013 Math.NET // // Permission is hereby granted, free of charge, to an...
// 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. /***************************************************************************\ * * File: XmlWrappingReader.cs * * Pur...
using System; using System.Linq; using System.Threading.Tasks; using Akka.Actor; using GridDomain.Common; using GridDomain.CQRS; using GridDomain.EventSourcing; using GridDomain.EventSourcing.CommonDomain; using GridDomain.Node; using GridDomain.Node.Actors; using GridDomain.Node.Actors.CommandPipe.Messages; using Grid...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Drawing.Text; using Xunit; namespace System.Drawing.Tests { public class FontFamilyTests { [ActiveIssue(20884, TestPlatforms...
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.IO; using System.Diagnostics; using System.Runtime.InteropServices; using FluentAssertions; using Microsoft.DotNet.Cli...
/* ==================================================================== 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...
// 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.Text; public class Test { public Boolean runTest() { TestLibrary.Logging.WriteLine( "...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using Microsoft.CodeAnalysis.CSharp.Symbols; using Roslyn.Util...
using System; using System.Collections.ObjectModel; using System.ComponentModel; using System.IO; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Media; using Microsoft.Win32; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Input; using Color = System.Wi...
using Xunit; namespace Jint.Tests.Ecma { public class Test_10_6 : EcmaTest { [Fact] [Trait("Category", "10.6")] public void ArgumentsIRemainsSameAfterChangingActualParametersInStrictMode() { RunTest(@"TestCases/ch10/10.6/10.6-10-c-ii-1-s.js", false); } [Fact]...
using System; using System.Collections.Generic; using System.Text; using System.Drawing.Drawing2D; namespace System.Drawing.Html { /// <summary> /// Provides some drawing functionallity /// </summary> internal static class CssDrawingHelper { /// <summary> /// Border specifiers ...
// 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 0.16.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
/* * UltraCart Rest API V2 * * UltraCart REST API Version 2 * * OpenAPI spec version: 2.0.0 * Contact: support@ultracart.com * 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 Sy...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Linq; using System.Numerics; using Xunit; namespace System.Security.Cryptography.Rsa.Tests { publi...
// 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.Linq; using System.Net.Http.Headers; using System.Text;...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Threading; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Testing.Dependencies; namespace osu.Framework.Tests.Depe...
/* * Copyright (c) Brock Allen. All rights reserved. * see license.txt * * Code borrowed from: https://github.com/brockallen/BrockAllen.MembershipReboot/tree/master/src/BrockAllen.MembershipReboot/Crypto */ namespace IdentityBase.Crypto { using System; using System.Linq; using System.Runtime.Compile...
using System; using System.Collections.Generic; using ModestTree; using System.Linq; namespace Zenject { // Zero parameter public class CommandBindingFinalizer<TCommand, THandler> : CommandBindingFinalizerBase<TCommand, THandler, Action> where TCommand : Command { readonly Func<THa...
using System; namespace TomShane.Neoforce.External.Zip { internal class ZipEntry { private const int ZipEntrySignature = 0x04034b50; private const int ZipEntryDataDescriptorSignature= 0x08074b50; private bool _Debug = false; private DateTime _LastModified; public DateTi...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace MasterChef.Web.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it w...
// ZlibStream.cs // ------------------------------------------------------------------ // // Copyright (c) 2009 Dino Chiesa and Microsoft Corporation. // All rights reserved. // // This code module is part of DotNetZip, a zipfile class library. // // ------------------------------------------------------------------ //...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Banzai.Utility; namespace Banzai.Factories { /// <summary> /// Allows the construction of a root flow. /// </summary> /// <typeparam name="T">Type of the flow subject.</typeparam> public interfac...
namespace XenAdmin.TabPages { partial class VMStoragePage { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="Composite.cs" company="Slash Games"> // Copyright (c) Slash Games. All rights reserved. // </copyright> // -----------------------------------------------------------------------...
// Copyright (c) 2016-2018 SIL International // This software is licensed under the MIT license (http://opensource.org/licenses/MIT) using System; using System.Collections.Generic; using System.Xml; using SIL.LCModel; using SIL.LCModel.Core.KernelInterfaces; namespace LfMerge.Core.DataConverters.CanonicalSources { pu...
/* * 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 file="By.cs" company="WebDriver Committers"> // Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // to you under ...
// 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 file is auto-generated from ...
/* * @author Valentin Simonov / http://va.lent.in/ */ using System.Text; using TouchScript.Pointers; using TouchScript.Utils; using UnityEngine; using UnityEngine.UI; namespace TouchScript.Behaviors.Cursors { /// <summary> /// Abstract class for pointer cursors with text. /// </summary> /// <typepar...
using System; using System.Collections; using System.Globalization; using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.X9; using Org.BouncyCastle.Math; using Org.BouncyCastle.Math.EC; using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Collections; using Org.BouncyCastle.Utilities.Encoders; names...
using System.Runtime.CompilerServices; using Microsoft.Xna.Framework; using Nez.PhysicsShapes; namespace Nez.Verlet { /// <summary> /// the root of the Verlet simulation. Create a World and call its update method each frame. /// </summary> public class VerletWorld { /// <summary> /// gravity for the simulati...
//------------------------------------------------------------------------------ // <copyright file="StatusStrip.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //----------------------------------...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Orleans.CodeGeneration; using Orleans.Messaging; using Orleans.Providers; using Orleans.Runtime; using Orle...
/////////////////////////////////////////////////////////////////////////////////////////////// // // This File is Part of the CallButler Open Source PBX (http://www.codeplex.com/callbutler // // Copyright (c) 2005-2008, Jim Heising // All rights reserved. // // Redistribution and use in source and binary f...
using System; using System.Globalization; /// <summary> /// String.System.IConvertible.ToUInt16(IFormatProvider provider) /// This method supports the .NET Framework infrastructure and is /// not intended to be used directly from your code. /// Converts the value of the current String object to a 16-bit unsigned int...
// Copyright (c) 2015 Alachisoft // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed t...
//============================================================================== // TorqueLab -> // Copyright (c) 2015 All Right Reserved, http://nordiklab.com/ //------------------------------------------------------------------------------ //============================================================================...
/* Copyright (c) 2006 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/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
using System; using System.Linq; using PlayMe.Common.Model; using PlayMe.Plumbing.Diagnostics; using PlayMe.Server.Player; using PlayMe.Server.Providers.SpotifyProvider.Mappers; using SpotiFire.SpotifyLib; using Album = PlayMe.Common.Model.Album; using Artist = PlayMe.Common.Model.Artist; using Track = PlayMe.Common.Mo...
using UnityEngine; using System.Collections.Generic; [System.Serializable] public class MegaPolyShape { public List<Vector3> points = new List<Vector3>(); public List<float> length = new List<float>(); } // TODO: Twist // TODO: offset over height // shape to line or tube // add mat ids to splines [ExecuteInEditM...
/* * Copyright 2013 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 ...
using System; using System.Diagnostics; using System.IO; using Org.BouncyCastle.Asn1.Utilities; using Org.BouncyCastle.Utilities.IO; namespace Org.BouncyCastle.Asn1 { /** * a general purpose ASN.1 decoder - note: this class differs from the * others in that it returns null after it has read the last object in ...
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using HeadRaceTimingSite.Models; using System.Collections.Generic; namespace HeadRaceTimingSite.Tests.Models { [TestClass] public class CrewTests { [TestMethod] public void RunTime_WithNoResults_ShouldReturnNull() { ...
using System; using System.Collections.Generic; using System.IO; using UnityEditor; using UnityEngine; namespace SimpleAssetBundler { public class SimpleAssetBundler : EditorWindow { private const string defaultAssetBundleDirectory = "Assets\\Bundles\\"; private const string defaultOutputDirectory = "AssetBundle...
// 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.Runtime.CompilerServices; using EditorBrowsableState = System.ComponentModel....
#region File Description //----------------------------------------------------------------------------- // SkinnedEffect.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #endregion...
/* ==================================================================== 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...
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // FixedMaxHeap.cs // /...
using System; using System.Collections.Generic; using System.Globalization; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Shapes; using Syste...
// 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.Configuration.Internal; using System.Diagnostics; namespace System.Configuration { public sealed c...
// 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.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using...
using EdiEngine.Common.Enums; using EdiEngine.Common.Definitions; using EdiEngine.Standards.X12_004010.Segments; namespace EdiEngine.Standards.X12_004010.Maps { public class M_821 : MapLoop { public M_821() : base(null) { Content.AddRange(new MapBaseEntity[] { new B2A() { ReqDes = RequirementDesignator.Ma...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Correspondence.Conditions; using Correspondence.Mementos; using Correspondence.Queries; using Correspondence.Strategy; using Correspondence.Tasks; using Assisticant.Fields; namespace Correspondence { class Model { ...
using System; using System.Collections.Generic; using System.Text; using TestLibrary; public class StringConcat5 { private int c_MINI_STRING_LENGTH = 8; private int c_MAX_STRING_LENGTH = 256; public static int Main() { StringConcat5 sc5 = new StringConcat5(); TestLibrary.TestFramework...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace Articles.WebAPI.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it ...
// // System.Web.UI.Control.cs // // Authors: // Bob Smith <bob@thestuff.net> // Gonzalo Paniagua Javier (gonzalo@ximian.com // Andreas Nahr (ClassDevelopment@A-SoftTech.com) // Sanjay Gupta (gsanjay@novell.com) // // (C) Bob Smith // (c) 2002,2003 Ximian, Inc. (http://www.ximian.com) // (C) 2004 Novell, Inc. (...
namespace T5Suite2 { partial class frmBoostAdaption { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// ...
// Copyright (c) 2013 SharpYaml - Alexandre Mutel // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, ...
#region --- License --- /* Copyright (c) 2006 - 2008 The Open Toolkit library. 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, ...
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...
#if !UNITY_WINRT || UNITY_EDITOR || UNITY_WP8 #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 w...