context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
using System; using System.Collections.Generic; using System.Runtime.Serialization; using System.Text; using System.Threading.Tasks; using Orleans.Serialization; using Orleans.CodeGeneration; namespace Orleans.Runtime { /// <summary> /// This is the base class for all typed grain references. /// </summary>...
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
/* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See License.txt in the project root for license information. */ namespace Adxstudio.Xrm.AspNet.Identity { using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Adxstudi...
using System; using System.Reflection; using NUnit.Framework; using Shouldly; using StructureMap.Graph; using StructureMap.Testing.GenericWidgets; using StructureMap.TypeRules; namespace StructureMap.Testing { [TestFixture] public class GenericsAcceptanceTester { public interface IService<T> ...
using UnityEngine; using System.Collections.Generic; using System.Linq; using CreateThis.VR.UI.Interact; using MeshEngine.Controller; /* Some rules to keep in mind: * 1. Unity3d GameObject.GetInstanceID() is a GUID and is therefore acceptable for comparisons and search operations. * 2. A VerticesManager.Vertex.insta...
using System; using System.Linq; using System.Runtime.InteropServices; using Torque6.Engine.SimObjects; using Torque6.Engine.SimObjects.Scene; using Torque6.Engine.Namespaces; using Torque6.Utility; namespace Torque6.Engine.SimObjects { public unsafe class FileDialog : SimObject { public FileDialog(...
using System; using System.Collections.Generic; using System.Text; using IL2CPU.Debug.Symbols; using Microsoft.VisualStudio; using Microsoft.VisualStudio.Debugger.Interop; //using Dapper; //using SQLinq.Dapper; //using SQLinq; using FIELD_INFO = IL2CPU.Debug.Symbols.FIELD_INFO; namespace Cosmos.VS.DebugEngine.AD7.Impl...
// 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.IO; using FluentAssertions; using Microsoft.DotNet.InternalAbstractions; using Microsoft.DotNet.ProjectModel; using Mi...
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; ...
using Nini.Config; /* * 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...
// // ScrollViewBackend.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // // Copyright (c) 2011 Xamarin Inc // // 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 res...
using System; using System.IO; using Raksha.Asn1; using Raksha.Crypto; using Raksha.Security; using Raksha.Utilities; using Raksha.Utilities.Date; namespace Raksha.Bcpg.OpenPgp { /// <remarks>A PGP signature object.</remarks> public class PgpSignature { public const int BinaryDocument = 0x00; ...
// 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.Immutable; using System.IO; using System.Linq; using System.Reflection.Internal; using Syst...
//------------------------------------------------------------------------------ // <copyright file="SingleObjectTransfer.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation // </copyright> //------------------------------------------------------------------------------ namespace Microsoft.Azure.Storage...
<?cs # THIS CREATES A CLASS OR INTERFACE PAGE FROM .java FILES ?> <?cs include:"macros.cs" ?> <?cs include:"macros_override.cs" ?> <?cs #################### # MACRO FUNCTION USED ONLY IN THIS TEMPLATE TO GENERATE API REFERENCE # FIRST, THE FUNCTIONS FOR THE SUMMARY AT THE TOP OF THE PAGE #################### ?> <?cs #...
/* * Swagger Petstore * * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters. * * Op...
// 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.Collections.Generic; using System.Runtime.InteropServices; using System.Threa...
using System; using System.Threading.Tasks; using Baseline; using Jasper.Attributes; using Jasper.AzureServiceBus.Internal; using Jasper.Transports; using Microsoft.Azure.ServiceBus; using Microsoft.Azure.ServiceBus.Primitives; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Hosting; namespace Jas...
/* * @(#)AttrCheckImpl.java 1.11 2000/08/16 * */ using System; namespace Comzept.Genesis.Tidy { /// <summary> /// Check attribute values implementations /// /// (c) 1998-2000 (W3C) MIT, INRIA, Keio University /// See Tidy.java for the copyright notice. /// Derived from <a href="http://www.w3.org/People/Ragg...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Json; using System.Linq.Expressions; using System.Reflection; using NCDO.Extensions; using NCDO.Interfaces; using JsonPair = System.Collections.Generic.KeyValuePair<string, System.Json.JsonValue>; using JsonPairEnumerable = Sy...
/* * 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...
// 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...
#region Includes using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http.Headers; using System.Web.Http; using System.Web.Http.Description; using Daishi.Armor.Sample.Areas.HelpPage.Models; #endregion namespace Daishi....
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.Xml { using System; using System.IO; using System.Text; using Sys...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Xunit; namespace ManagedTests.DynamicCSharp.Conformance.dynamic.context.ExplicitImple.Generic.helper.helper { using ManagedTests.DynamicCSharp.Conformance.dy...
// 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.ComponentModel { /// <summary> /// Encapsulates zero or more components. /// </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; using System.Threading; using System.Runtime.InteropServices; using System.Collections; using System.C...
namespace RFID_full { partial class Form1 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param nam...
#region License // Copyright (c) Jeremy Skinner (http://www.jeremyskinner.co.uk) // // 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. 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; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Linq; using Syst...
namespace Xilium.CefGlue { using System; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.InteropServices; using Xilium.CefGlue.Interop; /// <summary> /// Provides information about the context menu state. The ethods of this class /// can only be accessed...
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Augurk.Api; using Augurk.Api.Indeces; using Augurk.Api.Managers; using Microsoft.Extensions.Logging; using NSubstitute; using Shouldly; using Xunit; namespace Augurk.Test.Managers { /// <summary> /// Contains tests for the...
// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. using System; using System.IO; using System.Linq; using System.Reflection; using System.Reflection.Emit; using System.Security.Policy; using System.Threading; using Microsoft.Practices.Prism.Modula...
/* * DISCLAIMER * * Copyright 2016 ArangoDB GmbH, Cologne, Germany * * 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 ap...
// 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.Collections.Specialized { /// <devdoc> /// <para> /// This is a simple implementati...
#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...
// 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.Reflection.Emit; using System.Linq; using Xunit; namespace System.Reflection.Emit.ILGeneration.Tests { public c...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // ------------------------------------------------------------------------------ // Changes to this file must follow the http://aka.ms/api-review process. // ----------...
using NUnit.Framework; using SevenDigital.Api.Schema.Playlists; using SevenDigital.Api.Schema.Playlists.Requests; using SevenDigital.Api.Schema.Playlists.Response.Endpoints; using SevenDigital.Api.Wrapper.Requests.Serializing; using SevenDigital.Api.Wrapper.Responses.Parsing; using System.Collections.Generic; using Sys...
/* * 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...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: tenancy_config/time_factor_config.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; us...
// 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.Contracts; using System.Net; using System.Net.Security; using...
// // namespace.cs: Tracks namespaces // // Author: // Miguel de Icaza (miguel@ximian.com) // Marek Safar (marek.safar@seznam.cz) // // Copyright 2001 Ximian, Inc. // Copyright 2003-2008 Novell, Inc. // Copyright 2011 Xamarin Inc // using System; using System.Collections.Generic; using System.Linq; using Mono.Compi...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Globalization; using System.Linq; using System.Text; namespace EduHub.Data.Entities { /// <summary> /// Student Notes and Attachments Data Set /// </summary> [Gene...
// 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; namespace System.Runtime.Versioning { public sealed class FrameworkName : IEquatable<...
/* * REST API Documentation for the MOTI School Bus Application * * The School Bus application tracks that inspections are performed in a timely fashion. For each school bus the application tracks information about the bus (including data from ICBC, NSC, etc.), it's past and next inspection dates and results, contac...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Runtime.InteropServices; internal static partial class Interop { internal static par...
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Orleans.Internal; using Orleans.Metadata; using Orleans.Runtime.Utilities; namespace Orlean...
#region File Description //----------------------------------------------------------------------------- // EnvironmentMapEffect.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #en...
// 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 Xunit; namespace System.Linq.Expressions.Tests { public static class TernaryNullableTests ...
#pragma warning disable 162,108,618 using Casanova.Prelude; using System.Linq; using System; using System.Collections.Generic; using UnityEngine; namespace Menu {public class Menu : MonoBehaviour{ public static int frame; void Update () { Update(Time.deltaTime, this); frame++; } public bool JustEntered = true; publ...
#region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF licenses this file to you under the Apache License, Version 2.0 // (...
// 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 program uses code hyperlinks available as part of the HyperAddin Visual Studio plug-in. // It is available f...
#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. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // PartitionerQueryOperator.cs // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
using System.Diagnostics; namespace System.Data.SQLite { public partial class Sqlite3 { /* ** 2009 March 3 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness for yourself a...
/* * MindTouch Core - open source enterprise collaborative networking * Copyright (c) 2006-2010 MindTouch Inc. * www.mindtouch.com oss@mindtouch.com * * For community documentation and downloads visit www.opengarden.org; * please review the licensing section. * * This library is free software; you can redistri...
using System; using System.Linq; using System.Text; using System.Collections.Generic; using System.Globalization; using System.Runtime.Serialization; using Newtonsoft.Json; using HETSAPI.Models; namespace HETSAPI.ViewModels { /// <summary> /// Rental Agreement Pdf View Model /// </summary> [DataContrac...
// 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.Xsl.XsltOld { using System; using System.Globalization; using System.Diagnostics; ...
// Copyright (c) 2012, Event Store LLP // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // Redistributions of source code must retain the above copyright notice, // this list of conditi...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Text; using System.Windows.Forms; using System.Drawing.Drawing2D; namespace UWOLMaps { public partial class LevelProperties : UserControl { public event EventHandler Object...
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with // the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software distributed under the ...
// // ClassicTrackInfoDisplay.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 2007-2008 Novell, Inc. // // 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 with...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using Baseline; using LamarCodeGeneration.Frames; using Marten.Linq.Parsing; using Marten.Schema; using Marten.Schema.Identity; using Marten.Schema.Identity.Sequences; using Marten.Schema.Indexing.Unique; using Marten.Stor...
#region Copyright (c) 2003, newtelligence AG. All rights reserved. /* // Copyright (c) 2003, newtelligence AG. (http://www.newtelligence.com) // Original BlogX Source Code: Copyright (c) 2003, Chris Anderson (http://simplegeek.com) // All rights reserved. // // Redistribution and use in source and binary forms, with ...
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Threading; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Orleans.Configuration; using Orleans.Messaging; namespace Orleans.Runtime { internal class SocketManager { p...
// // 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...
// Generated by ProtoGen, Version=2.3.0.277, Culture=neutral, PublicKeyToken=17b3b1f090c3ea48. DO NOT EDIT! using scg = global::System.Collections.Generic; namespace PhoneNumbers { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]...
using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Xml; using System.Xml.Linq; using Umbraco.Core.Configuration; using Umbraco.Core.Models; using Umbraco.Core.Persistence.Repositories; using Umbraco.Core.PropertyEditors; using Umbraco.Core.Strings; using umbraco.interfaces; n...
// EasyTouch library is copyright (c) of Hedgehog Team // Please send feedback or bug reports to the.hedgehog.team@gmail.com /// <summary> /// Release notes: /// /// V2.5 November 2012 /// ============================= /// * EasyJoystick /// -------------- /// - First release of EasyJoystick /// /// * EasyTouch...
// 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. namespac...
//------------------------------------------------------------------------------ // <copyright file="NameValueCollection.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //--------------------------...
/* * 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.Collections.Generic; using System.Globalization; using System.Text; namespace Hydra.Framework.Conversions { // // ********************************************************************** /// <summary> /// Utility methods to work with floating point numerics (float, decimal, etc...
using System; using System.Linq; using System.Runtime.CompilerServices; using UnityEngine; using UnityEngine.Experimental.VFX; namespace UnityEditor.VFX { abstract class VFXExpressionNumericOperation : VFXExpression { protected VFXExpressionNumericOperation(VFXExpression[] parents) : base(F...
// // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2015 Jb Evain // Copyright (c) 2008 - 2011 Novell, Inc. // // Licensed under the MIT/X11 license. // using System; namespace Mono.Cecil { public class ExportedType : IMetadataTokenProvider { string @namespace; string name; uint attrib...
using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Drawing2D; using System.Text; using System.Windows.Forms; using System.Windows.Forms.VisualStyles; using System.Runtime.InteropServices; // Taken from http://www.codeproject.com/Articles/23746/TreeView-with-Columns with minor tw...
// Copyright (c) DotSpatial Team. All rights reserved. // Licensed under the MIT license. See License.txt file in the project root for full license information. using System; namespace DotSpatial.Data { /// <summary> /// Hfa /// </summary> public static class Hfa { #region Methods ...
using System; using System.IO; using System.Linq; using FluentAssertions; using Microsoft.DotNet.ProjectModel.Resolution; using Microsoft.DotNet.TestFramework; using Microsoft.DotNet.Tools.Test.Utilities; using NuGet.Configuration; using NuGet.Frameworks; using NuGet.LibraryModel; using NuGet.ProjectModel; using NuGet....
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using JetBrains.Annotations; using UnityEngine; using UnityEditor.Graphing; namespace UnityEditor.ShaderGraph { abstract class CodeFunctionNode : AbstractMaterialNode , IGeneratesBodyCode , IGeneratesFunctio...
// 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.Xsl.XsltOld { using System; using System.Collections; using System.Diagnostics; ...
using System.Collections.Generic; using System.Diagnostics; using System.Linq; namespace Lucene.Net.Index { using System; /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for a...
using System; using System.Collections.Generic; using System.IO; using System.IO.Compression2; using System.Text; namespace ETLStackBrowse { [Serializable] public class ByteWindow { public static Encoder en = System.Text.ASCIIEncoding.ASCII.GetEncoder(); public static Decoder de = System.Te...
#region Using Directives using System; using Microsoft.Practices.ComponentModel; using Microsoft.Practices.RecipeFramework; using Microsoft.Practices.RecipeFramework.Services; using System.IO; using Microsoft.Practices.Common; using System.ComponentModel.Design; using Microsoft.Practices.RecipeFramework.VisualStudio.T...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using Netfox.Framework.Models; using Netfox.Framework.Models.PmLib.SupportedTypes; using PacketParser; using PacketParser.Packets; using ProtocolIdentification; namespace S...
/* * Environment.cs - Implementation of the "System.Environment" class. * * Copyright (C) 2001, 2002, 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 Foundat...
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with // the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software distributed under the ...
// // ChangePhotoPathController.cs // // Author: // Stephane Delcroix <stephane@delcroix.org> // // Copyright (C) 2008-2009 Novell, Inc. // Copyright (C) 2008-2009 Stephane Delcroix // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation file...
// 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. // ------------------------------------------------------------------------------ // Changes to this file must follow...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / /// <summary> /// WebhookResource /// </summary> using Newtonsoft.Json; using System; using System.Collections.Generic; using Twilio.Base; using Twilio.Clients; using Twilio.Converters; using Twilio.Exceptio...
using System; using System.Globalization; /// <summary> /// Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) /// </summary> public class DecimalParse3 { #region Public Methods public bool RunTests() { bool retVal = true; TestLibrary.TestFramework.LogInformation(...
// 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. namespace Avalonia.Input { /// <summary> /// Defines the keys available on a keyboard. /// </summary> public enum Key { /// <s...
//--------------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // // Description: FontFamilyIdentifier type // // History: // 5/6/2005 : niklasb - Created // //--------------------------------------------------------------------------- ...
using Microsoft.TeamFoundation.Build.WebApi; using Microsoft.TeamFoundation.DistributedTask.WebApi; using Microsoft.VisualStudio.Services.Agent.Util; using Microsoft.VisualStudio.Services.Agent.Worker; using Microsoft.VisualStudio.Services.Agent.Worker.Build; using Moq; using System; using System.Collections.Generic; u...
//////////////////////////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2009, Daniel Kollmann // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: // /...
// // PKCS8.cs: PKCS #8 - Private-Key Information Syntax Standard // ftp://ftp.rsasecurity.com/pub/pkcs/doc/pkcs-8.doc // // Author: // Sebastien Pouliot <sebastien@ximian.com> // // (C) 2003 Motus Technologies Inc. (http://www.motus.com) // Copyright (C) 2004-2006 Novell Inc. (http://www.novell.com) // // Permission i...
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 //...
using System; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Crypto.Utilities; namespace Org.BouncyCastle.Crypto.Engines { /** * an implementation of the AES (Rijndael)), from FIPS-197. * <p> * For further details see: <a href="http://csrc.nist.gov/encryption/aes/">http://csrc.nist.g...