text
stringlengths
1
932k
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschränkt) // All rights reserved. Licensed under the MIT license. // ============================...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>@ViewData["Title"] - JurisTempus</title> <link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" /> <link rel="stylesheet" href="~/css/site.css" /> ...
// *********************************************************************** // Assembly : Assembly-CSharp // Author : James Shen // Created : 03-18-2022 // // Last Modified By : James Shen // Last Modified On : 03-27-2022 // *********************************************************************...
using UnityEngine; using System.Text.RegularExpressions; public class Box { /** * Possible values for Margins: * * "auto" * "[int]px" * float between 0 and 1 inclusive */ private MarginType marginTypeTop = MarginType.AUTO; private MarginType marginTypeRight = MarginType.AUTO; private MarginType margin...
//------------------------------------------------------------------------------ // <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 Core.Cells; using Core.Enums; using NUnit.Framework; namespace Tests.Cells.AmazonCellTst { [TestFixture] public class AmazonCellDefaults { private AmazonCell fortressCell; [SetUp] public void Init() { fortressCell = new AmazonCell(1, 1); } [Test] ...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ExceptionDetails.cs" company="NBug Project"> // Copyright (c) 2011 - 2013 Teoman Soygul. Licensed under MIT license. // </copyright> // -----------------------------------------...
using Financier.DataAccess.Data; using Prism.Mvvm; namespace Financier.Desktop.Data { public class EntityWithTitleDto : BindableBase { private bool isActive; private string title; public EntityWithTitleDto(IActive proj) { this.Title = proj.Title; this.I...
using Dodo.Rebellions; using Dodo.SharedTest; using Dodo.Rebellions; using Microsoft.VisualStudio.TestTools.UnitTesting; using Resources; using System; using System.Threading.Tasks; using Common.Extensions; using System.Collections.Generic; using System.Linq; using Newtonsoft.Json.Linq; using Common; using Dodo.Working...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Xml; using System.Xml.XPath; namespace bv.model.ResourcesUsage { public class FormDescriptionList : IEnumerable<FormDescription> { private readonly List<...
namespace Tenray.Topaz.Core { internal enum ScopeType { Global, Block, /// <summary> /// Function Scope (Closure). /// This scope is frozen. /// Its variable dictionary is immutable. /// </summary> Function, FunctionInnerBlock, Cus...
// Copyright 2015 XLGAMES Inc. // // Distributed under the MIT License (See // accompanying file "LICENSE" or the website // http://www.opensource.org/licenses/mit-license.php) using System.ComponentModel.Composition; using System.ComponentModel; using System.Xml.Serialization; using System.Collections.Generic; using...
/* * ****************************************************************************** * Copyright 2014-2017 Spectra Logic Corporation. 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 i...
using SiteWatcher.Domain.DTOs.User; using SiteWatcher.Domain.Models.Common; namespace SiteWatcher.Application.Interfaces; public interface IUserDapperRepository { Task<UserViewModel> GetUserAsync(string googleId, CancellationToken cancellationToken); Task DeleteActiveUserAsync(UserId userId, CancellationToken...
using System; using System.Security.Principal; using ITVComponents.Plugins; namespace ITVComponents.WebCoreToolkit.Security.UserMappers { /// <summary> /// Implements a default UserNameMapper that only returns the name of the underlaying identity user /// </summary> public class SimpleUserNameMapper:I...
using System; namespace Comet.Samples { public class Issue133b : View { [State] readonly CreditCard Card; readonly State<bool> remember = false; public Issue133b() { Card = new CreditCard(); } [Body] View body() => new VStack(spacing: 20) { new BorderedEntry(Card.Number,"Enter CC Number...
using MediatR; using Microsoft.Extensions.Logging; using shockz.msa.ordering.application.Exceptions; namespace shockz.msa.ordering.application.Behaviors { public class UnhandledExceptionBehavior<TRequest, TResponse> : IPipelineBehavior<TRequest, TResponse> where TRequest : IRequest<TResponse> { private readon...
using System.Reflection; // // 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("C# Script engine Windows executable")] [assembly: AssemblyDescription("C# S...
// ***************************************************************************** // BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE) // © Component Factory Pty Ltd, 2006 - 2016, All rights reserved. // The software and associated documentation supplied hereunder are the // prop...
[DefaultMemberAttribute] // RVA: 0xBF100 Offset: 0xBF201 VA: 0xBF100 private class ExpandoObject.ExpandoData // TypeDefIndex: 2728 { // Fields internal static ExpandoObject.ExpandoData Empty; // 0x0 internal readonly ExpandoClass Class; // 0x10 private readonly object[] _dataArray; // 0x18 private int _version; //...
// *** 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...
namespace AlphaVantage.Net.Common { public static class ApiQueryConstants { public const string AlfaVantageUrl = "https://www.alphavantage.co/query"; public const string FunctionQueryVar = "function"; public const string ApiKeyQueryVar = "apikey"; public const...
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // 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 restrictio...
using CommandLine; using Luban.Client.Common.Net; using Luban.Client.Common.Utils; using Luban.Client.Utils; using Luban.Common.Protos; using Luban.Common.Utils; using Luban.Job.Common.Utils; using Luban.Server; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Thr...
using System; namespace Web.Services.Interfaces { public interface IUriService { Uri GetPaginatedUri(int pageNumber, int pageSize); } }
using GroupDocs.Total.MVC.Products.Signature.Config; namespace GroupDocs.Total.MVC.Products.Signature.Entity.Directory { /// <summary> /// ImageDataDirectoryEntity /// </summary> public class ImageDataDirectoryEntity : DataDirectoryEntity { private string UPLOADED_IMAGE = "/Uploaded"; ...
//------------------------------------------------------------------------------ // <auto-generated> // このコードはツールによって生成されました。 // ランタイム バージョン:4.0.30319.42000 // // このファイルへの変更は、以下の状況下で不正な動作の原因になったり、 // コードが再生成されるときに損失したりします。 // </auto-generated> //---------------------------------------------------------...
//******************************************************************************************************************************************************************************************// // Copyright (c) 2021 @redhook62 (adfsmfa@gmail.com) ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; namespace Toastmasters.Web { public class Program { ...
// Floater v0.0.2 // by Donovan Keith // // [MIT License](https://opensource.org/licenses/MIT) using UnityEngine; using System.Collections; // Makes objects float up & down while gently spinning. public class Floater : MonoBehaviour { // User Inputs public float degreesPerSecond = 15.0f; public float ampl...
// CS8093: An argument to nameof operator cannot be extension method group // Line: 35 using System; public class A { } namespace N1 { public static class X { public static string Extension (this A a, long x) { return null; } public static string Extension (this A a, int x) { return null; } }...
// 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.Globalization; /// <summary> ///System.IConvertible.ToByte(System.IFormatProvider) /// </s...
using System.ComponentModel.DataAnnotations; namespace WebChatBuilderModels.Models { public class UserData { [Key] public long UserDataId { get; set; } public string FromUrl { get; set; } public string IpAddress { get; set; } public string UserAgent { get; set; } ...
using System; namespace Cadastro.Ciente.Dto { public class ClienteCrmallDto { public int Id { get; set; } public string Nome { get; set; } public DateTime DataDeNascimento { get; set; } public string DataDeNascimentoString => DataDeNascimento.ToString("dd/MM/yyyy"); pub...
@using Microsoft.AspNetCore.Identity @using EventManagement.Web @using EventManagement.Web.Models @using EventManagement.Web.Models.AccountViewModels @using EventManagement.Web.Models.ManageViewModels @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
namespace NLog.Fluentd { public interface IFluentdTarget { /// <summary> /// Sets the Host of the Fluentd instance which will receive the logs /// </summary> string Host { get; set; } /// <summary> /// Sets the Port for the connection /// </summary> ...
//------------------------------------------------------------------------------ // <copyright file="ExportableAttribute.cs" // company="Scott Dorman" // library="Cadru"> // Copyright (C) 2001-2020 Scott Dorman. // </copyright> // // <license> // Licensed under the Microsoft Public License (Ms-PL) (the "Licens...
using Orleans; using Orleans.CodeGeneration; using Orleans.Serialization; using System; using TestExtensions; using Xunit; namespace Tester.SerializationTests { [Collection(TestEnvironmentFixture.DefaultCollection)] public class NonStaticSerializerTests { private readonly TestEnvironmentFixture fix...
using System; using SLua; using System.Collections.Generic; [UnityEngine.Scripting.Preserve] public class Lua_UnityEngine_Collision : LuaObject { [SLua.MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] [UnityEngine.Scripting.Preserve] static public int constructor(IntPtr l) { try { #if DEBUG var method =...
// 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.Collections.Immutable; using System.Linq; using System...
using Hangfire.Annotations; using Hangfire.Dashboard; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace WebClient.Filters { /// <summary> /// Hangfire面板管理权限 /// </summary> public class HangfireDashboardAuthorizeFilter : IDashboardAuthorizationFi...
using CharacterGen.Domain.Tables; using CharacterGen.Feats; using CharacterGen.Skills; using NUnit.Framework; namespace CharacterGen.Tests.Integration.Tables.Feats.Requirements.Skills { [TestFixture] public class NegotiatorSkillRankRequirementsTests : AdjustmentsTests { protected override string t...
using Grit.Utility.Security; using Passport.Model; using Passport.Web.Models; using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace Passport.Web.Controllers { public class MemberController : AuthorizeController { private IPassportClientSer...
// .NET Framework 4.5.2 namespace Shos.SqlAdapter { using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; static clas...
// 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.At...
using System; using System.Collections.Generic; using System.Text; using WPF.Services.Navigation.Common; using WPF.Stores.Navigation; namespace WPF.Services.Navigation { class CloseModalNavigationService : INavigationService { private readonly ModalNavigationStore _modalNavigationStore; publi...
using System; using System.ComponentModel.DataAnnotations; using System.Globalization; namespace GigHub.Models { public class FutureTime : ValidationAttribute { public override bool IsValid(object value) { DateTime dateTime; var isValid = DateTime.TryParseExact(Convert....
using System; using System.Collections.Generic; using UnityEditor; namespace JakePerry.Unity { // TODO: Move this class to another project public static class SerializedObjectUtilities { /// <summary> /// Enumerates all direct children of the given property; that is, all children with ...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的一般信息由以下 // 控制。更改这些特性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("ShaderlabVS.LexData")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: As...
using Azure.Storage.Blobs; using GreetingService.Core.Entities; using GreetingService.Core.Interfaces; using Microsoft.Extensions.Configuration; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reflection.Metadata; using System.Text; using System.Text.Json; u...
using System.IO; using System.Runtime.Serialization; using GameEstate.Formats.Red.CR2W.Reflection; using FastMember; using static GameEstate.Formats.Red.Records.Enums; namespace GameEstate.Formats.Red.Types { [DataContract(Namespace = "")] [REDMeta] public class BTTask_DebugLogDef : IBehTreeTaskDefinition { [Or...
using Xamarin.Forms; namespace SalesWorkforce.MobileApp.Views { public partial class CustomerCreatePage : MobileContentPageBase { public CustomerCreatePage() { InitializeComponent(); } } }
using Microsoft.VisualStudio.TestTools.UnitTesting; using PnP.Core.Model.SharePoint; using PnP.Core.Test.Utilities; using System.Linq; using System.Threading.Tasks; namespace PnP.Core.Test.Base { /// <summary> /// Tests that focus on Graph vs Rest interoperabilty /// </summary> [TestClass] public ...
namespace WKPDFGen.Settings; public partial class PdfSettings: IUserSettings { /// <summary> /// The URL or path of the web page to convert, if "-" input is read from stdin. Default = "" /// </summary> [WkHtmlSettings("page")] public string? Page { get; set; } /// <summary> /// Should exte...
using System.Collections.Generic; using Orchard.Environment.Extensions.Models; using Orchard.Security.Permissions; namespace Orchard.Blogs { public class Permissions : IPermissionProvider { public static readonly Permission ManageBlogs = new Permission { Description = "Manage blogs for others", Name = "Ma...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Data.Entity.Infrastructure.Annotations; using System.Data.Entity.Migrations.Model; using System.Data.Entity.SqlServer; namespace ServiceLibrary.DbModels.Helpers { internal class Defaul...
using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Threading; using System.Threading.Tasks; using Microsoft.VisualStudio.TestTools.UnitTesting; using TableDependency.Abstracts; using TableDependency.Enums; using TableDependency.EventArgs; using TableDependency.SqlClient.BaseTes...
using System.Collections; using System.Collections.Generic; using UnityEngine; using TMPro; public class SnakeView : CanvasView { public TextMeshProUGUI CountText; public void SetScore(int n) { CountText.SetText(string.Format("x{0:000}", n)); } }
// ***************************************************************************** // BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE) // © Component Factory Pty Ltd, 2006 - 2016, All rights reserved. // The software and associated documentation supplied hereunder are the // prop...
/***********************************************************************************************\ * (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. * \*******************************************...
using System.Data.Entity; namespace WingtipToys.Models { public class ProductContext : DbContext { public ProductContext() : base("WingtipToys") { } public DbSet<Category> Categories { get; set; } public DbSet<Product> Products { get; set; } public...
// 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.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Build.Shared; namespace Microsoft.Build.Evaluation { /// <su...
//---------------------------------------------------------------- // MetadataColumnEntity.cs // Copyright SimplyCast 2014 // This projected is licensed under the terms of the MIT license. // (see the attached LICENSE.txt). //---------------------------------------------------------------- using System; using System...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class DataControl : MonoBehaviour { //static DataControl instance; ////HP //private float maxHealth = 50f; //最大健康值 //private float currentHealth; ...
using System; using System.Linq; namespace SuperCalcCore { public enum UnitVarType { Unit, Variable, Both } }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Quiz { class Program { static void Main(string[] args) { Console.WriteLine("Какой сейчас год?"); int answer1 = int.Parse(Console.ReadLine()); ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using UnityEngine; class GlassMesh:MonoBehaviour { private Mesh mesh; MeshFilter filter; float width; float height; float t = 0; float timer = 0; public float delte = 0.1f; public float MIN,MAX = ...
using GorillaCosmetics.Data; using GorillaNetworking; using Photon.Realtime; using System; using System.Collections.Generic; using System.Text; using UnityEngine; namespace GorillaCosmetics { public class CustomCosmeticsController : MonoBehaviour, ICustomCosmeticsController { public int MatIndex { get; private se...
using System; using System.Globalization; using System.Linq; using System.Reflection; namespace ASB.WebAPIs.Areas.HelpPage.ModelDescriptions { internal static class ModelNameHelper { // Modify this to provide custom model name mapping. public static string GetModelName(Type type) { ...
using System; using System.Collections; using System.Collections.Generic; namespace LinkedList { public class DoublyLinkedList<T> : IEnumerable<T> { private ListNode<T> head; private ListNode<T> tail; public T this[int index] { get { ...
/****************************************************************************** * Foundation Framework * Created by: Travis J True, 2018 * This framework is free to use with no limitations. ******************************************************************************/ using System; using System.Collections.Generi...
// Generated by gencs from std_msgs/Time.msg // DO NOT EDIT THIS FILE BY HAND! using System; using System.Collections; using System.Collections.Generic; using SIGVerse.ROSBridge; using UnityEngine; namespace SIGVerse.ROSBridge { namespace std_msgs { [System.Serializable] public class Time : ROSMessage { ...
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from um/d3d12.h in the Windows SDK for Windows 10.0.22000.0 // Original source is Copyright © Microsoft. All rights reserved. using System; namespace TerraFX.Int...
using BenchmarkDotNet.Attributes; using BenchmarkDotNet.Jobs; using NUnit.Framework; using System; using System.Collections.Generic; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace Aardvark.Base.Benchmarks { // Testing variants for indexer methods for matrix and vector types....
#region 类信息 /*================================================================= * Author: 王盈攀 * CreatedTime: 2019-9-19 23:07:04 * Description: <功能描述> * * Modified By : <更新人> * ModifiedTime: 2019-9-19 23:07:04 * ModifiedNote: ===================================================================*/ #endregion using System...
@{ ViewData["Title"] = @Model.Title; } @model NIDashboard.Models.Post.PostIndexModel <div class="container"> <div class="row"> <h2 class="col text-primary"> @Model.Title </h2> <a asp-controller="Section" asp-action="Topic" asp-route-id=@Model.SectionId class="btn btn-outli...
using System.Collections.Generic; using Microsoft.Xna.Framework.Graphics; using StardewModdingAPI.Events; using StardewValley.Menus; namespace CJBCheatsMenu.Framework.Cheats { /// <summary>A cheat that can be configured and applied through CJB Cheats Menu.</summary> internal interface ICheat { /***...
/* * 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...
//////////////////////////////////////////////////////////////////////////////// //NUnit tests for "EF Core Provider for LCPI OLE DB" // IBProvider and Contributors. 15.05.2021. using System; using System.Data; using System.ComponentModel.DataAnnotations; using System.ComponentMode...
namespace Nya.Configuration { class EndpointData { public string selected_SFW_Endpoint { get; set; } public string selected_NSFW_Endpoint { get; set; } } }
/* **************************************************************************** * * Copyright (c) Microsoft Corporation. * * This source code is subject to terms and conditions of the Microsoft Public License. A * copy of the license can be found in the License.html file at the root of this distribution. If * ...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="RotateBounded.cs" company="James Jackson-South"> // Copyright (c) James Jackson-South. // Licensed under the Apache License, Version 2.0. // </copyright> // <summary> // Enc...
using System; using System.Web.Http; using EKYC.DesktopTool; using EKYC.DesktopTool.Api.Models; using EKYC.DesktopTool.Sensors; using EKYC.DesktopTool.Sensors.Secugen; using Newtonsoft.Json.Linq; using Sentry; namespace EKYC.DesktopTool.Api { public partial class EKYCController : ApiController { [Http...
@using Abp.MultiTenancy @using MAPPhoneBook.Web.Models.Common.Modals @using MAPPhoneBook.Web.Views.Shared.Components.TenantChange @model ChangeModalViewModel @{ Layout = null; } @Html.Partial("~/Views/Shared/Modals/_ModalHeader.cshtml", new ModalHeaderViewModel(L("ChangeTenant"))) <div class="modal-body"> <fo...
using System; using System.Collections.Generic; using SeniorBlockchain.Features.Consensus.Rules.CommonRules; using SeniorBlockchain.Features.Consensus.Rules.ProvenHeaderRules; using SeniorBlockchain.Features.Consensus.Rules.UtxosetRules; using SeniorBlockchain.Features.MemoryPool.Rules; using Rutanio.Networks.Policies;...
using Newtonsoft.Json; using System.IO; namespace PokeBrowser.Foundation { public static class JsonExtensions { /// <summary> /// Jsonファイルへの出力 /// </summary> /// <typeparam name="T"></typeparam> /// <param name="obj"></param> /// <param name="path"></param> ...
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Dedox.Tests { [TestClass] public class MethodCommentsTest : CommentsTest { [TestMethod] public void StripsBasicPattern() { const string text = @" public class Launchpad { /// <summary> //...
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using Epi; using Epi.Fields; using Epi.Windows.Dialogs; namespace Epi.Windows.MakeView.Dialogs.FieldDefinitionDialogs { /// <summary> /// The Field Definition dialog /// </summary> pu...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated....
// 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. namespac...
/* * 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 (c) 2020-2021 Eli Aloni (a.k.a elix22) // Copyright (c) 2008-2021 the Urho3D project. // // 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 withou...
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Text; using System.Threading.Tasks; namespace LightController { public class LifxFluent { private const string STATES_UPDATE_URL = "https://api.lifx.com/v1...
// *** 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...
/* * 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.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using HIVCE.BusinessLayer; using HIVCE.Common; using System.Configuration; namespace HIVCE.Presentation { public partial class ARTReadinessAssessment : System.Web.UI.Page ...
using Newtonsoft.Json; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Threading.Tasks; using ArkBot.Configuration; using ArkBot.Configuration.Validation; using Discord...
using System; namespace AbstractFactoryDesignPattern { // Creating Abstract product public interface Investment { string FD(double amount); string MF(double amount); } // Creating Concrete Product public class SBI : Investment { public string FD(double amount) ...
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fi...
using System; namespace Springburg.Cryptography.OpenPgp.Packet.Signature { class SignatureExpirationTime : SignatureSubpacket { public SignatureExpirationTime(bool critical, bool isLongLength, byte[] data) : base(SignatureSubpacketTag.SignatureExpirationTime, critical, isLongLength, data) ...