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 You under the Apache License, Version 2.0 * (the "License"); you may...
#region Copyright notice and license // Copyright 2015, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyrig...
// // 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 required...
#region License // Copyright (c) 2010 Ross McDermott // 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, me...
#region License /* The MIT License Copyright (c) 2008 Sky Morey 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, ...
using RootSystem = System; using System.Linq; using System.Collections.Generic; namespace Windows.Kinect { // // Windows.Kinect.DepthFrameReader // public sealed partial class DepthFrameReader : RootSystem.IDisposable, Helper.INativeWrapper { internal RootSystem.IntPtr _pNative; Roo...
// 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 Xunit; namespace System.Linq.Expressions.Tests { ...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Threading; using System.Threading.Tasks; using Manatee.Trello.Internal; using Manatee.Trello.Internal.DataAccess; using Manatee.Trello.Internal.Synchronization; using Manatee.Trello.Internal.Vali...
using System; using CslaSrd; using CslaSrd.Properties; namespace CslaSrd { /// <summary> /// Provides an integer data type that understands the concept /// of an empty value. /// </summary> /// <remarks> /// See Chapter 5 for a full discussion of the need for a similar /// data type and the design choic...
//------------------------------------------------------------------------------ // <copyright file="ActiveXMessageFormatter.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //----------------------...
using System; using System.Collections.Generic; using System.Data.Linq; using System.Data.Linq.Provider; using System.Diagnostics.CodeAnalysis; namespace System.Data.Linq.SqlClient { internal class SqlDuplicator { DuplicatingVisitor superDuper; internal SqlDuplicator() : this(true) { ...
using System; using System.Collections.Generic; using System.Text; namespace Qwack.Math.Solvers { //https://en.wikipedia.org/wiki/Nelder//E2//80//93Mead_method public static class NelderMead { public static double[] MethodSolve(Func<double[], double> fn, double[] startingPoint, double[] initialStep...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using Microsoft.Azure.Management.ResourceManager; using Microsoft.Azure.Ma...
// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.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 Newtonsoft.Json; using System.Collections; ...
// 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: Implements a generic, dynam...
/* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for Additional information regarding copyright ownership. The ASF licenses this file to Y...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using...
using System; using System.Threading; using System.Diagnostics; using M2SA.AppGenome.Logging; namespace M2SA.AppGenome.Threading.Internal { /// <summary> /// Holds a callback delegate and the state for that delegate. /// </summary> public partial class WorkItem : IHasWorkItemPriority { #region WorkItemState ...
#if !DISABLE_PLAYFABCLIENT_API using PlayFab.ClientModels; namespace PlayFab.Events { public partial class PlayFabEvents { public event PlayFabResultEvent<LoginResult> OnLoginResultEvent; public event PlayFabRequestEvent<GetPhotonAuthenticationTokenRequest> OnGetPhotonAuthenticationTokenReques...
#region FilteredColumns // Used by CSLA Objects Guid public bool IsGuid(IColumn column){ return(column.LanguageType=="timestamp");} public ArrayList Guid(IColumns columns){ return FilteredColumns(columns,new Filter(IsGuid));} // Used in CSLA Business O...
using System; using AutoFixture.Idioms; using Xunit; namespace AutoFixture.IdiomsUnitTest { public class EmptyStringBehaviorExpectationTest { [Fact] public void SutIsBehaviorExpectation() { // Arrange var expectation = new EmptyStringBehaviorExpectation(); ...
// 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 ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Text.Json; using Microsoft.AspNetCore.Components.Inf...
using UnityEngine; namespace UnitySampleAssets.Vehicles.Car { [RequireComponent(typeof (WheelCollider))] public class Wheel : MonoBehaviour { public Transform wheelModel; public float Rpm { get; private set; } public float MaxRpm { get; private set; } public float SkidFactor...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
// 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 Microsoft.CSharp.RuntimeBinder.Syntax; namespace Microsoft.CSharp.RuntimeBinder.Sem...
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using Umbraco.Core.Events; using Umbraco.Core.IO; using Umbraco.Core.Logging; using Umbraco.Core.Models; using Umbraco.Core.Persistence; using Umbraco.Core.Persistence.Querying; using Umbraco.Core.Persistence.UnitOf...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
//--------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // // File: DocumentPageView.cs // // Description: Provides a view port for a page of content for a DocumentPage. // //---------------------------------------------------------...
// // 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...
/* ==================================================================== 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 Org.BouncyCastle.Asn1; namespace Org.BouncyCastle.Asn1.Cms { /** * a signed data object. */ public class SignedData : Asn1Encodable { private readonly DerInteger version; private readonly Asn1Set digestAlgorithms; pr...
// 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 Microsoft.Win32; using System; using System.Collections; using System.Diagnostics; using System.Globalization;...
namespace KingSurvival.ConsoleClient { using System; using System.Threading; using KingSurvival.GameLogic.Commons; using KingSurvival.GameLogic.Contracts; using KingSurvival.GameLogic.Models; public class KingSurvivalGame : BaseGame { private static bool gameOver = false; // to mov...
//----------------------------------------------------------------------------- // <copyright file="TimeSystem.cs" company="WheelMUD Development Team"> // Copyright (c) WheelMUD Development Team. See LICENSE.txt. This file is // subject to the Microsoft Public License. All other rights reserved. // </copyright>...
// // Copyright (C) DataStax 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 la...
// 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 (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...
/* * Infoplus API * * Infoplus API. * * OpenAPI spec version: v1.0 * Contact: api@infopluscommerce.com * Generated by: https://github.com/swagger-api/swagger-codegen.git * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with 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. /*============================================================ ** ** ** ** ** ** Purpose: List for exceptions. ** *...
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using OpenCvSharp.Internal; using OpenCvSharp.Internal.Vectors; // ReSharper disable UnusedMember.Global // ReSharper disable IdentifierTypo // ReSharper disable InconsistentNaming // ReSharper disable CommentTypo...
namespace Epi.Windows.Analysis.Dialogs { partial class ComplexSampleFrequencyDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. ...
using System; using System.Runtime.Remoting.Messaging; using JetBrains.Annotations; using Kontur.Tracing.Core.Config; using Kontur.Tracing.Core.Impl; namespace Kontur.Tracing.Core { public static class Trace { [NotNull] public static ITraceContext CreateRootContext([NotNull] string contextName,...
// 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 Microsoft.Win32.SafeHandles; using System.Collections.Generic; using System.Diagnostics; using System.IO; usin...
using Lucene.Net.Documents; using Lucene.Net.Support; using NUnit.Framework; using System; using System.Collections.Generic; using System.IO; using System.Threading; using Console = Lucene.Net.Support.SystemConsole; namespace Lucene.Net.Index { using Directory = Lucene.Net.Store.Directory; using Document = Doc...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading; using System.Threading.Tasks; using Box.V2.Auth; using Box.V2.Config; using Box.V2.Converter; using Box.V2.Exceptions; using Box.V2.Managers; using Box.V2.Models; using Box.V2.Request; using Box.V2.Services; usi...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Collections.ObjectModel; using System.Diagnostics; using Syst...
// 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 ...
// 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. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.ObjectModel; using System.Diagnostics.Contracts; using System.IdentityModel.Policy; using System.IdentityModel.Selectors; using System.Identity...
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Parse.Abstractions.Infrastructure; using Parse.Infrastructure.Utilities; using static Parse.Resources; namespace Parse.Infrastruct...
using System; using System.Text.RegularExpressions; namespace QED.DataValidation { /// <summary> /// This class implements Jeffrey E.F. Friedl's rfc 822 compliant email validator routines. /// Implmented in C# by an unknown author. -ccarey 2003-06-12 /// </summary> public class EmailValidator { // static ...
// 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.Collections.Generic; using System.Composition; using System.Compositio...
// 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.Text; using System.Collections.Generic; using Xunit; using Microsoft.Xunit.Performance; namespace Syst...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
#if !(UNITY_4_0 || UNITY_4_1 || UNITY_4_2 || UNITY_4_3 || UNITY_4_4 || UNITY_4_5 || UNITY_4_6 || UNITY_5_0 || UNITY_5_1 || UNITY_5_2) #define SupportCustomYieldInstruction #endif using System; using System.Collections; using System.Collections.Generic; using System.Reflection; using System.Threading; using UniRx.Inter...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Sockets; using System.Reflection; using System.Text; using System.Threading; using System.Threading.Tasks; using RoslynIntellisense; using Microsoft.CodeAnalysis; using Intellisense.Common; //using cs...
/* * 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 ...
//--------------------------------------------------------------------- // File: ExecuteReceivePipelineStep.cs // // Summary: // //--------------------------------------------------------------------- // Copyright (c) 2004-2011, Kevin B. Smith. All rights reserved. // // THIS CODE AND INFORMATION ARE PROVIDED "AS IS"...
using System; using System.IO; using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.X509; using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Crypto.Agreement; using Org.BouncyCastle.Crypto.Agreement.Srp; using Org.BouncyCastle.Crypto.Digests; using Org.BouncyCastle.Crypto.IO; using Org.BouncyCastle.Crypto.Param...
using System; using System.Collections.Generic; using System.Dynamic; using System.Linq; using System.Threading.Tasks; using Keen.Core; using Keen.EventCache; using Moq; using Newtonsoft.Json.Linq; using NUnit.Framework; namespace Keen.Test { [TestFixture] public class BulkEventTest : TestBase { [...
// 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.Contracts; using System.Runtime.CompilerServices; using System.Threading; using System.Threading.Tasks; namespace System.Runtime { public ...
using System.Collections.Generic; using System; using System.IO; using Newtonsoft.Json; using RedditSharp; using System.Threading; using System.Linq; using System.Threading.Tasks; using System.Net; using Newtonsoft.Json.Linq; namespace MediaCrusher { static class Program { readonly static string[] Supp...
//@ outdir "built"; //@ using assembly "QRBuild"; using System; using System.Collections.Generic; using System.IO; using QRBuild.IO; using QRBuild.ProjectSystem; using QRBuild.Translations.ToolChain.Msvc; namespace Build { public sealed class Locations : ProjectLocations { static Locations() {...
// 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 System; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Pocket; using Serilog.Sinks.RollingFileAlternate; using LoggerConfiguration = Serilog.LoggerConfiguration; #region UsefulUsings using static Pocket.Logger<Demo.Examples>; #endregion n...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. // Warning: This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if the // code is regenerated. using Sys...
using System; using System.Data.Common; using System.Linq; using System.Linq.Expressions; using System.Threading; using System.Threading.Tasks; using Baseline; using Marten.Linq; using Marten.Schema.Identity; using Marten.Services; using Marten.Services.Deletes; using Marten.Util; using Npgsql; using NpgsqlTypes; name...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Diagnostics.Contracts; u...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using UnityEngine; using Debug = UnityEngine.Debug; using Object = UnityEngine.Object; namespace UnityTest { [Serializable] public class AssertionComponent : MonoBehaviour, IAssertionComponent...
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...
// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. using System.ComponentModel.Composition; using Prism.Logging; using Prism.Modularity; using ModuleTracking; namespace ModularityWithMef.Desktop { /// <summary> /// Provides tracking of mod...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text.RegularExpressions; using System.Web; using System.Web.Security; using System.Xml; using System.Xml.Linq; using Examine; using umbraco.businesslogic; using umbraco.cms.businesslogic; using umbraco.cms.busine...
using System; using NUnit.Framework; using System.Drawing; using OpenQA.Selenium.Environment; using System.Collections.ObjectModel; namespace OpenQA.Selenium { [TestFixture] public class VisibilityTest : DriverTestFixture { [Test] [Category("Javascript")] public void ShouldAllowTheU...
/* DrawEvents.cs This is a NovaVR script created for the CMS Collaboration CMS.VR project http://novavrllc.com Version 0.5 Copyright (c) 2017 NovaVR LLC. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyrig...
namespace Humidifier.KinesisAnalyticsV2 { using System.Collections.Generic; using ApplicationTypes; public class Application : Humidifier.Resource { public override string AWSTypeName { get { return @"AWS::KinesisAnalyticsV2::Application"; ...
//--------------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // // Description: TranslationDictionariesWriter & TranslationDictionariesReader class // //--------------------------------------------------------------------------- using S...
using System; using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Ocelot.LoadBalancer.LoadBalancers; using Ocelot.Middleware; using Ocelot.Responses; using Ocelot.Values; using Shouldly; using TestStack.BDDfy; using Xunit; namespace Ocelot.UnitTests.LoadBalancer { ...
using System.Net; using FluentAssertions; using JetBrains.Annotations; using JsonApiDotNetCore; using JsonApiDotNetCore.Configuration; using JsonApiDotNetCore.Resources; using JsonApiDotNetCore.Resources.Annotations; using JsonApiDotNetCore.Serialization.Objects; using Microsoft.EntityFrameworkCore; using Microsoft.Ext...
using System; using NUnit.Framework; using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Crypto.Digests; using Org.BouncyCastle.Crypto.Engines; using Org.BouncyCastle.Crypto.Encodings; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Utilities.Encoders; using Org.BouncyCastle.Utilities.Test; namesp...
using Prism.Properties; using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; namespace Prism.Modularity { /// <summary> /// Represents a group of <see cref="ModuleInfo"/> instances that are usually deployed together. <see cref="ModuleInfoGroup"/>s ...
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 license // Copyright (c) 2009 Rodrigo B. de Oliveira (rbo@acm.org) // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above co...
/* * Copyright (c) 2013 Calvin Rien * * Based on the JSON parser by Patrick van Bergen * http://techblog.procurios.nl/k/618/news/view/14605/14863/How-do-I-write-my-own-parser-for-JSON.html * * Simplified it so that it doesn't throw exceptions * and can be used in Unity iPhone with maximum code stripping. * * P...
// // 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...
/* ==================================================================== 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...
//------------------------------------------------------------------------------ // radar.cs // A fully clientside radar that displays objects relative to your own player // position and indicates whether or not they are above, below or on-altitude // with you as well as hostile status. // Copyright (c) 2016 Robert Mac...
// 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 System; using System.ComponentModel; using System.Diagnostics; using System.Linq; using NetGore.IO; using NetGore.World; using SFML.Graphics; namespace NetGore.Graphics { /// <summary> /// Creates a grid of uniform size that can be drawn to the screen. /// </summary> public class ScreenGrid : IPe...
--- /dev/null 2016-03-11 14:48:39.000000000 -0500 +++ src/System.Diagnostics.Process/src/SR.cs 2016-03-11 14:48:59.917099000 -0500 @@ -0,0 +1,534 @@ +using System; +using System.Resources; + +namespace FxResources.System.Diagnostics.Process +{ + internal static class SR + { + + } +} + +namespace System +{ + ...
// // 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...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; namespace Microsoft.AspNetCore.Mvc.Rendering { /// <summary> /// Form-related extensions for <see cref="IHtmlHelper"/>. /// </summary> public static cl...
using System; using System.Linq; using System.Linq.Expressions; using System.Reflection; using BenchmarkDotNet.Attributes; namespace FastExpressionCompiler.Benchmarks { public class ManuallyComposedLambdaBenchmark { private static Expression<Func<B, X>> ComposeManualExprWithParams(Expression aConstExpr...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
// 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: CultureInfo-specific colle...
using System; using System.Collections; using System.Globalization; using System.IO; using System.Linq; using System.Web; using System.Xml; using System.Xml.Serialization; using DotNetNuke.Common; using DotNetNuke.Common.Utilities; using DotNetNuke.Entities.Modules; using DotNetNuke.Entities.Modules.Definitions; using ...
// Copyright ? 2013 - 2014, Alain Metge. All rights reserved. // // This file is part of Hyperstore (http://www.hyperstore.org) // // 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 // // ...
// // assembly: System // namespace: System.Text.RegularExpressions // file: interpreter.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 ...
// 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 ...