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. /*============================================================================= ** ** ** Purpose: A circular-array i...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using GongSolutions.Wpf.DragDrop; using log4net; using MoreLinq; using POESKi...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. // // System.Net.RequestStream // // Author: // Gonzalo Paniagua Javier (gonzalo@novell.com) // // Copyright (c) 2005 Novell, Inc. (http://www.novell.com) // // Permission is hereby granted...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.IO; using System.Linq; using System.Globalization; using System.Collections.Generic; using System.Secur...
using System; using System.Collections.Generic; using Mono.Unix.Native; using Mono.Fuse; //Imports Mono.Fuse.FileSystem class Ext2fsFuse : FileSystem { Ext2fsLib.Ext2FS Ext2fs; Errno FS_ERR = 0; public Ext2fsFuse(string[] args) { string fspath = args[args.Length - 2]; //string s; ...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
// --------------------------------------------------------------------------- // <copyright file="ServiceObjectSchema.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // --------------------------------------------------------------------------- //------------...
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including wit...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using 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. namespace Microsoft.Xml.Schema { using System; using Microsoft.Xml; using Microsoft.Xml.XPath; usin...
//============================================================================== // TorqueLab -> // Copyright (c) 2015 All Right Reserved, http://nordiklab.com/ //------------------------------------------------------------------------------ //============================================================================...
/* * 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...
/* * 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 Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF licenses this file to you under the Apache License, Version 2.0 // (...
using System; using System.Collections; using System.IO; using System.Linq; using System.Net.Http; using System.Collections.Generic; using System.Threading.Tasks; using System.Globalization; using System.Diagnostics; using System.Text.RegularExpressions; using System.Threading; namespace Espresso3389.HttpStream { ...
using System; using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Media; using NullGuard; namespace GitHub.UI { public class PromptRichTextBox : RichTextBox, IShortcutCon...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. extern alias PDB; using System; using System.Collections.Immutable; using System.IO; using System.Reflection.Metadata; using System.Runtime.InteropServices.C...
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including wit...
#region The MIT License (MIT) // // Copyright (c) 2013 Atif Aziz. All rights reserved. // // 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...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace CDMservers.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it with ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Net; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Newtonsoft.Json; using Orleans.ApplicationParts; using Orleans.Hosting; using Orleans.Runtime.Configuration; usin...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace SDS.Clould.WebAPI.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate i...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Transactions; using Abp.Dependency; using Abp.Domain.Uow; using Abp.EntityHistory.Extensions; using Abp.Events.Bus.Entities; using Abp.Extensions; using Abp.Json; using Abp.Reflection; using JetBrains.Annotatio...
/* * 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) 2015, InWorldz Halcyon Developers * 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 Microsoft.Win32.SafeHandles; using System.Collections.Generic; using System.Net.Sockets; using System.Threadi...
#region License, Terms and Author(s) // // ELMAH - Error Logging Modules and Handlers for ASP.NET // Copyright (c) 2004-9 Atif Aziz. All rights reserved. // // Author(s): // // Atif Aziz, http://www.raboof.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file excep...
using System.Linq; using Xunit; namespace PreMailer.Net.Tests { public class CssParserTests { [Fact] public void AddStylesheet_ContainsAtCharsetRule_ShouldStripRuleAndParseStylesheet() { var stylesheet = "@charset utf-8; div { width: 100% }"; var parser = new CssParser(); parser.AddStyleSheet(stylesh...
// // 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...
// // https://github.com/ServiceStack/ServiceStack.Redis/ // ServiceStack.Redis: ECMA CLI Binding to the Redis key-value storage system // // Authors: // Demis Bellot (demis.bellot@gmail.com) // // Copyright 2017 ServiceStack, Inc. All Rights Reserved. // // Licensed under the same terms of ServiceStack. // using Sy...
using System; using System.IO; using System.Linq; using System.Text; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Csv.Tests { [TestClass] public class Tests { [TestMethod] public void EmptyCsv() { Assert.AreEqual(0, CsvReader.ReadFromText("A").Count()); ...
// // Import.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, including /...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Composition; using System.Linq; using System.Threading; using System.Threading.Tasks; using Syste...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; namespace SelfLoad.Business.ERCLevel { /// <summary> /// D10Level11111 (editable child object).<br/> /// This is a generated base class of <see cref="D10Level11111"/> business object. /// </summary> /// <rem...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
/* * Copyright (c) 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...
/******************************************************************** 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 "...
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // QuerySettings.cs // ...
using System; using System.Collections; using System.Collections.Generic; using System.Text; namespace liquicode.AppTools { public static partial class DataStructures { public partial class Node { //------------------------------------------------- public interface INodeVisitor { bool Reset( V...
namespace StockSharp.Algo.Storages { using System; using System.Collections.Generic; using System.IO; using System.Text; using Ecng.Collections; using Ecng.Common; using Ecng.Serialization; using StockSharp.Logging; using StockSharp.Messages; using Key = System.Tuple<Messages.SecurityId, Messages.DataType>...
// 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...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.IO; namespace System.Runtime { internal class BufferedOutputStream : Stream { [Fx.Tag.Cache(typeof(byte), Fx.Tag.CacheAttrition.None, Scop...
using System.Collections.Generic; using System.Threading.Tasks; using Abp.Dependency; using Abp.Domain.Uow; using Abp.EntityFramework; using Abp.MultiTenancy; using Castle.Core.Internal; using Microsoft.EntityFrameworkCore; namespace Abp.EntityFrameworkCore.Uow { /// <summary> /// Implements Unit of work for E...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using Prism.Ioc; using Prism.Ioc.Internals; using Unity; using Unity.Lifetime; using Unity.Resolution; namespace Prism.Unity { /// <summary> /// The Unity implementation of the <see cref="IContainerExtension" /> //...
// 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 Xunit; namespace System.Collections.Tests { public 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.Linq.Expressions; using Xunit; namespace System.Linq.Tests { public class AverageTests : Enumerabl...
/* * 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...
namespace XenAdmin.TabPages { partial class HistoryPage { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
using System; using System.Linq; using System.Collections.Generic; using System.Dynamic; namespace Python.Runtime { public class PyScopeException : Exception { public PyScopeException(string message) : base(message) { } } /// <summary> /// Classes/methods have ...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
/* Copyright 2016 Sannel Software, L.L.C. 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 ...
// 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 //...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
using System; using System.Collections; using System.IO; using System.Threading; using System.Web; using System.Web.Caching; using System.Xml.Serialization; using System.Text; using System.ComponentModel; using Alienlab.Web.Security.Resources; namespace Alienlab.Web.Security { /// <summary> /// Generic class ...
// This file was created automatically, do not modify the contents of this file. // ReSharper disable InvalidXmlDocComment // ReSharper disable InconsistentNaming // ReSharper disable CheckNamespace // ReSharper disable MemberCanBePrivate.Global using System; using System.Runtime.InteropServices; // Source file C:\P...
#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, ...
/* * Copyright (c) 2015, InWorldz Halcyon Developers * 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 *...
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...
namespace StockSharp.Algo { using System; using System.Collections.Generic; using System.Linq; using Ecng.Common; using Ecng.Collections; using StockSharp.Logging; using StockSharp.Messages; /// <summary> /// Message adapter that tracks multiple lookups requests and put them into single queue. /// </summary...
/* * 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.Text; using System.Collections; using System.Collections.Generic; using System.IO; namespace InstallerLib { /// <summary> /// A pair of source->target file for embedding. /// </summary> public class EmbedFilePair { private string _fullpath; private string ...
// 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; using System.Threading; #if !ES_BUILD_AGAINST_DOTNET_V35 using Contract = Sy...
/// 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...
// SF API version v50.0 // Custom fields included: False // Relationship objects included: True using System; using NetCoreForce.Client.Models; using NetCoreForce.Client.Attributes; using Newtonsoft.Json; namespace NetCoreForce.Models { ///<summary> /// Push Topic ///<para>SObject Name: PushTopic</para> ///<para>...
using System; using OpenTK; namespace PerVertexDirectionalLighting { struct Color { public float red; public float green; public float blue; public float alpha; } struct TextureCoord { public float S; public float T; } public static class GLCommon { public static float radiansFromDegrees (float d...
// Copyright 2017, Google Inc. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. // // System.Net.HttpEndPointListener // // Author: // Gonzalo Paniagua Javier (gonzalo.mono@gmail.com) // // Copyright (c) 2005 Novell, Inc. (http://www.novell.com) // Copyright (c) 2012 X...
// 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. ////////////////////////////////////////////////////////// // L-1-5-1.cs - Beta1 Layout Test - RDawson // // Tests l...
using Xunit; namespace Jint.Tests.Ecma { public class Test_7_8_4 : EcmaTest { [Fact] [Trait("Category", "7.8.4")] public void ADirectivePreceedingAnUseStrictDirectiveMayNotContainAnOctalescapesequence() { RunTest(@"TestCases/ch07/7.8/7.8.4/7.8.4-1-s.js", false); } ...
using System; using UnityEngine; using UnityEditor; /** * Undock the Game window and let you set the resolution you want thru a popup window. * Allows transform the resolution of the Game window according to mobile's ppi and monitor's ppi. * It has a workaround for setting free aspect ratio (top-left option in Game...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. //----------------------------------------------------------------------- // <copyright file="BuildItemGroupCollection_Tests.cs" company="Microsoft"> // Copyright (...
// Get name lists for online players not hidden using System; using System.IO; using System.Collections; using System.Net; using System.Net.Sockets; using System.Threading; using Server; namespace Knives.Chat3 { public class MultiConnection { private static MultiConnection s_Connection = new MultiConn...
// 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.Diagnostics; using System.DirectoryServices.Interop; using System...
// Copyright (c) MOSA Project. Licensed under the New BSD License. using Mosa.Compiler.Common; using Mosa.Compiler.Framework.CIL; using Mosa.Compiler.Framework.IR; using Mosa.Compiler.MosaTypeSystem; namespace Mosa.Compiler.Framework.Stages { /// <summary> /// Represents the CIL decoding compilation stage. /// </s...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using OrchardCore.ContentManagement; using OrchardCore.ContentManagement.Display; using OrchardCore.ContentManagement.Display.ContentDisplay; us...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.Win32; using System; using System.IO; using System.Threading; using Xunit; namespace Microsoft.Win32.RegistryTests { public class Registry_GetValue...
namespace _11.LinkedList.LinkedListImplementation { using System.Collections; using System.Collections.Generic; public class CustomLinkedList<T> : ICollection<T> { private CustomLinkedListNode<T> head; private CustomLinkedListNode<T> tail; public CustomLinkedListNode<T> Head ...
// 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.Threading.Tasks; namespace System.Net.Sockets { public static cl...
using System; using System.Reactive.Linq; using System.Linq; using System.ComponentModel; using Avalonia.Controls.Platform; using System.Collections.Generic; using Avalonia.Input; using Avalonia.LogicalTree; using Avalonia.Controls.Primitives; namespace Avalonia.Controls { public class ContextMenu : SelectingItems...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; using ILRuntime.CLR.TypeSystem; using ILRuntime.CLR.Method; using ILRuntime.Runtime.Enviorment; using ILRuntime.Runtime.Intepreter; using ILRuntime.Runtime.Stack; using ILRuntime.Reflection...
using Prism.Events; using System; using System.Collections.Generic; using System.Linq; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Navigation; namespace Prism.Windows.Navigation { /// <summary> /// Abstracts the <see cref="Frame"/> object for use by apps that derive from the <s...
//----------------------------------------------------------------------------- // // <copyright file="DeobfuscatingStream.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // Description: // This class provides stream implementation that de-obfuscates the byt...
using Newtonsoft.Json.Linq; using ReactNative.Bridge; using ReactNative.Common; using ReactNative.Modules.Core; using ReactNative.Modules.DevSupport; using ReactNative.Tracing; using System; using System.IO; using System.Reactive.Disposables; using System.Runtime.ExceptionServices; using System.Threading; using System....
//------------------------------------------------------------------------------ // <copyright file="CompanyService.cs"> // Copyright (c) 2014-present Andrea Di Giorgi // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the ...
using Eto.Drawing; using Eto.Forms; using System; using System.Linq; using System.ComponentModel; namespace Eto.Test.Sections.Behaviors { [Section("Behaviors", "Windows")] public class WindowsSection : Panel, INotifyPropertyChanged { Window child; Button bringToFrontButton; EnumRadioButtonList<WindowStyle> st...
/* * 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 ...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: POGOProtos/Networking/Responses/SetPlayerTeamResponse.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Pro...
using System; using System.Data; using System.Collections.Generic; using System.Text; namespace Content.API { public struct Setting { private string _key; private object _value; private string _dataType; private System.Xml.XmlDocument _xmlSettingValue; /// <summary> ...
using System.Collections.Generic; using System.Drawing; using System.IO; using System.Linq; using Emgu.CV; using Emgu.CV.CvEnum; using Emgu.CV.Structure; using Microsoft.Xna.Framework; namespace Pentacorn { class Intrinsics { public PointF PrincipalPoint { get; private set; } public Matrix Proj...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using Signum.Engine.Maps; using Signum.Entities; using Signum.Entities.Reflection; using Signum.Utilities; using Signum.Utilities.DataStructures; using Signum.Utilities.ExpressionTrees; using Signu...
/*++ Copyright (c) 2003 Microsoft Corporation Module Name: SslStream.cs Abstract: A public implementation of authenticated stream using SSL protocol Author: Alexei Vopilov Sept 28-2003 Revision History: --*/ #if MONO_FEATURE_NEW_TLS && SECURITY_DEP using System.Security.Cryptography.X509Certificat...
//----------------------------------------------------------------------- // <copyright file="TangoSupport.cs" company="Google"> // // Copyright 2016 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License....
// 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 Xunit; namespace System.Diagnostics.TraceSourceTests { using Method = TestTraceListener.Method; publ...
// 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.Xml.Schema; using System.Reflection; using System.Reflection.Emit; using System.Collections; using System.Collections.Gener...
/* * 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. 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.Diagnostics; using System.Reflection.Metadata; using System.Runtime.InteropServices; using System.Text; namespace System...
using System; using Marten.Testing.Documents; using Marten.Testing.Harness; using Shouldly; using Weasel.Postgresql; using Weasel.Postgresql.Tables; using Xunit; namespace Marten.Testing.Acceptance { public class foreign_keys: IntegrationContext { [Fact] public void can_insert_document_with_nul...
namespace android.app { [global::MonoJavaBridge.JavaClass()] public partial class SearchManager : java.lang.Object, android.content.DialogInterface_OnDismissListener, android.content.DialogInterface_OnCancelListener { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; static SearchManager() ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Net; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Orleans.Runtime; using Orleans.Runtime.Configuration; using Orleans.Streams; namespace Orleans { /// <summary> /...