text
stringlengths
1
932k
@{ Layout = ""; Html.AddCssFileParts("~/Plugins/Feed.Froogle/Content/styles.css"); } @model FeedFroogleModel @using Nop.Core.Infrastructure @using Nop.Plugin.Feed.Froogle.Models; @using Nop.Web.Framework; @using Nop.Web.Framework.UI; @using (Html.BeginForm()) { @Html.AntiForgeryToken() <div id="google...
// <auto-generated /> using System; using Lecture10.Entities; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; namespace Lecture10.Entities.Migrations { [DbContext(typeof(SuperheroContext))] partial class Super...
using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading.Tasks; using Abp.Application.Features; using Abp.Authorization.Users; using Abp.Collections.Extensions; using Abp.Domain.Repositories; using Abp.Domain.Services; using Abp.Domain.Uow; using Abp.IdentityFramework; usi...
using System; using System.Collections.Generic; using System.Text; namespace AndreasReitberger.Enums { public enum CalculationAttributeType { All, Machine, Material, Energy, Workstep, Margin, Tax, CustomAddition, FixCost, Procedur...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MS-PL license. // See the LICENSE file in the project root for more information. using System; using System.Reflection; using MvvmCross.Binding; using MvvmCross.Binding.Bindings.Target; using Mvv...
// 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.Threading; namespace System.Net { // This is used by ContextAwareResult to cache callback closures...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging; using StoreWebApp.Models; namespace StoreWebApp.Controllers { public class HomeController : Controller { privat...
// 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.Contracts; using System.Threading; using System.Threading.Tasks; namespace System.IO { ...
// *** 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.AwsN...
using CadEditor; using System.Collections.Generic; //css_include tom_and_jerry/TomAndJerryBase.cs; public class Data : TomAndJerryBase { public OffsetRec getPalOffset() { return new OffsetRec(0x149AF, 1 , 16 ); } public OffsetRec getVideoOffset() { return new OffsetRec(0x3C00f, 1 , 0x1000); } p...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Horse.Messaging.Client.Internal; using Horse.Messaging.Protocol; namespace Horse.Messaging.Client.Direct { internal class RequestHandlerExecuter<TRequest, TResponse> : ExecuterBase { private readonly Type _handle...
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; namespace AspNetCoreJavaScriptServicesGettingStarted { public class Startup { public IConfigurationRoot Configuration { get; } publ...
/* Copyright 2013-2015 MongoDB Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writin...
using BaseCommonUtils.Common; using System; using System.Collections.Generic; using System.Data.Entity; using System.Data.Entity.Infrastructure; using System.Data.Entity.Validation; using System.Linq; using System.Text; using System.Threading.Tasks; using TancleDataModel.IDataAccessService; using TancleDataModel.Imple...
using EngineAPI.Models; using MailKit.Net.Smtp; using Microsoft.Extensions.Configuration; using MimeKit; using System; namespace EngineAPI.Utils { public interface IMailHelper { Response SendMail(string to, string subject, string body); } public class MailHelper : IMailHelper { p...
/* ==================================================================== 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 ...
namespace SocialNetwork.ConsoleClient { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Xml.Serialization; using SocialNetwork.ConsoleClient.Models; using SocialNetwork.Data; using SocialNetwork.Models; public class Importer { ...
using System; using System.Collections.Generic; namespace EmployeesAndProjects.Data.Models { public class Address { public Address() { } public int AddressId { get; set; } public string AddressText { get; set; } public int? TownId { get; set; } public...
using System; using System.Collections.Generic; using System.Text; namespace VSLIB.NET { /// <summary> /// アイテム /// </summary> public class Item { /// <summary> /// 親プロジェクト /// </summary> public readonly VSProject Project; /// <summary> /// 制御点 ...
/* This file is part of the iText (R) project. Copyright (c) 1998-2019 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 wit...
// // 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.Tests.Runtime; using Microsoft.VisualStudio.TestTools.UnitTesting; using Sy...
using UnityEngine; using System.Collections; [System.Serializable] public class MapEvent{ //Map event is actually not a subcalss of base event public SpawnStoryEvent theStory { get; private set; } //whether this event has been finished by the player public bool IsFinished { get; set; } public MapEv...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Pirate.Ldap.Data { public class TextField { public string Key { get; private set; } public Func<Person, string> Get { get; private set; } public TextField(string key, Func<Person, string> get) { ...
using BenchmarkDotNet.Attributes; using GrokNet; namespace Benchmark; [MemoryDiagnoser] public class ParseBenchmark { private static readonly Grok _grokEmpty = new(""); private static readonly Grok _grokLog = new( "%{MONTHDAY:month}-%{MONTHDAY:day}-%{MONTHDAY:year} %{TIME:timestamp};%{WORD...
//////////////////////////////////////////////////////////////////////////////// //NUnit tests for "EF Core Provider for LCPI OLE DB" // IBProvider and Contributors. 19.10.2021. using Microsoft.EntityFrameworkCore.Migrations.Operations; using NUnit.Framework; namespace EFCore_Lcpi...
namespace Elite_Hockey_Manager.Classes.LeagueComponents.LeagueControls { using Elite_Hockey_Manager.Classes.GameComponents; using Elite_Hockey_Manager.Forms.GameForms; using System; using System.Windows.Forms; /// <summary> /// The game display control. /// </summary> public partial cl...
//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. // All rights reserved. // // This code is licensed under the MIT License. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated doc...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Cosmos.Assembler { public class DataEndIfDefined: DataMember, IEndIfDefined { public DataEndIfDefined() : base("define", new byte[0]) { } public override void WriteText(Cosmos.Assem...
using Autofac; using Autofac.Core; using ToDoEF.Services.EF; using ToDoEF.Services.Navigation; namespace ToDoEF.ViewModels.Base { public class Locator { private readonly IContainer _container; private ContainerBuilder _builder; public Locator() { _builder = new Con...
/* * Based on OpenIZ - Based on OpenIZ, Copyright (C) 2015 - 2019 Mohawk College of Applied Arts and Technology * Portions Copyright 2019-2020, Fyfe Software Inc. and the SanteSuite Contributors (See NOTICE) * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except i...
using UnityEngine; using System.Collections; using System.Net; using System.Net.Sockets; using System.Threading; using System; using System.Collections.Generic; using System.ComponentModel; using System.Text; using System.IO; public class client_control : MonoBehaviour { public delegate void Del(); public Del a; ...
// // Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // using System; using System.IO; using Td = Telegram.Td; using...
namespace ServiceController { partial class Purge { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Azure.Management.AppService.Fluent { using System.Threading; using System.Threading.Tasks; using Microsoft.Azure.Management.AppServ...
using System; using System.Diagnostics.Contracts; using System.Reactive; using System.Reactive.Disposables; using System.Reactive.Linq; using System.Threading; using Rxx.Parsers.Properties; namespace Rxx.Parsers.Reactive { [ContractClass(typeof(ObservableParserStartBaseContract<,>))] internal abstract class Obser...
//------------------------------------------------------------------------------ // <auto-generated> // Dieser Code wurde von einem Tool generiert. // Laufzeitversion:4.0.30319.42000 // // Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn // der Code erneut gener...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; class userLogins { static void Main() { Dictionary<string, string> userLogins = new Dictionary<string, string>(); List<string> userResults = new List<string>(); List<stri...
namespace MoonSharp.Interpreter.Tree { enum TokenType { Eof, HashBang, Name, And, Break, Do, Else, ElseIf, End, False, For, Function, Lambda, Goto, If, In, Local, Nil, Not, Or, Repeat, Return, Then, True, Until, While, Op_Equal, Op_Assignment, Op_LessThan, ...
// Copyright (c) KhooverSoft. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Khooversoft.Toolbox; namespace Khooversoft.Toolbox.Services { public interface IIdentityStore : IIdentityRepository { IdentityPrinci...
namespace Zinnia.Data.Type.Transformation.Aggregation { using System; using System.Linq; using UnityEngine.Events; using Zinnia.Data.Collection.List; /// <summary> /// Finds the mean (average) value in a <see cref="float"/> collection. /// </summary> /// <example> /// [1f, 2f, 3f, ...
using System; using System.Runtime.Serialization; namespace Messaging.Tests.MessageSerializers { [Serializable] [DataContract] public class CompatibleMessage { [DataMember(IsRequired=false,Order=1)] public string Text { get; set; } public CompatibleMessage() {} } }
namespace TrafficManager.UI.Helpers { using ICities; using ColossalFramework.UI; public class CheckboxOption : SerializableUIOptionBase<bool, UICheckBox> { public CheckboxOption(string fieldName) : base(fieldName) { OnValueChanged = DefaultOnValueChanged; } public event...
/* Copyright 2015 Yixin Zhang Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software dis...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Content.Server.Hands.Components; using Content.Server.Tools; using Content.Server.Tools.Components; using Content.Server.UserInterface; using Content.Server.VendingMachines; using Content.Shared.Examine; using Content...
using System; using System.Collections.Generic; using System.Text; namespace EF_ComicsDB { class UserInteraction { public static int TableSelect() { Console.WriteLine("1) Autor"); Console.WriteLine("2) Categoria"); Console.WriteLine("3) Comic"); ...
// Copyright [2011] [PagSeguro Internet Ltda.] // // 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 app...
// Copyright (c) GHI Electronics, LLC. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. namespace HighLowThermometer { class Program { static double CurrentTemperature, MaximumTemperature, MinimumTemperature, TemperaturePositi...
using System; namespace TestProjectNetStandard { public class Class1 { } }
using System.Diagnostics; using Newtonsoft.Json; namespace Nest { [JsonObject(MemberSerialization.OptIn)] public interface IBinaryProperty : IDocValuesProperty { } [DebuggerDisplay("{DebugDisplay}")] public class BinaryProperty : DocValuesPropertyBase, IBinaryProperty { public BinaryProperty() : base(FieldType...
using Microsoft.AspNetCore.Authentication.JwtBearer; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using MongoDB.Driver; using System; using System.Collections.Generic; using System.Linq; using System.Security.Claims; using System.Threading.Tasks; using WebA...
using Microsoft.Extensions.FileProviders; using OpenAPI.CodeGenerator.Common.Types; namespace OpenAPI.CodeGenerator.RenderEngine.Fluid.FileProviders { public class FileProviderFactory { public static IFileProvider GetFileProvider(TemplateProviderType templateProviderType, string baseFolder) { ...
#region Mr. Advice // Mr. Advice // A simple post build weaving package // http://mradvice.arxone.com/ // Released under MIT license http://opensource.org/licenses/mit-license.php #endregion namespace ArxOne.MrAdvice.Advice { /// <summary> /// Advices implementing this interface work on methods. /// Can be...
using Game.Core; using Game.Estate.Ultima.Data; using System; using System.IO; using System.Text; namespace Game.Estate.Ultima.Resources { public class TileData { public static LandData[] LandData; public static ItemData[] ItemData; public static ItemData ItemData_ByAnimID(int animID)...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class TestMinMax : MonoBehaviour { // Start is called before the first frame update public ParticleSystem.MinMaxCurve curve; public ParticleSystem.MinMaxGradient maxGradient; void Start() { } // ...
using System; using System.Linq; using Xunit; namespace Tests { [Trait("Category", "GroupBy")] public class GroupByTest : IDisposable { private readonly ChinookDatabase _db; public GroupByTest() { _db = new ChinookDatabase(); } public void Dispose() { _db.Dispose()...
namespace AOC.CSharp; public static class AOC2021_06 { public static long Solve1(string[] lines) => Solve(lines, 80); public static long Solve2(string[] lines) => Solve(lines, 256); private static long Solve(string[] lines, int rounds) { long[] counts = new long[9]; foreach (int i in...
using Nop.Core; using Nop.Services.Authentication.External; using Nop.Services.Plugins; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Nop.Plugin.ExternalAuth.Google { public class GoogleAuthenticationMethod : BasePlugin, IExternalAuth...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Reflection; using Umbraco.Core; using Umbraco.Core.Events; using Umbraco.Core.Logging; namespace Umbraco.Web.Cache { /// <summary> /// Default <see cref="IDistributedCacheBinder"/> implementati...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Xna.Framework; using Pathoschild.Stardew.Common.Integrations.JsonAssets; using Pathoschild.Stardew.LookupAnything.Framework.Constants; using Pathoschild.Stardew.LookupAnything.Framework.Data; using Pathoschild.Stardew.LookupAnything.Fram...
using System; namespace BuildingBlocks.Events { public abstract class DomainEvent { public Guid Id { get; protected set; } public DateTimeOffset DateOccurred { get; protected set; } = DateTime.UtcNow; protected DomainEvent() { Id = Guid.NewGuid(); ...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Status : MonoBehaviour { public int VidaInicial = 100; [HideInInspector] public int Vida; public float Velocidade = 5; void Start(){ Vida = VidaInicial; } }
// ----------------------------------------------------------------------- // <copyright file="FindServersWindowModel.cs" company=""> // TODO: Update copyright text. // </copyright> // ----------------------------------------------------------------------- namespace Sc2CustomOverlays.ViewModel { using System; ...
//------------------------------------------------------------------------------ // <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; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace JRPC.Service.Registry { public interface IModulesRegistry { Dictionary<string, JRpcModule> GetAllServices(); } }
using System; using System.Linq; using System.Linq.Expressions; using System.Threading; using System.Threading.Tasks; namespace SkbKontur.SqlStorageCore { public static class SqlStorageExtensions { public static async Task<TEntity?> FindSingleOrDefaultAsync<TEntity, TKey>(this IConcurrentSqlStorage<TEn...
using Tida.Canvas.Infrastructure.DrawObjects; using Tida.Canvas.Shell.Contracts.ComponentModel; namespace Tida.Canvas.Shell.ComponentModel { /// <summary> /// 忽略<see cref="MousePositionTrackableDrawObject"/>相关内部属性的描述; /// </summary> [ExportIgnoredPropertyDescriptor(Inheritable = true)] class Mouse...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; public class boxButton : MonoBehaviour { public UnityEvent StartGame; public void OnCollisionEnter(Collision other) { var bullet = other.gameObject.GetComponent<Bullet>(); if (bullet !...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.TestPlatform.VsTestConsole.TranslationLayer.UnitTests; using System; using System.Collections.Generic; using System.Collections.Object...
using SqlSugar; using System; namespace Wyj.Core.Model.Models { /// <summary> /// 用户访问趋势日志 /// </summary> public class AccessTrendLog : RootEntityTkey<int> { /// <summary> /// 用户 /// </summary> [SugarColumn(Length = 128, IsNullable = true, ColumnDataType = "nvarchar...
using Microsoft.WindowsAzure.Storage.Table; using System; using System.Globalization; namespace SerialLabs.Data.AzureTable.Queries { /// <summary> /// Select the top N entity matching a given partition key /// </summary> /// <typeparam name="TEntity"></typeparam> public class TopEntriesForPartitio...
namespace EspartoWorld.Services.Messaging { using System.Collections.Generic; using System.Threading.Tasks; public class NullMessageSender : IEmailSender { public Task SendEmailAsync( string from, string fromName, string to, string subject, ...
using System; using System.Linq; using SunLine.Community.Entities.Core; using SunLine.Community.Repositories.Infrastructure; namespace SunLine.Community.Repositories.Core { public class MessageFavouriteRepository : EntityRepository<MessageFavourite>, IMessageFavouriteRepository { public MessageFavouri...
/* Yet Another Forum.NET * Copyright (C) 2003-2005 Bjørnar Henden * Copyright (C) 2006-2013 Jaben Cargman * Copyright (C) 2014-2021 Ingo Herbote * https://www.yetanotherforum.net/ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * dis...
using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; u...
// License text here using System; using System.Collections.Generic; using System.Linq; using System.Text; using ZigBeeNet.ZCL.Protocol; using ZigBeeNet.ZCL.Field; using ZigBeeNet.ZCL.Clusters.PollControl; /// <summary> /// Set Long Poll Interval Command value object class. /// /// Cluster: Poll Control. Command i...
// Copyright (c) Richasy. All rights reserved. #pragma warning disable SA1300 // Element should begin with upper-case letter using System; using Bilibili.Metadata; using Bilibili.Metadata.Device; using Bilibili.Metadata.Fawkes; using Bilibili.Metadata.Locale; using Bilibili.Metadata.Network; using Bilibili.Metadata.R...
using System; using Newtonsoft.Json.Linq; namespace Samotorcan.HtmlUi.Core.Messages { internal class CallFunctionResult { public Guid CallbackId { get; set; } public JToken Result { get; set; } } }
 @{ ViewData["Title"] = "Principal - Loteria Fácil"; Layout = "~/Views/Shared/_LayoutLoteria.cshtml"; } <!-- Content Wrapper. Contains page content --> <div class="content-wrapper" style="margin-left: 0;"> <!-- Content Header (Page header) --> <div class="content-header"> <div class="container...
using System; namespace VersionOne.SDK.APIClient { /// <summary> /// Provides connectors for a VersionOne instance. /// </summary> [Obsolete("This class has been deprecated. Please use V1Connector instead.")] public interface IConnectors { IAPIConnector MetaConnector { get; } I...
using System; using System.Xml; namespace Sharp.Xmpp.Extensions.Dataforms { /// <summary> /// Represents a requesting data-form. /// </summary> /// <remarks>The form-processing entity uses this to ask the form-submitting /// entity to provide data.</remarks> public class RequestForm : DataForm...
// Copyright © Joerg Battermann 2014, Matt Hunt 2017 using System; using System.Collections.Generic; namespace GeoJSON.Net.CoordinateReferenceSystem { /// <summary> /// Defines the Named CRS type. /// </summary> /// <remarks> /// See http://geojson.org/geojson-spec.html#named-crs /// The cur...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class FadingText : MonoBehaviour { private Animator animator; void Start() { animator = GetComponent<Animator>(); } public void FadeIn() { animator.Play("FadeIn"); } public void Fad...
using System.Collections.Generic; using System.IO; using Microsoft.AspNet.Builder; using Nancy; using Nancy.Owin; using Nancy.ViewEngines.Razor; namespace HairSalon { public class Startup { public void Configure(IApplicationBuilder app) { app.UseOwin(x => x.UseNancy()); } } public class Custo...
using System; using System.Threading; using EventStore.Common.Log; using EventStore.Common.Utils; using EventStore.Core.Messages; using EventStore.Core.Messaging; using EventStore.Core.Services.Monitoring.Stats; using EventStore.Core.Services.TimerService; namespace EventStore.Core.Bus { /// <summary> /// Lig...
using System; using System.Collections; using System.IO; using Org.BouncyCastle.Bcpg.Sig; using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Date; namespace Org.BouncyCastle.Bcpg { /// <remarks>Generic signature packet.</remarks> public class SignaturePacket : ContainedPacket //, PublicKe...
// <copyright file="PreviewConfiguration.cs" company="Techyian"> // Copyright (c) Ian Auty. All rights reserved. // Licensed under the MIT License. Please see LICENSE.txt for License info. // </copyright> using System.Drawing; using MMALSharp.Components; using MMALSharp.Native; namespace MMALSharp.Config { /// <...
namespace WorkoutWotch.Services.Android.Audio { using System; using System.Reactive; using System.Reactive.Linq; using System.Threading; using global::Android.App; using global::Android.Media; using Kent.Boogaart.HelperTrinity.Extensions; using WorkoutWotch.Services.Contracts.Audio; ...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Data; using System.Data.Entity; using System.Data.Entity.ModelConfiguration; using System.Data.Entity.ModelConfiguration.Conventions; using System.Linq; using Sy...
namespace App.Service.Accounts { public class ResetPasswordDto { public string Token { get; set; } public string Password { get; set; } } }
/* ==================================================================== 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 Y...
// Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or ...
using Application.Common.Constants; using Application.Common.Interfaces; using Application.Common.Models; using Application.StudentPortal.Courses.Dtos; using AutoMapper; using AutoMapper.QueryableExtensions; using MediatR; using Microsoft.EntityFrameworkCore; using System.Collections.Generic; using System.Linq; using ...
using System; using Unity.Collections; namespace AlgoSdk { [AlgoApiObject] public partial struct InitWalletHandleTokenRequest : IEquatable<InitWalletHandleTokenRequest> { [AlgoApiField("wallet_id", null)] public FixedString128Bytes WalletId; [AlgoApiField("wallet_password",...
using System; using System.Collections.Generic; using System.Linq; using AppKit; using Foundation; using IOKit.Sharp; namespace IOKit.IOKitSample { public class DevicesDataSource : NSComboBoxDataSource { readonly Dictionary<string, BaseDevice> source; public DevicesDataSource (Dictionary<stri...
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using WorkflowCore.Models; using WorkflowCore.Persistence.EntityFramework.Models; namespace WorkflowCore.Persistence.EntityFramework { internal static class ExtensionMethods { privat...
using System; using DragonSpark.Model.Selection; using DragonSpark.Model.Selection.Conditions; namespace DragonSpark.Runtime { sealed class IsAssigned : InverseCondition<object> { public static IsAssigned Default { get; } = new IsAssigned(); IsAssigned() : base(IsNullReference.Default) {} } sealed class IsA...
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("Te...
using System; using static System.Console; using System.Linq; using System.Collections; using System.Collections.Generic; using static AdventOfCode2020.Itertools; namespace AdventOfCode2020 { public class ExampleItertools { public static void Main(string[] args) { WriteLine("Itertoo...
// This code is licensed under the isc license. You can improve the code by keeping this comments // (or by any other means, with saving authorship by Zerumi and PizhikCoder retained) using System.Collections.Generic; namespace BotNet_Server_UI { public class Command { public uint id { get; set; } ...
namespace AmplaData.AmplaData2008 { public interface IDataWebServiceCalendarClient { DeleteCalendarValueResponse DeleteCalendarValue(DeleteCalendarValueRequest request); string[] GetCalendarNames(GetCalendarNamesRequest request); GetCalendarValuesResponse GetCalendarValues(Get...