context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// 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.Contracts; using System.Globalization; using System.Runtime.CompilerServices; using System....
/* * Copyright (c) 2014 All Rights Reserved by the SDL Group. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appl...
/* * Copyright (c) 2006, Clutch, Inc. * Original Author: Jeff Cesnik * All rights reserved. * * - Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * - Redistributions of source code must retain the above copyrig...
/* * 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 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 MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
//------------------------------------------------------------------------------ // <copyright file="_HTTPDateParse.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ using System.Gl...
using System; using System.Collections; using Server; namespace Knives.Chat3 { public class Avatar { private static Hashtable s_Avatars = new Hashtable(); public static Hashtable Avatars { get { return s_Avatars; } } public static ArrayList AvaKeys { get { return new ArrayList(s_Avatars.Keys...
using System; using Shouldly; using Xunit; namespace ProGaudi.MsgPack.Light.Tests.Writer { public class Nullable { [Fact] public void WriteNullAsNullableBool() { MsgPackSerializer.Serialize(default(bool?)).ShouldBe(new[] { (byte)DataTypes.Null }); ((MsgPackToke...
/* * 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 ...
// // MetadataDisplay.cs // // Author: // Ruben Vermeersch <ruben@savanne.be> // // Copyright (C) 2008-2010 Novell, Inc. // Copyright (C) 2008, 2010 Ruben Vermeersch // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Softw...
// 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 //...
#region File Description //----------------------------------------------------------------------------- // StatisticsRange.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #endregi...
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Globalization; using Abp.Configuration.Startup; using Abp.Dependency; using Abp.Extensions; using Castle.Core.Logging; namespace Abp.Localization.Dictionaries { /// <summary> /// This class is used to build a local...
/* * 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 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.Linq; using System.Collections; using System.Xml; using Umbraco.Core; using Umbraco.Core.Cache; using Umbraco.Core.Configuration; using Umbraco.Core.IO; using Umbraco.Core.Logging; using umbraco.DataLayer; using System.Text.RegularExpressions; using System.IO; using System.Collections.Generic...
#region License /* ********************************************************************************** * Copyright (c) Roman Ivantsov * This source code is subject to terms and conditions of the MIT License * for Irony. A copy of the license can be found in the License.txt file * at the root of this distribution. ...
// <file> // <copyright see="prj:///doc/copyright.txt"/> // <license see="prj:///doc/license.txt"/> // <owner name="none" email=""/> // <version>$Revision: 3205 $</version> // </file> using System.Drawing; using System.Text; using WorldBankBBS.ICSharpCode.TextEditor.Src.Document.HighlightingStrategy; ...
// // Copyright (c) 2004-2020 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...
// 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.Globalization; using System.Runtime.CompilerServices; namespace System { public partial class Stri...
using System; using System.Collections; using System.Collections.Generic; using System.Runtime.CompilerServices; using System.Data; using System.Reflection.Emit; using System.Reflection; using Volte.Data.Json; namespace Volte.Data.Dapper { internal class AutoCompiler<T> { const string ZFILE_NAME = "Auto...
using System; using System.Net; using System.Threading.Tasks; using PillowSharp.BaseObject; using RestSharp; using RestSharp.Authenticators; using PillowSharp.Helper; using System.Linq; using PillowSharp.Client; using System.Collections.Generic; using System.IO; using PillowSharp.CouchType; using System.Web; using pill...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.IO.Packaging; using System.Linq; using Microsoft.Internal.Web.Utils; using NuGet.Resources; namespace NuGet { public class ZipPackage : IPackage { private const string AssemblyReferencesDir = "lib"...
using System; using System.Diagnostics.CodeAnalysis; namespace Microsoft.Msagl.Core.Geometry.Curves { /// <summary> /// 2 by 3 matrix of plane affine transformations /// </summary> #if TEST_MSAGL [Serializable] #endif public class PlaneTransformation { /// <summary> /// hash functio...
using System; using System.Diagnostics; using System.Linq; using System.Net; using System.Net.Sockets; using EventStore.Common.Log; using EventStore.Common.Utils; using EventStore.Core.Authentication; using EventStore.Core.Bus; using EventStore.Core.Cluster.Settings; using EventStore.Core.Data; using EventStore.Core.Me...
/* * Qa full api * * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: all * * Generated by: https://github.com/swagger-api/swagger-codegen.git * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use ...
//------------------------------------------------------------------------------- // <copyright file="IExtension.cs" company="Appccelerate"> // Copyright (c) 2008-2019 Appccelerate // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the Lice...
/* * 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.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web.Http.Controllers; using Syst...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="Login.cs" company="The Watcher"> // Copyright (c) The Watcher Partial Rights Reserved. // // This software is licensed under the MIT license. See license.txt for details. // ...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; namespace ParentLoad.Business.ERCLevel { /// <summary> /// B05Level111Child (editable child object).<br/> /// This is a generated base class of <see cref="B05Level111Child"/> business object. /// </summary> ...
namespace Fixtures.SwaggerBatBodyComplex { using System; using System.Collections; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Microsoft.Rest; using Models; public static partial class PrimitiveExtensions { /// <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.Collections; using System.Collections.Generic; namespace System.Linq.Expressions.Tests { public in...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Net; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Newtonsoft.Json; using Orleans.Hosting; using Orleans.Runtime.TestHooks; usin...
using UnityEngine; using UnityEditor; using System.Collections; [CustomEditor(typeof(BezierCurve))] public class BezierCurveEditor : Editor { BezierCurve curve; SerializedProperty resolutionProp; SerializedProperty closeProp; SerializedProperty pointsProp; SerializedProperty colorProp; private static bool sh...
using System; using Google.GData.Client; using Google.GData.Extensions.Apps; namespace Google.GData.Apps.Groups { /// <summary> /// Base service for accessing Google Groups item feeds from the /// Google Apps Google Groups API. /// </summary> public class GroupsService : AppsPropertyService { ...
/* * 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. /////////////////////////////////////////////////////////...
using UnityEngine; using System.Collections; using System.Runtime.InteropServices; using System.IO; using System; //Dive Head Tracking // copyright by Shoogee GmbH & Co. KG Refer to LICENCE.txt //[ExecuteInEditMode] public class OpenDiveSensor : MonoBehaviour { // This is used for rotating the camera with ano...
using System; using System.Drawing; using System.Runtime.InteropServices; using System.Windows.Forms; namespace GuiLabs.Utils { [CLSCompliant(false)] public static class API { #region GDI #region Bitmaps [DllImport("gdi32", CharSet = CharSet.Ansi, SetLastError = true, ExactSpelling = true)] public static ...
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/ // Portions Copyright 2000-2004 Jonathan de Halleux // // 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...
#region License /*---------------------------------------------------------------------------------*\ Distributed under the terms of an MIT-style license: The MIT License Copyright (c) 2006-2010 Stephen M. McKamey Permission is hereby granted, free of charge, to any person obtaining a copy of this software and...
using System; using System.Collections.Generic; using System.Composition; using System.Composition.Hosting; using System.IO; using System.Reflection; using System.Text; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.CodeAnalysis; using Microsoft.Extensions.Configuration; using Newtonsoft...
using System; using ChainUtils.BouncyCastle.Crypto.Digests; using ChainUtils.BouncyCastle.Crypto.Modes; using ChainUtils.BouncyCastle.Crypto.Parameters; using ChainUtils.BouncyCastle.Security; using ChainUtils.BouncyCastle.Utilities; namespace ChainUtils.BouncyCastle.Crypto.Engines { /** * Wrap keys according to RF...
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.IdentityModel.Selectors { using System; using System.Security.Cryptograp...
//--------------------------------------------------------------------------- // // <copyright file="AccessorTable.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // Description: Mapping of (SourceValueType, type, name) to (info, propertyType, args) // //----...
using EDDiscovery.DB; using EDDiscovery.EliteDangerous; using EDDiscovery2.DB; using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Windows.Forms; namespace EDDiscovery { public class TravelHistoryFilter { public TimeSpan? MaximumDataAge { get; } ...
using System; using System.Threading.Tasks; using System.Linq; using System.Collections.Generic; using NUnit.Framework; using NUnit.Framework.Constraints; using System.Globalization; using TimeAndDate.Services.DataTypes.Astro; using TimeAndDate.Services.DataTypes.Places; using TimeAndDate.Services.DataTypes.Time; using...
#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, ...
#if !NOT_UNITY3D using System; using System.Collections.Generic; using ModestTree; using UnityEngine; using UnityEngine.Serialization; using Zenject.Internal; #pragma warning disable 649 namespace Zenject { public class GameObjectContext : RunnableContext { public event Action PreInstall; pub...
// // Copyright (c) 2008-2011, Kenneth Bell // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Security.Claims; using Microsoft.AspNet.Authorization; using Microsoft.AspNet.Identity; using Microsoft.AspNet.Mvc; using Microsoft.Extensions.Logging; using Mobile_Digital_Forensics.Models; using Mobile_Digita...
// 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.Linq; using System.Net.Security; using System.Net.Test.Common; using ...
using System; namespace Lucene.Net.Codecs.Lucene40 { /* * 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...
using ICSharpCode.SharpZipLib.Checksum; using ICSharpCode.SharpZipLib.Zip.Compression.Streams; using System; namespace ICSharpCode.SharpZipLib.Zip.Compression { /// <summary> /// Inflater is used to decompress data that has been compressed according /// to the "deflate" standard described in rfc1951. /// /// By d...
#region License /* * All content copyright Terracotta, Inc., unless otherwise indicated. 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.ap...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; using System.Collections; namespace io { public class IoLexer { public static string specialChars = ":._"; public string s; public int currentPos; public char current { get { return s[currentPos]; } } public ArrayList charLineIndex = new ArrayList(); public long lineHint; ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text.RegularExpressions; using GitVersion.Logging; using GitVersion.OutputVariables; namespace GitVersion.VersionConverters.AssemblyInfo { public interface IAssemblyInfoFileUpdater : IVersionConverter<AssemblyInfoConte...
using System; using System.Net; using System.IO; using System.Text; using System.Net.Sockets; using System.Diagnostics; using System.Runtime.Remoting; using System.Runtime.Remoting.Messaging; /* * FTP Client library in C# * Author: Jaimon Mathew * mailto:jaimonmathew@rediffmail.com * http://www.csharphelp.com/arch...
// 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.Globalization; using System.Runtime.CompilerServices; using System.Threadi...
// 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.Globalization { // // N.B.: // A lot of this code is directly from DateTime.cs. If you...
// 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 1.0.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
using System; using System.Threading; using System.Threading.Tasks; using System.Diagnostics; using STM.Implementation.Lockbased; using System.Collections.Immutable; using System.Collections.Generic; using Evaluation.Common; namespace LanguagedBasedHashMap { public class Program { public static void M...
// Copyright 2018 Esri. // // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. // You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software ...
using System; using System.Collections.Generic; using System.Text; using Lucene.Net.Documents; namespace Lucene.Net.Index { using Lucene.Net.Randomized.Generators; using NUnit.Framework; using Bits = Lucene.Net.Util.Bits; using BytesRef = Lucene.Net.Util.BytesRef; using Directory = Lucene.Net.Store...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace AcadBlog.WebApi.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it ...
// <copyright file="RemoteWebDriver.cs" company="WebDriver Committers"> // Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // ...
// 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.Collections; using System.Collections.Specialized; using GenStrings; namespace System.Collections.Specialized.Tests { publi...
using System; using System.Collections; using NBM.Plugin; using IO = System.IO; using Net = System.Net; using Sockets = System.Net.Sockets; using Regex = System.Text.RegularExpressions; public delegate void ResponseReceivedHandler(MessageRouter router, Message message, object tag); /// <summary> /// Controls inco...
/* * 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.Collections.Generic; using Csla; using ParentLoadSoftDelete.DataAccess; using ParentLoadSoftDelete.DataAccess.ERLevel; namespace ParentLoadSoftDelete.Business.ERLevel { /// <summary> /// E09_CityColl (editable child list).<br/> /// This is a generated base class of <see cref="E0...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for details. using System; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.Windows.Forms; using OpenLiveWriter.Api; using ...
// // TrackActions.cs // // Author: // Gabriel Burt <gburt@novell.com> // // Copyright (C) 2007-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 restriction, ...
// // Copyright (c) 2004-2018 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 System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using FluentAssertions; using NSubstitute; using Toggl.Core.Extensions; using Toggl.Core.Interactors; using Toggl.Core.Tests.Generators; using Toggl.Core.Tests.TestExtensions; using Toggl.Networking.Models.Calendar; using T...
using System; using System.Globalization; using OpenTK.Mathematics; namespace Bearded.Utilities.SpaceTime; /// <summary> /// A type-safe representation of a 3d directed velocity vector. /// </summary> public readonly struct Velocity3 : IEquatable<Velocity3>, IFormattable { private readonly Vector3 value; #re...
using MatterHackers.Agg.VertexSource; using MatterHackers.VectorMath; //---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute thi...
/* * 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 license // Copyright (c) 2004, Rodrigo B. de Oliveira (rbo@acm.org) // 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 c...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Management.Automation.Internal; using System.Xml; namespace Microsoft.PowerShell.Commands.Internal.Format { /// <summary> /// Class to load the XML document into data structu...
#region License // Copyright (c) 2010-2019, Mark Final // 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 // ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.IO; using System.Security.Cryptography; using Test.Cryp...
using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Linq; using System.Threading.Tasks; using System.Web.Security; using AutoMapper; using Microsoft.AspNet.Identity; using Microsoft.Owin; using Umbraco.Core.Models.Identity; using Umbraco.Core.Models.Membership; usin...
/* * OANDA v20 REST API * * The full OANDA v20 REST API Specification. This specification defines how to interact with v20 Accounts, Trades, Orders, Pricing and more. * * OpenAPI spec version: 3.0.15 * Contact: api@oanda.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; u...
/* **************************************************************************** * * Copyright (c) Microsoft Corporation. * * This source code is subject to terms and conditions of the Apache License, Version 2.0. A * copy of the license can be found in the License.html file at the root of this distribution. If ...
#pragma warning disable 162,108,618 using Casanova.Prelude; using System.Linq; using System; using System.Collections.Generic; using UnityEngine; namespace Game {public class World : MonoBehaviour{ public static int frame; void Update () { Update(Time.deltaTime, this); frame++; } public bool JustEntered = true; pub...
// 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.Runtime.CompilerServices; using Xunit; namespace System.Threading.Ta...
// // 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...
using Lucene.Net.Support; using System; namespace Lucene.Net.Util { /* * 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 lic...
/******************************************************************** The Multiverse Platform is made available under the MIT License. Copyright (c) 2012 The Multiverse Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "...
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Reflection; using SimpleContainer.Helpers; namespace SimpleContainer.Implementation { internal class GenericsAutoCloser { private readonly TypesList typesList; private readonly Func<AssemblyName, ...
//----------------------------------------------------------------------- // <copyright file="PrefabModification.cs" company="Sirenix IVS"> // Copyright (c) 2018 Sirenix IVS // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You m...
// 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, // distribute, sublicense, and/or sell...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using NDesk.Options; using GitTfs.Core; using GitTfs.Util; using StructureMap; namespace GitTfs.Commands { [Pluggable("rcheckin")] [RequiresValidGitRepository] public class Rcheckin : GitTfsCommand { pr...
// Copyright (c) Umbraco. // See LICENSE for more details. using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using NUnit.Framework; using Umbraco.Cms.Core.Models; using Umbraco.Cms.Core.Models.Email; using Umbraco.Cms.Infrastructure.Extensions; namespace Umbraco.Cms.Tests.UnitTe...
// // FolderGallery.cs // // Author: // Lorenzo Milesi <maxxer@yetopen.it> // Stephane Delcroix <stephane@delcroix.org> // Stephen Shaw <sshaw@decriptor.com> // // Copyright (C) 2008-2009 Novell, Inc. // Copyright (C) 2008 Lorenzo Milesi // Copyright (C) 2008-2009 Stephane Delcroix // // Permission is hereby gran...
#region using using System.Collections.Generic; using System.Linq; using Irony.Compiler; using ScriptNET.Runtime; using System; #endregion namespace ScriptNET.Ast { /// <summary> /// Qualified Name /// </summary> internal class ScriptQualifiedName : ScriptExpr { #region Members private string Identi...