text
stringlengths
1
932k
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; namespace Base.Services { /// <summary> /// ?? ExtensionOfLinq /// </summary> public static class _Linq { // #region return IOrderedEnumerable /// <sum...
<style> h2 { padding-top: 3%; } ::-webkit-scrollbar { display: block; overflow: hidden; /* Hide scrollbars */ } </style> @{ ViewData["Title"] = "GallaryList"; Layout = "~/Views/Shared/_TeacherLayout.cshtml"; } @{ Html.RenderPartial("_GallaryList"); }
using Lucene.Net.Documents; using System; using Debug = Lucene.Net.Diagnostics.Debug; // LUCENENET NOTE: We cannot use System.Diagnostics.Debug because those calls will be optimized out of the release! namespace Lucene.Net.Codecs.Lucene3x { /* * Licensed to the Apache Software Foundation (ASF) under one or mo...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace UnityEngine.Rendering { public class CommandBuffer : Object { //name Name of this command buffer. int sizeInBytes;// Size of this command buffer in bytes (Read Only). //Create a new ...
namespace MLSoftware.OTA { [System.CodeDom.Compiler.GeneratedCodeAttribute("Xsd2Code", "4.2.0.31")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="htt...
using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Collections.Generic; using Pastry.Models; using System; namespace Pastry.TestTool { [TestClass] public class PastryTests { [TestMethod] public void PastryPrice_Initialized_True() { //Test Method goes here ...
using System.Collections; using System.Collections.Generic; using System.Management.Automation; using System.Linq; using Microsoft.SharePoint.Client; using PnP.PowerShell.Commands.Base.PipeBinds; using PnP.PowerShell.Commands.Model.SharePoint; namespace PnP.PowerShell.Commands.Lists { [Cmdlet(VerbsCommon.Get, "...
using AuditingDatabase; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Text; namespace DotNetCoreArchitecture.Domain.Accounting.Investment { [Table("LandImprovementInfo")] public class LandImprovement...
// Copyright (c) 2020-2021 Vladimir Popov zor1994@gmail.com https://github.com/ZorPastaman/Behavior-Tree using System.Runtime.CompilerServices; using UnityEngine; using Zor.BehaviorTree.DrawingAttributes; using Zor.SimpleBlackboard.Core; namespace Zor.BehaviorTree.Core.Leaves.Actions { public sealed class LerpColor...
using MediatR; using Microsoft.Extensions.Logging; using TwitterClone.Application.Common.Interfaces; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; namespace TwitterClone.Application.Common.Behaviours { public class PerformanceBehaviour<TRequest, TResponse> : IPipelineBehavior<TRe...
//---------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. // All rights reserved. // // This code is licensed under the MIT License. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentat...
namespace Chart.Mvc.Charts.Scales { using System.Collections.Generic; public class ScalesType { public IList<ScaleOptions> xAxes { get; } = new List<ScaleOptions>(); public IList<ScaleOptions> yAxes { get; } = new List<ScaleOptions>(); } }
using System; using System.Collections.Generic; using System.Text; using CoffLib.Binary; namespace CoffLib.X86 { public partial class I386 { public static void Test1_32() { // Push, Pop, Inc, Dec, Not, Neg, Mul, Imul, Div, Idiv // Push Push((Val32)0x12345678...
//------------------------------------------------------------------------------ // <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> //--...
/* The following is to be used for reference only. The following implementation is not used in any implemenation for any company. The following is written in C# The following returns a string representing an Excel Column */ /// <summary> /// 1 -> A<br/> /// 2 -> B<br/> /// 3 -> C<br...
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Runtime.CompilerServices; using System.Threading; using System.Threading.Tasks; namespace MathCore.NET.HTTP { public abstract class Message : IEnumerable<(string Header, string Value)> { //private b...
using Microsoft.SharePoint.Client; using OfficeDevPnP.Core.Framework.Provisioning.Model; using OfficeDevPnP.Core.Framework.Provisioning.ObjectHandlers; using OfficeDevPnP.Core.Framework.Provisioning.Providers.Xml; using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System...
using UnityEngine; using System.Collections; using System.Collections.Generic; using System; using nuitrack.issues; public class UserTrackerVisualization : MonoBehaviour { #region Fields IssuesProcessor issuesProcessor; ulong lastFrameTimestamp = ulong.MaxValue; [SerializeField] int hRes; int fr...
/***************************************************************************** * Open source Advent of Code 2020, C# solutions. Released under the MIT * * License. * * * * ...
// 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.Linq; using System.Threading.Tasks; using Microsoft.EntityFrameworkCore.TestModels.SpatialModel; using NetTopologySuite.Geometries; using ...
// ------------------------------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See LICENSE in the repo root for license information. // -----------------------------------------------------------...
/*********************************************************************************************************************** Copyright (c) 2016, Imagination Technologies Limited and/or its affiliated group companies. All rights reserved. Redistribution and use in source and binary forms, with or without modification, ...
// // Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requi...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //---------------------------------------------...
/* * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH * under one or more contributor license agreements. See the NOTICE file * distributed with this work for additional information regarding copyright * ownership. Camunda licenses this file to you under the Apache License, * Version 2.0; ...
using System.Collections.Generic; namespace MiniProfilerDemo.Models { public class PostDetailsViewModel { public string Title { get; set; } public string Content { get; set; } public List<TagViewModel> Tags { get; set; } } }
// 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.IO; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore; using Microsoft.AspNetCor...
// DeflaterOutputStream.cs // // Copyright (C) 2001 Mike Krueger // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public Lice...
@using isriding.Web.Models.Authen @model isriding.Web.Models.SchoolManage.BikesitemanageModel @{ ViewBag.Title = "车辆使用状况"; var buttonList = ViewBag.ButtonList as List<PermissionButtonModel>; } @if (buttonList != null && buttonList.Any(t => t.Name.ToLower() == "浏览")) { @Html.Partial("_Search", Model.Search...
// <auto-generated /> #pragma warning disable 1570, 1591 using System; using Microsoft.ML.Probabilistic; using Microsoft.ML.Probabilistic.Distributions; using Microsoft.ML.Probabilistic.Factors; namespace Models { /// <summary> /// Generated algorithm for performing inference. /// </summary> /// <remarks> /// If...
namespace AybCommerce.UI.Constants { public class CacheEntryConstants { /// <summary> /// 0 Represent PageIndex; /// 1 Represent PageSize; /// 2 Represent CategoryId; /// </summary> public const string Products = "Cached_Products_{0}_{1}_{2}"; } }
using UnityEngine; namespace PiRhoSoft.Utilities { public enum TraitLocation { Above, Below, Left, Right } public abstract class PropertyTraitAttribute : PropertyAttribute { public const int TestPhase = 1; public const int PerContainerPhase = 2; public const int ContainerPhase = 3; public const ...
using System.Collections.Generic; using System.Linq; namespace Rebus.Internals { static class EnumerableExtensions { public static IEnumerable<List<T>> Batch<T>(this IEnumerable<T> items, int maxItemsPerBatch) { var list = new List<T>(); foreach (var item in items) ...
using System; using System.Threading.Tasks; using AutoFixture; using BaseTests; using BaseTests.EndToEndHelpers; using BaseTests.EndToEndHelpers.Mocks; using BookLovers.Base.Infrastructure.Extensions; using BookLovers.Base.Infrastructure.Persistence; using BookLovers.Base.Infrastructure.Services; using BookLovers.Read...
using UnityEngine; namespace AClockworkBerry.Splines { /// <summary> /// A set of static functions for bezier cubic curves. /// This class provides static methods to calculate cubic bezier curves positions, first derivative and second derivative. /// A method for numerical integration (whith trapezoid...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class GameManager : MonoBehaviour { public Puzzle puzzlePrefab; public GameObject inGameMenu; public GameObject winGameMenu; public GameObject startButton; private List<Puzzle> puzzleList = new List<Puzzle>(); ...
using System.Collections.Generic; using Essensoft.Paylink.Alipay.Response; namespace Essensoft.Paylink.Alipay.Request { /// <summary> /// koubei.security.risk.event.send /// </summary> public class KoubeiSecurityRiskEventSendRequest : IAlipayRequest<KoubeiSecurityRiskEventSendResponse> { /...
using System; using System.Xml.Serialization; namespace Alipay.AopSdk.Core.Domain { /// <summary> /// SinglePayDetail Data Structure. /// </summary> [Serializable] public class SinglePayDetail : AopObject { /// <summary> /// 支付宝冻结订单号 /// </summary> [XmlElement("a...
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; using UnityEngine.EventSystems; using UnityEngine.UI; [AddComponentMenu("UI/Hold Click Button")] public class HoldClickButton : Button { public UnityEvent onHoldClick; private bool isPointer...
@using Acme.PhoneBook.Configuration.Ui @model Acme.PhoneBook.Web.Views.Shared.Components.RightSideBar.RightSideBarViewModel <aside id="rightsidebar" class="right-sidebar"> <ul class="nav nav-tabs tab-nav-right" role="tablist"> <li role="presentation" class="active"><a href="#skins" data-toggle="tab">SKINS</...
using CommonPluginsShared; using CommonPluginsShared.Converters; using System; using System.Windows.Media.Imaging; namespace SuccessStory.Models { /// <summary> /// Class for the ListBox achievements /// </summary> public class ListBoxAchievements { public string Icon { get; set; } ...
// 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 ...
// Copyright 2021 Carnegie Mellon University. All Rights Reserved. // Released under a MIT (SEI)-style license. See LICENSE.md in the project root for license information. using System; namespace Caster.Api.Features.UserPermissions { public class UserPermission { public Guid Id { get; set; } p...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MailQueue { public static class Constants { public const string PipePath = "net.pipe://mailqueue"; public const string MailPipePath = "mail"; public const string MailPipeFullPath = PipePath ...
// <auto-generated> // 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 // re...
using System; using System.CodeDom.Compiler; using System.ComponentModel; using System.Diagnostics; using System.ServiceModel; namespace Workday.RevenueManagement { [GeneratedCode("System.ServiceModel", "4.0.0.0"), EditorBrowsable(EditorBrowsableState.Advanced), DebuggerStepThrough, MessageContract(IsWrapped = false)...
//------------------------------------------------------------------------------ // <copyright file="IComponentInitializer.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------...
// Copyright (c) Source Tree Solutions, LLC. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. // Author: Joe Audette // Created: 2016-04-24 // Last Modified: 2018-10-09 // using System.Threa...
// <auto-generated /> using System; using HeroesAndDragons.DL; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; namespace HeroesAndDragons.DL.Migrations { [DbContext(t...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.VisualBasic; namespace ConsoleAppWithVB { class Program { static void Main(string[] args) { //tu piszemy kod //Console.OutputEncoding = En...
// 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. namespace Microso...
// $Id$ // // Copyright 2008 The AnkhSVN Project // // 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 applicabl...
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.DependencyInjection; using Microsoft.Extensions.Hosting; namespace Main { public clas...
using System.Linq; using System.Threading; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.Diagnostics; using Microsoft.CodeAnalysis.Formatting; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace TestTemplate { /// <summary> /// Superclass of all U...
// <auto-generated /> using GoldenSweets.Persistence; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage; using Microsoft.EntityFrameworkCore.S...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Reflection; using Hk.Core.Util; using Hk.Core.Util.Datas; using Hk.Core.Util.Enum; using Hk.Core.Util.Extentions; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; ...
// 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.Diagnostics; using System.Runtime.InteropServices; using Microsoft.CS...
namespace HuaweiARUnitySDK { using System; /** * \if english * @deprecated Use \link ARHandTrackingConfig.EnableDepth \endlink instead. * \else * @deprecated 请使用\link ARHandTrackingConfig.EnableDepth \endlink. * \endif */ [Obsolete] public enum ARConfigHandFindingMode ...
using System; using System.Collections.Generic; using System.IO; using Newtonsoft.Json; using NLog; using Shadowsocks.Controller; namespace Shadowsocks.Model { [Serializable] public class Configuration { [JsonIgnore] private static readonly Logger logger = LogManager.GetCurrentClassLogger(...
using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Diagnostics; using System.Collections.Immutable; namespace RefactoringEssentials.CSharp.Diagnostics { [DiagnosticAnalyzer(LanguageNames.CSharp)] [NotPortedYet] public class RedundantArgumentDefaultValueAnalyzer : DiagnosticAnalyzer { st...
using System; namespace HomeKit.Model { [Flags] public enum DeviceStatus { None = 0, NotPaired = 1, NotConfiguredToJoinWifi = 2, ProblemDetected = 4, } }
using Newtonsoft.Json.Linq; using Server.Forms; using Server.Settings; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Linq; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; using S...
// The following code example creates hash tables using different Hashtable // constructors and demonstrates the differences in the behavior of the hash // tables, even if each one contains the same elements. // <Snippet1> using System; using System.Collections; using System.Globalization; class myCultureComparer : ...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; using Microsoft.Extensi...
using System; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; namespace ElectronCrashReport { public class ElectronCrashCollectorConfiguration { public PathString MapPath { get; set; } public Func<IElectronCrashReport, HttpContext, Task> ElectronCrashReportHandler { get; set; }...
using System; using System.Linq; using System.Collections.Generic; using Microsoft.ML.Data; using Microsoft.ML; using Microsoft.ML.AutoML; using System.Text; namespace Common { public static class ConsoleHelper { private const int Width = 114; public static void PrintRegressionMetrics(string ...
using System; public class Example { public static void Main() { // <Snippet5> // Define an array of all format specifiers. string[] formats = { "N", "D", "B", "P", "X" }; var guid = Guid.NewGuid(); // Create an array of valid Guid string representations. var stringGuids = ne...
/* * 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; using System.Collections; using Handelabra.Sentinels.Engine.Controller; using Handelabra.Sentinels.Engine.Model; namespace Cauldron.Baccarat { public class CardTossCardController : CardController { public CardTossCardController(Card card, TurnTakerController turnTakerController) : base(ca...
using System; using GlassStoreCore.BL.APIs.Filters; using GlassStoreCore.BL.Models; using GlassStoreCore.Data; using GlassStoreCore.Data.UnitOfWork; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.WebUtilities; using Microsoft.Extensions.DependencyInjection; namespace ...
using System.Text.Json.Serialization; namespace Faforever.Qai.Core.Structures.Link { public class FafUser { [JsonPropertyName("data")] public FafUserData Data { get; internal set; } [JsonConstructor] public FafUser(FafUserData data) { Data = data; } ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Methods { class Program { static void Main(string[] args) { int n = int.Parse(Console.ReadLine()); PrintRoof(n); PrintBase(n); ...
#if LESSTHAN_NET35 // 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. namespace System.Linq.Expressions.Compiler { internal partial class StackSpiller { ...
// -------------------------------------------------------------------------------------------------------------------- // <copyright company="Aspose" file="GetTablePropertiesRequest.cs"> // Copyright (c) 2021 Aspose.Words for Cloud // </copyright> // <summary> // Permission is hereby granted, free of charge, to an...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // As informações gerais sobre um assembly são controladas por // conjunto de atributos. Altere estes valores de atributo para modificar as informações // associada a um assembly. [assembly: AssemblyTitle("Understand...
// <copyright file="GroupRepository.cs" company="YAGNI"> // All rights reserved. // </copyright> // <summary>Holds implementation of GroupRepository class.</summary> using System.Collections.Generic; using System.Linq; using LibrarySystem.Data.Users; using LibrarySystem.Models.Enumerations; using LibrarySystem.Model...
/*<FILE_LICENSE> * NFX (.NET Framework Extension) Unistack Library * Copyright 2003-2014 IT Adapter Inc / 2015 Aum Code 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 * * http://www.apac...
//------------------------------------------------------------------------------ // <auto-generated> // 此代码由T4模板自动生成 // 生成时间 2020-02-04 21:25:26 // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失 // 作者:Harbour CTS // </auto-generated> //---------------------------------------------------------------------...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace BunnyCraft.Services.Controllers { public class HomeController : Controller { public ActionResult Index() { ViewBag.Title = "Home Page"; return View(); ...
using System; using System.Collections.Generic; using K4os.Compression.LZ4; namespace GameX { public enum CompressionMethod { Lz4 } public static class Compression { public static byte[] Zip(byte[] data, CompressionMethod method = CompressionMethod.Lz4) { if(m...
namespace PaketLoadScripts #load "/home/justin/code/fsharp/GiraffeWebApp/GiraffeWebApp/.paket/load/netstandard1.3/Microsoft.AspNetCore.Http.Abstractions.csx" #load "/home/justin/code/fsharp/GiraffeWebApp/GiraffeWebApp/.paket/load/netstandard1.3/Microsoft.Extensions.FileProviders.Abstractions.csx" #load "/home/justin...
using RageKit.GameFiles; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using SharpDX; using System.Xml; using System.ComponentModel; namespace RageKit.World { public class Scenarios { public volatile bool Inited = false; pu...
using NHM.MinerPluginToolkitV1.Configs; using NHM.Common.Enums; using System.Collections.Generic; using SAS = NHM.MinerPluginToolkitV1.Configs.PluginSupportedAlgorithmsSettings.SupportedAlgorithmSettings; namespace XMRig { public partial class XMRigPlugin { protected override PluginSupportedAlgorithm...
#if XAF192 using DevExpress.Data.Filtering; using DevExpress.Data.Filtering.Helpers; using DevExpress.Xpo; using DevExpress.Xpo.DB; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using DevExpress.ExpressApp.DC; namespace DevExpress.Expr...
/* * Copyright (c) 2010-2015 Pivotal Software, 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 License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless req...
#pragma checksum "..\..\..\WPF\BindingWPF.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "B6387CA28DCFFD6406F3C465F9BB803614A5EDA5" //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // //...
namespace HTLib2.Bioinfo { public partial class PdbDatabase { } }
using System.Linq; using System.Net; using System.Threading.Tasks; using NUnit.Framework; using TestApi.Tests.Common.Configuration; using VideoApi.Contract.Enums; namespace TestApi.IntegrationTests.Controllers.Conferences { public class GetSelfTestScoreTests : ConferencesTestsBase { [Test] pub...
// HtmlAgilityPack V1.0 using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Text.RegularExpressions; using System.Xml; namespace HtmlAgilityPack { /// <summary> /// Represents a complete HTML document. /// </summary> public partial class HtmlDocument { #region ...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by Entitas.CodeGeneration.Plugins.ComponentEntityApiInterfaceGenerator. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // <...
// Copyright Dirk Lemstra https://github.com/dlemstra/Magick.NET. // Licensed under the Apache License, Version 2.0. namespace ImageMagick { internal sealed class ExifNumberArray : ExifArrayValue<Number> { public ExifNumberArray(ExifTag<Number[]> tag) : base(tag) { } ...
namespace Moo.Data.Migrations { using System; using System.Data.Entity.Migrations; public partial class IDK : DbMigration { public override void Up() { CreateTable( "dbo.Turn", c => new { ID = c....
@model IEnumerable<ItWebSite.Core.DbModel.CnblogsComment> @{ int layer = 1; } <hr/> <div id="blog-comments-placeholder"> <div>评论列表</div> @foreach (var item in Model) { <div> <div> <span> #@layer 楼</span> <span>@item.CreateDate</span> <span>作者:<a href="#">@item.Cre...
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschraenkt) // All rights reserved. Licensed under the MIT license. // ===========================...
using System; using System.Collections; using System.Collections.Generic; using ParadoxNotion.Design; using UnityEngine; namespace FlowCanvas.Nodes{ [Obsolete] [Name("Select", 8)] [Category("Utility")] [Description("Returns either one of the two inputs, based on the boolean condition")] [ExposeAsDefinition] pu...
using Lombiq.DownloadAs.Models; using Orchard.ContentManagement; using Orchard.ContentManagement.Drivers; namespace Lombiq.DownloadAs.Drivers { public class DownloadAsSettingsPartDriver : ContentPartDriver<DownloadAsSettingsPart> { protected override DriverResult Editor(DownloadAsSettingsPart part, dy...
using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.ModelBinding; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Text.Json.Serialization; namespace OpenBots.Server.Web { public class ServiceBadRequest : ValidationProblemDetails { //ge...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NBitcoin { public class InMemoryNoSqlRepository : NoSqlRepository { Dictionary<string, byte[]> _Table = new Dictionary<string, byte[]>(); protected override Task PutBytesBatch(IEnumerab...
using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging.Debug; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using ServerTools.ServerCommands; using System; using System.Net.Http; using System.Threading.Tasks; namespace CommandPatternWithQueues.RemoteCommands { public class RandomFoxCommand : ...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Runtime.Serialization; using System.Threading; namespace CrownPeak.AccessAPI { [DataContract(Name="RepositoryServer", Namespace="http://schemas.datacontract.org/2004/07/Cr...