context
stringlengths
2.52k
185k
gt
stringclasses
1 value
namespace Microsoft.Protocols.TestSuites.MS_OXCFXICS { using System; using System.Collections.Generic; /// <summary> /// The MessageChangePartial element represents the difference /// in message content since the last download, as identified by /// the initial ICS state. /// MessageChange...
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including wit...
using System; using System.Collections; 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...
// 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.Xml.Schema; using System.Collections; using System.Diagnostics; using System.Globalization; namespace System.Xml { // Represents an elem...
using System; using System.Collections.Generic; using System.Globalization; using System.Runtime.Serialization; using Chauffeur.Jenkins.Client; namespace Chauffeur.Jenkins.Model { [DataContract(Name = "build", Namespace = "")] public class Build : IUrl { #region Constructors /// <summary>...
// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apac...
using System; using System.Collections; using System.ComponentModel; using System.Threading; using System.Windows.Threading; using System.Windows.Automation; using System.Windows.Controls.Primitives; using System.Windows.Data; using System.Windows; using System.Windows.Input; using System.Windows.Media; using MS.Utili...
/********************************************************************++ Copyright (c) Microsoft Corporation. All rights reserved. --********************************************************************/ using System; using System.Management.Automation.Language; using System.Text; using System.Collections; using System...
/* 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.apache.org/licenses/LICENSE-2.0 THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR C...
// 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.IO; using System.Net.Http; using System.Runtime.InteropServices; using System.Text; using Xunit; using SafeWinHttpHandle = Interop.WinHttp....
#region -- License Terms -- // // MessagePack for CLI // // Copyright (C) 2010-2017 FUJIWARA, Yusuke // // 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.apach...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.Runtime.CompilerServices; namespace System.Threading.Tasks { // Task typ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Threa...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace Compute.Tests { using System; using System.Collections.Generic; using System.Linq; using Microsoft.Azure.Management.Compute; using M...
// Copyright (c) Govert van Drimmelen. All rights reserved. // Excel-DNA is licensed under the zlib license. See LICENSE.txt for details. using System; using System.Collections.Generic; using System.Diagnostics; namespace ExcelDna.Integration { // CAUTION: The ExcelReference class is also called via reflection ...
using System; using System.Linq; using System.Collections; using System.Globalization; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using UnityEngine; namespace Zios{ public static class StringExtension{ //============================ // Conversion //==============...
using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; using gView.SDEWrapper.a10; using gView.Framework.Data; using gView.Framework.Geometry; namespace gView.Interoperability.Sde.a10 { internal class SdeFeatureCursor : FeatureCursor { private SdeDatase...
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 2010-2013 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...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/spanner/v1/mutation.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 scg...
using System; #if FRB_MDX using Microsoft.DirectX; using Microsoft.DirectX.Direct3D; using Keys = Microsoft.DirectX.DirectInput.Key; #else using Microsoft.Xna.Framework.Input; #endif using FlatRedBall.Graphics; using FlatRedBall.Input; using System.Collections.Generic; namespace FlatRedBall.Gui { /// <summary> ///...
// This is a copy of the 7-zip LZMA // compression library. using System; namespace LZMA { public class BinTree : InWindow, IMatchFinder { UInt32 _cyclicBufferPos; UInt32 _cyclicBufferSize = 0; UInt32 _matchMaxLen; UInt32[] _son; UInt32[] _hash; UInt32 _cutValue = 0xFF; UInt32 _hashMask; UInt32 _h...
using System; using System.Collections.Generic; using System.Text; using System.Data; using System.Data.SqlServerCe; using System.Collections; using System.Windows.Forms; using DowUtils; namespace Factotum{ public class EDucerModel : IEntity { public static event EventHandler<EntityChangedEventArgs> Changed; pu...
using System; using System.Collections.Generic; using System.Linq; using Qwack.Core.Basic; using Qwack.Core.Curves; using Qwack.Core.Instruments; using Qwack.Core.Instruments.Asset; using Qwack.Core.Cubes; using Qwack.Dates; using Qwack.Math.Interpolation; using Qwack.Models; using Qwack.Models.Models; using Qwack.Prov...
/* * Copyright 2013 ThirdMotion, 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 law or agreed...
using System; using System.Collections.Generic; using System.Data.Entity; using System.Linq; using System.Threading.Tasks; using JetBrains.Annotations; using JoinRpg.Data.Write.Interfaces; using JoinRpg.DataModel; using JoinRpg.DataModel.Extensions; using JoinRpg.Domain; using JoinRpg.Interfaces; using JoinRpg.Services...
namespace KabMan.Client { partial class frmSAN { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <para...
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...
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...
/* * CP28598.cs - Hebrew (ISO) code page. * * Copyright (c) 2002 Southern Storm Software, Pty Ltd * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or *...
// // This file is part of the game Voxalia, created by FreneticXYZ. // This code is Copyright (C) 2016 FreneticXYZ under the terms of the MIT license. // See README.md or LICENSE.txt for contents of the MIT license. // If these are not available, see https://opensource.org/licenses/MIT // using System; using System.L...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Semver; using Umbraco.Core.Configuration; using Umbraco.Core.Persistence.DatabaseModelDefinitions; using Umbraco.Core.Persistence.SqlSyntax; using Umbraco.Core.Services; namespace Umbraco.Core.Persistence.Migrations.Initial { ...
// // DateParser.cs // // Author: Jeffrey Stedfast <jeff@xamarin.com> // // Copyright (c) 2013-2015 Xamarin Inc. (www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software withou...
using System; using System.Diagnostics; using System.Collections.Generic; using System.Text; using System.IO; using System.Globalization; using System.Threading; namespace ICSimulator { public class Simulator { public static Rand rand; // the network (this owns the Routers, the Nodes and the L...
/* * 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) ...
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.Collections.ObjectModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http.Headers; using System.Web.Http; using System.Web.Http.Description; using DI08.Areas.HelpPage.Models; namespace DI08.Areas.Hel...
/* XML-RPC.NET proxy class code generator Copyright (c) 2003, Joe Bork <joe@headblender.com> Portions Copyright (c) 2001-2003, Charles Cook <ccook@cookcomputing.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to...
/* * Copyright 2009 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 agreed ...
// 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.Linq; using System.Net.Test.Common; using System.Security.Principal; using System.Text; using System.Th...
/* * 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) ...
// 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.Threading.Tasks; using Microsoft.CodeAnalysis.Testing; using Xunit; using VerifyCS = Test.Utilities.CSharpCodeFixVerifier< Roslyn.Diagnostics...
using System; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media.Animation; using System.Windows.Threading; using Microsoft.Surface.Presentation.Controls; namespace csShared.Controls.TwoWaySliding { /// <summary> /// Interaction logic for ...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // EncoderReplacementFallback.cs // namespace System.Text { using System; [Serializable] public sealed class EncoderReplacementFallback : EncoderFallback { // Our variables private String strDefaul...
// // (C) Copyright 2003-2011 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software in // object code form for any purpose and without fee is hereby granted, // provided that the above copyright notice appears in all copies and // that both that copyright notice and the limited warranty ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.Versioning; using EnvDTE; using Microsoft.VisualStudio; using Microsoft.VisualStudio.Shell; using...
using System; using System.Collections.Generic; using Texture2D = Microsoft.Xna.Framework.Graphics.Texture2D; using FlatRedBall.Utilities; namespace FlatRedBall.Graphics.Animation { /// <summary> /// Represents a collection of AnimationFrames which can be used to perform /// texture flipping animation o...
using Bridge.Contract; using Bridge.Contract.Constants; using ICSharpCode.NRefactory.CSharp; using System.Collections.Generic; using System.Linq; namespace Bridge.Translator { public class ForBlock : AbstractEmitterBlock { public ForBlock(IEmitter emitter, ForStatement forStatement) : base(...
// <copyright file="DriverService.cs" company="WebDriver Committers"> // Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // to...
/********************************************************************++ Copyright (c) Microsoft Corporation. All rights reserved. --********************************************************************/ using System.Collections; using System.Collections.Concurrent; using System.Linq.Expressions; using System.Collectio...
using Line.Messaging; using Line.Messaging.Webhooks; using Microsoft.Azure.WebJobs.Host; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Linq; using System.Threading.Tasks; namespace FunctionAppSample { class RichMenuSampleApp : WebhookApplicatio...
// Copyright (c) 2013-2018 SIL International // This software is licensed under the MIT license (http://opensource.org/licenses/MIT) using System; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Text.RegularExpressions; #if !NET40 using Microsoft.Extensions.Depend...
/* * 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...
// (c) Copyright HutongGames, LLC 2010-2013. All rights reserved. using HutongGames.PlayMakerEditor; using UnityEditor; using UnityEngine; // You can't open an EditorWindow class in a C# Dll (as far as I can tell) // So we use a wrapper script to create the window and hook the editor up // TODO: move this to dll when...
/*--------------------------------------------------------------------- * SocketExceptionsTests.cs - file description * Version: 1.0 * Author: REDMOND\a-grchat * Created: 9/12/2007 4:51:10 PM * ---------------------------------------------------------------------*/ using System.Net; using System.Net.Sockets; using ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Web; using System.Web.Mvc; using System.Web.Mvc.Html; using System.Web.Routing; using Umbraco.Core; using Umbraco.Core.Configuration; using Umbraco.Core.Dynamics; using Umbraco.Core.IO; using ...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Signum.Engine.Basics; using Signum.Engine.DynamicQuery; using Signum.Engine.Maps; using Signum.Engine.Operations; using Signum.Entities; using Signum.Entities.DynamicQuery; using Signum.Entities.Mailing; using Signum.Utili...
// Bareplan (c) 2015-17 MIT License <baltasarq@gmail.com> namespace Bareplan.Gui { using System; using System.Drawing; using System.Windows.Forms; using System.Globalization; using System.Diagnostics; using Bareplan.Core; public partial class MainWindow: Form { /// <summary>Fonts are incremented by 2 unit...
/* * Created by SharpDevelop. * User: Mejov Andrei <andrei.mejov@gmail.com> * Date: 01.01.2009 * Time: 15:34 * */ using System; using System.Collections.Generic; using System.IO; using System.IO.Compression; using System.Messaging; using System.Text; using System.Threading; using System.Runtime.InteropServices;...
using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Windows.Forms; using DpSdkEngLib; using DPSDKOPSLib; using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; using System.Linq; ...
//////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2021 Tim Stair // // 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 Softw...
/* * Copyright (c) Citrix Systems, 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: * * 1) Redistributions of source code must retain the above copyright * notice, this list ...
using System; using System.Net.Sockets; using System.Net.Security; using System.Text; using System.Threading; using System.IO; using System.Security.Cryptography.X509Certificates; using System.Collections.Generic; using System.Diagnostics; using System.Data; using MySql.Data.MySqlClient; namespace GraystoneIRC { publ...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Collections; using System.Text; using gov.va.medora.mdo.dao; using gov.va.medora.mdo.dao.sql.npt; namespace gov.va.medora.mdo.api { public class PatientApi { string DAO_NAME = "IPatientDao"; publi...
// // Copyright (C) 2012-2014 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 app...
// // enum.cs: Enum handling. // // Author: Miguel de Icaza (miguel@gnu.org) // Ravi Pratap (ravi@ximian.com) // Marek Safar (marek.safar@seznam.cz) // // Dual licensed under the terms of the MIT X11 or GNU GPL // // Copyright 2001 Ximian, Inc (http://www.ximian.com) // Copyright 2003-2003 Novel...
using System; namespace SharpVectors.Dom.Svg { public class SvgMarkerElement : SvgStyleableElement, ISvgMarkerElement, ISharpDoNotPaint, IContainerElement { internal SvgMarkerElement(string prefix, string localname, string ns, SvgDocument doc) : base(prefix, localname, ns, doc) { svgExternalResourcesRequired...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.Win32.SafeHandles; using System.Text; using System.Runtime.InteropServices; using System.ComponentModel; using System.Diagnostics; using System; using S...
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including wit...
/* * Copyright (c) 2015, InWorldz Halcyon Developers * 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 *...
// *********************************************************************** // Copyright (c) 2008 Charlie Poole // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, inclu...
#region License /* * Copyright 2002-2010 the original author or 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 * * Unle...
// // 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 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 NodaTime.TimeZones; using NodaTime.TzdbCompiler.Tzdb; using NUnit.Framework; using System; using System.Globalization; using System.IO; using System...
using System; using System.IO; namespace DataTool.ConvertLogic { public class CodebookLibrary { public string m_file; public byte[] m_codebookData; public long[] m_codebookOffsets; private readonly long m_codebookCount; public CodebookLibrary(string file) { m_...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using Should; using Xunit; namespace AutoMapper.UnitTests { namespace InterfaceMapping { public class When_mapping_an_interface_to_an_abstract_type : AutoMapperSpecBase { private DtoObjec...
// 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.Diagnostics.Contracts; namespace System.Text { [Serializab...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace System.Xml.Serialization { using System.Configuration; using System.Reflection; using System.R...
/* * 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 ...
// 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 Microsoft.Xunit.Performance; using Xunit; namespace System.Collections.Test...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Reflection; using System.Diagnostics; using System.Collections.Generic; using Reflection...
using System; using System.Collections; using System.Collections.Generic; using System.Linq.Expressions; using FluentNHibernate.Mapping.Providers; using FluentNHibernate.MappingModel; using FluentNHibernate.MappingModel.Collections; using FluentNHibernate.Utils; namespace FluentNHibernate.Mapping { public class Ma...
// Copyright 2016 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 ...
using System; using System.Collections; using System.Collections.Generic; using System.IO; using UnityEditor; using UnityEngine; namespace PlayFab.PfEditor { public class PlayFabEditor : UnityEditor.EditorWindow { #if !UNITY_5_3_OR_NEWER public GUIContent titleContent; #endif #region EdEx Vari...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
using UnityEngine; using UnityEngine.UI; using System.Collections.Generic; using System.Collections; public class AtomizeOnClick : MonoBehaviour { private static readonly int MaxEffects = 10; [SerializeField] private Vector2 uiBasePoint; void Start() { canAtomize = true; } void O...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; using System.Collections.Generic; using CamBam.Geom; using CamBam.CAD; namespace Geom { public struct Vector2d { public double X; public double Y; public double Mag { get { return Math.Sqrt(X * X + Y * Y); } } public double Angle ...
/* * CP28597.cs - Greek (ISO) code page. * * Copyright (c) 2002 Southern Storm Software, Pty Ltd * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * ...
// // Copyright (c) 2008-2011, Kenneth Bell // // 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, ...
// 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...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.Linq; using System.Linq.Expressions; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using JetBrains.Annotations; using JetBrains.Application.Settings; usi...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.Serialization; namespace DDay.iCal { /// <summary> /// A class that represents an RFC 5545 VEVENT component. /// </summary> /// <note> /// TODO: Add support for the following properties: /// <...
// <copyright file="CachedImageRenderer.cs" company="Anura Code"> // All rights reserved. // </copyright> // <author>Alberto Puyana</author> using Android.Runtime; using Android.Widget; using FFImageLoading.Views; using System; using System.ComponentModel; using System.IO; using System.Threading; using System.Threadin...
//--------------------------------------------------------------------------- // // <copyright file="WindowsListViewGroup.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // // Description: Support for Windows ListView Group // // History: // alexsn - C...
// 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.Reflection; using System.Reflection.Emit; using Xunit; ...
#region License // // Dasher // // Copyright 2015-2017 Drew Noakes // // 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 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; using System.Collections.Generic; using Newtonsoft.Json.Linq; namespace TMAPIv4 { public class TemplateRevision { protected JObject backing; protected Template template; /// <summary> /// Contains the revision's Data Description, which controls the form interface /// created by TaguchiMai...
using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Threading.Tasks; namespace AspNetCorehandson { public partial class PubsEntities : DbContext { ...