context
stringlengths
2.52k
185k
gt
stringclasses
1 value
/* * Copyright 2013 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 ...
// // 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 (C) 2001-2012 LearnLift USA * * Contact: Learnlift USA, 12 Greenway Plaza, Suite 1510, Houston, Texas 77046, support@memorylifter.com * * ...
// // CollectionIndexer.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 2008 Novell, 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 restric...
#region File Description //----------------------------------------------------------------------------- // ShipInput.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #endregion #r...
// 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.Collections; using System.Collections.Generic; using System.IO; using System.Runtime...
#region Copyright notice and license // Copyright 2015, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyrig...
using System; using System.Data; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; using System.Runtime.Serialization; using System.Xml.Serialization; using System.Collections; namespace Valle.SqlUtilidades { public enum AccionesConReg {Nada, Agregar, Modificar, Borra...
// // System.Web.Security.ActiveDirectoryMembershipProvider // // Authors: // Ben Maurer (bmaurer@users.sourceforge.net) // Lluis Sanchez Gual (lluis@novell.com) // // (C) 2003 Ben Maurer // // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentat...
#if NET45PLUS using System.Runtime.CompilerServices; using System.Linq; [assembly: TypeForwardedTo(typeof(ImmutableArrayExtensions))] #else // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // ReSharper disable Ch...
// 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: Platform independent integer ** ...
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
//******************************************************************************************************************************************************************************************// // Public Domain ...
// 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...
#region Copyright (c) 2006 Ian Davis and James Carlyle /*------------------------------------------------------------------------------ COPYRIGHT AND PERMISSION NOTICE Copyright (c) 2006 Ian Davis and James Carlyle Permission is hereby granted, free of charge, to any person obtaining a copy of this software and asso...
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using Content.Shared.Alert; using Content.Shared.GameTicking; using Content.Shared.Input; using Content.Shared.Physics.Pull; using Content.Shared.Pulling.Components; using Content.Shared.Rotatable; using Content.Shared.Verbs; using J...
#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 file="ServiceObjectContainer.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //-----------------------...
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; ...
// // WidgetBackend.cs // // Author: // Alexander Bothe <info@alexanderbothe.com> // // Copyright (c) 2013 Alexander Bothe // // 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 ...
// 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.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using Cassandra.Mapping.Utils; using Cassandra.Serialization; namespace Cassandra.Mapping.Statements { /// <summary> /// A utility class capable of generating CQL statements for a POCO. ...
/* * Copyright (c) 2007, Second Life Reverse Engineering Team * 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 notic...
/* * Copyright 2010-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; using AutoMoq; using FizzWare.NBuilder; using FluentValidation; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using NerdBudget.Core.Models; using NerdBudget.Core.Services; using NerdBudget.Web; using NerdBudget.Web.ApiCo...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace history.api.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it with...
namespace EIDSS.Reports.Document.Lim.ContainerDetails { partial class LimSampleReport { #region Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> ...
/* Copyright (c) 2012-2017 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; using System.Globalization; using System.IO; using erl.Oracle.TnsNames.Antl...
// 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.Reflection; using System.Reflection.Emit; u...
/* * Copyright (c) 2014 All Rights Reserved by the SDL Group. * * 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 appl...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel; using System.Linq; using Avalonia.Controls.Generators; using Avalonia.Controls.Selection; using Avalonia.Data; using Avalonia.Input; using Avalonia.Input.Platform; using Avalonia....
// 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.method.genmethod.regclass.regclassgenmeth.regclassgenme...
using System; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Threading; using NSec.Cryptography.Formatting; using static Interop.Libsodium; namespace NSec.Cryptography { // // Ed25519 // // Digital Signature Algorithm (EdDSA) based on the edwards25519 curve // ...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Globalization; using System.Linq; using System.Text; namespace EduHub.Data.Entities { /// <summary> /// Student Transport Routes Data Set /// </summary> [Generated...
// 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; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace Detective.Web.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it wi...
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.Shell; using NuGet.VisualStudio.Resources;...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: crm/guests/guest_history_summary.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; usi...
using System; using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.VisualStudio.TestPlatform.UnitTestFramework; using Windows.ApplicationModel.Core; using Windows.Foundation; using Windows.UI.Core; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Navigation; using ...
// // Copyright (c) 2004-2011 Jaroslaw Kowalski <jaak@jkowalski.net> // // 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 co...
using System; using Fr8Data.Manifests; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Fr8Data.States; namespace Fr8Data.Crates { [JsonConverter(typeof(DenySerializationConverter), "Crate can't be directly serialized to JSON. Convert it to CrateDTO.")] public class Crate { /***************...
// 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; /// <summary> /// System.Math.Ceiling(System.Double) /// </summary>...
using System; using System.ComponentModel; using System.Windows.Forms; using PrimerProLocalization; namespace PrimerProForms { /// <summary> /// Summary description for Form1. /// </summary> public class FormConsonantChart : System.Windows.Forms.Form { private System.Windows.Forms.Label labDflt; private Syste...
// Copyright (c) Umbraco. // See LICENSE for more details. using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Threading; using Moq; using NUnit.Framework; using Umbraco.Cms.Core.Events; using Umbraco.Cms.Core.Mapping; using Umbraco.Cms.Core.Models; using Umbraco.Cms.Core...
// 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.Reflection; using System.Text; using System.Xml; using NUnit.Framework; using Microsoft....
// Copyright (c) DotSpatial Team. All rights reserved. // Licensed under the MIT license. See License.txt file in the project root for full license information. using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Drawing.Drawing2D; using System.Linq; using Sy...
#region License, Terms and Author(s) // // ELMAH - Error Logging Modules and Handlers for ASP.NET // Copyright (c) 2004-9 Atif Aziz. All rights reserved. // // Author(s): // // Atif Aziz, http://www.raboof.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file excep...
// 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.Annotations; using NodaTime.Text; using System; namespace NodaTime { /// <summary> /// Represents a local date and time without re...
namespace Microsoft.Azure.Management.Dns { using System; using System.Linq; using System.Collections.Generic; using System.Diagnostics; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Text; using System.Text.RegularExpressions; using System.T...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespac...
using System; using System.Text; using System.Data; using System.Data.SqlClient; using System.Data.Common; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Xml; using System.Xml.Serialization; using SubSonic; using SubSonic.Utilities;...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Runtime.Serialization; using System.Text; usin...
namespace BookShop.Server.Api.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.Ht...
using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.IO; using System.Reflection; using System.Text; using FileHelpers.Helpers; using FileHelpers.Options; namespace FileHelpers { /// <summary> /// This class only has <b>static methods</b> to work with files ...
//--------------------------------------------------------------------- // <copyright file="PlainXmlSerializer.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <summary> // Provides a serializer for non-reference entities in plain XML. // </summary> // ...
using PlayFab.Json; using PlayFab.Public; using PlayFab.SharedModels; using System; using System.Collections.Generic; using System.Text; using UnityEngine; namespace PlayFab.Internal { /// <summary> /// This is a wrapper for Http So we can better separate the functionaity of Http Requests delegated to WWW or H...
// // 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...
/* ==================================================================== 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...
// 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 (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
// Copyright (c) Microsoft. 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.Runtime.InteropServices; using Microsoft.CodeAnalysis; using Microsoft.VisualStudio.LanguageSer...
/* * Copyright (c) 2005 Poderosa Project, All Rights Reserved. * $Id: GMenuItem.cs,v 1.2 2005/04/20 08:45:46 okajima Exp $ * * this source code originats in OfficeMenu component by Mohammed Halabi */ using System; using System.Windows.Forms; using System.Drawing; using System.Drawing.Text; using System.Drawing.Drawin...
/********************************************************************++ * Copyright (c) Microsoft Corporation. All rights reserved. * --********************************************************************/ using System.Security.Principal; using System.Management.Automation.Runspaces; using Dbg = System.Management.A...
using System; using System.Collections.Generic; using Microsoft.Msagl.Core.Layout; namespace Microsoft.Msagl.Core.Geometry.Curves { /// <summary> /// the helper class to create curves /// </summary> public sealed class CurveFactory { CurveFactory() { } /// <summary> /// Creates...
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
/* * Copyright (c) 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 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...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: tenancy_config/rpc/property_svc.proto #pragma warning disable 1591 #region Designer generated code using System; using System.Threading; using System.Threading.Tasks; using grpc = global::Grpc.Core; namespace HOLMS.Types.TenancyConfig.RPC { publ...
// ----------------------------------------------------------------------------------------- // <copyright file="CloudQueueMessage.Common.cs" company="Microsoft"> // Copyright 2013 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except i...
// Unity SDK for Qualisys Track Manager. Copyright 2015 Qualisys AB // using QTMRealTimeSDK; using QTMRealTimeSDK.Data; using QTMRealTimeSDK.Settings; using System; using System.Collections.Generic; using UnityEngine; namespace QualisysRealTime.Unity { public class RTClient : IDisposable { RTProtocol m...
/* * 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...
//********************************************************* // // 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...
namespace RecipesHeaven.Data.Migrations { using Microsoft.AspNet.Identity; using Microsoft.AspNet.Identity.EntityFramework; using RecipesHeaven.Common; using RecipesHeaven.Models; using System; using System.Collections.Generic; using System.Data.Entity; using System.Data.Entity.Migration...
// Amplify Shader Editor - Visual Shader Editing Tool // Copyright (c) Amplify Creations, Lda <info@amplify.pt> using UnityEngine; using UnityEditor; using System; namespace AmplifyShaderEditor { [System.Serializable] [NodeAttributes( "Vector3", "Constants", "Vector3 property", null, KeyCode.Alpha3 )] public seale...
// 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.Runtime; using System.Collections.Generic; using System.Diagnostics; using System.Runtim...
// 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. /*============================================================ ** ** ** ** ** ** EnumBuilder is a helper class to bu...
namespace Fonet.Render.Pdf.Fonts { internal class HelveticaOblique : Base14Font { private static readonly int[] CodePointWidths; private static readonly CodePointMapping DefaultMapping = CodePointMapping.GetMapping("WinAnsiEncoding"); public HelveticaOblique() : bas...
/* * 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 Tibia.Addresses; namespace Tibia { public partial class Version { public static void SetVersion860() { BattleList.Start = 0x63FEF8; BattleList.StepCreatures = 0xA8; BattleList.MaxCreatures = 250; BattleList.End = BattleList.Start + (BattleLi...
// // Copyright 2011 Ekon Benefits // // 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 applic...
namespace ghostshockey.it.app.Droid { using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using Android.App; using Android.Content; using Android.OS; using Android.Runtime; using Android.Util; using Android.Views; ...
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the Apache License, Version 2.0. // 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. namespace System { public partial class Lazy<T, TMetadata> : System.Lazy<T> { public Lazy(System.Fun...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System; using System.IO; using System.Text.RegularExpressions; using UnityEditor; using UnityEngine; using UnityEngine.Networking; namespace HoloToolkit.Unity ...
using System; using System.Text; using System.Web; using Umbraco.Core; using umbraco; namespace Umbraco.Web { public static class UriUtility { static string _appPath; static string _appPathPrefix; static UriUtility() { SetAppDomainAppVirtualPath(HttpRuntime.AppDomainAppVirtu...
#region Copyright //======================================================================================= // Microsoft Azure Customer Advisory Team // // This sample is supplemental to the technical guidance published on my personal // blog at http://blogs.msdn.com/b/paolos/. // // Author: Paolo Salvatori //======...
using System; using System.Collections.Generic; using System.Linq; #if !WINDOWS_UWP using System.Security.Cryptography; #else using Windows.Security.Cryptography.Core; #endif using System.Text; using RestSharp.Authenticators.OAuth.Extensions; using System.Runtime.Serialization; namespace RestSharp.Authenticators.OAuth...
using Xunit; using Should; using System.Linq; namespace MicroMapper.UnitTests { namespace ReverseMapping { using System; using System.Text.RegularExpressions; public class ReverseMapConventions : AutoMapperSpecBase { Rotator_Ad_Run _destination; DateTime...
using System; using System.Diagnostics; using System.Globalization; using System.Runtime.CompilerServices; using Gibraltar.Monitor; using Loupe.Extensibility.Data; namespace Gibraltar.Data { /// <summary> /// Record an event metric for a single execution of a data operation /// </summary> /// <remark...
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; ...
using Signum.Engine.Maps; using Signum.Utilities.Reflection; using System.Text.Json; using System.Text.Json.Serialization; namespace Signum.Engine.Json; interface IJsonConverterWithExisting { object? Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options, object? existingValue); } publ...
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT // 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 requir...
// Copyright (c) 2015-2020 SIL International // This software is licensed under the MIT License (http://opensource.org/licenses/MIT) using System; using System.Diagnostics; using System.Linq; using System.Collections.Generic; using System.IO; using IBusDotNet; using SIL.Keyboarding; namespace SIL.Windows.Forms.Keyboar...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.Azure.Management.StreamAnalytics.Models; using System; using System.Collections.Generic; using System.Linq; using Xunit; namespace StreamAnalytic...
// 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.Security.Permissions { using System; using System.Runtime.CompilerServices; using Syste...
using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Xml; using NMock2; using NUnit.Framework; using SIL.Lift.Merging; using SIL.Lift.Parsing; using SIL.Lift.Validation; using Has = NMock2.Has; using Is = NMock2.Is; namespace SIL.Lift.Tests.Parsing { [TestFixture] public c...
/* * 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...
/* * SubSonic - http://subsonicproject.com * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (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.mozilla.org/MPL/ * * Software distributed un...
using System; using System.Collections.Generic; using Esprima.Ast; using Jint.Native; using Jint.Native.Array; using Jint.Native.Function; using Jint.Native.Iterator; using Jint.Runtime.Environments; using Jint.Runtime.References; namespace Jint.Runtime.Interpreter.Expressions { internal sealed class BindingPatter...
namespace Xilium.CefGlue { using System; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.InteropServices; using Xilium.CefGlue.Interop; /// <summary> /// Implement this interface to handle events related to browser requests. The /// methods of this c...