text
stringlengths
1
932k
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System.ComponentModel; using System.Management.Automation.Runspaces; namespace System.Management.Automation { /// <summary> /// Serves as the arguments for events triggered by exceptions in the SetValue metho...
using System; using System.Diagnostics; using KoiVM.AST.IR; namespace KoiVM.VMIR.Transforms { public class LeaTransform : ITransform { public void Initialize(IRTransformer tr) { } public void Transform(IRTransformer tr) { tr.Instructions.VisitInstrs(VisitInstr, tr); } void VisitInstr(IRInstrList instr...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Threading.Tasks; using Newtonsoft.Json; namespace CloudStack.Net { public class DeleteAutoScaleVmProfileRequest : APIRequest { public DeleteAutoScaleVmProfileRequest() : base("deleteAutoScaleVmProfile") {...
using Android.App; using Android.Widget; using Android.OS; using Android.Support.V7.App; using Android.Views; using Android.Gms.Vision.Barcodes; using Android.Gms.Vision; using Android.Graphics; using Android.Runtime; using Android.Support.V4.App; using Android; using System; using Android.Content.PM; using static An...
/* * SCORM Cloud Rest API * * REST API used for SCORM Cloud integrations. * * OpenAPI spec version: 2.0 * * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using System.Linq; using System.IO; using System.Text; using System.Text.RegularExpressions; using System.Collections; ...
/* * Copyright (c) 2014, Furore (info@furore.com) and contributors * See the file CONTRIBUTORS for details. * * This file is licensed under the BSD 3-Clause license * available at https://raw.github.com/furore-fhir/sprinkler/master/LICENSE */ using System; using System.Collections.Generic; using System.Linq; u...
namespace ProjectManager.Framework.Data.Models { public interface IUser { string Email { get; set; } string Username { get; set; } string ToString(); } }
// <auto-generated /> using System; using FootballDataWrapper.Data.Contexts; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage.ValueConversion...
using UnityEngine; using Framework.Library.Singleton; using Framework.Utils.Extensions; using System.Collections.Generic; using Framework.Core.Attributes; using System; using System.Linq; namespace Framework.Core { public sealed class GamePlay : IGamePlay { public void Initalize() { AutoRegisterManagers(); ...
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (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.imagemagick.org/script/license.php // // Unless req...
/* * 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 ...
using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// <summary> /// AlipayMarketingCashlessvoucherTemplateCreateResponse. /// </summary> public class AlipayMarketingCashlessvoucherTemplateCreateResponse : AopResponse { /// <summary> /// 模板ID /// </su...
using System; using JetBrains.Annotations; using JetBrains.Space.Common.Types; namespace JetBrains.Space.Common; /// <summary> /// Represents an exception thrown by <see cref="PropertyValue{T}" /> when /// accessing a property that is inaccessible. /// </summary> [PublicAPI] public class PropertyValueInaccessibleExce...
// *** WARNING: this file was generated by the Pulumi SDK Generator. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; namespace Pulumi.Azur...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; namespace VRage.Collections { public class CachingHashSet<T> : IEnumerable<T> { HashSet<T> m_hashSet = new HashSet<T>(); HashSet<T> m_toAdd = new HashSet<T>(); HashSet<T> m_t...
// 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. namespace NuGet { public interface IVersionSpec { SemanticVersion MinVersion { get; } bool IsMinInclusive { ge...
// 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 LagoVista.Core.PlatformSupport; using LagoVista.Core; using System; using System.Threading.Tasks; using System.IO; using System.Linq; using Windows.Storage; using Windows.Foundation.Collections; using Newtonsoft.Json; using System.Diagnostics; using System.Collections.Generic; using System.Text; namespace LagoV...
// // MKUserTrackingBarButtonItem Unit Tests // // Authors: // Sebastien Pouliot <sebastien@xamarin.com> // // Copyright 2012 Xamarin Inc. All rights reserved. // #if !__TVOS__ && !__WATCHOS__ && !MONOMAC using System; using System.Drawing; using System.Reflection; #if XAMCORE_2_0 using Foundation; using MapKit; usi...
using EngineeringUnits.Units; namespace EngineeringUnits { //This class is auto-generated, changes to the file will be overwritten! public partial class ElectricResistance : BaseUnit { public ElectricResistance() { } public ElectricResistance(decimal value, ElectricResistanceUnit selected...
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; names...
//----------------------------------------------------------------------- // <copyright file="DemoInputManager.cs" company="Google Inc."> // 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 Li...
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <title>@ViewData["Title"] - 学生成绩查看</title> <link rel="stylesheet" href="~/lib/bootstrap/css/bootstrap.css" asp-append-version="true"/> <link rel="stylesheet" h...
using System; using System.Collections.Generic; using Prius.Contracts.Interfaces; using Prius.Contracts.Interfaces.Commands; namespace Prius.Mocks.Helper { public interface IMockedStoredProcedure { IEnumerable<IMockedResultSet> Query(ICommand command); long NonQuery(ICommand command); ...
using SolrExpress.Builder; using SolrExpress.Configuration; using SolrExpress.Options; using SolrExpress.Search; using SolrExpress.Search.Parameter; using SolrExpress.Search.Query; using SolrExpress.Solr4.Search.Parameter; using SolrExpress.Utility; using System.Collections.Generic; using Xunit; namespace SolrExpress...
using System.Collections.Generic; using System.Drawing; using System.Globalization; using System.Linq; using DungeonMapGenerator.Model; using Moq; using NUnit.Framework; namespace DungeonMapDrawer.Tests { [TestFixture] public class MapDrawerTests { private MapDrawer _systemUnderTest; [Set...
namespace Client.Source.Gameplay.Events { public struct CoinsRemovedEvent { } }
// Copyright (c) Six Labors. // Licensed under the Apache License, Version 2.0. using System; namespace SixLabors.ImageSharp.Formats.Tiff { /// <summary> /// Detects tiff file headers /// </summary> public sealed class TiffImageFormatDetector : IImageFormatDetector { /// <inheritdoc/> ...
using System; using System.IO; using GroupDocs.Conversion.Options.Convert; namespace GroupDocs.Conversion.Examples.CSharp.BasicUsage { /// <summary> /// This example demonstrates how to convert EPUB file into HTML format. /// For more details about Digital E-Book File Format (.epub) to Hyper Text Markup La...
using System; namespace GekkoAssembler.DataSections { public sealed class Signed32DataSection : GekkoDataSection<int> { public override byte[] Data => BitConverter.GetBytes(Value).SwapEndian32(); public Signed32DataSection(int address, int value) : base(address, value) { } ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Buffers.Binary; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Runtime.CompilerServices; using System.Runtime....
using System; using System.Collections.Generic; using System.IO; using System.Reflection; using TechTalk.SpecFlow.Infrastructure; namespace TechTalk.SpecFlow.Plugins { internal sealed class RuntimePluginLocator : IRuntimePluginLocator { private readonly IRuntimePluginLocationMerger _runtimePluginLocat...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using Windows.Foundation; using Windows.Foundation.Collections; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Controls.Primitives; using Windows.UI.Xaml...
/* * Copyright 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 "license" fi...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Beverage_labels { class Program { static void Main(string[] args) { string name = Console.ReadLine(); int volume = int.Parse(Console.ReadLine())...
namespace ClearHl7.Codes.V290 { /// <summary> /// HL7 Version 2 Table 0778 - Item Type. /// </summary> /// <remarks>https://www.hl7.org/fhir/v2/0778</remarks> public enum CodeItemType { /// <summary> /// EQP - Equipment. /// </summary> Equipment, ...
namespace DoenaSoft.UnitsOfMeasurement.SimpleUnits.Energies { using Areas; using Times; using Weights; /// <summary> /// Strictly speaking, <see cref="Joule"/> is not a simple unit as it's defined as (<see cref="Kilogram"/> * <see cref="SquareMeter"/>) / (<see cref="Second"/> * <see cref="Second"/...
#region Copyright (c) 2015-2017 Visyn // The MIT License(MIT) // // Copyright(c) 2015-2017 Visyn // // 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...
#region License // // Copyright 2002-2017 Drew Noakes // Ported from Java to C# by Yakov Danilov for Imazen LLC in 2014 // // 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 // // ...
using System.Net; using System.Threading.Tasks; using CoffeeCard.Common.Configuration; using CoffeeCard.MobilePay.Client; using CoffeeCard.MobilePay.Exception; using CoffeeCard.MobilePay.RequestMessage; using CoffeeCard.MobilePay.ResponseMessage; using Microsoft.Extensions.Logging; namespace CoffeeCard.MobilePay.Servi...
#region Copyright // **************************************************************************** // <copyright file="NavigationEventArgs.cs"> // Copyright (c) 2012-2017 Vyacheslav Volkov // </copyright> // **************************************************************************** // <author>Vyacheslav Volkov</auth...
// 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.Runtime.InteropServices; using System.Runtime.CompilerServices; using System.Text; using Silk.NET.Core; using Silk.NET.Core.Native; using Silk.NET.Core.At...
using System; using System.Text; using CodeComposerLib.Languages; using TextComposerLib.Files; using TextComposerLib.Logs.Progress; using TextComposerLib.Text.Linear; using TextComposerLib.Text.Parametric; namespace CodeComposerLib { /// <summary> /// A base class for structured text code generation process i...
using System.ComponentModel.DataAnnotations.Schema; using System.Data.Entity.Infrastructure.Annotations; using System.Data.Entity.ModelConfiguration; using BookLovers.Base.Infrastructure.Messages; namespace BookLovers.Bookcases.Infrastructure.Persistence.Configuration { internal class OutboxMessagesTableConfigura...
using OctSetTest; using System; using System.Configuration; using System.Drawing; using System.Drawing.Imaging; using System.IO; using WWTWebservices; namespace WWT.Providers { public class SDSS12ToastProvider : RequestProvider { public override void Run(IWwtContext context) { if (c...
using UnityEditor; using System.IO; using System.Linq; using System.Diagnostics; using System.Threading.Tasks; using System.Collections.Generic; using Debug = UnityEngine.Debug; namespace AssetLens.Reference { internal static class AssetLensCache { internal const string CacheSearchPattern = "*.ref"; internal st...
/* _BEGIN_TEMPLATE_ { "id": "DRG_219", "name": [ "闪电吐息", "Lightning Breath" ], "text": [ "对一个随从造成$4点伤害。如果你的手牌中有龙牌,则同样对其相邻随从造成伤害。", "[x]Deal $4 damage to a\nminion. If you're holding\na Dragon, also damage\nits neighbors." ], "cardClass": "SHAMAN", "type": "SPELL", "cost": 3, "rarity": ...
using System; namespace Algo { class Exercice2_7_2 { public static void Run() { const int twenty = 20; int i; int youngCounter; int oldCounter; int twentyCounter; youngCounter = 0; oldCounter = 0; ...
// 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 ...
using System.Runtime.InteropServices; namespace GameMusicEmuSharp { /// <summary> /// Represents the gme_equalizer_t. /// <para></para> /// Basically an equalizer for GME. /// </summary> [StructLayout(LayoutKind.Sequential)] public struct GmeEqualizer { /// <summary> /// Treble. /// <para></para> /// ...
using System; namespace DrawingTool { public class Square : CorDraw { public Square(int sizes) { this.Sizes = sizes; } private int sizes; public int Sizes { get { return this.sizes; } ...
#pragma warning disable CS1591 using System; using System.Collections.Generic; using Newtonsoft.Json; namespace Elements.Geometry.Profiles { public class WTProfile : ParametricProfile { public double W; public double A; public double d; public double ddet; public double ...
using System.Windows.Media.Animation; namespace DGP.Genshin.Helper { /// <summary> /// 动画帮助类 /// https://github.com/HandyOrg/HandyControl/blob/master/src/Shared/HandyControl_Shared/Tools/Helper/AnimationHelper.cs /// </summary> internal class AnimationHelper { /// <summary> ///...
using System; using System.Linq; using System.IO; using System.Text; using System.Text.RegularExpressions; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Runtime.Serialization; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using System.Component...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //----------------------------------------...
// uScript Action Node // (C) 2015 Detox Studios LLC #if (UNITY_4_6 || UNITY_4_7 || UNITY_5 || UNITY_2017 || UNITY_2017_1_OR_NEWER) using UnityEngine; [NodePath("Actions/Animation/Animator")] [NodeCopyright("Copyright 2015 by Detox Studios LLC")] [NodeToolTip("Gets the specified parameter of a Animator Controller on ...
using SGSE.Data.Helpers; using SGSE.Entidad; using SGSE.Entidad.Enumeradores; using SGSE.Entidad.Primitivos; using SGSE.Entidad.Responsers; using SGSE.Security; using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Linq; using System.Text; using System.Threading.T...
// *** WARNING: this file was generated by the Pulumi SDK Generator. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; namespace Pulumi.Azur...
#region Copyright (c) 2006-2014 nHydrate.org, All Rights Reserved // -------------------------------------------------------------------------- * // NHYDRATE.ORG * // Copyright (c) 2006-2014 All Rights reserved * // ...
 using BlueGraph; using BlueGraph.Editor; namespace BlueGraphExamples { [CustomNodeView(typeof(FloatOperationNode))] class ExampleCustomNodeView : NodeView { protected override void OnInitialize() { // Custom initialization logic goes here. } } }
namespace PromodaIntegra { partial class FrmRelatorioConsumoDeFiosDeUrdumeSintetico { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. ...
// 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. namespace Microso...
using System.Numerics; using System.Threading; using VoluntLib2.ComputationLayer; namespace CrypCloud.Core.CloudComponent { internal class CloudWorker : AWorker { private readonly ACloudComponent cloudComponent; public CloudWorker(ACloudComponent cloudComponent) { this.clo...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
// Jeebs Unit Tests // Copyright (c) bfren.uk - licensed under https://mit.bfren.uk/2013 using Jx.Config; using Xunit; namespace Jeebs.Config.ServicesConfig_Tests { public class SplitDefinition_Tests { [Theory] [InlineData(null)] [InlineData("")] [InlineData(" ")] [InlineData("onetwothree")] [InlineDat...
/* Copyright 2020 Martin Haesemeyer Licensed under the MIT License, see License.txt. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL TH...
using Handelabra.Sentinels.Engine.Controller; using Handelabra.Sentinels.Engine.Model; using System; using System.Collections; using System.Collections.Generic; namespace Chasejyd.Headlong { public class WheelinAndDealinCardController : HeadlongCardController { public WheelinAndDealinCardController(C...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Reflection; using System.Reflection.Emit; using Xunit; namespace System.Reflection.Emit.Lightweight.Tests { public class DynamicMethodGe...
#pragma checksum "..\..\Palette.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "3783C2AF26A04982AC8815BA684612A0612CFBA5501131996340C5D453D80A2B" //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.303...
/* 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: * * * Redistributions of source code must retain the above * copyright notice, this li...
using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; namespace BTCPayServer.Migrations; [DbContext(typeof(ApplicationDbContext))] [Migration("20200507092343_AddArchivedToInvoice")] public class AddArchivedToInvoice : Migration { protected ove...
// <copyright file="SpriteBatch.cs" company="KinsonDigital"> // Copyright (c) KinsonDigital. All rights reserved. // </copyright> namespace Velaptor.Graphics { using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Drawing; using System.Linq; using ...
/* * Copyright 2007 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 ...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using System.IO; using BuildXL.Pips; using BuildXL.Pips.Graph; using BuildXL.Pips.Operations; using BuildXL.Scheduler.Tracing; using BuildXL.ToolSupport; namespace BuildXL.Execution.Analyzer { internal partial class Args ...
/* * 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 ...
namespace MadHoneyStore.Services.Mapping { // ReSharper disable once UnusedTypeParameter public interface IMapFrom<T> { } }
/* * 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...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Ytg.Comm { /// <summary> /// 全局配置文件 /// </summary> public class GlobalYtg { #region 字典常量 /// <summary> /// 字典菜单action /// </summary> ...
//------------------------------------------------------------------------------ // <auto-generated> // Este código fue generado por una herramienta. // Versión de runtime:4.0.30319.42000 // // Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si // se vuelve a gener...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Treorisoft.Net { public class SendProgressEventArgs : RemoteEndPointEventArgsBase { internal SendProgressEventArgs(SendPacket packet, int bytesSent) { Remot...
/* * Copyright 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 "license" fi...
// <copyright file="BenchmarkTestExecutor.cs" company="App Metrics Contributors"> // Copyright (c) App Metrics Contributors. All rights reserved. // </copyright> using System; using System.Linq; using BenchmarkDotNet.Columns; using BenchmarkDotNet.Configs; using BenchmarkDotNet.Loggers; using BenchmarkDotNet.Reports;...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using IELTS_PTE.Common; using IELTS_PTE.Common.ReturnEntities; using IELTS_PTE.Common.ReturnEntities.Reading; using IELTS_PTE.DataAccess; using Microsoft.EntityFrameworkCore; namespace IELTS_PTE.Business { public class ReadingSi...
@page "/" @namespace website.Pages @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers @{ Layout = null; } <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>website</title> <base href="~/" /> <link ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using Promaster.Primitives.Collections; using Promaster.Primitives.Measure; using Promaster.Primitives.Measure.Quantity; namespace Promaster.Primitives.ProductProperties { /// <summary> /// Represents...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Globalization; namespace Zem80.Core.Instructions { public class Instruction { public InstructionPrefix Prefix { get; private set; } public byte Opcode { get; private set; } public s...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging;...
using Microsoft.AspNetCore.Http; using Lib.AspNetCore.WebSocketsCompression.Providers; namespace Lib.AspNetCore.WebSocketsCompression { /// <summary> /// Interface which represents service which provides support for WebSocket per-message compression. /// </summary> public interface IWebSocketCompressi...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT license. using System; using System.Collections.Concurrent; using System.IdentityModel.Tokens.Jwt; using System.Threading.Tasks; namespace Microsoft.MobileBlazorBindings.Authentication { /// <summary> /// A memory token cache implementation. ...
using System.Reflection; using System.Runtime.InteropServices; using System.Security; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Orchard.MultiTenan...
 // ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.a...
using System.Collections.Generic; using Character.Attributes; using Character.Physical; using Character.Physical.Proficiencies; using Character.Physical.Sizes; using Character.Races; using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Character.Tests.Races { [TestClass] publi...
// // Copyright (c) 2022 karamem0 // // This software is released under the MIT License. // // https://github.com/karamem0/sp-client-core/blob/main/LICENSE // using Karamem0.SharePoint.PowerShell.Models.V1; using Karamem0.SharePoint.PowerShell.Runtime.Commands; using Karamem0.SharePoint.PowerShell.Services.V1; using S...
 namespace UpRL { partial class MainForm { /// <summary> /// Designer variable used to keep track of non-visual components. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Disposes resources used by the form. ...
using System; using System.Diagnostics; using BEPUphysics.CollisionShapes.ConvexShapes; using BEPUphysics.CollisionTests; using BEPUphysics.Entities; using BEPUutilities; using BEPUutilities.DataStructures; using BEPUphysics.BroadPhaseEntries; using BEPUphysics.CollisionRuleManagement; using BEPUphysics.Settings; nam...
using Newtonsoft.Json; namespace Destiny2 { public class DestinyStat { [JsonProperty(PropertyName = "statHash")] public uint StatHash { get; set; } [JsonProperty(PropertyName = "value")] public int Value { get; set; } [JsonProperty(PropertyName = "maximumValue")] ...
using Shashlik.Kernel.Attributes; namespace Shashlik.Ids4.PostgreSqlStore { [AutoOptions("Shashlik.Ids4.PostgreSql")] public class Ids4PostgreSqlStoreOptions { /// <summary> /// 自动迁移 /// </summary> public bool AutoMigration { get; set; } /// <summary> /// 连...
// <auto-generated /> using System; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; using StockBarangApps.Models; namespac...