context
stringlengths
2.52k
185k
gt
stringclasses
1 value
/* ==================================================================== 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.Generic; using System.Globalization; using System.Linq; using System.Reflection; using Microsoft.TeamFoundation.DistributedTask.Orchestration.Server.Expressions; using Newtonsoft.Json.Linq; using Xunit; namespace Microsoft.VisualStudio.Services.Agent.Tests { public sealed cla...
// // 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 // distrib...
using System; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; namespace PartsUnlimited.Models.Migrations { public partial class InitialMigration : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuild...
// // 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...
// 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 ...
// 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 ...
/* * Copyright (c) Contributors, http://aurora-sim.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must reta...
namespace eidss.main.Login { public partial class ChangePasswordForm { //Inherits System.Windows.Forms.Form //Form overrides dispose to clean up the component list. [System.Diagnostics.DebuggerNonUserCode()] protected override void Dispose(bool disposing) { try { if (disposing && c...
/* ==================================================================== Copyright (C) 2004-2008 fyiReporting Software, LLC This file is part of the fyiReporting RDL project. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. ...
// <copyright file="VectorTests.Arithmetic.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-2010 Math.NET // Permission is hereby granted, free of charge...
using System; using System.Windows.Forms; using System.Collections; using System.Drawing; using PrimerProForms; using PrimerProObjects; using GenLib; namespace PrimerProSearch { /// <summary> /// Tone Search for Text Data /// </summary> public class ToneTDSearch : Search { //Search parameters pri...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for details. using System; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; using OpenLiveWriter.Controls; namespace OpenLiveWriter.ApplicationFramework { /// <...
// ---------------------------------------------------------------------------- // <copyright file="PhotonViewInspector.cs" company="Exit Games GmbH"> // PhotonNetwork Framework for Unity - Copyright (C) 2011 Exit Games GmbH // </copyright> // <summary> // Custom inspector for the PhotonView component. // </summary...
#region /* Copyright (c) 2002-2012, Bas Geertsema, Xih Solutions (http://www.xihsolutions.net), Thiago.Sayao, Pang Wu, Ethem Evlice, Andy Phan, Chang Liu. All rights reserved. http://code.google.com/p/msnp-sharp/ Redistribution and use in source and binary forms, with or without modification, are permitted provided t...
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Kuchen { public static class GameObjectExtension { public static Subscriber GetSubscriber(this MonoBehaviour behaviour) { return GetOrAddComponent<KuchenSubscriberGameObject>(behaviour.gameObject).Subscriber...
// 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; using System.Collections.Generic; using System.Collections.ObjectModel; usin...
using System; using System.Collections; using Org.BouncyCastle.Asn1.X500; using Org.BouncyCastle.Math; namespace Org.BouncyCastle.Asn1.X509.SigI { /** * Contains personal data for the otherName field in the subjectAltNames * extension. * <p/> * <pre> * PersonalData ::= SEQUENCE { * nameOrPseudonym Na...
using J2N; using J2N.Collections.Generic.Extensions; using Lucene.Net.Diagnostics; using System; using System.Collections.Generic; using System.Text; using JCG = J2N.Collections.Generic; /* * dk.brics.automaton * * Copyright (c) 2001-2009 Anders Moeller * All rights reserved. * * Redistribution and use in source...
using System; using System.Collections.Generic; using Android.Runtime; namespace ME.Kevingleason.Pnwebrtc { // Metadata.xml XPath class reference: path="/api/package[@name='me.kevingleason.pnwebrtc']/class[@name='PnSignalingParams']" [global::Android.Runtime.Register ("me/kevingleason/pnwebrtc/PnSignalingParams", D...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace DotNetty.Buffers { using System; using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Runtime.CompilerServices; ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Orleans; using Orleans.Concurrency; using Orleans.Providers; using Orleans.Providers.Streams.SimpleMessageStream; using Orleans.Runti...
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 Braintree.Exceptions; using Braintree.Test; using Braintree.TestUtil; using NUnit.Framework; using System; using System.Collections.Generic; using System.Text.RegularExpressions; using System.Threading.Tasks; namespace Braintree.Tests.Integration { [TestFixture] public class CreditCardIntegrationTest ...
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Networking; using UnityEngine.UI; public class Ball : NetworkBehaviour { public float collisionForceMultiplier = 2.5f; public float minimumVelocity = 10; public float maximumVelocity = 200; ...
namespace PhoneManagementSystem.Data.Migrations { using System; using System.Data.Entity; using System.Collections.Generic; using System.Data.Entity.Migrations; using System.Linq; using Microsoft.AspNet.Identity.EntityFramework; using Microsoft.AspNet.Identity; using PhoneManagementSy...
// 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. #nullable enable using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using...
// 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; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.CompilerServices; ...
//------------------------------------------------------------------------------ // <copyright file="PersonalizationStateInfoCollection.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //---------------------------------------------------------------------------...
//------------------------------------------------------------------------------ // <copyright file="PointAnimationUsingPath.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ using M...
using AutoBogus.NSubstitute; using Bogus; using FluentAssertions; using System; using System.Linq.Expressions; using Xunit; namespace AutoBogus.Tests { public class AutoConfigBuilderFixture { private Faker _faker; private AutoConfig _config; private AutoConfigBuilder _builder; private interface IT...
// // assembly: System // namespace: System.Text.RegularExpressions // file: syntax.cs // // author: Dan Lewis (dlewis@gmx.co.uk) // (c) 2002 // // 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 S...
using System; using System.Runtime.InteropServices; using System.Collections.Generic; using System.Text; namespace Fluid.Drawing.GdiPlus { [StructLayout(LayoutKind.Sequential)] public struct GpGraphics { public static implicit operator IntPtr(GpGraphics obj) { return obj.ptr; } internal In...
// 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...
// 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.Globalization; using TestLibrary; /// <summary> /// UInt64.ToString(System.IFormatProvide...
using System; using System.Collections; using System.Collections.Generic; using System.IO.Pipelines; using System.IO.Pipelines.Text.Primitives; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Primitives; namespace SocketServer { ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.GamerServices; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using...
/* 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 distribut...
/* * * (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 MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using System.Linq; using Xunit; using Validation; using System.Diagnostics; namespace System.Collections.Immutable.Test { 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 ...
// // FileManager.cs // // Author: Kees van Spelde <sicos2002@hotmail.com> // // Copyright (c) 2014-2021 Magic-Sessions. (www.magic-sessions.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 ...
// 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.Collections; using System.Text; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using Syst...
// // MultipartEncrypted.cs // // Author: Jeffrey Stedfast <jeff@xamarin.com> // // Copyright (c) 2013 Jeffrey Stedfast // // 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 restricti...
/* * 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...
// ReSharper disable CheckNamespace #pragma warning disable 1591 using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using GSF.ComponentModel; using GSF.ComponentModel.DataAnnotations; using GSF.Data.Model; namespace openPDC.Model { [PrimaryLabel("Acronym")] public class De...
// 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 ...
// // 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.Text; using Mono.Cecil.Metadata; namespace Mono.Cecil { class TypeParser { class Type { public const int P...
/* * * 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"); 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.Diagnostics; using System.Globalization; using Microsoft.CSharp.RuntimeBinder.Semantics; ...
/* * Copyright (C) 2012, 2013 OUYA, 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 a...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Globalization; using System.Runtime.CompilerServices; using System.Text; namespace System.Numerics { /// <summary> /// A structure encapsulating t...
#region Using Directives using System; using System.Collections.Generic; using System.Linq; using System.Text; using Android.App; using Android.Content; using Android.OS; using Android.Runtime; using Android.Views; using Android.Widget; using Figlut.MonoDroid.Toolkit.Utilities.SettingsFile; using Figlut.MonoDroid.Tool...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.IO; using System.Runtime; using System.ServiceModel.Channels; using System.ServiceModel.Description; u...
using System; using UnityEngine; using System.Linq; using System.IO; using System.Text.RegularExpressions; using System.Collections.Generic; using Object = UnityEngine.Object; namespace UnityEditor.UI.Windows.Extensions.Utilities { internal class NewScriptGenerator { private const int kCommentWrapLength = 35; ...
/* * * (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...
// 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.Collections; using System.IO; using System.Runtime.InteropServices; using Xunit; na...
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 museum. /// </summary> public class Museum_Core : TypeCore, ICiv...
using System.Collections.Immutable; using NQuery.Symbols; using NQuery.Symbols.Aggregation; using NQuery.Syntax; using NQuery.Text; namespace NQuery.Binding { partial class Binder { private void EnsureCaseLabelsEvaluateToBool(ImmutableArray<CaseLabelSyntax> caseLabels, ImmutableArray<BoundCaseLabel> b...
// // Copyright (c) @jevertt // Copyright (c) Rafael Rivera // Licensed under the MIT License. See LICENSE in the project root for license information. // using System.IO; using System.Collections.Generic; using System.Linq; using UnityEditor; using UnityEngine; using System.Net; using System; using System.Xml; names...
using System; using Csla; using Csla.Data; using DalEf; using Csla.Serialization; using System.ComponentModel.DataAnnotations; using BusinessObjects.Properties; using System.Linq; using BusinessObjects.CoreBusinessClasses; using System.Collections.Generic; namespace BusinessObjects.Projects { [Serializable] public p...
// 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.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft...
// 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.Reflection; using System.Collections.Generic; namespace System.Reflection.Tests { public class MethodInfoCreateDelegateTest...
// // Copyright (c) 2008-2019 the Urho3D project. // Copyright (c) 2017-2020 the rbfx project. // // 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 lim...
using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; using Orleans.Configuration; using Orleans.GrainDirectory; using Orleans.Runtime.ConsistentRing; using Orleans.Runtime.Counters; using Orleans.Runtime.GrainDirectory; using Orleans.Runtime.LogConsistency; using Or...
// 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.Immutable; using System.Diagnostics; using System.Text; namespace System.Reflection.Metada...
using System; using System.Runtime.InteropServices; // ReSharper disable FieldCanBeMadeReadOnly.Global // ReSharper disable MemberCanBePrivate.Global // ReSharper disable FieldCanBeMadeReadOnly.Local namespace Avalonia.LinuxFramebuffer.Output { public enum DrmModeConnection { DRM_MODE_CONNECTED = 1, ...
// 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.Linq; using FluentAssertions; using Microsoft.DotNet.Cli.Utils; using Microsoft.DotNet.TestFramework;...
using System; using Microsoft.Data.Entity; using Microsoft.Data.Entity.Infrastructure; using Microsoft.Data.Entity.Metadata; using Microsoft.Data.Entity.Migrations; using OttoMail.Models; namespace OttoMail.Migrations { [DbContext(typeof(ApplicationDbContext))] [Migration("20160501234141_AddEmailToApplicationD...
// 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....
// 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; using System.Collections.Specialized; using System.Threading; using System.D...
/* * TreeDictionary.cs - Generic dictionary class, implemented as a tree. * * Copyright (C) 2003 Southern Storm Software, Pty Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; eithe...
// // Copyright (c) Microsoft and contributors. 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 // // Unless requi...
using System; using System.Collections; using System.Data; using PCSComUtils.Admin.DS; using PCSComUtils.Common; using PCSComUtils.Common.BO; using PCSComUtils.Framework.ReportFrame.DS; using PCSComUtils.PCSExc; namespace PCSComUtils.Framework.ReportFrame.BO { public class ReportManagementBO { private const stri...
// v-minch using System; using System.Collections.Generic; using System.Text; using System.Globalization; /// <summary> /// UInt32.Parse(System.string) /// </summary> public class UInt32Parse1 { public static int Main() { UInt32Parse1 ui32parse1 = new UInt32Parse1(); TestLibrary.TestFramework....
#region Copyright /*Copyright (C) 2015 Wosad 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 a...
// 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 Xunit.Abstractions; using System.IO; using System.Xml.Schema; using System.Xml.XPath; namespace ...
using System; using Xunit; using Scripting.SSharp.Runtime; using Scripting.SSharp; namespace UnitTests { /// <summary> /// Summary description for BaseAlgorithms /// </summary> public class BaseAlgorithms : IDisposable { public BaseAlgorithms() { RuntimeHost.Initialize(); EventBroker.Clea...
using System; using CppSharp.AST; using CppSharp.AST.Extensions; using CppSharp.Generators.C; using CppSharp.Generators.CLI; using CppSharp.Types; using Delegate = CppSharp.AST.Delegate; using Type = CppSharp.AST.Type; namespace CppSharp.Generators.Cpp { public class CppMarshalNativeToManagedPrinter : MarshalPrint...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using Microsoft.Win32; using NuGet.Configuration; using Cosmos.Build.Installer; namespace Cosmos.Build.Builder { /// <summary> /// Cosmos task. /// </summary> /// <seealso cref="Cosmos.Build.Installer...
/* * 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 not u...
// 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.Resources { using System; using System.IO; using System.Globalization; using System...
// <file> // <copyright see="prj:///doc/copyright.txt"/> // <license see="prj:///doc/license.txt"/> // <owner name="Daniel Grunwald" email="daniel@danielgrunwald.de"/> // <version>$Revision: 3660 $</version> // </file> using System; using ICSharpCode.NRefactory.Ast; namespace ICSharpCode.NRefactory.Vi...
/* * 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 ...
// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace ApplicationGateway { using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; using System.Threading; using System.Threading.Ta...
using System; using System.Linq; using NBitcoin.Altcoins.HashX11; using NBitcoin.Crypto; using NBitcoin.DataEncoders; using NBitcoin.Protocol; namespace NBitcoin.Altcoins { // Reference: https://github.com/dogecash/dogecash/blob/master/src/chainparams.cpp public class DogeCash : NetworkSetBase { public static Dog...
// Copyright 2022 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(c) Microsoft Open Technologies, Inc. All rights reserved. The MIT License(MIT) 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 witho...
using System; using System.Windows.Forms; using System.Drawing; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; namespace WeifenLuo.WinFormsUI.Docking { public delegate string GetPersistStringCallback(); public class DockContentHandler : IDisposable, IDockDragSource { public Do...
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...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // StringExpressionSet // // <OWNER>[....]</OWNER> // namespace System.Security.Util { using System.Text; using System; using System.Collections; using System.Collections.Generic; using System.Runtime.C...
// 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.IO; using System.Linq; using System.Runtime.InteropServ...
// 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 System; using System.Collections.Generic; using System.Linq; using System.Net.NetworkInformation; using System.Threading.Tasks; using Baseline; using Baseline.ImTools; using Jasper.Configuration; using Jasper.Persistence.Durability; using Jasper.Runtime; using Jasper.Runtime.Routing; using Jasper.Runtime.WorkerQu...
#region MIT License /* * Copyright (c) 2005-2008 by Jonathan Mark Porter. http://physics2d.googlepages.com/ * Edited (2009) by Ian Qvist to be included in Farseer Physics. http://codeplex.com/FarseerPhysics * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and as...
using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.Text; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using PlantUmlClassDiagramGenerator.Library; using System.Runtime.InteropServices; namespace PlantUmlClassDiagramGenerator { class Program ...
/* Originally started back last year, and completely rewritten from the ground up to handle the * Profiles for InWorldz, LLC. * Modified again on 1/22/2011 by Beth Reischl to: * Pull a couple of DB queries from the Classifieds section that were not needed * Pulled a DB query from Profiles and modified another one. ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using Xunit; namespace System.Linq.Parallel.Tests { public class SkipSkipWhil...
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // C# port by: Lars Brubaker // larsbrubaker@gmail.com // Copyright (C) 2007 // // Permission to copy, use, modif...
/* * 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...