context
stringlengths
2.52k
185k
gt
stringclasses
1 value
/* * 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; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Reflection; namespace ServiceStack.Text.Common { internal static class DeserializeSpecializedCollections<T, TSerializer> where TSerializer : ITypeSerializer { private re...
using System; using System.IO; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.Globalization; namespace PubNubMessaging.Core { #region "Crypto" /// <summary> /// MD5 Service provider /// </summary> internal class MD5CryptoServiceProvider : M...
namespace AjTalk.Tests.Compiler { using System; using System.Collections.Generic; using System.Text; using AjTalk; using AjTalk.Compiler; using AjTalk.Language; using AjTalk.Tests.Language; using Microsoft.VisualStudio.TestTools.UnitTesting; [TestClass] public class VmCompile...
//----------------------------------------------------------------------------- // Torque // Copyright GarageGames, LLC 2011 //----------------------------------------------------------------------------- // Code for the toolbox tab of the Gui Editor sidebar. //-------------------------------------------------------...
// Lucene version compatibility level 4.8.1 #if FEATURE_COLLATION using Icu; using Icu.Collation; using Lucene.Net.Analysis; using Lucene.Net.Analysis.Util; using Lucene.Net.Util; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; namespace Lucene.Net.Collat...
#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. using System.Globalization; using System.IO; using System.Linq; using Xunit; namespace System.Diagnostics.Tests { ...
// Copyright (C) 2014 dot42 // // Original filename: Org.Apache.Http.Params.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 // //...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Diagnostics; using JetBrains.Annotations; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions; using ...
// 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.ComponentModel.Composition; using System.Diagnostics; using S...
using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Runtime.Serialization; using System.Runtime.Serialization.Formatters.Binary; namespace HTLib2 { public partial class HSerialize { [Serializable] class Ver : ISerializable, IBinarySerializable { ...
using System; using Xunit; using Medo.Math; namespace Tests.Medo.Math { public class ExponentialMovingAverageTests { [Fact(DisplayName = "ExponentialMovingAverage: Example (1)")] public void Example1() { var stats = new ExponentialMovingAverage(); stats.Add(4); ...
/* Copyright (c) 2010 - 2012 Jordan "Earlz/hckr83" Earls <http://lastyearswishes.com> 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 ...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.Azure.Storage.Queue; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Microso...
#region License /* The MIT License * * Copyright (c) 2011 Red Badger Consulting * * 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 r...
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including wit...
using System; using System.Collections; using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Collections; namespace Org.BouncyCastle.Asn1.X509 { public class X509Extensions : Asn1Encodable { /** * Subject Directory Attributes */ public static readonly DerObjectIdentifier Subjec...
// 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.Runtime.InteropServices; using Xunit; using Xunit.Abstractions; namespace System.Slices.Tests { public class UsageScenarioTests { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Text; using System.Collections; using System.IO; using System.Globalization; using System...
//------------------------------------------------------------------------------ // <copyright file="PagedDataSource.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------...
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;...
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...
// <copyright file="SafariDriverServer.cs" company="WebDriver Committers"> // Copyright 2007-2011 WebDriver committers // Copyright 2007-2011 Google Inc. // Portions copyright 2011 Software Freedom Conservancy // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in c...
using System.Collections.Generic; using InAudioSystem; using InAudioSystem.ExtensionMethods; using UnityEngine; [AddComponentMenu("InAudio/Spline/Audio Spline")] public class InSpline : MonoBehaviour { public InAudioEvent SplineAudioEvent; public List<InSplineNode> Nodes = new List<InSplineNode>(); 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. using System.Collections.Generic; using System.Globalization; using System.Numerics; using Xunit; namespace System....
//*********************************************************// // Copyright (c) Microsoft. All rights reserved. // // Apache 2.0 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 file="WebSocketHelpers.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ namespace Sys...
#region License /* The MIT License Copyright (c) 2008 Sky Morey Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, ...
#region license // Sqloogle // Copyright 2013-2017 Dale Newman // // 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 ...
/*************************************************************************** copyright : (C) 2005 by Brian Nickel email : brian.nickel@gmail.com based on : oggfile.cpp from TagLib ***************************************************************************/ /**********...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Text; using System.Text.RegularExpressions; using UnityEditor;...
//--------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // // File: CornerRadiusConverter.cs // // Description: Contains the CornerRadiusConverter: TypeConverter for the CornerRadiusclass. // // History: // 07/19/2004 : t-jaredg ...
/* * 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...
#region License // Copyright (c) 2007-2009, Sean Chambers <schambers80@gmail.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.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.Collections; using System.ComponentModel; using Microsoft.Xml.Serialization; namespace Microsoft.Xml.S...
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 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 ...
// // Copyright 2011-2013, Xamarin 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 appli...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using System.Globalization; using System.Runtime; using System.Runtime.Serialization; using System.Security.Cryptography; 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.Buffers; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Runtime.InteropS...
/* * 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...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="Backlog.Wiki.cs"> // bl4n - Backlog.jp API Client library // this file is part of bl4n, license under MIT license. http://t-ashula.mit-license.org/2015 // </copyright> // -----...
// // Copyright (c) 2004-2011 Jaroslaw Kowalski <jaak@jkowalski.net> // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of source code must retain the above co...
// <copyright file="Skeleton.cs" company="OpenTelemetry Authors"> // Copyright The OpenTelemetry 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/li...
// 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 UnityEngine; using UnityStandardAssets.CrossPlatformInput; using UnityStandardAssets.Utility; using Random = UnityEngine.Random; namespace UnityStandardAssets.Characters.FirstPerson { [RequireComponent(typeof (CharacterController))] [RequireComponent(typeof (AudioSource))] public class ...
// Client-server helpers for TCP/IP // ClientInfo: wrapper for a socket which throws // Receive events, and allows for messaged communication (using // a specified character as end-of-message) // Server: simple TCP server that throws Connect events // ByteBuilder: utility class to manage byte arrays built up // in m...
// // SourceRowRenderer.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 2005-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 without re...
// 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.Redis.Fluent { using Microsoft.Azure.Management.Redis.Fluent.Models; using Microsoft.Azure.Management.Redis.Fluent.Re...
/* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for Additional information regarding copyright ownership. The ASF licenses this file to Y...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using NUnit.Framework; using Sodium; namespace Tests.sodium { [TestFixture] public class EventTester { [TearDown] public void TearDown() { GC.Collect(); Thread.Sleep(100); } [Test] pu...
// 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.Runtime.InteropServices; using Xunit; namespace System.Runtime.Compi...
// Copyright (C) 2014 dot42 // // Original filename: TypeHelper.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 // // Unless requ...
/* * MindTouch Dream - a distributed REST framework * Copyright (C) 2006-2014 MindTouch, Inc. * www.mindtouch.com oss@mindtouch.com * * For community documentation and downloads visit mindtouch.com; * please review the licensing section. * * Licensed under the Apache License, Version 2.0 (the "License"); * y...
using J2N.Runtime.CompilerServices; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using JCG = J2N.Collections.Generic; namespace Lucene.Net.Index { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See t...
using System; using System.ComponentModel; using System.ComponentModel.Design; using System.Drawing; using System.Globalization; using System.Reflection; using System.Windows.Forms; using Skybound.ComponentModel; namespace Skybound.VisualTips { [System.ComponentModel.TypeConverter(typeof(Skybound.VisualTips.Visua...
// 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.Globalization; using System.Runtime.InteropServices; using Xunit; namespace System.Globa...
using System; using System.Collections; using System.Text; using System.IO; using System.Reflection; namespace SpyUO.Packets { public abstract class BaseGump : Packet { private uint m_X; private uint m_Y; private uint m_Serial; private uint m_GumpId; private GumpEntry[] m_Layout; private string[] m_Text;...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Text; using System.Windows.Forms; namespace PTWin { public partial class ResourceEdit : WinPart { private ProjectTracker.Library.ResourceEdit _resource; public ProjectTracker...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Linq; using NetGore.IO; namespace NetGore.Audio { /// <summary> /// Represents the unique ID of a music track. /// </summary> [Serializable] [TypeConverter(typeof(MusicIDTypeConverter))] ...
// _________________________________________________________________________________________ // Name: BaseWPHHelpers // Purpose: Common helpers for tree walking etc // Author: Andrew Whiddett // (c) Copyright 2006 REZN8 Productions Inc // ________________________________________________________________...
#region License /* ********************************************************************************** * Copyright (c) Roman Ivantsov * This source code is subject to terms and conditions of the MIT License * for Irony. A copy of the license can be found in the License.txt file * at the root of this distribution. ...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: POGOProtos/Data/PlayerBadge.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; using sc...
#region Copyright notice and license // Copyright 2015 gRPC 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 requ...
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...
#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, ...
/** * Couchbase Lite for .NET * * Original iOS version by Jens Alfke * Android Port by Marty Schoch, Traun Leyden * C# Port by Zack Gramana * * Copyright (c) 2012, 2013, 2014 Couchbase, Inc. All rights reserved. * Portions (c) 2013, 2014 Xamarin, Inc. All rights reserved. * * Licensed under the Apache License...
using System; using System.Collections.Generic; using System.IO; using System.Reflection; using System.Runtime.InteropServices; namespace Python.Runtime { /// <summary> /// Implements a Python type that provides access to CLR namespaces. The /// type behaves like a Python module, and can contain other sub-...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 0.14.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
#region Using declarations using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using System.Windows.Media; using System.Xml.Serializ...
using System; using System.Collections.Generic; using System.Linq; using System.Security.Claims; using System.Threading.Tasks; using AllReady.Configuration; using AllReady.Models; using Microsoft.AspNetCore.Identity; using Microsoft.Extensions.Options; namespace AllReady.DataAccess { public class SampleDataGenerat...
using System; using System.Xml; using System.Xml.Schema; using System.Xml.XPath; using System.IO; using System.Net; using System.Text; using System.Security; using System.Collections.Generic; using System.Reflection; using Hydra.Framework.XmlSerialization.Common; using Hydra.Framework.XmlSerialization.Common.XPath; us...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml; using System.Xml.Linq; namespace ICSharpCode.WpfDesign.XamlDom { public static class XamlFormatter { public static char IndentChar = ' '; public static int Indenation = 2; public static int LengthBeforeNewLi...
using System.Collections.Concurrent; using Exceptionless.Core.Extensions; using Exceptionless.Core.Plugins.Formatting; using Exceptionless.Core.Queues.Models; using Exceptionless.Core.Models; using Exceptionless.DateTimeExtensions; using Foundatio.Metrics; using Foundatio.Queues; using Foundatio.Utility; using Handleba...
namespace Ioke.Math { public class MPN { /** Add x[0:size-1] and y, and write the size least * significant words of the result to dest. * Return carry, either 0 or 1. * All values are unsigned. * This is basically the same as gmp's mpn_add_1. */ public static int ...
/* * 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...
//----------------------------------------------------------------------- // <copyright file="ProperBitConverter.cs" company="Sirenix IVS"> // Copyright (c) 2018 Sirenix IVS // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You m...
/****************************************************************************************************** // Original code by: DLESKTECH at http://www.dlesktech.com/support.aspx // Modifications by: KASL Technologies at www.kasltechnologies.com // Mod date:7/21/2009 // Mods: working smileys, moved smilies to bottom, ...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using Internal.IL; using Debug = System.Diagnostics.Debug; using Internal.IL.Stubs; namespace Interna...
using System; using System.Linq; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; using System.Diagnostics; using System.Drawing; using System.Drawing.Imaging; using System.Threading; namespace WixSharp { public static partial class Win32 { [DllImport("User32.d...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics; namespace System.Collections.ObjectModel { [Seriali...
using System; using System.Collections; using System.Collections.Generic; using System.Windows.Forms; namespace GodLesZ.Library.Controls { /// <summary> /// ColumnComparer is the workhorse for all comparison between two values of a particular column. /// If the column has a specific comparer, use that to compare th...
/* * 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. /*============================================================================= ** ** ** ** Purpose: Synchronizes ac...
/* | Version 10.1.84 | Copyright 2013 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...
using System.Collections.Generic; using System.Data; using System.Linq; using System.Threading.Tasks; using Net.Code.ADONet.Extensions.SqlClient; using Net.Code.ADONet.Tests.Integration.Data; using Net.Code.ADONet.Tests.Integration.Databases; using Xunit.Abstractions; using Xunit; namespace Net.Code.ADONet.Tests.Integ...
// Copyright (c) Microsoft Corporation. All rights reserved. // // Licensed under the MIT License. See LICENSE.txt in the project root for license information. using Microsoft.Graphics.Canvas; using Microsoft.Graphics.Canvas.Geometry; using Microsoft.Graphics.Canvas.Text; using Microsoft.Graphics.Canvas.UI.Xaml; using...
using EdiEngine.Common.Enums; using EdiEngine.Common.Definitions; using EdiEngine.Standards.X12_004010.Segments; namespace EdiEngine.Standards.X12_004010.Maps { public class M_867 : MapLoop { public M_867() : base(null) { Content.AddRange(new MapBaseEntity[] { new BPT() { ReqDes = RequirementDesignator.Ma...
// 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 ...
/* Generated SBE (Simple Binary Encoding) message codec */ using System; using System.Text; using System.Collections.Generic; using Adaptive.Agrona; namespace Adaptive.Archiver.Codecs { public class RecordingSignalEventEncoder { public const ushort BLOCK_LENGTH = 44; public const ushort TEMPLATE_ID = 24; ...
// 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.Globalization { using System; using System.Runtime.CompilerServices; using System.Globa...
using Xunit; namespace ReverseMarkdown.Test { public class ConverterTests { [Fact] public void WhenThereIsHtmlLink_ThenConvertToMarkdownLink() { const string html = @"This is <a href=""http://test.com"">a link</a>"; const string expected = @"This is [a link](http://test.com)"; CheckConversion(html, e...
using Android.App; using Android.OS; using MvvmCross.Droid.Views; using Android.Webkit; using Android.Views; using Android.Widget; using Android.Views.Animations; using Android.Content; using Android.Speech; using Android.Speech.Tts; using System; using System.Collections.Generic; using System.Threading.Tasks; using Pr...
// Copyright 2017, 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 applicabl...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; namespace Cocos2D { public class CCLabelBMFont : CCSpriteBatchNode, ICCLabelProtocol, ICCRGBAProtocol { public const int kCCLabelAutomaticWidth = -1; public static Dictionary<string,...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics; using System.Globalization; namespace System.Net.Http.H...
// 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...
// 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...