context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// The MIT License (MIT) // // Copyright (c) 2014-2017, Institute for Software & Systems Engineering // // 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...
// // Options.cs // // Authors: // Jonathan Pryor <jpryor@novell.com> // Federico Di Gregorio <fog@initd.org> // // Copyright (C) 2008 Novell (http://www.novell.com) // Copyright (C) 2009 Federico Di Gregorio. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and a...
using EdiEngine.Common.Enums; using EdiEngine.Common.Definitions; using EdiEngine.Standards.X12_004010.Segments; namespace EdiEngine.Standards.X12_004010.Maps { public class M_304 : MapLoop { public M_304() : base(null) { Content.AddRange(new MapBaseEntity[] { new B2() { ReqDes = RequirementDesignator.Man...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.IO.IsolatedStorage; using System.Linq; using System.Linq.Expressions; using System.Net.Http; using System.Reflection; using System.Security.Cryptography; using System.Text; using System.Threading; using System.Thread...
// Copyright (c) 2012-2013 Rotorz Limited. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #if UNITY_EDITOR using UnityEngine; using UnityEditor; using System.Collections.Generic; using InControl.ReorderableList.Internal; namespace InControl...
using System; using System.Collections.Generic; using SchemeCore.objects; using SchemeCore; using SchemeCore.helper; using SchemeCore.builtin; using System.Diagnostics; namespace SchemeCore { public class SchemeEvaluator { public ISchemeEnvironment environment { get{return currentEnvironment;} } ...
using Mvp.Xml.Common.XPath; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Xml; namespace InnovatorAdmin { public static class XmlUtils { public static string RemoveComments(string xml) { if (string.IsNullOrEmpty(xml)) { return ""; } try {...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information // // XmlDsigXsltTransformTest.cs - Test Cases for XmlDsigXsltTransform // // Author: // Sebastien Pouliot <sebastien@ximian.com> // Atsushi Enomoto <atsushi@ximian.com> // // (C) 2002, 2003...
/** * 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...
//------------------------------------------------------------------------------ // <copyright file="ISAPIApplicationHost.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //-------------------------...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
// Copyright (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...
// 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...
/******************************************************************************************** Copyright (c) Microsoft Corporation All rights reserved. Microsoft Public License: This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the licens...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.ObjectModel; using System.Diagnostics; using System.Reflection; using System.Runtime.Compi...
#region License // Copyright (c) 2007 James Newton-King // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restriction, including without limitation the rights to use, // copy, ...
/** * 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 System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Diag...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ImageAnnotationExamples.cs" company="OxyPlot"> // Copyright (c) 2014 OxyPlot contributors // </copyright> // ---------------------------------------------------------------------...
// <copyright file=ColorRangeDrawer company=Hydra> // Copyright (c) 2015 All Rights Reserved // </copyright> // <author>Christopher Cameron</author> using System; using Hydra.HydraCommon.Editor.Extensions; using Hydra.HydraCommon.Editor.Utils; using Hydra.HydraCommon.Extensions; using Hydra.HydraCommon.PropertyAttribu...
/* * 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.Diagnostics; using System.IO.PortsTests; using System.Threading; using Legacy.Support; using Xunit; usi...
using System; using System.Diagnostics; using System.Text; namespace CleanSqlite { public partial class Sqlite3 { /* ** 2001 September 15 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ...
/* * BmpResizer.cs - Implementation of the "DotGNU.Images.BmpResizer" class. * * Copyright (C) 2003 Neil Cawse. * * This program is free software, you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 2 of the L...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // The implementation for a bijection map using System.Collections.Generic; using System.Diagnostics; using System.Text; using System.Diagnostics.Contracts; using Syst...
// // Copyright 2014-2015 Amazon.com, // Inc. or its affiliates. All Rights Reserved. // // Licensed under the Amazon Software License (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/asl/ // // or in the "l...
using System; using System.Globalization; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; namespace Vanara.PInvoke { /// <summary> /// CLIPFORMAT is a 2-byte value representing a clipboard format. /// <para> /// This cannot be used as a drop-in replacement for many of the winuser....
// // Application.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 2007 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 restriction,...
// Copyright (c) Microsoft Open Technologies, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.CSha...
namespace FakeItEasy.Tests { using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using FluentAssertions.Execution; public static class NullGuardedAssertion { public static NullGuardedConstraint Should(this Ex...
using System.IO; using System.Text; using System.Net.Sockets; using System.Net; using System; namespace AsterNET.IO { /// <summary> /// Socket connection to asterisk. /// </summary> public class SocketConnection { private TcpClient tcpClient; private NetworkStream networkStream; private StreamReader reader;...
// 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.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.S...
using System; using System.Collections.Generic; using System.IO; using System.Reflection; using ApprovalTests; using ApprovalTests.Reporters; using ApprovalUtilities.Utilities; using ConsoleToolkit.ConsoleIO; using ConsoleToolkit.ConsoleIO.Internal; using ConsoleToolkit.Testing; using ConsoleToolkitTests.TestingUtiliti...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Reflection; using System.Threading.Tasks; using ...
// 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.IO.MemoryMappedFiles; using Xunit; [Collection("CreateOrOpen")] public class CreateOrOpen : MMFTestBase { private reado...
using System; using System.Collections; using System.Web; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; namespace DBlog.Tools.WebControls { public enum PagedGridSortDirection { Ascending, Descending } public class PagedGrid : DataGrid { ...
using System; using System.Collections.Generic; using System.Diagnostics; namespace Ink.Runtime { /// <summary> /// Base class for all ink runtime content. /// </summary> public /* TODO: abstract */ class Object { /// <summary> /// Runtime.Objects can be included in the main Story as a...
using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Data; using VotingInfo.Database.Contracts; using VotingInfo.Database.Contracts.Data; /////////////////////////////////////////////////////////// //Do not modify this file. Use a partial class to extend.// ////////////////////////...
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Threading; using Umbraco.Core; using Umbraco.Core.Cache; using Umbraco.Core.Models; using umbraco.BusinessLogic; using umbraco.cms.businesslogic.cache; using umbraco.cms.businesslogic.property; using ...
using System; using System.Threading.Tasks; using System.Web; using System.Net; using System.Text; using System.IO; using System.Threading; using System.Collections.Generic; using System.Security.Cryptography; using System.ComponentModel; using SteamBot.SteamGroups; using SteamKit2; using SteamTrade; using SteamKit2.In...
/* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to Y...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.IO; using System.IO.IsolatedStorage; using System.Xml.Serialization; using ExtendedWebBrowser2; using gma.System.Windows; namespace Amnesty...
// Copyright (c) 2017-2018 SIL International // This software is licensed under the MIT License (http://opensource.org/licenses/MIT) using System; using System.IO; using System.Linq; using System.Security.AccessControl; using System.Security.Principal; using SIL.PlatformUtilities; using SIL.Reporting; namespace SIL.I...
// 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 Internal.TypeSystem; using Debug = System.Diagnostics.Debug; namespace Internal.IL.Stubs { /// <summary>...
// 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 Internal.TypeSystem; using Internal.TypeSystem.Interop; using Debug = System.Diagnostics.Debug;...
#nullable disable //#define HTML_XPATH_TRACE using System.Diagnostics; using System.Runtime.CompilerServices; using System.Xml; using System.Xml.XPath; namespace Meziantou.Framework.Html; public sealed class HtmlNodeNavigator : XPathNavigator { private readonly NameTable _nameTable = new(); private HtmlNode _...
using UnityEngine; using UnityEngine.UI; using System.Collections; using System.Xml; using System.IO; public class DialogueScript : MonoBehaviour { public TextAsset dialogue; private XmlNode texttoshow; public Text dialogs; public Image characterpic; public Sprite[] chara1; public Sprite[] chara2;...
using System; using System.Collections.Generic; using System.Linq; namespace UnityEngine.TestTools.Logging { internal class LogScope : IDisposable { private bool m_Disposed; private readonly object _lock = new object(); public Queue<LogMatch> ExpectedLogs { get; set; } public L...
#region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF licenses this file to you under the Apache License, Version 2.0 // (...
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // OrderPreservingPipel...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection.Metadata; using System...
S/W Version Information Model: SM-R770 Tizen-Version: 2.3.2.1 Build-Number: R770XXU1APK6 Build-Date: 2016.11.25 15:41:21 Crash Information Process Name: devapp PID: 5195 Date: 2017-09-13 22:03:18-0400 Executable File Path: /opt/usr/apps/edu.umich.edu.yctung.devapp/bin/devapp Signal: 6 (SIGABRT) si_code: 0 ...
// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace Searchservice { using Models; using System.Threading; using System.Threading.Tasks; /// <summary> /// Extension methods for DataSourc...
/* * 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...
// 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: Culture-specific collecti...
// ------------------------------------- // Domain : IBT / Realtime.co // Author : Nicholas Ventimiglia // Product : Messaging and Storage // Published : 2014 // ------------------------------------- using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized;...
/* * * (c) Copyright Ascensio System Limited 2010-2021 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable la...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Runtime.InteropServices; using Xunit; namespace System.IO.Tests { public class Directory_GetFileSy...
/* * 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) 2007-2014 Joe White // // 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, publish...
using System; using System.Collections.Generic; using System.Text; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using RabbitMQ.Client; using RabbitMQ.Client.Events; using Tossit.Core; namespace Tossit.RabbitMQ { /// <summary> /// RabbitMQ message queue implementation. /// </summa...
// 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.Data; using System.Diagnostics; using System.Xml.XPath; #pragma warning disable 618 // ignore obsolete...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Orleans....
/* * Copyright 2008-2016 the GAP developers. See the NOTICE file at the * top-level directory of this distribution, and at * https://gapwiki.chiro.be/copyright * Verfijnen gebruikersrechten Copyright 2015 Chirojeugd-Vlaanderen vzw * * Licensed under the Apache License, Version 2.0 (the "License"); * you may no...
using System.Collections.Generic; using System.Linq; using NUnit.Framework; using WebAPI.API.Comparers; using WebAPI.API.DataStructures; using WebAPI.Domain.ArcServerResponse.Geolocator; namespace WebAPI.API.Tests.DataStructures { [TestFixture] public class TopAddressCandidatesTests { [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.Runtime; using System.Runtime.CompilerServices; using System.Run...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // // This is a test case created by briansul. it compares // the result of a constant against the result of a variable shift operation. // It never repro'ed the actua...
//----------------------------------------------------------------------- // <copyright company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //----------------------------------------------------------------------- using System; using System.Windows; using System.Windows.In...
using UnityEngine; using System.Collections; using System; using System.Threading; public class TestingAllCS : MonoBehaviour { public AnimationCurve customAnimationCurve; public Transform pt1; public Transform pt2; public Transform pt3; public Transform pt4; public Transform pt5; public delegate void NextFunc...
using System.ComponentModel; using Signum.Entities.Basics; using Signum.Entities.Authorization; namespace Signum.Entities.Processes; public class ProcessAlgorithmSymbol : Symbol { private ProcessAlgorithmSymbol() { } public ProcessAlgorithmSymbol(Type declaringType, string fieldName) : base(declaring...
// 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.Collections.ObjectModel; using System.Diagnostics; using System.Refle...
// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // // Copyright 2008-2014 Heaton Research, 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 // // htt...
// // Copyright 2014-2015 Amazon.com, // Inc. or its affiliates. All Rights Reserved. // // Licensed under the Amazon Software License (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/asl/ // // or in the "l...
/* * Copyright (c) Contributors, http://aurora-sim.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 reta...
// *********************************************************************** // Copyright (c) 2006 Charlie Poole, Rob Prouse // // 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 restri...
using System; using System.Globalization; using System.Collections; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; namespace WebAp...
using Microsoft.Data.Entity.Migrations; using Microsoft.Data.Entity.Metadata; namespace AllReady.Migrations { public partial class TenantBecomesOrganization : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.DropForeignKey(name: "FK_Activi...
namespace Geocrest.Web.Infrastructure.Providers { #region Using using System; using System.Xml; using System.Collections.Generic; using System.Collections.Specialized; using System.Configuration.Provider; using System.Web.Security; using System.Web.Hosting; using System.Web.Manageme...
// This file was automatically generated by the PetaPoco T4 Template // Do not make changes directly to this file - edit the template instead // // The following connection settings were used to generate this file // // Connection String Name: `default` // Provider: `System.D...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.DocAsCode.Dfm { using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using Mi...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ using System; using System.IdentityModel.Selectors; namespace System.IdentityModel.Tokens { /// <summary> /// SecurityKey...
// *********************************************************************** // Copyright (c) 2009-2015 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, ...
/* * 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 ...
// // EngineBackend.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // Eric Maupin <ermau@xamarin.com> // // Copyright (c) 2011-2012 Xamarin Inc // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software...
using System; using System.Linq; using System.Xml.Linq; using System.Collections.Generic; namespace CommandGen { public class VkCommandParser { IVkEntityInspector mInspector; public VkCommandParser (IVkEntityInspector inspector) { mInspector = inspector; } void ParseNativeInterface (XElement top, VkCom...
/* * 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...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using Avalonia.Collecti...
using System; using System.Collections.Generic; using System.Text; namespace Hydra.Framework.Mapping.Geometries { // // ********************************************************************** /// <summary> /// A LinearRing is a LineString that is both closed and simple. /// </summary> // *******...
using System; using System.Threading.Tasks; using EasyNetQ.Consumer; using EasyNetQ.FluentConfiguration; using EasyNetQ.Producer; using EasyNetQ.Topology; using System.Linq; using EasyNetQ.Internals; namespace EasyNetQ { public class RabbitBus : IBus { private readonly IConventions conventions; ...
using System; using System.Collections.Generic; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Security.Cryptography.X509Certificates; using System.Text; using System.Threading.Tasks; using AonWeb.FluentHttp.Handlers; using AonWeb.FluentHttp.Handlers.Caching; namespace AonWeb.Flue...
#region Copyright notice and license // Copyright 2015 gRPC 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 req...
/* * Copyright (c) InWorldz Halcyon Developers * Copyright (c) Contributors, http://opensimulator.org/ * * 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 c...
// // 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 // // Unless required ...
// 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.Diagnostics; using System.Globalization; using ...
// 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.Threading; using Microsoft.CodeAnalysis.CodeActions; using Microsoft.CodeAnaly...
//--------------------------------------------------------------------------- // // <copyright file="ScaleTransform.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // This file was generated, please do not edit it directly. // // Please see http://wiki/defaul...
using UnityEngine; using System; using System.Collections; using System.Collections.Generic; using System.Runtime.InteropServices; using MiniJSON; /* * Session M service implementation. Implements and provides access (via SessionM.GetInstance()) to the SessionM service. */ public class SessionM : MonoBehaviour { p...
// Copyright 2013 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 System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Runtime.Co...
// Copyright (c) 2009-2012 David Koontz // Please direct any bugs/comments/suggestions to david@koontzfamily.org // // Thanks to Gabriel Gheorghiu (gabison@gmail.com) for his code submission // that lead to the integration with the iTween visual path editor. // // Permission is hereby granted, free of charge, to any ...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Threading; using System.Threading.Tasks; using Microsoft.WindowsAzure.Storage.Table; using Orleans.AzureUtils; using Orleans.Providers; using Orleans.Providers.Azure; using Orleans.Runtime; using Orleans...