context
stringlengths
2.52k
185k
gt
stringclasses
1 value
#region File Description //----------------------------------------------------------------------------- // MaterialsAndLights.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #endr...
using System; using Newtonsoft.Json; using Newtonsoft.Json.Serialization; using Telegram.Bot.Converters; using Telegram.Bot.Types.Enums; namespace Telegram.Bot.Types { /// <summary> /// This object contains information about one member of the chat. /// </summary> [JsonObject(MemberSerialization.OptIn, ...
/* * 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...
namespace Finsternis { using System.Collections.Generic; #region using Unity using UnityEngine; using UnityEngine.UI; using UnityEngine.Events; using UnityEngine.EventSystems; #endregion using UnityQuery; using System.Collections; using System; [RequireComponent(typeof(Inp...
// 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. ...
// // Author: Nate Kohari <nate@enkari.com> // Copyright (c) 2007-2010, Enkari, Ltd. // // Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL). // See the file LICENSE.txt for details. // namespace Telerik.JustMock.AutoMock.Ninject { using System; using System.Colle...
#region License /* * All content copyright Marko Lahma, unless otherwise indicated. 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/li...
// 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.Net.Sockets; using System.Runtime.InteropServices; using System.Text;...
using UnityEditor; using UnityEngine; using System.Collections.Generic; using System.IO; [InitializeOnLoad] public static class tk2dEditorUtility { public static double version = 2.5; public static int releaseId = -2; // < -10001 = alpha 1, other negative = beta release, 0 = final, positive = final hotfix static t...
// Copyright (c) 2010-2014 SharpDX - Alexandre Mutel // // 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, modif...
using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Runtime.Caching; using System.Threading; using System.Web; using Umbraco.Core.Models.EntityBase; namespace Umbraco.Core.Persistence.Caching { /// <summary> /// The Runt...
using Signum.Entities; using Signum.Entities.Authorization; using Signum.Entities.Basics; using Signum.Entities.DynamicQuery; using Signum.Entities.UserAssets; using Signum.Utilities; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Linq.Expressions; using Sys...
// // 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...
// HtmlAgilityPack V1.0 - Simon Mourier <simon underscore mourier at hotmail dot com> using System; using System.Diagnostics; using System.IO; using System.Text; using System.Xml; using System.Xml.XPath; #pragma warning disable 0649 namespace HtmlAgilityPack { /// <summary> /// Represents an HTML navigator on 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; /// <summary> /// Convert.ToChar(Int64) /// Converts the value of the specified 64-bit signed integer ...
// // Copyright (C) DataStax Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Text; using System.Threading.Tasks; using Xunit; namespace System.IO.Compression.Tests { public cl...
using System; using System.Collections; using Server.Network; using Server.Mobiles; using Server.Items; using Server.Gumps; namespace Server.Items.Crops { public class FlaxSeed : BaseCrop { // return true to allow planting on Dirt Item (ItemID 0x32C9) // See CropHelper.cs for other overridd...
// <copyright file="TFQMR.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // http://mathnetnumerics.codeplex.com // // Copyright (c) 2009-2013 Math.NET // // Permission is hereby granted, free of charge, to any pe...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using Xunit; namespace System.Linq.Tests { public class CastTests { [Fact] public void CastIntT...
using UnityEngine; using System; namespace UnityStandardAssets.CinematicEffects { //Improvement ideas: // Use rgba8 buffer in ldr / in some pass in hdr (in correlation to previous point and remapping coc from -1/0/1 to 0/0.5/1) // Use temporal stabilisation. // Add a mode to do bokeh texture in quar...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using Microsoft.Msagl.Core.DataStructures; using Microsoft.Msagl.Core.Geometry; using Microsoft.Msagl.Core.Geometry.Curves; using Microsoft.Msagl.Layout.LargeGraphLayout; #if TEST_MSAGL using Microsoft.Msagl.DebugHelpers; using...
// 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 DotSpatial.Data; using DotSpatial.Serialization; namespace DotSpatial.Symbology { /// <summary> ...
using System; using System.Globalization; using System.Net; using Microsoft.Extensions.DependencyInjection; using Orleans; using Orleans.Runtime; using TestExtensions; using Xunit; using Xunit.Abstractions; namespace UnitTests.General { [Collection(TestEnvironmentFixture.DefaultCollection)] public class Identi...
using UnityEngine; using System.Collections.Generic; [AddComponentMenu("Strategy/Trade Route")] public class TradeRoute : MonoBehaviour { [System.Serializable] public class Item { public int id = 0; // Resource's ID public Town town = null; // Town that owns this resource } static public List<TradeRoute...
using System.Runtime.Serialization; namespace GoogleApi.Entities.Common.Enums { /// <summary> /// Place Location Types /// https://developers.google.com/places/supported_types#table1 /// https://developers.google.com/places/supported_types#table2 /// </summary> public enum PlaceLocationType ...
// 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.Runtime.InteropServices; using CXIdxClientFile = System.IntPtr; // void* using CXIdxClientEntity = System.IntPtr; // void* using CXIdxClientContainer = System.IntPtr; // void* using CXIdxClientASTFile = System.IntPtr; // void* using CXIndexAction = System.IntPtr; // void* using CXIdxObjCCon...
// 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.CodeDom.Compiler { using System; using System.Collections; using System.Diagnostics; ...
// 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.Diagnostics.Tracing { [System.FlagsAttribute] public enum EventActivityOptions { ...
// // LayerActions.cs // // Author: // Jonathan Pobst <monkey@jpobst.com> // // Copyright (c) 2010 Jonathan Pobst // // 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 rest...
using System.Collections.Immutable; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Diagnostics; using Microsoft.CodeAnalysis.Formatting; namespace RefactoringEssentials.CSharp.Diagnostics { [DiagnosticAn...
// 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; /// <summary> /// String.Remove(Int32, Int32) /// Deletes a specified number of characters from this...
using System.Resources; #region Copyright (c) 2003, newtelligence AG. All rights reserved. /* // Copyright (c) 2003, newtelligence AG. (http://www.newtelligence.com) // Original BlogX Source Code: Copyright (c) 2003, Chris Anderson (http://simplegeek.com) // All rights reserved. // // Redistribution and use in sourc...
// // 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...
/* ==================================================================== */ using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Data; using System.Windows.Forms; using System.Xml; using System.IO; namespac...
//----------------------------------------------------------------------------- // Torque // Copyright GarageGames, LLC 2011 //----------------------------------------------------------------------------- //----------------------------------------------------------------------------- // Message Hud //-----------------...
/* * Copyright 2010-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
using System; using System.Data; using Csla; using Csla.Data; using ParentLoad.DataAccess; using ParentLoad.DataAccess.ERCLevel; namespace ParentLoad.Business.ERCLevel { /// <summary> /// B01_ContinentColl (editable root list).<br/> /// This is a generated base class of <see cref="B01_ContinentColl"/> bus...
using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; using System.Web.Mail; using System.Xml; na...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; namespace Sys...
using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.IO; using System.Collections.Generic; using S...
/* ==================================================================== 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...
// 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.Security.Cryptography.X509Certificates.Tests { [OuterLoop("Modifies system state"...
//--------------------------------------------------------------------------- // // <copyright file="DrawingContextWalker.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // This file was generated, please do not edit it directly. // // Please see http://wiki/...
/* * 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...
/* * UUnit system from UnityCommunity * Heavily modified * 0.4 release by pboechat * http://wiki.unity3d.com/index.php?title=UUnit * http://creativecommons.org/licenses/by-sa/3.0/ */ using System; using System.Collections.Generic; namespace PlayFab.UUnit { public enum UUnitActiveState { PENDING, ...
#region Copyright notice and license // Copyright 2015, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyr...
using System; using System.Collections.Generic; using System.ComponentModel.Design; using System.Diagnostics.Contracts; using System.Globalization; using System.IO; using System.Linq; using System.Runtime.Versioning; using System.Text; using System.Text.RegularExpressions; using System.Xml; using Ionic.Zip; using NuGet...
// 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.Build.Framework; using Microsoft.Build.Utilities; using Newtonsoft.Json; using Newtonsoft.Json.Linq;...
// 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 //...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; usi...
using System; using System.Collections.Generic; using System.Linq; using Umbraco.Core; using Umbraco.Core.Models; using umbraco; using umbraco.cms.businesslogic.web; namespace Umbraco.Web.Cache { /// <summary> /// Extension methods for DistrubutedCache /// </summary> internal static class DistributedCa...
using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Threading; using System.Globalization; using System.Runtime.InteropServices; using Lightstreamer.DotNet.Client; using DotNetStockListDemo.Properties...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
#region LGPL License /* Axiom Game Engine Library Copyright (C) 2003 Axiom Project Team The overall design, and a majority of the core engine and rendering code contained within this library is a derivative of the open source Object Oriented Graphics Engine OGRE, which can be found at http://ogre.sourceforge.net. ...
#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 // (...
// 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...
namespace EffectEditor.Controls { partial class ComponentParameterList { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </...
// *********************************************************************** // Copyright (c) 2015 Charlie Poole, Rob Prouse // // 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 restri...
/* * 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. // Licensed under the MIT License. using System.Collections; using System.Globalization; using System.Reflection; using System.Text; using System.Text.RegularExpressions; using Microsoft.Win32; namespace System.Management.Automation { /// <summary> /// <para> /// E...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Management.Automation; using Microsoft.Management.Infrastructure; using Microsoft.PowerSh...
// 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.Numerics.Tests { public class logTest { private static int s_samples ...
// MbUnit Test Framework // // Copyright (c) 2004 Jonathan de Halleux // // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from // the use of this software. // Permission is granted to anyone to use this software ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; using System.Linq; using System.Security.Claims; using System.Text.Encodings.Web; using System.Threading.Tasks; using Microsoft.AspNetCore.Htt...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.IO; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; using ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Graphics....
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 ClosedXML.Extensions; using System; using System.Diagnostics; namespace ClosedXML.Excel { internal struct XLAddress : IXLAddress, IEquatable<XLAddress> { #region Static /// <summary> /// Create address without worksheet. For calculation only! /// </summary> /// <pa...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Xml; namespace V1EstimationTool { public class Config { private static readonly string ConfigFilePath = Path.Combine(Environment.CurrentDirectory, "conf...
using System; using System.Diagnostics; using System.Web; using Umbraco.Core.Logging; using Umbraco.Core.Profiling; namespace Umbraco.Core { /// <summary> /// Starts the timer and invokes a callback upon disposal. Provides a simple way of timing an operation by wrapping it in a <code>using</code> (C#) statement. /...
// // MonoMac.CFNetwork.Test.Views.PreferencesController // // Authors: // Martin Baulig (martin.baulig@gmail.com) // // Copyright 2012 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 ...
using System; using System.Collections.Specialized; using System.IO; using System.Linq; using System.Reactive.Disposables; using System.Reactive.Linq; using System.Runtime.InteropServices; using Avalonia.Collections; using Avalonia.Controls; using Avalonia.Controls.Platform; using Avalonia.Threading; namespace Avaloni...
#region --- License --- /* Copyright (c) 2006-2008 the OpenTK team. * See license.txt for license info * * Contributions by Andy Gill. */ #endregion // flibit added this! #pragma warning disable 3021 #region --- Using Directives --- using System; using System.Collections.Generic; #if !MINIMAL using System.Drawi...
// 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.Xml.Serialization; namespace System.Xml { internal abstrac...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace System.IO.Tests { public class File_Create_str : FileSystemTest { #region Ut...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Text; namespace Lucene.Net.Search { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for ...
// 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. // // CSP-based implementation of RSA // namespace System.Security.Cryptography { using System; using Syste...
using System; using System.Globalization; using MetroFramework.Drawing.Html.Core.Parse; using MetroFramework.Drawing.Html.Core.Utils; namespace MetroFramework.Drawing.Html.Core.Dom { /// <summary> /// Represents and gets info about a CSS Length /// </summary> /// <remarks> /// http://www.w3.org/TR/...
/* * MindTouch DekiWiki - a commercial grade open source wiki * Copyright (C) 2006 MindTouch, Inc. * www.mindtouch.com oss@mindtouch.com * * For community documentation and downloads visit www.opengarden.org; * please review the licensing section. * * This program is free software; you can redistribute it and...
#region Copyright and License // Copyright 2010..2017 Alexander Reinert // // This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (http://arsofttoolsnet.codeplex.com/) // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance w...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Net.Http; using System.Threading; using Sys...
using System; using System.IO; using NUnit.Framework; using TheFactory.Datastore; using System.Text; using System.Collections.Generic; using Splat; using TheFactory.FileSystem; namespace TheFactory.DatastoreTests { public class BenchmarkArgs { public BenchmarkArgs() { } // write key/value ...
/*Copyright 2015 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, software distributed unde...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: Double ** ** ** Purpose: A representation of an IEEE double precision ** floating point number. ** ** ==========================================...
/* * Copyright (c) Contributors, http://aurora-sim.org/, 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: * * Redistributio...
// 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.IO; using System.Reflection.Metadata; using System.Reflection.Portabl...
using System; using System.Collections.Immutable; using System.Reactive; using System.Reactive.Disposables; using System.Reactive.Linq; using System.Reactive.Subjects; using Android.OS; using Android.Text; using Android.Views; using AndroidX.Fragment.App; using Toggl.Core.UI.ViewModels.Calendar; using Toggl.Core.UI.Vie...
/* * 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 ReactNative.Bridge; using System; using System.Globalization; using System.IO; using System.Net; using System.Net.Http; using System.Reactive.Disposables; using System.Threading; using System.Threading.Tasks; #if WINDOWS_UWP using Windows.UI.Core; #endif using static System.FormattableString; namespace ReactNati...
// This file was created automatically, do not modify the contents of this file. // ReSharper disable InvalidXmlDocComment // ReSharper disable InconsistentNaming // ReSharper disable CheckNamespace // ReSharper disable MemberCanBePrivate.Global using System; using System.Runtime.InteropServices; // Source file C:\P...
using AllReady.Areas.Admin.Features.Itineraries; using AllReady.Models; using MediatR; using Moq; using System; using System.Collections.Generic; using System.Threading.Tasks; using Xunit; namespace AllReady.UnitTest.Areas.Admin.Features.Itineraries { public class ItineraryDetailQueryHandlerShould : InMemoryContex...
using System; using System.Collections.Generic; using System.Text; using System.Drawing.Printing; using System.Drawing; using System.Data; namespace Factotum { class RsGrid : ReportSection { // If we couldn't fit the whole grid on a page, we need to keep track of // where in the grid to start up again. pri...
/* Copyright (c) 2004-2009 Deepak Nataraj. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the f...
// ---------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. // ---------------------------------------------------------------------------- using System; using System.Diagnostics; using System.Globalization; using System.Threading.Tasks; ...
// 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 ...
using Braintree.Exceptions; using Braintree.Test; using Braintree.TestUtil; using NUnit.Framework; using System; using System.Linq; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using Params = System.Collections.Generic.Dictionary<string, object>; namespace Braintree.Tests...
// 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.Serialization; namespace DotSpatial.Sy...
using UnityEngine; using System.Collections; using System.Collections.Generic; [System.Serializable] public class Knot { public float distanceFromStart = -1f; public CatmullRomSpline.SubKnot[] subKnots = new CatmullRomSpline.SubKnot[CatmullRomSpline.NbSubSegmentPerSegment+1]; //[0, 1] public Vector3 position; pub...