context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// 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.Threading.Tasks; namespace System.Xml { internal partial class ReadContentAsBinaryHelper { // Internal methods ...
using System; using System.Data; using System.Threading; using System.Threading.Tasks; using Marten.Exceptions; using Npgsql; namespace Marten.Services { internal class TransactionState: IDisposable, IAsyncDisposable { private readonly CommandRunnerMode _mode; private readonly IsolationLevel _i...
using Xunit; namespace Jint.Tests.Ecma { public class Test_15_3_4_3 : EcmaTest { [Fact] [Trait("Category", "15.3.4.3")] public void StrictModeThisValueIsAStringWhichCannotBeConvertedToWrapperObjectsWhenTheFunctionIsCalledWithAnArrayOfArguments() { RunTest(@"TestCases/ch15/15....
/* Copyright 2018 Esri 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, ...
// 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.Text; using System.Collections; using System.Runtime.CompilerServices; using System.Threading; using System.Diagnostics; namespace AMC { public class AMCLooper { private long _version = 1l; private List<AMCMsg> _messages = new List<A...
/* * 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 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.Collections.Generic; using System.Linq; using Xunit; namespace System.ComponentModel.DataAnnotations.T...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // Uncomment for more asserts (slows down tests) //#define ASSERT_VERBOSE //#define ASSERT_ATTRIBUTE_ORDER using System; using System.Collections.Generic; using System....
using UnityEngine; using System; using QuaternionUtilities; using System.Collections.Generic; public partial class Spline : MonoBehaviour { SplineInterpolator splineInterpolator = new HermiteInterpolator( ); ///< The SplineInterpolator that will be used for spline interpolation. } /// <summary> /// The SplineInte...
// Graph Engine // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.md file in the project root for full license information. // using System; using System.Collections.Generic; using System.Threading; using System.Text; using System.Net; using System.IO; using System.Diagnost...
/******************************************************************** 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 "...
using System; using System.Collections.Generic; using System.Globalization; using System.Text; namespace Xevle.Core.Collections.Internal { /// <summary> /// Converts a <see cref="Parameters"/> to a PDL gramma formatted <b>string</b>. /// </summary> static class ParametersToPDLConverter { static readonly Culture...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Text; using System.IO; using Dia; using System.Runtime.InteropServices; using System.Diag...
// Copyright 2007-2011 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 // ...
// 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...
// 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. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespac...
/******************************************************************** * * PropertyBag.cs * -------------- * Derived from PropertyBag.cs by Tony Allowatt * CodeProject: http://www.codeproject.com/cs/miscctrl/bending_property.asp * Last Update: 04/05/2005 * ***********************************************************...
/* * * (c) Copyright Ascensio System Limited 2010-2021 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable la...
using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text; namespace Torshify.Core.Native { internal static partial class Spotify { #region Fields public const int SPOTIFY_API_VERSION = 12; public const int STRINGBUFFER_SIZE = 256; ...
// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. using System; using System.Windows.Input; using Microsoft.VisualStudio.TestTools.UnitTesting; using Prism.Commands; namespace Prism.Tests.Mvvm { [TestClass] public class CompositeCommandFi...
/* * * (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) 2008-2011, Kenneth Bell // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, ...
// 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.Diagnostics; using System.Diagnostics.Contracts; using System.Text; namespace System.Net.Http.Headers { // According...
// 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.Globalization { using System; using System.Runtime.InteropServices; using System.R...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.Serialization; ///This file contains all the typed enums that the client rest api spec exposes. ///This file is automatically generated from https://github.com/elasticsearch/elasticsearch-rest-api-spec ///Genera...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace d3poll.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it with samp...
#region License // // Copyright (c) 2007-2009, Sean Chambers <schambers80@gmail.com> // Copyright (c) 2010, Nathan Brown // // 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://w...
using System; using System.ComponentModel; using System.Data; using System.Windows.Forms; using C1.Win.C1TrueDBGrid; using PCSComProduction.DCP.BO; using PCSComUtils.Common; using PCSComUtils.PCSExc; using PCSUtils.Log; using PCSUtils.Utils; namespace PCSProduction.DCP { /// <summary> /// Summary description for Ign...
using BulletMLLib; using BulletMLSample; using FilenameBuddy; using Microsoft.Xna.Framework; using NUnit.Framework; namespace BulletMLTests { [TestFixture()] public class AccelTest { MoverManager manager; Myship dude; BulletPattern pattern; [SetUp()] public void setupHarness() { Filename.SetCurrentD...
// Generated by ProtoGen, Version=2.4.1.555, Culture=neutral, PublicKeyToken=55f7125234beb589. DO NOT EDIT! #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.ProtocolBuffers; using pbc = global::Google.ProtocolBuffers.Collections; using pbd = global::Google.ProtocolBuf...
// Copyright 2015 gRPC 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 to i...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. #region Using directives using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Management.Automation; #endregion namespace Microsoft.Management.Infrastructure.CimCmdlets {...
// 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.IO; using System.Linq; using System.Text; using System.Xml; using System.Xml.Linq; using ...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using LightBDD.Core.Formatting; using LightBDD.Core.Metadata; using LightBDD.Core.Notification; using LightBDD.Core.Results;...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Xml.Linq; using Microsoft.CodeAnalysis; namespace IxMilia.Dxf.Generator { [Generator] public class EntityGenerator : GeneratorBase, ISourceGenerator { private XElement _xml; private string _xmln...
/* * 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: * * 1) Redistributions of source code must retain the above copyright * notice, this list ...
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Threading; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Diagnostics; namespace Signum.Analyzer; [Diagnostic...
//----------------------------------------------------------------------------------- // PCB-Investigator Automation Script // Created on 24.10.2016 // Autor Fabio.Gruber // // Create routing layers with extra layers for cutout and outline. //----------------------------------------------------------------------------...
// 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: Platform independent integer ** ...
// MIT License // // Copyright (c) 2009-2017 Luca Piccioni // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, cop...
// // PlayerEngine.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 2006-2007 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 restric...
namespace EIDSS.Reports.Document.Veterinary.Aggregate { partial class VetAggregateActionsReport { #region Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> ...
using System; using System.Collections.Generic; using System.Text; using DeOps.Implementation.Protocol; namespace DeOps.Services.Chat { public class ChatPacket { public const byte Data = 0x10; public const byte Status = 0x20; public const byte Invite = 0x30; public const byte ...
namespace ATABBI.TexE { partial class MainForm2 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <par...
/* * 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 Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Azure.Management.BatchAI.Fluent { using System.Threading; using System.Threading.Tasks; using System.Collections.Generic; using...
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 Box2D; using Box2D.Collision; using Box2D.Collision.Shapes; using Box2D.Common; using Box2D.Dynamics; using Box2D.Dynamics.Contacts; using Box2D.Dynamics.Joints; using Cocos2D; namespace AngryNinjas { public class TheStack : CCNode { b2World world; int currentLevel; ...
using LinqToDB.Data; using LinqToDB.Linq; using LinqToDB.SqlProvider; using System; using System.Globalization; using System.Linq; using System.Linq.Expressions; using System.Text; namespace LinqToDB.DataProvider.SQLite { public interface ISQLiteExtensions { } public static class SQLiteExtensions { public stat...
using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Security.Cryptography; namespace gView.Framework.system { internal class FileReadWrite { // Key for TripleDES encryption public static byte[] key = { 21, 10, 64, 10, 100, 40, 200, 4, ...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using Signum.Utilities.DataStructures; using System.Collections.ObjectModel; using Signum.Utilities.Reflection; namespace Signum.Utilities.ExpressionTrees { public class ExpressionComparer { internal Scope...
// 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 Xunit; using Xunit.Sdk; namespace T...
using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.Design; using System.Diagnostics; using System.Drawing; using System.Windows.Forms; using Palaso.UI.WindowsForms.Widgets; using Palaso.i18n; namespace Palaso.UI.WindowsForms.i18n { [Designer("LocalizationHelperDe...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Net; using Vim25Api; using System.Xml; namespace AppUtil { /// <summary> /// Utility wrapper methods for the vimService methods /// </summary> public class ServiceUtil { private AppUti...
using System.Text; using Lucene.Net.Documents; namespace Lucene.Net.Document { using Lucene.Net.Support; using NUnit.Framework; using System; using System.IO; using BytesRef = Lucene.Net.Util.BytesRef; /* * Licensed to the Apache Software Foundation (ASF) under one or more * ...
// 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.Collections.ObjectModel; using System.Diagnostics; using System.Dynam...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.DocAsCode.Common.Git { using System; using System.Collections.Concurrent; using System.Diagnostics; using System.IO; using Syste...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using Xunit; namespace System.Linq.Expressions.Tests { public class ReferenceNotEqual : Reference...
using System; using System.Collections.Generic; using Should; using Xunit; namespace MicroMapper.UnitTests { namespace ConfigurationValidation { public class When_testing_a_dto_with_mismatched_members : NonValidatingSpecBase { public class ModelObject { p...
using System; using System.Collections; using System.Data.SqlClient; using System.Threading; using System.Web.UI.WebControls; using Rainbow.Framework; using Rainbow.Framework.Site.Data; using Rainbow.Framework.Web.UI; using Label=Rainbow.Framework.Web.UI.WebControls.Label; namespace Rainbow.AdminAll { /// <summary...
#region License /* Copyright (c) 2003-2015 Llewellyn Pritchard * All rights reserved. * This source code is subject to terms and conditions of the BSD License. * See license.txt. */ #endregion using System; using System.Collections; using System.Text.RegularExpressions; using IronScheme.Editor.Collections; namesp...
// /* // * Copyright (c) 2016, Alachisoft. 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 // * // * Unle...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Threading.Tasks; using Microsoft.CodeAnaly...
/* * Copyright 2004,2006 The Poderosa Project. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * * $Id: GButton.cs,v 1.2 2011/10/27 23:21:59 kzmi Exp $ */ using System; using System.Collections; using System.ComponentModel; ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; namespace NetSpec { internal sealed class World { internal ExampleGroup currentExampleGroup; internal ExampleMetadata currentExampleMetadata; internal bool isRunningAdditionalSuites = false; ...
namespace Bog.Web.Dashboard.Areas.HelpPage { using System; using System.Globalization; using System.Linq; using System.Reflection; using System.Web.Http.Controllers; using System.Web.Http.Description; using System.Xml.XPath; /// <summary> /// A custom <see cref="IDocumentationPr...
// 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.CodeAnalysis; namespace System.Globalization { /*=================================Kore...
// The MIT License (MIT) // // Copyright (c) 2015, Unity Technologies & Google, 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, including without limitation th...
// // Dialog.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // // Copyright (c) 2011 Xamarin 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, i...
// 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 ...
namespace Azure.ResourceManager.AppConfiguration { public partial class AppConfigurationManagementClient { protected AppConfigurationManagementClient() { } public AppConfigurationManagementClient(string subscriptionId, Azure.Core.TokenCredential tokenCredential, Azure.ResourceManager.AppConfigur...
using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.Tokens; using Microsoft.SharePoint.Client; using System; using System.Net; using System.Security.Principal; using System.Web; using System.Web.Configuration; namespace StockRequestRERWeb { /// <summary> /// Encapsulates all the i...
/* * 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...
// Created by Paul Gonzalez Becerra using System; using Saserdote.Mathematics; namespace Saserdote.Mathematics.Collision { public class BVCircle:BoundingVolume { #region --- Field Variables --- // Variables public Point2f pPos; private float pRadius; #endregion // Field Variables #region --- C...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / /// <summary> /// PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution. /// /// NewFactorResource /// </summary> using Newtonsoft.Json; using System; using Sys...
/* * Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) * See https://github.com/openiddict/openiddict-core for more information concerning * the license and the contributors participating to this project. */ using System; using System.Collections.Generic; using System.IO; ...
/* Project Orleans Cloud Service SDK ver. 1.0 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, inc...
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...
// GridDataViewBinder.cs // using jQueryApi; using Slick; using Slick.Data; using SparkleXrm.jQueryPlugins; using System; using System.Collections.Generic; using System.Html; using System.Runtime.CompilerServices; using Xrm; using Xrm.Sdk; using Xrm.Sdk.Metadata; namespace SparkleXrm.GridEditor { public class Gri...
#region Using Statements using System; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Input.Touch; using System.IO; #endregion namespace Pinball { /// <summary> /// Enum describes the screen transition state. /// </summary> public enum ScreenState { TransitionOn, Activ...
/* The MIT License (MIT) Copyright (c) 2016 SirJosh3917 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, p...
/* * Copyright 2012-2021 The Pkcs11Interop Project * * 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 app...
// 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.Net.Sockets; using System.Runtime.InteropServices; using System.Text; namespace System.Net { internal static partial class N...
#if !FEATURE_PAL namespace System.Diagnostics { using System.Text; using System.Threading; using System.Runtime.InteropServices; using System.ComponentModel; using System.ComponentModel.Design; using System.Diagnostics; using System; using System.Collections; using System.IO; ...
using UnityEngine; using System.Collections; public static class VoronoiNoise { //Function delegates, makes using functions pointers easier private delegate float DISTANCE_FUNC2(Vector2 p1, Vector2 p2); private delegate float DISTANCE_FUNC3(Vector3 p1, Vector3 p2); private delegate float COMBINE_FUNC(float[] arr);...
/* * 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 Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; using Orleans.Configuration; using Orleans.Configuration.Validators; using Orleans.GrainDirectory; using Orleans.Runtime.Configuration; using Orleans.Runtime.ConsistentRing; using Orleans.Runtime.Counters; using 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.Collections.Generic; using Xunit; namespace System.Linq.Parallel.Tests { public static partial cla...
// // Authors: // Ben Motmans <ben.motmans@gmail.com> // Lucas Ontivero lucas.ontivero@gmail.com // // Copyright (C) 2007 Ben Motmans // Copyright (C) 2014 Lucas Ontivero // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the //...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /*===================================================================== File: GC.cs Summary: Demonstrate...
// 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 Internal.Runtime.CompilerServices; using System.Diagnostics; using System.Diagnostics.Contracts; using System....
/* * 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...
// // MD4Managed.cs - Message Digest 4 Managed Implementation // // Author: // Sebastien Pouliot (sebastien@ximian.com) // // (C) 2003 Motus Technologies Inc. (http://www.motus.com) // Copyright (C) 2004-2005,2010 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obta...
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 synagogue. /// </summary> public class Synagogue_Core : TypeCore...
using System; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Runtime.InteropServices; using System.Security.Principal; using WUApiLib; namespace helpsharp.Utility { public class SystemUtils { #region Private Fields private Profileinfo _profileInfo; ...
// 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: Abstract base class for ...
// 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 //...
/* ==================================================================== */ using System; using System.Xml; using System.IO; using System.Collections; using System.Collections.Generic; namespace Oranikle.Report.Engine { ///<summary> /// TableRow represen...