context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System.Linq; using FluentNHibernate.MappingModel; using FluentNHibernate.MappingModel.Collections; using NUnit.Framework; namespace FluentNHibernate.Testing.FluentInterfaceTests { [TestFixture] public class ManyToManyMutablePropertyModelGenerationTests : BaseModelFixture { [Test] publ...
// ---------------------------------------------------------------------------------- // // 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...
// 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.Runtime.CompilerServices;...
using UnityEngine; using System.Collections.Generic; using Pathfinding.Serialization; namespace Pathfinding { public delegate void GraphNodeDelegate (GraphNode node); public delegate bool GraphNodeDelegateCancelable (GraphNode node); public abstract class GraphNode { /** Internal unique index */ private int ...
// ******************************************************************************************************** // Product Name: DotSpatial.Controls.dll // Description: The Windows Forms user interface controls like the map, legend, toolbox, ribbon and others. // ***********************************************************...
// 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.RegularExpressions; using Xunit; public class RightToLeft { // This test case was added to improve code coverage on methods that ha...
#region Apache Notice /***************************************************************************** * $Header: $ * $Revision: 408099 $ * $Date: 2006-05-20 23:56:36 +0200 (sam., 20 mai 2006) $ * * iBATIS.NET Data Mapper * Copyright (C) 2004 - Gilles Bayon * * * Licensed under the Apache License, Version 2.0 (t...
using System; using System.Collections.Generic; using System.Text; using System.Drawing; using M2M; using NearestNeighbor; using ConvexHullEngine; using PositionSetViewer; using PositionSetEditer; using Configuration; using Position_Interface; using Position_Implement; using AlgorithmDemo.Properties; namespace Algorit...
// *********************************************************************** // Copyright (c) 2011 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...
// // InternetRadioSource.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 2008 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restr...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Reflection; using System.Data; using System.Data.Common; using Mono.Data.Sqlite; using System.IO; using Newtonsoft....
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Net; using System.Net.Http; using System.Net.Quic; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Features; using Microsoft.AspNetCore.Testing; using M...
using System; using System.IO; using System.Text; using Weborb.Message; using Weborb.Types; using Weborb.Exceptions; using Weborb.Util.IO; using Weborb.Util.Logging; using Weborb.Reader; using Weborb.Protocols; using Weborb.Writer; using Weborb.Writer.Amf; namespace Weborb.Protocols.Amf { public class RequestParser...
/* DBFHeader Class for reading the metadata assuming that the given InputStream carries DBF data. This file is part of DotNetDBF packege. original author (javadbf): anil@linuxense.com 2004/03/31 License: LGPL (http://www.gnu.org/copyleft/lesser.html) ported to C# (DotNetDBF): Jay Tuley <jay+dotnetdbf@tul...
// 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.Text; namespace Microsoft.CodeAnalysis.Text { /// <summary> /// An <see cref="SourceText"/> that represents a subrange of ...
using System; using UnityEngine; namespace Cinemachine { /// <summary> /// Describes a blend between 2 Cinemachine Virtual Cameras, and holds the /// current state of the blend. /// </summary> public class CinemachineBlend { /// <summary>First camera in the blend</summary> publi...
using YAF.Lucene.Net.Util; using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using JCG = J2N.Collections.Generic; namespace YAF.Lucene.Net.Search { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license a...
using System; using System.Diagnostics; using System.Drawing; using System.Drawing.Drawing2D; using System.Text.RegularExpressions; using System.Xml; namespace SharpVectors.Dom.Svg { public enum SvgLengthAdjust { Unknown = 0, Spacing = 1, SpacingAndGlyphs = 2 } /// <summary> /// Summary descri...
// 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; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Reflection; using System.Threading; ...
#pragma warning disable using System.Collections.Generic; using XPT.Games.Generic.Entities; using XPT.Games.Generic.Maps; using XPT.Games.Yserbius; using XPT.Games.Yserbius.Entities; namespace XPT.Games.Yserbius.Maps { class YserMap03 : YsMap { public override int MapIndex => 3; protected override ...
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including wit...
using TestUtils; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using GitHub.Unity; namespace UnitTests { [TestFixture] class GitStatusOutputProcessorTests : BaseOutputProcessorTests { [Test] public void ShouldParseDirtyWorkingTreeUntracked() { ...
using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Windows.Forms; using DpSdkEngLib; using DPSDKOPSLib; using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; using System.Linq; ...
using System; using System.Collections.Generic; using System.Data; using System.Linq; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Http; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Swashbuckle.AspNetCore.Annotations; using HetsApi.Authorization; using HetsApi.Helpe...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace IoTService.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it with ...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using bstrkr.core; using bstrkr.core.config; using bstrkr.core.consts; using bstrkr.core.services.location; using bstrkr.mvvm.messages; using Cirrious.MvvmCross.Plugins.Messenger; using Cirrious.MvvmCross.ViewMode...
// 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.ComponentModel; using System.Globalization; using System.Runtime.Inte...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.Linq; using System.Web; using System.Web.Security; using Umbraco.Core; using Umbraco.Core.Configuration; using Umbraco.Core.Configuration.UmbracoSettings; using Umbraco.Core.Models; using umbraco; usin...
using System; using System.IO; using System.Text; using Microsoft.SPOT; using Microsoft.SPOT.Hardware; namespace Nwazet.Go.Helpers { public class BasicTypeSerializerContext : IDisposable { public delegate void OnHighWatermarkEvent(); public int ContentSize { get { return _currentIndex;...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using BenchmarkDotNet.Running; using Benchmarks.MapReduce; using Benchmarks.Serialization; using Benchmarks.Ping; using Benchmarks.Transactions; using Benchmarks.GrainStorage; using BenchmarkDotNet.Configs; using BenchmarkDotNe...
// 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 { using System; using System.Collections.Generic; using System.Diagnost...
// 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 FluentAssertions; using Microsoft.Build.Construction; using Microsoft.DotNet.Tools.Test.Utilities; using Msbuild.Tests.Utilities; using Sys...
#if !BESTHTTP_DISABLE_ALTERNATE_SSL && (!UNITY_WEBGL || UNITY_EDITOR) using System; using Org.BouncyCastle.Crypto.Modes; using Org.BouncyCastle.Crypto.Paddings; using Org.BouncyCastle.Crypto.Parameters; namespace Org.BouncyCastle.Crypto.Macs { /** * implements a Cipher-FeedBack (CFB) mode on top of a simple...
using System; using System.Data; using System.Data.OleDb; namespace MyMeta.Sql { #if ENTERPRISE using System.Runtime.InteropServices; [ComVisible(true), ClassInterface(ClassInterfaceType.AutoDual), ComDefaultInterface(typeof(IColumns))] #endif public class SqlColumns : Columns { public SqlColumns() { } ...
/* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. */ /****************************************************************************** * * You may not use the identified files except in compliance with The MIT * License (the "License.") * * You may obtain a copy of the License at * https:/...
// 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; using System.IO; using System....
/* * DocuSign REST API * * The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. * * OpenAPI spec version: v2.1 * Contact: devcenter@docusign.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using Syste...
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...
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...
#region Copyright /*Copyright (C) 2015 Konstantin Udilovich 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 applicab...
/****************************************************************************** * The MIT License * Copyright (c) 2003 Novell Inc. www.novell.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 Sof...
using MathNet.Spatial.Euclidean; using Shouldly; using UnitsNet; using Xunit; namespace Pk.Spatial.Tests.ThreeDimensional.Displacement { [Trait(TestConstants.CategoryName, TestConstants.UnitTestsTag)] public class Displacement3DOperatorTests { [Fact] public void AngleTo() { var angle = Displace...
/* * 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.Globalization; using System.Collections.Generic; using Sasoma.Utils; using Sasoma.Microdata.Interfaces; using Sasoma.Languages.Core; using Sasoma.Microdata.Properties; namespace Sasoma.Microdata.Types { /// <summary> /// A landform or physical feature. Landform elements include mountains...
namespace Ocelot.AcceptanceTests { using System; using System.Collections.Generic; using System.Net; using Microsoft.AspNetCore.Http; using Ocelot.Configuration.File; using TestStack.BDDfy; using Xunit; public class UpstreamHostTests : IDisposable { private readonly Steps _s...
#if UNITY_EDITOR using UnityEditor; using UnityEngine; using System.Collections; using System.Collections.Generic; public class Uni2DAssetPostprocessor : AssetPostprocessor { private static bool ms_bEnabled = true; private static bool ms_bLocked = false; private static HashSet<string> ms_oImportedTextureGUIDs ...
using System; using System.Collections; using System.Collections.Generic; using System.Text; /* * Copyright 2008 ZXing authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * ...
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // WriteOnceBlock.cs //...
// Copyright (c) 2015-present, Parse, LLC. All rights reserved. This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree. An additional grant of patent rights can be found in the PATENTS file in the same directory. using Microsoft.Phone.Notificatio...
using System; using System.Linq; using System.Threading.Tasks; using Abp.Collections.Extensions; using Abp.Dependency; using Abp.Localization; using Abp.Threading; namespace Abp.Authorization { /// <summary> /// Extension methods for <see cref="IPermissionChecker"/> /// </summary> public static class P...
namespace Gu.Wpf.Geometry { using System; using System.Diagnostics; using System.Windows; using System.Windows.Data; using System.Windows.Media; using System.Windows.Shapes; using System.Windows.Threading; /// <summary> /// Base class for balloon shapes. /// </summary> publi...
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // 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 restrictio...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // ------------------------------------------------------------------------------ // Changes to this file must follow...
// 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.Collections.Generic; using System.IO; using System.Linq; using System.Text.RegularExpressions; using System.Xml.Linq; namespace exp...
// 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.Globalization; using Sy...
//------------------------------------------------------------------------------ // <copyright file="ListControl.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ namespace System.W...
// 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.Xml.Serialization { using System.Configuration; using System.Reflection; using System.R...
// 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 System.Linq; using Xunit; namespace System.Reflection.Emit.ILGeneration.Tests { public c...
using System; using System.Globalization; using System.Collections.Generic; using Sasoma.Utils; using Sasoma.Microdata.Interfaces; using Sasoma.Languages.Core; using Sasoma.Microdata.Properties; namespace Sasoma.Microdata.Types { /// <summary> /// Web page type: Checkout page. /// </summary> public class Checkout...
// 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.Diagnostics; using System.Threading; using System.Threading.Tasks; using System.Reflection; usi...
/* * Copyright 2012 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 file="TFQMR.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 any pe...
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Security.Cryptography; using System.Threading; using UnityEngine; using UnityEngine.SceneManagement; using UnityEngine.UI; ...
// $Id$ // // 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"...
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...
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Drawing; using System.Linq; using System.Windows.Forms; using NetGore.Editor; namespace NetGore.Features.NPCChat { /// <summary> /// A TreeNode for the <see cref="NPCChatDialogView"/>. /// </summary> [Su...
/* **************************************************************************** * * 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 ...
// Copyright (c) 2015, Outercurve Foundation. // 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 o...
// // 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 Lewis.SST.Controls; using Lewis.SST.DTSPackageClass; using Lewis.SST.SQLObjects; using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Data; using System.Data.SqlClient; using System.IO; using System.Windows.Forms; using WeifenLuo.WinFormsUI.Docking; namespace ...
namespace ChoETL { #region NameSpaces using System; using System.Text; using System.Collections; using System.Collections.Generic; using System.Linq; #endregion /// <summary>Collection implemented with the properties of a binary heap.</summary> public class ChoBinaryHeap : ICollec...
// // AudioCdSource.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 2008 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction...
#if (UNITY_IPHONE || UNITY_ANDROID || UNITY_WP8) #define TOUCH_SCREEN_KEYBOARD #endif using UnityEngine; using System.Collections; /// <summary> /// TextInput control /// </summary> [ExecuteInEditMode] [AddComponentMenu("2D Toolkit/UI/tk2dUITextInput")] public class tk2dUITextInput : MonoBehaviour { /// <summ...
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using Juice.Framework; using Juice.Framework.TypeConverters; namespace Juice { /// <summary> /// Exten...
namespace Gu.Wpf.UiAutomation.UiTests.Elements { using System; using NUnit.Framework; public class DataGridCellTests { private const string ExeFileName = "WpfApplication.exe"; [OneTimeTearDown] public void OneTimeTearDown() { Application.KillLaunched(ExeFile...
/////////////////////////////////////////////////////////////////////////////////// // Open 3D Model Viewer (open3mod) (v2.0) // [Tab.cs] // (c) 2012-2015, Open3Mod Contributors // // Licensed under the terms and conditions of the 3-clause BSD license. See // the LICENSE file in the root folder of the repository for th...
// Copyright 2007-2012 Chris Patterson, Dru Sellers, Travis Smith, et. al. // // 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 // ...
// System.Xml.XmlDocumentTests // // Authors: // Jason Diamond <jason@injektilo.org> // Kral Ferch <kral_ferch@hotmail.com> // Martin Willemoes Hansen <mwh@sysrq.dk> // // (C) 2002 Jason Diamond, Kral Ferch // (C) 2003 Martin Willemoes Hansen // using System; using System.Collections; using System.Xml; using Sy...
using System; using System.Collections.Generic; using System.Globalization; using System.Text; using System.Text.RegularExpressions; namespace GitHub.Unity { class LogEntryOutputProcessor : BaseOutputListProcessor<GitLogEntry> { private readonly IGitObjectFactory gitObjectFactory; private Proce...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. //////////////////////////////////////////////////////////////////////////// // // // Purpose: This class defines ...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/protobuf/wrappers.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::Google.Protobuf.Reflection; using scg =...
using System; using System.Collections.Generic; using System.IO.Ports; using System.Linq; using System.Net.NetworkInformation; using System.Reflection; using System.Windows.Forms; using Microsoft.VisualBasic; using VSPropertyPages; using Cosmos.Build.Common; using DebugMode = Cosmos.Build.Common.DebugMode; namespac...
// 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.Data.Forms { /// <summary> /// frmI...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Mono.Cecil; using Mono.Cecil.Cil; using Mono.Cecil.Mdb; using Mono.Cecil.Pdb; using NUnit.Framework; namespace Mono.Cecil.Tests { [TestFixture] public class ILProcessorTests : BaseTestFixture { [Test] public void Append ...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: ArraySegment<T> ** ** ** Purpose: Convenient wrapper for an array, an offset, and ** a count. Ideally used in streams & collections. ** ...
// $Id: mxFastOrganicLayout.cs,v 1.12 2009-11-12 19:36:59 gaudenz Exp $ // Copyright (c) 2007-2008, Gaudenz Alder using System; using System.Collections.Generic; using System.Text; namespace com.mxgraph { /// <summary> /// Fast organic layout algorithm. /// </summary> public class mxFastOrganicLayout: ...
/* * Copyright 2010-2013 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...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
// Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License - see LICENSE.txt using System; using System.IO; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using NUnit.Framework.Interfaces; using NUnit.TestData.TestContextData; using NUnit.TestUtilities; using NUnit.Fra...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
// Copyright (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.IO; using System.Linq; using System.Threading.Tasks; using Microsoft.VisualStudio.Language.Standa...
/* * Copyright (c) 2012 Mario Freitas (imkira@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 rights to use, copy, m...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
/* Copyright 2010 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 in writing, software dist...
using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Windows.Forms; using DpSdkEngLib; using DPSDKOPSLib; using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; using System.Linq; ...
/* ==================================================================== 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; using System.Runtime.InteropServices; using WbemClient_v1; using System.Diagnostics; using System.ComponentModel; using System.Threading; namespace System.Management { /// <summary> /// <para>Represents the method that will handle the <see cref='E:System.Management.Manag...
// // CTFontCollection.cs: Implements the managed CTFontCollection // // Authors: Mono Team // // Copyright 2010 Novell, Inc // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software withou...
// 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 ...
using ColossalFramework; using ColossalFramework.UI; using ColossalFramework.Globalization; using ICities; using UnityEngine; using System; using System.Collections.Generic; using System.Threading; namespace FavoriteCims { public class VechiclePassengersButton : UIButton { InstanceID VehicleID = InstanceID.Empty; ...