text
stringlengths
1
932k
using System.Text; using System.Windows.Media.Imaging; using StatisticsAnalysisTool.Common; using Newtonsoft.Json; namespace StatisticsAnalysisTool.Models { public class Item { [JsonProperty("LocalizationNameVariable")] public string LocalizationNameVariable { get; set; } [JsonProperty...
// Copyright 2019 Maintainers of NUKE. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Linq; using JetBrains.Annotations; using Newtonso...
using Aiursoft.Probe.SDK.Models.HomeViewModels; using Aiursoft.Probe.SDK.Services; using Aiursoft.Probe.SDK.Services.ToProbeServer; using Aiursoft.Scanner; using Aiursoft.XelNaga.Services; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; usin...
// 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...
// Copyright (c) Dapplo and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Threading; using System.Threading.T...
using Ludiq; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Bolt.Addons.Community.Fundamentals { /// <summary> /// Restricts control flow by only allowing through one control flow until reset. /// </summary> [UnitCategory("Community\\Control")] [Ren...
// <auto-generated /> using System; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; using RestaurantReservation.Data; namespace RestaurantReservation.Data.Migrations { ...
using System; using System.ComponentModel.DataAnnotations.Schema; using System.Security.Cryptography; using System.Text; namespace VeraDemoNet.DataAccess { public class User { public string UserName { get; set; } [Column("blab_name")] public string BlabName { get; set; } [Column("real_...
namespace QQ.Framework.Packets.Send.Data { public class Send_0X019B : SendPacket { /// <summary> /// 获取群分组信息 /// </summary> /// <param name="user"></param> public Send_0X019B(QQUser user) : base(user) { Sequence = GetNextSeq(); ...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. namespace TesApi.Web { public struct AzureBatchNodeCount { public string VirtualMachineSize { get; set; } public int DedicatedNodeCount { get; set; } public int LowPriorityNodeCount { get; set; } } }
#region License /* FNA - XNA4 Reimplementation for Desktop Platforms * Copyright 2009-2020 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. */ #endregion namespace Microsoft.Xna.Framework.Input { /// <summary> /// Represents a mouse state with cursor po...
using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Text; using System.Web; namespace Kooboo.Sites.Payment.Methods.Alipay.lib { public class HttpService { public static string DoPost(string url, IDictionary<string, string> parameters, string charset) ...
using System; using System.Text.RegularExpressions; namespace AlterDataIn.Domain.ContasReceber { public sealed class ContasReceberDadosPrincipais : AlterdataBase { private string identificador; private string codigoChamadaEmpresa; private string codigoChamadaPessoas; private st...
using System.Collections; using System.Linq; using Microsoft.PowerBI.Api.Models; using Xamarin.Forms; using Xamarin.CommunityToolkit.Markup; namespace PowerBISampleApp { public class PowerBIReportsListPage : BaseContentPage<PowerBIReportsListViewModel> { public PowerBIReportsListPage() { ...
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http.Headers; using System.Text; using System.Threading.Tasks; namespace DICOMcloud.Dicom.Media { public abstract class MimeMediaTypes { private MimeMediaTypes() { } public const string DICOM = "application/di...
@model AYN.Web.ViewModels.Ads.ListAdsViewModel <div class="row"> @foreach (var ad in this.Model.Ads) { <div class="card col-md-4"> <h5 class="card-title text-center"> </h5> <img class="card-img-top" src="@ad.TitleImageUrl" width="100" height="300" alt="Card image ca...
namespace MPT.Reporting.Core { /// <summary> /// Type of message. /// </summary> /// <remarks></remarks> public enum eMessageType { None = 0, Asterisk, Error, Exclamation, Hand, Information, Question, Stop, Warning } }
// Decompiled with JetBrains decompiler // Type: StudentEditorScript // Assembly: Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null // MVID: 5F8D6662-C74B-4D30-A4EA-D74F7A9A95B9 // Assembly location: C:\YandereSimulator\YandereSimulator_Data\Managed\Assembly-CSharp.dll using System; using System....
using System.Collections.Generic; using UnityEngine; public class HexCellShaderData : MonoBehaviour { Texture2D cellTexture; Color32[] cellTextureData; List<HexCell> transitioningCells = new List<HexCell>(); bool needsVisibilityReset; const float transitionSpeed = 255f; public HexGrid Grid...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #if HAS_IOPERATION using System.Collections.Generic; using System.Collections.Immutable; using System.Threading; using System.Threading.Tasks; namespace Mi...
namespace _17.LongestString { using System; using System.Collections.Generic; using System.Linq; public class Program { public static void Main() { string[] array = { "aaaa", "bb", "hhhhhhh" }; var rez = from s in array where s.Length...
using System.Collections.Generic; namespace Chinook.Data.DataModels { public sealed class Playlist { public int PlaylistId { get; set; } public string Name { get; set; } public ICollection<PlaylistTrack> PlaylistTracks { get; set; } = new HashSet<PlaylistTrack>(); } }
using System; using Loki.Gettext.PortableObject; namespace Loki.Gettext { /// <summary> /// Specifies a portable object comment. /// </summary> [AttributeUsage(AttributeTargets.Class | AttributeTargets.Field | AttributeTargets.Property, Inherited = false)] public class POCommentAttribute : Attribute { private...
using System; using System.Drawing; using SpaceSim.Kernels; using SpaceSim.Orbits; using SpaceSim.Properties; using VectorMath; namespace SpaceSim.SolarSystem.Planets { class Earth : MassiveBodyBase { public override string ApoapsisName { get { return "Apogee"; } } public override string Peri...
/* This file is part of the iText (R) project. Copyright (c) 1998-2021 iText Group NV Authors: Bruno Lowagie, Paulo Soares, et al. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 as published by the Free Software Foundation with...
using tyr.Core.Events; namespace tyr.Core.tests.EventTypes { public class EventName : EventInfoBase { } }
/* * 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 Newtonsoft.Json; using Newtonsoft.Json.Linq; using UmbracoContentApi.Core.Models.Grid; using UmbracoContentApi.Core.Resolvers; namespace UmbracoContentApi.Core.Converters { public class UmbracoGridConverter : IConverter { private...
using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Elsa.Attributes; using Elsa.Design; using Elsa.Results; using Elsa.Services; using Elsa.Services.Extensions; using Elsa.Services.Models; namespace Elsa.Activities.ControlFlow.Activities { [ActivityDefin...
namespace BTCPayServer.Lightning.Eclair.Models { public class ListInvoicesRequest { public int? From { get; set; } public int? To { get; set; } } }
using System; using System.Reflection; using System.Runtime.InteropServices; using System.Runtime.CompilerServices; // 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: Asse...
namespace Alpaca.Markets; /// <summary> /// Encapsulates request parameters for <see cref="IAlpacaTradingClient.ListAssetsAsync(AssetsRequest,CancellationToken)"/> call. /// </summary> public sealed class AnnouncementsRequest : Validation.IRequest { private readonly HashSet<CorporateActionType> _corporateActionTy...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MilitaryApp.Domain { public class ViewMilitary { public string Name { get; set; } } }
// Copyright (c) .NET Foundation and Contributors (https://dotnetfoundation.org/ & https://stride3d.net) and Silicon Studio Corp. (https://www.siliconstudio.co.jp) // Distributed under the MIT license. See the LICENSE.md file in the project root for more information. using System; using System.Collections; using Stride...
using System; using System.Buffers; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace NetFabric.Hyperlinq { public static partial class ArrayExtensions { [GeneratorMa...
// // AxisCoordinateEvent.cs // MSAGL class for axis-coordinate events for sparse VisibilityGraph generation for Rectilinear Edge Routing. // // Copyright Microsoft Corporation. using Microsoft.Msagl.Core.Geometry; using Microsoft.Msagl.Routing.Spline.ConeSpanner; namespace Microsoft.Msagl.Routing.Rectilinear { i...
// Decompiled with JetBrains decompiler // Type: System.Collections.Concurrent.Partitioners.ChunkPartitioner`1 // Assembly: ParallelExtensionsExtras, Version=1.2.3.0, Culture=neutral, PublicKeyToken=665f4d61f853b5a9 // MVID: 3E0D7B0F-D1DC-4BB8-9763-D6AFDAD2FBE9 // Assembly location: C:\Users\BMPickens\.nuget\packages\...
// Copyright 2004-2011 Castle Project - http://www.castleproject.org/ // // 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 ...
/* * 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 ...
#pragma checksum "D:\c#\blazor\vtl-nvp\Radzen.Blazor\RadzenSelectBar.razor" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "40449fbdf9209c837faf6f506ef6db3076afc658" // <auto-generated/> #pragma warning disable 1591 namespace Radzen.Blazor { #line hidden using System; using System.Collections.Generic; using S...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; namespace Dispath {//双检索 public class TotalClassHelper<T> where T : class, new() { //这个对象引用一个单实例对象 private static T s_value = null; //私有化,防止外部实例化 private TotalClassHelp...
using XCommon.Patterns.Ioc; namespace XCommon.CodeGenerator.Core { public abstract class BaseRunner { [Inject] protected GeneratorConfig Config { get; set; } public BaseRunner() { Kernel.Resolve(this); } public abstract int Run(); } }
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 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("Co...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 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("Fi...
using System.Collections.Generic; using System.Linq; using Demo.Roles.Dto; using Demo.Users.Dto; namespace Demo.Web.Models.Users { public class EditUserModalViewModel { public UserDto User { get; set; } public IReadOnlyList<RoleDto> Roles { get; set; } public bool UserIsInRole(RoleDt...
using DatabaseFolders.Models; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System.Collections.Generic; using System.IO; using System.Linq; namespace DatabaseFolders.Services { public class SettingService { public static List<DbFolderSetting> GetSettings() { var settings...
// using System; using System.Text; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Data.Entity.Validation; using Newtonsoft.Json.Linq; using SendGrid.Helpers.Mail; // using NSG.Library.Logger; using NSG.Library.EMail; // using NSG.Identity; using NSG.Identity.Incidents; usin...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SimpleBackupService.Contracts { public interface IBackupConfig { string BackupScriptName { get; } bool EnableDebug { get; } string WebApiUrl { get; } } }
//------------------------------------------------------------------------------ // <auto-generated> // このコードはツールによって生成されました。 // ランタイム バージョン:4.0.30319.42000 // // このファイルへの変更は、以下の状況下で不正な動作の原因になったり、 // コードが再生成されるときに損失したりします。 // </auto-generated> //---------------------------------------------------------...
using System.Runtime.Serialization; namespace NtpTests.model { /// <summary> /// Record class for time query results /// </summary> [DataContract] public class TimeSettings { /// <summary> /// Sucess state enum /// </summary> [DataMember] public TimeSett...
using System; using System.Threading; using Nuxleus.Performance; using System.Net; namespace SilverlightExtended { public struct ProtoBufOperationAsyncResult : IAsyncResult { HttpWebRequest m_state; Boolean m_isCompleted; AsyncCallback m_cb; public ProtoBufOperationAsyncResult(A...
using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated ...
/* * 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.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging; using System.Text.Json; using Microsoft.Extensions.Configuration; using AzureSamples.AzureSQL.Services; namespace AzureSamples.AzureSQL.Controllers { ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Data.OleDb; using System.Globalization; namespace Sistema { public partial class AgregarInventario : Form { ...
using CommonLibrary; namespace LibraryA { public class ClassAImpl { private readonly BaseInterfaceSimplImpl mImpl = new BaseInterfaceSimplImpl(); public int GetIntValue() { return mImpl.GetIntValue() * 66; } public string GetStringValue() { ...
//----------------------------------------------------------------------------- // Copyright : (c) Chris Moore, 2020 // License : MIT //----------------------------------------------------------------------------- namespace Z0 { using System; using System.Runtime.CompilerServices; using static Root...
using Shared; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; namespace Day15 { public static class Day15 { public static void Execute() { ...
using Integrator.Models.Domain.CurriculumVitaes; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace Integrator.Models.Domain.Common { public partial class InterestLevels : BaseEntity { public Intere...
using System; using System.IO; namespace ExcelTrans.Commands { public struct ColumnValue : IExcelCommand { public When When { get; private set; } public int Col { get; private set; } public string Value { get; private set; } public ColumnValueKind ValueKind { get; private set; ...
using System.Collections.Generic; using UnityEngine; namespace Aspekt.Drones { public abstract class GatherableDeposit : MonoBehaviour, IGatherable { public float timeToGather = 3f; public int maxGatherers = 1; public int initialResources = 500; public float skillFactor = 3f; ...
//----------------------------------------------------------------------- // <copyright file="DefaultFailureDetectorRegistry.cs" company="Akka.NET Project"> // Copyright (C) 2009-2015 Typesafe Inc. <http://www.typesafe.com> // Copyright (C) 2013-2015 Akka.NET project <https://github.com/akkadotnet/akka.net> //...
//----------------------------------------------------------------------------- // <copyright file="ODataSerializerContext.cs" company=".NET Foundation"> // Copyright (c) .NET Foundation and Contributors. All rights reserved. // See License.txt in the project root for license information. // </copyright> //-...
// -------------------------------------------------------------------------------------------------------------------- // <copyright company="Dapr Labs" file="DiagnosticsController.cs"> // Copyright © Dapr Labs. All rights reserved. // </copyright> // ----------------------------------------------------------------...
using System; using Microsoft.EntityFrameworkCore.Migrations; namespace SqlServer.Migrations.PersistedGrantDb { public partial class Grants : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.CreateTable( name: "DeviceCodes...
#pragma checksum "C:\Users\Manass\Desktop\class3\claas03Lamazon\Views\Product\CreateProduct.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "462e81bebc39f2d62ef1703b33ac5bfae61b2270" // <auto-generated/> #pragma warning disable 1591 [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeo...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HowToExtend.Commands { public class SampleQuery { } }
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using ICSharpCode.NRefactory.CSharp; using ICSharpCode.NRefactory.PatternMatching; namespace Palmmedia.ReportGenerator.Parser.Preprocessing.CodeAnalysis { /// <summary> /// Represents method information ex...
using System; using System.Collections.Generic; using UnityEngine; public class DebugInfoUIViewManager : MonoBehaviour { private float m_fFPS; [HideInInspector] public Rect GUIDebugInfoRect = new Rect(5f, 5f, 500f, 500f); private bool IsShowSwitch; private float m_fDeltaTime; private float m_fFrameCount; p...
namespace TagLib.Tests.Images.Validators { public interface IMetadataInvariantValidator { /// <summary> /// Validate any metadata assumptions that should always /// hold (and thus never change upon modification). /// </summary> void ValidateMetadataInvariants (Image.File file); } }
using System; using System.Collections.Generic; using System.Linq; using BookLovers.Base.Infrastructure.Ioc; using Ninject; using Ninject.Activation; namespace BookLovers.Filters { public class AuthorizationHandlerProvider : BaseProvider<IDictionary<string, IPermissionHandler>> { public override Type ...
using System; using System.Collections.Generic; using System.IO; using UniGLTF; using UniGLTF.M17N; using UniGLTF.MeshUtility; using UnityEditor; using UnityEngine; using VrmLib; using VRMShaders; namespace UniVRM10 { public class VRM10ExportDialog : ExportDialogBase { const string CONVERT_HUMANOID_KE...
using System; namespace FontAwesome { /// <summary> /// The unicode values for all FontAwesome icons. /// <para/> /// See https://fontawesome.com/cheatsheet /// <para/> /// This code was automatically generated by FA2CS (https://github.com/michaelswells/fa2cs a modified fork from https://github...
using System; using System.Collections.Generic; namespace MS.Dbg { public interface IHaveTemplateTypeName { DbgTemplateNode TypeName { get; } } /// <summary> /// This class manages prioritization of multiple DbgTemplateNode objects that /// match the same template. /// </summ...
/*************************************************************************************************** * * Copyright © 2015 Flatcode.net Developer Community * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to ...
/* * Copyright (c) Contributors, http://whitecore-sim.org/, http://aurora-sim.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: * * Redistribution...
using System; using CompanyName.MyMeetings.Modules.Payments.Domain.SeedWork; namespace CompanyName.MyMeetings.Modules.Payments.Domain.MeetingFeePayments { public class MeetingFeePaymentId : AggregateId<MeetingFeePayment> { public MeetingFeePaymentId(Guid value) : base(value) { ...
using Microsoft.AspNetCore.Mvc; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using TaskBase.Components.Enums; using TaskBase.Components.Models; using TaskBase.Components.Services; namespace TaskBase.Components.Views.Shared.Components.Tasks { [...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="TagMatchExtensionsTests.cs" company="Naos Project"> // Copyright (c) Naos Project 2019. All rights reserved. // </copyright> // ------------------------------------------------...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; namespace Microsoft.AspNet.SignalR.Infrastructure { public static class InterlockedHelper { [System.Diagnosti...
namespace LINGYUN.Abp.Location.Baidu.Model { public class BaiduGeocode { public BaiduLocation Location { get; set; } = new BaiduLocation(); public int Precise { get; set; } public int Confidence { get; set; } public int Comprehension { get; set; } public string Level { g...
using GrocerySupplyManagementApp.DTOs; using GrocerySupplyManagementApp.Entities; using GrocerySupplyManagementApp.ViewModels; using System.Collections.Generic; namespace GrocerySupplyManagementApp.Repositories.Interfaces { public interface IShareMemberRepository { IEnumerable<ShareMemberView> GetShar...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LogUploader.Languages { public class English : ILanguage { public CultureInfo Culture { get => new CultureInfo("en-us"); } public string Su...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using Android.Content; using Android.Content.Res; using Android.OS; using Android.Text; using Android.Text.Method; using Android.Util; using Android.Views; using Java.Lang; using Xamarin.Forms.Internals; using Xamarin.Forms....
// Copyright (c) 2015 Alachisoft // // 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 t...
using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; namespace ADSBackend.Migrations { public partial class ReportStudent : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.CreateTable( ...
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.DependencyInjection; using Newtonsoft.Json; using Piranha; using Piranha.AspNetCore.Identity.SQLite; namespace MvcWeb { public class Startup {...
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Identity; using Microsoft.EntityFrameworkCore; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using EMS.Website.Data; using EMS.Website.Models; using EMS.Website.Services; using...
/* * Copyright (c) 2018, FusionAuth, 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 appl...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.17929 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
using System; namespace ScriptPlayer.ViewModels { public class RequestEventArgs<T> : EventArgs { public bool Handled { get; set; } public T Value { get; set; } public RequestEventArgs() { Handled = false; } public RequestEventArgs(T initialValue) : t...
using UnityEngine; using UnityEngine.UI; namespace HI5.VRInteraction { public class VRFPSCounter : MonoBehaviour { private float m_DeltaTime; // This is the smoothed out time between frames. private Text m_Text; // Reference to the component that ...
using System.Threading.Tasks; using Covid19Api.Domain; using Covid19Api.Mongo.Scaffolder.Abstractions; using Covid19Api.Mongo.Scaffolder.Extensions; using Microsoft.Extensions.Logging; using MongoDB.Driver; namespace Covid19Api.Mongo.Scaffolder.Updates { // ReSharper disable once UnusedType.Global public class...
using System.Text; using EchoRenderer.Rendering.Engines; using EchoRenderer.UI.Core.Areas; namespace EchoRenderer.UI.Interface { public class ApplicationStatusUI : AreaUI { public ApplicationStatusUI() { PanelColor = Theme.BackgroundColor; Add(label); } readonly StringBuilder builder = new StringBuil...
using System; using System.Globalization; using System.IO; using System.Text; using NetVips; using RandyRidge.Common; namespace RayTracing { public static class PpmReader { // TODO: spanify public static Frame Read(Stream stream) { Guard.NotNull(stream, nameof(stream)); usi...
using S7evemetry.Core.Enums.F1; using S7evemetry.Core.Packets.F1; using S7evemetry.F1_2018.Structures; using System; namespace S7evemetry.F1_2018.Readers { public class LapDataReader { public PacketData<PacketHeader, LapData, CarLap>? Read(Span<byte> input, PacketHeader packetHeader) { ...
using BooksAPI.Models; using MongoDB.Driver; using System.Collections.Generic; using System.Threading.Tasks; namespace BooksAPI.Services { public class BookService { private readonly IMongoCollection<Book> _books; public BookService(IBookstoreDatabaseSettings settings) { v...
#region Using using Sandbox.Common; using Sandbox.Game.World; using System; using System.Diagnostics; using System.Text; using System.Collections.Generic; using VRage; using Sandbox.ModAPI; #endregion namespace Sandbox.Game.Gui { public class MyHudObjectiveLine : IMyHudObjectiveLine { private strin...
namespace Ocelot.AcceptanceTests { using Ocelot.Configuration.File; using System; using System.Collections.Generic; using System.Net; using TestStack.BDDfy; using Xunit; public class ReturnsErrorTests : IDisposable { private readonly Steps _steps; private readonly Servi...
using System; using System.Collections; using System.Collections.Generic; public class HuntingShim : ComponentSolverShim { public HuntingShim(TwitchModule module) : base(module) { ModInfo = ComponentSolverFactory.GetModuleInfo(GetModuleType()); _component = module.BombComponent.GetComponent(ComponentType); ...