context
stringlengths
2.52k
185k
gt
stringclasses
1 value
/****************************************************************************** * The MIT License * Copyright (c) 2006 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...
/* * 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...
#region File Description //----------------------------------------------------------------------------- // Game.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #endregion #region...
// 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 Desktop.CSharp.Analyzers; using Desktop.VisualBasic.Analyzers; using Microsoft.CodeAnalysis.Diagnostics; using Test.Utilities; using Xunit; namespace D...
// Copyright (c) 2015, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // - Redistributions of source code must retain the above copyright notice, this // list o...
// <copyright file="GpBiCgTest.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-2014 Math.NET // // Permission is hereby granted, free of charge, to a...
using System; using System.Collections.Generic; using System.Text; namespace OpenKh.Bbs.SystemData { public class GameObject { private static Dictionary<string, string> spawnObjectList = new Dictionary<string, string>() { {"b01cd00", "Symphony Master (Boss!)"}, {"b02cd00...
#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 copyri...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Runtime.Versioning; namespace NuGet { public static class PackageExtensions { private...
// 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.Collections.Generic { /// <su...
using System; using System.Collections.Generic; using System.Linq; namespace LinqToDB.DataProvider.DB2 { using Common; using Data; using SchemaProvider; class DB2zOSSchemaProvider : DB2LUWSchemaProvider { protected override List<DataTypeInfo> GetDataTypes(DataConnection dataConnection) { return new List<D...
using System.Buffers.Text; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Text; using MySqlConnector.Protocol; using MySqlConnector.Protocol.Payloads; using MySqlConnector.Utilities; namespace MySqlConnector.Core; internal abstract class Row { public void SetData(ReadOnlyMe...
// Copyright 2007-2012 Chris Patterson, Dru Sellers, Travis Smith, et. al. // // 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 // /...
#region License /* * WebSocketServiceManager.cs * * The MIT License * * Copyright (c) 2012-2015 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, i...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System.Threading; using System.Management.Automation.Runspaces; using System.Management.Automation.Internal; using System.IO; using System.Management.Automation.Remoting.Server; using Dbg = System.Management.Automati...
// CecilWidgetLibrary.cs // // Authors: // Lluis Sanchez Gual <lluis@novell.com> // Mike Kestner <mkestner@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...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using Azure.Data.Tables; using NUnit.Framework; namespace Azure.Tables.Tests { public class TableEntityTests { private TableEntity emptyEntity = new TableEntity { { "My value was nulled!", nul...
using System; using System.Collections; using System.Collections.Generic; using Ploeh.AutoFixture; using Ploeh.AutoFixture.Kernel; using Ploeh.TestTypeFoundation; using Xunit; using Xunit.Extensions; namespace Ploeh.AutoFixtureUnitTest { public class FreezeOnMatchCustomizationTest { [Fact] publ...
using System.Collections.Generic; using System.Linq; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Configuration; using Microsoft.EntityFrameworkCore; using Swashbuckle.AspNetCore.Annotations; using HetsApi.Authorization; using HetsApi.Helpers; using HetsApi.Model; using He...
using System; using System.Linq; using NUnit.Framework; using Rothko.UI.Services; using Rothko.UI.Model; using Rothko.Model; using System.Collections.Generic; using Rothko.UI.Interfaces.Components; using Microsoft.Xna.Framework; namespace Rothko.Tests.UI.Services { [TestFixture] public class GameDrawingServiceTests ...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: primitive/pb_inclusive_opsdate_range.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 System; using System.IO; using System.IO.Compression; using System.Text; namespace Codentia.Common.Compression { /// <summary> /// Local Header Position /// </summary> internal enum LocalHeaderPosition { /* Skipped fields file name (variable size) - as above e...
using System.Runtime.InteropServices; using Examine; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Serilog; using Umbraco.Cms.Core; using Umbraco.Cms.Core.Cache; using Umbraco.Cms.Core.Configuration; using Umbraco.Cms.Core.Configuration.Mod...
// 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. // Enables instruction counting and displaying stats at process exit. // #define STATS using System; using System.C...
using System; using System.Linq; using System.ComponentModel.DataAnnotations; using Csla; using System.ComponentModel; using System.Threading.Tasks; namespace ProjectTracker.Library { [Serializable()] public class ResourceEdit : CslaBaseTypes.BusinessBase<ResourceEdit> { public static readonly PropertyInfo<b...
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;...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Text; using Microsoft.Modeling; using Microsoft.Protocols.TestSuites.FileSharing.Common.Adapter; using Microsoft.Protocols.TestSuites.FileSharing.SMB2Model...
// 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) 2007-2008, the libsecondlife development 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 not...
// 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.ComponentModel; using System.IO; using System.Text; namespace System...
#if UNITY_EDITOR using System; using System.Collections.Generic; using System.Reflection; using UnityEditor; using UnityEngine; using UMA.CharacterSystem; namespace UMA.Editors { public partial class RecipeEditor { //if we move to having different types for the different kinds of UMATextRecipe (UMAWardrobeRecipe, ...
/********************************************************************++ * Copyright (c) Microsoft Corporation. All rights reserved. * --********************************************************************/ using System.Collections.Generic; using System.Linq; using System.Threading; using System.Management.Automatio...
using System.Text.RegularExpressions; using System.Diagnostics; using System; using System.Drawing.Drawing2D; using System.Windows.Forms; using System.Collections; using System.Drawing; using Microsoft.VisualBasic; using System.Data.SqlClient; using System.Data; using System.Collections.Generic; using WeifenLuo.WinForm...
// Copyright 2010 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.Calendars; using NodaTime.Text; using NUnit.Framework; namespace NodaTime.Test { [TestFixture] public class PeriodTe...
/* * Copyright 2012 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) 2009, Stefan Simek Copyright(c) 2016, Vladyslav Taranov 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 without limitation the rights 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. /****************************************************************************** * This file is auto-generated from ...
// // TextEntry.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // // Copyright (c) 2011 Xamarin Inc // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction...
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using Amazon.CloudWatch; using Amazon.CloudWatch.Model; using AWSAppender.CloudWatch.Model; using AWSAppender.Core.Services; using MetricDatum = AWSAppender.CloudWatch.Model.MetricDatum; namespace AWSAppender.Cloud...
// 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.ExceptionServices; using System.Threading; using System.Threading.Tas...
// This is a generated file created by Glue. To change this file, edit the camera settings in Glue. // To access the camera settings, push the camera icon. using Camera = FlatRedBall.Camera; namespace CheckpointAndLevelEndDemo { public class CameraSetupData { public float...
/** * MetroFramework - Modern UI for WinForms * * The MIT License (MIT) * Copyright (c) 2011 Sven Walter, http://github.com/viperneo * * 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) 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 *...
using System.Xml.Serialization; using System.Collections; using System; using umbraco.BusinessLogic.Utils; using System.Xml.Schema; using umbraco.interfaces; using System.Collections.Generic; using System.Web.Script.Serialization; using System.Text; using umbraco.businesslogic.Utils; using umbraco.BasePages; using Umbr...
/* * 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.IO; using System.Collections.Generic; using Android.OS; using Android.App; using Android.Content; using Android.Content.PM; using Java.Lang; namespace LeanCloud { /// <summary> /// A utility class for retrieving app metadata such as the app name, default icon, whether or not /// the ...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using ...
// 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 Internal.Re...
using System.Collections.Generic; using OpenSage.Audio; using OpenSage.Content.Loaders; using OpenSage.Data; using OpenSage.Data.StreamFS; using OpenSage.Eva; using OpenSage.FX; using OpenSage.Graphics; using OpenSage.Graphics.ParticleSystems; using OpenSage.Graphics.Shaders; using OpenSage.Gui; using OpenSage.Gui.Apt;...
// 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.Data.Common; using System.Globalization; using System.Runtime.Compile...
// **************************************************************** // This is free software licensed under the NUnit license. You // may obtain a copy of the license as well as information regarding // copyright ownership at http://nunit.org/?p=license&r=2.4. // ********************************************************...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Collections.Specialized; using System.Security.Claims; using System.Threading.Tasks; using Duende.IdentityServer.Configuration; using D...
// 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.Diagnostics; using System.Runtime.InteropServices; namespace System.IO { internal class MultiplexingWin32WinRTFileS...
/* ==================================================================== 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. /* ** Copyright (c) Microsoft. All rights reserved. ** Licensed under the MIT license. ** See LICENSE file in the pr...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Runtime.CompilerServices; namespace Avalonia.Utilities { /// <summary> /// Manages subscriptions to events using weak listeners. /// </summary> public static class WeakEventHandlerManager { ...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
/* * [The "BSD licence"] * Copyright (c) 2011 Terence Parr * All rights reserved. * * Conversion to C#: * Copyright (c) 2011 Sam Harwell, Pixel Mine, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following con...
/* * @(#) Definitions.cs 1.0 06-08-2007 author: Manoj Prasad ************************************************************************* * Copyright (c) 2008 Hewlett-Packard Development Company, L.P. * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated docu...
// <copyright file="PointcloudVisualizer.cs" company="Google LLC"> // // Copyright 2017 Google LLC. 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.a...
// // Copyright (c) 2004-2021 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
#region -- License Terms -- // // MessagePack for CLI // // Copyright (C) 2015 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.apache.org...
// 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.Linq; using System.Linq.Expressions; using Xunit; namespace ComparedQueryable.Test.Nativ...
// Copyright (c) Microsoft Corporation. All Rights Reserved. // Licensed under the MIT License. using System; using System.Linq; using System.Windows; using System.Windows.Media; using System.Windows.Shapes; using System.Windows.Data; using System.Collections.Generic; using System.ComponentModel; namespace Interactiv...
//------------------------------------------------------------------------------ // <copyright file="SetIterators.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="t...
/* * 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 Microsoft.IdentityModel; using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.S2S.Tokens; using Microsoft.SharePoint.Client; using Microsoft.SharePoint.Client.EventReceivers; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalizat...
// // Community.CsharpSqlite.SQLiteClient.SqliteConnection.cs // // Represents an open connection to a Sqlite database file. // // Author(s): Vladimir Vukicevic <vladimir@pobox.com> // Everaldo Canuto <everaldo_canuto@yahoo.com.br> // Daniel Morgan <monodanmorg@yahoo.com> // Noah Hart...
// SF API version v50.0 // Custom fields included: False // Relationship objects included: True using System; using NetCoreForce.Client.Models; using NetCoreForce.Client.Attributes; using Newtonsoft.Json; namespace NetCoreForce.Models { ///<summary> /// Account ///<para>SObject Name: Account</para> ///<para>Custo...
/********************************************************************++ Copyright (c) Microsoft Corporation. All rights reserved. --********************************************************************/ using System.Collections; using System.Collections.Generic; using System.Management.Automation.Internal; namespace ...
// using k8s.Versioning; // namespace k8s.Models // { // public partial class V1MutatingWebhookConfiguration // { // public static explicit operator V1MutatingWebhookConfiguration(V1beta1MutatingWebhookConfiguration s) => VersionConverter.Mapper.Map<V1MutatingWebhookConfiguration>(s); // } // ...
/* * 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; using System.Diagnostics; using System.Runtime.InteropServices; using System.Security.Cryptography; 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.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Diag...
namespace Economy.scripts { using System; using System.Diagnostics; using System.IO; using Sandbox.ModAPI; using VRage; /// <summary> /// Generic text file logger devloped by Midspace for Space Engineers mods. /// </summary> public class TextLogger { #region fields ...
/* * 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...
// // Copyright (C) DataStax Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
using System; using System.Collections; using System.Collections.Generic; using Server.Items; using Server.Network; using Server.ContextMenus; using Server.Mobiles; using Server.Misc; using Server.Engines.BulkOrders; using Server.Regions; using Server.Factions; namespace Server.Mobiles { public enum VendorShoeType {...
#region Copyright // // Nini Configuration Project. // // Copyright (C) 2014 Nicholas Omann. All rights reserved. // Copyright (C) 2006 Brent R. Matzelle. All rights reserved. // // This software is published under the terms of the MIT X11 license, a copy of // which has been included with this distribution in the L...
// 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.Buffers.Text; using System.Diagnostics; namespace System.Security.Cryptography.Asn1 { /// <summary...
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * 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/ * ...
/***************************************************************************** * Skeleton Utility created by Mitch Thompson * Full irrevocable rights and permissions granted to Esoteric Software *****************************************************************************/ using UnityEngine; using System.Collectio...
// 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. /* The Computer Language Benchmarks Game http://benchmarksgame.alioth.debian.org/ * * contributed by Jimmy Tang ...
using System; using System.Collections.Generic; using System.Xml; using Xamarin.Forms.Xaml; using Xamarin.Forms.Xaml.Internals; namespace Xamarin.Forms.Build.Tasks { class ExpandMarkupsVisitor : IXamlNodeVisitor { readonly IList<XmlName> skips = new List<XmlName> { XmlName.xKey, XmlName.xTypeArguments, ...
#region Header // -------------------------------------------------------------------------- // Tethys.Silverlight // ========================================================================== // // This library contains common code for WPF, Silverlight, Windows Phone and // Windows 8 projects. // // ==================...
// 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.ServiceModel.Syndication { using System; using System.Runtime.CompilerServices; using S...
using System; using System.ComponentModel; using System.Windows.Forms; namespace Free.Controls { public class DataGridViewNumericUpDownColumn : DataGridViewColumn { DataGridViewNumericUpDownCell Template; public DataGridViewNumericUpDownColumn() : base(new DataGridViewNumericUpDownCell()) { Template=CellTe...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Bmz.Framework.Events.Bus.Factories; using Bmz.Framework.Events.Bus.Factories.Internals; using Bmz.Framework.Events.Bus.Handlers; us...
using System; using System.Globalization; using System.Reflection; using NQuery.Compilation; using NQuery.Runtime; namespace NQuery { internal abstract class ErrorProvider : IErrorReporter { private bool _errorsSeen; protected ErrorProvider() { } #region Public API public bool ErrorsSeen { get {...
/* * 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) 2016, Alachisoft. 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 // * // * Unle...
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 //...
/* ==================================================================== Licensed to the 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 u...
// 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.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.IO; using System.Runtime.Inte...
/* * 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 ...
namespace java.io { using System; using System.IO; using System.Text; public interface DataInput { bool ReadBoolean(); sbyte ReadByte(); char ReadChar(); double ReadDouble(); float ReadFloat(); void ReadFully(byte[] buffer); void ReadFully(byt...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Orleans; using Orleans.Concurrency; using Orleans.Providers; using UnitTests.GrainInterfaces; namespace UnitTests.Grains { [Serializable] [Gener...
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using EncompassRest.Loans.Enums; using EncompassRest.Schema; namespace EncompassRest.Loans { /// <summary> /// FhaVaLoan /// </summary> public sealed partial class FhaVaLoan : DirtyExtensibleObject, IIdentifiable ...
// 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. namespa...
// 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: Used for binding and...