text
stringlengths
1
932k
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using CMCL.LauncherCore.GameEntities.JsonClasses; using Microsoft.Extensions.DependencyInjection; using Newtonsoft.Json; namespace CMCL.LauncherCore.Utilitie...
@model APPBASE.Models.Transaction_indetailVM @using APPBASE.Helpers @using APPBASE.Models @{string vsErrClass = "";} @{string vsDisableButton = "";} @{Boolean isShowDropdown = true;} @{string vsReadonlyTextboxKey = "Readonly";} @{string vsReadonlyTextbox = "";} @if (ViewBag.CRUD_type == hlpFlags_CRUDOption.CREATE) { ...
using Microsoft.VisualStudio.TestTools.UnitTesting; namespace DataStructures.Tests { [TestClass] public class CircularBufferTests { [TestMethod] public void New_Buffer_Is_Emphy() { var buffer = new CircularBuffer<double>(); Assert.IsTrue(buffer.IsEmpty); ...
#region License // Copyright (c) 2010-2019, Mark Final // 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 // ...
// Copyright (c) 2022 Ape Tavern, do not share, re-distribute or modify // without permission of its author (insert_email_here) using Sandbox; using System; using System.Linq; namespace Fortwars; public enum Team { Invalid = -1, Red, Blue } public abstract class BaseTeam { public virtual Team ID => Team.Invali...
using System; using UnityEngine; namespace bLua.Extension { public static class UnityEngine_Debug { } }
//--------------------------------------------------------------------- // <copyright file="SerializationInfoEdgeTests.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. // </copyright> //------------------------------...
using agent; using MongoDB.Bson; using MongoDB.Driver; using monitoringexe; using NLog; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace Collector { /// <summary> /// Responsible for analysing the configuration of a MongoDB clus...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Data.SqlClient; using System.Diagnostics; using System.IO; using System.Net; using System.Collections; namespace Sultanlar.ClassLib { public class Class1 { EventLog ev; private...
// // RouteCollection.cs // // Author: // Jim Borden <jim.borden@couchbase.com> // // Copyright (c) 2015 Couchbase, Inc 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...
using ShenNius.Share.Models.Entity.Common; using SqlSugar; using System; namespace ShenNius.Share.Model.Entity.Sys { [SugarTable("Sys_User")] public class User : BaseEntity { /// <summary> /// 登录账号 /// </summary> public string Name { get; set; } /// <summary> ...
using LiteDB; using System; using System.Collections.Generic; using System.Text; namespace LiteCache.Tizen { public class Yarn { /// <summary> /// Identifier of cache data /// </summary> [BsonId] public string Id { get; set; } /// <summary> /// Cached data /// </summary> public string Cache...
using MinerPlugin; using MinerPluginToolkitV1; using MinerPluginToolkitV1.SgminerCommon; using NHM.Common; using NHM.Common.Enums; using System; using System.Linq; using System.Collections.Generic; using System.IO; using System.Threading; using System.Threading.Tasks; namespace NiceHashMiner.Miners.IntegratedPlugins ...
namespace Squad.Admin.Console.Forms { partial class frmMainConsole { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summa...
using System; namespace UnityEngine.XR.ARFoundation { /// <summary> /// The arguments for the <see cref="ARPointCloud.updated"/> /// event. This is currently empty, but may change in the future without the need to change the /// subscribers' method signatures. /// </summary> public struct ARPoi...
using System; using System.Collections.Generic; using System.Linq.Expressions; using System.Reflection; using System.Reflection.Emit; using Nest.Resolvers; namespace Nest { public class PropertyMappingDescriptor<TDocument> { private readonly IList<KeyValuePair<Expression<Func<TDocument, object>>, PropertyMap...
// // Copyright © Microsoft 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. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // T...
using System.Diagnostics.CodeAnalysis; using CarryChest.Framework; using HarmonyLib; using Spacechase.Shared.Patching; using SpaceShared; using StardewModdingAPI; using StardewValley; using StardewValley.Objects; namespace CarryChest.Patches { /// <summary>Applies Harmony patches to <see cref="Item"/>.</summary> ...
using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Windows.Forms; using ESRI.ArcGIS.Display; namespace ARES { public class TestButton : ESRI.ArcGIS.Desktop.AddIns.Button { public TestButton() { } protected override void OnClick() ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace bS.Sked.Mapping.Interfaces { public interface IMapProfile { } }
//------------------------------------------------------------------------------ // <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.Threading.Tasks; using BlazingOrchard.Contents.Display.Models; using BlazingOrchard.Contents.Models; using BlazingOrchard.DisplayManagement.Services; namespace BlazingOrchard.Contents.Display.Services { public interface IContentFieldDisplayDriver { Type FieldType { get; } ...
// Copyright (c) 2016-2020 Alexander Ong // See LICENSE in project root for license information. using UnityEngine; using UnityEngine.UI; using System.Collections; [RequireComponent(typeof(Image))] public class ImageFade : MonoBehaviour { Image image; public float opacity = 1; public bool completed ...
// *** 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 Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; namespace MicroservicesExample.Services.Identity.API.Migrations.ConfigurationDb { public partial class InitialConfigurationMigration : Migration { protected override void Up(MigrationBuilder mig...
using System.Collections.Generic; using Orchard.ContentManagement.MetaData.Models; using Orchard.ContentManagement.ViewModels; using Newtonsoft.Json.Linq; namespace Orchard.ContentTypes.ViewModels { public class EditTypePartViewModel { public EditTypePartViewModel() { Settings = ne...
namespace Common.Vnc { public static class VncCommand { public const char Separator = ':'; public const string GetScreen = "getscreen"; public const string MouseMove = "mousemove"; public const string MouseClick = "mouseclick"; public const string MouseDoubleClick = "mousedoubleclick"; public cons...
@model IEnumerable<FreeLancerWebApp.Models.CustomerCat> @{ Layout = null; } <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title>Index</title> </head> <body> <p> <a asp-action="Create">Create New</a> </p> <table class="table"> <thead> <tr> ...
using MediatR; using Opdex.Platform.Common.Enums; using Opdex.Platform.Common.Models; using System; using System.Collections.Generic; namespace Opdex.Platform.Infrastructure.Abstractions.Data.Queries.Markets.Permissions; public class SelectMarketPermissionsByUserQuery : IRequest<IEnumerable<MarketPermissionType>> { ...
using System.Collections.Generic; using Microsoft.Extensions.Localization; using OrchardCore.Users.Services; using OrchardCore.Workflows.Services; namespace OrchardCore.Users.Workflows.Activities { public class UserCreatedEvent : UserEvent { public UserCreatedEvent(IUserService userService, IWorkflowSc...
using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; using EPONS.Teddy.Application.Entities; namespace EPONS.Teddy.Application.Repositories { public class MessagingRepository : Repository { public MessagingRepository(IDb...
using Quartz; using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; namespace Common.WinServices.Common { [DisallowConcurrentExecution] public class CommonJob : IJob { /// <summary> /// 使用CommonJob的定时任务列表 /// </summary> ...
#region License // Copyright (c) 2018-2019, exomia // All rights reserved. // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #endregion using System; namespace Exomia.Logging { /// <summary> /// Bitfield of flags for ...
using MelonPay.Shared.Kernel.Exceptions; namespace MelonPay.Modules.Customers.Core.Exceptions { internal class CustomerNotActiveException : MelonPayException { public Guid CustomerId { get; set; } public CustomerNotActiveException(Guid customerId) : base($"Customer with ID: '{customerId}' is ...
// 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; using System.Drawing; using System.Windows.Forms.Lay...
using NesCore.Utility; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NesCore.Storage { class CartridgeMapMultiMmc3 : CartridgeMap { public CartridgeMapMultiMmc3(Cartridge cartridge) : ...
/* Copyright 2010-2012 10gen Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing...
using Microsoft.AspNetCore.Http; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Text; using System.Threading.Tasks; using Xunit; using Xunit.Abstractions; using PuppeteerSharp.Helpers; namespace PuppeteerSharp.Tests.NetworkTests...
/* * Licensed to Jasig under one or more contributor license * agreements. See the NOTICE file distributed with this work * for additional information regarding copyright ownership. * Jasig licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file * except in co...
// 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.md file in the project root for more information. using Moq; namespace Microsoft.VisualStudio.ProjectSystem { internal static class IProjectServiceFactory { ...
// This file is used by Code Analysis to maintain SuppressMessage // attributes that are applied to this project. // Project-level suppressions either have no target or are given // a specific target and scoped to a namespace, type, member, etc. using System.Diagnostics.CodeAnalysis; [assembly: SuppressMessage("Reli...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace IoT.Device.Tsl256x { /// <summary> /// Integration time /// </summary> public enum IntegrationTime : byte { /// <summary> /// Integratio...
using Elect.Core.DateTimeUtils; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Text; namespace Elect.Test.Core { [TestClass] public class DateTimeUnitTest { [TestMethod] public void WithTimeZone() { DateTime dateTime = DateTime.UtcNow; ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _05_Tear_List_in_Half { class Program { static void Main(string[] args) { List<int> digits = Console.ReadLine().Split(' ').Select(int.Parse).ToList(); ...
using System; using BenchmarkDotNet.Attributes; using EnumsNET; using FastEnumUtility.Benchmark.Models; using _FastEnum = FastEnumUtility.FastEnum; namespace FastEnumUtility.Benchmark.Scenarios { public class GetNameBenchmark { private const Fruits Value = Fruits.Pineapple; [GlobalSetup] ...
// -------------------------------------------------------------------------------------------- // Version: MPL 1.1/GPL 2.0/LGPL 2.1 // // The contents of this file are subject to the Mozilla Public License Version // 1.1 (the "License"); you may not use this file except in compliance with // the License. You may obta...
// 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. /*============================================================ ** ** ** ** ** ** Purpose: Specifies which version ...
// Copyright (c) Stickymaddness All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Sextant.Domain.Events; using Sextant.Domain.Entities; using Sextant.Domain.Phrases; namespace Sextant.Domain.Commands { public c...
@if (ViewBag.connection == true) { Layout = "_LayoutConnecter"; } @model Canal @if (ViewBag.messageError != null) { <div class="row m-1 justify-content-center align-items-center"> <div class="col alert alert-danger p-1"> @ViewBag.messageError </div> </div> } <h1>Liste des publ...
@using Crud_Operation_Logging @namespace Crud_Operation_Logging.Pages @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Xunit; namespace NodaMoney.Tests.MoneyCalculationsSpec { public class GivenIWantToDoCalculationsWithoutRoundingInBetween { [Fact] public void When_Then() { ...
using UnityEngine; using System.Collections; /* public class Ball : MonoBehaviour { public GameObject ball; public GameObject hand; private TrailRenderer trail; int x=0; void Awake() { trail = gameObject.GetComponent<TrailRenderer>(); } // Use this for initialization void ...
using DatabaseCompare.DBCompare; using DatabaseCompare.Print; using System; namespace DatabaseCompare { class Program { static void Main(string[] args) { string FilePath = ""; string WhatTask = ""; string WhatSystem = ""; if(args[0].ToLower() ==...
using _1010C.Scripts.Components; using Entitas; using UnityEngine; namespace _1010C.Scripts.Systems.Initialize { public class InitializeBoardSystem : IInitializeSystem { private readonly Contexts _contexts; public InitializeBoardSystem(Contexts contexts) { _contexts = cont...
using System; using System.Xml.Serialization; namespace Alipay.AopSdk.Core.Domain { /// <summary> /// MultiAppBaseInfoDto Data Structure. /// </summary> [Serializable] public class MultiAppBaseInfoDto : AopObject { /// <summary> /// 小程序应用描述 /// </summary> [XmlEle...
using System.Linq; namespace NtFreX.Audio.Infrastructure { public static class ChannelFactory { // TODO: validate default mapping private static readonly ChannelConfig[] ChannelConfigs = new ChannelConfig[] { new ChannelConfig(Speakers.Mono, 1, true), new...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace TeamBuying.DB.ViewModel { public class TeamBuyingView { public Guid ID { get; set; } public string Title { get; set; } public string TeamLeaderName { get; set; ...
using System.Collections.Generic; using System.Linq; using System.Net; using EventStore.Core.Messages; using EventStore.Core.Tests.Infrastructure; namespace EventStore.Core.Tests.Services.ElectionsService.Randomized { internal class ElectionsSafetyCondition : IRandTestFinishCondition { public bool Done { get; priva...
// Copyright 2019 Patrick Harms // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
using System; using FluentAssertions; using Xunit; namespace Rocks.Helpers.Tests { public class StringConvertExtensionsTests { [Fact] public void ToDate_DefaultFormat_Converts() { var res = "01.02.3000".ToDate(); Assert.NotNull(res); Assert.Equal(ne...
using System; using System.ComponentModel; using System.Diagnostics; using System.Xml.Serialization; using System.Collections.Generic; namespace NPOI.OpenXmlFormats.Spreadsheet { [Serializable] [DebuggerStepThrough] [DesignerCategory("code")] [XmlType(Namespace="http://schemas.openxmlformats.org/sprea...
using System.Text; namespace Miner.Interop.Process { /// <summary> /// A factory used to make a connection to an Access Database (or MDB) process framework database. /// </summary> internal class LocalPxApplicationFactory : PxApplicationFactory { #region Public Methods /// <su...
// Generated by UblXml2CSharp using System.Xml; using UblLarsen.Ubl2; using UblLarsen.Ubl2.Cac; using UblLarsen.Ubl2.Ext; using UblLarsen.Ubl2.Udt; namespace UblLarsen.Test.UblClass { internal class UBLOrder20ExampleInternational { public static OrderType Create() { var doc = new Or...
using Themis.Geometry.Server.Commands; using Themis.Geometry.Server.Services.Interfaces; using MediatR; using Serilog; namespace Themis.Geometry.Server.Handlers { public class SetProjectionWktHandler : IRequestHandler<SetProjectionWktCommand> { private readonly IProjectionService service; pu...
using System.Linq; using DefaultDocumentation.Markdown.Extensions; using DefaultDocumentation.Models.Types; using DefaultDocumentation.Api; using ICSharpCode.Decompiler.TypeSystem; namespace DefaultDocumentation.Markdown.Sections { public sealed class InheritanceSection : ISection { public string Name...
// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. using System; using System.Configuration; using System.Xml; using Microsoft.Practices.EnterpriseLibrary.Common.Properties; using System.Globalization; namespace Microsoft.Practices.EnterpriseLibr...
using System; using NClap.Types; using NClap.Utilities; namespace NClap.Metadata { /// <summary> /// Abstract base class for implementing argument validation attributes /// that inspect file-system paths. /// </summary> public abstract class FileSystemPathValidationAttribute : ArgumentValidationAt...
using System; using System.Windows.Input; using MakCraft.Behaviors.Interfaces; using MakCraft.ViewModels; using TransitionTestApp.ViewModels.Container; namespace TransitionTestApp.ViewModels { class TransitionWindow2ViewModel : TransitionViewModelBase { public TransitionWindow2ViewModel() { ...
// This is an open source non-commercial project. Dear PVS-Studio, please check it. // PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com /* ConsoleOutput.cs -- консольный вывод. * Ars Magna project, http://arsmagna.ru * ------------------------------------------------------- * Status: poor ...
using MasteringEFCore.Performance.Final.Models; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace MasteringEFCore.Performance.Final.Core.Commands.Posts { public interface ICreatePostCommand<TReturn> : ICommandHandler<TReturn>, ICommandHandlerAsync<...
// Copyright (c) Six Labors and contributors. // Licensed under the Apache License, Version 2.0. namespace SixLabors.ImageSharp.Processing.Processors.Convolution { /// <summary> /// Contains Laplacian kernels of different sizes /// </summary> internal static class LaplacianKernels { /// <s...
namespace ClassLib051 { public class Class093 { public static string Property => "ClassLib051"; } }
using GalaSoft.MvvmLight.Command; using TimesheetParser.Business.Model; using TimesheetParser.Business.Services; namespace TimesheetParser.Business.ViewModel { public enum JobStatus { New, Success, Failure } public class JobViewModel : ViewModelBase { private readonly Job job; private boo...
// Copyright 2017 the original author or authors. // // 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 la...
//using System.Collections; //using System.Collections.Generic; //using UnityEngine; //using GameLogic; //using TerrainScanning; //public enum MergeFeb27States //{ // Init, // Scan, // Player1, // Player2, // Battle, // End //}; //public class MergeFeb27main : MonoBehaviour //{ // #region Public ...
using System; using MikhailKhalizev.Processor.x86.BinToCSharp; namespace MikhailKhalizev.Max.Program { public partial class RawProgram { [MethodInfo("0x1018_ea30-f5340d99")] public void /* sys */ mve_1() { ii(0x1018_ea30, 3); mov(ax, memw[ds, esi]); /* mov ax,...
using AutoMapper; using Moq; using SoccerStatistics.Api.Core.DTO; using SoccerStatistics.Api.Database.Entities; using SoccerStatistics.Api.Database.Repositories; using SoccerStatistics.Api.Core.AutoMapper.Profiles; using System; using System.Collections.Generic; using Xunit; using SoccerStatistics.Api.Core.Services; u...
using System; using System.Collections.Generic; using System.Text; namespace HelpMyStreet.Contracts.UserService.Response { public class GetVolunteersByPostcodeAndActivityResponse { public IEnumerable<VolunteerSummary> Volunteers { get; set; } } }
using ApiBoilerPlate.Contracts; using System.Text.Json; using System.Net.Http; using System.Threading.Tasks; using System.Text; using ApiBoilerPlate.Constants; using Microsoft.Extensions.Logging; using AutoWrapper.Server; namespace ApiBoilerPlate.Services { public class SampleApiConnect: IApiConnect { ...
using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.EntityFrameworkCore; using ModularRestaurant.Menus.Application.Queries.GetRestaurantMenus; using ModularRestaurant.Menus.Domain.Entities; using ModularRestaurant.Shared.Application.CQRS; using ModularRestaurant.Shared.Domain.Types...
// *********************************************************************** // Assembly : MPT.CSI.API // Author : Mark Thomas // Created : 10-09-2017 // // Last Modified By : Mark Thomas // Last Modified On : 10-09-2017 // **********************************************************************...
using System.Linq; using System.Threading.Tasks; using Nimbus.Configuration; using Nimbus.InfrastructureContracts; using Nimbus.Tests.Common.Extensions; using Nimbus.Tests.Integration.Tests.SimpleDispatchContextCorrelationTests.Interceptors; using Nimbus.Tests.Integration.Tests.SimpleDispatchContextCorrelationTests.Me...
using System.ServiceModel; namespace EloquentObjectsBenchmark.Wcf { [ServiceBehavior(InstanceContextMode = InstanceContextMode.Single, IncludeExceptionDetailInFaults = true, UseSynchronizationContext = true)] internal sealed class BenchmarkService : IBenchmarkService { #region Implementation of IBe...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using Microsoft.Win32; namespace CopyTextContents { public partial class frmSettings : CopyTextContents.CustomForm { public frmSettings() ...
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using FluentAssertions; using Microsoft.DotNet.Cli.Utils; using Microsoft.NET.Build.Tasks; using Microsoft.NET.TestFramework; using Microsoft.NET...
using OpenQA.Selenium; namespace BT_Selenium.UI { //Documentacion - Calificacion Empresas public class DocumentacionUI { //Pantalla Documentacion public static By inputFecha = By.Name("_BNQFB11UCB"); //fecha value "dd/MM/YYYY" // Desde fecha bT actual para atras public static By in...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
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("Di...
using UnityEngine; using System.Collections; public class Fire : MonoBehaviour { [SerializeField] private float zVertDif; [SerializeField] private float xDiagDif; [SerializeField] private float zDiagDif; [SerializeField] private float baseHeight; [SerializeField] private int radius; void Start () { transfo...
using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Routing; using Microsoft.Extensions.DependencyInjection; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace ITOps.ViewModelComposition { public class CompositionHandler { public static async Task<(dyn...
using System; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Runtime.InteropServices; using System.Windows.Forms; namespace StudioSB.Tools { public class FileTools { public static string TryOpenFolder(string title = "") { using (var dialog = new F...
using System; namespace Urho { public class UIComponent : Component { public UIComponent() {} public UIComponent(IntPtr handle) : base(handle) {} } }
using System; using System.Collections.Generic; using System.Data; using System.Data.Entity; using System.Linq; using System.Net; using System.Web; using System.Web.Mvc; using WebApplication4.Models; namespace WebApplication4.Controllers { [Nitelik.Log] public class AnaSayfaController : Controller { ...
using PKISharp.WACS.Plugins.Base; using PKISharp.WACS.Plugins.Base.Options; namespace PKISharp.WACS.Plugins.InstallationPlugins { [Plugin("ea6a5be3-f8de-4d27-a6bd-750b619b2ee2")] internal class IISOptions : InstallationPluginOptions<IIS> { public long? SiteId { get; set; } public string? N...
/* * Original author: Nicholas Shulman <nicksh .at. u.washington.edu>, * MacCoss Lab, Department of Genome Sciences, UW * * Copyright 2021 University of Washington - Seattle, WA * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance ...
using CSK.PersonalBlog.Entities.Concrete; using System.Collections.Generic; using System.Threading.Tasks; namespace CSK.PersonalBlog.Business.Interface { public interface IBlogService : IGenericService<Blog> { Task<List<Blog>> GetAllSortedByPostedTimeAsync(); Task InsertFromCategoryAsync(Categ...
using System; using System.Collections.Generic; using System.Linq; using FubuCore; using FubuMVC.Core.Json; using FubuMVC.Core.Registration.Nodes; using FubuMVC.Core.Resources.Conneg; using FubuMVC.Core.Runtime; using FubuMVC.Core.Runtime.Formatters; using FubuMVC.Core.StructureMap; using NUnit.Framework; using Shouldl...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Gemini.Framework.Menus { public class ExcludeMenuDefinition { private MenuDefinition _menuDefinitionToExclude; public MenuDefinition MenuDefinitionToExclude { ...
using System; using System.Collections.Generic; using NextGenSoftware.OASIS.API.Core.Interfaces; namespace NextGenSoftware.OASIS.API.Core.Helpers { public class OASISResult<T> // where T : IHolon { private bool _isError = false; private bool _isWarning = false; private string _m...
// /* // Copyright (c) 2017-12 // // moljac // Test.cs // // 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 rig...