context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Threading; using Castle.MicroKernel.Registration; using Castle.Windsor; using Castle.Windsor.Configuration.Interpreters; using Rhino.ServiceBus.Impl; using Rhino.ServiceBus.Internal; using Rhino.ServiceBus.MessageModules; using Rhino.ServiceBus.Msmq; using Xunit; namespace Rhino.ServiceBus.T...
// 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.Linq; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microso...
/* * UltraCart Rest API V2 * * UltraCart REST API Version 2 * * OpenAPI spec version: 2.0.0 * Contact: support@ultracart.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using System.Linq; using System.IO; using System.Text; using System.Text.RegularExpressions; using Sy...
// 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 GetSocialSdk.MiniJSON; using UnityEngine; namespace GetSocialSdk.Core { internal class GetSocialJsonBridge: IGetSocialBridge { private IMethodCaller MethodCaller { get; } public GetSocialJsonBridge(IMethodCaller methodCaller) { ...
// Copyright (c) 1995-2009 held by the author(s). All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of c...
using System; using System.Web.UI; using System.Web.UI.WebControls; using umbraco.interfaces; using umbraco.BusinessLogic; using umbraco.DataLayer; namespace umbraco.editorControls { public class DefaultPrevalueEditor : PlaceHolder, IDataPrevalue { // UI controls private TextBox _textbox; ...
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2009 Oracle. All rights reserved. * */ using System; using System.Collections.Generic; using System.Text; using BerkeleyDB.Internal; namespace BerkeleyDB { /// <summary> /// A class representing a QueueDatabase. The Queue format...
using Orleans.Persistence.AdoNet.Storage; using Orleans.Providers; using Orleans.Runtime; using Orleans.Serialization; using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Text; using System.Thr...
using ITGlobal.MarkDocs.Format.Impl.Extensions.Cut; using ITGlobal.MarkDocs.Format.Impl.Metadata; using ITGlobal.MarkDocs.Source; using Markdig; using Markdig.Renderers; using Markdig.Syntax; using Markdig.Syntax.Inlines; using System; using System.Collections.Generic; using System.IO; using System.Linq; namespace ITG...
#region License, Terms and Author(s) // // ELMAH - Error Logging Modules and Handlers for ASP.NET // Copyright (c) 2004-9 Atif Aziz. All rights reserved. // // Author(s): // // James Driscoll, mailto:jamesdriscoll@btinternet.com // with contributions from Hath1 // // Licensed under the Apache License, Versio...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Diagnostics; using System.Reflection.Metadata.Ecma335; namespace System.Reflection.Metadata { public struct MethodDefinition { private rea...
// 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.Reflection; using System.Runtime.CompilerServices; class Program { static int Main()...
/* * 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...
// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace Microsoft.Azure.Graph.RBAC.Version1_6 { using Microsoft.Azure; using Microsoft.Rest.Azure; using Microsoft.Rest.Azure.OData; using Models;...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // ------------------------------------------------------------------------------ // Changes to this file must follow the http://aka.ms/api-review process. // ----------...
/*************************************************************************** * DiscUsageDisplay.cs * * Copyright (C) 2006 Novell, Inc. * Written by Aaron Bockover <aaron@abock.org> ****************************************************************************/ /* THIS FILE IS LICENSED UNDER THE MIT LICENSE AS O...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System.Threading.Tasks; using Avalonia.Controls; using Avalonia.Layout; using Avalonia.Media; using Xunit; #if AVALONIA_SKIA namespace Avalonia.Ski...
// // The Open Toolkit Library License // // Copyright (c) 2006 - 2009 the Open Toolkit library. // // 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 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.Diagnostics; using System.Collections; using System.Collections.Generic; using System.Glo...
// Copyright 2016 Applied Geographics, 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 ...
/* * 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 Util = Saklient.Util; using Client = Saklient.Cloud.Client; using Resource = Saklient.Cloud.Resources.Resource; using QueryParams = Saklient.Cloud.Models.QueryParams; using SaklientException = Saklient.Errors.SaklientException; namespace Saklient.Cloud.Models { /// <summary> /// /// </summary> public class...
using System; using System.Collections.Specialized; using Skybrud.Social.Google.Analytics.Objects; using Skybrud.Social.Google.OAuth; namespace Skybrud.Social.Google.Analytics { public class AnalyticsRawEndpoint { protected const string ManagementUrl = "https://www.googleapis.com/analytics/v3/management/...
// This source file is based on mock4net by Alexandre Victoor which is licensed under the Apache 2.0 License. // For more details see 'mock4net/LICENSE.txt' and 'mock4net/readme.md' in this project root. using System; using System.Collections.Generic; using JetBrains.Annotations; using WireMock.Matchers.Request; using ...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading.Tasks; using Journalist.Collections; using Microsoft.WindowsAzure.Storage; using Microsoft.WindowsAzure.Storage.Table; using Serilog; namespace Journalist.WindowsAzure.Storage.Tables { public class TableBatc...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
/* Copyright (c) 2013 Ant Micro <www.antmicro.com> Authors: * Mateusz Holenko (mholenko@antmicro.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 restriction, including without limita...
// 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.Buffers.Text { public static partial class Utf8Parser { /// <summary> /// P...
using System; using System.Collections; using System.Text; using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.Utilities; using Org.BouncyCastle.Asn1.X509; using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Math; using Org.BouncyCastle.Security; using Org.BouncyCastle.Security.Certificates; using Org.BouncyCas...
// // Sidebar.cs // // Author: // Ruben Vermeersch <ruben@savanne.be> // // Copyright (C) 2008-2010 Novell, Inc. // Copyright (C) 2008-2010 Ruben Vermeersch // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to...
using NUnit.Framework; using Sendwithus; using System; using System.Diagnostics; using System.Net; using System.Threading.Tasks; namespace SendwithusTest { /// <summary> /// Class to test the sendwithus Drip Campaign API /// </summary> [TestFixture] public class DripCampaignTest { priva...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // // //////////////////////////////////////////////////////////////////////////// // // Class: StringInfo // // Purpose: This class defines behaviors specifi...
// // Copyright 2010, Novell, Inc. // Copyright 2011, 2012 Xamarin Inc // // 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...
using System; using System.Runtime.Serialization; using Microsoft.Xna.Framework; namespace RectangleFLib { [DataContract] public struct RectangleF : IEquatable<RectangleF> { #region Private Fields private static RectangleF emptyRectangle = new RectangleF(); #endregion Private Fields #region Public Fields...
using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Reflection; namespace Core { public class CBO { public static List<PropertyInfo> GetPropertyInfo(Type objType) { var objProperties = (List<PropertyInfo>) DataCache.GetCache(objT...
/* ==================================================================== Copyright (C) 2004-2008 fyiReporting Software, LLC Copyright (C) 2011 Peter Gill <peter@majorsilence.com> This file is part of the fyiReporting RDL project. Licensed under the Apache License, Version 2.0 (the "License"); you may...
using System; using System.Collections.Generic; using System.Text; using System.ComponentModel; namespace OnlineGraph { public class GraphMeasurementCollection : SortableCollectionBase, ICustomTypeDescriptor { #region CollectionBase implementation public GraphMeasurementCollection() { ...
using System.Collections.ObjectModel; using System.Diagnostics; using System.Linq; using System.Linq.Expressions; using System.Reflection; using JetBrains.Annotations; // ReSharper disable CheckNamespace namespace System.Collections.Generic //Based on namespace of IEnumerable<T> // ReSharper restore CheckNamespace { ...
/* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to Y...
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Platibus.Http; namespace Platibus.Diagnostics { /// <inheritdoc /> /// <summary> /// A <see cref="T:Platibus.Diagnostics.IDiagnostic...
namespace StockSharp.Algo { using System; using System.Collections.Generic; using System.Linq; using Ecng.Collections; using Ecng.Common; using StockSharp.Localization; using StockSharp.Messages; /// <summary> /// Subscription counter adapter. /// </summary> public class SubscriptionMessageAdapter : Messa...
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
/* * Copyright (c) 2020, Norsk Helsenett SF and contributors * See the file CONTRIBUTORS for details. * * This file is licensed under the MIT license * available at https://raw.githubusercontent.com/helsenorge/Helsenorge.Messaging/master/LICENSE */ using Helsenorge.Registries.Abstractions; using Helsenorge.Reg...
// 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: ** ** =================...
using System; using System.Text; using System.Data; using System.Data.SqlClient; using System.Data.Common; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Xml; using System.Xml.Serialization; using SubSonic; using SubSonic.Utilities;...
using System.Linq; using Moq; using Avalonia.Controls.Generators; using Avalonia.Controls.Presenters; using Avalonia.Controls.Templates; using Xunit; using System.Collections.ObjectModel; using System.Collections; namespace Avalonia.Controls.UnitTests.Presenters { public class CarouselPresenterTests { ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // IntRangePartitionerTests.cs - Tests for range partitioner for integer ra...
// 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.Tracing; #if USE_ETW // TODO: Enable when TraceEvent is available on CoreCLR. GitHub issue ...
using Lucene.Net.Diagnostics; using Lucene.Net.Support; using System.Diagnostics.CodeAnalysis; namespace Lucene.Net.Index { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional infor...
//----------------------------------------------------------------------------- // Copyright (c) 2013 GarageGames, LLC // // 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...
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.Data.OleDb; namespace Database_1 { public partial class Login : Form { priva...
using Microsoft.WindowsAzure.Storage.Auth; using Microsoft.WindowsAzure.Storage.Blob; using Microsoft.WindowsAzure.Storage.Core; using Microsoft.WindowsAzure.Storage.Core.Auth; using Microsoft.WindowsAzure.Storage.Core.Executor; using Microsoft.WindowsAzure.Storage.Core.Util; using Microsoft.WindowsAzure.Storage.File.P...
//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 writ...
// 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.Threading.Tasks; using Xunit; namespace System.IO.Tests { public...
/* Copyright 2012-2022 Marco De Salvo 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 ...
/* * 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 NLog; namespace SqlServerCacheClient.Logging { internal class NlogWrapper : ILogger { protected readonly NLog.Logger logger; public NlogWrapper(Type type) { logger = NLog.LogManager.GetLogger(type.Name, type); } public bool IsDebugEnable...
// 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.Diagnostics; using System.Linq.Expressions; using FluentAssertions.Execution; namespace FluentAssertions.Primitives { /// <summary> /// Contains a number of methods to assert that a reference type object is in the expected state. /// </summary> [DebuggerNonUserCode] publ...
/* * Copyright (c) 2014 Behrooz Amoozad * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright * notice, this list of c...
//----------------------------------------------------------------------- // <copyright file="BusinessBindingListBase.cs" company="Marimer LLC"> // Copyright (c) Marimer LLC. All rights reserved. // Website: http://www.lhotka.net/cslanet/ // </copyright> // <summary>This is the base class from which most busine...
// // Copyright (C) DataStax Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
using System; using System.IO; using System.Security.Cryptography; namespace Moonlit.Security { /// <summary> /// /// </summary> public static class RsaHelper { public static RSACryptoServiceProvider CreateRsaFromPrivateKey(byte[] privkey) { byte[] MODULUS, E, D, P, Q...
// // CmsSigner.cs // // Author: Jeffrey Stedfast <jeff@xamarin.com> // // Copyright (c) 2013-2016 Xamarin Inc. (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 Software without...
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using Zutatensuppe.D2Reader; using Zutatensuppe.D2Reader.Models; using Zutatensuppe.DiabloInterface.Lib; namespace DiabloInterface.Plugin.HttpClient { class RequestBody { private static...
// // Copyright (c) 2004-2021 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // 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 s...
// 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; using Xunit.Abstractions; using System; using System.IO; using System.Net; using System.Xml; using Syst...
using System; using ICSharpCode.NRefactory; using ICSharpCode.NRefactory.Visitors; using ICSharpCode.NRefactory.Ast; using System.IO; using System.Collections.Generic; using System.Linq; using UnityEngine; using UnityEngine.Experimental.Rendering; namespace UnityEditor.Experimental.Rendering { public class CSharpT...
// 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.Xml; using System.Diagnostics; using System.Collections.Generic; namespace System.Xml.Sc...
/* * 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 Epi.Windows.Analysis.Dialogs { partial class DialogDialog : CommandDesignDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being use...
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using PrimerProObjects; using PrimerProLocalization; namespace PrimerProForms { /// <summary> /// Summary description for FormSearchInsertionMode. /// </summary> public class FormSearchInsertionMo...
/*************************************************************************** Copyright (c) Microsoft Corporation. All rights reserved. This code is licensed under the Visual Studio SDK license terms. THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES...
#region OMIT_COMPILEOPTION_DIAGS #if !OMIT_COMPILEOPTION_DIAGS using System; namespace Core { public partial class CompileTime { static string[] _compileOpt = { #if _32BIT_ROWID "32BIT_ROWID", #endif #if _4_BYTE_ALIGNED_MALLOC "4_BYTE_ALIGNED_MALLOC", #endif #if CASE_SENSITIVE_LIKE "CASE_SENSITIVE_...
// Copyright (c) 2003, Paul Welter // All rights reserved. using System; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.IO; using System.Windows.Forms; namespace NetSpell.SpellChecker.Forms { /// <summary> /// The OptionForm is an int...
/* Copyright (c) 2010-2015 by Genstein and Jason Lautzenheiser. This file is (or was originally) part of Trizbort, the Interactive Fiction Mapper. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal ...
// Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License - see LICENSE.txt using System; using System.IO; using System.Text; using NUnit.Framework.Interfaces; namespace NUnit.Framework.Internal.Execution { /// <summary> /// EventListenerTextWriter sends text output to the currently active ...
#region Copyright & License // // Copyright 2001-2005 The Apache Software Foundation // // 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; using System.IO; using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.Cms; using Org.BouncyCastle.Asn1.Cms.Ecc; using Org.BouncyCastle.Asn1.Pkcs; using Org.BouncyCastle.Asn1.Utilities; using Org.BouncyCastle.Asn1.X509; using Org.BouncyCastle.Asn1.X9; using Org.BouncyCastle.C...
using System; using System.IO; using System.Drawing; using System.Reflection; using System.Collections; using System.Diagnostics; using System.Globalization; using System.CodeDom.Compiler; using System.Windows.Forms; using System.ComponentModel; using System.Drawing.Design; using System.Drawing.Drawing2D; 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. /****************************************************************************** * This file is auto-generated from ...
using System; using System.Collections.Generic; using System.Drawing; using MonoTouch.Foundation; using MonoTouch.UIKit; namespace Splitter.Panels { public partial class MasterPanelContainer : UIViewController { public MenuPanelContainer MenuContainer { get; set; } public SubMenuPanelContainer...
//! \file ArcDAT.cs //! \date Thu Jun 16 13:48:04 2016 //! \brief Tinker Bell resource archive. // // Copyright (C) 2016-2017 by morkt // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal i...
/* Matali Physics Demo Copyright (c) 2013 KOMIRES Sp. z o. o. */ using System; using System.Collections.Generic; using OpenTK; using OpenTK.Graphics.OpenGL; using Komires.MataliPhysics; namespace MataliPhysicsDemo { /// <summary> /// This is the main type for your game /// </summary> public cl...
// 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: Convenient wrapper for an array,...
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;...
// 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.Threading.Tasks; using System; using System.IO; using System.Text; using System.Xml.Schema; using Syst...
using System; using Microsoft.Data.Entity; using Microsoft.Data.Entity.Infrastructure; using Microsoft.Data.Entity.Metadata; using Microsoft.Data.Entity.Migrations; using AllReady.Models; namespace AllReady.Migrations { [DbContext(typeof(AllReadyContext))] [Migration("20160624152405_OrgDescFields")] partia...
using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; using Dccelerator.DataAccess.Ado.Implementation; using Dccelerator.DataAccess.Infrastructure; using Dcceler...
#if !DISABLE_PLAYFABENTITY_API using System; using System.Collections.Generic; using PlayFab.SharedModels; namespace PlayFab.EconomyModels { [Serializable] public class CatalogAlternateId : PlayFabBaseModel { /// <summary> /// Type of the alternate ID. /// </summary> public ...
using System; using System.Collections.Generic; using System.Data; using System.IO; using System.Text; using Excel.Core; using Excel.Log; using ExcelDataReader.Portable.Core; using ExcelDataReader.Portable.Core.BinaryFormat; namespace Excel { /// <summary> /// ExcelDataReader Class /// </summary> public class Exce...
/** * LR parser for C# generated by the Syntax tool. * * https://www.npmjs.com/package/syntax-cli * * npm install -g syntax-cli * * syntax-cli --help * * To regenerate run: * * syntax-cli \ * --grammar ~/path-to-grammar-file \ * --mode <parsing-mode> \ * --output ~/ParserClassName.cs */...
#region Licence... /* The MIT License (MIT) Copyright (c) 2014 Oleg Shilo 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, cop...
using UnityEditor; using UnityEngine; using System.Collections; using System; namespace RootMotion.FinalIK { /* * Custom inspector for RotationLimitSpline * */ [CustomEditor(typeof(RotationLimitSpline))] [CanEditMultipleObjects] public class RotationLimitSplineInspector : RotationLimitInspector { // Dete...
// --------------------------------------------------------------------- // Copyright (c) 2015-2016 Microsoft // // 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, includ...
// 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.Reflection....
//#define ASTARDEBUG //"BBTree Debug" If enables, some queries to the tree will show debug lines. Turn off multithreading when using this since DrawLine calls cannot be called from a different thread using System; using UnityEngine; namespace Pathfinding { using Pathfinding.Util; /** Axis Aligned Bounding Box Tr...
// Copyright (c) 2015, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // - Redistributions of source code must retain the above copyright notice, this // list o...
// // This file is part of the game Voxalia, created by FreneticXYZ. // This code is Copyright (C) 2016 FreneticXYZ under the terms of the MIT license. // See README.md or LICENSE.txt for contents of the MIT license. // If these are not available, see https://opensource.org/licenses/MIT // using System; using System.C...