context
stringlengths
2.52k
185k
gt
stringclasses
1 value
/* * MindTouch Dream - a distributed REST framework * Copyright (C) 2006-2011 MindTouch, Inc. * www.mindtouch.com oss@mindtouch.com * * For community documentation and downloads visit wiki.developer.mindtouch.com; * please review the licensing section. * * Licensed under the Apache License, Version 2.0 (the "...
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Copyright (c) Microsoft Corporation. All rights reserved. /////////////////////////////////////////////////////////...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; using System.Threading.Tasks; using org.apache.zookeeper.client; using org.apache.jute; using org.apache.utils; using org.apache.zo...
/* Copyright 2011 - 2022 Adrian Popescu 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...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. #if UNIX using System; using System.Diagnostics; using System.Globalization; using System.Reflection; using System.Resources; using System.Runtime.InteropServices; using System.Text; using System.Threading; using System.Management.Automation....
using System; using System.Globalization; using System.Text; namespace FileHelpers { /// <summary> /// Class that provides static methods that returns a default /// <see cref="ConverterBase">Converter</see> to the basic types. /// </summary> /// <remarks> /// Used by the <see cref="FileHel...
namespace PcapDotNet.Packets.IpV4 { /// <summary> /// Indicates the next level IPv4 protocol used in the pyaload of the IPv4 datagram. /// </summary> public enum IpV4Protocol : byte { /// <summary> /// IPv6 Hop-by-Hop Option RFC 2460 /// </summary> IpV6HopByHopOpti...
// // Copyright 2012, Xamarin 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...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Runtime.CompilerServices; using System.Threading.Tasks; using BudgetAnalyser.Engine.Budget; using JetBrains.Annotations; namespace BudgetAnalyser...
using System; using System.Runtime.InteropServices; namespace VulkanCore.Nvx { /// <summary> /// Provides NVIDIA specific extension methods for the <see cref="CommandBuffer"/> class. /// </summary> public static unsafe class CommandBufferExtensions { /// <summary> /// Performs the g...
// 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; namespace System.Numerics { // This file contains the definitions for al...
using UnityEngine; using System.Text; using System.Collections.Generic; using System.Runtime.InteropServices; //----------------------------------------------------------------------------- // Copyright 2012-2015 RenderHeads Ltd. All rights reserverd. //----------------------------------------------------------------...
/* * XmlCharacterData.cs - Implementation of the * "System.Xml.XmlCharacterData" class. * * Copyright (C) 2002 Southern Storm Software, Pty Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Fo...
#region Apache License // // 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 // (...
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; public class SpawnPoolsDict : IEnumerable, IDictionary<string, SpawnPool>, ICollection<KeyValuePair<string, SpawnPool>>, IEnumerable<KeyValuePair<string, SpawnPool>> { private Dictionary<string, SpawnPool> _pools = new Dictio...
using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; #if NETFRAMEWORK using Microsoft.Win32; #endif using System.Text.RegularExpressions; namespace YAF.Lucene.Net.Util { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agr...
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 //...
#if !UNIX using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Management.Automation; using System.ComponentModel; using System.Runtime.InteropServices; using System.Globalization; using System.Diagnostics.CodeAnalysis; namespace Microsoft.PowerShell.Commands { /// <s...
using System.Text.RegularExpressions; namespace SideBySide; public class ConnectSync : IClassFixture<DatabaseFixture> { public ConnectSync(DatabaseFixture database) { m_database = database; } [SkippableFact(Baseline = "https://bugs.mysql.com/bug.php?id=106242")] public void ConnectBadHost() { var csb = new...
using System; using System.Collections.Generic; using UnityEditor.AnimatedValues; using UnityEditor.Rendering; using UnityEngine; namespace UnityEditor.Experimental.Rendering.HDPipeline { [Flags] public enum FoldoutOption { None = 0, Indent = 1 << 0, Boxed = 1 << 2, SubFoldo...
// --------------------------------------------------------------------------- // <copyright file="IsamDatabase.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // --------------------------------------------------------------------------- // ------------------...
// Copyright (c) DotSpatial Team. All rights reserved. // Licensed under the MIT license. See License.txt file in the project root for full license information. using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Drawing2D; using DotSpatial.Data; using DotSpatial.Serialization; ...
// 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.Linq; using Xunit; #pragma warning disable 169, 649, 164 namespace System.Reflection.Tests { // Compare the results...
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;...
// ScriptMetadata.cs // Script#/Libraries/CoreLib // This source code is subject to terms and conditions of the Apache License, Version 2.0. // using System; using System.ComponentModel; namespace System.Runtime.CompilerServices { /// <summary> /// This attribute can be placed on types in system script assemblies t...
using System; using System.Collections; using System.Data; using System.Diagnostics; using System.Runtime.InteropServices; using ADOX; namespace Xsd2Db.Data { /// <summary> /// Summary description for JetDatabaseCreator. /// </summary> public abstract class AdoxDataSchemaAdapter : DataSchemaAdapter { /// <summa...
// *********************************************************************** // Copyright (c) 2012 Charlie Poole // // 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, inclu...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.Azure.Management.Compute.Fluent; using Microsoft.Azure.Management.Compute.Fluent.Models; using Microsoft.Azure.Management.Fluent; using Microsoft....
// 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.Composition; using System.Linq; using System.Threading; using System.Threading.Tasks; using Syste...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
using System; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; using System.Web.Http.Controllers; using Breeze.WebApi; using Newtonsoft.Json.Linq; using DocCode.DataAccess; using Northwind.Models; namespace DocCode.Controllers { [BreezeController] public class NorthwindControl...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.DocAsCode.Common.Git { using System; using System.Collections.Concurrent; using System.Diagnostics; using System.IO; using Syste...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Diagnostics.Contracts; using System.Globalization; using System.Linq; using System.Net; using System.Reflection; using Resta.UriTemplates; namespace Hyperspec { public class TemplateParameterInfo { ...
#region /* Copyright (c) 2002-2012, Bas Geertsema, Xih Solutions (http://www.xihsolutions.net), Thiago.Sayao, Pang Wu, Ethem Evlice, Andy Phan, Chang Liu. All rights reserved. http://code.google.com/p/msnp-sharp/ Redistribution and use in source and binary forms, with or without modification, are permitted provided t...
// 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.Reflection; using System.Diagnostics; using System.Globalization; using System.Colle...
#region Disclaimer/Info /////////////////////////////////////////////////////////////////////////////////////////////////// // Subtext WebLog // // Subtext is an open source weblog system that is a fork of the .TEXT // weblog system. // // For updated news and information please visit http://subtextproject.com/ // Su...
using System; using System.Linq; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Newtonsoft.Json; using NUnit.Framework; using Umbraco.Cms.Core.Configuration.Models; using Umbraco.Cms.Core.IO; using Umbraco.Cms.Core.Models; using Umbraco.Cms.Core.Models.PublishedCon...
using UnityEngine; using Pathfinding.Serialization; namespace Pathfinding { /** Base class for GridNode and LevelGridNode */ public abstract class GridNodeBase : GraphNode { protected GridNodeBase (AstarPath astar) : base(astar) { } const int GridFlagsWalkableErosionOffset = 8; const int GridFlagsWalkableEr...
// // System.Web.UI.WebControls.XmlDataSource // // Authors: // Ben Maurer (bmaurer@users.sourceforge.net) // // (C) 2003 Ben Maurer // // // 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 ...
/******************************************************************** The Multiverse Platform is made available under the MIT License. Copyright (c) 2012 The Multiverse Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "...
using UnityEngine; using UnityEngine.Experimental.Rendering.HDPipeline; using System.Collections.Generic; using UnityEditorInternal; namespace UnityEditor.Experimental.Rendering.HDPipeline { [CanEditMultipleObjects] [CustomEditor(typeof(DensityVolume))] class DensityVolumeEditor : Editor { inte...
#region License /* The MIT License Copyright (c) 2008 Sky Morey Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Compo...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Baseline.Dates; using Marten.Events.Projections; using Marten.Events.Projections.Async; using Marten.Services; using Marten.Testing.Harness; using Shouldly; using Xunit; namespace Marten.Testing.Events.Projections { ...
using UnityEngine; using System; using System.Collections.Generic; /// <summary> /// Very simple example of how to use a TextList with a UIInput for chat. /// </summary> [RequireComponent(typeof(UIInput))] [AddComponentMenu("NGUI/Examples/Chat Input")] public class ChatInput : MonoBehaviour { public Dictionary<string...
using System; using System.Globalization; using System.Reflection; using System.Runtime.CompilerServices; using Orleans.Core; using Orleans.Serialization; namespace Orleans.Runtime { [Serializable] internal class GrainId : UniqueIdentifier, IEquatable<GrainId>, IGrainIdentity { private static reado...
// 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.Net.Sockets; using System.Runtime.InteropServices;...
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using Google.GData.Client; namespace Google.GData.Tools { /// <summary> /// This is a sample implementation for a login dialog. It returns you the authToken gained /// from the Google Cli...
// // Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace System.Xml.Xsl.XsltOld { using System.Collections; using System.Collections.Generic; using Sys...
//------------------------------------------------------------------------------ // <copyright file="Region.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //--------------------------------------...
#region Copyright // // DotNetNuke? - http://www.dotnetnuke.com // Copyright (c) 2002-2016 // by DotNetNuke 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 restricti...
/** * (C) Copyright IBM Corp. 2018, 2020. * * 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 t...
#region License // Copyright (c) Nick Hao http://www.cnblogs.com/haoxinyue // // 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 // // Un...
using System; using System.Globalization; using Lucene.Net.Documents; namespace Lucene.Net.Search { using Lucene.Net.Randomized.Generators; using NUnit.Framework; using DefaultSimilarity = Lucene.Net.Search.Similarities.DefaultSimilarity; using Directory = Lucene.Net.Store.Directory; using Document...
using System.Collections.Generic; using Chronic.Tags; using Chronic.Tags.Repeaters; namespace Chronic.Handlers { public class MyHandlerRegistry : HandlerRegistry { public MyHandlerRegistry() { RegisterTimeHandler(); RegisterDateHandlers(); RegisterAnchorHandl...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/servicecontrol/v1/distribution.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.Reflec...
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 //...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Runtime.Serialization; using Orleans.Runtime; namespace Orleans.Serialization { internal class ILSerializerGenerator { private static readonly RuntimeTypeHandle IntPtr...
namespace AngleSharp.Core.Tests.Html { using AngleSharp.Dom; using AngleSharp.Dom.Html; using NUnit.Framework; using System; /// <summary> /// Tests generated according to the W3C-Test.org page: /// http://www.w3c-test.org/html/semantics/forms/constraints/form-validation-validity-stepMismat...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Text; using System.Windows.Forms; namespace Wve { /// <summary> /// Custom DateTime picker that allows quick entry and editing of dates /// </summary> public partial class ...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using static Elasticsearch.Net.AuditEvent; namespace Elasticsearch.Net { public class RequestPipeline : IRequestPipeline { private readonly IConnectionConfigurationValues _sett...
//------------------------------------------------------------------------------ // <copyright file="Roles.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ namespace System.Web.Sec...
// 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.Diagnostics.Contracts; using System.Globali...
//------------------------------------------------------------------------------ // <copyright file="HtmlElement.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //----------------------------------...
using System; using System.Diagnostics; using System.Drawing; using System.Runtime.InteropServices; using System.Windows.Forms; using Palaso.Email; using Palaso.Reporting; using System.Threading; using System.Collections.Generic; using System.Text; namespace Palaso.UI.WindowsForms.Reporting { /// <summary> /// Displ...
using System; using System.Collections.Generic; using System.Text; using System.Data; using System.Data.SqlServerCe; using System.Collections; using System.Windows.Forms; using DowUtils; namespace Factotum{ public enum ComponentSectionEnum : short { UsMain = 0, UsExt = 1, DsMain = 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.Diagnostics; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace Sy...
namespace Mapack { using System; /// <summary>Singular Value Decomposition for a rectangular matrix.</summary> /// <remarks> /// For an m-by-n matrix <c>A</c> with <c>m >= n</c>, the singular value decomposition is /// an m-by-n orthogonal matrix <c>U</c>, an n-by-n diagonal matrix <c>S</c>, and /// an n-by-n or...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Kemel.Orm.Schema; using System.CodeDom; using Kemel.Orm.Constants; using Kemel.Orm.Entity.Attributes; namespace Kemel.Orm.DataBase.CodeDom { public class EntityGen : BaseGen { public EntityGen(GenConfig config) ...
// ---------------------------------------------------------------------------------- // // 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...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 0.11.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
using System; using System.IO; using System.Net.Http; using System.Net.Http.Headers; using System.Text; using System.Threading.Tasks; namespace Keen.Core { /// <summary> /// Helps with performing HTTP operations destined for a Keen API endpoint. Helper methods in /// this class will add appropriate header...
// 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. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Reflection; using System.Reflection.Emit; using System.Collections; using System.Collections.Generic; using Xunit; namespace System.Reflect...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using LibGit2Sharp.Core; using LibGit2Sharp.Core.Handles; namespace LibGit2Sharp { /// <summary> /// Provides access to configuration variables for a repository. /// </summary> public class C...
using System; using System.Collections.Generic; using System.Linq; using System.Data; using System.Text; using SubSonic.DataProviders; using SubSonic.Extensions; using System.Linq.Expressions; using SubSonic.Schema; using SubSonic.Repository; using System.Data.Common; using SubSonic.SqlGeneration.Schema; namespace S...
#region Copyright //////////////////////////////////////////////////////////////////////////////// // The following FIT Protocol software provided may be used with FIT protocol // devices only and remains the copyrighted property of Dynastream Innovations Inc. // The software is being provided on an "as-is" basis and a...
// 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.Concurrent; using System.Diagnostics; using System.Runtime.InteropServices; u...
#region Disclaimer/Info /////////////////////////////////////////////////////////////////////////////////////////////////// // Subtext WebLog // // Subtext is an open source weblog system that is a fork of the .TEXT // weblog system. // // For updated news and information please visit http://subtextproject.com/ // Su...
//----------------------------------------------------------------------- // <copyright file="GraphInterpreterSpecKit.cs" company="Akka.NET Project"> // Copyright (C) 2015-2016 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net> // </cop...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using VersionOne.SDK.ObjectModel.Filters; using VersionOne.SDK.ObjectModel.List; namespace VersionOne.SDK.ObjectModel { /// <summary> /// Abstract representation of entities in the VersionOne system /// </summary> publi...
#region Copyright notice and license // Copyright 2015 gRPC authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless req...
// Copyright (c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); you may not // use this file except in compliance with the License. You may obtain a copy // of the License at http://www.apache.org/licenses/LICENSE-2.0 // // THIS CODE IS PROVIDED *A...
using System; using System.Collections.Generic; using System.Linq; using VRageMath; using Sandbox.ModAPI; using VRage.ModAPI; using VRage.Utils; using VRage.Game; using VRage; using VRage.Game.ModAPI; using NaniteConstructionSystem.Entities.Beacons; namespace NaniteConstructionSystem.Particles { public class Nani...
using System; using System.Collections; using System.Collections.Generic; using JetBrains.Annotations; using OpenMLTD.MilliSim.Core; namespace OpenMLTD.MilliSim.Foundation { /// <inheritdoc /> /// <summary> /// An update-safe collection for base game components. /// </summary> public sealed partial...
/* * 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) ...
// SPDX-License-Identifier: MIT // Copyright wtfsckgh@gmail.com // Copyright iced contributors using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using Generator.Constants; using Generator.Enums; using Generator.Tables; namespace Generator { /// <sum...
// (c) Copyright 2012 Hewlett-Packard Development Company, L.P. // 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...
/* * Copyright (C) Sony Computer Entertainment America LLC. * All Rights Reserved. */ using System; using System.Collections; using ActiproSoftware.SyntaxEditor; namespace Sce.Sled.SyntaxEditor.Intellisense.Lua.Parser { /// <summary> /// Represents a <c>Simple</c> lexical parser implementation. /// </summary...
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including wit...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Reflection; using System.Reflection.Emit; using System.Threading; namespace Mvc.JQuery.DataTables.DynamicLinq { public class ClassFactory { public static readonly ClassFactory Instance = new ClassFactory(); ...
/* * 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...
namespace Petstore { using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; using System.Collections; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; /// <summary> /// StorageAccountsOperations operations. /// </summary> publ...
// 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, publish, // distribute, sublicense, and/or ...
// 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. #if netcoreapp || uap #define HAVE_STORE_ISOPEN #endif using System.Diagnostics; using System.IO; using System.Runt...
using Microsoft.VisualStudio.Debugger.Interop; using nanoFramework.Tools.Debugger; using System; using System.Runtime.InteropServices; namespace nanoFramework.Tools.VisualStudio.Debugger { // This Guid needs to match PortSupplierCLSID [ComVisible(true), Guid("78E48437-246C-4CA2-B66F-4B65AEED8500")] public ...
using RootSystem = System; using System.Linq; using System.Collections.Generic; namespace Windows.Kinect { // // Windows.Kinect.MultiSourceFrameReader // public sealed partial class MultiSourceFrameReader : RootSystem.IDisposable, Helper.INativeWrapper { internal RootSystem.IntPtr _pNative;...
using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Windows.Forms; using DpSdkEngLib; using DPSDKOPSLib; using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; using System.Linq; ...