context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System.Collections.Generic; namespace Plugin.Iconize.Fonts { /// <summary> /// Defines the <see cref="WeatherIconsCollection" /> icon collection. /// </summary> public static class WeatherIconsCollection { /// <summary> /// Gets the icons. /// </summary> /// <v...
// 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 //...
/* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See License.txt in the project root for license information. */ using System.Collections.Generic; using System.Collections.Specialized; using System.Web; using System.Web.Mvc; using Adxstudio.Xrm.Cms; namespace Adxstudio....
// 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 Test.Cryptography; using Xunit; namespace System.Security.Cryptography.X509Certificates.Tests { public st...
// ReSharper disable InconsistentNaming namespace Gu.Analyzers.Test.GU0011DontIgnoreReturnValueTests { using Gu.Roslyn.Asserts; using NUnit.Framework; internal partial class ValidCode { internal class Ignore { [TestCase("stringBuilder.AppendLine(\"test\");")] [Te...
using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; using gView.SDEWrapper.x64; using gView.Framework.Data; using gView.Framework.Geometry; namespace gView.Interoperability.Sde.x64 { internal class SdeFeatureCursor : FeatureCursor { private SdeDatase...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
using System; using System.Collections.Generic; using System.Linq; namespace Toggl.Core.UI.Collections.Diffing { public sealed class Diffing<TSection, THeader, TElement, TKey> where TKey : IEquatable<TKey> where TSection : IAnimatableSectionModel<THeader, TElement, TKey>, new() where TEleme...
// 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 Debug = System.Diagnostics.Debug; namespace Internal.TypeSyst...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // Enables instruction counting and displaying stats at process exit. // #define STATS using System; using System.Collections.Generic; using System.Diagnostics; 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 Xunit; namespace System.Linq.Expressions.Tests { public static class LambdaSubtractNullableTests { ...
#region License /* Copyright (c) 2003-2015 Llewellyn Pritchard * All rights reserved. * This source code is subject to terms and conditions of the BSD License. * See license.txt. */ #endregion #region Includes using System; using System.Collections; using System.Collections.Generic; using System.Windows.Forms; usi...
/* Windows Forms Collapsible Splitter Control for .Net (c)Copyright 2002-2003 NJF (furty74@yahoo.com). All rights reserved. Assembly Build Dependencies: CollapsibleSplitter.bmp Version 1.1 Changes: OnPaint is now overridden instead of being a handled event, and the entire splitter is now painted rather than ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.Win32.SafeHandles; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.Runtime.In...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
// Copyright 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.Linq; using System.Text; using Microsoft.Xna.Framework.Graphics; using FlatRedBall.Math; using FlatRedBall.Graphics.Texture; using FlatRedBall.Content; #if FRB_XNA using Vector3 = Microsoft.Xna.Framework.Vector3; #endif #if XNA4 using Color = Microsoft.Xna....
// 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. #if AMD64 || ARM64 || (BIT32 && !ARM) #define HAS_CUSTOM_BLOCKS #endif namespace System { //Only contains stati...
/* ScriptLoader.cs * SSIS Script Loader by Karan Misra (kid0m4n) */ using System; using System.Data; using System.Linq; using System.Collections.Generic; using Microsoft.SqlServer.Dts.Runtime; using System.Data.SqlClient; using System.Text; using System.Threading; using System.Data.Common; using System.Data.OleDb; u...
// 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.Data; using System.Data.SqlClient; using Csla; using Csla.Data; namespace ParentLoadSoftDelete.Business.ERLevel { /// <summary> /// E12Level111111 (editable child object).<br/> /// This is a generated base class of <see cref="E12Level111111"/> business object. /// </summary>...
namespace Shadow.SchoolGame.Utils { using System; using Loaders; using System.IO; using UnityEngine; using UnityEngine.UI; using Newtonsoft.Json; using Game.Controllers; public class Settings : MonoBehaviour { public Toggle musicPlay; public InputField bckgMusic; public Toggle rightPlay; ...
// // Copyright (c) 2010-2012 Frank A. Krueger // // 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, mer...
#region File Description //----------------------------------------------------------------------------- // CubemapProcessor.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #endreg...
// ZipHelperStream.cs // // Copyright 2006, 2007 John Reilly // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; either version 2 // of the License, or (at your option) any later version. // /...
using System.Collections.Generic; using NUnit.Framework; namespace AutoPoco.KCL { [TestFixture] internal class TestRandom : IRandom, IRandomExtensions { public Queue<int> IntQueue { get; private set; } public Queue<byte[]> ByteArrayQueue { get; private set; } public Queue<double> DoubleQueue { get; private se...
// 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 Xunit; namespace System.Data.SqlClient.Tests { public class ExceptionTest ...
/********************************************************************++ Copyright (c) Microsoft Corporation. All rights reserved. --********************************************************************/ using System.Collections.ObjectModel; using Dbg = System.Management.Automation; namespace System.Management.Automat...
// ---------------------------------------------------------------------------------- // // 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 Bridge.Test.NUnit; namespace Bridge.ClientTest.Batch3.BridgeIssues { [Category(Constants.MODULE_ISSUES)] [TestFixture(TestNameFormat = "#1341 - {0}")] public class Bridge1341 { [Test] public static void TestPlainObject() { var o1 = Script.ToPlainObject(new { A ...
// 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.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.I...
// 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.13.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
// 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...
//********************************************************* // // 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...
/* * 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...
using System; using System.Security.Cryptography; using System.Collections.Generic; using System.Text; /* * Do not refactor this class too much. * Should function as a reference implementation. * */ namespace SevenDigital.Api.Wrapper.EndpointResolution.OAuth { public class OAuthBase { /// <summary> /// Provid...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ShoppingCartSpot.ascx.cs" company="Sitecore Corporation"> // Copyright (c) Sitecore Corporation 1999-2015 // </copyright> // <summary> // The ShoppingCartSpot user control. // ...
// Copyright (c) 2006-2009 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...
// // ApplicationEvents.cs // // Author: // Michael Hutchinson <mhutchinson@novell.com> // // Copyright (c) 2010 Novell, Inc. (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to ...
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.Collections.Generic; using System.Linq; using System.Security.Cryptography.X509Certificates; using Test...
// 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.Data; using System.IO; using System.Data.ProviderBase; using System.Data.Common; using Sy...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Runtime.CompilerServices; using...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // using System; using System.Collections.Generic; using System.Threading.Tasks; using System.Runtime.InteropServices; using System.Runtime.CompilerServices; #if CORECL...
// Copyright 2020 The Tilt Brush Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or a...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Linq.Expressions; using System.Reflection; using AutoMapper.Configuration; using AutoMapper.Configuration.Conventions; namespace AutoMapper { [DebuggerDisplay("{Name}")] public class ProfileMap { ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Xunit; using System; using System.Collections.Generic; using System.Linq; namespace Test { public class UnionIntersectDistinctTests { // ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using UnityEngine; public class FileSystemUtil { public static void CreateDirectoryIfNeededAndAllowed(string path) { #if !UNITY_WEBPLAYER if (!Directory.Exists(path)) { if(DirectoryAllowed(path)) { LogUti...
// 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.Security.Cryptography.Rsa.Tests { public sealed class EncryptDecrypt_Array : Encr...
using System; using NUnit.Framework; using Pash.Implementation; using System.Management.Automation.Runspaces; using System.Management.Automation; using System.Collections.Generic; using System.Management.Automation.Language; using TestPSSnapIn; using System.Management.Automation.Provider; namespace TestHost { cla...
// Copyright (c) Rotorz Limited. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root. using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using UnityEditor; using UnityEngine; using Object = UnityEngine.Object; namespace Rot...
using System; using System.Threading.Tasks; using Plugin.Calendars.Abstractions; using Plugin.Calendars; using Plugin.Permissions; using Plugin.Permissions.Abstractions; using Xamarin.Forms; using Microsoft.AppCenter.Crashes; using Microsoft.AppCenter.Analytics; using Xamarin.Essentials; namespace DotNetRu.Clients.UI....
// Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License - see LICENSE.txt using NUnit.Framework.Internal; using NUnit.Compatibility; using System.Collections; using System; using System.Reflection; namespace NUnit.Framework.Constraints { /// <summary> /// Delegate used to delay evaluation of ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.Serialization; ///This file contains all the typed enums that the client rest api spec exposes. ///This file is automatically generated from https://github.com/elasticsearch/elasticsearch-rest-api-spec ///Genera...
using Cake.Common.Diagnostics; using Cake.Core; using CK.Text; using CodeCake.Abstractions; using CSemVer; using NuGet.Common; using NuGet.Configuration; using NuGet.Credentials; using NuGet.Packaging.Core; using NuGet.Protocol; using NuGet.Protocol.Core.Types; using NuGet.Protocol.Plugins; using NuGet.Versioning; usin...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Baseline; using Marten.Linq; using Marten.Linq.QueryHandlers; using Marten.Schema; using Marten.Services; using Marten.Services.BatchQuerying; using Npgsql; using Remotion.Linq.Parsing.Structur...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using CoreFtp; using Microsoft.Azure.Management.AppService.Fluent; using Microsoft.Azure.Management.Fluent; using Microsoft.Azure.Management.ResourceManager.Fluen...
// 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.CodeAnalysis; using System.Globalization; namespace System.Compo...
// 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.IO; using System.Text; using System.Diagnostics; using System.Globalization; namespace System.Xml { // Specifies for...
// 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. // The native type of Vector3 is struct {float x,y,z} whose size is 12 bytes. RyuJit uses 16-byte // register or sta...
using System.Text.RegularExpressions; using System.Diagnostics; using System; using System.Drawing.Drawing2D; using System.Windows.Forms; using System.Collections; using System.Drawing; using Microsoft.VisualBasic; using System.Data.SqlClient; using System.Data; using System.Collections.Generic; using WeifenLuo.WinForm...
using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; using System.Data.SqlClient; namespace WebApplication2 { /// <summary> ...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.Linq; using System.Runtime.CompilerServices; namespace Xamarin.Forms { [ContentProperty("Children")] public abstract class MultiPage<T> : Page, IViewConta...
namespace Lucas.Solutions.Migrations { using System; using System.Data.Entity.Migrations; public partial class Initial : DbMigration { public override void Up() { CreateTable( "dbo.AspNetRoles", c => new { ...
using System; using System.Collections.Generic; using System.Text; namespace Jovian.JavaScriptPro { class Environment { public Environment Parent; SortedList<string, int> Mapping; public int Declared; public bool ReWriteOff = false; public void Grwo(bool v) { ...
// 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: Unsafe code that uses pointers should ...
using MatterHackers.Agg.VertexSource; using MatterHackers.VectorMath; //---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute thi...
/* insert license info here */ using System; using System.Collections; namespace Business.Data.AutoAnalizador { /// <summary> /// Generated by MyGeneration using the NHibernate Object Mapping template /// </summary> [Serializable] public sealed class MindrayProtocolo: Business.BaseDataAccess { #region Private...
// 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.IO.PortsTests; using System.Text; using System.Threading; using System.Thread...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Extensions.Logging; using NPoco; using Umbraco.Cms.Core; using Umbraco.Cms.Core.Cache; using Umbraco.Cms.Core.Models; using Umbraco.Cms.Core.Persistence.Querying; using Umbraco.Cms.Core.Persistence.Repositories; using Umbraco.Cms.Core.Sc...
// 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.Reflection; using System.ServiceModel; using System.ServiceModel.Channels; using System.Text; using System.Threading.Tasks; using Xunit; pub...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using System.Collections.Generic; using Avalonia.Platform; namespace Avalonia.Media { /// <summary> /// Represents a piece of text ...
// ******************************************************************************************************** // Product Name: DotSpatial.Symbology.dll // Description: Contains the business logic for symbology layers and symbol categories. // ******************************************************************************...
using System.Collections.Generic; using System.Linq; using Microsoft.AspNetCore.Html; using Microsoft.AspNetCore.Mvc.Rendering; using Microsoft.AspNetCore.Razor.TagHelpers; namespace BootstrapTagHelpers.Extensions { using System; using System.Threading.Tasks; public static class TagHelperOutputExtensions ...
// 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.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; using System.Diagnostics; using System.IO; using System.Net.Http; using System.Net.Http.Headers; using System.Runtime.InteropServices; using System.Text; ...
// Copyright 2007-2016 Chris Patterson, Dru Sellers, Travis Smith, et. al. // // 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 // /...
// 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> /// Matching Rule ///<para>SObject Name: MatchingRule</para> ///...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Linq; using NuGet.Versioning; namespace TIKSN.Versioning { public sealed class Version : IComparable<Version>, IEquatable<Version> { private const Milestone DefaultMilestone = Milestone.Re...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace ProCultura.Web.Api.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespa...
// Copyright (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.Concurrent; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading; using Microsoft.CodeAnalysi...
// 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. ...
using System; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Crypto.Utilities; namespace Org.BouncyCastle.Crypto.Engines { /** * A class that provides Blowfish key encryption operations, * such as encoding data and generating keys. * All the algorithms herein are from Applied Cryptog...
// 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.14.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
namespace PTWisej { partial class ResourceEdit { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed...
using System; using System.Collections.Generic; using System.Runtime.CompilerServices; using System.Threading; using System.Xml; using Umbraco.Core; using Umbraco.Core.Models; using Umbraco.Core.Models.EntityBase; using Umbraco.Core.Persistence; using umbraco.cms.businesslogic.web; using umbraco.DataLayer; using umbra...
// 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; using System.Collections.G...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; namespace AmmySidekick { public class ListenerParser { public event EventHandler<ListenerParserEventArgs> MessageReceived; private enum ParserState { Init, ...
/* * 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.Drawing; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Windows.Forms; using System.Xml; namespace ...
namespace System.Windows.Forms { using System; using System.ComponentModel; using System.Reactive; using System.Reactive.Linq; /// <summary> /// Extension methods providing IObservable wrappers for the events on WebBrowserBase. /// </summary> [EditorBrowsable(EditorBrowsableState.Never)...
using UnityEngine; #if UNITY_EDITOR using UnityEditor; #endif using System; using System.Collections; using System.Collections.Generic; /* The AssetBundle Manager provides a High-Level API for working with AssetBundles. The AssetBundle Manager will take care of loading AssetBundles and their associated Asse...
#region License /* * EndPointListener.cs * * This code is derived from EndPointListener.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2005 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-2015 sta.blockhead * * Permission is hereby granted, free of ch...
/* * 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 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 no...
using Android.Runtime; using System; using System.Linq; namespace Xamarin.Facebook.Share.Model { public partial class ShareContent { public partial class Builder { static IntPtr id_build; [Register("build", "()Lcom/facebook/share/model/ShareContent;", "")] public global::Java.Lang.Object Build() { ...
/* * 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...
// 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 { using System; using Microsoft.Xml.Schema; using Microsoft.Xml.XPath; using...
using Microsoft.IdentityModel; using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.S2S.Tokens; using Microsoft.SharePoint.Client; using Microsoft.SharePoint.Client.EventReceivers; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalizati...