context
stringlengths
2.52k
185k
gt
stringclasses
1 value
//------------------------------------------------------------------------------ // <copyright file="MD5HashStream.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation // </copyright> //------------------------------------------------------------------------------ namespace Microsoft.WindowsAzure.Storage....
using System; namespace Imms.Implementation { static partial class FingerTree<TValue> { internal abstract partial class FTree<TChild> where TChild : Measured<TChild>, new() { private sealed class Compound : FTree<TChild> { const int IN_END = 6; const int IN_MIDDLE_OF_DEEP = 3; const i...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Threading; using System.Xml; using NUnit.Framework; using SIL.DictionaryServices.Lift; using SIL.DictionaryServices.Model; using SIL.Lift; using SIL.Lift.Options; using SIL.Lift.Validation; using...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Management.Automation; using System.Management.Automation.Runspaces; using System.Numerics; usi...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Xml.Linq; namespace DocumentFormat.OpenXml.Linq { /// <summary> /// Declares XNamespace and XName fields for the xmlns:inkml="http://www.w3.org/20...
// // CVDisplayLink.cs: Implements the managed CVDisplayLink // // Authors: Kenneth J. Pouncey // // 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 // wi...
// 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 CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Windows.Forms; using DpSdkEngLib; using DPSDKOPSLib; using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; using System.Linq; ...
// 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.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeActions; using Microsoft....
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Orleans; using Orleans.Runtime; using Orleans.Runtime.Configuration; using Orleans.Runtime.ReminderService; using Orleans.Runtime.Services; using Orleans.T...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using Alensia.Core.Common; using Alensia.Core.I18n; using Alensia.Core.UI.Cursor; using Alensia.Core.UI.Screen; using Malee; using UniRx; using UnityEngine; using UnityEngine.Assertions; using Zenject; using Object = UnityEng...
// <copyright file="EventFiringWebDriver.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 fil...
// 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 ...
/* ==================================================================== 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 ...
#if UNITY_EDITOR using UnityEngine; using UnityEditor; using System.Collections.Generic; namespace UMA.CharacterSystem.Editors { [CustomPropertyDrawer (typeof(DynamicCharacterAvatar.RaceAnimatorList))] public class RaceAnimatorListPropertyDrawer : PropertyDrawer { float padding = 2f; public DynamicCharacterAvat...
// // delegate.cs: Delegate Handler // // Authors: // Ravi Pratap (ravi@ximian.com) // Miguel de Icaza (miguel@ximian.com) // Marek Safar (marek.safar@gmail.com) // // Dual licensed under the terms of the MIT X11 or GNU GPL // // Copyright 2001 Ximian, Inc (http://www.ximian.com) // Copyright 2003-2009 Nove...
#if UNITY_EDITOR #define CACHE #endif using System; using System.IO; using System.Linq; using UnityEngine; using NodeEditorFramework.Utilities; namespace NodeEditorFramework { public class NodeEditorUserCache { public NodeCanvas nodeCanvas; public NodeEditorState editorState; public string openedCanvasPath =...
// 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.Xml.Schema { using System.IO; using System.Collections; using System.Collections.Generi...
//--------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // // File: TextProperties.cs // // Description: Text run properties provider. // // History: // 04/25/2003 : [....] - moving from Avalon branch. // //---------------------...
using System; using NUnit.Framework; using Whois.Parsers; namespace Whois.Parsing.Whois.Cat.Cat { [TestFixture] public class CatParsingTests : ParsingTests { private WhoisParser parser; [SetUp] public void SetUp() { SerilogConfig.Init(); parser = ne...
// EasyButton library is copyright (c) of Hedgehog Team // Please send feedback or bug reports to the.hedgehog.team@gmail.com using UnityEngine; using System.Collections; /// <summary> /// Release notes: /// EasyButton V1.3 October 2013 /// ============================= /// * Bugs fixed /// ------------ /// - Fix d...
// Copyright (C) 2014 dot42 // // Original filename: Org.Apache.Http.Conn.Scheme.cs // // 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 /...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; 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...
/*************************************************************************** * World.cs * ------------------- * begin : May 1, 2002 * copyright : (C) The RunUO Software Team * email : info@runuo.com * * $I...
// // Copyright (c) 2004-2011 Jaroslaw Kowalski <jaak@jkowalski.net> // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of source code must retain the above co...
using System; using System.Runtime.CompilerServices; using System.Threading.Tasks; using System.Transactions; using ApprovalTests; using NUnit.Framework; namespace AsyncTransactions { /// <summary> /// Contains a lot of white space. Optimized for Consolas 14 pt /// and Full HD resolution /// </summary...
namespace StripeTests { using System; using System.IO; using System.Net; using System.Net.Http; using System.Text; using System.Threading; using System.Threading.Tasks; using Stripe; using Xunit; public class StripeClientTest : BaseStripeTest { private readonly Dummy...
namespace TheArtOfDev.HtmlRenderer.Core.Utils { /// <summary> /// Defines HTML strings /// </summary> internal static class HtmlConstants { public const string A = "a"; // public const string ABBR = "ABBR"; // public const string ACRONYM = "ACRONYM"; // ...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Threading.Tasks; using NSubstitute; using Octokit.Helpers; using Xunit; namespace Octokit.Tests.Clients { public class StatisticsClientTests { public class TheCtor { [Fact] ...
using System; using BigMath; using Raksha.Crypto.Parameters; using Raksha.Math; using Raksha.Security; namespace Raksha.Crypto.Generators { /** * generate suitable parameters for GOST3410. */ public class Gost3410ParametersGenerator { private int size; private int typeproc; private...
namespace FPL.Data.Migrations { using System; using System.Data.Entity.Migrations; public partial class ExtractedFullStatsBase : DbMigration { public override void Up() { CreateTable( "dbo.HistoryPasts", c => new { ...
namespace VitaliiPianykh.FileWall.Client { partial class RulesetGrid { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </su...
//--------------------------------------------------------------------- // <copyright file="AtomEntry.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <summary> // Provides a class to represent an ATOM entry as parsed and as it // goes through the materializ...
// 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.Security.Cryptography; namespace Syste...
///////////////////////////////////////////////////////////////////////////////// // Paint.NET // // Copyright (C) dotPDN LLC, Rick Brewster, Tom Jackson, and contributors. // // Portions Copyright (C) Microsoft Corporation. All Rights Reserved. ...
// 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.Threading; using System.Threading.Tasks; using Xunit; namespace System.Data.SqlClient.ManualTesting.Te...
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // 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 restrictio...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using Newtonsoft.Json.Tests.TestObjects; using NUnit.Framework; using Newtonsoft.Json.Linq; using Newtonsoft.Json.Converters; using System.IO; using System.Collections; using System.Collections.Specialized...
using System; using Valle.GtkUtilidades; namespace Valle.TpvFinal { public class EventoSalirElegirMonedas : EventArgs { public decimal Importe = 0m; public decimal Cambio = 0m; public decimal entrega = 0m; public bool cancelado = true; public EventoSalirElegirMonedas(decimal Cambio){ cancelado...
// dnlib: See LICENSE.txt for more info using System; using System.Collections.Generic; using System.Reflection; using dnlib.Threading; namespace dnlib.DotNet { /// <summary> /// <see cref="Importer"/> options /// </summary> [Flags] public enum ImporterOptions { /// <summary> /// Use <see cref="TypeDef"/>s w...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Runtime.InteropServices; using VistaControls.TaskDialog; using System.Drawing.Drawing2D; using System.Diagnostics; namespace VistaControlsApp...
// 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 System.Security; namespace System.DirectoryServices.Interop { [Str...
// Copyright(c) 2016 Andrei Streltsov <andrei@astreltsov.com> // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, ...
// 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 Microsoft.Test.ModuleCore; using Xunit; namespace System...
/* * REST API Documentation for the MOTI School Bus Application * * The School Bus application tracks that inspections are performed in a timely fashion. For each school bus the application tracks information about the bus (including data from ICBC, NSC, etc.), it's past and next inspection dates and results, contac...
using System; using System.Collections.Generic; namespace AsterNET.Manager.Response { /// <summary> /// Represents a response received from the Asterisk server as the result of a /// previously sent ManagerAction.<br /> /// The response can be linked with the action that caused it by lookin...
/* * Copyright 2010-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
using System; using System.Collections.Generic; using System.IO; using System.Text.Encodings.Web; using System.Threading.Tasks; using Fluid; using Fluid.Ast; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Rendering; using Microsoft.AspNetCore.Mvc.Routing; using Microsoft.Extensions.DependencyInjection; ...
using System; using log4net; using System.Collections.Generic; using it.unifi.dsi.stlab.extension_methods; using it.unifi.dsi.stlab.math.algebra; using it.unifi.dsi.stlab.utilities.value_holders; using it.unifi.dsi.stlab.networkreasoner.gas.system.exactly_dimensioned_instance.listeners; using it.unifi.dsi.stlab.network...
// ByteFX.Data data access components for .Net // Copyright (C) 2002-2003 ByteFX, Inc. // // 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 ...
// 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 Microsoft.Win32.SafeHandles; using System.Security; namespace System.IO.MemoryMappedFiles { public partia...
#region License // Copyright (c) K2 Workflow (SourceCode Technology Holdings Inc.). All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for full license information. #endregion using Microsoft.WindowsAzure.Storage; using Microsoft.WindowsAzure.Storage.Blob; using SourceCode.C...
using System; using System.Collections; using System.Web.UI.WebControls; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.HtmlControls; using Cuyahoga.Core.Util; using Cuyahoga.Core.Domain; using Cuyahoga.We...
// Copyright 2020 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; using System.Collections; using BLToolkit.Data; using BLToolkit.Reflection.Extension; namespace BLToolkit.DataAccess { public class SqlQuery : SqlQueryBase { #region Constructors public SqlQuery() { } public SqlQuery(DbManager dbManager) : base(dbManager) { } public SqlQuery(DbMa...
namespace OdessaGUIProject.DRM_Helpers { sealed partial class TFReactivation { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; #region Windows Form Designer generated code /// <s...
using System; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using FluentAssertions; using Moq; using NFluent; using WireMock.Matchers; using WireMock.Matchers.Request; using WireMock.Models; using WireMock.Types; using WireMock.Util; using Xunit; namespace WireMock.Net.Tests.Requ...
#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 CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Windows.Forms; using DpSdkEngLib; using DPSDKOPSLib; using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; using System.Linq; ...
// 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.Globalization; /// <summary> /// String.System.IConvertible.ToInt32(IFormatProvider provi...
// 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 Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Text; using Xunit; #if false namespace Roslyn.Services.Editor.UnitTests.CodeGeneration { publi...
// 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 0.17.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Reflection.Internal; using System.Text; using TestUtilities; using Xunit; namespace System.Reflection.Metadata.Tests { public class BlobReaderTests ...
using System; using System.Collections.Generic; using ServiceStack.OrmLite; using ServiceStack.ServiceHost; using ServiceStack.ServiceInterface; using ServiceStack.ServiceInterface.ServiceModel; using ServiceStack.WebHost.Endpoints.Tests.Support.Host; namespace ServiceStack.WebHost.Endpoints.Tests.Support.Services { ...
using System; using System.Collections.Generic; using System.IO; namespace ETLStackBrowse { public partial class ETLTrace { // const int fldCSwitchTimeStamp = 1; // const int fldCSwitchNewProcessName = 2; private const int fldCSwitchNewTID = 3; // const int fldCSwitchNPri ...
/******************************************************************************* * Copyright 2008-2011, Cypress Semiconductor Corporation. All rights reserved. * You may use this file only in accordance with the license, terms, conditions, * disclaimers, and limitations in the end user license agreement accompanying ...
using System; using System.Threading; using System.Threading.Tasks; using JetBrains.Annotations; namespace Jasily.Extensions.System.Threading.Tasks { public static class TaskFactoryHelper { #region Task<T> public static async Task<T> FromAsync<T>([NotNull] Func<AsyncCallback, object, IAsyncRes...
// // PropertyDefinition.cs // // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2011 Jb Evain // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction,...
using System; using System.Collections.Generic; using System.Text; namespace EscapistasClub.Core.Helpers { public class Base32Encoder { private const string DEF_ENCODING_TABLE = "abcdefghijklmnopqrstuvwxyz234567"; private const char DEF_PADDING = '='; private readonly string eTable; /...
using System.IO; using System.Text.RegularExpressions; using Signum.Engine.Maps; namespace Signum.Engine.CodeGeneration; public class ReactCodeGenerator { public string SolutionName = null!; public string SolutionFolder = null!; public Schema CurrentSchema = null!; public virtual void GenerateReactF...
using System; using System.Collections; using CodeStage.AdvancedFPSCounter.CountersData; using CodeStage.AdvancedFPSCounter.Label; namespace CodeStage.AdvancedFPSCounter { using UnityEngine; /// <summary> /// Allows to see frames per second counter, memory usage counter and some simple hardware information right i...
//------------------------------------------------------------------------------ // <copyright file="ResumeTest.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation // </copyright> //------------------------------------------------------------------------------ namespace DMLibTest { using System; ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Threading; using NUnit.Framework; using NServiceKit.Common.Extensions; using NServiceKit.Text; namespace NServiceKit.Redis.Tests { [TestFixture, Category("Integration")] public class ...
namespace Azure.Storage.Queues { public partial class QueueClient { protected QueueClient() { } public QueueClient(string connectionString, string queueName) { } public QueueClient(string connectionString, string queueName, Azure.Storage.Queues.QueueClientOptions options) { } pub...
// 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.IO; using System.Linq; using System.Runtime.InteropServices; using JetBrains.Annotations; using osu.Framework...
/* Copyright (c) 2006-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 agre...
// 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 ...
/* * * (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...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net; using SAP.IW.SSO; using System.Globalization; using SAP.IW.GWPAM.Common.Configuration; using System.Web; using AdnWebAPI.Controllers; namespace AdnWebAPI.BusinessEntity { /// <summary> /// This class handles the co...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Runtime.InteropServices; using TestLibrary; /// <summary> /// Pass Array Size by out ke...
// 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 ...
// Copyright (C) 2014 dot42 // // Original filename: Junit.Framework.cs // // 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...
// 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 J2N.Collections.Generic.Extensions; using Lucene.Net.Diagnostics; using Lucene.Net.Support; using System; using System.Collections.Generic; using System.IO; using System.Runtime.CompilerServices; namespace Lucene.Net.Index { /* * Licensed to the Apache Software Foundation (ASF) under one or more * ...
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.Runtime.InteropServices; using System.Security; using System.Text; using System.Linq; using Python.Runtime.Native; namespace Python.Runtime { /// <summary> /// Perfor...
// *********************************************************************** // Copyright (c) 2007 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...
//------------------------------------------------------------------------------ // <copyright file="MTNameTable.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">[....]</owner> //-------------------------------------------...
using System; using Microsoft.Data.Entity; using Microsoft.Data.Entity.Infrastructure; using Microsoft.Data.Entity.Metadata; using Microsoft.Data.Entity.Migrations; using EverReader.Models; namespace EverReader.Migrations { [DbContext(typeof(EverReaderContext))] partial class ApplicationDbContextModelSnapshot ...
//--------------------------------------------------------------------- // <copyright file="StorageModificationFunctionMapping.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // // @owner [....] // @backupOwner [....] //----------------------------------...
/******************************************************************************* * Copyright 2008-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. * Licensed under the Apache License, Version 2.0 (the "License"). You may not use * this file except in compliance with the License. A copy of the License...
/** * 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...
using NUnit.Framework; using Lucene.Net.Attributes; using Lucene.Net.Documents; using Lucene.Net.Index; using Lucene.Net.Support; using System; using System.Collections.Generic; using System.Diagnostics; namespace Lucene.Net.Codecs.PerField { /* * Licensed to the Apache Software Foundation (ASF) under one...
// ---------------------------------------------------------------------------------- // // Copyright Microsoft 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 the License at // http://www.apa...
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...
#pragma warning disable 109, 114, 219, 429, 168, 162 namespace pony.events { public class Event : global::haxe.lang.HxObject { public Event(global::haxe.lang.EmptyObject empty) { unchecked { #line 35 "C:\\HaxeToolkit\\haxe\\lib\\pony/git/pony/events/Event.hx" { } } #line defaul...
///////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Tencent is pleased to support the open source community by making behaviac available. // // Copyright (C) 2015-2017 THL A29 Limited, a Tencent company. All rights reserved. // // Licensed under the BSD 3...
#region Apache License, Version 2.0 // // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, ...
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using UnityEditor; using UnityEngine; using Vexe.Editor.GUIs; using Vexe.Editor.Helpers; using Vexe.Runtime.Extensions; #pragma warning disable 0414 namespace Vexe.Editor.Windows { public class SelectionWindow : ...
//----------------------------------------------------------------------- // <copyright file="GraphDsl.cs" company="Akka.NET Project"> // Copyright (C) 2015-2016 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net> // </copyright> //-----...
#region namespaces using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Xml; using System.Windows.Forms; using System.Reflection; using Epi.DataSets; using Epi.Fields; using Epi.Windows; using Epi.Windows.Controls; using Epi.Windows....