text
stringlengths
1
932k
// 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.Compute.Fluent { using Microsoft.Azure.Management.Compute.Fluent.Models; using Microsoft.Azure.Management.ResourceMan...
//------------------------------------------------------------------------------ // <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.Net.Http; using System.Threading.Tasks; namespace Async_Kursach.Fundamentals { /// <summary> /// Access Agify API /// </summary> public class AgeByName { /// <summary> /// Loads specific value /// </summary> public static async Task<AgeByNameModel> LoadValue(string text) { ...
namespace MvcTemplate.Common.Mapping { // ReSharper disable once UnusedTypeParameter public interface IMapTo<T> { } }
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System.Collections; using System.Collections.Generic; using UnityEngine; /// <summary> /// Namespace to separate the placeholder triangulation and interpolati...
/* * convertapi * * Convert API lets you effortlessly convert file formats and types. * * OpenAPI spec version: v1 * * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using NUnit.Framework; using System; using System.Linq; using System.IO; using System.Collections.Generic; using Cloudme...
using HepsiBlog.Domain.UnitOfWork; using Microsoft.Extensions.DependencyInjection; using HepsiBlog.Infrastructure.UnitOfWorks; using HepsiBlog.Domain.Repository; using HepsiBlog.Infrastructure.Repository; using HepsiBlog.Infrastructure.Context; using Microsoft.EntityFrameworkCore; namespace HepsiBlog.Infrastructure.M...
using System; using System.Globalization; using ClearHl7.Helpers; namespace ClearHl7.V282.Segments { /// <summary> /// HL7 Version 2 Segment ADD - Addendum. /// </summary> public class AddSegment : ISegment { /// <summary> /// Gets the ID for the Segment. This property is read-onl...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information. #nullable enable using System; using System.Collections.Generic; using System.Diagnostics; using System.Dia...
using System; using System.Runtime.InteropServices; using static SDL2.SDL_blendmode; using static SDL2.SDL_error; using static SDL2.SDL_surface; using static Imagini.ErrorHandler; using System.Drawing; using Imagini; using static SDL2.SDL_rect; using System.Diagnostics.CodeAnalysis; using Imagini.Core.Internal; names...
/* dotNetRDF is free and open source software licensed under the MIT License ----------------------------------------------------------------------------- Copyright (c) 2009-2012 dotNetRDF Project (dotnetrdf-developer@lists.sf.net) Permission is hereby granted, free of charge, to any person obtaining a copy of this ...
using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows; using SharpRaven; using System.Reflection; namespace Articulate { /// <summary> /// Interaction logic ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; namespace Functions { public static partial class MathTests { // Tests MathF.Sinh(float) over 5000 iterations for the domain -1, +1 private co...
#pragma warning disable 1591 //------------------------------------------------------------------------------ // <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 regenerate...
using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Linq; using System.Threading.Tasks; using System.Windows; namespace MultiboardClient { /// <summary> /// Interaction logic for App.xaml /// </summary> public partial class App : Application ...
using System; using System.Collections.Generic; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Content; using Game.Managers; namespace Game.Drawing_Objects { class SkyBox { #region Member Variables GraphicsDevice m_device; ...
 namespace StockMaintenanceSystem { partial class MaintenanceList { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summar...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. extern alias Async; using System.Collections.Generic; using System.Threading.Tasks; using BuildXL.Cache.ContentStore.Interfaces.Results; using BuildXL.Cache.ContentSto...
namespace Turquoise.Models.Mongo { public class Label { public Label() { } public Label(string key, string value) { this.Key = key; this.Value = value; } public string Key { get; set; } public string Value { get; set; } ...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 組件的一般資訊是由下列的屬性集控制。 // 變更這些屬性的值即可修改組件的相關 // 資訊。 [assembly: AssemblyTitle("Credit.Database")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: Asse...
// 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. // // Revision history: // // PS - December 2014 - Created this file. // using System.Reflection; namespace Syste...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Linq; using Xunit; namespace System.Composition.Hosting.Core.Tests { public class CompositionHostTests { [Fact] ...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using Lab6.Exceptions; using Lab6.Models; using Lab6.Repositories; namespace Lab6.Services { public class CourseService : ICourseService { private readonly ICourseRepository _courseRepository; private readonly...
/* * Apache License, Version 2.0 * Copyright 2019-2021 NVIDIA Corporation * * 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 * * Unl...
using System.Threading.Tasks; namespace Backend.Services { public interface IAppInsightsService { Task<bool> Validate(string appInsightsAppId, string encryptedKey); } }
/* Implementation of Pebble's built-in List<V> type. See Copyright Notice in LICENSE.TXT This library is automatically registered (see CoreLib.cs). Programs don't need to register it manually. */ using System; using System.Collections.Generic; using ArgList = System.Collections.Generic.List<Pebble.ITypeDef>; names...
using System; using System.Data; using System.Configuration; using System.Collections; using System.Collections.Specialized; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; ...
/* * Copyright 2012-2013 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 "...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Data; using System.Data.SqlClient; using System.Linq; using System.Reflection; namespace EntityFrameworkExtras { internal class StoredProcedureParser { private static readonly StoredProcedureParserHelper ...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; public class MenuEvents : MonoBehaviour { public void PlayGame() { SceneManager.LoadScene("Fase1"); } public void ExitGame() { Application.Quit(); } }
using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Data; using System.Windows.Forms; using GeoEngine.Core.GXNetX; using GeoEngine.Core.GXNetX.Windows; namespace TestXToolControl { /// <summary> /// Summary description for XToolControl /// </summary> pub...
using System.ComponentModel.DataAnnotations; using Abp.Application.Services.Dto; using Abp.Authorization.Roles; using MAPPhoneBook.Authorization.Roles; namespace MAPPhoneBook.Roles.Dto { public class RoleEditDto: EntityDto<int> { [Required] [StringLength(AbpRoleBase.MaxNameLength)] pub...
public static partial class ToonLibrary { public static partial class Animations { public static class PullWithoutRootMotion { public const string Name = "Pull Without Root Motion"; public const string ParentName = Idle.Name; public static class Events ...
#region BSD License /* * Use of this source code is governed by a BSD-style * license that can be found in the LICENSE.md file or at * https://github.com/Wagnerp/Krypton-Toolkit-Suite-Extended-NET-5.471/blob/master/LICENSE * */ #endregion using System; using System.ComponentModel; using System.Drawing; using Sys...
using System.Collections.Generic; using System.Text.RegularExpressions; using Microsoft.Recognizers.Definitions; using Microsoft.Recognizers.Definitions.Spanish; using Microsoft.Recognizers.Text.Number; using Microsoft.Recognizers.Text.Number.Spanish; using Microsoft.Recognizers.Text.Utilities; namespace Microsoft.Re...
using System; using System.Xml.Serialization; namespace Alipay.AopSdk.Domain { /// <summary> /// OpenPromoBudget Data Structure. /// </summary> [Serializable] public class OpenPromoBudget : AopObject { /// <summary> /// 预算数量,支持1~999999999之间。默认为999999999 /// </summary> ...
using System.Text; using System.Threading.Tasks; using API.Middleware; using API.SignalR; using Application.Activities; using Application.Interfaces; using Application.Profiles; using AutoMapper; using Domain; using FluentValidation.AspNetCore; using Infrastructure.Photos; using Infrastructure.Security; using MediatR;...
using System; using System.Linq.Expressions; using System.Runtime.Serialization; using System.Text; using Zyan.InterLinq.Expressions.Helpers; namespace Zyan.InterLinq.Expressions { /// <summary> /// A serializable version of <see cref="ParameterExpression"/>. /// </summary> [Serializable] [DataContract] public ...
//------------------------------------------------------------------------------ // <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...
// 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.ComponentModel; using System.IO; using Xunit; namespace System.Drawing.Design.Tests { p...
// Copyright (c) Josef Pihrt and Contributors. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Diagnostics; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSha...
namespace MarketingBox.AffiliateApi.Domain.Models { public interface IHelloMessage { string Message { get; set; } } }
@using SemanticBootstrap.Models @model LoginViewModel @{ ViewBag.Title = "Log in"; } <h2>@ViewBag.Title.</h2> <div class="row"> <div class="col-md-8"> <section id="loginForm"> @using (Html.BeginForm("Login", "Account", new { ReturnUrl = ViewBag.ReturnUrl }, FormMethod.Post, new { @class = ...
using System.Collections.Generic; using Translate.Core.Translator.Entities; namespace Translate.Core.Translator { public interface ITranslator { //string Translate(string text, string from, string to); /// <summary> /// To get translate service's name /// </summary> //...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Xamarin.Forms; using Xamarin.Forms.Xaml; namespace RanchApp { public partial class WorkWithAnimalsPage : ContentPage { public WorkWithAnimalsPage() { Initializ...
/* Copyright 2017 Coin Foundry (coinfoundry.org) Authors: Oliver Weichhold (oliver@weichhold.com) 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 ...
using UnityEngine; using System.Collections; public class GuiPlayerPoints { private PlayerPoints data; private GuiPlayerPointsTextFormatter textFormatter; public PlayerPoints Data { get { return data; } } public GuiPlayerPoints(PlayerPoints data) { this.data = data; useText(GuiPlayerPointsTextType.N...
using System; using System.Collections.Generic; using UnityEditor; using Object = UnityEngine.Object; namespace LostPolygon.SpriteSharp.Serialization.Internal { internal static class UnitySerializationUtility { public static Object DeserializeAssetDatabaseObject(string guid, int localIdentifier) { ...
/* * Copyright (c) Dominick Baier. All rights reserved. * * This code is licensed under the Microsoft Permissive License (Ms-PL) * * SEE: http://www.microsoft.com/resources/sharedsource/licensingbasics/permissivelicense.mspx * */ using System; using Thinktecture.IdentityServer.Repositories; namespace Thin...
#region Copyright (C) 2005 - 2009 Giacomo Stelluti Scala // // Command Line Library: ReflectionUtil.cs // // Author: // Giacomo Stelluti Scala (gsscoder@ymail.com) // // Copyright (C) 2005 - 2009 Giacomo Stelluti Scala // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this softw...
using System.Globalization; // ----------------------------------------------------------------------- // <copyright file="AnimationFactory.cs" company="Mort8088 Games"> // Copyright (c) 2012-22 Dave Henry for Mort8088 Games. // </copyright> // ----------------------------------------------------------------------- u...
namespace tSQLtTestAdapter.Helpers { public enum TestFileChangedReason { None, Added, Removed, Changed, } public class TestFileChangedEventArgs : System.EventArgs { public string File { get; private set; } public TestFileChangedReason ChangedReason { ...
using System.Collections.Generic; using System.Text; namespace Jerrycurl.Text { internal static class StringBuilderExtensions { #if NET20_BASE public static StringBuilder AppendJoin<T>(this StringBuilder builder, string separator, IEnumerable<T> values) => builder.Append(string.Join(separa...
using System; using System.Collections.Generic; using System.Text; using Microsoft.AspNetCore.Identity.EntityFrameworkCore; using Microsoft.EntityFrameworkCore; namespace lab_05_asp_demo.Data { public class ApplicationDbContext : IdentityDbContext { public ApplicationDbContext(DbContextOptions<Applica...
@model ExternalProviderButtonModel <a href="@Model.Url" class="btn btn-primary btn-raised btn-external-provider btn-external-provider-@Model.AuthenticationScheme"> @(Model.TextPrefix ?? "Sign in with") @Model.ProviderDisplayName </a>
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace GuestBook_WebRole { public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } } }
@using Orchard.Comments.Models; @{ CommentPart commentPart = Model.CommentPart; string approveUrl = Model.CommentApproveUrl; string moderateUrl = Model.CommentModerateUrl; string deleteUrl = Model.CommentDeleteUrl; } <br /> @T("A new comment is available.") <br /> @T("From: {0}", commentPart.UserName...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Test { using System; internal class App { private static byte s_b; private static void Func(ref String s) { } private sta...
using System; namespace OpenVIII { internal sealed class RFACEDIROFF : JsmInstruction { private IJsmExpression _arg0; public RFACEDIROFF(IJsmExpression arg0) { _arg0 = arg0; } public RFACEDIROFF(Int32 parameter, IStack<IJsmExpression> stack) :...
namespace Masb.Languages.Experimentals.PolyMethodic { public interface IExpressionNode { } }
/* * 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 FluentValidation; using Infrastructure.Application.Command; namespace Service.GameServer.Application.Commands.MoveElement.Validation { public class MoveElementCommandValidator: CommandValidator<MoveElementCommand> { public MoveElementCommandValidator() { RuleFor(x => x.RoomId...
 namespace Agridea { public interface IRandomGenerator { void Seed(int seed); void SeedWithClock(); int Next(); int Next(int inf, int sup); bool Next(int prob); } }
namespace Hyperledger.Aries.AspNetCore.Features.Wallets { using Microsoft.AspNetCore.Mvc; using Swashbuckle.AspNetCore.Annotations; using System.Net; using System.Threading.Tasks; using Hyperledger.Aries.AspNetCore.Features.Bases; public class ResetWalletEndpoint : BaseEndpoint<ResetWalletRequest, ResetWal...
using System; using Prometheus.Contrib.Core; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Threading; using Prometheus.Contrib.Options; namespace Prometheus.Contrib.Diagnostics { public class SqlClientListenerHandler : DiagnosticListenerHandler {...
using System; using Android.App; using Android.Content.PM; using Android.Runtime; using Android.Views; using Android.Widget; using Android.OS; namespace PlatformBitmaps.Droid { [Activity(Label = "PlatformBitmaps", Icon = "@drawable/icon", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = Co...
#pragma checksum "D:\Github\FernandoCalmet\CS-ASPNET-Core-MVC-Permission-Management\PermissionManagement.MVC\Views\Shared\_Layout.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "088980ab0c4ce8d323ba486e3d8e81bccaea4485" // <auto-generated/> #pragma warning disable 1591 [assembly: global::Microsoft.AspNetCore.Razor.Ho...
@using CellopointAddin.Web.Startup @{ ViewBag.Title = L("Settings"); ViewBag.CurrentPageName = PageNames.Settings; } <h3> 1.1Mail Archiver/SEG系統的 IP地址 (IPv4 / IPv6)<br /> 1.2开启/关闭功能,可选择是否要开启各项功能。例如可选择不开放垃圾信回报,或不开放下载信件等等。<br /> 1.3连线Timeout时间<br /> 1.4其他必要之设定<br /> </h3>
// // Copyright 2010, Novell, Inc. // Copyright 2011, 2012 Xamarin Inc // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to...
using WDE.Common.Managers; using WDE.SmartScriptEditor.Data; using WDE.SmartScriptEditor.Models; namespace WDE.SmartScriptEditor.Inspections { public class IndentationInspection : IEventInspection { public InspectionResult? Inspect(SmartEvent e) { int indentation = 0; fo...
using System; using System.Collections.Generic; using System.Linq; using Force.DeepCloner; using RiotGamesApi.Enums; using RiotGamesApi.Libraries.Lol.Enums; namespace RiotGamesApi.RateLimit.Property { public class RLolApiMethodName { private List<LolApiMethodName> _apiNames; private object _lo...
using BattleTech.UI; using Harmony; using CustomActivatableEquipment; using System.Reflection; using BattleTech; using UnityEngine; using CustAmmoCategories; using System; using System.Collections.Generic; namespace CustomActivatablePatches { [HarmonyPatch(typeof(CombatAuraReticle))] [HarmonyPatch("DesiredAuraPr...
namespace Skoruba.IdentityServer4.Admin.Configuration.SeedModels { public class Claim { public string Type { get; set; } public string Value { get; set; } } }
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("Mic...
// <auto-generated /> namespace CSA_Project.Migrations { using System.CodeDom.Compiler; using System.Data.Entity.Migrations; using System.Data.Entity.Migrations.Infrastructure; using System.Resources; [GeneratedCode("EntityFramework.Migrations", "6.1.3-40302")] public sealed partial class a...
@model IImportsA.Models.SetPasswordViewModel @{ ViewBag.Title = "Create Password"; } <h2>@ViewBag.Title.</h2> <p class="text-info"> You do not have a local username/password for this site. Add a local account so you can log in without an external login. </p> @using (Html.BeginForm("SetPassword", "Manage"...
using System; using System.Linq; using Amazon.Messages.Commands; using Amazon.Store.Data.Context; using Amazon.Store.Data.Models; using NServiceBus; namespace Amazon.Store.Handlers { class AddItemToCartHandler : IHandleMessages<AddItemToCartCommand> { public void Handle(AddItemToCartCommand message) ...
using System; namespace GraphQL.Conversion { // https://github.com/JasperFx/baseline/tree/master/src/Baseline/Conversion public interface IConversionProvider { /// <summary> /// Given the type argument, either return a /// Func that can parse a string into that Type /// or ...
using UnityEngine; namespace Player{ public class PlayerKeyInventory : MonoBehaviour{ private static int _keyCountInInventory = 0; public static int KeyCount { get => _keyCountInInventory; } public static void AddOneKey() { _keyCountInInv...
// *** WARNING: this file was generated by crd2pulumi. *** // *** 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.Kubernetes.Types.O...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using Mono.Cecil; using Mono.Cecil.Cil; using Mono.Cecil.Rocks; using Mono.Collections.Generic; using NullGuard; public partial class ModuleWeaver { const string ReturnValueOfMethodIsNull = "[NullGuard] Return value of m...
@using System.Web.Optimization @{ Layout = "../_Layout.cshtml"; } <div ng-app="app" ng-controller="scriptController"> <div id="main-container" class="container" style="display:table;"> <div class="row"> <!-- loader --> <div class="loader" ng-show="showLoader"...
// 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.Win32.SafeHandles; using System; using System.Runtime.InteropServices; internal static partial clas...
// // Copyright (c) 2008-2011, Kenneth Bell // // 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, ...
using System; using System.Collections.Generic; using System.Text; using EventStore.ClientAPI; using EventStore.Common.Utils; using EventStore.Transport.Http.Codecs; namespace EventStore.TestClient.Commands.RunTestScenarios { internal static class JsonEventContainer { public static EventData ForEvent(object @event...
// *** WARNING: this file was generated by the Pulumi SDK Generator. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; namespace Pulumi.Azur...
using System; using System.Collections.Generic; using System.Linq; using System.Reactive.Linq; using System.Threading.Tasks; using SharpBrick.PoweredUp.Protocol; using SharpBrick.PoweredUp.Protocol.Knowledge; using SharpBrick.PoweredUp.Protocol.Messages; using SharpBrick.PoweredUp.Utils; namespace SharpBrick.PoweredUp...
// 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.ComponentModel.Composition.AttributedModel; using System.ComponentMod...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Data.Common; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Runtime.ConstrainedExecution; namespace System.Data.Odbc { internal seale...
// Graph Engine // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.md file in the project root for full license information. // using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using Trinity; using Trinity.Storage...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class KediKontrol : MonoBehaviour { [SerializeField] [Range(0,20)] private float hiz; [SerializeField] [Range(0, 100)] private float ziplamaHiz; float horizontal; float har...
namespace MSR.CVE.BackMaker { public class SampleHTMLWriterConstants { public static string Body(string showDefaultLayerName, string checkboxesHTML, string crunchedFilename) { return string.Concat(new[] { "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD XHTML 1.0 Tran...
namespace Microsoft.ApplicationInsights.Web { using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Web; using Extensibility.Implementation.Tracing; using Microsoft.ApplicationInsights.Com...
// EasyHook (File: EasyHookSvc\InjectionService.cs) // // Copyright (c) 2009 Christoph Husse & Copyright (c) 2015 Justin Stenning // // 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...
/* * THIS FILE WAS GENERATED BY PLOTLY.BLAZOR.GENERATOR */ using System.Text.Json.Serialization; using System.Runtime.Serialization; #pragma warning disable 1591 namespace Plotly.Blazor.Traces.SankeyLib.NodeLib { /// <summary> /// Determines which trace information appear when hovering nodes. If <c>none<...
using System; using System.Threading.Tasks; using Calamari.Azure; using Calamari.Common.Commands; using Calamari.Common.Plumbing.Logging; using Calamari.Common.Plumbing.Pipeline; using Microsoft.Azure.Management.WebSites; using Microsoft.Rest; namespace Calamari.AzureAppService.Behaviors { public class RestartAzur...
using System; using System.Threading.Tasks; using Ray.BiliBiliTool.Agent.BiliBiliAgent.Dtos; using Ray.BiliBiliTool.Agent.BiliBiliAgent.Dtos.Live; using WebApiClientCore.Attributes; namespace Ray.BiliBiliTool.Agent.BiliBiliAgent.Interfaces { /// <summary> /// 直播相关接口 /// </summary> [Header("Host", "api...
using System; using Newtonsoft.Json; namespace Essensoft.AspNetCore.Payment.Alipay.Domain { /// <summary> /// AlipayOpenPublicPayeeBindCreateModel Data Structure. /// </summary> [Serializable] public class AlipayOpenPublicPayeeBindCreateModel : AlipayObject { /// <summary> /// ...
// 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; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Linq; using System.Runtime.Interop...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // <auto-generated/> #nullable disable using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading; using System.Threading.Tasks; using A...