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 Microsoft.Win32.SafeHandles; using System.ComponentModel; using System.Diagnostics; using System.Threading; n...
// // PKCS7.cs: PKCS #7 - Cryptographic Message Syntax Standard // http://www.rsasecurity.com/rsalabs/pkcs/pkcs-7/index.html // // Authors: // Sebastien Pouliot <sebastien@ximian.com> // Daniel Granath <dgranath#gmail.com> // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) // Copyright (C) 2004-2005 N...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace odatav4webapi.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it wi...
// 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.Globalization; using System.Text; using System.Text.Unicode.Tests; us...
// <file> // <copyright see="prj:///doc/copyright.txt"/> // <license see="prj:///doc/license.txt"/> // <owner name="Daniel Grunwald" email="daniel@danielgrunwald.de"/> // <version>$Revision: 3349 $</version> // </file> using System; using System.Collections.Generic; using System.Diagnostics; using ICSh...
// 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.Xml; using System.Text; using System.Collections; using System.Collections.Generic; using System.IO; using System.Text.RegularExpressions; us...
// Copyright (c) 2006-2007 Frank Laub // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // 1. Redistributions of source code must retain the above copyright // notice, this list of condition...
// "Therefore those skilled at the unorthodox // are infinite as heaven and earth, // inexhaustible as the great rivers. // When they come to an end, // they begin again, // like the days and months; // they die and are reborn, // like the four seasons." // // - Sun Tsu, // "The Art of War" using System; using System....
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICUL...
namespace MovieFanatic.Data.Migrations { using System; using System.Collections.Generic; using System.Data.Entity.Infrastructure.Annotations; using System.Data.Entity.Migrations; public partial class AddingGlobalFilter : DbMigration { public override void Up() { ...
// 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.Runtime.CompilerServices; using System.Reflection; namespace System.Linq.Expressions.Interpreter { public partial class LightLambda ...
// 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 ...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.ServiceModel.Channels { using System.Collections.Generic; using System.Collections.ObjectModel; using S...
using System; using System.Collections; using System.Linq; using System.Reflection; using System.Text; using System.Text.RegularExpressions; public static class dbg_extensions { static public T dump<T>(this T @object, params object[] args) { dbg.print(@object, args); return @object; } ...
// 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 ...
namespace android.graphics { [global::MonoJavaBridge.JavaClass()] public partial class Path : java.lang.Object { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; static Path() { InitJNI(); } protected Path(global::MonoJavaBridge.JNIEnv @__env) : base(@__env) { } [global::Mon...
// 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.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.ComponentModel; using System.Data.Common; using System.Data.ProviderBase; using System.Diagnostics; usi...
// // Authors: // Duane Wandless // Miguel de Icaza // // 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, mod...
using System; partial class formDC : System.Windows.Forms.Form { /// <summary> /// Designer variable used to keep track of non-visual components. /// </summary> private System.ComponentModel.IContainer components; /// <summary> /// Disposes resources used by the form. /// </summary> //...
using System; using FreeImageAPI; using System.Drawing; namespace Sample05 { class Program { static void Main(string[] args) { // Check if FreeImage.dll is available (can be in %path%). if (!FreeImage.IsAvailable()) { Console.WriteLine("FreeImage.dll seems to be missing. Aborting."); return; ...
using System; using NTumbleBit.BouncyCastle.Crypto.Utilities; using NTumbleBit.BouncyCastle.Utilities; namespace NTumbleBit.BouncyCastle.Crypto.Digests { /** * implementation of SHA-1 as outlined in "Handbook of Applied Cryptography", pages 346 - 349. * * It is interesting to ponder why the, apart fr...
/****************************************************************************/ /* */ /* The Mondo Libraries */ /* */ /* Namespace: M...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; namespace System.Xml { internal class Base64Decoder : IncrementalReadDe...
/* Copyright 2019 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, ...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Xunit; namespace System.ComponentModel.EventBasedAsync.Tests { public...
//------------------------------------------------------------------------------ // <copyright file="ClientSettingsStore.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ 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.Linq; using System.Threading; using System.Threading.Tasks; using Xunit; namespace System.IO.Tests { ...
// 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.Diagnostics; using System.Globalization; using System.IO; using System.Net.So...
// // (C) Copyright 2003-2011 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software in // object code form for any purpose and without fee is hereby granted, // provided that the above copyright notice appears in all copies and // that both that copyright notice and the limited warranty ...
using ICSharpCode.SharpZipLib.Tests.TestSupport; using ICSharpCode.SharpZipLib.Zip.Compression; using ICSharpCode.SharpZipLib.Zip.Compression.Streams; using NUnit.Framework; using System; using System.IO; using System.Security; using System.Text; namespace ICSharpCode.SharpZipLib.Tests.Base { /// <summary> /// 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. /****************************************************************************** * This file is auto-generated from ...
namespace Microsoft.Protocols.TestSuites.MS_ADMINS { using System; using System.Collections.Generic; using System.Net; using System.Web.Services.Protocols; using Microsoft.Protocols.TestSuites.Common; using Microsoft.Protocols.TestTools; /// <summary> /// MS-ADMINS Adapter implementatio...
/* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See License.txt in the project root for license information. */ namespace Adxstudio.Xrm.EntityForm { using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Web; us...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. // // System.Net.HttpConnection // // Author: // Gonzalo Paniagua Javier (gonzalo.mono@gmail.com) // // Copyright (c) 2005-2009 Novell, Inc. (http://www.novell.com) // Copyright (c) 2012 Xa...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // Licensed under the MIT license. See LICENSE file in the project root for full license information. //----------------------------------------------------------------...
// 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) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using Microsoft.PowerShell.Commands; using System.Collections; using System.Collections.ObjectModel; using System.IO; using System.Linq; using System.Management.Automation.Internal; using System.Text; namespace System.Mana...
/* * 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; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using Xunit; ...
// // Copyright (C) 2012-2014 DataStax Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by app...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq.Expressions; using Microsoft.AspNetCore.Mvc.ModelBinding; using Microso...
// ---------------------------------------------------------------------------------- // // 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.apac...
using System.Collections.Generic; using System.IO; using System.Linq; using DocSharp.Generators.HTML.CSharp; using ICSharpCode.NRefactory.TypeSystem; namespace DocSharp.Generators.HTML { public class HTMLCSharpClassGenerator : HTMLPage { public ITypeDefinition Type; public HTMLCSharpClassGener...
using System; using System.IO; using System.ComponentModel; using System.Collections.Generic; using System.Runtime.Serialization; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using ChargeBee.Internal; using ChargeBee.Api; using ChargeBee.Models.Enums; using ChargeBee.Filters.Enums; namespace ChargeBee.Models { ...
// 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 ...
//----------------------------------------------------------------------- // <copyright file="FileItem.cs" company="CompanyName"> // Copyright info. // </copyright> //----------------------------------------------------------------------- namespace Distribox.FileSystem { using System; using System.Collectio...
using System; using UIKit; using CoreGraphics; namespace Example_Drawing.Screens.iPad.Transformations { public class Controller : UIViewController { UIImageView imageView; UIButton btnUp; UIButton btnRight; UIButton btnDown; UIButton btnLeft; UIButton btnReset; UIButton btnRotateLeft; UIButton btnRo...
/* * $Id: Logger.cs 209 2006-12-22 19:11:35Z meebey $ * $URL: svn+ssh://svn.qnetp.net/svn/smartirc/SmartIrc4net/trunk/src/Logger.cs $ * $Rev: 209 $ * $Author: meebey $ * $Date: 2006-12-22 20:11:35 +0100 (Fri, 22 Dec 2006) $ * * SmartIrc4net - the IRC library for .NET/C# <http://smartirc4net.sf.net> * * Copyrig...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. // A copy from https://github.com/aspnet/HttpAbstractions/blob/057fc816fab1062700959cdaad2a32e9d85efca6/src/Microsoft.AspNetCore.WebUtilities/HttpRespon...
using System; using System.Collections.Generic; using System.Text; using System.Xml; using System.Xml.Serialization; using Texture2D = Microsoft.Xna.Framework.Graphics.Texture2D; //TODO: the AnimationChain namespace in the content assembly should probably be renamed to avoid this naming conflict using Anim = FlatRed...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using BTCPayServer.Abstractions.Constants; using BTCPayServer.Abstractions.Extensions; using BTCPayServer.Abstractions.Models; using BTCPayServer.BIP78.Sender; using BTCPayServer.HostedServices; usin...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Orleans....
// Copyright (c) 2015, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // - Redistributions of source code must retain the above copyright notice, this // list o...
using System; using System.Collections.Generic; using System.Diagnostics; namespace Lucene.Net.Search.Spans { using BytesRef = Lucene.Net.Util.BytesRef; using DocsAndPositionsEnum = Lucene.Net.Index.DocsAndPositionsEnum; /// <summary> /// Copyright 2005 The Apache Software Foundation /// /// L...
/* * 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) Winton. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENCE in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Transactions; using FluentAsser...
using System; using System.Collections.Generic; using System.Linq.Expressions; using Stratus.Utilities; using UnityEngine; namespace Stratus { /// <summary> /// A programmatic overlay for debugging use. You can use the preset window /// for quick prototyping, or make your own windows. /// </summary> [StratusSingl...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Xml; using System.Xml.Linq; using Palmmedia.ReportGenerator.Core.Common; using Palmmedia.ReportGenerator.Core.Logging; using Palmmed...
using ClosedXML.Excel; using System; namespace ClosedXML_Examples { public class CFColorScaleLowMidHigh : IXLExample { public void Create(String filePath) { var workbook = new XLWorkbook(); var ws = workbook.AddWorksheet("Sheet1"); ws.FirstCell().SetValue(1)...
#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.a...
/////////////////////////////////////////////////////////////////////////////////// //// Paint.NET (MIT,from version 3.36.7, see=> https://github.com/rivy/OpenPDN // //// Copyright (C) dotPDN LLC, Rick Brewster, Tom Jackson, and contributors. // //// Portions Copyright (C) Microsoft Corporation. All Rights Reserv...
// 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.Drawing; using System.Runtime.InteropServices; using System.Windows.Forms; namespace Dwm { #region Enumerations /// <summary> /// Rendering policies for the non client area of the window /// </summary> public enum NonClientRenderingPolicy { /// <summary> ...
using System; using Csla; using Csla.Data; using DalEf; using Csla.Serialization; using System.ComponentModel.DataAnnotations; using BusinessObjects.Properties; using System.Linq; using Csla.Security; namespace BusinessObjects.MDSubjects { [Serializable] public partial class cMDSubjects_Employee: cMDSubjects_Subject...
//------------------------------------------------------------------------------ // // <copyright file="VisualProxy.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // Description: // Mapping between a visual and its handles on different channels. // //--...
// NpgsqlTypes.NpgsqlTypesHelper.cs // // Author: // Glen Parker <glenebob@nwlink.com> // // Copyright (C) 2004 The Npgsql Development Team // npgsql-general@gborg.postgresql.org // http://gborg.postgresql.org/project/npgsql/projdisplay.php // // This library is free software; you can redistribute it and/or // modify i...
using System; using System.Collections; using System.Text; using System.Collections.Generic; using System.Runtime.Serialization; namespace DDay.iCal { /// <summary> /// Represents a unique component, a component with a unique UID, /// which can be used to uniquely identify the component. /// </summ...
// 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.Drawing.Imaging { using System.Runtime.InteropServices; // sdkinc\imaging.h /// <inclu...
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...
using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Windows.Forms; using System.ComponentModel; namespace WeifenLuo.WinFormsUI.Docking { internal class VS2005DockPaneStrip : DockPaneStripBase { private class TabVS2005 : Tab { public TabVS2005(IDockConten...
// 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; namespace System.Management { /// <summary> /// <para> Provides methods to c...
// 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 Test.Utilities; using Xunit; using VerifyCS = Test.Utilities.CSharpCodeFixVerifier< Microsoft.NetCore.Analyzers.Runtime.TestForEmptySt...
/* **************************************************************************** * * 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 ...
// // Copyright (c) 2004-2017 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 Lucene.Net.Documents; using System; using System.Runtime.CompilerServices; namespace Lucene.Net.Index { /* * 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 regardi...
// <copyright file="DelimitedReaderTest.cs" company="Fubar Development Junker"> // Copyright (c) 2016 Fubar Development Junker. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // </copyright> using System.IO; using BeanIO.Stream.Delimited; us...
// // ArithmeticExpression.cs.cs // // This file was generated by XMLSPY 2004 Enterprise Edition. // // YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE // OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION. // // Refer to the XMLSPY Documentation for further details. // http://www.altova.com/xmlspy // using System; usin...
using Lucene.Net.Analysis; using Lucene.Net.Diagnostics; using Lucene.Net.Documents; using Lucene.Net.Index; using Lucene.Net.Store; using Lucene.Net.Util; using System; using System.Collections.Generic; using System.IO; using System.Text; using Assert = Lucene.Net.TestFramework.Assert; using Directory = Lucene.Net.Sto...
namespace More { using FluentAssertions; using More.Globalization; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using Xunit; public class DateTimeFormatProviderTest { [Theory] [MemberData( nameof( NullDateTimeFormatDa...
'From Squeak 1.21c of Aug 4, 1997 on 2 October 1997 at 1:21:31 am'! "Change Set: TextMorphMods Date: 1 October 1997 Author: Dan Ingalls This is a complete rework of TextMorphs including... InstVar paragraph is now only a cache - it can be nilled out at any time, especially prior to duplicating or storing on a fi...
using System; using System.Runtime.InteropServices; using Internal.Runtime.CompilerServices; using System.Runtime.Serialization; enum DataContractKind { Unknown , BooleanDataContract , ByteArrayDataContract , CharDataContract , DateTimeDataContract , Decimal...
// 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.IO; using Signum.Utilities.Reflection; using System.Globalization; using System.Collections; namespace Signum.Utilities; public static class Tsv { // Default changed since Excel exports not to UTF8 and https://stackoverflow.com/questions/49215791/vs-code-c-sharp-system-notsupportedexception-no-data-i...
using System; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; using Steamworks.Data; namespace Steamworks { internal unsafe class ISteamUGC : SteamInterface { internal ISteamUGC( bool IsGameServer ) { SetupInterface( IsGameServer ); } [DllImport( Platform.Libr...
using System; using System.Diagnostics; using System.Text; using Pgno = System.UInt32; using u32 = System.UInt32; namespace System.Data.SQLite { using sqlite3_stmt = Sqlite3.Vdbe; internal partial class Sqlite3 { /* ** 2003 April 6 ** ** The author disclaims copyright to this source code. In place of ...
using System; using System.Collections.Generic; using System.Threading; using EcsRx.Collections; using EcsRx.Entities; using EcsRx.Groups; using EcsRx.Groups.Observable; using EcsRx.MicroRx.Subjects; using EcsRx.Plugins.ReactiveSystems.Handlers; using EcsRx.Plugins.ReactiveSystems.Systems; using EcsRx.Systems; using NS...
// Copyright (c) 1995-2009 held by the author(s). All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of c...
using System; using System.Linq; using System.Linq.Expressions; using System.Reflection; using FluentNHibernate.Conventions; using FluentNHibernate.Conventions.Inspections; using FluentNHibernate.MappingModel; using FluentNHibernate.Utils; using NUnit.Framework; namespace FluentNHibernate.Testing.ConventionsTests.Insp...
// 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.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...
// 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; using System.Collections.Generic; using System.Diagnostics; using Sys...
// // System.Decimal.cs // // Represents a floating-point decimal data type with up to 29 // significant digits, suitable for financial and commercial calculations. // // Author: // Martin Weindel (martin.weindel@t-online.de) // // (C) 2001 Martin Weindel // // // Copyright (C) 2004 Novell, Inc (http://www.novell.c...
/* Copyright 2019 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, ...
using System; using System.Collections; using System.Globalization; using System.IO; using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Collections; namespace Org.BouncyCastle.Bcpg.OpenPgp { /// <remarks> /// Often a PGP key ring file is made up of a succession of master/sub-key key rings. /// If y...
/* * Copyright (c) 2010-2012, Achim 'ahzf' Friedland <achim@graph-database.org> * This file is part of Styx <http://www.github.com/Vanaheimr/Styx> * * 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 L...
/* * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / /// <summary> /// PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you /// currently do not have developer preview access, please contact help@twilio...
/********************************************************************* * * MPFS Generator Library * ********************************************************************* * FileName: MPFSlib.cs * Dependencies: Microsoft .NET Framework 2.0 * Processor: x86 * Complier: Microsoft Visual C#...