text
stringlengths
1
932k
using DevExtreme.AspNet.Data.RemoteGrouping; using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Threading.Tasks; using Xunit; namespace DevExtreme.AspNet.Data.Tests { public class RemoteGroupExpressionCompilerTests { cl...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using BuildXL.Utilities; using JetBrains.Annotations; namespace BuildXL.FrontEnd.Workspaces.Core { /// <summary> /// A struct representing the various components of a glob/globR call /// </summary> public readonly...
using System; namespace NetOffice.Tools { /// <summary> /// Represents information about a disabled add-in in a Microsoft Office application. /// </summary> /// <remarks> /// Use the <see cref="OfficeResiliency.Parse()"/> method to convert the binary /// data from the Resiliency\DisabledItems ...
using System; namespace Kebechet.Logic { public interface IUpdateService { UpdateResult UpdateHost(string host, string ipAddress); } }
using System; using System.Collections.Generic; using System.Data; using System.Globalization; using System.Linq; using Microsoft.Extensions.Logging; using NPoco; using Umbraco.Cms.Core; using Umbraco.Cms.Core.Cache; using Umbraco.Cms.Core.Events; using Umbraco.Cms.Core.Exceptions; using Umbraco.Cms.Core.Models; using ...
/* * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH * under one or more contributor license agreements. See the NOTICE file * distributed with this work for additional information regarding copyright * ownership. Camunda licenses this file to you under the Apache License, * Version 2.0; ...
using System; using BackendlessAPI.Test.PersistenceService.AsyncEntities.BaseEntities; namespace BackendlessAPI.Test.PersistenceService.AsyncEntities.PrimitiveEntities { public class StringEntityAsync : CreatedEntityAsync { public string StringField { get; set; } protected bool Equals( StringEntityAsync o...
//------------------------------------------------------------------------------ // <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> //--...
using System.Collections.Generic; using System.IO; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using NBitcoin; using Stratis.Bitcoin.Base.Deployments; using Stratis.Bitcoin.Consensus; using Stratis.Bitcoin.Consensus.Rules; using Stratis.Bitcoin.Utilities; namespace Stratis.Bitcoin.Features.Conse...
@page @model Web.Pages.Answers.IndexModel @{ ViewData["Title"] = "回答一覧"; } <h1>回答一覧</h1> <p> <a asp-page="Create">新規回答作成</a> </p> <table class="table"> <thead> <tr> <th>回答日</th> <th>&nbsp;</th> </tr> </thead> <tbody> @foreach (var item in Model.Answer) { ...
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("Tes...
using System; using System.Collections.Generic; using System.Diagnostics.Tracing; using System.Fabric; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.ServiceFabric.Services.Runtime; namespace ECommerce.ProductCatalog { [EventSource(Name = "MyCompany-ECommerse-ECommerce.Product...
using System; using System.Collections.Generic; using System.Text; namespace PdfImageExtractor { class ShareHelper { private static string ShareURL { get { string url = Module.HelpURL; if (!Module.HelpURL.EndsWith("/")) {...
// ------------------------------------------------------------------------------ // <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> // ---------------------------------------...
using System; using HtmlConsole.Css; using HtmlConsole.Rendering; namespace HtmlConsole.Extensions { public static class ConsoleWriterExtensions { public static void Write(this IConsoleWriter writer, string str) { foreach (var c in str) { writer.Write(c)...
// 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; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Threading.Tasks; namespac...
/* * 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 © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from um/d3d12shader.h in the Windows SDK for Windows 10.0.19041.0 // Original source is Copyright © Microsoft. All rights reserved. using System.Runtime.CompilerS...
using System; using System.IO; using System.Net; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Extensions; using Microsoft.Extensions.Logging; using Moq; using Tips.Pipeline; namespace Tips.Support.Tests { public static class MockLoggerVerifyLogRequestResponseExtensions { private co...
using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; namespace JsonResume.Tests { public class WorkTests { private const string FormatStringEmpty = "{{ \"work\": [ {0} ] }}"; private const string FormatString = "{{ \"work\": [ {{ \"name\": {0}, \"location\"...
//======= Copyright (c) Valve Corporation, All rights reserved. =============== // // Purpose: Adds SteamVR render support to existing camera objects // //============================================================================= using UnityEngine; using System.Collections; using System.Reflection; using Valve.VR;...
using FreeSql.DatabaseModel; using FreeSql.Internal; using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text.RegularExpressions; namespace FreeSql.SqlServer { class SqlServerDbFirst : IDbFirst { IFreeSql _orm; protected CommonUtils _commonUtils; protected CommonE...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using Epi; using Epi.ImportExport; namespace Epi.Windows.ImportExport.Dialogs { /// <summary> /// /// </summary> public partial class Sp...
namespace Nimator { /// <summary> /// Represents the result of running an <see cref="ICheck"/>. /// </summary> public interface ICheckResult { /// <summary> /// Repeats the name of the <see cref="ICheck"/>, possibly in a format altered to /// work best for display purposes. ...
/*! * https://github.com/SamsungDForum/JuvoPlayer * Copyright 2020, Samsung Electronics Co., Ltd * Licensed under the MIT license * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF ME...
using System; using System.Collections.Generic; using Statsify.Aggregator.Configuration; using Statsify.Core.Storage; namespace Statsify.Aggregator.Http.Services.Impl { internal class AnnotationService : IAnnotationService { private readonly string path; public AnnotationService(StatsifyAggre...
// Copyright (c) 2020-2021 Eli Aloni (a.k.a elix22) // Copyright (c) 2008-2015 the Urho3D project. // Copyright (c) 2015 Xamarin Inc // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software wit...
using Microsoft.Extensions.Logging; namespace Vidyano.Service.EntityFrameworkCore.Logging { public static class VidyanoEntityFrameworkCoreLoggerProviderExtensions { public static ILoggingBuilder AddVidyanoEntityFrameworkCore(this ILoggingBuilder builder) { builder ....
//=============================================================================================================== // System : Sandcastle Guided Installation - Sandcastle Help File Builder // File : SandcastleHelpFileBuilderPage.cs // Author : Eric Woodruff // Updated : 11/07/2019 // // This file contains a page u...
/* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * * * 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 * * U...
/* * File: WpfApplicationCommand.cs * * Author: Akira Sugiura (urasandesu@gmail.com) * * * Copyright (c) 2017 Akira Sugiura * * This software is MIT License. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the...
// Rotate Object Control Action|ObjectControlActions|25020 namespace VRTK { using UnityEngine; /// <summary> /// The Rotate Object Control Action script is used to rotate the controlled GameObject around the up vector when changing the axis. /// </summary> /// <remarks> /// The effect is a smo...
namespace LegoM.Test.Pipeline { using FluentAssertions; using LegoM.Areas.Admin; using LegoM.Controllers; using LegoM.Data.Models.Enums; using LegoM.Models.Products; using LegoM.Services.Products.Models; using MyTested.AspNetCore.Mvc; using System.Collections.Generic; using Xunit; ...
#region License /* Copyright © 2014-2018 European Support Limited 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 a...
using System.IO; using System.Linq; namespace Frapid.Mailgun { internal static class FileHelper { internal static void DeleteFiles(params string[] files) { foreach(string file in files.Where(file => !string.IsNullOrWhiteSpace(file)).Where(File.Exists)) { ...
namespace SpiceSharpParser.Common.Evaluation.Expressions { public class ConstantExpression : Expression { /// <summary> /// Initializes a new instance of the <see cref="ConstantExpression"/> class. /// </summary> /// <param name="value">Value.</param> public ConstantExpr...
namespace PictIt.Services { using Microsoft.AspNetCore.Builder; public static class AntiforgeryTokenMiddlewareExtensions { public static IApplicationBuilder UseAntiforgeryToken(this IApplicationBuilder builder) { return builder.UseMiddleware<AntiforgeryTokenMiddleware>(); ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using MyGUIPlugin; using Medical.Controller; using Engine; using Logging; using Anomalous.GuiFramework; using Anomalous.GuiFramework.Cameras; namespace Medical.GUI { public class BookmarksGUI : AbstractFullscreenGUIPopup { ...
using System; using CMS.Helpers; using CMS.PortalEngine; using CMS.UIControls; public partial class CMSModules_PortalEngine_UI_WebParts_Development_WebPart_Edit_Layout_Edit : CMSModalPage { protected override void OnPreInit(EventArgs e) { RequiresDialog = QueryHelper.GetBoolean("editonlycode", false...
using System; using System.Collections.Generic; using System.Windows.Forms; namespace Caesar { static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingD...
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("Nu...
namespace Fl8xy.Data { using Microsoft.AspNetCore.Identity.EntityFrameworkCore; using Microsoft.EntityFrameworkCore; using Fl8xy.Models; using Microsoft.EntityFrameworkCore.Metadata; public class ApplicationDbContext : IdentityDbContext<ApplicationUser> { public ApplicationDbContext(D...
// // Copyright (c) 2017 Geri Borbás http://www.twitter.com/_eppz // // 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, ...
using System; using MLOps.NET.Storage; namespace MLOps.NET { /// <summary> /// Chained builder for creating an <see cref="IMLOpsContext"/> /// </summary> public class MLOpsBuilder { private IMetaDataStore metaDataStore; private IModelRepository modelRepository; /// <summary...
//------------------------------------------------------------------------------ // <auto-generated> // このコードはツールによって生成されました。 // ランタイム バージョン:4.0.30319.42000 // // このファイルへの変更は、以下の状況下で不正な動作の原因になったり、 // コードが再生成されるときに損失したりします。 // </auto-generated> //---------------------------------------------------------...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.InteropServices.WindowsRuntime; using System.Threading.Tasks; using BenchmarkDotNet.Configs; using BenchmarkDotNet.Exporters; using BenchmarkDotNet.Jobs; using BenchmarkDotNet.Loggers; usin...
@using PetHouse.API.Areas.HelpPage.ModelDescriptions @model KeyValuePairModelDescription Pair of @Html.DisplayFor(m => Model.KeyModelDescription.ModelType, "ModelDescriptionLink", new { modelDescription = Model.KeyModelDescription }) [key] and @Html.DisplayFor(m => Model.ValueModelDescription.ModelType, "ModelDescripti...
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;...
// World Conquer Online Project 2.5517 - Phoenix Project Based // This project has been created by Felipe Vieira Vendramini // Source Infrastructure based on Phoenix Source, written by Gareth Jensen // This source is targeted to Conquer Online, client version 5517 // // Computer User: PrimeiroLogin // File Created by...
using System.Data.Entity; namespace Grid.Models { public class OrderContext:DbContext { public OrderContext():base("name= OrderContext") { } public DbSet<Order11>Order11s { get; set; } } }
// Copyright (c) Jerry Lee. All rights reserved. Licensed under the MIT License. See LICENSE in the // project root for license information. using UniSharper; using UnityEditor; using UnityEngine; namespace UniSharperEditor { /// <summary> /// Property drawer for <see cref="ReadOnlyFieldAttribute"/>. ///...
using PowerArgs; using PowerArgs.Cli; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Speech.Synthesis; using System.Text; using System.Threading.Tasks; namespace speak { public class Program { static void Main(string[] args) { Conso...
using Geko.HttpClientService.Extensions; using Microsoft.AspNetCore.Mvc; namespace Geko.HttpClientService.IntegrationTestsProject.Controllers; /// <summary> /// Sample controller for the <see cref="HttpClientService"/> /// </summary> [ApiController] [Route("[controller]")] public class IntegrationTestsController : C...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Text; using System.Threading.Tasks; using Newtonsoft.Json; using Newtonsoft.Json.Linq; namespace ItsMyConsole.Tools.AzureDevOps { /// <summary> /// Outils pour Azu...
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("Yo...
using System.Collections; using System.Collections.Generic; using UnityEditor; using UnityEngine; [CustomPropertyDrawer(typeof(EnumFlagsAttribute))] public class EnumFlagsAttributeDrawer : PropertyDrawer { public override void OnGUI(Rect _position, SerializedProperty _property, GUIContent _label) { in...
using System.Reflection; namespace Adnc.Infra.Core.Interceptor { /// <summary> /// Adnc.Infra.Caching key generator. /// </summary> public interface ICachingKeyGenerator { /// <summary> /// Gets the cache key. /// </summary> /// <returns>The cache key.</returns> ...
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("gam...
using Mastery.Example.BLL.Common.Interfaces; using Mastery.Example.BLL.Services; using Ninject.Modules; namespace Mastery.Example.BLL { public class NinjectModules : NinjectModule { public override void Load() { Bind<ICustomerService>().To<CustomerService>(); } } }
using SimpleInjector; using SimpleInjector.Integration.WebApi; using SimpleInjector.Lifestyles; using System.Web.Http; using System.Web.Http.Cors; using ZigNet.Api.Mapping; using ZigNet.Business; using ZigNet.Database.EntityFramework; using ZigNet.Services; using ZigNet.Services.EntityFramework; using ZigNet.Services....
namespace SteamAutoMarket.Steam.TradeOffer.Models { using System; using System.Collections.Generic; using System.Linq; using Newtonsoft.Json; [Serializable] public class MyInventoryRootModel { [JsonProperty("rgInventory")] public IDictionary<string, MyRgInventory> Assets {...
// *** 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.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading; using Core.Shared; namespace Core.Profiling { public static class Profiler { private struct MethodProfilingData { public string methodName;...
// Copyright © Jürgen Bäurle, http://www.parago.de // This code released under the terms of the Microsoft Public License (MS-PL) using System; using System.Security.Permissions; using Microsoft.SharePoint; using Microsoft.SharePoint.Security; namespace FluentSP { [SharePointPermission(SecurityAction.LinkDemand, Obj...
using System.Collections.ObjectModel; namespace HelloWorld.SOLID.WebApi.Areas.HelpPage.ModelDescriptions { public class ComplexTypeModelDescription : ModelDescription { public ComplexTypeModelDescription() { Properties = new Collection<ParameterDescription>(); } pub...
@model Csi.Data.Project @{ Layout = null; } <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title>Create</title> </head> <body> <h4>Project</h4> <hr /> <div class="row"> <div class="col-md-4"> <form asp-action="Create"> <div asp-validation-sum...
namespace Yoke.Tests { using System; using System.Collections.Generic; using System.Threading.Tasks; public class MyMiddleware { private readonly Func<IDictionary<string, object>, Task> nextFunc; public MyMiddleware(Func<IDictionary<string, object>, Task> nextFunc) { ...
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 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...
// *** 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...
using PackageTrackingApp.Core.Domain; using PackageTrackingApp.Core.Domains; using PackageTrackingApp.Core.Repositories; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PackageTrackingApp.Infrastructure.Repositories { public class UserR...
using System; using System.IO; using System.Linq; namespace Simplic.Flow.Node.IO { [EventNodeDefinition(DisplayName = "On execute flow", Name = "OnExecuteFlowEvent", EventName = "OnExecuteFlowEvent", Category = "Common")] public class OnExecuteFlowEvent : EventNode { public override bool Execute(I...
using System; using System.Collections.Generic; using System.Text; namespace BinaryGo.IO { /// <summary> /// fast way to read buffer from memory /// </summary> /// <typeparam name="T"></typeparam> public ref struct BufferReader<T> { /// <summary> /// set your capacity as defau...
namespace SqlDataProvider.Data { public class StrengThenExpInfo { public int Exp { get; set; } public int ID { get; set; } public int Level { get; set; } public int NecklaceStrengthExp { get; set; } public int NecklaceStrengthPlus { get; set; } } }
// ReSharper disable InconsistentNaming using System; using System.Collections.Generic; using System.Linq; namespace Binance { /// <summary> /// Defined assets (for convenience/reference only). /// </summary> public sealed class Asset : IComparable<Asset>, IEquatable<Asset> { #region Public...
/* * 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...
// 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. #nullable disable using System; using System.Linq; using Microsoft.CodeAnalysis.Editor.UnitTests.Utilities; using ...
// 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 Microsoft.AspNetCore.Mvc.ModelBinding; using Microsoft.Extensions.DependencyInjection; using Stl.Fusion.Authentication; namespace Stl.Fusion.Server.Internal; public class SessionModelBinder : IModelBinder { public Task BindModelAsync(ModelBindingContext bindingContext) { if (bindingContext == nu...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.HttpsPolicy; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; ...
using System.Reflection; 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: AssemblyConfiguration("")] [assembly: AssemblyCompany("Ly...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; using UnityEngine.UI; /// <summary> /// Transit the value of a slider. /// </summary> [AddComponentMenu("BetweenUI/Between Slider")] public class BetweenSlider : BetweenBase { public float From = 0f; publi...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; using FluentAssertions; using IdentityServer.UnitTests.Common; using IdNet6.C...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; namespace Zeltex.Guis { /// <summary> /// Handles transform input /// </summary> public class TransformHandler : MonoBehaviour { private Transform MyTransform; private bool IsLocal;...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleTest { class Program { static void Main(string[] args) { SuperAgent.Request.Get("http://www.baidu.com") .Query(new { name = "zhang", ...
using System.Collections.Generic; using System.Linq; namespace ChronicNetCore.Handlers { public class HandlerRegistry { readonly Dictionary<HandlerType, List<ComplexHandler>> _handlers = new Dictionary<HandlerType, List<ComplexHandler>>(); public HandlerRegistry Add(HandlerType typ...
using JPPhotoManager.Application; using System.ComponentModel; namespace JPPhotoManager.UI.ViewModels { public abstract class BaseViewModel : INotifyPropertyChanged { public event PropertyChangedEventHandler PropertyChanged; /// <summary> /// Gets or sets the application object. ...
@using Mega.Ticketing.Api.Areas.HelpPage @model ImageSample <img src="@Model.Src" />
//------------------------------------------------------------------------------ // <auto-generated> // Ce code a été généré par un outil. // Version du runtime :4.0.30319.42000 // // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si // le code es...
using System; using Newtonsoft.Json; namespace Bitfinex.Net.Objects.RestV1Objects { public class Bitfinex30DaySummary { /// <summary> /// The timestamp of the data /// </summary> [JsonProperty("time")] public DateTime Timestamp { get; set; } /// <summary> ...
using System; using AutoFixture.NUnit3; using FluentAssertions; using NUnit.Framework; using SFA.DAS.EmployerDemand.Jobs.Infrastructure.Api.Requests; namespace SFA.DAS.EmployerDemand.Jobs.UnitTests.Infrastructure.Api.Requests { public class WhenBuildingPostSendCourseStoppedRequest { [Test, AutoData] ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Xml.Linq; using LibGit2Sharp; namespace SimpleGitVersion { public partial class CommitInfo { /// <summary> /// Captures the first analysis of a repository based on a <see cref="RepositoryI...
using System; using System.Collections.Generic; using Microsoft.Xna.Framework; namespace Platformer.Collisions { public class World { public World(Vector2 gravity) { Gravity = gravity; } public Vector2 Gravity { get; set; } private readonly List<Body> _dyna...
 @model Inspinia_MVC5_SeedProject.Models.Aluno @{ ViewBag.Title = "Excluir"; } <div class="row wrapper border-bottom white-bg page-heading"> <div class="col-sm-4"> <h2>Deletar</h2> </div> <div class="col-sm-8"> </div> </div> <div class="wrapper wrapper-content animated fadeInRight">...
// 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; namespace System.Net.Sockets { // OverlappedAsyncResult // // This class is u...
#if USE_ADDRESSABLES using SwiftFramework.EditorUtils; using System; using System.Collections.Generic; using System.IO; using System.Reflection; using UnityEditor; using UnityEditor.AddressableAssets; using UnityEditor.AddressableAssets.Settings; using UnityEditor.AddressableAssets.Settings.GroupSchemas; using UnityE...
using CosmosDbExplorer.Infrastructure.Models; using Microsoft.Azure.Documents; namespace CosmosDbExplorer.Messages { public class UpdateOrCreateNodeMessage<T> where T: Resource { public UpdateOrCreateNodeMessage(T resource, DocumentCollection collection, string oldAltLink) { ...
using System; using System.Collections.Generic; using System.Text; namespace Ramsey.Shared.Misc { public class RamseyApi { public static string Base => "https://api.feedmeapp.se/"; public class V1 { public class Ingredient { public static string...
#region using using System; using System.Diagnostics; using System.Runtime.Serialization; #endregion namespace Xigadee { /// <summary> /// The ServiceMessage is used to pass information through the Dispatcher and the sender/receive queue architecture. /// </summary> [Serializable] [DataContract] ...
using NWheels.Testability; using System; using Xunit; namespace NWheels.UI.Adapters.React.Tests.Unit { public class UnitTest1 : TestBase.UnitTest { [Fact] public void Test1() { } } }