context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// 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.Collections.Immutable; using System.IO; using System.Linq; using System.Threading; using System.T...
// Amplify Motion - Full-scene Motion Blur for Unity Pro // Copyright (c) Amplify Creations, Lda <info@amplify.pt> #if UNITY_4_0 || UNITY_4_1 || UNITY_4_2 || UNITY_4_3 || UNITY_4_4 || UNITY_4_5 || UNITY_4_6 || UNITY_4_7 || UNITY_4_8 || UNITY_4_9 #define UNITY_4 #endif #if UNITY_5_0 || UNITY_5_1 || UNITY_5_2 || UNITY_5...
using System; using Csla; using SelfLoadSoftDelete.DataAccess; using SelfLoadSoftDelete.DataAccess.ERCLevel; namespace SelfLoadSoftDelete.Business.ERCLevel { /// <summary> /// H02_Continent (editable child object).<br/> /// This is a generated base class of <see cref="H02_Continent"/> business object. ...
// // Klak - Utilities for creative coding with Unity // // Copyright (C) 2016 Keijiro Takahashi // // 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 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.Text; using System.Threading; using System.Threading.Tasks; using System.Runtime.CompilerServices; usin...
/* Copyright (c) 2006 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
// 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. ...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. // (C) 2002 Ville Palo // (C) 2003 Martin Willemoes Hansen // Copyright (C) 2004 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obta...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.IO; using System.Net; using Newtonsoft.Json; using Newtonsoft.Json.Linq; namespace AzureSearchTool { public class SearchModel : INotifyPropert...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: Boolean ** ** ** Purpose: The boolean class serves as a wrapper for the primitive ** type boolean. ** ** =============================================...
// Copyright (c) .NET Foundation and contributors. 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.IO; using System.Linq; using FluentAssertions; using Microsoft.DotNet.Cli.Utils; usi...
/* * Copyright (c) 2006-2008, Second Life Reverse Engineering Team * 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 ...
using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; // using System.Data; using System.Diagnostics; using System.Text.RegularExpressions; using Color = SwinGameSDK.Color; /// <summary> /// Player has its own _PlayerGrid, and can see an _EnemyGrid, it can also check i...
#region license // Copyright (c) 2009 Rodrigo B. de Oliveira (rbo@acm.org) // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above co...
// **************************************************************** // Copyright 2007, Charlie Poole // This is free software licensed under the NUnit license. You may // obtain a copy of the license at http://nunit.org // **************************************************************** using System; using NUnit.Frame...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
namespace Humidifier.Redshift { using System.Collections.Generic; using ClusterTypes; public class Cluster : Humidifier.Resource { public static class Attributes { } public override string AWSTypeName { get { return @"AWS:...
//============================================================================= // System : Sandcastle Help File Builder Utilities // File : BuildProcess.AdditionalContent.cs // Author : Eric Woodruff (Eric@EWoodruff.us) // Updated : 06/30/2010 // Note : Copyright 2006-2010, Eric Woodruff, All rights reserved ...
using System; using System.Collections.Generic; /// <summary> /// CopyTo(T[],System.Int32) /// </summary> public class QueueCopyTo { public static int Main() { QueueCopyTo test = new QueueCopyTo(); TestLibrary.TestFramework.BeginTestCase("QueueCopyTo"); if (test.RunTests()) {...
// 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; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Windows.Forms; using Syst...
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 (c) 2011 Alex Fort * 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...
/*- * Automatically built by dist/s_java_csharp. * * See the file LICENSE for redistribution information. * * Copyright (c) 2002, 2010 Oracle and/or its affiliates. All rights reserved. */ using System; using System.Runtime.InteropServices; namespace BerkeleyDB.Internal { [StructLayout(LayoutKind.Sequentia...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using Rhapsody.Properties; using Rhapsody.Utilities; namespace Rhapsody.Core { internal class Album { private Context _context; private Session _session; public event EventHandle...
// 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.Threading.Tasks; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using LoginViewComponent.Data; namespac...
using System; using ChainUtils.BouncyCastle.Crypto.Parameters; namespace ChainUtils.BouncyCastle.Crypto.Engines { /** * The specification for RC5 came from the <code>RC5 Encryption Algorithm</code> * publication in RSA CryptoBytes, Spring of 1995. * <em>http://www.rsasecurity.com/rsalabs/cryptobytes</e...
// // assembly: System // namespace: System.Text.RegularExpressions // file: compiler.cs // // author: Dan Lewis (dlewis@gmx.co.uk) // (c) 2002 // // 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...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System.Collections.Generic; using System.Threading; using Dbg = System.Management.Automation.Diagnostics; namespace System.Management.Automation.Remoting { /// <summary> /// This class implements a Finite State Machine (FSM) to ...
// 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.Collections.Generic; public class Driver<K, V> ...
#region License // Copyright (c) 2010-2019, Mark Final // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above copyright notice, this // ...
// 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.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.UseThrowExpress...
// 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 Xunit; namespace System.Linq.Tests { public class AverageTests { private struct NameNum<TNumeric>...
// 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 ...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: operations/note_requests_room_types/note_request_room_types.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::Goog...
/* * 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 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 Y...
// // Copyright (c) 2004-2021 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Xml; using System.Drawing; using System.Text; using System.Windows.Forms; namespace Epi.Windows.Dialogs { /// <summary> /// Class UserDialog /// </summary> /// <remarks>The dialog that is create...
// 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 BinaryShiftTests { #regi...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Diagnostics; using System.Globalization; using System.IO; using System.Security; using System.Text; using System.Xml; using System.Diagnostics.CodeAnalysis...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using BTCPayServer.Abstractions.Contracts; using BTCPayServer.Client.Models; using BTCPayServer.Configuration; using BTCPayServer.Controllers; using BTCPayServer.Data; using BTCPayServer.Fido2; using...
// ******************************************************************************************************** // Product Name: DotSpatial.Gdal // Description: This is a data extension for the System.Spatial framework. // ****************************************************************************************************...
// Copyright 2004-2011 Castle Project - http://www.castleproject.org/ // // 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 ...
using System; using System.Collections.Generic; #if BEHAVIAC_USE_HTN namespace behaviac { #region PlannerTask public class PlannerTask : BehaviorTask { #region Public properties public PlannerTaskComplex Parent { get; set; } public bool Pa...
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using DotVVM.Framework.Routing; using DotVVM.Framework.Configuration; using DotVVM.Framework.Hosting; using DotVVM.Framework.Testing; using System.Threading.Tasks; using Microsoft.Extensions.Dependency...
// 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. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
/* * LinkedList.cs - Generic doubly-linked list class. * * Copyright (C) 2003 Southern Storm Software, Pty Ltd. * * 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 ...
// 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 Internal.TypeSystem; using Internal.TypeSystem.Interop; using Debug = System.Diagnostics.Debug;...
using System; using System.Collections.Generic; using NUnit.Framework; using ProtoCore.DSASM.Mirror; using ProtoTestFx.TD; namespace ProtoTest.TD.Imperative { public class InlineCondition { public TestFrameWork thisTest = new TestFrameWork(); string testPath = "..\\..\\..\\Scripts\\TD\\Imperativ...
using Lucene.Net.Support; using System; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Text; namespace Lucene.Net.Util { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * th...
// 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.Collections....
/* Copyright (c) 2017 Marcin Szeniak (https://github.com/Klocman/) Apache License Version 2.0 */ using System; using System.Collections.Concurrent; using System.Diagnostics; using System.IO; using System.IO.Pipes; using System.Linq; using System.Threading; using System.Threading.Tasks; using FlaUI.Core; using ...
using System; using System.Security.Cryptography; using System.Collections.Generic; using System.Text; using System.Web; namespace OAuth { public class OAuthBase { /// <summary> /// Provides a predefined set of algorithms that are supported officially by the protocol /// </summary> pu...
using System.Drawing; using System.Drawing.Drawing2D; using System.Windows.Forms; using XenAdmin.Controls; namespace XenAdmin.TabPages { sealed partial class SnapshotsPage { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer co...
/* * Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) * See https://github.com/openiddict/openiddict-core for more information concerning * the license and the contributors participating to this project. */ using System.Diagnostics; using System.Linq; using System.Threadi...
// 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 TriangleNet; using TriangleNet.Data; using TriangleNet.Geometry; namespace TriangleNet.Tools { public class Voronoi : IVoronoi { private Mesh mesh; private Point[] points; private List<VoronoiRegion> regions; private Dictionary<int, Point> rayPoints; ...
// // SqlGuidTest.cs - NUnit Test Cases for System.Data.SqlTypes.SqlGuid // // Authors: // Ville Palo (vi64pa@koti.soon.fi) // Martin Willemoes Hansen (mwh@sysrq.dk) // // (C) 2002 Ville Palo // (C) 2003 Martin Willemoes Hansen // // // Copyright (C) 2004 Novell, Inc (http://www.novell.com) // // Permission is he...
// <copyright file="InternetExplorerOptions.cs" company="WebDriver Committers"> // Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this ...
//----------------------------------------------------------------------------- // Filename: SIPUserField.cs // // Description: // Encapsulates the format for the SIP Contact, From and To headers // // History: // 21 Apr 2006 Aaron Clauson Created. // 04 Sep 2008 Aaron Clauson Changed display name to always use quo...
//////////////////////////////////////////////////////////////////////////////// // // // MIT X11 license, Copyright (c) 2005-2006 by: // // ...
using System; using System.Collections; using System.Collections.Generic; using Should.Core.Exceptions; namespace Should.Core.Assertions { /// <summary> /// A wrapper for Assert which is used by <see cref="TestClass"/>. /// </summary> public class Assertions { /// <summary> /// Veri...
using System; using System.Collections.Generic; using Cake.Core; using Cake.Core.Annotations; using Cake.Core.IO; namespace Cake.AndroidAdb { /// <summary> /// Cake build aliases for Android ADB Package Manager commands /// </summary> [CakeAliasCategory ("Android")] public static class PackageManagerAliases { ...
// 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.Threading; using System.Threading.Tasks; namespace System.IO.Isolat...
// 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.Text; using System.Collections; using System.Collections.Generic; using System.Diagnostic...
// // Copyright (c) 2004-2011 Jaroslaw Kowalski <jaak@jkowalski.net> // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of source code must retain the above co...
// 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.Diagnostics; using System.Xml.Xsl.XPath; using System.Xml.Xsl.Qil; n...
// Copyright 2007-2011 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 // ...
using System.Text; using ICSharpCode.NRefactory.CSharp; using ICSharpCode.NRefactory.PatternMatching; namespace IIS.SLSharp.Translation { internal abstract partial class VisitorBase { public StringBuilder VisitAnonymousMethodExpression(AnonymousMethodExpression anonymousMethodExpression, int data) ...
using System.Diagnostics; namespace Microsoft.Language.Xml.InternalSyntax { internal class SyntaxRewriter : SyntaxVisitor { public SyntaxList<TNode> VisitList<TNode>(SyntaxList<TNode> list) where TNode : GreenNode { SyntaxListBuilder<TNode> alternate = default(SyntaxListBuilder<TNod...
/****************************************************************************** * The MIT License * Copyright (c) 2003 Novell Inc. 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 deal * in the Sof...
using System; using System.Collections; /// <summary> /// System.Array.Sort(System.Array,System.Array,System.Int32,System.Int32,System.Collections.IComparer) /// </summary> public class ArrayIndexOf1 { #region Public Methods public bool RunTests() { bool retVal = true; TestLibrary.TestFram...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Cocos2D { public delegate void CCFocusChangeDelegate(ICCFocusable prev, ICCFocusable current); public class CCFocusManager { public event CCFocusChangeDelegate OnFocusChanged; /// <summary> ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Buffers; using System.IO; using System.IO.Pipes; using System.Threading; using System.Threading.Tasks; ...
/* * ListControl.cs - Implementation of the * "System.Windows.Forms.ListControl" class. * * Copyright (C) 2003 Free Software Foundation * * Contributions from Cecilio Pardo <cpardo@imayhem.com>, * Brian Luft <brian@electroly.com> * * This program is free software; you can redistribute it a...
using System; using System.Collections.Generic; using System.Threading.Tasks; using Arke.DSL.Step; using Arke.IVR.CallObjects; using Arke.SipEngine.Api; using Arke.SipEngine.CallObjects; using Arke.SipEngine.Events; using Arke.SipEngine.FSM; using Arke.SipEngine.Prompts; namespace Arke.IVR.Prompts { public class A...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Reflect...
// 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.Reflection; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.ApplicationModels; using Xunit; namespace Mic...
// // 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...
/************************************************************************************ Copyright : Copyright 2014 Oculus VR, LLC. All Rights reserved. Licensed under the Oculus VR Rift SDK License Version 3.2 (the "License"); you may not use the Oculus VR Rift SDK except in compliance with the License, which is pr...
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT // 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 requir...
// MIT License // // Copyright (c) 2009-2017 Luca Piccioni // // 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, cop...
using System; using swm = System.Windows.Media; using sw = System.Windows; using swmi = System.Windows.Media.Imaging; using Eto.Drawing; using System.Globalization; using System.Diagnostics; namespace Eto.Wpf.Drawing { /// <summary> /// Handler for <see cref="Graphics"/> /// </summary> /// <copyright>(...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.IO; using System.Text; using Xunit; namespace System.I...
using System; using System.Linq; using NUnit.Framework; namespace Mono.Cecil.Tests { [TestFixture] public class TypeParserTests : BaseTestFixture { [Test] public void SimpleStringReference () { var module = GetCurrentModule (); var corlib = module.TypeSystem.Corlib; const string fullname = "System...
using System; using System.ComponentModel.Design; using System.Drawing; using System.IO; using System.Reflection; using System.Windows.Forms; namespace GuruComponents.Netrix.UserInterface.TypeEditors { /// <summary> /// OptionCollectionEditor lets the user edit OPTION tags within a SELECT tag. /// </summar...
using Lucene.Net.Support; using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Text; /* * dk.brics.automaton * * Copyright (c) 2001-2009 Anders Moeller * All rights reserved. * * Redistribution and use in source and binary forms, with or wi...
using System.Collections.Generic; using System.Threading.Tasks; using Newtonsoft.Json; namespace Citrina { public enum BaseUserGroupFields { [EnumMember(Value = "about")] About, [EnumMember(Value = "action_button")] ActionButton, [EnumMember(Value = "activities")] ...
/* Copyright 2008 The 'A Concurrent Hashtable' development team (http://www.codeplex.com/CH/People/ProjectPeople.aspx) This library is licensed under the GNU Library General Public License (LGPL). You should have received a copy of the license along with the source code. If not, an online copy of the licen...
// 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 ...
// 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.Drawing2D { using System.Diagnostics; using System.ComponentModel; using System...
using Discord; using NLog; using System; namespace NikoBot.Services.Database { public class GreetService { private static Logger _log; public static string AddGreet(IGuild guild, IMessageChannel channel, string message) { try { _log = LogManager....
using System; using System.IO; using Htc.Vita.Core.Log; using Htc.Vita.Core.Net; namespace Htc.Vita.Core.TestService { internal class LoggerImpl : Logger { private readonly string _path; public LoggerImpl(string name) : base(name) { _path = Environment.GetFolderPath(Environ...
// 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.ObjectModel; using System.Diagnostics.CodeAnalysis; using System.Globalizatio...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace System.Xml { using System; using System.Globalization; using System.IO; using System.Colle...
// 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.Linq; using System.Xml; using System.Xml.Linq; using Microsoft.Test.ModuleCore; using System.IO; using Syst...
using System.Windows.Controls; using System.Windows; using System.Windows.Media; using System; using System.Collections.ObjectModel; using System.Collections.Specialized; namespace StockTraderRI.ChartControls { public class LineChartPanel : Panel { protected override void OnInitialized(System.EventAr...