context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using ICSharpCode.SharpZipLib.Zip.Compression.Streams; using System; using System.Collections.Generic; namespace ICSharpCode.SharpZipLib.Zip.Compression { /// <summary> /// Huffman tree used for inflation /// </summary> public class InflaterHuffmanTree { #region Constants private const int MAX_BITLEN = 15; ...
// 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.Text.RegularExpressions.Tes...
/* * * 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"); y...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace TesteAdoNetRest.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it ...
/* * 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...
using ICSharpCode.TextEditor.Document; using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows.Forms; namespace ICSharpCode.TextEditor { public class Caret : IDisposable { ...
/* * Copyright (c) 2008, openmetaverse.org * All rights reserved. * * - Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * - Redistributions of source code must retain the above copyright notice, this * list of...
// // ListViewBackend.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // Jan Strnadek <jan.strnadek@gmail.com> // - GetAtRowPosition // - NSTableView for mouse events // // Copyright (c) 2011 Xamarin Inc // // Permission is hereby granted, free of charge, to any person o...
using System.Text; using System.IO; using SharpCompress.Compressor.Rar; namespace SharpCompress.Compressor.PPMd.H { internal class ModelPPM { private void InitBlock() { for (int i = 0; i < 25; i++) { SEE2Cont[i] = new SEE2Context[16]; } ...
using UnityEngine; using UnityEditor; using System.Collections.Generic; public interface ITileMapEditorHost { void BuildIncremental(); void Build(bool force); } [InitializeOnLoad] public static class tk2dTileMapEditorUtility { static tk2dTileMapEditorUtility() { #if (UNITY_3_5 || UNITY_4_0 || UNITY_4_0_1 || UNITY_...
/* * Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1) Redistributions of source code must retain the above copyright * notice, this list ...
using System; using System.Text; namespace ClosedXML.Excel { using System.Collections.Generic; internal class XLBorder : IXLBorder { private readonly IXLStylized _container; private XLBorderStyleValues _bottomBorder; private XLColor _bottomBorderColor; private XLBorderStyle...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Threading; u...
using System; using System.Collections.Generic; using System.Reactive.Linq; using System.Reactive.Threading.Tasks; using MS.Core; namespace Newtonsoft.Json.Schema { public static class __JsonSchema { public static IObservable<Newtonsoft.Json.Schema.JsonSchema> Read(IObservable<Newtonsoft.Json....
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Collections; using System.Text; using System.IO; using gov.va.medora.mdo.dao; using gov.va.medora.mdo.dao.vista; using gov.va.medora.utils; using gov.va.medora.mdo.exceptions; using gov.va.medora.mdo.src.mdo; namespace g...
// Amplify Shader Editor - Visual Shader Editing Tool // Copyright (c) Amplify Creations, Lda <info@amplify.pt> using UnityEngine; using System; using System.Linq; using System.Collections.Generic; using UnityEditor; namespace AmplifyShaderEditor { public class ShortcutKeyData { public bool IsPressed; public Ty...
using System; using System.Collections.Generic; using System.Collections; using Signum.Utilities; using Signum.Utilities.DataStructures; using System.Linq; using System.Xml.Linq; using Signum.Utilities.ExpressionTrees; using System.Runtime.Serialization; namespace Signum.Entities.Reflection { public static class G...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Sockets; using...
using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using HtmlAgilityPack; namespace Umbraco.Core.Macros { /// <summary> /// Parses the macro syntax in a string and renders out it's contents /// </summary> internal class MacroTagParser { private static ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Orleans; using Orleans.Runtime; using Orleans.Runtime.GrainDirectory; using UnitTests.GrainInterfaces; namespace UnitTests.Grains { ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Threading.Tasks.Dataflow; using Autofac.Features.Indexed; using JetBrains.Annotations; using Reusable.Exceptionize; using Reusable.Extensions; using Reusable.OmniLog; using Reusable.Omni...
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;...
/* * Copyright 2010 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 ...
//------------------------------------------------------------------------------ // <copyright file="DataGridViewButtonCell.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //-----------------------...
// 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; using System.Collections.Generic; using System.Diagnostics; using System.Reflection.Metadata.Ecma335; using System.Runtime.CompilerServices; ...
#region Copyright notice and license // Copyright 2015, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyrig...
//============================================================================= // System : Sandcastle Help File Builder Plug-Ins // File : DeploymentPlugIn.cs // Author : Eric Woodruff (Eric@EWoodruff.us) // Updated : 10/27/2009 // Note : Copyright 2007-2009, Eric Woodruff, All rights reserved // Compiler: Mi...
using System.Collections.Generic; using Lucene.Net.Documents; namespace Lucene.Net.Search.Spans { using NUnit.Framework; using Directory = Lucene.Net.Store.Directory; using Document = Documents.Document; using Field = Field; using IndexReader = Lucene.Net.Index.IndexReader; using LuceneTestCase...
using System; using System.IO; using System.Net.Http; using System.Threading.Tasks; namespace Elasticsearch.Client { public partial class ElasticsearchClient { ///<summary><see href="http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-put-mapping.html"/></summary> ///<param na...
#region License // // The Open Toolkit Library License // // Copyright (c) 2006 - 2009 the Open Toolkit library. // // 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 restrict...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Reflection; using System.Text; using EasyNetQ.Internals; namespace EasyNetQ; /// <inheritdoc /> public class DefaultTypeNameSerializer : ITypeNameSerializer { private readonly ConcurrentDictionary<Type, string> seria...
namespace Files.ViewModels.FileStats { using System; using System.IO; using Edi.Core.Interfaces; using Edi.Core.Interfaces.Enums; using Edi.Core.ViewModels; /// <summary> /// This class can be used to present file based information, such as, /// Size, Path etc to the user. /// </summary> internal class FileS...
using System; using System.Globalization; using System.Reflection; using Cake.Core.IO; using System.Collections.Generic; using Cake.Core; using System.Linq; using System.Runtime.Versioning; namespace CodeCake { /// <summary> /// Represents the environment Cake operates in. This mutable implementation allows th...
// 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 (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. // // Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. nam...
//----------------------------------------------------------------------- // <copyright file="CriteriaBase.cs" company="Marimer LLC"> // Copyright (c) Marimer LLC. All rights reserved. // Website: https://cslanet.com // </copyright> // <summary>Base type from which Criteria classes can be</summary> //----------...
// [Twin] Copyright eBay Inc., Twin authors, and other contributors. // This file is provided to you under the terms of the Apache License, Version 2.0. // See LICENSE.txt and NOTICE.txt for license and copyright information. using System; using System.Collections.Generic; using System.Text; using System.Windows.Autom...
// // Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // #pragma warning disable 0219 namespace nanoFramework.Tools.VisualStudio.Extension.Serialization.PdbxFile { public cl...
// // thread6.cs: Thread abort tests // using System; using System.Threading; public class Tests { public static int result = 0; public static object started = new object (); public static void ThreadStart1 () { Console.WriteLine("{0} started", Thread.CurrentThread.Name); try { try { try { ...
// ******************************************************************************************************** // Product Name: DotSpatial.Projection // Description: The basic module for MapWindow version 6.0 // ******************************************************************************************************** // //...
namespace WYZTracker { partial class frmDockedMain { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; namespace Microsoft.Protocols.TestTools.StackSdk.Security.KerberosLib { /// <summary> /// Specify the account type of cName /// </summary> ...
// 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; using System.Diagnostics; using System.IO; using System.Text; namespace System.Resources { public sealed class ResourceReader : IDisposabl...
using Cosmos.Build.Common; using IL2CPU.API.Attribs; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.Loader; namespace TheRingMaster { public class Program { enum Ring { External = 0, CPU =...
namespace Obscur.Core.Cryptography.Ciphers.Block.Primitives { /** * An RC6 engine. */ public class Rc6Engine : BlockCipherBase { private const int wordSize = 32; private const int bytesPerWord = wordSize/8; private const int BLOCK_SIZE = 4 * bytesPerWord; /* ...
// 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 ...
// // ZipExtraData.cs // // Copyright 2004-2007 John Reilly // // 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. // //...
using System; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.Linq; using OpenTK.Graphics.OpenGL; using SharpFlame.Collections; using SharpFlame.Core.Collections; using SharpFlame.Core.Domain; using SharpFlame.Core.Extensions; using SharpFlame.Domain.ObjData; using SharpFlame....
// *********************************************************************** // Copyright (c) 2010-2014 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without r...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Linq; using System.Reflection; using Windows.ApplicationModel.Resources; namespace Prism.Windows.Validation { /// ...
using System; using System.Collections.Generic; using System.Linq; using Android.App; using Android.Content; using Android.Graphics; using Android.Util; using Android.Views; using Android.Views.Animations; namespace Explosions { /// <summary> /// Represents the overlay that controls <see cref="View" /> explosi...
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.AspNet.Razor.Generator; using Microsoft.AspNet.Razor.Parser.SyntaxTree; namespace Mi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Net.WebSockets; using System.Text; using System.Threading; using System.Thread...
// 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.IO; using System.Net.Security; using System.Net.Test.Common; using System.Runtime.InteropServices; usin...
// 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.IO; using System.Diagnostics; using System.Data.Common; using System.Xml; using System.Xml.Schema; usin...
// 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.Text; using System.IO; using System.Collections.Generic; namespace LexLib { public class Gen { /* * Member Variables */ private StreamReader instream; /* Lex specification file. */ private StreamWriter outstream; /* Lexical analyzer source f...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Purpose: Unsafe code that uses pointers should use ** SafePointer to fix subtle lifetime problems with the ** underlying resource. ** =======================...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Linq; using Xunit; namespace System.Security.Cryptography.X509Certificates.Tests { public static class ExtensionsTests { [Fact] p...
using J2N.Threading.Atomic; using Lucene.Net.Index; using Lucene.Net.Util; using System; using System.Collections.Generic; using System.IO; namespace Lucene.Net.Codecs.Lucene45 { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file...
using System; using System.Text; namespace ICSharpCode.SharpZipLib.Tar { /// <summary> /// This class encapsulates the Tar Entry Header used in Tar Archives. /// The class also holds a number of tar constants, used mostly in headers. /// </summary> /// <remarks> /// The tar format and its POSIX successor PAX ...
// ============================================================ // Name: UMABonePoseMixerWindow // Author: Eli Curtz // Copyright: (c) 2013 Eli Curtz // ============================================================ #if UNITY_EDITOR using UnityEngine; using UnityEditor; using System.Text; using System.Collections.Gene...
/* * MindTouch MediaWiki Converter * Copyright (C) 2006-2008 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 redistribute it and/or * modify it under t...
using System; using System.IO; using System.Text; using ICSharpCode.SharpZipLib.Core; namespace ICSharpCode.SharpZipLib.Zip { /// <summary> /// ZipNameTransform transforms names as per the Zip file naming convention. /// </summary> /// <remarks>The use of absolute names is supported although its use is not valid ...
namespace Trionic5Controls { partial class HexViewer { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /...
#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, ...
// 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.Linq; using System.Threading; using System.Threading.Tasks; u...
using System; using System.Collections; using Umbraco.Core; using Umbraco.Core.Logging; using Umbraco.Core.Models; using Umbraco.Core.Models.Membership; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using umbraco.DataLayer; using Umbraco.Core.Persistence.Querying; namespace umbraco....
// 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.ServiceModel.Security; using System.IdentityModel.Selectors; namespace System.ServiceModel { publ...
using Lucene.Net.Support; using System; namespace Lucene.Net.Util { /* * 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 lic...
// 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.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Diagnostics.Contracts; using Validation; namespace Syst...
using System; using System.Diagnostics; using System.Linq; namespace Mono.Cecil.CodeDom.Rocks { internal static class NodeMatcherEx { [DebuggerStepThrough] public static NodeMatcherEx.NodeMatcher ToMatcher(this CodeDomExpression node) { return new NodeMatcherEx.NodeMatcher(node); } internal struct Node...
// 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.Xml.Serialization; using System.Diagnostics; namespace System.Xml.Schema ...
// 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.Diagnostics.Contracts; using System.Globali...
//----------------------------------------------------------------------------- // Torque // Copyright GarageGames, LLC 2011 //----------------------------------------------------------------------------- //------------------------------------------------------------------------------ // LightAnimData //-------------...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Abp.Application.Features; using Abp.Authorization.Roles; using Abp.Configuration; using Abp.Configuration.Startup; using Abp.Domain.Repositories; using Abp.Domain.Services; using Abp.Domain.Uow; using Abp.Localization...
/* * Copyright (c) 2015, InWorldz Halcyon Developers * 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 *...
/* * Qa full api * * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: all * * Generated by: https://github.com/swagger-api/swagger-codegen.git * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Management.Automation; using System.Management.Automation.Internal; using System.Management...
// 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. // // // All P/invokes used by internal Interop code goes here // // !!IMPORTANT!! // // Do not rely on MCG to gene...
/* ==================================================================== Copyright (C) 2004-2008 fyiReporting Software, LLC Copyright (C) 2011 Peter Gill <peter@majorsilence.com> This file is part of the fyiReporting RDL project. Licensed under the Apache License, Version 2.0 (the "License"); you may...
using System; using GameTimer; using InputHelper; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using ResolutionBuddy; namespace MenuBuddy { /// <summary> /// This is a abs layout that is in a window with scroll bars /// </summary> public class ScrollLayout : AbsoluteLayout, ITransitionabl...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Runtime.CompilerServices; namespace System.Reflection.Metadata.Ecma335 { public static class MetadataTokens { /// <summary> /// Ma...
namespace CWDev.SLNTools.UIKit { partial class MergeSolutionsForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary...
// 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.Collections.Generic; using Microsoft.VisualStudio.Shell.Interop; using System.Di...
/* * Copyright (c) 2013 Calvin Rien * * Based on the JSON parser by Patrick van Bergen * http://techblog.procurios.nl/k/618/news/view/14605/14863/How-do-I-write-my-own-parser-for-JSON.html * * Simplified it so that it doesn't throw exceptions * and can be used in Unity iPhone with maximum code stripping. * * P...
/* Copyright 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 http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
using System; using System.Collections; using System.Collections.Generic; using System.Linq.Expressions; using FluentNHibernate.Testing.Values; using FluentNHibernate.Utils; using FluentNHibernate.Utils.Reflection; using NUnit.Framework; using Rhino.Mocks; namespace FluentNHibernate.Testing.Testing.Values { public...
// Copyright (c) Microsoft Corporation. All rights reserved. // // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, // WHETHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED // WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. // THE ENTIRE RISK OF U...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text.RegularExpressions; using ExcelDna.Integration; using ExcelFormulaParser; namespace AsyncDNA { /// <summary> /// Calculates all precedents for specified reference. /// ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Threading; namespace Internal.TypeSystem { /// <su...
// 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. /*============================================================ ** ** Interface: IAppDomain ** ** ** ** ** Purpose...
namespace IdSharp.Inspection { using System; using System.Runtime.InteropServices; internal sealed class DescriptiveLameTagReader { public DescriptiveLameTagReader(string path) { this.m_Mpeg = new MpegAudio(path); this.m_BasicReader = new BasicLameTagReader(path)...
using System; using System.Collections.Generic; using System.Threading; using BTDB.IL; using BTDB.ODBLayer; namespace BTDB.IOC.CRegs { class SingletonImpl : ICReg, ICRegILGen, ICRegFuncOptimized { readonly Type _implementationType; readonly ICRegILGen _wrapping; readonly int _singletonI...
// 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.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Threading; using System.Threading.Tasks; using JetBrains.An...
namespace TBag.BloomFilters.Estimators { using Configurations; using Invertible.Configurations; using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; /// <summary> /// A b-bits min hash estimator. /// </summary> ...
/* This file is licensed to You 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 di...
//======= Copyright (c) Valve Corporation, All rights reserved. =============== // // Purpose: Render model of associated tracked object // //============================================================================= using UnityEngine; using System.Collections; using System.Collections.Generic; using System.Runtime...
/* 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 SessionOpenEventDecoder { public const ushort BLOCK_LENGTH = 36; public const ushort TEMPLATE_ID = 21; publ...
#region License // // Copyright (c) 2018, Fluent Migrator Project // // 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 ...