context
stringlengths
2.52k
185k
gt
stringclasses
1 value
/** * (C) Copyright IBM Corp. 2016, 2020. * * 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...
/* * 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.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; namespace GeekBangCN.InfoPathAnalyzer.WinForm { /// <summary> /// Summary description for ProgressWindow. /// </summary> public class ProgressWindow : System.Windows.Forms.Form, IProgressCallback ...
// ******************************************************************************************************** // Product Name: DotSpatial.Symbology.Forms.dll // Description: The Windows Forms user interface layer for the DotSpatial.Symbology library. // *******************************************************************...
#if UNITY_WEBGL || WEBSOCKET || (UNITY_XBOXONE && UNITY_EDITOR) // -------------------------------------------------------------------------------------------------------------------- // <copyright file="SocketWebTcp.cs" company="Exit Games GmbH"> // Copyright (c) Exit Games GmbH. All rights reserved. // </copyrigh...
// 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.IO; using System.Linq; using System.Text; using System.Threading; 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.Collections.Generic; using System.Diagnostics; using System.Dynamic.Utils; using System.Linq.Expression...
//----------------------------------------------------------------------- // <copyright file="SessionApi.cs" company="Google LLC"> // // Copyright 2017 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the Licens...
// Copyright 2020 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// 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;...
using System; using System.Collections; using System.Collections.Specialized; using System.IO; using System.Text; using System.Web; namespace Cvv.WebUtility.Mvc { public class OnlineHttpResponse : IHttpResponse { private readonly HttpResponse _response; public OnlineHttpResponse(HttpResponse r...
/* * * (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...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; using System.Linq; using Microsoft.CodeAnalysis.CodeGen; using Microsoft.CodeAnalysis.CSharp.Symbols; using ...
// 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.Diagnostics.CodeAnalysis; using System.Security.Permissions; namespa...
using System; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Automation; using System.Windows.Automation.Peers; using System.Windows.Automation.Provider; using System.Globalization; using System.ComponentModel; namespace TAlex.WPF.Controls { /// <summary> ...
// DeflaterOutputStream.cs // // Copyright (C) 2001 Mike Krueger // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public Lice...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
using UnityEngine; using System.Collections; using System.Collections.Generic; using System.Xml; using System.Xml.Serialization; using System.Text; using System.IO; using System; public delegate void onLoadXmlFinish(string xmlfile, XmlDocument doc); public class Config { #if PUBLISHED public static bool published = ...
/* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for Additional information regarding copyright ownership. The ASF licenses this file to Y...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using JavaScriptEngineSwitcher.Core; using JSPool; using React.Exceptions; namespace React { /// <summary> /// Handles cr...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace FuelEconomyWSC.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it w...
/******************************************************************** The Multiverse Platform is made available under the MIT License. Copyright (c) 2012 The Multiverse Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "...
/* * CCControlSwitch.h * * Copyright 2012 Yannick Loriot. All rights reserved. * http://yannickloriot.com * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, inclu...
// 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.Diagnostics; using System.Globalization; using System.Collection...
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;...
using System; using System.Globalization; using Orleans.Core; using Orleans.Serialization; namespace Orleans.Runtime { [Serializable] internal class GrainId : UniqueIdentifier, IEquatable<GrainId>, IGrainIdentity { private static readonly object lockable = new object(); private const int IN...
using System; using System.Threading.Tasks; using Orleans.Hosting; using Orleans.Runtime; using Orleans.Streams; using Orleans.TestingHost; using TestExtensions; using Xunit; namespace UnitTests.StreamingTests { public class PubSubRendezvousGrainTests : OrleansTestingBase, IClassFixture<PubSubRendezvousGrainTests...
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 //...
// // Copyright (c) 2004-2011 Jaroslaw Kowalski <jaak@jkowalski.net> // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of source code must retain the above co...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using MySql.Data.MySqlClient; using SuperScript.ExternalFile.Storage; namespace SuperScript.ExternalFile.MySql { public class MySqlStoreProvider : IDbStoreProvider { #region Global variables private bool _tableExists...
// // Copyright (c) Microsoft Corporation. All rights reserved. // #define CACHEINFO_ENABLE_TRACKING_THREADS //#define CACHEINFO_DEBUG_THREADING_ISSUES namespace Microsoft.Zelig.CodeGeneration.IR { using System; using System.Collections.Generic; using Microsoft.Zelig.Runtime.TypeSystem; public ...
// // 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 Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Diagnostics; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace Microsoft.CodeAnalysis.CSharp...
// $ANTLR 3.1.2 BuildOptions\\ProfileTreeGrammar.g3 2009-09-30 13:18:19 // The variable 'variable' is assigned but its value is never used. #pragma warning disable 219 // Unreachable code detected. #pragma warning disable 162 //import java.util.Map; //import java.util.HashMap; using BigInteger = java.math.BigInteger...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Linq; using Epic.Monads; using LiveLinq.List; using MoreCollections; using static Epic.Monads.Utility; using System.Text; using System.Text.RegularExpressions; namespace Reactive.Io { public stat...
/* * 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 ...
// // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2015 Jb Evain // Copyright (c) 2008 - 2011 Novell, Inc. // // Licensed under the MIT/X11 license. // using System; using System.Collections.Generic; using Mono.Collections.Generic; using SR = System.Reflection; using Mono.Cecil.Metadata; name...
/* * Copyright 2006-2015 TIBIC SOLUTIONS * * 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 agr...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: folio/rpc/reservation_guarantee_svc.proto #pragma warning disable 1591 #region Designer generated code using System; using System.Threading; using System.Threading.Tasks; using grpc = global::Grpc.Core; namespace HOLMS.Types.Folio.RPC { public s...
using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using ProdProcessCurrentTableAdapters; /// <summary> /// Summary description for Pl...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Linq; using System.Text.RegularExpressions; using NDesk.Options; using Sep.Git.Tfs.Core; using StructureMap; using Sep.Git.Tfs.Util; using Sep.Git.Tfs.Core.TfsInterop; namespace Sep.Git....
#pragma warning disable 1634, 1691 //----------------------------------------------------------------------------- // // <copyright file="PathNode.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // Description: // PathNode represents a node in a path (a s...
using NUnit.Framework; using Parse; using Parse.Core.Internal; using System; using System.Collections.Generic; namespace ParseTest { [TestFixture] public class DecoderTests { [Test] public void TestParseDate() { DateTime dateTime = (DateTime)ParseDecoder.Instance.Decode(ParseDecoder.ParseDate("1990-0...
namespace FakeItEasy.Configuration { using System; using System.Collections.Generic; using System.Linq; using FakeItEasy.Core; internal class RuleBuilder : IVoidArgumentValidationConfiguration, IRepeatConfiguration, IAfterCallSpecifiedConfiguration, IAfterCallS...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.Activities.Core.Presentation { using System; using System.Activities; using System.Activities.Presenta...
/* * Copyright 1999-2012 Alibaba Group. * * 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 a...
// Release.cs // // Copyright (c) 2008 Scott Peterson <lunchtimemama@gmail.com> // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rig...
/* * Copyright (c) 2006-2008, openmetaverse.org * All rights reserved. * * - Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * - Redistributions of source code must retain the above copyright notice, this * li...
/* * Copyright (c) Contributors, OpenCurrency Team * 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 retain th...
// 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.IO; namespace DotSpatial.Data { /// <summary> /// RasterBounds /// </summary> public ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ using System.Data.Common; using ...
using UnityEngine; using System.Collections; using System.Collections.Generic; using System.IO; using System.Xml; namespace Ecosim.SceneData.AnimalPopulationModel { public class AnimalStartPopulationModel : IAnimalPopulationModel { public const string XML_ELEMENT = "startpopmodel"; [System.Serializable] publi...
using OpenKh.Engine; using OpenKh.Game.Field; using OpenKh.Game.Infrastructure; using System.Collections.Generic; using System.Numerics; using System.Text; using static OpenKh.Kh2.Ard.Event; namespace OpenKh.Game.Events { public class EventPlayer { private const int FramesPerSecond = 30; privat...
using Microsoft.EntityFrameworkCore.TestUtilities; using Xunit; using Xunit.Abstractions; namespace Microsoft.EntityFrameworkCore.Query { public class IncludeSqlCeTest : IncludeTestBase<IncludeSqlCeFixture> { private bool SupportsOffset => TestEnvironment.GetFlag(nameof(SqlServerCondition.SupportsOffse...
// 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. /*============================================================ ** ** Class: SortedList ** ** Purpose: Represents a ...
/* Copyright (c) Citrix Systems, 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 * copyright notice, this li...
// 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.Collections.ObjectModel; using System.Diagnostics; using Syst...
using System; using System.Collections; using System.Collections.Generic; using System.Text; using System.IO; using System.Web; using System.Web.UI; using System.Web.Caching; namespace Nohros.Net { [Serializable] public class Sevens : ICloneable { Queue<string> sevens_; int capacity_ = 4; ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; namespace UnityEditor.iOS.Xcode.GetSocial { internal class DeviceTypeRequirement { public static readonly string Key = "idiom"; public static readonly string Any = "universal"; public static readonly string...
using k8s; using k8s.Models; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Orleans.Configuration; using Orleans.Runtime; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace Orleans.Hosting.Kubernetes { //...
// 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 1.0.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
namespace Volante { using System; using System.Collections.Generic; using System.Text; public enum IndexType { Unique, NonUnique } public enum TransactionMode { /// <summary> /// Exclusive per-thread transaction: each thread accesses database in exclusiv...
using System.Net.Http; using System.Threading.Tasks; using System.IO; using System.Threading; using System; namespace QarnotSDK { /// <summary> /// This class manges tasks life cycle: submission, monitor, delete. /// </summary> public abstract partial class AQTask { /// <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.Diagnostics; using System.Runtime.InteropServices; using System.Security.Cryptography.X50...
// 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 Internal.TypeSystem; using Debug = System.Diagnostics.Debug; ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using osu.Framework.Allocation; using osuTK.Graphics; using osu.Framework.Gra...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Linq; using System.Diagnostics.Contracts; using Microsoft.Research.DataStructures; using System.IO; namesp...
// *********************************************************************** // Copyright (c) 2009 Charlie Poole // // 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, inclu...
using Lucene.Net.Support; using System; using System.Collections.Generic; using NUnit.Framework; namespace Lucene.Net.Util.Automaton { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for addit...
// 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; using System.Collections; using System.Collections.Specialized; namespace System.Collect...
// 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.Text; namespace System.IO { public static partial class Path { public static...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.ServiceModel.Security { using System; using System.Collections.Generic; using System.IdentityModel.Sel...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Management.Automation.Internal; using System.Management.Automation.Language; using System.Management.Automation.Runspaces; using System.Reflectio...
using System; using System.IO; using System.Linq; using System.Net; using System.Reflection; using System.Text; using System.Threading.Tasks; using System.Xml; using CoreProfiler.Timings; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Extensions; using Microsoft.Extensions.Logging; using System.Collec...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Linq; using System.Reflection; using System.Collections.Generic; using Xunit; namespace System.Security.Cryptography.Encryption.Tests.Symmetric { publ...
// 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.Linq.Expressions; using Xunit; namespace System.Linq.Tests { public class AverageTests : EnumerableBasedTests { [Fact] ...
// *********************************************************************** // Copyright (c) 2007 Charlie Poole // // 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, inclu...
// Copyright 2011 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.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
using GitTools.Testing; using GitVersion.Core.Tests.Helpers; using GitVersion.Extensions; using GitVersion.Model.Configuration; using GitVersion.VersionCalculation; using LibGit2Sharp; using NUnit.Framework; namespace GitVersion.Core.Tests.IntegrationTests; [TestFixture] public class HotfixBranchScenarios : TestBase ...
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Linq.Expressions; using System.Runtime.Versioning; using NuGet.Resources; using NuGet.V3Interop; namespace NuGet { public static class PackageRepositoryExtensions {...
using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading; namespace Orleans.Runtime { // This class implements an LRU cache of values. It keeps a bounded set of values and will // flush "old" values internal cl...
// Track BuildR // Available on the Unity3D Asset Store // Copyright (c) 2013 Jasper Stocker http://support.jasperstocker.com // For support contact email@jasperstocker.com // // THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY // KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO TH...
using System; using System.Collections; using System.Collections.Specialized; using System.Configuration; using System.IO; using System.Text; using System.Windows.Forms; using System.Xml; using System.Xml.Serialization; namespace FeedBuilder { public class FeedBuilderSettingsProvider : SettingsProvider, IApplicationS...
// *********************************************************************** // Copyright (c) 2012 Charlie Poole // // 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, inclu...
using System; using System.Windows.Forms; namespace UltraSFV { public partial class Options : Form { private UltraSFV _fm; #region Constructor public Options(UltraSFV parent) { _fm = parent; InitializeComponent(); ParseUserSettings(); } #endregion #region Form Events private void Option...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // http://github.com/jskeet/dotnet-protobufs/ // Original C++/Java/Python code: // http://code.google.com/p/protobuf/ // // Redistribution and use in source and binary forms, ...
// 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 1.0.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
using System; using System.Collections.Generic; using System.Diagnostics; using hw.Helper; using JetBrains.Annotations; // ReSharper disable CheckNamespace namespace hw.DebugFormatter; [Dump("Dump")] [DebuggerDisplay("{" + nameof(DebuggerDumpString) + "}")] public class Dumpable { sealed class MethodDumpTraceIte...
// 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.Globalization; using System.Runtime.Tests.Common; using Xunit; public static class Int32Tests { [Fact...
using EdiEngine.Common.Enums; using EdiEngine.Common.Definitions; using EdiEngine.Standards.X12_004010.Segments; namespace EdiEngine.Standards.X12_004010.Maps { public class M_404 : MapLoop { public M_404() : base(null) { Content.AddRange(new MapBaseEntity[] { new ZC1() { ReqDes = RequirementDesignator.Op...
// <copyright file="PersistedQueueBase{T}.cs" company="Adrian Mos"> // Copyright (c) Adrian Mos with all rights reserved. Part of the IX Framework. // </copyright> using System.Collections; using System.Diagnostics.CodeAnalysis; using System.Runtime.Serialization; using IX.StandardExtensions; using IX.StandardExtensio...
using System; using System.Collections.Generic; using System.Text; using FlatRedBall; using FlatRedBall.Input; using FlatRedBall.AI.Pathfinding; using FlatRedBall.Graphics.Animation; using FlatRedBall.Graphics.Particle; using FlatRedBall.Math.Geometry; using FlatRedBall.Math.Splines; using Cursor = FlatRedBall.Gui.Cu...
//--------------------------------------------------------------------- // <copyright file="UriWriter.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. // </copyright> //------------------------------------------------...
// Copyright (c) Microsoft Corporation. All rights reserved. // // Licensed under the MIT License. See LICENSE.txt in the project root for license information. using System; using System.Runtime.InteropServices; using Microsoft.VisualStudio.TestPlatform.UnitTestFramework; using System.Numerics; namespace NumericsTest...
/* * Copyright (c) 2008, openmetaverse.org * All rights reserved. * * - Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * - Redistributions of source code must retain the above copyright notice, this * list of...
/* * Copyright 2010-2014 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
using Avalonia.Controls; using Avalonia.UnitTests; using System; using Xunit; namespace Avalonia.Markup.Xaml.UnitTests.Xaml { public class BindingTests_RelativeSource : XamlTestBase { [Fact] public void Binding_To_DataContext_Works() { using (UnitTestApplication.Start(TestSe...
using System; using System.Diagnostics; using System.Text; using i64 = System.Int64; using u8 = System.Byte; using u32 = System.UInt32; using Pgno = System.UInt32; namespace Community.CsharpSqlite { using sqlite3_int64 = System.Int64; using DbPage = Sqlite3.PgHdr; public partial class Sqlite3 { /* ** 2009 J...
// *********************************************************************** // Copyright (c) 2007-2016 Charlie Poole // // 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, ...
/* transpiled with BefunCompile v1.3.0 (c) 2017 */ public static class Program { private static readonly string _g = "Ah+LCAAAAAAABADtl0OXJQqQhMt237LNLtu2bdu2bdu2re6ybduuW3bPmx8xu8lV5CIXeTLPifgIY2BA/rcgQG7ypupNpZz1Ak5o1HJVi8UCBNDiIP4F4lgrEnEWpi7h"+ "OKnud0ytNnfKKe2g4FhSa59HslROfkZzOk...