context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: booking/rpc/ota_channel_provider_svc.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;...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Azure.Management.ContainerInstance.Fluent { using System.Threading; using System.Threading.Tasks; using Microsoft.Azure.Management....
using System; using System.IO; using System.Text; using Org.BouncyCastle.Crypto.Engines; using Org.BouncyCastle.Crypto.Modes; using Org.BouncyCastle.Crypto.Paddings; using Org.BouncyCastle.Crypto.Parameters; namespace AllAuth.Lib.Crypto { public class EncryptedData { private enum EncryptionMethods ...
// 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 wrapper class for the primitiv...
// -- FILE ------------------------------------------------------------------ // name : QuarterTest.cs // project : Itenso Time Period // created : Jani Giannoudis - 2011.02.18 // language : C# 4.0 // environment: .NET 2.0 // copyright : (c) 2011-2012 by Itenso GmbH, Switzerland // ----------------------...
//Persistance Manager tests new PersistenceManager(TestPManager); function runPManTest(%test) { if (!isObject(TestPManager)) return; if (%test $= "") %test = 100; switch(%test) { case 0: TestPManager.testFieldUpdates(); case 1: TestPManager.testObjectRename(); ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Linq; using System.Windows.Forms; using SmashForge.Filetypes.Melee; using SmashForge.Gui.Menus; using WeifenLuo.WinFormsUI.Docking; namespace SmashForge { public partial class MeshList : DockContent ...
/* Generated SBE (Simple Binary Encoding) message codec */ using System; using System.Text; using System.Collections.Generic; using Adaptive.Agrona; namespace Adaptive.Cluster.Codecs { public class CommitPositionDecoder { public const ushort BLOCK_LENGTH = 20; public const ushort TEMPLATE_ID = 55; public...
// 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 { public enum XmlNodeOrder { After = 1, Before = 0, Same = 2, ...
using System; using System.Runtime.InteropServices; class TestHelper { public static void Assert(bool exp,string msg="") { CoreFXTestLibrary.Assert.IsTrue(exp, msg); } } [StructLayout(LayoutKind.Sequential)] public struct S_INTArray_Seq { [MarshalAs(UnmanagedType.ByValArray, SizeConst = Test.A...
// // 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 (C) 2014 dot42 // // Original filename: Javax.Microedition.Khronos.Egl.cs // // 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....
using System; using System.Linq; using System.Xml; using System.Xml.Serialization; using System.Collections.Generic; using System.IO; using Moscrif.IDE.Editors; using MessageDialogs = Moscrif.IDE.Controls.MessageDialog; using Moscrif.IDE.Tool; using Moscrif.IDE.Controls; using Moscrif.IDE.Iface.Entities; using System.T...
// 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.ObjectModel; using System.Diagnostics; using System.Dynam...
// Copyright (C) 2014 dot42 // // Original filename: Javax.Xml.Transform.Sax.cs // // 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 OpenKh.Common; using OpenKh.Imaging; using OpenKh.Kh2; using System; using System.Collections.Generic; using System.IO; using System.Linq; using Xunit; namespace OpenKh.Tests.kh2 { public class ModelTextureTests { private const string FileName1 = "kh2/res/model_texture1.tex"; private cons...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; using NUnit.Framework; using Palaso.UI.WindowsForms.HotSpot; namespace PalasoUIWindowsForms.Tests.Hotspot { [TestFixture] public class HotSpotProviderTests { private HotSpotProvider _hotS...
/* * Copyright (c) InWorldz Halcyon Developers * Copyright (c) Contributors, http://opensimulator.org/ * * 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 c...
// 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.Serialization { using System.IO; using System; using System.Security; using Sys...
using System; using System.Xml; using System.Reflection; using System.Collections; namespace Platform.Xml.Serialization { /// <summary> /// Describes the types of the items in a list to be serialized. /// </summary> /// <remarks> /// <p> /// You need to mark any IList field or property to be serialized with this...
//----------------------------------------------------------------------- // <copyright file="SplineRouterTests.cs" company="Microsoft"> // (c) Microsoft Corporation. All rights reserved. // </copyright> //----------------------------------------------------------------------- using System; using System.Collections...
/* * 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 Tweetinvi.Models; using Tweetinvi.Parameters; using Tweetinvi.Parameters.TrendsClient; namespace Tweetinvi.Core.Client.Validators { public interface IParametersValidator : IAccountActivityClientParametersValidator, IAccountSettingsClientParametersValidator, IAuthClientParametersValida...
using System; using FluentAssertions.Primitives; #if !OLD_MSTEST using Microsoft.VisualStudio.TestPlatform.UnitTestFramework; #else using Microsoft.VisualStudio.TestTools.UnitTesting; #endif namespace FluentAssertions.Specs { [TestClass] public class NullableNumericAssertionSpecs { [TestMethod] ...
using System; using System.Diagnostics; using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Math.EC { public abstract class ECFieldElement { public abstract BigInteger ToBigInteger(); public abstract string FieldName { get; } public abstract int FieldSize { get; } public abstract ECFieldElement Add...
using System; using System.Diagnostics; using System.Collections; using System.Runtime.InteropServices; using System.IO; using System.Text; using System.Collections.Generic; using RaptorDB.Common; namespace RaptorDB { internal class StorageData { public byte[] Key; public byte[] Data; p...
/* * Copyright 2002-2015 Drew Noakes * * Modified by Yakov Danilov <yakodani@gmail.com> for Imazen LLC (Ported from Java to C#) * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at...
// Reference: Oxide.Ext.Unity /* * Many thanks to feramor@computer.org for his HappyHour.cs plugin, which * gave me examples of how to work with dates and timers in a plugin. */ /* * The MIT License (MIT) * Copyright (c) 2015 #db_arcane * Permission is hereby granted, free of charge, to any person obtaining a...
using System; using System.Reflection; using System.Collections.Generic; using System.Text; namespace FlatRedBall.Content { #region XML Docs /// <summary> /// Delegate representing the method that is to be called for a property to be mapped. /// This can be applied by specific type or by generic type. ...
using System; using SilentOrbit.Code; using System.Collections.Generic; namespace SilentOrbit.ProtocolBuffers { class MessageCode { readonly CodeWriter cw; readonly Options options; public MessageCode(CodeWriter cw, Options options) { this.cw = cw; this....
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="PhotonHandler.cs" company="Exit Games GmbH"> // Part of: Photon Unity Networking // </copyright> // ------------------------------------------------------------------------------...
using System; using Csla; using Codisa.InterwayDocs.DataAccess; namespace Codisa.InterwayDocs.Business { /// <summary> /// IncomingInfo (read only object).<br/> /// This is a generated <see cref="IncomingInfo"/> business object. /// </summary> /// <remarks> /// This class is an item of <see cr...
// 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 ...
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 //...
// Copyright (c) 2018 SIL International // This software is licensed under the MIT License (http://opensource.org/licenses/MIT) using System; using System.Runtime.InteropServices; namespace Icu { internal static partial class NativeMethods { private class ResourceBundleMethodsContainer { [UnmanagedFunctionPo...
// // 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 (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
using System; using System.Data; using System.Data.OleDb; namespace PCSUtils.Utils { /// <summary> /// This class for excel data reader /// </summary> public class ExcelReader : IDisposable { #region Variables private int[] _PKCol; private string _strExcelFilename; private bool _blnMixedData=true; priva...
// 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. //#define LOGGING using System; using System.Collections; using System.Threading; using System.Runtime.InteropServ...
// 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.Collections; using System.Collections.Generic; namespace Syste...
// Copyright (c) 2014 SIL International // This software is licensed under the MIT License (http://opensource.org/licenses/MIT) using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Runtime.InteropServices; using SIL.Extensions; using SIL.Pla...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. /*============================================================ ** ** ** ** Purpose: Platform independent integer ** ** ================================================...
// JsonBoolean.cs // // Copyright (C) 2006 Andy Kernahan // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // Th...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.IO; using System.Linq; using System.Security.Cryptography.X509Certificates; namespace SimShift.MapTool { public class Ets2Item { public int Origin = 0; public Ets2Item(ulong uid, Ets...
// ---------------------------------------------------------------------------------- // // 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. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Threading; using Xunit; namespace System.Linq.Parallel.Tests { 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.IO; using System.Text.RegularExpressions; using Microsoft.NodejsTools.Debugger; using Microsoft.NodejsTools.Debugger.Commands; usin...
// /* // SharpNative - C# to D Transpiler // (C) 2014 Irio Systems // */ #region Imports using System; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Formatting; #endregion namespace SharpNative.Comp...
// ------------------------------------------------------------------------------------ // 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 cop...
// // Mono.System.Xml.Query.XQueryConvert // // Author: // Atsushi Enomoto <atsushi@ximian.com> // // Copyright (C) 2004 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 ...
using System; using NBitcoin.BouncyCastle.Utilities; namespace NBitcoin.BouncyCastle.Crypto.Digests { /** * implementation of RipeMD see, * http://www.esat.kuleuven.ac.be/~bosselae/ripemd160.html */ internal class RipeMD160Digest : GeneralDigest { private const int DigestLength ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Orleans.GrainDirectory; namespace Orleans.Runtime.GrainDirectory { [Serializable] internal class ActivationInfo : IActivationInfo { public SiloAddress SiloAddress { get; private set; } public DateTi...
/* Copyright (C) 2008-2015 Peter Palotas, Jeffrey Jangli, Alexandr Normuradov * * 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 t...
// 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; using System.Collections.Generic; using System.Text; using Microsoft.Protocols.TestTools.StackSdk; namespace Microsoft.Protocols...
// // 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; using System.Collections.Generic; using System.IO; using System.Threading; using SR = System.Reflection; using Mono.Cecil.Cil; u...
// 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.IO; using System.Linq; using System.Security.Cryptography; using System.Text; using Xunit; namespace Syste...
// 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.Tests { public static partial class CompareToTests { [F...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition { using Microsoft.Azure.Management.ContainerService.Fluent; using...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.VisualStudio.CodeTools { using System; using System.Runtime.InteropServices; using System.Collections.Generic; using Microsoft.Visu...
using System; using System.Collections.Generic; using System.Linq; using System.Security.Authentication; using System.Threading.Tasks; using System.Web; using Newtonsoft.Json; using Newtonsoft.Json.Linq; namespace RedditSharp.Things { public class Post : VotableThing { private const string CommentUrl =...
using System; using System.Linq; using System.Runtime.InteropServices; using System.Text; namespace Python.Runtime { /// <summary> /// Abstract class defining boiler plate methods that /// Custom Marshalers will use. /// </summary> internal abstract class MarshalerBase : ICustomMarshaler { ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // using Microsoft.Xunit.Performance; using System; using System.Runtime.CompilerServices; using Xunit; [assembly: OptimizeForBenchmarks] [assembly: MeasureInstruction...
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel { using System; using System.Collections.Generic; usin...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // Sorting.cs // // Support for sorting. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-...
using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.IO; using System.Text; using System.Web.UI; using System.Web.UI.WebControls; using Codentia.Common.Reporting.BL; using Codentia.Common.WebControls; using Codentia.Common.WebControls.HtmlElements; using Codentia.C...
// 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 Newtonsoft.Json.Linq; using ReactNative.Bridge; using System.Collections.Generic; using TrackPlayer.Logic; using TrackPlayer.Players; using System.Threading.Tasks; namespace TrackPlayer { class TrackPlayerModule : ReactContextNativeModuleBase { public override string Name => "TrackPlayerModule"; ...
using Content.Server.Climbing; using Content.Server.Cloning; using Content.Server.Medical.Components; using Content.Server.Mind.Components; using Content.Server.Popups; using Content.Server.Power.Components; using Content.Server.Preferences.Managers; using Content.Shared.ActionBlocker; using Content.Shared.Acts; using ...
namespace Schema.NET; using System; using System.Collections; using System.Collections.Generic; using System.Linq; /// <summary> /// A single or list of values. /// </summary> /// <typeparam name="T">The type of the values.</typeparam> /// <seealso cref="ICollection{T}" /> public readonly struct OneOrMany<T> : IR...
/* * 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 of ...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // http://github.com/jskeet/dotnet-protobufs/ // Original C++/Java/Python code: // http://code.google.com/p/protobuf/ // // Redistribution and use in source and binary forms, w...
// // 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 2006 - Morten Nielsen (www.iter.dk) // // This file is part of SharpMap. // SharpMap 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 version 2 of the License, or // (at your option...
using System; using UnityEngine; using UnityStandardAssets.Utility; using Random = UnityEngine.Random; namespace UnityStandardAssets.Characters.FirstPerson { [RequireComponent(typeof (CharacterController))] [RequireComponent(typeof (AudioSource))] public class FirstPersonController : MonoBehaviour { ...
// 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 System.Linq; using FluentAssertions; using Microsoft.DotNet.Cli.CommandLine; using Microsoft.DotNet.Cli.Util...
using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Windows.Forms; using C1.Win.C1TrueDBGrid; using PCSComUtils.Common; using PCSComUtils.Framework.ReportFrame.BO; using PCSComUtils.Framework.ReportFrame.DS; using PCSComUtils.PCSExc; using PCSUtils.Log; using PCSUtils.Ut...
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2009, 2013 Oracle and/or its affiliates. All rights reserved. * */ using System; using System.Collections.Generic; using System.Text; namespace BerkeleyDB { /// <summary> /// A class representing configuration parameters for <se...
/* Copyright 2019 Esri 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, ...
// ---------------------------------------------------------------------------------- // // 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...
// // File.cs: // // Author: // Ruben Vermeersch (ruben@savanne.be) // // Copyright (C) 2009 Ruben Vermeersch // // This library is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License version // 2.1 as published by the Free Software Foundation. // // Th...
/****************************************************************************** * Copyright (C) Leap Motion, Inc. 2011-2017. * * Leap Motion proprietary and confidential. * * * ...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; 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 ViewBinder.WebAPISample.Areas.HelpPage.Models; names...
/* Copyright 2014 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 in writing, software dist...
// /******************************************************************************* // * Copyright 2012-2018 Esri // * // * 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 // * // ...
// Copyright (C) 2014 dot42 // // Original filename: Javax.Xml.Transform.Sax.cs // // 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 // /...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.ComponentModel; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Runtime.I...
using System; using System.Collections.Generic; using System.Text; namespace OEIS { class Program { static void Main(string[] args) { int simulateN = 6; int iterations = 10000; int maxN = 12; JengaTower j = new JengaTower(); Console....
/* * Copyright 2008 ZXing authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wri...
#if MONO_COM #define FEATURE_COMINTEROP #endif // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// namespace System.Ru...
using System.Diagnostics; using System.Text; namespace IronAHK.Scripting { partial class Parser { [Conditional(Legacy)] void Translate(ref string code) { #region Variables var delim = new char[Spaces.Length + 1]; delim[0] = Multicast; Spa...
//----------------------------------------------------------------------------- // Torque3D - postFXManager.gui.cs - Contains the code for the implementation // of the gui controls used in postFXManager.gui. // // // Copyright (C) Luma Arcade 2010 // Written By Sven Bergstrom | Luma Arcade //---------------...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.DocAsCode.Metadata.ManagedReference { using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; ...
#region License, Terms and Author(s) // // ELMAH - Error Logging Modules and Handlers for ASP.NET // Copyright (c) 2004-9 Atif Aziz. All rights reserved. // // Author(s): // // Atif Aziz, http://www.raboof.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file excep...
// 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.Text.Tests { public class EncoderConvert2Encoder : Encoder { private ...
// 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 ...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.ServiceModel.Diagnostics { using System; using System.Globalization; using System.IO; using System...
using System; using LanguageExt; using System.Linq; using System.Collections.Generic; using System.Runtime.ExceptionServices; using System.Threading.Tasks; using LanguageExt.TypeClasses; using static LanguageExt.Prelude; namespace LanguageExt { public static partial class TaskT { // // Collecti...
/* * Copyright 2011 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 i...
using System; using Microsoft.SPOT; /* * Copyright 2011-2014 Stefan Thoolen (http://www.netmftoolbox.com/) * * 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.or...
// 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.Runtime.InteropServices; using System.Security; using Xunit; namespace Syste...