text
stringlengths
1
932k
using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.UI; public class TileInPalette : MonoBehaviour, IPointerClickHandler, IPointerEnterHandler, IPointerExitHandler { public byte id; public Image border; public RawImage img; public int tw, th; Color32 Normal; Color32 Over = new Color32(255...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // As informações gerais sobre um assembly são controladas por // conjunto de atributos. Altere estes valores de atributo para modificar as informações // associada a um assembly. [assembly: AssemblyTitle("ValidadorF...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace KBL.Framework.BAL.Base.Entities { public class HistoryValueDto { public string OldValue { get; set; } public string NewValue { get; set; } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; using System.Runtime.CompilerServices; using System.Text; using Silk.NET.Core; using Silk.NET.Core.Native; using Silk.NET.Core.Attr...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Drawing; using SonicRetro.SonLVL.API; namespace S3KObjectDefinitions.LBZ { class GateLaser : ObjectDefinition { private PropertySpec[] properties; private ReadOnlyCollection<byte> subtypes; private Sprite sprite;...
@page "/account/profile" @model RateMyLearning.Pages.Account.IndexModel @{ var x = HttpContext.Session.TryGetValue("_email", out byte[] result); if (!(result is null)) { Layout = "_LayoutUser"; } ViewData["Title"] = "Profile"; } <header class="bg-image"> <div class="container"> <di...
@model KheterpalFinalAplication.Models.WeatherForecast @{ ViewData["Title"] = "Weather Forecast"; } <h1>Weather Forecast</h1> <img class="d-block w-50" src="~/images//@Model.imagePath" alt="@Model.imagePath" /> <tr> <td> <b> Location: </b>@Model.location<br /> <b>Temperature: </b>@Mod...
// 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 System.Linq; using Windows.Foundation; using Windows.UI.Xaml; ...
namespace CustomerApp.Test { public static class Config { public static string ConnectionString { get; } = "mongodb://localhost:27017"; public static string DatabaseName { get; } = "CustomerMongoTest"; } }
namespace TES4Lib.Enums { public enum Attribute { Strength = 0, Intelligence = 1, Willpower = 2, Agility = 3, Speed = 4, Endurance = 5, Personality = 6, Luck = 7, } }
using System.Collections.Generic; using System.Threading.Tasks; using Iot.Interfaces; using Iot.Models; namespace Iot.Data.Storage { /// <summary> /// Class DeviceRepository. /// </summary> public class DeviceRepository : DataStorageRepository<Device>, IDeviceRepository { /// <summary> ...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Diagnostics.ContractsLight; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using BuildXL.Cache.Conten...
using Pithline.FMS.BusinessLogic; using Pithline.FMS.BusinessLogic.Helpers; using Pithline.FMS.TechnicalInspection.UILogic.Services; using Pithline.WinRT.Components.Controls; using Microsoft.Practices.Prism.StoreApps; using Microsoft.Practices.Prism.StoreApps.Interfaces; using Newtonsoft.Json; using System; using Syst...
using FedjazContest.Models; using Microsoft.AspNetCore.Mvc; namespace FedjazContest.Components { public class NavbarViewComponent : ViewComponent { private List<NavbarItem> items = new List<NavbarItem> { new NavbarItem("Home", "Home"), new NavbarItem("About", "Home", "A...
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // 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 wit...
using System; using System.Diagnostics; using System.IO; using System.IO.Compression; using System.Runtime.InteropServices; using System.Windows.Forms; using Microsoft.Win32; using Shadowsocks.Controller; namespace Shadowsocks.Util { public struct BandwidthScaleInfo { public float value; publi...
using FiveOhFirstDataCore.Data.Account; using FiveOhFirstDataCore.Data.Structures.Roster; using Microsoft.AspNetCore.Components; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FiveOhFirstDataCore.Components.Roster.Placed; public partial...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
// Copyright 2021 Carnegie Mellon University. All Rights Reserved. // Released under a MIT (SEI)-style license. See LICENSE.md in the project root for license information. using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata; using System; using System.Linq; using System.Reflection; name...
using Xunit; namespace ArgValidation.Tests.ObjectValidationTests { public partial class ArgumentObjectExtensionTest { [Fact] public void NotNull_ValidationIsDisabled_WithoutException() { var arg = new Argument<object>(null, "name", validationIsDisabled: true); ...
using UnityEngine; using System.Collections; [System.Serializable] public class UnityHandSettings { public bool highlightObjects = true; public float fingerDistanceMultiplier = 1f; public Vector3 leapPosMultiplier = Vector3.one; public int throwingStrength = 20; public float angularStrength = 0.2f; ...
// // Copyright (c) 2004-2016 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
namespace swe_mtcg.Card { public class SpellCard : AbstractCard { public SpellCard(string name, double damage, CardElement element = CardElement.Normal, string id = "") : base( name, damage, element, id) { } public override string ToString() { re...
namespace DataManager.Options { public class CosmosDbOptions { public string Endpoint { get; set; } public string PrimaryKey { get; set; } public string Database { get; set; } public int DefaultThroughput { get; set; } = 400; } }
namespace CarolsAutoSubTitleMaker { partial class Form1 { /// <summary> /// 必需的设计器变量。 /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// 清理所有正在使用的资源。 /// </summary> /// <param name="disposing">如果应释放托管资源,为...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:2.0.50727.42 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //-----...
namespace Work.Web.Areas.HelpPage.ModelDescriptions { public class SimpleTypeModelDescription : ModelDescription { } }
using System; using System.Text; using System.Collections.Generic; using System.Data; using DTcms.Common; using DTcms.Model; namespace DTcms.BLL { //AllotGoods public partial class AllotGoods { private readonly DTcms.DAL.AllotGoods dal = new DTcms.DAL.AllotGoods(); public AllotGoods() ...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using System.Collections.Specialized; using System.Linq; using Moq; using Avalonia.Controls.Presenters; using Avalonia.Controls.Templates; u...
using System; namespace InstaSharper.Helpers { internal static class DateTimeHelper { private static readonly DateTime UnixEpoch = new DateTime(1970, 1, 1); public static double GetUnixTimestampMilliseconds(DateTime dt) { var span = dt - UnixEpoch; return span....
// Copyright (c) Six Labors and contributors. // Licensed under the GNU Affero General Public License, Version 3. namespace SixLabors.ImageSharp.Formats.Jpeg.Components.Decoder { /// <summary> /// Identifies the colorspace of a Jpeg image. /// </summary> internal enum JpegColorSpace { Undef...
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; using SmartEnergy.Documents.DomainModels; using System; using System.Collections.Generic; using System.Text; namespace SmartEnergy.Infrastructure.Configurations { public class IncidentConfiguration : IEntityTypeConfigurati...
using System; using System.Collections.Generic; using Verse; using Verse.AI; using RimWorld; namespace MorrowRim { class JobGiver_Refuel : ThinkNode_JobGiver { protected override Job TryGiveJob(Pawn pawn) { Predicate<Thing> predicate = (Thing t) => t.def.category == ThingCategory.Building && HasJobOnThing...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.DocAsCode.Build.UniversalReference { using System; using System.Collections.Generic; using System.Linq; using System.Web; usin...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; public class LoadScene : MonoBehaviour { public string sceneName; private void OnTriggerEnter2D(Collider2D collision) { if (SceneManager.GetActiveScene().name == "15") { ...
using System; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; using PertensaCo.Entities; using static PertensaCo.Common.Constants.DBConstants; using static PertensaCo.Common.Constants.HTTPConstants; using static PertensaCo.Common.Constants.MessageConstants; using static Pert...
// <auto-generated /> using System; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; using PetStore.Data; namespace PetStor...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Globalization; using Axe.Windows.Core.Bases; using Axe.Windows.Core.Enums; using Axe.Windows.Rules.PropertyConditions; using Axe.Windows.Rules...
/////////////////////////////////////////////////////////////////////////////////////////////////// // // This file is part of the R A N O R E X Project. // http://www.ranorex.com // /////////////////////////////////////////////////////////////////////////////////////////////////// using System; using Ranorex.Core....
using System; using System.Collections.Generic; using Xamarin.Forms; namespace Kamishibai.Xamarin.Forms { public class BehaviorInjector : IBehaviorInjector { public void Inject(Page page) { if (page is NavigationPage navigationPage) { InjectionBehavior<N...
// <auto-generated /> using FoodBotGqlApi.Data; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; namespace FoodBotGqlApi.Migrations { [DbContext(typeof(AppDbContext))]...
using System; using BrotliLib.Brotli.Components.Header; using BrotliLib.Collections; using BrotliLib.Markers; using BrotliLib.Markers.Serialization; using BrotliLib.Markers.Types; using BrotliLib.Serialization; namespace BrotliLib.Brotli.Components{ partial class MetaBlock{ /// <inheritdoc /> /// ...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using Vi2B.Stores; namespace Vi2B.Pages { public partial class Channel : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { var html = ""; var vi...
using NEP.Paranoia.Managers; using NEP.Paranoia.TickEvents; using UnityEngine; using NEP.Paranoia.ParanoiaUtilities; namespace NEP.Paranoia.Managers { public class Tick { public int id { get; set; } public string name { get; set; } public float tick { get; set; } public float[...
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fi...
// Copyright 2020 New Relic, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 using System; using System.Collections.Generic; using System.Linq; using System.Text; using NewRelic.Agent.Configuration; using NewRelic.Agent.Core.AgentHealth; using NewRelic.Agent.Core.Aggregators; using NewRelic.Agent.Core...
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("Ex...
using System; using System.Xml.Serialization; using System.ComponentModel.DataAnnotations; using BroadWorksConnector.Ocip.Validation; using System.Collections.Generic; namespace BroadWorksConnector.Ocip.Models { /// <summary> /// Modifies an existing Call Center Agent Threshold Profile in the Enterprise. /...
/** * Copyright 2017, Google, 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 i...
namespace SmartHead.GatewayKey { public enum GatewayKeyType { Microservice = 0, Device = 1, ThirdParty = 2 } }
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
/* Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the following conditions are met: * * * Redistributions of source code must retain the above * copyright notice, this l...
/* * 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 ...
using OSGeo.MapGuide.Test.Common; using SqliteDotNet; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OSGeo.MapGuide.Test.Operations { /// <summary> /// The base class of all test executors using the MgResourceService /// </summ...
#pragma checksum "C:\Users\Yusuf\source\repos\Come\Come\Views\Questions\Details.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "f085365d87396e7f4eb5e76281a981b5dd619772" // <auto-generated/> #pragma warning disable 1591 [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore...
// Copyright 2022 Automate The Planet Ltd. // Author: Anton Angelov // 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 applicab...
namespace TTWork.Abp.Oss.UpYun { public static class OssSetting { public static class Upyun { public const string BucketName = "OssSetting.Upyun.BucketName"; public const string UserName = "OssSetting.Upyun.UserName"; public const string Password = "OssSe...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using Charlotte.Tools; namespace Charlotte { public static class ShowAnswer { public static void Perform(Moment[] route) { using (StreamWriter writer = new StreamWriter(@"C:\temp\route.html", false, Encodin...
/* * 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...
using System.Collections.Generic; using TCG.BusinessRules.Helper; using TCG.Models; namespace TCG.BusinessRules.ExtendedModels { public class WorkflowitemExtended { public int Id { get; set; } public string Name { get; set; } //public string ActivitySettings { get; set; } publ...
using System; using System.Net; using System.Net.Http; using System.Text; using System.Text.Json; using System.Threading.Tasks; namespace Uruk.Client { public class AuditTrailPushResponse { public AuditTrailPushResponse(EventTransmissionStatus status, HttpStatusCode httpStatusCode, string body) ...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.ServiceModel; using Cross.DataVault.Contracts.Data; namespace DataVaultService.AccountManagement { public class AccountManagementOrc : Cross.DataVault.Contracts.Services.IAccountManagement, IDisposable { ...
namespace Crossroads.Common { public class GlobalConstants { public const string AdminRole = "Admin"; public const string ModeratorRole = "Moderator"; } }
using System; using System.Collections.Generic; using System.Reflection; using System.Threading.Tasks; using AspNetCoreRateLimit; using DSharpPlus; using DSharpPlus.CommandsNext; using GarbageCan.Application; using GarbageCan.Application.Common.Configuration; using GarbageCan.Application.Common.Interfaces; using Garbag...
namespace Shorthand.RssFilter.Models { public class FeedItem { public FeedItem() { Filters = new FilterBase[0]; } public string Name { get; set; } public FilterBase[] Filters { get; set; } } }
@using MyCookbook.Web.ViewModels.Administration.CookingMethods.Edit @model CookingMethodsEditInputModel @{ this.ViewData["Title"] = "Редактиране на начина на приготвяне"; } <div class="text-center"> <h3>@this.ViewData["Title"]</h3> </div> <div class="text-danger"> @ViewData["Error"] </div> <hr class="b...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Text; namespace Yuebon.DataProcess.Dtos { /// <summary> /// 输出对象模型 /// </summary> [Serializable] public class Plug_sysrelationOutputDto { /// <summary> /// 设置或获取创建时间 ...
namespace SimplCommerce.Infrastructure.Models { /// <summary> /// Provides a base class for your objects which will be persisted to the database. /// Benefits include the addition of an Id property along with a consistent manner for comparing /// entities. /// Since nearly all of th...
using System; using UnityEngine; using UnityStandardAssets.CrossPlatformInput; namespace UnityStandardAssets.Vehicles.Car { [RequireComponent(typeof (CarController))] public class CarUserControl : MonoBehaviour { private float time = 0; private bool start = false; private CarControl...
using System.Windows; namespace PizzaMario.Views { /// <summary> /// Interaction logic for About.xaml /// </summary> public partial class About : Window { public About() { InitializeComponent(); } } }
#region License /* ************************************************************************************** * Copyright (c) Librame Pong All rights reserved. * * https://github.com/librame * * You must not remove this notice, or any other, from this software. * **************************************************...
using System.Windows; using WeifenLuo.WinFormsUI.Docking; namespace AVR.Debugger.Interfaces { public class WPFDocument : DockContent { public WPFDocument() { InitializeComponent(); } public WPFDocument(FrameworkElement element) { InitializeCompo...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Security.Permissions { public sealed partial class SiteIdentityPermission : CodeAccessPermission { public SiteIdentityPermission(PermissionState stat...
using System; using System.Collections.Generic; using System.Text; using DeBroglie.Models; using DeBroglie.Rot; using DeBroglie.Topo; namespace DeBroglie.Benchmark { // This is a moderate size "realistic" model taken from Tessera's sample public static class CastleModel { public static AdjacentMod...
using System; namespace AlphaTest.WebApi.Models.Tests { public class ChangeTimeLimitRequest { public TimeSpan? TimeLimit { get; set; } } }
using Microsoft.EntityFrameworkCore; using NetCoreKit.Infrastructure.EfCore.Db; namespace NetCoreKit.Samples.TodoAPI.Infrastructure.Db { public class TodoListDbContext : AppDbContext { public TodoListDbContext(DbContextOptions options) : base(options) { } } }
using OpenRasta.IO; using System.IO; using OpenRasta.Web; using System.Web; using Ramone.Tests.Common; using System.Text; namespace Ramone.Tests.Server.Handlers { public class FileHandler { public object Get() { MemoryStream s = new MemoryStream(Encoding.UTF8.GetBytes("Hello ÆØÅ")); return ne...
using System; using Core.ApplicationModels.Dtos.Stock; using Core.Entities.Catalog; namespace Core.ApplicationModels.Dtos.Catalog { public class ProductStockEntryDto : BaseEntityDto { public int ProductId { get; set; } public ProductDto Product { get; set; } public int StockEntr...
#region Copyright © 2020-2021 Vladimir Deryagin. 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 r...
using TronDotNet.ABI.Decoders; using TronDotNet.ABI.Encoders; namespace TronDotNet.ABI { public class AddressType : ABIType { public AddressType() : base("address") { //this will need to be only a string type one, converting to hex Decoder = new AddressTypeDecoder(); ...
@model Orchard.ContentFields.ViewModels.EditBooleanFieldViewModel @using Orchard.ContentFields.Settings; @{ var settings = Model.PartFieldDefinition.Settings.ToObject<BooleanFieldSettings>(); } <fieldset class="form-check"> <label class="form-check-label"> <input asp-for="Value" type="checkbox" class=...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Shapes; namespace SilverApp1 { ...
@using calcAPI2017.Areas.HelpPage.ModelDescriptions @model SimpleTypeModelDescription @Model.Documentation
@using PublicTransport.Core.Models.Lines @model LineRemoveStopToLineFormModel @{ ViewData["Title"] = $"Премахни спирка от линия № {@Model.Line.Name}"; } <h3 class="text-center">Ориентировъчен маршрут, който линията трябва да покрива:<br /><b>@Model.Line.Description</b></h3> <div class="row"> <div class="col-...
@using StackExchange.Opserver.Data.Elastic @{ var clusters = ElasticModule.Clusters; } <div> <h5 class="page-header">Please select an Elastic Cluster.</h5> <div class="row"> <div class="col-md-4 col-md-offset-4"> <div class="panel panel-default"> <div class="panel-headin...
// 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.ObjectModel; using Microsoft.Internal; using Microsoft.Internal.Collections; namespace Sys...
// *** 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...
/* * * (c) Copyright Ascensio System Limited 2010-2021 * * 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 la...
using System; using NewLife; using NewLife.Collections; using NewLife.Security; namespace NewLife.Security { /// <summary>密码提供者</summary> public interface IPasswordProvider { /// <summary>对密码进行散列处理,此处可以加盐,结果保存在数据库</summary> /// <param name="password"></param> /// <returns></returns...
// ---------------------------------------------------------------------- // <copyright file="SampleDocumentWithTableGeneratorUsingDatabinding.cs" author="Atul Verma"> // Copyright (c) Atul Verma. This utility along with samples demonstrate how to use the Open Xml 2.0 SDK and VS 2010 for document generation. They ...
// The MIT License (MIT) // // Copyright (c) Andrew Armstrong/FacticiusVir & xuri 2021 // // 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 limitatio...
@model LogMeIn.Models.ChangeForgottenPasswordModel @{ ViewBag.Title = "Change Password"; } <hgroup class="title"> <h1>@ViewBag.Title.</h1> <h2>Change password.</h2> </hgroup> @using (Html.BeginForm()) { @Html.AntiForgeryToken() @Html.ValidationSummary() <fieldset> <legend>Fo...
using System.Runtime.InteropServices; namespace LibGit2Sharp.Core { [StructLayout(LayoutKind.Sequential)] internal class GitPushOptions { public int Version = 1; public int PackbuilderDegreeOfParallelism; public GitRemoteCallbacks RemoteCallbacks; public GitProxyOptions Pro...
/* * 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 Microsoft.Extensions.Caching.Memory; namespace ApplicationState; public class ApplicationMemoryCache : IApplicationState { private readonly IMemoryCache _memoryCache; public ApplicationMemoryCache(IMemoryCache memoryCache) { _memoryCache = memoryCache ?? throw new ArgumentNullException(nam...
//------------------------------------------------------------------------------ // <auto-generated /> // // This file was automatically generated by SWIG (http://www.swig.org). // Version 3.0.8 // // Do not make changes to this file unless you know what you are doing--modify // the SWIG interface file instead. //-----...
// <copyright file="DynamicBuilderGetSetBehaviour.cs" company="Erratic Motion Ltd"> // Copyright (c) Erratic Motion Ltd. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // </copyright> namespace DynamicDto { using System; using Dynami...
/***********************************************************************************************\ * (C) KAL ATM Software GmbH, 2021 * KAL ATM Software GmbH licenses this file to you under the MIT license. * See the LICENSE file in the project root for more information. * * This file was created automatically as pa...
using JT808.Protocol.Extensions; using JT808.Protocol.MessageBody; using System; using System.Buffers; using System.Collections.Generic; using System.Text; namespace JT808.Protocol.JT808Formatters.MessageBodyFormatters { public class JT808_0x8803Formatter : IJT808Formatter<JT808_0x8803> { public JT808...
namespace King.ATrak.Models { /// <summary> /// Configuration Values /// </summary> public class ConfigValues : IConfigValues { #region Properties /// <summary> /// Create Snapshot /// </summary> public virtual bool CreateSnapshot { get; ...