context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// // 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...
/* * Copyright (C) 2014 Google 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 agree...
#region PDFsharp Charting - A .NET charting library based on PDFsharp // // Authors: // Niklas Schneider // // Copyright (c) 2005-2016 empira Software GmbH, Cologne Area (Germany) // // http://www.pdfsharp.com // http://sourceforge.net/projects/pdfsharp // // Permission is hereby granted, free of charge, to any perso...
// // PlaybackRepeatActions.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 res...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq.Expressions; using System.Reflection; using ALinq.Mapping; namespace ALinq.SqlClient { internal class SqlFactory { // Fields private readonly MetaModel model; private readonly ITypeSystemProvider...
// <copyright file="Startup.cs" company="Microsoft Open Technologies, Inc."> // Copyright 2011-2013 Microsoft Open Technologies, Inc. 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 o...
// // UTF7EncodingTest.cs - NUnit Test Cases for System.Text.UTF7Encoding // // Authors // Patrick Kalkman kalkman@cistron.nl // Sebastien Pouliot <sebastien@ximian.com> // // (C) 2003 Patrick Kalkman // Copyright (C) 2004 Novell (http://www.novell.com) // using NUnit.Framework; using System; using System.Text; na...
// 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.InteropServices; using System.Text; namespace System.IO { public...
#region License // Copyright (c) Nick Hao http://www.cnblogs.com/haoxinyue // // Licensed under the Apache License, Version 2.0 (the 'License'); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Un...
using System.IO; using System.Text; using Elasticsearch.Net.Tests.Unit.Responses.Helpers; using Elasticsearch.Net.Tests.Unit.Stubs; using FluentAssertions; using NUnit.Framework; namespace Elasticsearch.Net.Tests.Unit.Responses { [TestFixture] public class BuildInResponseTests { [Test] [TestCase(505)] [TestCa...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using Facility.Definition; using Facility.Definition.CodeGen; using Facility.Definition.Http; namespace Facility.CodeGen.JavaScript { /// <summary> /// Generates JavaScript and TypeScript. /// </summary> public sealed cl...
// created on 03/04/2003 at 14:09 // // System.Runtime.Remoting.Channels.SoapMessageFormatter // // Author: Jean-Marc Andre (jean-marc.andre@polymtl.ca) // // // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #region Using directives using System; using System.Collections.Generic; using System.Text; using NUnit.Framework; using Microsoft.Build.Framework; using Microsoft.Bu...
#region MigraDoc - Creating Documents on the Fly // // Authors: // Stefan Lange (mailto:Stefan.Lange@pdfsharp.com) // Klaus Potzesny (mailto:Klaus.Potzesny@pdfsharp.com) // David Stephensen (mailto:David.Stephensen@pdfsharp.com) // // Copyright (c) 2001-2009 empira Software GmbH, Cologne (Germany) // // http://ww...
namespace Loon.Java.Generics { using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Collections; public class LinkedListNode<T> { public T Data; public LinkedListNode<T> Prev; public LinkedListNode<T> Next; publi...
using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography.X509Certificates; using Microsoft.ServiceBus.Management; using Helsenorge.Registries.Abstractions; namespace Helsenorge.Messaging { /// <summary> /// Specfies settings for the messaging system /// </summar...
using System; using System.Collections.Generic; using System.Text; using System.ComponentModel; namespace OnlineGraph { public class GraphLineCollection : SortableCollectionBase, ICustomTypeDescriptor { #region CollectionBase implementation public GraphLineCollection() { //...
// 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.Security; namespace System.Runtime.Serialization { using System; using System.Collections; ...
// Copyright(C) David W. Jeske, 2013 // Released to the public domain. Use, modify and relicense at will. using System; using System.Collections.Generic; using OpenTK; using OpenTK.Graphics; using OpenTK.Graphics.OpenGL; namespace SimpleScene { // abstract base class for "tangible" Renderable objects public abst...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Xml; using Mono.Cecil; using Mono.Cecil.Cil; using Xamarin.Forms.Xaml; using Xamarin.Forms.Xaml.Internals; namespace Xamarin.Forms.Build.Tasks { static class NodeILExtensions { public static IEnumerable<Inst...
#region Copyright notice and license // Copyright 2018 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...
namespace BelkaCloudDownloader.Google.Drive { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Security; using System.Threading; using System.Threading.Tasks; using global::Google.Apis.Drive.v3; using Utils; using File = global::...
// 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...
/* * 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) 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...
//----------------------------------------------------------------------- // <copyright file="FieldData.cs" company="Marimer LLC"> // Copyright (c) Marimer LLC. All rights reserved. // Website: http://www.lhotka.net/cslanet/ // </copyright> // <summary>Contains a field value and related metadata.</summary> //--...
// This is always generated file. Do not change anything. using SoftFX.Lrp; namespace SoftFX.Extended.Financial.Generated { internal static class TypesSerializer { public static SoftFX.Extended.Financial.MarginMode ReadMarginMode(this MemoryBuffer buffer) { var result = (SoftFX.Extended.Financial.MarginMode)...
using System; using System.Collections.Generic; using System.Linq; using JsonApiDotNetCore.AtomicOperations; using JsonApiDotNetCore.AtomicOperations.Processors; using JsonApiDotNetCore.Middleware; using JsonApiDotNetCore.Queries; using JsonApiDotNetCore.Queries.Internal; using JsonApiDotNetCore.QueryStrings; using Jso...
/// Copyright (C) 2012-2014 Soomla 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 l...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; namespace WpfApplication1.Coversion { public class PrayTimes { //--------------------------- Mine ---------------------------- public TimeNam...
//! \file ArcERI.cs //! \date Wed Jan 27 18:24:06 2016 //! \brief Entis multi-frame image format. // // Copyright (C) 2016 by morkt // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in t...
// // 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 .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Linq; using System.Net.Test.Common; using System.Security.Authentication; using System.Security.Cryptog...
namespace zlib { using System; internal sealed class InfBlocks { static InfBlocks() { InfBlocks.inflate_mask = new int[] { 0, 1, 3, 7, 15, 0x1f, 0x3f, 0x7f, 0xff, 0x1ff, 0x3ff, 0x7ff, 0xfff, 0x1fff, 0x3fff, 0x7fff, 0xffff }; ...
// 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...
/* * Please keep in mind that this is NOT a refactored code. It is just reformatted, as the task states. * StyleCop and other validation tools will give warnings! =) * A referance to PowerCollections is not required. */ using System; using System.Linq; using System.Text; using Wintellect.PowerCollections; class ...
//------------------------------------------------------------------------------------------------------------------------------------------------------------------- // <copyright file="Ftp.cs">(c) 2017 Mike Fourie and Contributors (https://github.com/mikefourie/MSBuildExtensionPack) under MIT License. See https://open...
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;...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Reflection.Emit; using RestEase.Implementation.Analysis; using RestEase.Platform; using static RestEase.Implementation.EmitEmitUtils; namespace RestEase.Implementation.Emission { internal class TypeEmitter ...
// // Key.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, incl...
// 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.ComponentModel; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Globalization; u...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Xunit; using System; using System.Threading; using System.Threading.Tasks; using System.Diagnostics; namespace Test { /// <summary> /// Barrier unit test...
using System; using System.Collections.Generic; using System.IO; using System.Linq.Expressions; using System.Reflection; using Lucene.Net.Expressions.JS; using Lucene.Net.Support; using NUnit.Framework; namespace Lucene.Net.Tests.Expressions.JS { [TestFixture] public class TestCustomFunctions : Util.LuceneTestCase ...
// 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.Globalization; using System.Threading; using System.Diagnos...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Testing; using Xunit; using VerifyCS = Test.Utilities.CSharpSecurityCodeFixVerifier< Microsoft.NetFramework.Ana...
namespace java.lang.reflect { [global::MonoJavaBridge.JavaClass()] public sealed partial class Method : java.lang.reflect.AccessibleObject, GenericDeclaration, Member { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; static Method() { InitJNI(); } internal Method(global::MonoJava...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Data; using System.Linq; using System.Web; using Examine.LuceneEngine.SearchCriteria; using Umbraco.Core.Dynamics; using Umbraco.Core.Models; using Umbraco.Web.Models; using Umbraco.Web.Published...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http.Headers; using System.Web.Http; using System.Web.Http.Description; using SignNowCSharpExample.Areas.HelpPage.Models; 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. /*============================================================ ** ** ** ** ** ** Purpose: List for exceptions. ** *...
using System; using System.Collections.Generic; using System.Linq; using System.IO; using System.Threading; using TrueCraft.API; using TrueCraft.API.World; using TrueCraft.API.Logic; using fNbt; namespace TrueCraft.Core.World { public class World : IDisposable, IWorld { public static readonly int Heigh...
// 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.ComponentModel; using System.Diagnostics; using System.Globalization; using System.Security; using Syst...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.IO; using System.Linq; using Microsoft.CSharp; using Microsoft.Visual...
using System; using Server; using Server.Gumps; using Server.Network; namespace Server.Gumps { public class GoGump : Gump { public static readonly LocationTree Felucca = new LocationTree( "felucca.xml", Map.Felucca ); public static readonly LocationTree Trammel = new LocationTree( "trammel.xml", Map.Trammel ); ...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
/* * Copyright 2008 Google 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) 2015 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...
// // $Id: MSGraphControl.cs 1599 2009-12-04 01:35:39Z brendanx $ // // // Original author: Matt Chambers <matt.chambers .@. vanderbilt.edu> // // Copyright 2009 Vanderbilt University - Nashville, TN 37232 // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in comp...
// // Copyright (c) 2004-2016 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...
using System; using log4net; using Umbraco.Core.Logging; using System.IO; using System.Linq; using Umbraco.Core.IO; using Umbraco.Core.Persistence; using Umbraco.Core.Persistence.UnitOfWork; using Umbraco.Core.Publishing; using umbraco.interfaces; using Umbraco.Core.Events; namespace Umbraco.Core.Services { /// <s...
/* * Swaggy Jenkins * * Jenkins API clients generated from Swagger / Open API specification * * The version of the OpenAPI document: 1.1.2-pre.0 * Contact: blah@cliffano.com * Generated by: https://github.com/openapitools/openapi-generator.git */ using System; using System.Collections; using System.Collection...
// This file is part of YamlDotNet - A .NET library for YAML. // Copyright (c) Antoine Aubry and contributors // 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, inc...
/* * SETTE - Symbolic Execution based Test Tool Evaluator * * SETTE is a tool to help the evaluation and comparison of symbolic execution * based test input generator tools. * * Budapest University of Technology and Economics (BME) * * Authors: Lajos Cseppento <lajos.cseppento@inf.mit.bme.hu>, Zoltan Micskei...
#region /* Copyright (c) 2002-2012, Bas Geertsema, Xih Solutions (http://www.xihsolutions.net), Thiago.Sayao, Pang Wu, Ethem Evlice, Andy Phan, Chang Liu. All rights reserved. http://code.google.com/p/msnp-sharp/ Redistribution and use in source and binary forms, with or without modification, are permitted provided t...
// 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 ...
#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...
// 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.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp.CodeFixes.Async; using Microsoft.CodeA...
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Marten.Linq; using Marten.Services.BatchQuerying; using Npgsql; namespace Marten { public interface IQuerySession : IDisposable { /// <summary> /// Find or load a single document of type ...
// // System.IO.Path Test Cases // // Authors: // Marcin Szczepanski (marcins@zipworld.com.au) // Gonzalo Paniagua Javier (gonzalo@ximian.com) // Ben Maurer (bmaurer@users.sf.net) // Gilles Freart (gfr@skynet.be) // Atsushi Enomoto (atsushi@ximian.com) // // (c) Marcin Szczepanski // (c) 2002 Ximian, Inc. (http://ww...
using System; using Tweetinvi.Models; using Tweetinvi.Parameters; namespace Tweetinvi.Core.Client.Validators { public interface ITwitterListsClientRequiredParametersValidator : ITwitterListsClientParametersValidator { } public class TwitterListsClientRequiredParametersValidator : ITwitterListsClientRe...
namespace AutoMapper { using System; using System.Collections.Generic; //TODO: may want to make ResolutionContext disposable if it makes sense to do so... /// <summary> /// Context information regarding resolution of a destination value /// </summary> public class ResolutionContext : IEquat...
using UnityEngine; using UnityEditor; using System; using System.IO; using System.Linq; using System.Reflection; using System.Collections; using System.Collections.Generic; namespace AssetBundleGraph { public class AssetBundleGraphEditorWindow : EditorWindow { [Serializable] public struct KeyObject { public...
// 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.DirectoryServices.ActiveDirectory { using System; using System.Net; using System.Collec...
// 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 ...
// 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 S...
/* Gaigen 2.5 Test Suite */ /* This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it ...
// 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 Infrastructure.Common; using System; using System.ServiceModel; using System.Text; using System.Threading; us...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: testsuite_remote.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using scg = global:...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.GamerServices; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Fram...
// 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. /*============================================================ ** ** ** ** Provides a way for an app to not start an...
namespace AutoMapper.Internal { using System; using System.Linq; using System.Linq.Expressions; using System.Reflection; using TypeInfo = AutoMapper.TypeInfo; public class MappingExpression : MappingExpression<object, object>, IMappingExpression, IMemberConfigurationExpression { pub...
// <copyright file="HypergeometricTests.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // // Copyright (c) 2009-2016 Math.NET // // Permission is hereby granted, free of charge, to any person // obtaining a copy ...
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Abp.Application.Features; using Abp.Application.Navigation; using Abp.Authorization; using Abp.Configuration; using Abp.Configuration.Startup; using Abp.Localization; using Abp.Runtime.Session; using Abp.Timing; ...
// 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.Security; namespace System.IO.MemoryMappedFiles { public partial class MemoryMappedFile :...
/* * 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...
/* * daap-sharp * Copyright (C) 2005 James Willcox <snorp@snorp.net> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any...
//----------------------------------------------------------------------------- // Verve // Copyright (C) - Violent Tulip //----------------------------------------------------------------------------- function VerveWindowMenu::Clear( %this ) { while ( %this.getItemCount() > 0 ) { %this.removeItem( 0 )...
/************************************************************************************ Copyright : Copyright 2014 Oculus VR, LLC. All Rights reserved. Licensed under the Oculus VR Rift SDK License Version 3.2 (the "License"); you may not use the Oculus VR Rift SDK except in compliance with the License, which is pr...
// 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 AjaxControlToolkit.Design; using System; using System.ComponentModel; using System.Drawing; using System.Globalization; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; namespace AjaxControlToolkit { /// <summary> /// The ModalPopup extender allows you to display c...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace DotNetty.Transport.Channels { using System; using System.Diagnostics.Contracts; using System.Net; using System.Net.Sockets; using System.T...
/* * 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...
// 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.ComponentModel; using System.Runtime.InteropServices; using System.Threading; using System.Linq; using ...
#region License /* * Copyright 2002-2010 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unle...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: booking/reservations/reservation_contact_person.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....
//--------------------------------------------------------------------------- // File: ScrollChrome.cs // // Description: // Implementation of chrome for scrollbar and combobox buttons and thumbs in Luna. // // Copyright (C) 2004 by Microsoft Corporation. All rights reserved. // //-------------------------------------...
// 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 ...
using System; using System.Collections.Generic; using System.IO; using System.IO.Compression; using System.Runtime.InteropServices; using Microsoft.DotNet.Cli.Build.Framework; using Microsoft.Extensions.PlatformAbstractions; using static Microsoft.DotNet.Cli.Build.Framework.BuildHelpers; namespace Microsoft.DotNet.Cl...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using osu.Framework.Allocation; using osu.Framework.Extensions.IEnumerabl...
//*********************************************************// // Copyright (c) Microsoft. All rights reserved. // // Apache 2.0 License // // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, ...
//Copyright 2015 Esri //Licensed under the Apache License, Version 2.0 (the "License"); //you may not use this file except in compliance with the License. //You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 //Unless required by applicable law or agreed to in writing, software //di...