text
stringlengths
1
932k
/* Original source Farseer Physics Engine: * Copyright (c) 2014 Ian Qvist, http://farseerphysics.codeplex.com * Microsoft Permissive License (Ms-PL) v1.1 */ /* * Farseer Physics Engine: * Copyright (c) 2012 Ian Qvist * * Original source Box2D: * Copyright (c) 2006-2011 Erin Catto http://www.box2d.org * * This so...
// 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.Linq; using Apache.Arrow; using Microsoft.Spark.Sql; using Microsoft.Spark.UnitTest.TestU...
using System; using System.Collections.Generic; using System.Net.Http; using System.Security.Claims; using System.Security.Cryptography; using System.Threading.Tasks; using System.Web; using System.Web.Http; using System.Web.Http.Description; using Microsoft.AspNet.Identity; using Microsoft.AspNet.Identity.EntityFrame...
// *** 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 CarDiaryX.Domain.Expenses; using CarDiaryX.Domain.Vehicles; using CarDiaryX.Domain.VehicleServices; using Microsoft.AspNetCore.Identity; using System; using System.Collections.Generic; namespace CarDiaryX.Infrastructure.Identity { public class User : IdentityUser, IUser { public const string TAB...
// <auto-generated> // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/aiplatform/v1/feature.proto // </auto-generated> #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; ...
// *** 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...
// Licensed to Elasticsearch B.V under one or more agreements. // Elasticsearch B.V licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information namespace Nest { public class ForceMergeResponse : ShardsOperationResponseBase { } }
/* --------------------------- * SharePoint Manager 2010 v2 * Created by Carsten Keutmann * --------------------------- */ using System; using Microsoft.SharePoint; using SPM2.Framework; namespace SPM2.SharePoint.Model { [AdapterItemType("Microsoft.SharePoint.SPRoleDefinitionBindingCollection, Microsoft.SharePo...
using UnityEngine; using UnityEngine.UI; public class GameController : MonoBehaviour { public int hitPoints = 10; public int missPoints = -2; public BallGame[] BallGames; public Text scoreDisplay; public Text highScoreDisplay; private GameDataManager gameDataManager; private int playerS...
namespace SKIT.FlurlHttpClient.Wechat.Api.Models { /// <summary> /// <para>表示 [POST] /shop/sharer/get_sharer_data_summary 接口的请求。</para> /// </summary> public class ShopSharerGetSharerDataSummaryRequest : WechatApiRequest, IInferable<ShopSharerGetSharerDataSummaryRequest, ShopSharerGetSharerDataSummaryR...
#pragma checksum "..\..\nameDialog - Copy.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "1DBAD3FA41815180A74D5125B25BDCF5" //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Cha...
using JsonWebToken.Cryptography; namespace JsonWebToken.Tests.Cryptography { #if SUPPORT_SIMD public class Aes192NiTests : Aes192Tests { private protected override AesDecryptor CreateDecryptor() => System.Runtime.Intrinsics.X86.Aes.IsSupported ? (AesDecryptor)new Aes192CbcDecryptor() : new...
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ namespace Microsoft.ServiceFabr...
// // Copyright (c) 2017 The nanoFramework project contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // namespace System { using Globalization; /// <summary> /// Represents an 8-bit signed integer. ...
using Entitas; [Game] public class CheckTaijutsuAttackHitComponent : IComponent { }
using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Data.SqlTypes; namespace Jannesen.Language.TypedTSql.DataModel { public class EntityTypeUser: EntityType { public override SqlTypeFlags TypeFlags { get { testTranspiled(); return _typ...
//********************************************************************************** //* Copyright (C) 2007,2014 Hitachi Solutions,Ltd. //********************************************************************************** #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more ...
using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; namespace CustomerManagement { public class Program { public static void Main(string[] args) { BuildWebHost(args).Run(); } public static IWebHost BuildWebHost(string[] args) => WebHost.Crea...
/* MIT License Copyright (c) 2017 Rafael cosentino garcia 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.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; using UnityEngine.UI; public class FadeOut : MonoBehaviour { float fadeSpeed = 0.02f; //透明度が変わるスピードを管理 float red, green, blue, alfa; //パネルの色、不透明度を管理 public bool isFadeOut = false; ...
using System; using System.Configuration; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Windows.Forms; using PaintDotNet; using PaintDotNet.Effects; using PaintDotNet.PropertySystem; using SharpDX.D3DCompiler; using SharpD...
using System; using System.Collections.Generic; using System.Reactive; using System.Reactive.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using slimCODE.Extensions; using slimCODE.Models; using slimCODE.Views; using slimLIB.Sample.Views; using Windows.UI.Xaml.Controls; namespace slim...
@model PubDBApplication.Models.ProductsView @{ ViewBag.Title = "Delete"; Layout = "~/Views/Shared/_Layout.cshtml"; } <h2>Delete</h2> <h3>Are you sure you want to delete this product?</h3> <div> <hr /> <dl class="dl-horizontal"> <dt> ID </dt> <dd> @Ht...
using Caliburn.Micro; using Reposed.Accounts; using Reposed.BackupController; using Reposed.Core.Dialogs; using Reposed.Events; using Reposed.Menu; using Reposed.MVVM; using Reposed.ServiceComponents; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; n...
// ------------------------------------------------------------------------------ // <auto-generated> // Generated by Xsd2Code. Version 3.4.0.18239 Microsoft Reciprocal License (Ms-RL) // <NameSpace>Mim.V3109</NameSpace><Collection>Array</Collection><codeType>CSharp</codeType><EnableDataBinding>False</EnableDat...
// =========================================================== // Copyright (c) 2014-2015, Enrico Da Ros/kendar.org // 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...
// *** 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...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; namespace DomainRedirector...
/* In App.xaml: <Application.Resources> <vm:ViewModelLocator xmlns:vm="clr-namespace:TinyWorkflow.UITests" x:Key="Locator" /> </Application.Resources> In the View: DataContext="{Binding Source={StaticResource Locator}, Path=ViewModelName}" You can also use Blend to do al...
//------------------------------------------------------------------------------ // <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; namespace Newtonsoft.Json.Linq { /// <summary> /// Specifies the settings used when loading JSON. /// </summary> public class JsonLoadSettings { private CommentHandling _commentHandling; private LineInfoHandling _lineInfoHandling; /// <summary> /// In...
using OpenBots.Core.Attributes.PropertyAttributes; using OpenBots.Core.Command; using OpenBots.Core.Enums; using OpenBots.Core.Interfaces; using OpenBots.Core.Properties; using OpenBots.Core.Utilities.CommonUtilities; using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentM...
/* * 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.Diagnostics; using System.Runtime.InteropServices; using System.Security; namespace Win32_Classes { public static class ADVAPI32 { #region Structs public class USEROBJECTFLAGS { public int fInherit = 0; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics.CodeAnalysis; using System.Drawing.Design; using System.Windows.Forms; using System.Window...
using MyDAL.Test.Enums; using System; using System.ComponentModel.DataAnnotations.Schema; namespace MyDAL.Test.Entities.EasyDal_Exchange { /* * CREATE TABLE `platformmonthlyperformance` ( * `Id` char(36) NOT NULL, * `CreatedOn` datetime(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6), * `Year` int(1...
/**************************************************************************** * Copyright 2019 Nreal Techonology Limited. All rights reserved. * * This file is part ...
// 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.Toolkit.Uwp.UI.Extensions; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; namespace Micros...
#pragma warning disable 162,168,649,660,661,1522 using System; using System.Text; using System.Collections.Generic; using System.Collections; using System.Collections.Concurrent; using System.Runtime.InteropServices; using System.Data; using System.IO; using System.Threading; using System.Threading.Tasks; using System....
using System; using System.Linq; using System.Net; using EasyTcp3.Actions; using EasyTcp3.Actions.ActionUtils; using EasyTcp3.ClientUtils; using EasyTcp3.Server.ServerUtils; using NUnit.Framework; namespace EasyTcp3.Test.Actions { /// <summary> /// Tests for the SendActionAndGetReply functions /// </summar...
namespace Hobscure.Screens { public class ScreenNPCInteractionSignals { public const string setRouteStart = "NPC/setRouteStart"; public const string removeRouteStart = "NPC/removeRouteStart"; public const string doneRoute = "NPC/doneRoute"; public const string setRouteDestinat...
using ATheory.UnifiedAccess.Data.Core; using System.Collections.Generic; using Xunit; namespace ATheory.XUnit.UnifiedAccess.Data.Dynamo { public class ExprTestWrite { [Fact] public void Insert_success() { var query = Prepare.SetQuery(); var result = query.Insert(...
class ObjectComparisonTest { UnknownType unknownValue; void test() { bool result; // GOOD: type information missing result = unknownF() == unknownF(); result = this == unknownValue; result = someValue == unknownValue; result = (object)unknownF() == 0; ...
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("Si...
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2009, 2016 Oracle and/or its affiliates. All rights reserved. * */ using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Text; using System.Threading; using System.Xml; using NUnit.Framew...
using System; using RagnarEngine; public class SpiceGranade : RagnarComponent { Rigidbody goRB; private float force = 1050; public float explosionRadius = 6f; private float cooldown = 0f; public bool pendingToDelete = false; public void Start() { AimMethod(); } public void Update() { if (cooldown > 0 && ...
//------------------------------------------------------------------------------ // <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 CMS.Base.Web.UI; using CMS.Blogs; using CMS.DataEngine; using CMS.DocumentEngine; using CMS.Helpers; using CMS.SiteProvider; using CMS.UIControls; [CheckLicence(FeatureEnum.Blogs)] public partial class CMSModules_Blogs_CMSPages_Comment_Edit : CMSLiveModalPage { protected int commentId = 0; ...
namespace MazeGeneration { partial class Form1 { /// <summary> /// Erforderliche Designervariable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Verwendete Ressourcen bereinigen. /// </summary> /// <...
using Robust.Shared.GameObjects; using Robust.Shared.Serialization; using Robust.Shared.Utility; using System; using Content.Shared.Database; using System.Collections.Generic; namespace Content.Shared.Verbs { /// <summary> /// Verb objects describe actions that a user can take. The actions can be specified...
using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// <summary> /// AlipaySecurityProdAfsrcVulCreateResponse. /// </summary> public class AlipaySecurityProdAfsrcVulCreateResponse : AopResponse { /// <summary> /// 漏洞创建结果描述 /// </summary> [XmlE...
using System; using System.Collections.Generic; /** * Private class to handle events involving cargo. * * @author ngraves3 * */ namespace SpaceTraders { public class GoodsStrategy : IEventStrategy { /** * Phrases for losing an item. */ private String[] losePhrases = {"Yo...
using ByrneLabs.Commons; using MessagePack; namespace ByrneLabs.TestoRoboto.HttpServices { [MessagePackObject] public class Cookie : HandyObject<Cookie> { [Key(4)] public string Description { get; set; } = string.Empty; [Key(0)] public string Domain { get; set; } = string....
/************************************************************************************* Extended WPF Toolkit Copyright (C) 2007-2013 Xceed Software Inc. This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license For ...
namespace UniQode.Models.Admin { public class StartModel { } }
namespace Mix.Cms.Lib.SignalR.Enums { public enum MessageType { String = 0, Notification = 1, Image = 2, File = 3, Voice = 4, Location = 5, Html = 6 } }
/* * THIS FILE WAS GENERATED BY PLOTLY.BLAZOR.GENERATOR */ using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Runtime.Serialization.Formatters.Binary; using System.Text.Json.Serialization; namespace Plotly.Blazor.LayoutLib.ColorAxis...
using PostmarkDotNet; using Resgrid.Config; using Resgrid.Framework; using Resgrid.Model; using Resgrid.Model.Providers; using System; using System.Collections.Generic; using System.IO; using System.Threading.Tasks; using System.Web; namespace Resgrid.Providers.EmailProvider { public class PostmarkTemplateProvider :...
namespace BellumGens.Api.Migrations { using System.Data.Entity.Migrations; public partial class StrategyCustomUrl : DbMigration { public override void Up() { AddColumn("dbo.CSGOStrategies", "CustomUrl", c => c.String(maxLength: 64)); } public override void Dow...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; using osu.Game.Online.API; using osu.Game.Online.API.Requests; using osu.Framework.Graphics; usi...
using MCPE.AlphaServer.Utils; using System; using System.Collections.Generic; using System.Diagnostics; using System.Net; using System.Text; using System.Linq; namespace MCPE.AlphaServer.Packets { public class OpenConnectionRequestPacket : Packet { public byte ProtocolVersion; public RakAddress Ad...
using System.Collections; using System.Collections.Generic; using UdonSharp; using UnityEngine; using VRC.SDKBase; public class Elevating : UdonSharpBehaviour { public Transform door; public float min, cur, max; public bool open; [SerializeField] private bool _open; [SerializeField] private float ...
using Microsoft.VisualStudio.Text.Editor; using Microsoft.VisualStudio.Text.Editor.DragDrop; using Microsoft.VisualStudio.Text.Operations; using System; using System.IO; using System.Windows; using Microsoft.VisualStudio.Text; using System.Collections.Specialized; namespace EditorConfig { internal class EditorCon...
@page @model LockoutModel @{ ViewData["Title"] = "قطع دسترسی"; } <div class="login-box-body"> <p class="login-box-msg text-danger"> دسترسی حساب کاربری شما قطع شده است،<br /> لطفا با مدیر سایت تماس بگیرید. </p> <p class="login-box-msg"> <a asp-page="./Login">برای ورود مجدد به پنل کلیک ک...
// Copyright 2021 Google LLC // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; using System.Linq; using System.Threading.Tasks; using System.Windows.Input; using Octokit; using Xamarin.CommunityToolkit.ObjectModel; using Xamarin.CommunityToolkit.Sample.Resx; using Xamarin.Essentials; using Xamarin.Forms; namespace Xamarin.CommunityToolkit.Sample.ViewModels { public class AboutVie...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of ...
using System; public struct TexturedVertexInfoPair { public TexturedVertexInfo Primary { get; } public TexturedVertexInfo Secondary { get; } public TexturedVertexInfoPair(TexturedVertexInfo primary, TexturedVertexInfo secondary) { Primary = primary; Secondary = secondary; } public static TexturedVertexInfoP...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.TemplateEngine.Abstractions.Mount { /// <summary> /// Implement this factory and register it with <see cref="IComponentManager"/>. /// Template engine...
// *** 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.Text; using Newtonsoft.Json; using System.ComponentModel.DataAnnotations.Schema; using System.ComponentModel.DataAnnotations; namespace Gov.Lclb.Cllb.Public.Models { /// <summary> /// Role Permission Database Model /// </summary> public sealed class RolePermission : IEquatabl...
// <auto-generated/> #pragma warning disable 1591 namespace Test { #line hidden using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Components; public class TestComponent : Microsoft.AspNetCore.Components.ComponentBase ...
using System.Linq; using Confuser.Core; using Confuser.Core.Helpers; using Confuser.Core.Services; using Confuser.Renamer; using ConfuserEx_Additions.Properties; using dnlib.DotNet; using dnlib.DotNet.Emit; namespace Confuser.Protections { [BeforeProtection("Ki.ControlFlow")] internal class AntiDumpProtectio...
using System.IO; using System.Web.Hosting; using System.Web.Mvc; using System.Web.Routing; namespace AutoUpdate { public class PackageIdFilter : IActionFilter { // Methods public PackageIdFilter(string packageId) { this.PackageId = packageId; } private stri...
using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Linq; using System.Threading.Tasks; using System.Windows; namespace Google.Music.Downloader { /// <summary> /// Interaction logic for App.xaml /// </summary> public partial class App : Applicati...
namespace CoreValidation.Translations.Template { internal class BoolMessages : IBoolMessages { public string True { get; set; } public string False { get; set; } } }
using leetcode.Class; using System; namespace leetcode { class Program { static void Main(string[] args) { Console.WriteLine("-----------------------------GetTwoSum--------------------------------------"); Console.WriteLine(TwoSum.GetTwoSum(new int[] { 3, 2, 4, 3 }, 6)...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdNet6.Models; using System.Collections.Generic; using System.Threading.Tasks; namespace IdNet6.Services { /// <summary> /// Pr...
using System; using System.Windows.Forms; namespace CP2077.MrWizard { static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] static void Main() { Application.SetHighDpiMode(HighDpiMode.SystemAwar...
using ScottPlot.Renderer; using ScottPlot.Space; using ScottPlot.Ticks; using System; using System.Diagnostics; namespace ScottPlot.Renderable { public class AxisLeft : Axis { public AxisLeft() { Edge = Edge.Left; } } public class AxisRight : Axis { public AxisRight() { Edge = Edge.Right; } } public class...
using System.Collections; using System.Collections.Generic; using UnityEngine; using TMPro; public class AIMenu : MonoBehaviour { [Header("AI Movement")] public bool reverse; public float movementSpeed; float movementInput; public int movementType; // 0 = No Movement // 1 = Vertical (Z) ...
using System; using System.Collections.Generic; using System.Linq; namespace TripProgram { public class Program { private static List<MyCustomType_Vehicle> _myVehicles = new List<MyCustomType_Vehicle>(); public static void Main() { bool doneAddingVehicles = false; ...
/* * 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...
// <auto-generated /> using System; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata; using Service.UserTokenAccount....
using System; class Program { static void Main(string[] args) { int a = -1; uint b; int c; b = (uint)a; c = (int)b; Console.WriteLine(c); } }
// 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.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Edi...
using CK.Monitoring; using Microsoft.Extensions.Configuration; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CK.AspNet.Tests { /// <summary> /// This configuration object initializes itself manually from a /// configuration sec...
using System.Collections; using System.Collections.Generic; using UnityEngine; [ExecuteInEditMode] public class Controller : MonoBehaviour { public Model model; public ComputeShader draw; public ComputeShader main; public RenderTexture Errors; // float4 public RenderTexture Source; // int public RenderTextur...
// *** 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...
// 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 #region Usings using System; using WebFormsMvp; #endregion namespace DotNetNuke.Web.Mvp { [Obsolete("Deprecat...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("Domain0.Api.Client.Test")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Domain0.Api.Client.Test")] [as...
namespace MProject.Api.ViewModels.Models.Auth { public class UserPatchViewModel { public string FullName { get; set; } public string JobTitle { get; set; } public string PhoneNumber { get; set; } public string Configuration { get; set; } } }
using System; using System.Collections.Generic; using System.Reflection; using System.Text; using System.Threading.Tasks; using Discord.Commands; using CommandParam = Discord.Commands.ParameterInfo; namespace Discord.Addons.SimplePermissions { internal static class DiscordExtensions { public static as...
// (c) Copyright Microsoft Corporation. // This source is subject to the Microsoft Public License (Ms-PL). // Please see http://go.microsoft.com/fwlink/?LinkID=131993 for details. // All other rights reserved. using System; using System.Windows.Controls; namespace System.Windows.Controls.Theming { /// <summary> ...
using System.Collections.Generic; using System.Threading.Tasks; using AElf.Kernel; namespace AElf.OS.Network.Infrastructure { public interface IPeer { string PeerIpAddress { get; } string PubKey { get; } Hash CurrentBlockHash { get; } long CurrentBlockHeight { get; } int...
using System; using System.Collections.Generic; namespace SKIT.FlurlHttpClient.Wechat.Api.Models { /// <summary> /// <para>表示 [GET] /cgi-bin/express/business/delivery/getall 接口的响应。</para> /// </summary> public class CgibinExpressBusinessDeliveryGetAllResponse : WechatApiResponse { public s...
using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("AWSSDK.Inspector")] [assembly: AssemblyDes...
using System; using System.IO; using System.IO.Compression; using System.Security.Cryptography; using System.Text; using Nerdbank.GitVersioning.ManagedGit; using Xunit; namespace ManagedGit { public class ZLibStreamTest { [Fact] public void ReadTest() { using (Stream rawStr...
/* * 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...