context
stringlengths
2.52k
185k
gt
stringclasses
1 value
/* * Copyright (c) Citrix Systems, Inc. * 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 lis...
// 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 // // http://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; namespace ChatSharp { public partial class IrcClient { /// <summary> /// Changes your nick. /// </summary> public void Nick(string newNick) { SendRawMessage("NICK {0}", newNick); U...
//----------------------------------------------------------------------------- // Copyright (C) LogicKing.com, Inc. //----------------------------------------------------------------------------- // Cut scene functional new ActionMap(CutSceneActionMap); CutSceneActionMap.bindCmd(keyboard, "space", " $currentPlaying...
using System; using System.Collections.Generic; namespace ICSimulator { /* a Priority Packet Pool is an abstract packet container that * implements a priority/reordering/scheduling. Intended for use * with injection queues, and possibly in-network buffers, that are * nominally FIFO but could potenti...
/* 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 THIS CODE IS PROVIDED *AS IS* BASIS, W...
/* * Copyright 2021 Google LLC All Rights Reserved. * Use of this source code is governed by a BSD-style * license that can be found in the LICENSE file or at * https://developers.google.com/open-source/licenses/bsd */ // <auto-generated> // Generated by the protocol buffer compiler. DO NOT EDIT! // sour...
// 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.Globalization; using System.IO; using System.Net; using System....
// 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.Reflection; namespace System.Runtime.Serialization { #if uapaot public class XmlObjectSerializerRe...
/* * Copyright 2011 The Poderosa Project. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * * $Id: OpenSSHPrivateKeyLoader.cs,v 1.1 2011/11/03 16:27:38 kzmi Exp $ */ using System; using System.Globalization; using System.IO; ...
#region License /* * HttpListenerWebSocketContext.cs * * The MIT License * * Copyright (c) 2012-2016 sta.blockhead * * 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 restricti...
/* * Exchange Web Services Managed API * * 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 restr...
// 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.Runtime.InteropServices; using System.Threading; u...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // FileIOPermission.cs // // <OWNER>[....]</OWNER> // namespace System.Security.Permissions { using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; #if FEATURE_CAS_POLICY us...
/* **************************************************************************** * * Copyright (c) Microsoft Corporation. * * This source code is subject to terms and conditions of the Apache License, Version 2.0. A * copy of the license can be found in the License.html file at the root of this distribution. If ...
// // ConditionType.cs // // Author: // Lluis Sanchez Gual // // Copyright (C) 2007 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 deal in the Software without restric...
// 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 Microsoft.CSharp.RuntimeBinder.Syntax; namespace Microsoft.CSharp.RuntimeBinder.Sem...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Diagnostics; using System.Threading; using Common.Logging; using NUnit.Framework; using Quartz.Impl; using Quartz.Impl.Calendar; using Quartz.Impl.Triggers; using Quartz.Job; using Quartz.Spi; namespace Quartz.Tests.I...
// This is an open source non-commercial project. Dear PVS-Studio, please check it. // PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com /* TextPrinter.cs -- * Ars Magna project, http://arsmagna.ru * ------------------------------------------------------- */ #region Using directives using...
// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace applicationGateway { using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; using System.Threading; using System.Threading.Ta...
using System; using System.Collections.Generic; using System.Linq; using UnityEditor; using UnityEngine; using Projeny.Internal; namespace Projeny.Internal { public enum DragListTypes { Package, Release, AssetItem, PluginItem, VsSolution, Count } public ...
//--------------------------------------------------------------------------- // // File: RtfControlWord.cs // // Copyright (C) Microsoft Corporation. All rights reserved. // // Description: Rtf control words enumeration. // //--------------------------------------------------------------------------- namespace Syst...
/* ==================================================================== Copyright (C) 2004-2008 fyiReporting Software, LLC Copyright (C) 2011 Peter Gill <peter@majorsilence.com> This file is part of the fyiReporting RDL project. Licensed under the Apache License, Version 2.0 (the "License"); you may...
using System; using System.Windows.Forms; using System.IO; using System.Reflection; namespace Palaso.UI.WindowsForms { public static class ReflectionHelper { /// ------------------------------------------------------------------------------------ /// <summary> /// Loads a DLL. /// </summary> /// ----------...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Net; using System.Text; usin...
using UnityEngine; using System.Collections; using System.Collections.Generic; namespace WingroveAudio { [AddComponentMenu("WingroveAudio/Wingrove Root")] public class WingroveRoot : MonoBehaviour { public static IEnumerator WaitForInstance() { while (Instance == null) { yield return null; ...
// 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.Buffers; using System.Collections; using System.Collections.Generic;...
// ---------------------------------------------------------------------------------- // // 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...
// 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.Linq; using System.Net; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Ht...
using System; using System.Reflection; using Xunit; namespace Invio.Immutable { public abstract class PropertyHandlerTestsBase { [Fact] public void PropertyName() { // Arrange var property = this.NextValidPropertyInfo(); var handler = this.CreateHandler(prope...
/* ==================================================================== 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 ...
using System; using System.Collections.Generic; using System.Linq; using NMagickWand.Enums; using NMagickWand.Structs; namespace NMagickWand { public class DrawingWand : IDisposable { internal IntPtr Wand { get; set; } public PixelWand BorderColor { get ...
using System; using Invio.Xunit; using Xunit; namespace Invio.Immutable { [UnitTest] public sealed class SimpleImmutableTests { private Random random { get; } public SimpleImmutableTests() { this.random = new Random(); } [Theory] [InlineData(null)] ...
//----------------------------------------------------------------------- // <copyright file="EwsHttpWebRequest.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <summary>Defines the EwsHttpWebRequest class.</summary> //----------------------------------------...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Xna.Framework; using Pathoschild.Stardew.Common; using Pathoschild.Stardew.DataLayers.Framework; using StardewValley; using StardewValley.TerrainFeatures; using SObject = StardewValley.Object; namespace Pathoschild.Stardew.DataLayers.La...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fol...
// ******************************************************************************************************** // Product Name: DotSpatial.Symbology.Forms.dll // Description: The Windows Forms user interface layer for the DotSpatial.Symbology library. // *******************************************************************...
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// Copyright (c) 2002-2019 "Neo4j," // Neo4j Sweden AB [http://neo4j.com] // // This file is part of Neo4j. // // 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....
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Localization; using Microsoft.Extensions.Loca...
#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) Microsoft Corporation. All rights reserved. // // ==--== // DecoderReplacementFallback.cs // namespace System.Text { using System; using System.Diagnostics.Contracts; [Serializable] public sealed class DecoderReplacementFallback : DecoderFallback { // Our va...
using System; using Microsoft.Data.Entity; using Microsoft.Data.Entity.Metadata; using Microsoft.Data.Entity.Migrations.Infrastructure; using MVC6BearerToken.DAL; namespace MVC6BearerTokenMigrations { [ContextType(typeof(ApplicationDbContext))] partial class Initial { public override string Id ...
// LogicWidget.cs // // Author: // Stephen Shaw <sshaw@decriptor.com> // Larry Ewing <lewing@novell.com> // Gabriel Burt <gabriel.burt@gmail.com> // // Copyright (C) 2013 Stephen Shaw // Copyright (C) 2006-2007 Novell, Inc. // Copyright (C) 2006 Larry Ewing // Copyright (C) 2006-2007 Gabriel Burt // // Permissi...
#region BSD License /* Copyright (c) 2004-2005 Matthew Holmes (matthew@wildfiregames.com), Dan Moorehead (dan05a@gmail.com) 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 ab...
using System; using Server.Network; namespace Server.Items { [FlipableAttribute( 0xc77, 0xc78 )] public class Carrot : Food { [Constructable] public Carrot() : this( 1 ) { } [Constructable] public Carrot( int amount ) : base( amount, 0xc78 ) { this.Name = "Carotte"; this.Weight = 1.0; ...
#region --- License --- /* Licensed under the MIT/X11 license. * Copyright (c) 2006-2008 the OpenTK Team. * This notice may not be removed from any source distribution. * See license.txt for licensing detailed licensing details. */ #endregion using System; using System.Collections.Generic; using System.Text; using...
/* * CSharpCompiler.cs - Implement the "cscompmgd" assembly. * * Copyright (C) 2002 Southern Storm Software, Pty Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * 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. using System.Diagnostics; using Xunit; namespace System.IO.Tests { public class Directory_GetFileSystemEntries_...
using System; using System.Collections.Generic; using System.Text; namespace Trionic5Tools { public class SymbolAxesTranslator { public string GetXaxisSymbol(string symbolname) { string retval = string.Empty; if (symbolname.StartsWith("Ign_map_0!") || symbolname == "Knoc...
/* New BSD License ------------------------------------------------------------------------------- Copyright (c) 2006-2012, EntitySpaces, LLC All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redist...
using System; using System.Collections.Generic; using System.Text; using System.ComponentModel; namespace RealtimeGraph { public class GraphMeasurementCollection : SortableCollectionBase, ICustomTypeDescriptor { #region CollectionBase implementation public GraphMeasurementCollection() ...
// 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.Xml; using System.Collections.Generic; namespace System.Runtime.Serialization { // NOTE: XmlReader...
// 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 re...
// 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 collection of methods ...
// *********************************************************************** // Copyright (c) 2007-2016 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without 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. using System.Collections.Generic; using System.Net.Sockets; using System.Net.Test.Common; using System.Net.Tests; us...
using System; using System.Globalization; using System.IO; using System.Net; using System.Threading; using Orleans.Runtime.Configuration; namespace Orleans.Runtime.Host { /// <summary> /// Allows programmatically hosting an Orleans silo in the curent app domain. /// </summary> public class SiloHost : ...
/* * 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...
using System.Text; using Exceptionless.Core.AppStats; using Exceptionless.Core.Extensions; using Exceptionless.Core.Models; using Exceptionless.Core.Pipeline; using Exceptionless.Core.Plugins.EventParser; using Exceptionless.Core.Queues.Models; using Exceptionless.Core.Repositories; using Exceptionless.Core.Repositorie...
//============================================================================= // The Custom Channel Interface Contract // (C) Copyright 2003, Roman Kiss (rkiss@pathcom.com) // All rights reserved. // The code and information is provided "as-is" without waranty of any kind, // either expresed or implied. // //-------...
// 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.ComponentModel.Composition; using System.Linq; using System.Threading; using Microsoft.CodeAnalys...
// ThreadPool.cs // // This file defines a custom ThreadPool class that supports the following // characteristics (property and method names shown in []): // // * can be explicitly started and stopped (and restarted) [Start,Stop,StopAndWait] // // * configurable thread priority [Priority] // // * configurable foregroun...
using System; using System.Text; using System.Data; using System.Data.SqlClient; using System.Data.Common; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Xml; using System.Xml.Serialization; using SubSonic; using SubSonic.Utilities;...
// This file is part of the OWASP O2 Platform (http://www.owasp.org/index.php/OWASP_O2_Platform) and is released under the Apache 2.0 License (http://www.apache.org/licenses/LICENSE-2.0) using System; using System.Collections.Generic; using System.Globalization; using System.Reflection; using System.Threading; name...
// // 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...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy o...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. // // System.Drawing.PageSettings.cs // // Authors: // Dennis Hayes (dennish@Raytek.com) // Herve Poussineau (hpoussineau@fr.st) // Andreas Nahr (ClassDevelopment@A-SoftTech.com) // /...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using System.Linq.Dynamic; namespace Mvc.Bootstrap.Datatables { public class DataTablesResult : JsonResult { public static DataTablesResult<TRes> Create<T, TRes>(IQueryab...
using System; using System.Collections.Generic; using System.Text; using System.Windows.Forms; namespace Aga.Controls.Tree { internal class NormalInputState : InputState { private bool _mouseDownFlag = false; public NormalInputState(TreeViewAdv tree) : base(tree) { } public override void KeyDown(KeyEvent...
// 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.Immutable; using System.Globalization; using System.Threading; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalys...
// // 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 // // Unless required ...
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 PTWin { 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 r...
// 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...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using Signum.Engine.DynamicQuery; using Signum.Engine.Maps; using Signum.Engine.Operations; using Signum.Entities; using Signum.Entities.Basics; using Signum.Entities.Isolation; using Signum.Utilit...
/* ==================================================================== Copyright (C) 2004-2008 fyiReporting Software, LLC Copyright (C) 2011 Peter Gill <peter@majorsilence.com> This file is part of the fyiReporting RDL project. Licensed 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.Collections.Generic; using System.IdentityModel.Tokens; using System.Reflection; using System.Security....
using System; using System.Linq; using System.Text; using System.Collections; using System.Collections.Generic; namespace NFCoreEx { public class NFCKernel : NFIKernel { #region Instance private static NFIKernel _Instance = null; private static readonly object _syncLock = new object(); public static NF...
using System; using System.IO; namespace CatLib._3rd.SharpCompress.Compressors.LZMA.LZ { internal class BinTree : InWindow { private UInt32 _cyclicBufferPos; private UInt32 _cyclicBufferSize; private UInt32 _matchMaxLen; private UInt32[] _son; private UInt32[] _hash; ...
//#define USE_SIN_TABLE using System; using System.Collections.Generic; using UnityEngine; namespace UniverseEngine { public class Universe { public const int MAX_THINGS = 8192; private const float HALF_PI = Mathf.PI * 0.5f; //90 degress in radians private const float TWO_PI = Mathf.P...
// 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 ...
using System; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; namespace SpriteParticleEmitter { #if UNITY_5_3_OR_NEWER /// <summary> /// This class is a modification on the class shared publicly by Glenn Powell (glennpow) tha can be found here /// http://forum.unity3d.com/threads...
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...
// 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: Base class f...
/* * * (c) Copyright Ascensio System Limited 2010-2021 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable la...
// // DictionaryContainer.cs: Foundation implementation for NSDictionary based setting classes // // Authors: Marek Safar (marek.safar@gmail.com) // // Copyright 2012 Xamarin Inc // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation fil...
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // <OWNER>[....]</OWNER> // namespace System.Reflection.Emit { using System; using System.Reflection; using System.Collections; using System.Collections.Generic; using System.Globalization; using System...
/* Copyright (c) 2005 Poderosa Project, All Rights Reserved. This file is a part of the Granados SSH Client Library that is subject to the license included in the distributed package. You may not use this file except in compliance with the license. I implemented this algorithm with reference to following product...
// 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...
// 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.Diagnostics; using System.Linq; using System.Threading; using...
/* * Copyright (c) Contributors * 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 retain the above copyright ...
using Support; /* * 02/23/99 JavaConversion by E.B, JavaLayer */ /*=========================================================================== riff.h - Don Cross, April 1993. RIFF file format classes. See Chapter 8 of "Multimedia Programmer's Reference" in the Microsoft Windows SDK. See also: ..\source\riff.cpp dd...
using System; using System.Collections.Generic; using System.Linq; using MonoTouch.Foundation; using MonoTouch.UIKit; using MBProgressHUD; using MonoTouch.Dialog; namespace MBProgressHUDDemo { // The UIApplicationDelegate for the application. This class is responsible for launching the // User Interface of the ap...
// 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 ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Avalonia.Controls; using Avalonia.Controls.Templates; using Avalonia.VisualTree; using Xunit; namespace Avalonia.Styling.UnitTests { public class SelectorTests_Multiple { [Fact] public void Na...
/* * DocuSign REST API * * The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. * * OpenAPI spec version: v2 * Contact: devcenter@docusign.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using System....
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Drawing.Drawing2D; using System.Linq; using System.Xml; using System.Xml.Serialization; using AgenaTrader.API; using AgenaTrader.Custom; using AgenaTrader.Plugins; using AgenaTrader.Helper; /// <summary> //...