text stringlengths 1 932k |
|---|
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Wbs.Everdigm.Database;
namespace Wbs.Everdigm.BLL
{
/// <summary>
/// 设备所处状态码业务处理
/// </summary>
public class EquipmentStatusCodeBLL : BaseService<TB_EquipmentStatusCode>
{
... |
using Microsoft.Xna.Framework;
using Terraria;
using Terraria.UI.Chat;
namespace CookieClicker.AchievementsSystem
{
public class AchievementTagHandler : ITagHandler
{
private class AchievementSnippet : TextSnippet
{
private readonly Achievement _achievement;
public AchievementSnippet(Achievement ac... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.IO.Pipes;
using Sy... |
// 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 System.Collections.Specialized;
using System.Threading.Tasks;
using IdentityServer4.Models;
namespace IdentityServer4.Validation
{
... |
namespace P04.WildFarm.Models.Foods
{
public class Fruit : Food
{
public Fruit(int quantity)
: base(quantity)
{
}
}
} |
namespace Sining.Event
{
public class EventType
{
public const string OnLogin = "OnLogin";
}
[EventSystem(EventType.OnLogin)]
public class OnLogin : IEvent
{
public void Run()
{
throw new System.NotImplementedException();
}
}
} |
// <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 SkbKontur.SqlStorageCore;... |
/* WARNING: THIS IS GENERATED CODE - PLEASE DONT EDIT DIRECTLY - YOUR CHANGES WILL BE LOST! */
using MedicalResearch.IdentityManagement;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
using Security;
using Swashbuckle.AspNetCore.Annotations;
using System;
using System.Collections.Generic;
using S... |
using System.Linq;
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.EntityFrameworkCore;
namespace ABCBookstore.Models
{
public static class SeedData
{
public static void EnsurePopulated(IApplicationBuilder app)
{
ApplicationDbContex... |
namespace FluentExtensions.Byte
{
/// <summary>
/// Convert byte array to string
/// </summary>
public static class ToStringExtension
{
/// <summary>
/// Convert byte array to string.
/// </summary>
/// <param name="bytes">The byte array.</param>
/// <returns... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Globalization;
using System.Security.Claims;
using Microsoft.AspNetCore.Components.Authorization;
using Microsoft.AspNetCore.SignalR;
using Microsoft.Extensions.Dependen... |
using System;
using System.Linq;
using System.Net;
namespace Sharpnetcat
{
class Program
{
public static int port;
public static string ip;
static void Main(string[] args)
{
Console.WriteLine(@" _ _ ... |
//------------------------------------------------------------------------------
// <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 Tensorflow.Keras.Losses;
using Tensorflow.Keras.Utils;
using static Tensorflow.Binding;
namespace Tensorflow.Keras.Metrics
{
/// <summary>
/// Encapsulates metrics that perform a reduce operation on the values.
/// </summary>
public class Reduce : Metric
{
public Reduce(string reduct... |
/* ========================================================================
* Copyright (c) 2005-2019 The OPC Foundation, Inc. All rights reserved.
*
* OPC Reciprocal Community License ("RCL") Version 1.00
*
* Unless explicitly acquired and licensed from Licensor under another
* license, the contents of this file... |
namespace LocalPub.Utilities
{
public class AuthConstants
{
public const int DefaultSaltLength = 10;
public const string SessionUserKey = "SESSION__user";
public const string CookieAuthType = "cookie";
}
} |
// Licensed under the MIT License. See LICENSE in the git repository root for license information.
using System.Collections.Generic;
using Newtonsoft.Json;
namespace Ecwid.Legacy.Models
{
/// <summary>
/// The root object that is returned by the LegacyOrder API.
/// </summary>
/// <typeparam name="TO... |
using DiscordEmoji = Discord.Emoji;
using TagType = Discord.TagType;
using Emote = Discord.Emote;
using Discord.Commands;
using Discord.WebSocket;
using Grillbot.Database.Entity.Users;
using Grillbot.Extensions;
using Grillbot.Extensions.Discord;
using Grillbot.Models.EmoteStats;
using NeoSmart.Unicode;
using System;
u... |
//------------------------------------------------------------------------------
// <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.Collections.Generic;
using System.Linq;
using System.Text;
namespace Mercury.Client.Core.Sponsor {
[Serializable]
public class Sponsor : CoreObject {
#region Private Properties
private Int64 entityId;
#endregion
#region Public Properties... |
#pragma checksum "C:\Users\Admin\Desktop\IIT\L6\EAD\CW2\Jello\Jello\Jello\Shared\NavMenu.razor" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "dd9c11c4cde5db8cd3ff2eb40d826f910cfb48a3"
// <auto-generated/>
#pragma warning disable 1591
namespace Jello.Shared
{
#line hidden
using System;
using System.Collections.G... |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Routing.Template;
using Yarp.ReverseProxy.Abstractions.Config;
using Yarp.ReverseProxy.Service.RuntimeModel.Transforms;
namespace Yarp.... |
/*
* 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.Linq;
using UnityEngine;
using ParadoxNotion.Design;
namespace FlowCanvas.Nodes
{
[Name("Set Internal Var")]
[Description("Can be used to set an internal variable, to later be retrieved with a 'Get Internal Var' node. If you do not call 'Set', then the input value will work as a relay instead.")... |
using System;
using System.Collections.Generic;
using System.Reflection;
using System.Windows.Forms;
using LocationView.Client;
using VideoOS.Platform;
using VideoOS.Platform.Admin;
using VideoOS.Platform.Client;
namespace LocationView
{
public class LocationViewDefinition : PluginDefinition
{
internal protected s... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Xml.Serialization;
namespace Blog.Serialize
{
public static class SerializeHelper
{
public static string SerializeObject<T>(this T toSerialize)
{
XmlSerializer xmlSerializer = new XmlSe... |
using System;
namespace SwordGC.AirController.InputTypes
{
public class TouchSwipe : IInput
{
public enum DIRECTION { UP, DOWN, LEFT, RIGHT }
public DIRECTION Direction { get; private set; }
private bool active;
public bool IsSwiped
{
get
{
... |
using System.Threading;
using System.Threading.Tasks;
using BuildingBlocks.CQRS.Commands;
using University.Instructors.Application.Services;
using University.Instructors.Core.Entities;
namespace University.Instructors.Application.Commands.Handlers
{
public class AddInstructorCommandHandler : ICommandHandler<AddIn... |
using Microsoft.EntityFrameworkCore;
using TextClustering.Domain.Entities;
namespace TextClustering.Domain
{
public class TextClusteringDbContext : DbContext
{
public DbSet<User> Users { get; set; }
public DbSet<Cluster> Clusters { get; set; }
public DbSet<Dataset> Datasets { get; se... |
/*
* 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 ... |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="HorizontalTextStripper.cs" company="Jarno Burger">
// See copyright.txt in the root of this project.
// </copyright>
// <summary>
// This creates the visible text in a control,... |
using EPiServer.Commerce.Order;
using EPiServer.Core;
using EPiServer.Framework.Localization;
using EPiServer.Reference.Commerce.Site.Features.AddressBook.Services;
using EPiServer.Reference.Commerce.Site.Features.Cart.Services;
using EPiServer.Reference.Commerce.Site.Features.Checkout.Pages;
using EPiServer.Reference... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
namespace Microsoft.Dynamics365.UIAutomation.Sample.Web
{
using Microsoft.VisualStudio.TestTools.UnitTesting;
[TestClass]
public class TestAccount : TestBase
{
[TestInitialize]
public overr... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace MitsubishiPajero.Pages.Dakar.Rueckblick
{
public class Dakar1996Model : PageModel
{
public void OnGet()
{
... |
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Text;
namespace IntelliMood.Data.Models.Recommendations
{
public class UserRecommendation
{
[Key]
public int Id { get; set; }
[Required]
public string UserId { get; set; }... |
/*
* 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 may... |
#if ENABLE_UNET
using PlanetaGameLabo.UNetCustom.NetworkSystem;
using System;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using UnityEngine.SceneManagement;
namespace PlanetaGameLabo.UNetCustom {
[AddComponentMenu("PlanetaGameLabo/UNetCustom/NetworkLobbyManager")]
public class Netw... |
namespace StackExchange.Opserver.Data.HAProxy
{
public class Server : Item
{
public string Name { get { return ServerName; } }
}
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Assets.GameAssets.Scripts.Maze.Helper;
using Assets.GameAssets.Scripts.Maze.MazeGeneration;
using Assets.GameAssets.Scripts.Maze.Model;
namespace Assets.GameAssets.Scripts.Maze.Solver
{
public class GraphBuilder : IGraphBu... |
// 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 Microsoft.CodeAnalysis.Editor.Shared.Extensions;
using Microsoft.VisualStudio.Text;
namespace Microsoft.CodeAnalysis.Editor.Implementatio... |
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("Ca... |
using Objects.Geometry;
using Speckle.Core.Kits;
using Speckle.Core.Models;
using System.Collections.Generic;
namespace Objects.BuiltElements.Revit
{
public class DirectShape : Base
{
public string name { get; set; }
public RevitCategory category { get; set; }
public List<Base> baseGeometries { get;... |
using System.Collections;
using System.Collections.Generic;
using Mellis.Core.Exceptions;
using Mellis.Core.Interfaces;
using Mellis.Lang.Python3.Entities;
using Mellis.Lang.Python3.Entities.Functions;
using Mellis.Lang.Python3.Exceptions;
using Mellis.Lang.Python3.Resources;
using Microsoft.VisualStudio.TestTools.Uni... |
// Copyright (c) 2008-2022, Hazelcast, 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 required by ... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
using System.Collections.Generic;
namespace Azure.Analytics.Synapse.Artifacts.Models
{
/// <summary> A copy activity QuickBooks server source. </summary>
public partial clas... |
using Microsoft.AspNetCore.Hosting;
using System.IO;
namespace STEPsaver.Website
{
public class Program
{
public static void Main(string[] args)
{
var host = new WebHostBuilder()
.UseKestrel()
.UseContentRoot(Directory.GetCurrentDirectory())
... |
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Text;
namespace Magicodes.WxMiniProgram.Sdk.Services.Logistics.Dto
{
/// <summary>
/// 生成运单
/// </summary>
public class AddOrderInput : ServiceInputBase
{
/// <summary>
/// 订单来源,0为小程序订单,2为App或H5订单,填... |
#nullable enable
using System;
namespace GraphQL
{
/// <summary>
/// Activator.CreateInstance based service provider.
/// </summary>
/// <seealso cref="IServiceProvider" />
public sealed class DefaultServiceProvider : IServiceProvider
{
/// <summary>
/// Gets an instance of the... |
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("19.... |
// *** 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... |
// <copyright file="Vector.BCL.cs" company="Math.NET">
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
//
// Copyright (c) 2009-2013 Math.NET
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this ... |
// 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.Runtime.CompilerServices;
using Microsoft.CodeAnalysis.Shared.TestHooks;
namespace Microsoft.CodeAnal... |
using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Text;
using System.Text.Json;
using System.Threading.Tasks;
using SEP3T2GraphQL.Models;
namespace SEP3T2GraphQL.Repositories.Impl
{
public class CityRepository : ICityRepository
{
private readonly HttpClient _client;
... |
using System.Collections.Generic;
using ProjectManager.Framework.Core.Commands.Abstracts;
using ProjectManager.Framework.Core.Commands.Contracts;
using ProjectManager.Framework.Data;
using ProjectManager.Framework.Data.Factories;
namespace ProjectManager.Framework.Core.Commands.Creational
{
public sealed class C... |
// Copyright 2013-2021 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/>
//
// Licensed under the ImageMagick License (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.imagemagick.org/script/license.php
//
// Unless req... |
using System;
using System.Runtime.Serialization;
namespace ProSuite.DomainServices.AO.QA.IssuePersistence
{
public class IssueFeatureInsertionFailedException : Exception
{
public IssueFeatureInsertionFailedException() { }
public IssueFeatureInsertionFailedException(string message)
: base(message) { }
pub... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Ched.UI
{
public partial class HighSpeedSelectionForm : Form
{
public decimal ... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
namespace MVCRegister
{
public class Program
{
... |
// 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;
using Newtonsoft.Json.Linq;
using Xunit;
namespace Microsoft.DotNet.ProjectModel.Server.Tests
{
public static class JArrayExtensions... |
/*
* Copyright (c) 2016 Samsung Electronics Co., Ltd 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... |
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Groover.BL.Models.Chat.DTOs
{
public class ImageMessageDTO : BaseMessageDTO
{
public ImageMessageDTO()
{
Type =... |
// The MIT License (MIT)
//
// Copyright (c) Andrew Armstrong/FacticiusVir & xuri 2021
//
// 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 limitatio... |
using Terraria;
using Terraria.ID;
using Terraria.ModLoader;
using Terraria.Localization;
namespace MagicStoragePlus.Items
{
public class UpgradeTerra : ModItem
{
public override void SetStaticDefaults()
{
DisplayName.SetDefault("Terra Storage Upgrade");
DisplayName.Add... |
using System;
using System.Collections.Generic;
using System.Net;
using System.Text;
namespace UDProtean.Server
{
public class UDPServer<ClientBehavior> : UDPListener
where ClientBehavior : UDPClientBehavior, new()
{
Dictionary<IPEndPoint, ClientBehavior> connections;
public UDPServer(string host, int po... |
/*
* Copyright (c) 2018 THL A29 Limited, a Tencent company. 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
*
... |
using Microsoft.Extensions.Logging;
using PhilipDaubmeier.CompactTimeSeries;
using PhilipDaubmeier.GraphIoT.Sonnen.Database;
using PhilipDaubmeier.SonnenClient;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace PhilipDaubmeier.GraphIoT.Sonnen.Polling
{
publ... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.CompilerServices;
using LibHac.Common;
using LibHac.Fs;
namespace LibHac.FsSystem
{
public class LocalDirectory : IDirectory
{
private OpenDirectoryMode Mode { get; }
private DirectoryInfo DirInfo { get; }
... |
using System;
using System.Linq;
using System.IO;
using System.Text;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using PureCloudPlatform.Client.V2.Client;
namespace PureClo... |
// <auto-generated />
using System;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using cloudscribe.Core.IdentityServer.EFCore.MySql;
namespace cloudscribe.Core.IdentityServer.EFCore.MySql.Migrations.PersistedGrant... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using MusicStore.Data;
namespace MusicStore.Services.Models
{
public class ArtistModelFull : ArtistModel
{
public static Expression<Func<Artist, ArtistModelFull>> FromArtist
{
get
... |
using System;
namespace StronglyTypedIds
{
/// <summary>
/// Used to control the default Place on partial structs to make the type a strongly-typed ID
/// </summary>
[AttributeUsage(AttributeTargets.Assembly, Inherited = false, AllowMultiple = false)]
[System.Diagnostics.Conditional("STRONGLY_TYPED... |
namespace RingCentral
{
public partial class Supported
{
//
public bool? @supported { get; set; }
}
} |
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using XcantloadX.DL.Music;
/// <summary>
/// 绑定节奏点与动画
/// </summary>
public class BeatAnimationBinding : BeatTrigger
{
private Animation animation;
protected new void Start()
{
base.Start();
this.... |
using System;
namespace Sisus
{
[Flags]
public enum MessageDisplayMethod
{
None = (1 << 0),
Notification = (1 << 1),
Console = (1 << 2)
}
} |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class GameManager : MonoBehaviour
{
static int playerOneScore, playerTwoScore;
[SerializeField]
BallController ball;
[SerializeField]
int winScore = 5;
GUISkin layout;
[SerializeField]
AudioClip scor... |
namespace Microsoft.Azure.Management.DataFactory.Models
{
public partial class DataFlowSink : Transformation
{
/// <summary>
/// Initializes a new instance of the DataFlowSink class.
/// </summary>
/// <param name="name">Transformation name.</param>
/// <param name="desc... |
// Copyright (c) 2014-2020 DataStax Inc.
// Copyright (c) 2020, Rafael Almeida (ralmsdevelper)
// Licensed under the Apache License, Version 2.0. See LICENCE in the project root for license information.
using System;
using System.Threading;
using System.Threading.Tasks;
using Scylla.Net.DataStax.Insights.MessageFacto... |
namespace final_project_iteration1
{
partial class lotrItem
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
... |
using DevilDaggersCore.Utils;
using System.Windows;
using System.Windows.Navigation;
namespace DevilDaggersAssetEditor.Wpf.Gui.Windows
{
public partial class HelpWindow : Window
{
public HelpWindow()
{
InitializeComponent();
}
private void Hyperlink_RequestNavigate(object sender, RequestNavigateEventArg... |
//
// TestSessionServant.cs
//
// Author:
// Martin Baulig <martin.baulig@xamarin.com>
//
// Copyright (c) 2015 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 with... |
using System;
using System.Collections.Generic;
#nullable disable
namespace Demo3.Sopra.ConsoleApp1.Models
{
public partial class Quarterly_Order
{
public string CustomerID { get; set; }
public string CompanyName { get; set; }
public string City { get; set; }
public string Cou... |
// Copyright (c) IEvangelist. All rights reserved.
// Licensed under the MIT License.
using Microsoft.Azure.CosmosEventSourcing.Events;
using Microsoft.Azure.CosmosEventSourcing.Models;
using Microsoft.Azure.CosmosEventSourcing.Projections;
using Microsoft.Azure.CosmosRepository;
namespace Microsoft.Azure.CosmosEvent... |
#region Using directives
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Components;
#endregion
namespace Blazorise.Base
{
/// <summary>
/// Base component for all the input types.
/// </summary>
public abstract class BaseInpu... |
// 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;
using System.Collections.Generic;
using System.Globalization;
namespace NuGet.Configuration
{
internal class SearchTree
{
... |
using System;
namespace KMS.CMD
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
} |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using TestEntities;
using TestDataLayer;
using System.Collections;
using Xpand.ExpressApp.NH;
using Xpand.ExpressApp.NH.DataLayer;
using DevExpress.ExpressApp;
using DevExpress.Data.Filtering;
namespace UnitTests
{
[TestClass]
public class Objec... |
// Copyright (c) 2015 fjz13. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
using System;
using System.Text;
namespace Siren.IO
{
public interface IOutputStream
{
void WriteUInt8(byte value);
void WriteUInt16(ushort v... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class IgnoreCollisionByCollider : MonoBehaviour
{
public Collider collider1;
public Collider collider2;
// Start is called before the first frame update
void Start() {
Physics.IgnoreCollision(collider1, colli... |
//------------------------------------------------------------------------------
// <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>
//----------------------------------------... |
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Text;
namespace gov.va.medora.mdo
{
public class OrderDialog
{
string dialogId;
string name;
int quickLevel;
string responseId;
string type;
string formId;
... |
using System;
using System.Net.Http;
using Xunit;
namespace OpenReservation.API.Test.Controllers
{
[Collection("APITestCollection")]
public class ControllerTestBase
{
protected HttpClient Client { get; }
protected IServiceProvider Services { get; }
public ControllerTestBase(APITe... |
using pst.core;
using pst.encodables.ndb;
using pst.encodables.ndb.blocks.data;
using pst.encodables.ndb.btree;
using pst.interfaces;
using pst.interfaces.btree;
using pst.interfaces.io;
using pst.interfaces.ndb;
using pst.utilities;
using System.Collections.Generic;
namespace pst.impl.ndb.datatree
{
class Extern... |
using Playcraft;
using UnityEngine;
public class DockDrone : MonoBehaviour
{
[SerializeField] SO[] dockingTags;
[SerializeField] BoolEvent OnDock;
void OnTriggerEnter(Collider other)
{
if (IsValidContact(other))
OnDock.Invoke(true);
}
void OnTriggerExit(Collider other... |
using System;
using System.Runtime.InteropServices;
namespace dfulib
{
static class STDFU
{
public const uint STDFU_ERROR_OFFSET = 0x12340000;
public const uint STDFU_NOERROR = STDFU_ERROR_OFFSET + 0;
public const byte STATE_IDLE = 0x00;
public const byte STATE_DETACH = 0x01;
... |
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("Acm... |
#pragma checksum "..\..\..\Charts\Filters.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "D88BC09D0C88542BE505C4020192A33F"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Cha... |
using System;
using Vodamep.Data.Dummy;
using Vodamep.Mohi.Model;
using Vodamep.Mohi.Validation;
namespace Vodamep.Client
{
public class MohiHandler : HandlerBase
{
public override void PackFile(PackFileArgs args)
{
var report = ReadReport(args.File);
var file = report... |
// *** 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.Collections;
using System.Collections.Generic;
using UnityEngine;
public class BasketBallCourtMovement : MonoBehaviour
{
public Transform[] Waypoint;
public float MovementSpeed;
// Start is called before the first frame update
void Start()
{
MovementSpeed = 1f;
StartCo... |
using System;
using System.IO;
namespace Jurassic
{
/// <summary>
/// Represents a resource that can provide script code. This is the abstract base class of all
/// the script providers.
/// </summary>
public abstract class ScriptSource
{
/// <summary>
/// Gets the path of the... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.