context
stringlengths
2.52k
185k
gt
stringclasses
1 value
//------------------------------------------------------------------------------ // <copyright file="BaseTemplateParser.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //---------------------------...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using UnityEngine; using UnityEditor.Graphing; using UnityEditor.ShaderGraph.Drawing.Controls; using UnityEngine.Rendering; using UnityEditor.Experimental.GraphView; using UnityEditor.Rendering; using UnityEngine.UIElements; us...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; namespace Lucene.Net.Codecs.Perfield { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for addition...
// 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.Collections.ObjectModel; using System.Linq; using System.Threading.Tasks.Dataflow.Internal; using Xunit; namespace Syste...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespac...
using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; using ParentLoadROSoftDelete.DataAccess; using ParentLoadROSoftDelete.DataAccess.ERCLevel; namespace ParentLoadROSoftDelete.DataAccess.Sql.ERCLevel { /// <summary> /// DAL SQL Server imp...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.ComponentModel; using System.IO; namespace Tomato.Hardware { public class M35FD : Device { public M35FD() { DeviceState = M35FDStateCode.STATE_NO_MEDIA; LastError = M35FDEr...
// // ClientEngine.cs // // Authors: // Alan McGovern alan.mcgovern@gmail.com // // Copyright (C) 2006 Alan McGovern // // 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 restrictio...
/* ==================================================================== 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...
// 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.CSharp.Symbols; using Roslyn.Utilities; using System.Collections.Immutable; using System.Diagnostics; namespace Microsoft.CodeAn...
// // 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.Text; using System.IO; using System.Collections; using ID3.ID3v2Frames; using System.Text.RegularExpressions; namespace ID3 { /// <summary> /// The main class for any type of frame to inherit /// </summary> public abstract class Frame { ...
using System.Collections.Generic; using BEPUphysics.Constraints.SolverGroups; using BEPUphysics.DeactivationManagement; using BEPUphysics.Entities; using BEPUutilities.DataStructures; namespace BEPUphysics.Constraints { /// <summary> /// Superclass of objects types which require solving by the velocity solver....
namespace Microsoft.Protocols.TestSuites.MS_ASRM { using System.Xml.XPath; using Common.DataStructures; using Microsoft.Protocols.TestSuites.Common; using Microsoft.Protocols.TestTools; using Request = Microsoft.Protocols.TestSuites.Common.Request; /// <summary> /// Adapter class of MS-ASRM...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Drawing; using System.IO; using System.Text; using System.Windows.Forms; using Appccelerate.EventBroker; using Ninject; using NLog; using SharpFlame.Core.Extensions; using SharpFlame.Core; using SharpFlame.Core.Collection...
// =========================================================================================================== // // Class/Library: Demo Database Script -- Used to test connection and interaction with MSSQL, MySQL and SQLite Databases. // Author: Michael Marzilli ( http://www.linkedin.com/in/michaelmarzilli ) ...
// // Options.cs // // Authors: // Jonathan Pryor <jpryor@novell.com> // // Copyright (C) 2008 Novell (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 re...
/////////////////////////////////////////////////////////////// // FSXml - A library for representing file system data as // // Xml. // // Shukri Adams (shukri.adams@gmail.com) // // https://github.com/shukriadams/browsemonkey // ...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; namespace ParentLoad.Business.ERCLevel { /// <summary> /// B04_SubContinent (editable child object).<br/> /// This is a generated base class of <see cref="B04_SubContinent"/> business object. /// </summary> ...
// ------------------------------------- // Domain : IBT / Realtime.co // Author : Nicholas Ventimiglia // Product : Messaging and Storage // Published : 2014 // ------------------------------------- using System; using System.Collections.Generic; using System.IO; namespace Realtime.LITJson { public enum ...
// // Grant.cs // s.im.pl serialization // // Generated by MetaMetadataDotNetTranslator. // Copyright 2017 Interface Ecology Lab. // using Ecologylab.BigSemantics.Generated.Library; using Ecologylab.BigSemantics.Generated.Library.CreativeWorkNS.ScholarlyArticleNS; using Ecologylab.BigSemantics.Generated.Library.Pers...
using Microsoft.VisualStudio.Services.Agent.Listener; using Microsoft.VisualStudio.Services.Agent.Listener.Configuration; using Microsoft.VisualStudio.Services.Agent.Util; using Moq; using System; using System.Runtime.CompilerServices; using Xunit; namespace Microsoft.VisualStudio.Services.Agent.Tests { public sea...
//------------------------------------------------------------------------------ // <copyright file="DMLibDataInfo.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation // </copyright> //------------------------------------------------------------------------------ namespace DMLibTest { using System; ...
// 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 native type of Vector3 is struct {float x,y,z} whose size is 12 bytes. RyuJit uses 16-byte // register or sta...
// 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.Reflection.Tests { // MemberInfo.Name Property // Gets the name of the curr...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fol...
// 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.Net.Sockets; namespace System.Net { /// <devdoc> /// <para> //...
// UrlRewriter - A .NET URL Rewriter module // Version 2.0 // // Copyright 2007 Intelligencia // Copyright 2007 Seth Yates // namespace Intelligencia.UrlRewriter { using System; using System.Collections; using System.IO; using System.Linq; using System.Net; using System.Text; using System....
//----------------------------------------------------------------------- // <copyright file="KeyedMatrix.cs" company="Iain Sproat"> // Copyright Iain Sproat, 2013. // // Based in part on: // // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-nu...
// Copyright (c) 2018 Alachisoft // // 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...
// 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 ...
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...
using System; using System.Collections.Generic; using System.Linq; using Mvc.JQuery.Datatables.DynamicLinq; using Mvc.JQuery.Datatables.Reflection; namespace Mvc.JQuery.Datatables { internal class DataTablesFiltering { public IQueryable<T> ApplyFiltersAndSort<T>(DataTablesParam dtParameters, IQueryable...
namespace MicrosoftPractices.Tests { using System; using Microsoft.Practices.Unity; using NUnit.Framework; using PokerTell.Infrastructure.Interfaces; using PokerTell.Infrastructure.Services; [TestFixture] internal class ThatUnity { #region Constants and Fields IUnity...
// 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.CSharp.Syntax; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.Test.Utilities; using Xunit; nam...
// 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.Numerics; using System.Runtime.CompilerServices; internal partial class VectorTest { ...
// 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.Collections.Tests { public class ReadOnlyCollectionBaseTests { privat...
// 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.Xml; using System.Collections; namespace System.Data.Common { internal sealed class UInt16Storage ...
/* Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
using System; using System.Collections.Generic; using System.Text; using IL2CPU.Debug.Symbols; using Microsoft.VisualStudio; using Microsoft.VisualStudio.Debugger.Interop; //using Dapper; //using SQLinq.Dapper; //using SQLinq; using FIELD_INFO = IL2CPU.Debug.Symbols.FIELD_INFO; namespace Cosmos.VS.DebugEngine.AD7.Impl...
using System; using System.IO; using System.Text; using NUnit.Framework; using Org.BouncyCastle.Bcpg.Sig; using Org.BouncyCastle.Utilities.Date; using Org.BouncyCastle.Utilities.Encoders; using Org.BouncyCastle.Utilities.IO; using Org.BouncyCastle.Utilities.Test; namespace Org.BouncyCastle.Bcpg.OpenPgp.Tests { [Tes...
// // RangeHeaderValueTest.cs // // Authors: // Marek Safar <marek.safar@gmail.com> // // Copyright (C) 2011 Xamarin Inc (http://www.xamarin.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...
#pragma warning disable 109, 114, 219, 429, 168, 162 namespace pony.unity3d { public class Keyboard : global::haxe.lang.HxObject, global::pony.ui.IKeyboard<object> { public Keyboard(global::haxe.lang.EmptyObject empty) { unchecked { #line 42 "C:\\HaxeToolkit\\haxe\\lib\\pony/git/pony/unity3d/Keyb...
// // AssetBundleWindow.cs // // Editor window that lets the user decide the settings for the // Asset Bundles. // // The MIT License (MIT) // // Copyright (c) 2013 Niklas Borglund // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Text; using Microsoft.Xna.Framework; namespace Cocos2D { public enum CCBPropertyType { Position = 0, Size, Point, PointLock, ScaleLock, Degrees, Integer, Float,...
/* * Licensed to the Apache Software Foundation (ASF) Under one or more * contributor license agreements. See the NOTICE file distributed with * this work for Additional information regarding copyright ownership. * The ASF licenses this file to You Under the Apache License, Version 2.0 * (the "License"); you may not u...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Data.Entity; using Microsoft.Data.Entity.Metadata; using Microsoft.Data.Entity.Metadata.Builders; using Microsoft.Data.Entity.Relational.Migrations; using Microsoft.Data.Entity.Relational.Migrations.Builders...
// 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.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using Micro...
// ---------------------------------------------------------------------------------- // // Copyright 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.apac...
// // BlobStore.cs // // Author: // Zachary Gramana <zack@xamarin.com> // // Copyright (c) 2014 Xamarin Inc // 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...
using System; using System.Data; using System.Drawing; using System.Collections; using System.Windows.Forms; using System.ComponentModel; using System.Drawing.Drawing2D; namespace CloudBox.Controller { /// <summary> /// A replacement for the Windows Button Control. /// </summary> [DefaultEvent("Click")] public cl...
//------------------------------------------------------------------------------ // <copyright file="PrintController.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------...
// 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. //////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.IO; using System.Collections.Generic; using Microsoft.Build.Execution; using Microsoft.Build.Framework; using Microsoft.Build.Tasks; using Microsoft.Build....
/* * Copyright (c) 2015, InWorldz Halcyon Developers * 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 *...
/* * Copyright (c) 2015, InWorldz Halcyon Developers * 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 *...
#region Using Statements using System; using System.Collections.Generic; using WaveEngine.Common; using WaveEngine.Common.Graphics; using WaveEngine.Common.Math; using WaveEngine.Components.Animation; using WaveEngine.Components.Cameras; using WaveEngine.Components.Graphics2D; using WaveEngine.Components.Graphics3D; us...
using System; using System.Web; using System.Web.Security; using System.Web.Services; using System.ComponentModel; using System.Web.Script.Services; using System.Xml; using System.Xml.Xsl; using System.IO; using System.Text.RegularExpressions; using System.Net; using System.Web.UI; using Umbraco.Core; using Umbraco.Cor...
/*************************************************************************** * TrayLib.cs * * Copyright (C) 2007 Novell, Inc. ****************************************************************************/ /* THIS FILE IS LICENSED UNDER THE MIT LICENSE AS OUTLINED IMMEDIATELY BELOW: * * Permission is hereby g...
using System; using System.Collections.Concurrent; using System.Configuration; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using System.Timers; using Stardust.Interstellar.Rest.Client; namespace Stardust.Continuum.Client { public static class ContinuumClient { /// <summar...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information // // KeyInfoTest.cs - Test Cases for KeyInfo // // Author: // Sebastien Pouliot <sebastien@ximian.com> // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) // Copyright (C) ...
using BellRichM.Helpers.Test; using BellRichM.Logging; using BellRichM.Weather.Api.Data; using BellRichM.Weather.Api.Models; using BellRichM.Weather.Api.Repositories; using FluentAssertions; using Machine.Specifications; using Moq; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; usin...
using System; using System.Collections.Generic; using Loon.Core; using Loon.Core.Geom; namespace Loon.Utils { public class MathUtils { public static RectBox GetBounds(float x, float y, float width, float height, float rotate, RectBox result) { int[] rect = GetLimit(...
// 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; using Microsoft.CodeAnalysis.Diagnostics; using Test.Utilities; using Xunit; namespace Microsoft.NetCore.Analyzers.Runtime.Unit...
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Web; using System.Web.Mvc; using System.Web.Mvc.Html; namespace CheckBoxList.Mvc.Html { ...
/* Copyright (c) 2006-2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
#region File Description //----------------------------------------------------------------------------- // BackgroundMusicManager.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #...
using System; using System.Collections.Generic; using System.Threading.Tasks; using FluentAssertions; using Orleans.Runtime; using Orleans.Transactions.Abstractions; namespace Orleans.Transactions.TestKit { public abstract class TransactionalStateStorageTestRunner<TState> : TransactionTestRunnerBase where ...
// 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...
/* * Copyright (c) InWorldz Halcyon Developers * Copyright (c) Contributors, http://opensimulator.org/ * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above c...
using System; using System.IO; using System.Collections.Generic; using RestSharp; using IO.Swagger.Client; using IO.Swagger.Model; namespace IO.Swagger.Api { public interface ILayerApi { /// <summary> /// Returns a list of all layers and their associated storage engine Returns a l...
/* * http://www.codeproject.com/Articles/15633/Manipulating-NTFS-Junction-Points-in-NET */ using System; using System.IO; using System.Runtime.InteropServices; using System.Text; using Microsoft.Win32.SafeHandles; namespace PrettyJunction { /// <summary> /// Provides access to NTFS junction points in .Net. ...
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...
#region -- License Terms -- // // MessagePack for CLI // // Copyright (C) 2010-2015 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.apach...
// 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.Threading; using System.Threading.Tasks; using Microsoft.Code...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // QueuedMap.cs // // // A key-value pair queue, where pushing an existing ...
#region License // Copyright (c) 2007 James Newton-King // // 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, ...
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System; using System.Collections.Generic; using System.Linq; using OpenTK; using OpenTK.Graphics; using osu.Framework.Allocation; using osu.Framework.Extensions.Co...
// 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.ServiceModel; using System.ServiceModel.Channels; using TestTypes; using System.Text; using System.Threading; using System.Threading.Tasks; u...
// ******************************************************************************************************** // Product Name: DotSpatial.Positioning.dll // Description: A library for managing GPS connections. // ******************************************************************************************************** // ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; using System.Globalization; using System.Security.Cryptography; using System...
// 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; namespace System.Net.NetworkInformation { public class PhysicalAddress { private...
namespace iControl.Dialogs { partial class ConnectionDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
using System; using System.Linq; using System.Collections.Generic; using System.Security.Cryptography; using System.Threading.Tasks; using Coevery.Caching; using Coevery.Environment.Configuration; using Coevery.Environment.Extensions; using Coevery.Environment.ShellBuilders; using Coevery.Environment.State; using Coeve...
using System.Threading.Tasks; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging.Abstractions; using Microsoft.Extensions.Options; using Orleans; using Orleans.Configuration; using Orleans.Hosting; using Orlean...
#region License // Copyright (c) 2007 James Newton-King // // 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, ...
// ------------------------------------------------------------------------------ // 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 ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; #if ES_BUILD_STANDALONE namespace Microsoft.Diagnostics.Tracing #else namespace System.Diagnostics.Tracing #endif { /// <summary> /// TraceLoggin...
// // (C) Copyright 2003-2011 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software in // object code form for any purpose and without fee is hereby granted, // provided that the above copyright notice appears in all copies and // that both that copyright notice and the limited warranty ...
// 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 Microsoft.Win32.SafeHandles; using System.ComponentModel; using System.Diagnostics; usi...
// Deflater.cs // // Copyright (C) 2001 Mike Krueger // Copyright (C) 2004 John Reilly // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or // modify it under the terms of the G...
/* * Copyright (c) Contributors, http://aurora-sim.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must reta...
using Grpc.Core; using MessagePack; using System; using System.IO; using System.Threading.Tasks; using MagicOnion.Utils; using Microsoft.AspNetCore.Connections; namespace MagicOnion.Server.Hubs { public abstract class StreamingHubBase<THubInterface, TReceiver> : ServiceBase<THubInterface>, IStreamingHub<THubInterf...
// 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.Diagnostics.CodeAnalysis; using System.Diagnostics.Contracts; namespace System.Globalization { /*=================================Korean...
// 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.Diagnostics.CodeAnalysis; usi...
/* **************************************************************************** * * Copyright (c) Microsoft Corporation. * * This source code is subject to terms and conditions of the Apache License, Version 2.0. A * copy of the license can be found in the License.html file at the root of this distribution. If ...
using System.ComponentModel; using System.Drawing; using System.Drawing.Design; using System.Web.UI.WebControls; using GuruComponents.Netrix.ComInterop; using GuruComponents.Netrix.UserInterface.TypeConverters; using GuruComponents.Netrix.UserInterface.TypeEditors; using DisplayNameAttribute=GuruComponents.Netrix.UserI...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Web; using Aspose.Barcode.Live.Demos.UI.Config; using Aspose.Barcode.Live.Demos.UI.Controllers; namespace Aspose.Barcode.Live.Demos.UI.Models { public class ViewModel { public int MaximumUploadFiles { get; set; } ...
/* * 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...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.IO; using System.Reflection; using System.Text; using System.Text.Json; using System.Threading.Tasks; using Azure.Core; using Azure.Core.TestFramework; using Azur...