context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// 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 wr...
using System; using CoreGraphics; using AudioToolbox; using CoreAnimation; using Foundation; using UIKit; using System.Diagnostics; using System.Text; using System.Threading.Tasks; namespace LockScreen { public static class Do { public static readonly Action Nothing = () => { }; } public abstr...
using Cirrious.MvvmCross.ViewModels; using MyHealth.Client.Core.ServiceAgents; using MyHealth.Client.Core.Model; using System.Linq; using MvvmCross.Plugins.Messenger; using System.Threading.Tasks; using MyHealth.Client.Core.Helpers; using System.Collections.ObjectModel; using System.Collections.Generic; using System.Gl...
using UnityEngine; using System.Collections; using System; using System.Runtime.Serialization.Formatters.Binary; using System.IO; public class DataValues : MonoBehaviour { public float totalHunger = 0f; public float totalThirst = 0f; public float totalMorale = 0f; public float totalFood = 200f; public float tot...
/* * Copyright (C) 2010 ZXing 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 required by applicable law or agr...
/* * 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...
/* * 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) 2014 Microsoft Corporation // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without ...
// 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.ComponentModel; using System.Data.Common; using System.Diagnostics; using System.Runtime.CompilerServic...
//ITEM_HOCKEYSTICK datablock AudioProfile(SlapShot) { filename = "./sounds/Hockey_SlapShot.wav"; description = AudioClosest3d; preload = false; }; datablock ItemData(HockeyStickItem) { // Basic Item Properties shapeFile = "Add-Ons/Item_Hockey/sticknohands.dts"; mass = 1; density = 0.2; elasticity = 0.2; fric...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics; using System.Reflection.Internal; namespace System.Refl...
/********************************************************************++ Copyright (c) Microsoft Corporation. All rights reserved. --********************************************************************/ #if !SILVERLIGHT // ComObject #if !CLR2 using System.Linq.Expressions; #else using Microsoft.Scripting.Ast; #endif u...
// 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.Diagnostics; using System.Runtime; using System.ServiceModel.Diagnostics; using System.ServiceModel.Diagnostics.Applicati...
// 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 ManagedTests.DynamicCSharp.Conformance.dynamic.context.indexer.genclass.genclassregindexer.genclassregindexer;...
// ------------------------------------------------------------------------------ // Copyright (c) 2014 Microsoft Corporation // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without ...
using System; using System.Text; using System.Xml; using NUnit.Framework; using SIL.TestUtilities; using SIL.WritingSystems.Migration; using SIL.WritingSystems.Migration.WritingSystemsLdmlV0To1Migration; using SIL.Xml; namespace SIL.WritingSystems.Tests.Migration { [TestFixture] public class IcuRulesParserTests { ...
#region License // Copyright (c) Jeremy Skinner (http://www.jeremyskinner.co.uk) // // 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 // ...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Reflection.Emit; namespace System.Management.Automation.Language { /// <summary> /// </summary> #nullable enable public interf...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Runtime.InteropServices; using System.Runtime.Serialization; using GlmSharp.Swizzle; // ReSharper disable InconsistentNaming namespace GlmSharp { /// <summary> /// A matrix of type double wi...
using System; using System.Collections.Generic; using System.IO; using System.Xml; using System.Xml.Schema; using System.Xml.Serialization; using Palaso.Code; using Palaso.Lift.Parsing; using Palaso.Text; using Palaso.Extensions; using System.Linq; //using Exortech.NetReflector; //using Exortech.NetReflector.Util; na...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Baseline; using LamarCodeGeneration; using Marten.Linq.Fields; using Marten.Schema.Identity; using Marten.Schema.Identity.Sequences; using Marten.Schema.Testing.Documents; using Marten.Schema.Testing.Hierarchies; using Mar...
using System; using System.Data; using NUnit.Framework; namespace BehaveN.Tests { [TestFixture] public class ValueSetterTests { [Test] public void Invalid() { Assert.That(ValueSetter.CanSetValue(this, "x"), Is.False); ValueSetter setter = ValueSetter.GetValue...
using UnityEngine; using System.Collections; public class CommonScript : MonoBehaviour { // Tablet vs phone private const float SCREEN_TABLET_PX = 900f; // Diagonal of a quarter of 1600x900 PC screen is big enough for "tablet" private const float SCREEN_TABLET_INCH = 6f; // Diagonal of most/all Android tablet...
/* * Farseer Physics Engine: * Copyright (c) 2012 Ian Qvist * * Original source Box2D: * Copyright (c) 2006-2011 Erin Catto http://www.box2d.org * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this s...
using System; using System.Resources; using System.Reflection; using System.Globalization; using System.Threading; namespace MemHack { /// <summary> /// Summary description for Resources. /// </summary> public class Resources { static ResourceManager rm = new ResourceManager("MemHack.strings", typeof(Resources)...
namespace System.Collections { using FluentAssertions; using System; using System.Collections.Generic; using Xunit; public class IEnumerableExtensionsTest { [Fact] public void any_should_not_allow_null_sequence() { // arrange var sequence = defaul...
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICUL...
// // GameData.cs // // Copyright (c) 2016 Takashi OTSUKI // // This software is released under the MIT License. // http://opensource.org/licenses/mit-license.php // using AIWolf.Lib; using System.Collections.Generic; using System.Linq; namespace AIWolf.Server { public class GameData { int talkIdx = 0...
// // ModuleDefinition.cs // // Author: // Jb Evain (jbevain@gmail.com) // // (C) 2005 Jb Evain // // 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 // witho...
// 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.Globalization; using System.Threading; namespace System.Globalization { // This cale...
using System; namespace DjvuNet.Graphics { /// <summary> /// A general class for rectange shapes. /// </summary> public class Rectangle { #region Public Properties #region Left private int _left; /// <summary> /// Gets or sets the left edge of the rectangl...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Gateway.Tests.Load { using System; using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Linq; using System.N...
using EIDSS.Reports.Parameterized.Human.DToChangedD; using EIDSS.Reports.Parameterized.Human.DToChangedD.DToChangedDDataSetTableAdapters; namespace EIDSS.Reports.Parameterized.Human.ARM.Report { partial class FormN85MonthlyReport { #region Designer generated code /// <summary> /// Req...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Runtime.CompilerServices; using System.Text; namespace Es.Splay { public sealed class SplayTree<T> : ISplayTree<T> where T : IComparable<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; using System.Collections.Generic; using System.Collections.Immutable; using System.Composition; using System.Linq; using System.Runtime.Compiler...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ViolationCache.cs" company="Microsoft"> // (c) Microsoft Corporation. All rights reserved. // </copyright> // <summary> // MSAGL class for caching of most-violated constraints f...
using System; using System.Collections; using System.Collections.Generic; using System.Text; using System.Threading; using System.Linq; using Crestron; using Crestron.Logos.SplusLibrary; using Crestron.Logos.SplusObjects; using Crestron.SimplSharp; namespace UserModule_BSS_SOUNDWEB_LONDON_MATRIX_ROUTER { public cl...
// ******************************************************************************************************** // Product Name: DotSpatial.Controls.dll // Description: The Windows Forms user interface controls like the map, legend, toolbox, ribbon and others. // ***********************************************************...
// Code generated by Microsoft (R) AutoRest Code Generator 1.2.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace Storage { using Microsoft.Rest; using Microsoft.Rest.Azure; using Microsoft.Rest.Serialization; using Models; using Newtonsoft.Json; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.Win32.SafeHandles; using System; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; us...
/* * 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 Umbraco.Core; using Umbraco.Core.Configuration; using Umbraco.Core.Events; using Umbraco.Core.Models; using umbraco; using umbraco.cms.businesslogic.web; using Umbraco.Core.Persistence.Repositories; namespace Umbraco.Web.Cache { /// <summary> /// Extension methods for <see cref="Distributed...
#region Apache Notice /***************************************************************************** * $Header: $ * $Revision: $ * $Date: $ * * iBATIS.NET Data Mapper * Copyright (C) 2004 - Gilles Bayon * * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file exce...
//============================================================================= // System : Sandcastle Help File Builder // File : FindAndReplaceWindow.cs // Author : Eric Woodruff (Eric@EWoodruff.us) // Updated : 10/10/2008 // Note : Copyright 2008, Eric Woodruff, All rights reserved // Compiler: Microsoft Vi...
using Signum.Utilities.Reflection; using Signum.Engine.Maps; using System.IO; using Npgsql; using System.Data.Common; using Microsoft.Data.SqlClient; using Microsoft.Data.SqlClient.Server; namespace Signum.Engine; public class FieldReader { readonly DbDataReader reader; readonly TypeCode[] typeCodes; pri...
// // TreeViewBackend.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // // Copyright (c) 2011 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 restr...
using System; using Csla; using Csla.Data; using DalEf; using Csla.Serialization; using System.ComponentModel.DataAnnotations; using BusinessObjects.Properties; using System.Linq; using BusinessObjects.Common; namespace BusinessObjects.MDEntities { [Serializable] public partial class cMDEntities_Enums_EntityGroup: B...
namespace Gu.Wpf.Geometry { using System; using System.Diagnostics; using System.Globalization; using System.Windows; using System.Windows.Data; using System.Windows.Media; using System.Windows.Threading; /// <summary> /// An elliptical balloon. /// </summary> public class E...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using Baseline; using Marten.Linq.Parsing; using Marten.Schema; using Marten.Schema.Identity; using Marten.Schema.Identity.Sequences; using Marten.Schema.Indexing.Unique; using Marten.Storage; using Marten.Storage.Metadata...
// 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.Diagnostics; using System.Runtime.InteropServices; using System.Threading; using System.Reflection.Internal; namespace S...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
using System.Net; using FluentAssertions; using JsonApiDotNetCore.Serialization.Objects; using TestBuildingBlocks; using Xunit; namespace JsonApiDotNetCoreTests.IntegrationTests.RestrictedControllers; public sealed class WriteOnlyControllerTests : IClassFixture<IntegrationTestContext<TestableStartup<RestrictionDbCont...
// 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.IO; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Threading; using System.Threading.T...
using System; using System.Collections.Generic; using System.Linq; using Autofac; using FizzWare.NBuilder; using Moq; using NUnit.Framework; using ReMi.BusinessEntities.Plugins; using ReMi.TestUtils.UnitTests; using ReMi.Contracts.Plugins.Data; using ReMi.Contracts.Plugins.Data.ReleaseContent; using ReMi.Contracts.Plug...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // long chain of methods using System; internal class test { private static int f1(int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8, int ...
// This file is part of YamlDotNet - A .NET library for YAML. // Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013 Antoine Aubry // Copyright (c) 2011 Andy Pickett // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software")...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text; using Foundation; using ObjCRuntime; using FM; using FM.IceLink; using FM.IceLink.WebRTC; using Xamarin.iOS.Opus; namespace Xamarin.Forms.Conference.WebRTC.iOS.Opus { /// <summary> ///...
using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Data; using CALI.Database.Contracts; using CALI.Database.Contracts.Data; /////////////////////////////////////////////////////////// //Do not modify this file. Use a partial class to extend.// ////////////////////////////////////...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /* ** Copyright (c) Microsoft. All rights reserved. ** Licensed under the MIT license. ** See LICENSE file in the pr...
// 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.Reflection; using System.Reflection.Emit; using Xunit; namespace Sys...
// 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.Diagnostics; using System.Linq; using System.Text; using System.Threadi...
// 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.Dynamic.Utils; using System.Reflection; namespace System.Linq....
// Copyright 2018 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 ...
// "Therefore those skilled at the unorthodox // are infinite as heaven and earth, // inexhaustible as the great rivers. // When they come to an end, // they begin again, // like the days and months; // they die and are reborn, // like the four seasons." // // - Sun Tsu, // "The Art of War" using System; using TheArt...
/* * CCControlSlider * * Copyright 2011 Yannick Loriot. All rights reserved. * http://yannickloriot.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, includi...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace SuggestionSystem.Web.Api.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and pop...
// // assembly: System // namespace: System.Text.RegularExpressions // file: category.cs // // author: Dan Lewis (dlewis@gmx.co.uk) // (c) 2002 // // 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...
namespace iControl { using System.Xml.Serialization; using System.Web.Services; using System.ComponentModel; using System.Web.Services.Protocols; using System; using System.Diagnostics; /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.Diagnostics.DebuggerStepTh...
// 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.Immutable; using System.Diagnostics.Contracts; using System.Linq; using Analyzer.Utilities; using Microsoft.CodeAnalysi...
/* * 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 ...
#region License /* * WebSocketServiceHost.cs * * The MIT License * * Copyright (c) 2012-2014 sta.blockhead * * 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, incl...
using System; using System.Collections.Generic; using System.Text; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Design; using System.Windows.Forms.Design; using System.ComponentModel; namespace WeifenLuo.WinFormsUI.Docking { #region DockPanelSkin classes /// <summary> /// The ...
using UnityEngine; using UnityEngine.UI; using System.Reflection; namespace Fungus { /// <summary> /// Helper class for hiding the many, many ways we might want to show text to the user. /// </summary> public class TextAdapter : IWriterTextDestination { protected Text textUI; protec...
using System.Linq; using NUnit.Framework; using Silphid.Showzup.Virtual; using Silphid.Showzup.Virtual.Layout; using Silphid.Tests; using UnityEngine; namespace Silphid.Showzup.Test.Controls.Virtual.Layout { [TestFixture] public class LayoutTest { private class LayoutCollection : ILayoutCollection ...
// Copyright 2017 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// 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; using System.Runtime.InteropServices; using System.Security.Cryptogr...
/* * OANDA v20 REST API * * The full OANDA v20 REST API Specification. This specification defines how to interact with v20 Accounts, Trades, Orders, Pricing and more. * * OpenAPI spec version: 3.0.15 * Contact: api@oanda.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; u...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // ------------------------------------------------------------------------------ // Changes to this file must follow...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file=".cs" company="sgmunn"> // (c) sgmunn 2012 // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated // documentati...
using System; using System.Collections.Generic; namespace Simbiosis { /// <summary> /// The user's submarine (the normal camera location). /// /// PUT THIS IN A DLL OF ITS OWN, TO ALLOW "UPGRADES"??? /// /// class Submarine is the main part, with five sockets (right jet, left jet, right spinner, left spinner, ...
namespace Fonet.Image { using System; using System.IO; using System.Text; using Fonet.DataTypes; /// <summary> /// Parses the contents of a JPEG image header to infer the colour /// space and bits per pixel. /// </summary> internal sealed class JpegParser : IDisposable { ...
// Copyright 2008-2011. This work is licensed under the BSD license, available at // http://www.movesinstitute.org/licenses // // Orignal authors: DMcG, Jason Nelson // Modified for use with C#: // - Peter Smith (Naval Air Warfare Center - Training Systems Division) // - Zvonko Bostjancic (Blubit d.o.o. - zvonko.bostja...
// <copyright file="NativeQuestClient.cs" company="Google Inc."> // Copyright (C) 2014 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses...
// ---------------------------------------------------------------------------------- // // 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.apa...
/*************************************************************************** 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...
// 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.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropService...
namespace Boxed.AspNetCore.Sitemap { using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Xml.Linq; /// <summary> /// Generates site-map XML. /// </summary> public abstract class SitemapGenerator { ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using MathNet.Numerics.LinearAlgebra; using Retia.Interop; using Retia.Helpers; using Retia.Integration; using Retia.Integration.Helpers; using Retia.Mathematics; using Retia.Neural.ErrorFunctions; using Retia.Optimizers; using MatrixEx...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Reflection; using System.Linq; using Glass.Mapper.Configuration.Attributes; namespace Glass.Mapper.Configuration { /// <summary> /// Represents the configuration for a .Net type /// <...
// 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.Linq; using System.Runtime.CompilerServices...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect 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 ...
//----------------------------------------------------------------------- // <copyright file="DataPortalTests.cs" company="Marimer LLC"> // Copyright (c) Marimer LLC. All rights reserved. // Website: http://www.lhotka.net/cslanet/ // </copyright> // <summary>no summary</summary> //------------------------------...
#if !DISABLE_PLAYFABCLIENT_API using PlayFab.ClientModels; namespace PlayFab.Events { public partial class PlayFabEvents { public event PlayFabResultEvent<LoginResult> OnLoginResultEvent; public event PlayFabRequestEvent<AcceptTradeRequest> OnAcceptTradeRequestEvent; public event PlayF...
#region License // Copyright (c) 2007 James Newton-King // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restriction, including without limitation the rights to use, // copy, ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Text; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Orleans.Configuration; namespace Orleans.Runtime.Scheduler { [DebuggerDisplay("WorkItemGr...
using System; using System.Globalization; using System.IO; using System.Net; using System.Threading.Tasks; using Newtonsoft.Json; using WireMock.Logging; using WireMock.Matchers; using WireMock.RequestBuilders; using WireMock.ResponseBuilders; using WireMock.Server; using WireMock.Settings; using WireMock.Types; using ...
// Copyright 2010-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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
using UnityEngine; using System.Collections; using System.Collections.Generic; [ExecuteInEditMode] // Make water live-update even when not in play mode public class Water : MonoBehaviour { public enum WaterMode { Simple = 0, Reflective = 1, Refractive = 2, }; public WaterMode m_WaterMode = WaterMode.Refractiv...
using System; using System.ComponentModel; using System.IO; using System.Windows.Forms; using FileHelpers; namespace FileHelpersSamples { /// <summary> /// Read a fixed length file as a DataTable and /// show it on a grid. /// <para/> /// This is useful for Crystal reports. /// </summary> p...