context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System.Linq; using System.Threading.Tasks; using Microsoft.EntityFrameworkCore; using NUnit.Framework; using ToDoCore.Adaptors.Db; using ToDoCore.Model; using ToDoCore.Ports.Commands; using ToDoCore.Ports.Handlers; namespace ToDoTests.Core.Ports.Handlers { public class UpdateToDoCommandHandlerTest { ...
#region License /* * HttpRequestEventArgs.cs * * The MIT License * * Copyright (c) 2012-2017 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; using System.Data; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using Vevo; using Vevo.Domain; using Vevo.Domain.Configurations; using Vevo.Domain.Shipping; using Vevo.Domain.Shipping.Ups; using Vevo.Shared.Utilities; using Vevo.WebUI; public partial c...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace angular.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it with sam...
// Copyright (c) MOSA Project. Licensed under the New BSD License. using Mosa.Compiler.Common; using Mosa.Compiler.Framework.IR; using Mosa.Compiler.MosaTypeSystem; using System.Collections.Generic; using System.Diagnostics; namespace Mosa.Compiler.Framework.Platform { /// <summary> /// Implements the default 32-bi...
// 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.ObjectModel; using System.Diagnostics.Contracts; using System.Reflection; using System.Run...
/* * 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...
#if UNITY_WINRT && !UNITY_EDITOR && !UNITY_WP8 #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 ...
//--------------------------------------------------------------------------- // // <copyright file="PointLightBase.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/defaul...
using Xunit; namespace Jint.Tests.Ecma { public class Test_15_4_4_15 : EcmaTest { [Fact] [Trait("Category", "15.4.4.15")] public void ArrayPrototypeLastindexofMustExistAsAFunction() { RunTest(@"TestCases/ch15/15.4/15.4.4/15.4.4.15/15.4.4.15-0-1.js", false); } ...
//------------------------------------------------------------------------------ // <copyright file="PageSettings.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //---------------------------------...
//######################################################################### //generated by MySqlMetal on 2008-Feb-11 - extracted from server localhost. //######################################################################### using System; using System.Diagnostics; using System.Collections.Generic; using System.Text...
using System; using NationalInstruments.DAQmx; using RRLab.PhysiologyWorkbench.Data; namespace RRLab.PhysiologyWorkbench.Devices { /// <summary> /// This class provides methods for interacting with a SpectraPhysics nitrogen laser. /// </summary> [Serializable] public class SpectraPhysicsNitrogenLaser : RRLab.P...
// 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. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // using Syst...
// 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.IO; using System.Xml.XPath; using System.Xml.Xsl; using XmlCoreT...
// 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.Collections; using System.Globalization; using System.ComponentModel; using System.R...
/* * This file is part of UniERM ReportDesigner, based on reportFU by Josh Wilson, * the work of Kim Sheffield and the fyiReporting project. * * Prior Copyrights: * _________________________________________________________ * |Copyright (C) 2010 devFU Pty Ltd, Josh Wilson and Others| * | (http://reportfu.org) ...
/* * * (c) Copyright Ascensio System Limited 2010-2021 * * 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 UnityEngine; using System; using System.Collections; using System.Collections.Generic; using System.Xml; /*! \brief This class represents an EnzymeReaction and can be loaded by the ReactionEngine class \sa EnzymeReaction */ public class EnzymeReactionProperties { public string name; public string subst...
// 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 utilizes partial class feature and contains // only internal implementation of UriParser type using Sy...
using System; using System.Collections.Generic; using System.IO; using System.Reflection; using Funq; using ServiceStack.Common; using ServiceStack.Configuration; using ServiceStack.Html; using ServiceStack.Logging; using ServiceStack.ServiceHost; using ServiceStack.VirtualPath; namespace ServiceStack.WebHost.Endpoint...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Runtime.InteropServices; using Xunit; namespace System.Reflection.Tests { public class NullableObj...
/* * Copyright 2012-2015 Aerospike, Inc. * * Portions may be licensed to Aerospike, Inc. under one or more contributor * license agreements. * * 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 Lice...
#region License // /* // See license included in this library folder. // */ #endregion using System; using System.ComponentModel; using System.Configuration; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Text; using Sqloogle.Libs.NLog.Internal; namespace Sqloogle.Lib...
namespace WebLabDeusto { public class SessionId { private readonly string id; public SessionId(string id) { this.id = id; } public string Id { get{ return this.id; } } public override string To...
// 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.Threading.Tests; using Xunit; namespace System.Threading.ThreadPools.Tes...
using System.Linq; using NUnit.Framework; [TestFixture] public class ActionMasterTest { private ActionMaster.Action endTurn = ActionMaster.Action.EndTurn; private ActionMaster.Action tidy = ActionMaster.Action.Tidy; private ActionMaster.Action endGame = ActionMaster.Action.EndGame; private ActionMaster.Action rese...
/* * * (c) Copyright Ascensio System Limited 2010-2021 * * 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...
// // 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...
// Copyright 2017 Jose Luis Rovira Martin // // 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 o...
using System; using System.Collections.Generic; using System.Text; namespace PH_App { public class ChartFunctions { public ChartFunctions() { } public void Line3D(DataSeries ds, ChartStyle cs) { cs.XMin = -1f; cs.XMax = 1f; cs.YMin = ...
using System.IO; using System.Text; using System.Web.UI.WebControls; using System.ComponentModel; using System.Collections; using System.Collections.Specialized; using Moxiecode.TinyMCE; namespace System.Web.UI.Integrate { /// <summary> /// A webcontrol for the TinyMCE editor /// </summary> public part...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Text; using NDesk.Options; using Sep.Git.Tfs.Core; using StructureMap; namespace Sep.Git.Tfs.Commands { [Pluggable("subtree")] [Description("subtree [add|pull|split] [options] [remote |...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
//------------------------------------------------------------------------------ // <copyright // file="MockRunner.cs" // company="enckse"> // Copyright (c) All rights reserved. // </copyright> //------------------------------------------------------------------------------ namespace StyleCopCmd.Core.Test { us...
// 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.Globalization; using System.Text; using Xunit; namespace System.Test...
/* * 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 Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; #if DEBUG_LIMITS using System.Diagnostics; #endif using System.IO; using System.Net; using System.Threading; using System.Threading.Tasks; namespace Discord.Net.Queue { internal class RequestBucket { private const int MinimumSleepTimeMs =...
// Keep this file CodeMaid organised and cleaned using ClosedXML.Excel.CalcEngine.Exceptions; using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Threading; namespace ClosedXML.Excel.CalcEngine { internal class Tally : IEnumerable<Object> { private ...
using System; using System.Collections.Generic; using System.Globalization; using System.Text.RegularExpressions; namespace INIManager { public class ParsingException : Exception { public ParsingException(string msg) : base("Parsing Error: " + msg) { } public ParsingException(strin...
#region Includes using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; #endregion namespace Daishi.Microservices.Web.Areas.HelpPage { /// <summary> /// This class will create...
//------------------------------------------------------------------------------------------------------------------------------------------------------------------- // <copyright file="BaseTask.cs">(c) 2017 Mike Fourie and Contributors (https://github.com/mikefourie/MSBuildExtensionPack) under MIT License. See https:/...
/* * * (c) Copyright Ascensio System Limited 2010-2021 * * 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...
// 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 ...
#region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF licenses this file to you under the Apache License, Version 2.0 // (...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Web.Mvc; using MvcContrib.UI.Grid; using NUnit.Framework; using Rhino.Mocks; using MvcContrib.UI.Grid.ActionSyntax; namespace MvcContrib.UnitTests.UI.Grid { [TestFixture] public class GridTester { private List<Person> ...
// Copyright (C) 2011-2018 Luca Piccioni // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, pu...
// RTree.java // Java Spatial Index Library // Copyright (C) 2002 Infomatiq Limited // Copyright (C) 2008 Aled Morris aled@sourceforge.net // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Soft...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
// <copyright file="VectorTests.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 ...
// 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.ComponentModel; using System.Diagnostics; using System.Globalization; using System.Text.Json; using Xunit; namespace Microsoft.AspNetCore.Components { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Runtime.Int...
/* Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
using UnityEngine; using UnityEditor; using System.Collections; using System.Collections.Generic; using System.Linq; [CustomEditor(typeof(tk2dCamera))] public class tk2dCameraEditor : Editor { struct Preset { public string name; public int width; public int height; public float aspect; public Preset(strin...
using System.Linq; using System.Security.Claims; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Mvc; using MvcIdentitySample.Models; namespace MvcIdentitySample.Controllers { [Authorize] public class ManageController : Con...
using AutoMapper; using Microsoft.Azure.Commands.Common.Authentication.Abstractions; using Microsoft.Azure.Commands.Common.Authentication.Models; using Microsoft.Azure.Commands.Compute.Common; using Microsoft.Azure.Commands.Compute.Models; using Microsoft.Azure.Management.Compute.Models; using Microsoft.WindowsAzure.Co...
using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.Tokens; using Microsoft.SharePoint.Client; using System; using System.Net; using System.Security.Principal; using System.Web; using System.Web.Configuration; namespace Core.TimerJobs.Samples.CredentialManagerJob { /// <summary> /...
using System.Collections.Generic; using System.Collections.ObjectModel; using System.Threading.Tasks; using VkNet.Enums; using VkNet.Enums.SafetyEnums; using VkNet.Model; using VkNet.Model.Attachments; using VkNet.Model.RequestParams; using VkNet.Utils; namespace VkNet.Categories { /// <inheritdoc /> public partial ...
/* ==================================================================== 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 UnityEngine; using System.Collections; using System; namespace RootMotion.FinalIK { /// <summary> /// Forward and Backward Reaching Inverse Kinematics solver. /// /// This class is based on the "FABRIK: A fast, iterative solver for the inverse kinematics problem." paper by Aristidou, A., Lasenby, J. /// ...
using System; using System.Linq; using System.Collections.Generic; using System.Xml; using Genodf.Styles; namespace Genodf { public class NumberFormat : IFormat, ITextProperties { #region Properties public bool Bold { get; set; } public string Fg { get; set; } public st...
// Copyright 2020 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 ...
#region WatiN Copyright (C) 2006-2011 Jeroen van Menen //Copyright 2006-2011 Jeroen van Menen // // 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/lice...
#if UNITY_EDITOR using UnityEngine; using System.Collections.Generic; using UnityEditor; using UMA.Editors; namespace UMA.CharacterSystem.Editors { [CustomEditor(typeof(DynamicUMADnaAsset))] public class DynamicUMADnaAssetEditor : Editor { public string newDNAName = ""; int DNAAssetPickerID = 0; List<...
/* **************************************************************************** * * Copyright (c) Microsoft Corporation. * * This source code is subject to terms and conditions of the Apache License, Version 2.0. A * copy of the license can be found in the License.html file at the root of this distribution. If ...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace Chat.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it with sample...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using ReMi.Plugin.Common.Serialization; using RestSharp; namespace ReMi.Plugin.Common { public abstract class RestApiRequest { //protected static readonly ILog Log = LogManager.GetCurrentClassLogger(...
using Aurora.EffectsEngine; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Window...
// Copyright (C) 2014 dot42 // // Original filename: Javax.Security.Cert.cs // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Un...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / using NSubstitute; using NSubstitute.ExceptionExtensions; using NUnit.Framework; using System; using System.Collections.Generic; using Twilio.Clients; using Twilio.Converters; using Twilio.Exceptions; using ...
using System; using System.Collections.Generic; using System.Linq; using Nop.Core; using Nop.Core.Domain.Catalog; using Nop.Core.Domain.Customers; using Nop.Services.Directory; using Nop.Services.Localization; using Nop.Services.Shipping.Date; namespace Nop.Services.Catalog { /// <summary> /// Extensions /...
using System; using System.Collections.Generic; using System.Net; using System.Net.Http; using System.Threading.Tasks; using FluentAssertions; using JsonApiDotNetCore.Serialization.Objects; using Microsoft.EntityFrameworkCore; using TestBuildingBlocks; using Xunit; namespace JsonApiDotNetCoreTests.IntegrationTests.Ato...
// // Mode.cs // // Authors: // Alan McGovern alan.mcgovern@gmail.com // // Copyright (C) 2009 Alan McGovern // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, inclu...
// 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 System.Linq; using System.Text; using System.Diagnostics.Contracts; using Microsoft.Research.DataStructures; name...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using MixedRealityToolkit.Common.Extensions; using System; using System.Collections.Generic; using System.Globalization; using System.Reflection; using UnityEngine; u...
/* * MainMenu.cs - Implementation of the * "System.Windows.Forms.MainMenu" class. * * Copyright (C) 2004 Southern Storm Software, Pty Ltd. * Copyright (C) 2004 Neil Cawse. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publi...
using FluentAssertions; using J3DI.Domain; using J3DI.Infrastructure.EntityFactoryFx; using J3DI.Infrastructure.RepositoryFx; using System; using Test.J3DI.Common; using Test.J3DI.Domain; using Test.J3DI.Infrastructure.EntityFactoryFx; using Xunit; namespace Test.J3DI.Infrastructure.RepositoryFx { public class E...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: folio/reservation_folio_state.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using ...
// 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...
/* ==================================================================== 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; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace AutoMapperSample.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it...
// // 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...
/****************************************************************************** * The MIT License * Copyright (c) 2003 Novell Inc. www.novell.com * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the Software), to deal * in the Sof...
using System; using System.Collections.Generic; using Newtonsoft.Json; /* * AvaTax API Client Library * * (c) 2004-2019 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Genevieve Conty * @author Greg Hester...
//! \file ImageCGD.cs //! \date 2019 Jan 10 //! \brief Spiel compressed image. // // Copyright (C) 2019 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 in the Software without...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Coevery.Caching; using Coevery.Environment.Extensions.Models; using Coevery.FileSystems.WebSite; using Coevery.Localization; using Coevery.Logging; using Coevery.Utility.Extensions; namespace Coevery.Environment.Extensions.Folder...
using System; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Runtime.InteropServices; using System.Threading; using Microsoft.Win32; using SlimDX.Direct3D10; namespace AdaLightNetShell.Generators { public class CurrentWallpaperGenerator : ILedGenerator { private DateT...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
using System; using System.Globalization; using System.Collections.Generic; using Sasoma.Utils; using Sasoma.Microdata.Interfaces; using Sasoma.Languages.Core; using Sasoma.Microdata.Properties; namespace Sasoma.Microdata.Types { /// <summary> /// User interaction: Like an item. /// </summary> public class UserLi...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; #if __UNIFIED__ using UIKit; #else using MonoTouch.UIKit; #endif namespace Xamarin.Forms.Platform.iOS { public static class FontExtensions { static readonly Dictionary<ToUIFontKey, UIFont> ToUiFont = new Dictionary<ToUIFo...
// Copyright 2009 The Noda Time Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using System; using NodaTime.Annotations; using NodaTime.Text; namespace NodaTime { /// <summary> /// Represents a local date and time without re...
namespace FancyApps.Services.Areas.HelpPage { 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.Htt...
/* * 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) 2004-2018 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...
// 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.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graph...
// 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 System.IO; using System.Xml; using Microsoft.Build.Construction; using Microsoft.Build.Evaluation; using Microsoft...
// 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 System.IO; using System.Linq; using Xunit; namespace System.CommandLine.Tests { public class HelpTextGenerat...
// // CustomAttribute.cs // // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2011 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, 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. /*============================================================ ** ** ** ** ** ** Purpose: A collection of methods ...