text
stringlengths
1
932k
// <copyright file="DefaultGaugeBuilder.cs" company="Allan Hardy"> // Copyright (c) Allan Hardy. All rights reserved. // </copyright> using System; namespace App.Metrics.Gauge { public class DefaultGaugeBuilder : IBuildGaugeMetrics { /// <inheritdoc /> public IGaugeMetric Build(Func<double> v...
// 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 Flurl.Util; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; namespace Flurl { /// <summary> /// Represents a URL that can be built fluently /// </summary> public class Url { /// <summary> ...
#if !BESTHTTP_DISABLE_ALTERNATE_SSL && (!UNITY_WEBGL || UNITY_EDITOR) #pragma warning disable using System; using BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509; using BestHTTP.SecureProtocol.Org.BouncyCastle.Math; using BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities; using BestHTTP.SecureProtocol.Org.BouncyCa...
using AutoMapper; using DIGNDB.App.SmitteStop.API; using DIGNDB.App.SmitteStop.Core.Contracts; using DIGNDB.App.SmitteStop.Core.Helpers; using DIGNDB.App.SmitteStop.Core.Services; using DIGNDB.App.SmitteStop.DAL.Context; using DIGNDB.App.SmitteStop.DAL.Repositories; using DIGNDB.App.SmitteStop.Domain.Db; using DIGNDB....
using UnityEngine; using UnityEngine.Events; using UnityEngine.Serialization; using Lean.Common; #if UNITY_EDITOR using UnityEditor; #endif namespace Lean.Touch { /// <summary>This component calls the OnUp event when a finger stops touching the screen.</summary> [HelpURL(LeanTouch.HelpUrlPrefix + "LeanFingerUp")] [...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; public class Main_Menu_Panel : BasePanel { // Use this for initialization void Start () { } // Update is called once per frame void Update () { } public void Start_Button() { ...
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("Tra...
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 System; using System.Collections.Generic; using System.Runtime.Serialization; using ServiceStack; using TechStacks.ServiceModel.Types; namespace TechStacks.ServiceModel { [QueryDb(QueryTerm.Or)] [Route("/technology/search")] [AutoQueryViewer( Title = "Find Technologies", Description = "Explo...
// Copyright (c) .NET Core Community. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Text.RegularExpressions; using System.Threading.Tasks; namespace DotNetCore.CAP.Dashboard { internal class RazorPageDispatcher : ID...
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: AssemblyTitle("Hell.Tests")] [assembly: AssemblyDescripti...
using Microsoft.EntityFrameworkCore; using SistemaSolarApi.Models; var builder = WebApplication.CreateBuilder(args); // Add services to the container. builder.Services.AddControllers(); builder.Services.AddDbContext<PlanetaContext>(opt => opt.UseInMemoryDatabase("SistemaSolar")); // Learn more about configuring Swa...
using System.Collections.Generic; public sealed class WaveConfiguration { public string Name { get; set; } public IEnumerable<SubWaveConfiguration> SubWaves { get; set; } }
using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using FluentAssertions; using Microsoft.Extensions.Logging; using Moq; using NUnit.Framework; using SFA.DAS.AssessorService.Api.Types.Models; using SFA.DAS.AssessorService.Api.Types.Models.AO; using SFA.DAS.Asses...
// -------------------------------------------------------------------------------------------------- // <copyright file="PropertyCommandHandler.cs" company="InmoIT"> // Copyright (c) InmoIT. All rights reserved. // Developer: Vladimir P. CHibás (vladperchi). // Licensed under the MIT license. See LICENSE file in the ...
namespace Lion.AbpProNuget.MultiTenancy { public static class MultiTenancyConsts { /* Enable/disable multi-tenancy easily in a single point. * If you will never need to multi-tenancy, you can remove * related modules and code parts, including this file. */ public const...
using Godot; using System; public class GammaResource : Resource { public GammaResource() {} public GammaResource(BetaResource[] betaArray, string textField) { BetaArray = betaArray; TextField = textField; } [Export] public BetaResource[] BetaArray { get; set; } = new Beta...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections; using System.Collections.Generic; using System.Text.Json; using Azure.Security.KeyVault.Tests; using NUnit.Framework; namespace Azure.Security.KeyVault.Certificates.Tests { publ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using Roslyn.Utilities; namespace Microsoft.CodeAnalysis.Host.Mef ...
using UnityEngine; namespace Crosstales.UI { /// <summary>Allow to Drag the Windows arround.</summary> public class UIDrag : MonoBehaviour { #region Variables private float offsetX; private float offsetY; #endregion #region Public methods public void Be...
// System.Web.Services.Discovery.DiscoveryClientProtocol.DiscoveryClientResultsFile // System.Web.Services.Discovery.DiscoveryClientProtocol.DiscoveryClientResultsFile.ctor // System.Web.Services.Discovery.DiscoveryClientProtocol.DiscoveryClientResultsFile.Results /* The following example demonstrates the usage of 'Di...
using System; using System.Diagnostics; using System.IO; using System.Reflection; namespace Kvit.IntegrationTests.TestHelpers { internal static class ProcessHelper { private const string KvitProjectPathRelativeToUnitTestDirectory = "../../../../../src/Kvit"; internal const string TestConsulUrl ...
using System; namespace Microsoft.Extensions.DependencyInjection { public class ServiceCollectionWrapper : IExceptionMappingBuilder { public ServiceCollectionWrapper(IServiceCollection services) { Services = services ?? throw new ArgumentNullException(nameof(services)); } ...
using System; using System.Reflection; using System.Security.Permissions; [assembly : AssemblyTitle("Splicer")] [assembly: AssemblyDescription("A video manipulation library based on DirectShow.Net, originally developed by Alex Henderson http://blog.bittercoder.com/")] [assembly : CLSCompliant(true)] [assembly : Secur...
using System; using System.Collections.Generic; using System.Linq; using Newtonsoft.Json; using Tweetinvi.Core.Helpers; using Tweetinvi.Core.Models; using Tweetinvi.Core.Public.Models.Interfaces.DTO.Webhooks; using Tweetinvi.Logic.DTO; using Tweetinvi.Logic.Model; using Tweetinvi.Logic.TwitterEntities; using Tweetinvi...
using System; using System.Reflection; using System.Runtime.InteropServices; [assembly: AssemblyTitle("NServiceBus Distributor for MSMQ")] [assembly: AssemblyDescription("Implementation of NServiceBus Distributor for MSMQ")] [assembly: AssemblyCopyright("Copyright 2010-2013 NServiceBus. All rights reserved")] [assemb...
#pragma checksum "C:\RLGit\demos\eShopOnWeb\src\WebRazorPages\Pages\Account\Manage\Disable2fa.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "50258b1584eb6bc3fea9d7cb9a673b400f1196b6" // <auto-generated/> #pragma warning disable 1591 [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typ...
using Microsoft.VisualBasic.ApplicationServices; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PhotoStoreDemo { public class SingleInstanceManager : WindowsFormsApplicationBase { App app; public Si...
namespace Legion.Models { public enum PasswordValidationResult { Valid, RequirementsNotMet, NewPasswordMatch, } }
using Abp.Application.Services.Dto; namespace TakTikan.Tailor.Localization.Dto { public class ApplicationLanguageListDto : FullAuditedEntityDto { public virtual int? TenantId { get; set; } public virtual string Name { get; set; } public virtual string DisplayName { get; set; ...
/* * Lyzard Modeling and Simulation System * * Copyright 2019 William W. Westlake Jr. * * 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/LICENS...
// 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.Collections; using System.Collections.Generic; using System.ComponentModel; using S...
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: AssemblyConfigurat...
// "WaveVR SDK // © 2017 HTC Corporation. All Rights Reserved. // // Unless otherwise required by copyright law and practice, // upon the execution of HTC SDK license agreement, // HTC grants you access to and use of the WaveVR SDK(s). // You shall fully comply with all of HTC’s SDK license agreement terms and // cond...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using Bicep.Core.Emit; using Bicep.Core.FileSystem; using Bicep.Core.Parsing; using Bicep.Core.Samples; using Bicep.Core.Semantics; usin...
using Newtonsoft.Json; namespace VanillaTransformer.Core.PostTransformations { public class ReFormatJSONTransformation : IPostTransformation { public string Name => "ReFormatJSON"; public string Execute(string configContent) { object parsedJson = JsonConvert.DeserializeObje...
using System; using System.Collections.Generic; using System.Linq; namespace AwsLambdaExample.Application.Extensions { public static class ListExtensions { public static IList<T> Clone<T>(this IList<T>? listToClone) where T : ICloneable { return listToClone.Select(item => (T)item.C...
using System; using System.Collections.Generic; using System.Linq; public class SequenceWithQueue { public static void Main() { var number = long.Parse(Console.ReadLine()); var sequence = new Queue<long>(); var result = new Queue<long>(); var s1 = number; sequence.Enqu...
namespace SoundFingerprinting.Solr.Tests.Integration { using System.Collections.Generic; using System.Linq; using CommonServiceLocator; using NUnit.Framework; using SolrNet; using SolrNet.Commands.Parameters; using SoundFingerprinting.Solr.DAO; [TestFixture] [Category("Integrat...
using Microsoft.EntityFrameworkCore.Migrations; namespace DotNetCoreTestDemo.Model.Migrations { public partial class test5 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn<string>( name: "UserName", ...
// Copyright (c) Sergei Grigorev. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for full license information. using System; using System.Globalization; using System.Windows.Data; namespace MVGTimeTable { /// <summary> /// Returns string with line number for line...
using System; namespace events.Payments { public class InboundPaymentBalanceUpdated_v1 : IEvent { public Decimal Amount { get; set; } public Guid CorrelationId { get; init; } public int DestinationSortCode { get; init; } public int DestinationAccountNumber { get; init; } ...
/* * Copyright (c) 2018 THL A29 Limited, a Tencent company. 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 * ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections; /// <summary> /// System.Array.Sort(System.Array,System.Array,System.Int32,S...
using Microsoft.Xrm.Sdk; using Microsoft.Xrm.Sdk.Workflow; using System; using System.Activities; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using NGN.Helpers; using Microsoft.Xrm.Sdk.Query; using NGN.DataContext; namespace NGN { public class CalculateTar...
namespace CbrConverter.Properties { // This class allows you to handle specific events on the settings class: // The SettingChanging event is raised before a setting's value is changed. // The PropertyChanged event is raised after a setting's value is changed. // The SettingsLoaded event i...
// -------------------------------------------------------------------------------------------------------------------- // <copyright company="Chocolatey" file="NullToValue.cs"> // Copyright 2017 - Present Chocolatey Software, LLC // Copyright 2014 - 2017 Rob Reynolds, the maintainers of Chocolatey, and RealDimens...
using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; using MineCase.Server.Game.Entities; using MineCase.Server.Network; using MineCase.Server.World; using MineCase.World; using Orleans; using Orleans.Concurrency; namespace MineCase.Server.User { public interface IUserC...
using Antlr4.Runtime; using Plang.Compiler.TypeChecker.Types; using System.Diagnostics; namespace Plang.Compiler.TypeChecker.AST.Declarations { public class TypeDef : IPDecl { public TypeDef(string name, ParserRuleContext sourceNode) { Debug.Assert(sourceNode is PParser.TypeDefDeclC...
using System; using System.Text.RegularExpressions; using Microsoft.Recognizers.Definitions; namespace Microsoft.Recognizers.Text.Sequence.English { public class GUIDParser : BaseSequenceParser { private static double scoreUpperLimit = 100; private static double scoreLowerLimit = 0; pr...
namespace MagazineProject.Web.Models.Account { using System.ComponentModel.DataAnnotations; public class VerifyCodeViewModel { [Required] public string Provider { get; set; } [Required] [Display(Name = "Code")] public string Code { get; set; } public string...
using System; namespace CodeStream.VisualStudio.Core.Models { [Flags] public enum SessionState { Unknown = 0, /// <summary> /// User is in the process of signing in /// </summary> UserSigningIn = 1 << 1, /// <summary> /// The user has authenticated /// </summary> UserSignedIn = 1 << 2, /// <summ...
using System; using System.Linq; using FastTests; using Raven.Client; using Raven.Client.Documents.Indexes; using Raven.Client.Documents.Operations.Indexes; using Raven.Client.Util; using SlowTests.Utils; using Xunit; namespace SlowTests.Tests.Bugs.Zhang { public class UseMaxForDateTimeTypeInReduce : RavenTestBase...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
/* * 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.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using WinSnake.Properties; namespace WinSnake { /// <summary> /// Implements the GUI for the sna...
// Copyright (c) 2021 Yoakke. // Licensed under the Apache License, Version 2.0. // Source repository: https://github.com/LanguageDev/Yoakke using Yoakke.Streams; namespace Yoakke.Lexer { /// <summary> /// Extensions for an <see cref="ILexer{TToken}"/>. /// </summary> public static class LexerExtensio...
/*! * @author electricessence / https://github.com/electricessence/ * Licensing: MIT https://github.com/Open-NET-Libraries/Open.Evaluation/blob/master/LICENSE.txt */ using Open.Evaluation.Core; using System; using System.Collections.Generic; namespace Open.Evaluation.Boolean.Counting { public abstract class Coun...
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.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; public class BackToMenu : MonoBehaviour { public string MainMenu; // Start is called before the first frame update void Start() { } // Update is called once per frame ...
using System; namespace Sage.CA.SBS.ERP.Sage300.CodeGenerationWizard { partial class Generation { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources b...
using System; using System.Collections.Generic; using System.Text; using System.Linq; using System.Runtime.Serialization; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using HuaweiCloud.SDK.Core; namespace HuaweiCloud.SDK.Evs.V2.Model { /// <summary> /// SSD类型云硬盘预留的云硬盘个数,键值对,包含:reserved(预留)、limit(最大...
// <auto-generated> // 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 // re...
namespace StudentSystem.Models { using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; public class Student { public Student() { this.Courses = new HashSet<Course>(); this.Homeworks...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
using UnityEngine; namespace com.snake.framework { namespace runtime { [UnityEngine.CreateAssetMenu(fileName = "SnakeScriptableObject/BootDriverSetting")] public class BootDriverSetting : SnakeBasicSetting<BootDriverSetting> { [Header("启动场景的Tag启动标签")] public st...
// 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.Globalization; using System.IO; using System.Reflection; namespace ...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>@RenderSection("Title")</title> <style type="text/css"> body { background-color: #eee; } h1 { margin-top: 50px; text-align: center; font-family: "Lucida Grande","Lucida Sans U...
// 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.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Editor.CSharp.Outlining; using Microsoft.CodeAnalysis....
// Description: Entity Framework Bulk Operations & Utilities (EF Bulk SaveChanges, Insert, Update, Delete, Merge | LINQ Query Cache, Deferred, Filter, IncludeFilter, IncludeOptimize | Audit) // Website & Documentation: https://github.com/zzzprojects/Entity-Framework-Plus // Forum & Issues: https://github.com/zzzprojec...
using System; namespace Umbraco.Core.Models { internal struct ReadOnlyContentBaseAdapter : IReadOnlyContentBase { private readonly IContentBase _content; private ReadOnlyContentBaseAdapter(IContentBase content) { _content = content ?? throw new ArgumentNullException(nameof...
// Copyright 2009-2021 Josh Close // This file is a part of CsvHelper and is dual licensed under MS-PL and Apache 2.0. // See LICENSE.txt for details or visit http://www.opensource.org/licenses/ms-pl.html for MS-PL and http://opensource.org/licenses/Apache-2.0 for Apache 2.0. // https://github.com/JoshClose/CsvHelper ...
using Juce.Tweening; using Juce.TweenPlayer.Attributes; using Juce.TweenPlayer.Bindings; using Juce.TweenPlayer.Utils; using Juce.TweenPlayer.Validation; using UnityEngine; namespace Juce.TweenPlayer.Components { [TweenPlayerComponent("ParticleSystem Simulate", "ParticleSystem/Simulate")] [TweenPlayerComponen...
using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using Moq.Protected; using System.Net; using System.Net.Http; using System.Text.Json; using System.Threading; using System.Threading.Tasks; using WeatherApi.Infrastructure.OpenWeatherMap; using WeatherApi.Infrastructure.OpenWeatherMap.Dtos; using WeatherApi...
using System; using System.Collections.Generic; using Resgrid.Model; namespace Resgrid.Web.Areas.User.Models.Shifts { public class ShiftSignupView { public ShiftDay Day { get; set; } public ShiftSignup Signup { get; set; } public List<PersonnelRole> Roles { get; set; } public Dictionary<int, Dictionary<int,...
// T4 code generation is enabled for model 'C:\Github\CodeCoopersLms\Projects\Vt\DataAccess\VirtualTraineesModel.edmx'. // To enable legacy code generation, change the value of the 'Code Generation Strategy' designer // property to 'Legacy ObjectContext'. This property is available in the Properties Window when the m...
using System; using System.Collections.Generic; using System.IdentityModel.Tokens.Jwt; using System.Linq; using System.Security.Claims; using System.Text; using System.Threading.Tasks; using KCSystem.Api.AuthHelper; using KCSystem.Api.Models; using KCSystem.Core.Entities; using KCSystem.Core.Interface; using Microsof...
using System.Collections.Generic; using Essensoft.AspNetCore.Payment.Alipay.Response; namespace Essensoft.AspNetCore.Payment.Alipay.Request { /// <summary> /// alipay.open.mini.resource.record.notify /// </summary> public class AlipayOpenMiniResourceRecordNotifyRequest : IAlipayRequest<AlipayOpenMiniR...
namespace FerryData.Engine.Enums { public enum WorkflowActionKinds { Undefined = 0, HttpConnector = 1, Sleep = 2, } }
// // Miku Miku World License // // Copyright (c) 2017 Miku Miku World. // // 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 ...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的一般信息由以下 // 控制。更改这些特性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("SaarFFmpeg.RGB2YUV")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: Ass...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; using Excel; namespace TestApp { ...
using RepositoryScanner.Models; using Microsoft.EntityFrameworkCore; namespace RepositoryScanner { public class CommitsDbContext : DbContext { public DbSet<CommitModel> Commits { get; set; } protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder) { op...
/********************************************************************++ Copyright (c) Microsoft Corporation. All rights reserved. --********************************************************************/ using System.Collections.Generic; using System.Linq; using System.Management.Automation.Runspaces; using System.Ref...
/* * 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...
#region Using Statements using Artemis.Engine.Utilities; using System; using System.Collections; using System.Collections.Generic; using System.Linq; #endregion namespace Artemis.Engine.Utilities.UriTree { /// <summary> /// A recursive container structure where items and subgroups are /// accessed usin...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.ML.Core.Data; using Microsoft.ML.Runtime; using Microsoft.ML.Runtime.Data; using Microsoft.ML.Trans...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的一般信息由以下 // 控制。更改这些特性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("WebApiDemo.Dapper")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: Asse...
using System.Windows.Controls; namespace ChristianMoser.WpfInspector.UserInterface { /// <summary> /// Interaction logic for EventsView.xaml /// </summary> public partial class EventsView : UserControl { public EventsView() { InitializeComponent(); DataConte...
using System; using System.Collections.Generic; using System.Linq; using Foundation; using UIKit; namespace Evidences.iOS { public class Application { // This is the main entry point of the application. static void Main(string[] args) { // if you want to use a different Ap...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class PlayerController : MonoBehaviour { public static PlayerController Instance; /* Esta clase guarda referencia al modelo del jugador y recibe llamados de un InputManager para mover el jugador a la izqui...
using System; using System.Collections.Generic; using System.Linq; using Formularizer.Core.Common; using Formularizer.Core.FormulaDefinition; using FunctionalExtensions; namespace Formularizer.Core.FormulaCompiler { internal class SheetContext { private string _contextualPrefix; private SheetContext(SheetInfo<I...
/** * Copyright (c) blueback * Released under the MIT License * https://github.com/bluebackblue/fee/blob/master/LICENSE.txt * @brief エディターツール。ビルド。 */ /** Fee.EditorTool https://docs.unity3d.com/ja/current/Manual/CommandLineArguments.html */ #if(UNITY_EDITOR) namespace Fee.EditorTool { /** Fee_Build */ public...
using System; using System.Linq; using DomainModel.Model; using Microsoft.EntityFrameworkCore; namespace DataAccessPostgreSqlProvider { // >dotnet ef migration add testMigration in AspNet5MultipleProject public class DomainModelPostgreSqlContext : DbContext { public DomainModelPostgreSqlContext(Db...
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("Ac...
using System.ComponentModel.DataAnnotations; namespace GetMeetings.Models { public class TownModel { [Key] public string Town { get; set; } // public int district { get; set; } } }
using System.Data.Entity.Migrations; using BasicConsoleApp.Models; namespace BasicConsoleApp.Migrations { public class Configuration : DbMigrationsConfiguration<ApplicationDbContext> { } }
namespace Sitecore.Foundation.Search.Models.Index.Fields { using System; using Sitecore.ContentSearch; using Sitecore.ContentSearch.ComputedFields; using Sitecore.Foundation.FrasersContent; using Sitecore.Foundation.SitecoreExtensions.Extensions; public class EndDateComputedField : IComputedIn...
using Testura.Android.Device; using Testura.Android.Device.Ui.Nodes.Data; namespace Testura.Android.Util.Walker.Input { /// <summary> /// Defines methods to perform input when app walking. /// </summary> public interface IAppWalkerInput { /// <summary> /// Perform app walker input ...