context
stringlengths
2.52k
185k
gt
stringclasses
1 value
#region Apache Notice /***************************************************************************** * $Header: $ * $Revision: 474141 $ * $Date: 2006-11-12 21:43:37 -0700 (Sun, 12 Nov 2006) $ * * iBATIS.NET Data Mapper * Copyright (C) 2004 - Gilles Bayon * * * Licensed under the Apache License, Version 2....
// 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.Diagnostics; using System.Reflection.Internal; namespace System.Refl...
using System.Net; using System.Net.Http; using System.Threading.Tasks; using FluentAssertions; using JsonApiDotNetCore.Serialization.Objects; using TestBuildingBlocks; using Xunit; namespace JsonApiDotNetCoreTests.IntegrationTests.AtomicOperations.Controllers { public sealed class AtomicConstrainedOperationsContro...
/* * 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...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using...
using Lucene.Net.Diagnostics; using Lucene.Net.Documents; using Lucene.Net.Index.Extensions; using NUnit.Framework; using System; using Assert = Lucene.Net.TestFramework.Assert; using Console = Lucene.Net.Util.SystemConsole; namespace Lucene.Net.Search { /* * Licensed to the Apache Software Foundation (ASF) u...
using AjaxControlToolkit.Design; using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing.Design; using System.Linq; using System.Text; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Drawing; namespace AjaxControlToolkit { /// <summary> /// The Bub...
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...
/* * 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. #nullable enable using System.Diagnostics; using System.Text; #if MS_IO_REDIST using System; using System.IO; name...
// // DockBar.cs // // Author: // Lluis Sanchez Gual // // // Copyright (C) 2007 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restricti...
namespace Epi.Windows.Dialogs { partial class BaseReadDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
#if DOTNET35 // 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. // The BigNumber class implements methods for formatting and parsing // big numeric values. To format a...
// // System.Web.Services.Configuration.WebServicesConfigurationSectionHandler // // Authors: // Gonzalo Paniagua Javier (gonzalo@ximian.com) // // (C) 2003 Ximian, Inc (http://www.ximian.com) // // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated docum...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using osu.Framework.Development; using osu.Framework.Extensions.I...
using System; using EnsureThat; using EnsureThat.Internals; using Xunit; namespace UnitTests { public class EnsureTypeParamTests : UnitTestBase { private class Bogus { } private class NonBogus { } private class AssignableToNonBogus : NonBogus { } private static readonly Type ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.Diagnostics; using System.IO.Ports; using System.IO; namespace CRVV { public partial cla...
using System; using System.Collections.Generic; using static lox.TokenType; namespace lox { class Parser { readonly List<Token> tokens = new List<Token>(); int current = 0; int loopDepth = 0; #region Helper Members Token Peek => tokens[current]; Token Previous...
//--------------------------------------------------------------------- // <copyright file="EntityParameterCollection.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // // @owner [....] // @backupOwner [....] //------------------------------------------------...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Text; using System.Collections; using System.Collections.Generic; using System.Diagnostics.Contracts; namespace System { /// <s...
#region Copyright /* * Product: IronyScript.NET * Author: Petro Protsyk * Date: 11.02.2008 * Time: 20:58 * Update: June 2008 * * * History: * * 17.03.2008: Evaluation implementation with Visitor pattern. * 02.04.2008: Large refactoring to use Evaluation function instead of Visitor * June 2008: Ge...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.IO; using System.Data.Common; using System.Data.ProviderBase; using System.Diagnostics; using System.Te...
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // // // Specialized p...
//----------------------------------------------------------------------- // <copyright file="BasicServer.cs" company="AllSeen Alliance."> // Copyright (c) 2012, AllSeen Alliance. All rights reserved. // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is ...
// 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 1.1.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
// corewlan.cs: bindings for CoreWLAN // // Author: // Ashok Gelal // // 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 u...
using System; using System.IO; using System.Runtime.InteropServices; namespace Arika { public class ArikaLoader { public interface DllLoadUtils { IntPtr LoadLibrary(string fileName); void FreeLibrary(IntPtr handle); IntPtr GetProcAddress(IntPtr dllHandle, string name); } public static T LoadFuncti...
using System.IO; using Newtonsoft.Json; namespace Tests.Go2.Architecture.Domain.DomainModel { using global::Go2.Architecture.Domain.DomainModel; using NUnit.Framework; using global::Go2.Architecture.Testing.NUnit; using global::Go2.Architecture.Testing.NUnit.Helpers; [TestFixture] public cl...
/// Refly License /// /// Copyright (c) 2004 Jonathan de Halleux, http://www.dotnetwiki.org /// /// This software is provided 'as-is', without any express or implied warranty. /// In no event will the authors be held liable for any damages arising from /// the use of this software. /// /// Permission is granted to ...
// 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; using System.Diagnostics.Contracts; namespace System.Text { // A Decoder is us...
#if !(UNITY_4_3 || UNITY_4_5) using UnityEngine; using System; using System.Collections; using System.Collections.Generic; using PixelCrushers.DialogueSystem; namespace PixelCrushers.DialogueSystem { /// <summary> /// This is an implementation of the abstract QuestLogWindow class for the Unity UI. /// </summary> ...
using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Diagnostics; using System.ComponentModel; namespace CommonTools.TreeList { public class HitInfo { public enum eHitType { kColumnHeader = 0x0001, kColumnHeaderResize = 0x0002, } public eHitTy...
//Copyright (C) 2006 Richard J. Northedge // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either // version 2.1 of the License, or (at your option) any later version. // // This lib...
using System; using System.Collections.Generic; using NUnit.Framework; using NServiceKit.Common.Extensions; namespace NServiceKit.Redis.Tests { [TestFixture] public class RedisClientHashTests : RedisClientTestsBase { private const string HashId = "rchtesthash"; Dictionary<string, string> stringMap; Diction...
// 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.Threading; using System.Threading.Tasks; namespa...
using Content.Shared.Chemistry.Components; using Content.Shared.FixedPoint; using Robust.Shared.IoC; using Robust.Shared.Prototypes; using NUnit.Framework; namespace Content.Tests.Shared.Chemistry; [TestFixture, Parallelizable, TestOf(typeof(Solution))] public sealed class Solution_Tests : ContentUnitTest { [OneT...
// Copyright (c) .NET Foundation. 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.IO.Pipelines; using System.Threading; using System.Threading.Tasks; using HtcSharp.HttpModule.Core.Internal.Infrastructure; u...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections; using System.Diagnostics; using System.Globalization; using System.IO; using...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Reflection; using NuGet; namespace MakeSharp { public static class HelpersExtensions { /// <summary> /// Equivalent to Console.WriteLine(mystring,args) /// </summary> /// <pa...
using System; using System.Collections.Generic; using FluentSecurity.Configuration; using FluentSecurity.Policy; using NUnit.Framework; namespace FluentSecurity.Specification.Configuration { [TestFixture] [Category("DefaultPolicyAppenderSpec")] public class When_updating_policies { [Test] public void Should_th...
using System; using System.Collections.Specialized; using System.Net; using Newtonsoft.Json; using SteamKit2; namespace SteamTrade.TradeWebAPI { /// <summary> /// This class provides the interface into the Web API for trading on the /// Steam network. /// </summary> public class TradeSession { ...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel; using System.ComponentModel.Design; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.IO; using System.Linq; using System.Windows.Forms; using L10NSharp; using SIL.Re...
/* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed...
// 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.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using Microsoft.Extensions.Primitives; using Microsoft.AspNetCore.Int...
using System; using System.ComponentModel; using System.IO; using System.Text; using Org.BouncyCastle.Asn1.X9; using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Crypto.Generators; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Math; using Org.BouncyCastle.OpenSsl; using Org.BouncyCastle.Pkcs; usin...
// // System.Web.Services.Protocols.HttpWebClientProtocol.cs // // Author: // Tim Coleman (tim@timcoleman.com) // // Copyright (C) Tim Coleman, 2002 // // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to de...
(>= (f208 (var x3)) (var x3)) (>= (f209 (var x3)) (f208 (var x3))) (>= (f210 (var x42)) (var x42)) (>= (f211 (var x43)) (var x43)) (>= (f1 (var x42) (f212)) (+ (f210 (var x42)) 1)) (>= (+ (f2 (var x42) (f212)) (var x43)) (f211 (var x43))) (>= (f213 (var x3)) (f209 (var x3))) (>= (f214 (var x2)) (var x2)) (>...
//---------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- namespace System.ServiceModel.Channels { using System.Collections.Generic; using System.Serv...
// 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.Globalization; using System.IO; us...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.IO; using System.Linq.Expressions; using System.Web; using System.Web.Mvc; using System.Web.Routing; using MvcContrib.Sorting; using MvcContrib.UI.Grid; using MvcContrib.UI.Grid.ActionSyntax; using NUnit.Framework; using ...
// Copyright (c) .NET Foundation. 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.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Refl...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using ...
/* * This file is part of UniERM ReportDesigner, based on reportFU by Josh Wilson, * the work of Kim Sheffield and the fyiReporting project. * * Prior Copyrights: * _________________________________________________________ * |Copyright (C) 2010 devFU Pty Ltd, Josh Wilson and Others| * | (http://reportfu.org) ...
using System; using System.Collections.Generic; using Microsoft.AspNetCore.Mvc; using Moq; using Xunit; using AutoRenter.Api.Controllers; using AutoRenter.Api.Models; using AutoRenter.Api.Services; using AutoRenter.Api.Tests.Helpers; using AutoRenter.Domain.Interfaces; using AutoRenter.Domain.Models; namespace AutoRe...
namespace AngleSharp.Dom { /// <summary> /// The treewalker for walking through the DOM tree. /// </summary> sealed class TreeWalker : ITreeWalker { #region Fields private readonly INode _root; private readonly FilterSettings _settings; private readonly NodeFilter _f...
using System; using System.Collections; using System.Globalization; using System.Management; using System.Reflection; using System.Runtime; using System.Runtime.InteropServices; namespace System.Management.Instrumentation { public class Instrumentation { private static string processIdentity; private static Has...
namespace android.database { [global::MonoJavaBridge.JavaClass()] public partial class MergeCursor : android.database.AbstractCursor { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; static MergeCursor() { InitJNI(); } protected MergeCursor(global::MonoJavaBridge.JNIEnv @__env) :...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
// // Copyright (c) Microsoft Corporation. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE...
/* 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: * * * Redistributions of source code must retain the above * copyright notice, this li...
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...
using System; using System.IO; using System.Collections; using Franson.BlueTools; using System.Threading; namespace Chat { public delegate void ParticipantDisconnectedHandler(Participant participant); /// <summary> /// The ChatManager manages the spontanuous networks that occure when devices locate /// eachothe...
// 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: Domains represe...
// 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 by...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace MyHelp.Web.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it with ...
//----------------------------------------------------------------------- // <copyright file="BindableBase.cs" company="Marimer LLC"> // Copyright (c) Marimer LLC. All rights reserved. // Website: https://cslanet.com // </copyright> // <summary>This class implements INotifyPropertyChanged</summary> //----------...
using System; using System.Collections.Generic; using Mono.Unix.Native; namespace Manos.IO.Libev { internal class FileStream : FragmentStream<ByteBuffer>, IByteStream { private readonly bool canRead; private readonly bool canWrite; private readonly byte[] readBuffer; private lon...
// 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 // ...
using System; using System.Data; using System.Data.Common; using System.Data.SqlClient; using System.Collections.Generic; using Oracle.DataAccess.Client; using DbParallel.DataAccess; using DbParallel.DataAccess.Booster.Oracle; using DbParallel.DataAccess.Booster.SqlServer; namespace DataBooster.DbWebApi.DataAccess { ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Windows.Media; using Microsoft.VisualStudio.Text; using Microsoft.VisualStudio.Text.Classification; namespace VSConsole.PowerPack.Core { public class WpfConsoleClassifier : ObjectWithFactory<WpfConsoleService>, ...
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...
//--------------------------------------------------------------------------- // // File: EditingCoordinator.cs // // Description: // Coordinates editing for InkCanvas // Features: // // History: // 4/29/2003 waynezen: Rewrote for mid-stroke support // 3/15/2003 samgeo: Created // // Copyright (C) 2003 by M...
using System.Collections.Generic; using System.Linq; using hw.DebugFormatter; using hw.Helper; using Reni.Basics; using Reni.Code; using Reni.Context; using Reni.Feature; using Reni.SyntaxTree; using Reni.Type; using Reni.Validation; namespace Reni.Struct { sealed class Compound : DumpableObject, IContextR...
/*============================================================================== Copyright (c) 2012 QUALCOMM Austria Research Center GmbH. All Rights Reserved. Qualcomm Confidential and Proprietary ==============================================================================*/ using System; using System.Collections.G...
// Copyright 2009 The Noda Time Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using System; using System.Runtime.Serialization; using System.Xml; using System.Xml.Schema; using System.Xml.Serialization; using JetBrains.Annotations; ...
// 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.Runtime.CompilerServices; using System.Runtime.Serialization; using S...
// 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. // // This...
#region -- License Terms -- // // MessagePack for CLI // // Copyright (C) 2015-2016 FUJIWARA, Yusuke // // 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.a...
// 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.Buffers; using System.IO; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Internal; using Xunit; namespace Microsoft.AspNetCor...
using System; using NUnit.Framework; namespace ZptSharp.Dom { [TestFixture,Parallelizable] public class NamespaceTests { #region Equals [Test, AutoMoqData] public void Equals_returns_true_for_itself(string uri, string prefix) { var namespace1 = new Namespace(pre...
// 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.Threading; using System.Threading.Tasks; using System.Diagnost...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace WebAPIConnectWithChrist.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and popu...
using System; using System.Reactive.Linq; using Avalonia.Input.TextInput; using Avalonia.Media; using Avalonia.Metadata; using Avalonia.Threading; using Avalonia.VisualTree; using Avalonia.Layout; using Avalonia.Media.Immutable; namespace Avalonia.Controls.Presenters { public class TextPresenter : Control { ...
//! \file Encryption.cs //! \date Sat Oct 01 22:25:09 2016 //! \brief Encryption used in Primel the Adventure System. // // Copyright (C) 2016 by morkt // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Softwar...
using System; using System.Collections.Generic; using System.Text; namespace Lidgren.Library.Network { // A fast random number generator for .NET by Colin Green, January 2005 // // September 4th 2005 // Added NextBytesUnsafe() - commented out by default. // Fixed bug in Reinitialize() - y,z and w variables wer...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace System.IO.Tests { public class Directory_Delete_str : FileSystemTest { #regi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Linq; using System.Text.Encodings.Web; using System.Tex...
// 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.Specialized; using System.Configuration; using System.Diagnostics; using System.Diagnostics...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. //------------------------------------------------------------------------------ using Microsoft.SqlServer.Server; using System.Data.Common; using System.Data.SqlTyp...
using System; using System.Collections.Generic; using System.Linq; namespace Orc.DependencyGraph.GraphB { public class GraphB<T> : Orc.Sort.TopologicalSort.TopologicalSort<T>, IGraph<T> where T : IEquatable<T> { protected IList<INode<T>> graphList; protected IList<INode<T>> graphSort; ...
#if !SILVERLIGHT && !MONOTOUCH && !XBOX && !ANDROIDINDIE using System; using System.IO; using System.Net; using System.Xml; using System.ServiceModel; using System.ServiceModel.Channels; using System.ServiceModel.Description; using System.ServiceModel.Dispatcher; using ServiceStack.Common.Utils; using ServiceStack.Serv...
using HadoukInput; using InputHelper; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Content; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace MenuBuddy { /// <summary> /// Base class for screens that contain a menu of options. The user can ///...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Bond.Comm { using System; using System.Diagnostics; using System.Linq; using System.Reflection; /// <summary> /// Interface represent...
using UnityEngine; using System; using System.IO; using System.Collections; using System.Collections.Generic; using System.Runtime.Serialization.Formatters.Binary; namespace GameDataEditor { [Flags] public enum BasicFieldType { Undefined = 0, Bool = 1, Int = 2, Float = 4, ...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Formatting; using Roslyn.Test.Utilities; using Xunit; namespac...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/protobuf/any.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using scg = glob...
// 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.IdentityModel.Selectors; using...
using System; using System.Windows.Input; using Avalonia.Input; using Avalonia.Media.Imaging; using Avalonia.Utilities; namespace Avalonia.Controls { public class NativeMenuItem : NativeMenuItemBase, INativeMenuItemExporterEventsImplBridge { private string _header; private KeyGesture _gesture; ...
/* * 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...
// 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.Runtime.CompilerServices; using Xunit; namespace System.Threading.Tasks.Tests { public class Async...