context
stringlengths
2.52k
185k
gt
stringclasses
1 value
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) 2014 .NET Foundation // // 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, pu...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace XamarinAzure.Backend.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populat...
/* * Copyright 2010-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
using 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 Contoso.Core.DynamicPermissionsWeb { /// <summary> /// Encaps...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Linq; using System.Management.Automation.Internal; using System.Text; using Microsoft.PowerShell.Commands; namespa...
using System; using Microsoft.Data.Entity; using Microsoft.Data.Entity.Infrastructure; using Microsoft.Data.Entity.Metadata; using Microsoft.Data.Entity.Migrations; using AllReady.Models; namespace AllReady.Migrations { [DbContext(typeof(AllReadyContext))] [Migration("20160220131809_OrganizationPrivacyPolicy")...
// 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.Collections; using System.Collections.Generic; using System.Threading; using ...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using System.ComponentModel; using System.Diagnostics; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Documents; namespace Microsoft.Management.UI.Internal { ...
// 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.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tas...
// // Copyright (c) 2004-2011 Jaroslaw Kowalski <jaak@jkowalski.net> // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of source code must retain the above co...
using XSharp.Assembler; using Cosmos.IL2CPU.API; using Cosmos.IL2CPU.API.Attribs; using XSharp; namespace Cosmos.Debug.Kernel.Plugs.Asm { [Plug(Target = typeof(Cosmos.Debug.Kernel.Debugger))] public static class Debugger { [PlugMethod(Assembler = typeof(DebugBreak))] public static void Break(Cosmos.Debug...
using UnityEngine; using System.Collections; using System.Collections.Generic; using System.IO; using System.Text.RegularExpressions; namespace Pubnative.Utils { public partial class XCProject : System.IDisposable { private PBXDictionary _datastore; public PBXDictionary _objects; //private PBXDictionary _confi...
using NLog; using OpenKh.Command.MapGen.Models; using OpenKh.Kh2; using OpenKh.Kh2.TextureFooter; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Numerics; using Xe.Graphics; using Matrix4x4 = System.Numerics.Matrix4x4; namespace OpenKh.Command.MapGen.Utils { public...
namespace Azure { public abstract partial class AsyncPageable<T> : System.Collections.Generic.IAsyncEnumerable<T> where T : notnull { protected AsyncPageable() { } protected AsyncPageable(System.Threading.CancellationToken cancellationToken) { } protected virtual System.Threading.Cancell...
// 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.ComponentModel.DataAnnotation...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using UMA.CharacterSystem; using UMA.PoseTools; using UnityEditor; using UnityEditor.Animations; using UnityEditor.Callbacks; using UnityEditor.IMGUI.Controls; using UnityEngine; namespace UMA.Controls { class AssetIndexerWindow : E...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Runtime.InteropServices; using System.Runtime.Serialization; using System.Numerics; using System.Linq; using GlmSharp.Swizzle; // ReSharper disable InconsistentNaming namespace GlmSharp { /// <summar...
using Avalonia.Controls.Shapes; using Avalonia.Media; using Xunit; namespace Avalonia.Controls.UnitTests { public class LayoutTransformControlTests { [Fact] public void Measure_On_Scale_x2_Is_Correct() { double scale = 2; TransformMeasureSizeTest( ...
using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Linq; using System.Collections.Generic; using NDesk.Options; using GitTfs.Core; using GitTfs.Core.TfsInterop; using StructureMap; namespace GitTfs.Commands { [Pluggable("branch")] [Description("branch\n\n" + " * ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. /*============================================================ ** ** Class: ResourceWriter ** ** ** ** Purpose: Default way to write strings to a CLR resource ** fil...
/* * 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...
#region Licence /**************************************************************************** Copyright 1999-2015 Vincent J. Jacquet. All rights reserved. Permission is granted to anyone to use this software for any purpose on any computer system, and to alter it and redistribute it, subject to...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Threading.Tasks; using Orleans.CodeGeneration; using Orleans.GrainReferences; using Orleans.Metadata; using Orleans.Runtime; namespace Orleans { /// <summary> /// Factory for accessing grains. /// </summary> ...
#region Copyright /*Copyright (C) 2015 Konstantin Udilovich Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicab...
using System; using UnityEngine; namespace AT_Utils { public static class VectorExtensions { public static bool IsNaN(this Vector3d v) => double.IsNaN(v.x) || double.IsNaN(v.y) || double.IsNaN(v.z); public static bool IsNaN(this Vector3 v) => float.IsNaN(v.x) || float.I...
// 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.Contracts; using System.IO; using System.Net; using System.Net.Http; using System.Runtime; ...
/* Josip Medved <jmedved@jmedved.com> * www.medo64.com * MIT License */ //2022-01-30: Initial release namespace Medo.Device; using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.IO.Ports; using System.Text; public sealed class CyberCard ...
using System; using System.Windows.Forms; using System.Drawing; using System.ComponentModel; using System.Collections; namespace fyiReporting.RdlReader { public partial class RdlReader : System.Windows.Forms.Form { #region Windows Form Designer generated code private System.ComponentModel.Container components = ...
// ------------------------------------------------------------------------------ // Copyright (c) 2014 Microsoft Corporation // // 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 ...
using System.Collections; using System.Collections.Generic; using UnityEngine; using wvr; using WaveVR_Log; using System.Runtime.InteropServices; using System.IO; using System.Threading; public class WaveVR_AdaptiveController : MonoBehaviour { private static string LOG_TAG = "WaveVR_AdaptiveController"; privat...
namespace ContracsReSharperInterop { using System.Collections.Generic; using System.Collections.Immutable; using System.Composition; using System.Linq; using System.Threading; using System.Threading.Tasks; using JetBrains.Annotations; using Microsoft.CodeAnalysis; using Microsoft.C...
using System; using System.Collections.Generic; using System.Data; using System.Globalization; using System.Linq; using System.Threading; using System.Web; using System.Xml; using DotNetNuke.Common; using DotNetNuke.Common.Utilities; using DotNetNuke.Entities.Modules; using DotNetNuke.Entities.Users; using DotNetNuke.M...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using Avalonia.Controls; using Avalonia.Markup.Xaml.Data; using Avalonia.Markup.Xaml.PortableXaml; using Avalonia.Platform; using Portable.Xaml; using Sys...
/* * DocuSign REST API * * The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. * * OpenAPI spec version: v2.1 * Contact: devcenter@docusign.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using Syste...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; namespace Colyseus.Schema { /// <summary> /// A <see cref="Schema" /> dictionary of <typeparamref name="T" /> type objects /// </summary> /// <typeparam name="T">The type of object in thi...
using System; using System.IO; using GitVersion.Configuration; using GitVersion.Core.Tests.Helpers; using GitVersion.Logging; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Options; using NUnit.Framework; using Shouldly; namespace GitVersion.Core.Tests { [TestFixture] public class C...
// <copyright file="DefaultWait{T}.cs" company="WebDriver Committers"> // Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // t...
// ReSharper disable RedundantArgumentDefaultValue namespace Gu.State.Tests { using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using NUnit.Framework; using static ChangeTrackerTypes; public static partial class Cha...
#region license // Copyright (c) 2004, 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 cop...
using System; using System.Collections.Generic; using System.Linq; using Signum.Entities.DynamicQuery; using System.Linq.Expressions; using System.Reflection; using Signum.Utilities.Reflection; using Signum.Utilities; using Signum.Utilities.ExpressionTrees; using Signum.Engine.Linq; using Signum.Entities; using Signum....
//--------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; using System.Collections; using System.Collections.Generic; using System.Collecti...
// 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; namespace System.Buffers.Text { public static partial class Utf8Parser { ...
#if UNITY_EDITOR using System.Text; using UnityEditorInternal; #endif using UnityEngine; using UnityEngine.Serialization; namespace UMA { /// <summary> /// Contains the immutable data shared between slots of the same type. /// </summary> [System.Serializable] [PreferBinarySerialization] public partial class Slo...
using System.Collections.Generic; using System.Linq; using Microsoft.TemplateEngine.Abstractions; using Microsoft.TemplateEngine.Abstractions.Mount; using Microsoft.TemplateEngine.TestHelper; using Xunit; namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests.TemplateConfigTests { public class ...
/********************************************************************************* = Author: Michael Parsons = = Date: Sep 08/2009 = Assembly: ILPathways.Business = Description: = Notes: = = = Copyright 2009, Illinois workNet All rights reserved. *************************************************************************...
using System; using System.Collections.Generic; using System.Data; using System.Globalization; using System.Xml; using Umbraco.Core; using Umbraco.Core.Cache; using Umbraco.Core.Logging; using Umbraco.Core.Models.Rdbms; using umbraco.DataLayer; using umbraco.BusinessLogic; using System.Linq; namespace umbraco.cms.bus...
// 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 System.Threading; using System.Threading.Tasks; using Xu...
// =========================================================== // Copyright (c) 2014-2015, Enrico Da Ros/kendar.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...
// 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;...
// -------------------------------------------------------------------------- // Copyright (c) MEMOS Software s.r.o. All rights reserved. // // Outlook Panel Demonstration // // File : SafeNativeMethods.cs // Author : Lukas Neumann <lukas.neumann@memos.cz> // Created : 080622 // // -----------------------------...
using System; /// <summary> /// System.Array.Reverse(System.Array) /// </summary> public class ArrayReverse1 { #region Public Methods public bool RunTests() { bool retVal = true; TestLibrary.TestFramework.LogInformation("[Positive]"); retVal = PosTest1() && retVal; retVal =...
// 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.Reflection; using Xunit; namespace System.Linq.Expressions.Tests { public class PostDecrementAssig...
using System.Collections.Generic; namespace Pathfinding { /** Stores temporary node data for a single pathfinding request. * Every node has one PathNode per thread used. * It stores e.g G score, H score and other temporary variables needed * for path calculation, but which are not part of the graph structure. ...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System.Collections; using System.Collections.Generic; using System.Management.Automation.Internal; namespace System.Management.Automation { #region OutputRendering /// <summary> /// Defines the options for output rendering. ...
using System; using System.Collections.Generic; using System.Reflection; using UnityEngine; using System.IO; using Flunity.Common; using Flunity.Utils; using Flunity.Internal; namespace Flunity { /// <summary> /// Bundle that contains resources as static declarations. /// Typically is generated from .swf files. //...
// 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.Collections; using System.Collections.Generic; namespace Syste...
using System; using System.ComponentModel; using System.Runtime.InteropServices; namespace CSharpGL { /// <summary> /// Represents a 4x4 matrix. /// </summary> [TypeConverter(typeof(StructTypeConverter<mat4>))] [StructLayout(LayoutKind.Explicit)] public struct mat4 : IEquatable<mat4>, ILoadFrom...
/* * Copyright 2021 Google LLC All Rights Reserved. * Use of this source code is governed by a BSD-style * license that can be found in the LICENSE file or at * https://developers.google.com/open-source/licenses/bsd */ // <auto-generated> // Generated by the protocol buffer compiler. DO NOT EDIT! // sour...
#region license // Copyright (c) 2005 - 2007 Ayende Rahien (ayende@ayende.com) // 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 abov...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Linq.Expressions; using System.Reflection; namespace StructureMap.Testing { internal static class ReflectionHelper { public static PropertyInfo GetProperty<MODEL>(Expression<Func...
// Copyright (c) 1995-2009 held by the author(s). All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of c...
using Mono.Cecil; using Mono.Cecil.Cil; using System; using System.IO; using System.Collections.Generic; using UnityEditor; using UnityEngine; using System.Linq; using System.Xml.Linq; using System.Xml; using Assembly = System.Reflection.Assembly; using UnityEditor.Callbacks; using UnityEngine.SceneManagement; [Initia...
// 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 Microsoft.CodeAnalysis.CodeGen; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.ExpressionEvaluator; using Microsoft.Co...
// 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; using System.Threading.Tasks; u...
// wrap the OpenFileDialog class for VBScript using System.Windows.Forms; // for OpenFileDialog using System.Runtime.InteropServices; using System.Reflection; using System.Linq; // for Cast<object> using System.IO; // for Path namespace VBScripting { /// <summary> Provides a file chooser dialog for VBScript. </s...
using J2N.Threading; using J2N.Threading.Atomic; using Lucene.Net.Search; using Lucene.Net.Support.Threading; using NUnit.Framework; using System; using System.Collections.Generic; using System.Reflection; using System.Threading; using Assert = Lucene.Net.TestFramework.Assert; using JCG = J2N.Collections.Generic; name...
using System.Diagnostics; namespace Saber.Settings { ///<summary> /// Standard language class for the Saber Framework. /// This language class makes use of resource files (resx). ///</summary> [DebuggerDisplay("Saber's Default Multilanguage Class.")] internal class SaberMultilanguage : ISaberMultilanguage { /...
// // 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.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 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 2011 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
// 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.IO; using System.Net.Http.Headers; using System.Runtime.CompilerServices; using System.Runtime....
/*! @file @author Generate utility by Albert Semenov @date 01/2009 @module */ using System; using System.Runtime.InteropServices; namespace MyGUI.Sharp { public class MultiListBox : Widget { #region MultiListBox protected override string GetWidgetType() { return "MultiListBox"; } ...
// ******************************************************************************************************** // Product Name: DotSpatial.Data.dll // Description: The data access libraries for the DotSpatial project. // *****************************************************************************************************...
using System; using System.Globalization; /// <summary> /// String.System.IConvertible.ToInt16(IFormatProvider provider) /// This method supports the .NET Framework infrastructure and is /// not intended to be used directly from your code. /// Converts the value of the current String object to a 16-bit signed intege...
// // 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...
// 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.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Run...
using System; using System.Data; using System.Data.OleDb; using System.Collections; using System.Configuration; using PCSComUtils.DataAccess; using PCSComUtils.PCSExc; using PCSComUtils.Common; namespace PCSComSale.Order.DS { public class SO_CommitInventoryMasterDS { public SO_CommitInventoryMasterDS() { ...
using System; using System.Collections.ObjectModel; using NUnit.Framework; namespace Xamarin.Forms.Core.UnitTests { [TestFixture] public class ObservableWrapperTests : BaseTestFixture { [Test] public void Constructor () { var observableCollection = new ObservableCollection<View> (); var wrapper = new Ob...
/****************************************************************************************** * The MIT License (MIT) * * Copyright (c) 2014 oxage.net * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * i...
/** * Copyright 2015 Marc Rufer, d-fens GmbH * * 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 file="VirtualPath.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ namespace System.W...
//#define USE_SQL_SERVER using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Orleans; using Orleans.Runtime; using Orleans.Runtime.Configuration; using Orleans.TestingHost; using Orleans.Te...
// 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.Text; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Diagnostics.CodeAnalysis; ...
using System; using System.Collections.Generic; using System.IO; using System.Xml.Serialization; using System.Xml; namespace GPX { /// <summary> /// GPX is the root element in the XML file. /// </summary> [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")] [System.SerializableAt...
using System; using System.Globalization; /// <summary> /// Convert.ToSingle(System.String,System.IFormatProvider) /// </summary> public class ConvertToSingle14 { public static int Main() { ConvertToSingle14 testObj = new ConvertToSingle14(); TestLibrary.TestFramework.BeginTestCase("for method...
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.Activities { using System; using System.Activities.Expressions; usin...
// 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.Net.Http.Headers; using Xunit; namespace System.Net.Http.Unit.Tests { public class RangeItemHeaderValueTest { ...
using System; using System.Text; using System.Data; using System.Data.SqlClient; using System.Data.Common; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Xml; using System.Xml.Serialization; using SubSonic; using SubSonic.Utilities;...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Runtime.Serialization; using System.Text; using System.Xml; using System.Xml.Linq; using Rhino.ServiceBus.Exceptions; using Rhino.ServiceBus.Internal; using System.Linq; using Rhino.Servic...
using UnityEngine; using System.Collections; using System; public class InitMainMenu : MonoBehaviour { public static bool sComingFromTitle = false; public static bool sComingFromGame = false; void Start () { Debug.Log ("InitMainMenu Start"); AddNotificationObservers(); ClearGraphics(); ResetDebugTex...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace WebApiLongRunningTask.Sample.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Xunit; namespace System.Text.Tests { public class EncoderConvert2Encoder : Encoder { private Encoder _encoder = null; public EncoderConv...
// [AUTO_HEADER] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Drawing.Drawing2D; using System.Text; using System.Windows.Forms; namespace BaseIMEUI { /// <remarks> /// The Notify Window. The window to display notify messages...
//----------------------------------------------------------------------// // ___ ___ ___ ___ ___ ___ ________ ________ // // |\ \ |\ \ / /|\ \ / /|\ \|\ ___ \|\ ____\ // // \ \ \ \ \ \/ / | \ \ / / | \ \ \ \\ \ \ \ \___|_ // // \ \ \ \ ...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // RegistryPermission.cs // // <OWNER>[....]</OWNER> // namespace System.Security.Permissions { using System; using SecurityElement = System.Security.SecurityElement; using System.Security.AccessControl; using...
namespace Elasticsearch.Client { ///<summary><see href="https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-update-by-query.html"/></summary> public class UpdateByQueryParameters : Parameters { ///<summary>The analyzer to use for the query string</summary> ///<param name="val...
using System; using System.Drawing; using System.Collections.Generic; namespace SDL2Idiomatic { public class Renderer: SDLGraphicsObject { private IntPtr native; private Window _window; //private Color _color; private Stack<Color> colorStack; private Rectangle clip = Rectangle.Empty; public Window Wind...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information. #if FEATURE_CTYPES using System; using System.Collections; using System.Collections.Generic; using System.Re...