context
stringlengths
2.52k
185k
gt
stringclasses
1 value
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.IdentityModel.Claims { using System.Collections.Generic; using System.IdentityModel.Policy; using Syst...
using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using UnityEngine; [assembly: InternalsVisibleTo("Unity.Formats.Alembic.UnitTests.Editor")] [assembly: InternalsVisibleTo("Unity.Formats.Alembic.UnitTests.Runtime")] [assembly: InternalsVisibleTo("Unity.Formats.Alembic.Tests")] ...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Security.Claims; using System.Threading.Tasks; using Abp.Authorization.Roles; using Abp.Configuration; using Abp.Configuration.Startup; using Abp.Dependency; using Abp.Domain.Repositories; using Abp.Domain.Uow; u...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information. #if FEATURE_COM using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq....
// 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. // // This...
//----------------------------------------------------------------------- // <copyright file="GraphInterpreterSpec.cs" company="Akka.NET Project"> // Copyright (C) 2015-2016 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net> // </copyri...
/* * 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 System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using NonSilo.Tests.Utilities; using NSubstitute; using Orleans; using Orleans.Configurati...
// // 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. // using CorDebugInterop; using nanoFramework.Tools.Debugger; using nanoFramework.Tools.VisualStudio.Extension.MetaData; usin...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. // (C) Ameya Gargesh // Copyright (C) 2004 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and a...
namespace Ocelot.AcceptanceTests { using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Sockets; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Ocelot.Configuration.File; using TestStack.BDDfy; using Xunit; ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using PX.Data; using PX.Objects.PO; using PX.Objects.AP; using PX.Objects.CR; using PX.Objects.CM; using PX.Objects.CS; using System.Collections; using PX.Objects.EP; using PX.Objects.IN; using PX.Objects.SO; using PX.Objects.AR; usin...
// $ANTLR 2.7.6 (20061021): "iCal.g" -> "iCalParser.cs"$ using System.Text; using System.IO; using System.Collections; using System.Collections.Generic; using System.Runtime.Serialization; using DDay.iCal.Serialization; using DDay.iCal.Serialization.iCalendar; namespace DDay.iCal { // Gene...
//Test is checking the ReserveSlot function // If someone screws up the function we will end up // setting values in the wrong slots and the totals will be wrong using System; using System.Threading; public class Value0 { [ThreadStatic] private static object One= 1; [ThreadStatic] private static...
namespace StockSharp.Algo { using System; using System.Linq; using Ecng.Collections; using Ecng.Common; using StockSharp.Algo.Storages; using StockSharp.BusinessEntities; using StockSharp.Messages; /// <summary> /// The messages adapter builds market data for basket securities. /// </summary> public class...
// // 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...
/* * 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...
/* * 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 (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Globalization; using System.Runtime.InteropServices; using Xunit; namespace System.Numerics.Tests { public class Vector3Tests { [Fact] ...
using System; using System.Collections.Generic; using System.Text; using System.ComponentModel; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework; using FlatRedBall; namespace EffectEditor.HelperClasses { public class EffectProperty { #region Fields private string mName; ...
// Generated by ProtoGen, Version=2.4.1.521, Culture=neutral, PublicKeyToken=17b3b1f090c3ea48. DO NOT EDIT! #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.ProtocolBuffers; using pbc = global::Google.ProtocolBuffers.Collections; using pbd = global::Google.ProtocolBuf...
/* Project Orleans Cloud Service SDK ver. 1.0 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, inc...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Debug = System.Diagnostics.Debug; using SuppressMessageAttribute = System.Diagnostics.CodeAnalysis.SuppressMessageAttribute; using Interlocked = System.Threading....
using System; using System.Runtime.InteropServices; using System.Collections.Generic; using System.Text; using UnityEngine; namespace FMODUnity { [AddComponentMenu("")] public class RuntimeManager : MonoBehaviour { static SystemNotInitializedException initException = null; static RuntimeMa...
// 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.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.S...
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
/* * Copyright 2010-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
// 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.Concurrent; using System.Diagnostics.Contracts; using System.Globalization; using System.Reflection; using System.Runtime; using System.Runtime...
// 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 Xunit; namespace List_List_SortTests { public class Driver<T> where T : IComparable<T> { #region ...
using Lucene.Net.Support; using System; using System.Diagnostics; using System.Reflection; using CompoundFileDirectory = Lucene.Net.Store.CompoundFileDirectory; namespace Lucene.Net.Codecs.Lucene3x { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements....
namespace ModuleZeroSampleProject.Migrations { using System; using System.Collections.Generic; using System.Data.Entity.Infrastructure.Annotations; using System.Data.Entity.Migrations; public partial class Upgraded_To_AbpZero_0_5_13 : DbMigration { public override void Up() ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Threading; using System.Threading.Tasks; using Azure.Core; using Azure.Core.Pipeline; namespace Azure.Communication.CallingServer { /// <summary> /// The Azure Communication Services Serv...
using System; using System.IO; using System.Reflection; using Zenject.ReflectionBaking.Mono.Cecil.Cil; using NUnit.Framework; using Zenject.ReflectionBaking.Mono.Cecil.PE; namespace Zenject.ReflectionBaking.Mono.Cecil.Tests { public abstract class BaseTestFixture { protected static void IgnoreOnMono () { if...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.Runtime.InteropServices; namespace System.Threading { // // Implemen...
namespace Raccoon.Input { public struct GamepadCapabilities { #region Public Members public static readonly GamepadCapabilities Empty = new GamepadCapabilities(); public int Id; public bool IsGamepadConnected; public XboxInputLabel.Buttons AvailableButtons; public ...
//css_dbg /t:winexe; //css_imp VSAddIn.cs; using System; using System.IO; using System.Drawing; using System.Diagnostics; using System.Windows.Forms.VisualStyles; using System.Windows.Forms; namespace Scripting { public class Form1 : System.Windows.Forms.Form { const string installCaption = "Install"; ...
/********************************************************************++ Copyright (c) Microsoft Corporation. All rights reserved. --********************************************************************/ using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Refle...
using J2N.Collections.Generic.Extensions; using Lucene.Net.Diagnostics; using Lucene.Net.Search; using Lucene.Net.Search.Similarities; using Lucene.Net.Util; using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; namespace Lucene.Net.Index.Memory { /* * Licensed to...
// 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.ComponentModel.Composition.Primitives; using System.Diagnostics; usin...
/* * 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 System; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.Runtime.Serialization; using System.Threading; #if WINRT using System.Reflection; #endif #if Smartphone using TweetSharp.Core.Attributes; #endif #if SILVERLIGHT using System.Reflection; #endif names...
using System; using System.Collections.Generic; using System.Linq; using LanguageExt; using static LanguageExt.Prelude; using static LanguageExt.Parsec.Common; using static LanguageExt.Parsec.Internal; using static LanguageExt.Parsec.Char; using static LanguageExt.Parsec.ParserResult; namespace LanguageExt.Parsec { ...
using System; using System.Linq; using NUnit.Framework; using Braintree; using Braintree.Exceptions; using Braintree.Test; using Params = System.Collections.Generic.Dictionary<string, object>; namespace Braintree.Tests { [TestFixture] public class PayPalAccountTest { private BraintreeGateway gatew...
/* * Magix - A Web Application Framework for Humans * Copyright 2010 - 2014 - thomas@magixilluminate.com * Magix is licensed as MITx11, see enclosed License.txt File for Details. */ using System; using System.Globalization; using System.Collections.Generic; namespace Magix.Core { /* * implements expressi...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Globalization; using System.Runtime.InteropServices; using Xunit; namespace System.Numerics.Tests { public class QuaternionTests { // A te...
// 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.13.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.IO; using System.Linq; using System.Threading; using Microsoft.AspNetCore.Razor.Language.Legacy; using Xunit; using Xunit.Sdk; namespace Microsoft.AspNetC...
//Origin : https://www.ghielectronics.com/community/codeshare/entry/464 using System; using System.Collections; using System.Ext.Xml; using System.IO; using System.Reflection; using System.Text; namespace System.Xml.Serialization { public class XmlSerializer { private readonly Type typeToSerialize; ...
using System; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Configuration.Provider; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.Web; using System.Web.Configuration; using System.Web.Hosting; using System.Web....
using Serilog.Core; using Serilog.Core.Enrichers; using Serilog.Core.Pipeline; using Serilog.Events; using Serilog.Tests.Support; using System; using System.Collections.Generic; using System.Linq; using TestDummies; using Xunit; #pragma warning disable Serilog004 // Constant MessageTemplate verifier #pragma warning di...
using System; using System.Globalization; namespace FluentAssertions.Specs.Types { /// <summary> /// Type assertion specs. /// </summary> public partial class TypeAssertionSpecs { } #region Internal classes used in unit tests [DummyClass("Expected", true)] public class ClassWithAt...
using System; using System.Collections.Generic; using Newtonsoft.Json; /* * AvaTax API Client Library * * (c) 2004-2019 Avalara, Inc. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Genevieve Conty * @author Greg Hester...
// <copyright file="InternetExplorerDriver.cs" company="WebDriver Committers"> // Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this f...
#region License /* * Copyright (C) 2002-2010 the original author or 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 * ...
// 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.Collections.Generic; using Microsoft.CodeAnalysis.Editor.CSharp.SignatureHelp; using Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp; using...
// 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: This class repre...
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using NUnit.Framework; using VersionOne.SDK.APIClient; using VersionOne.SDK.ObjectModel.Filters; using VersionOne.SDK.Utility; namespace VersionOne.SDK.ObjectModel.Tests { public abstract class BaseSDKTest...
namespace ConsoleApplication16 { using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Threading; /// <summary> /// A reusable low precision timer with approximate scheduling /// </summary> /// <remarks> /// <para> /// ...
using Newtonsoft.Json.Linq; using ReactNative.Reflection; using ReactNative.UIManager; using ReactNative.UIManager.Annotations; using ReactNative.Views.Text; using System; using System.Collections.Generic; using Windows.System; using Windows.UI; using Windows.UI.Text; using Windows.UI.Xaml; using Windows.UI.Xaml.Contro...
// // https://github.com/NServiceKit/NServiceKit.Redis/ // NServiceKit.Redis: ECMA CLI Binding to the Redis key-value storage system // // Authors: // Demis Bellot (demis.bellot@gmail.com) // // Copyright 2013 ServiceStack. // // Licensed under the same terms of Redis and ServiceStack: new BSD license. // using Syst...
using System.Linq; using System.Runtime.CompilerServices; using AutoMapper.Mappers; namespace AutoMapper { using System; using System.Collections.Generic; using System.Reflection; using Configuration; using Configuration.Conventions; using IMemberConfiguration = Configuration.Conventions.IMembe...
// 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 RegexFCD class is internal to the Regex package. // It builds a bunch of FC information (RegexFC) about // t...
// Copyright 2006 Alp Toker <alp@atoker.com> // Copyright 2016 Tom Deseyn <tom.deseyn@gmail.com> // This software is made available under the MIT License // See COPYING for details using System; using System.Text; using System.Collections.Generic; using System.Linq; using System.Reflection; using Tmds.DBus.CodeGen; us...
//------------------------------------------------------------------------------ // <copyright file="ClientRoleProvider.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ namespace Sy...
/* * ****************************************************************************** * Copyright 2014-2017 Spectra Logic 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. A copy of the License i...
#region License // Copyright (c) K2 Workflow (SourceCode Technology Holdings Inc.). All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for full license information. #endregion using System; using System.Buffers; using System.Collections.Generic; using System.Diagnostics; usi...
/*- * Automatically built by dist/s_java_csharp. * * See the file LICENSE for redistribution information. * * Copyright (c) 2002, 2013 Oracle and/or its affiliates. All rights reserved. */ using System; using System.Runtime.InteropServices; namespace BerkeleyDB.Internal { [StructLayout(LayoutKind.Sequentia...
// 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; using System; using System.Collections; using System.Collections.Specialized; using GenStrings; namesp...
#region -- License Terms -- // // MessagePack for CLI // // Copyright (C) 2010-2018 FUJIWARA, Yusuke // // 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.apach...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Text; using System.Threading; using System.Threading.Tasks; using BTDB.Allocators; using BTDB.BTreeLib; using BTDB.Buffer; using BTDB.Collections;...
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2009, 2010 Oracle and/or its affiliates. All rights reserved. * */ using System; using System.Collections.Generic; using System.Text; using BerkeleyDB.Internal; namespace BerkeleyDB { /// <summary> /// A class representing a Sec...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Net; using System.Reflection; using System.Text; using System.Xml; using Orleans.GrainDirectory; using Orleans.Providers; using Orleans.Storage; using Orleans.Streams; using Orleans.LogConsistency; namespace Orl...
// Copyright (c) DotSpatial Team. All rights reserved. // Licensed under the MIT license. See License.txt file in the project root for full license information. using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Imaging; using System.Linq; using S...
//------------------------------------------------------------------------------ // <copyright file="PrintPreviewDialog.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.ServiceModel.Security; using System.IdentityModel.Selectors; namespace System.ServiceModel { public abstract class MessageSecurityVersion { ...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Microsoft.TeamFoundation.DistributedTask.WebApi; using Microsoft.VisualStudio.Services.Agent.Worker; using Microsoft.VisualStudio.Services.Agent.Worker.LegacyTestResults; using TestRunContext = Microsoft.TeamFoundation.TestClient.PublishT...
/* * 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 file="EntityClassGenerator.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // // @owner [....] // @backupOwner [....] //------------------------------------------------...
// <copyright file="ChiTests.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // http://mathnetnumerics.codeplex.com // // Copyright (c) 2009-2014 Math.NET // // Permission is hereby granted, free of charge, to any...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; using Microsoft.CodeAnalysis.ExpressionEvaluator; using Microsoft.CodeAnalysis.Test.Utilities; using Microso...
// 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.IO; using System.Runtime.InteropServices; using Test.Cryptography; us...
using System; using System.Collections.Generic; using System.IO; using System.IO.Abstractions; using System.Linq; using System.Reflection; using ReactiveUIMicro; using Squirrel.Core; namespace Squirrel.Client { [Serializable] class InstallerHookOperations { readonly IRxUIFullLogger log; rea...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using Microsoft.CSharp.RuntimeBinder.Syntax; namespace Microsoft.CSharp.RuntimeBinder.Sem...
using System; using System.Linq; using NUnit.Framework; namespace HouraiTeahouse { [Parallelizable] public class TaskTest { [Test] public void can_resolve_simple_task() { var taskdValue = 5; ITask<int> task = Task.FromResult(taskdValue); var completed = 0; ...
// *********************************************************************** // Copyright (c) 2007 Charlie Poole // // 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, inclu...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.IO; using System.Globalization; using System.Runtime.ExceptionServices; using...
using System; using System.Collections.Generic; using UnityEditor; using System.IO; using UnityEngine.AssetBundles.GraphTool; namespace UnityEngine.AssetBundles.GraphTool.DataModel.Version2 { public class Settings { /* if true, ignore .meta files inside AssetBundleGraph. */ public const bool IGNORE_META = t...
// // Copyright (c) 2012-2021 Antmicro // // This file is licensed under the MIT License. // Full license text is available in the LICENSE file. using System; using System.IO; using System.Runtime.Serialization; using System.Linq; using System.Collections.Generic; using System.Collections; using Antmicro.Migrant.Hooks...
/* * The MIT License (MIT) * * Copyright (c) 2014 Itay Sagui * * 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,...
// Copyright (c) 2013 SharpYaml - Alexandre Mutel // // 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, ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.Threading.Tasks; namespace Microsoft.Xml { using System; internal ...
using System; using System.Collections.Generic; using System.Globalization; using System.Text; using TribalWars.Villages.Buildings; using TribalWars.Villages.Resources; using TribalWars.Villages.Units; using TribalWars.Worlds; namespace TribalWars.Browsers.Reporting { /// <summary> /// Generates a BBCode repor...
//! \file ArcPAC.cs //! \date 2018 Jan 11 //! \brief DAI system resource archive. // // Copyright (C) 2018 by morkt // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software with...
//Copyright 2010 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.apache.org/licenses/LICENSE-2.0 // //Unless required by applicable law or agreed to in...
// 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 ManagedTests.DynamicCSharp.Conformance.dynamic.overloadResolution.Methods.Twoclass2methods.h...
using System; using System.Collections.Generic; using System.Net; using System.Runtime.Serialization; using System.Threading; using Funq; using NServiceKit.Common.Extensions; using NServiceKit.Common.Web; using NServiceKit.Configuration; using NServiceKit.DataAnnotations; using NServiceKit.Logging; using NServiceKit.Lo...
using UnityEngine; using System; using System.Collections; using System.Collections.Generic; //using System.Runtime.InteropServices; public class FacetrackingManager : MonoBehaviour { // Public bool to determine whether to track face model data or not public bool getFaceModelData = true; // Public Bool to determi...
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...
using System; using System.Collections.Generic; using Void = lox.Util.Void; using static lox.TokenType; namespace lox { class Interpreter : Expr.IVisitor<object>, Stmt.IVisitor<Void> { readonly Environment globals = new Environment(); readonly Dictionary<Expr, int> locals = new Dictionary<Expr,...