text stringlengths 1 932k |
|---|
// Copyright 2007-2018 Chris Patterson, Dru Sellers, Travis Smith, et. al.
//
// 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 Business.Abstract;
using Entities;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Api.Controllers
{
[Route("api/[controller]")]
[ApiController]
public class PaymentController ... |
using System.Collections.Generic;
using System.Threading.Tasks;
using DataAPI.Client.Repositories;
using DataAPI.DataStructures.Distribution;
namespace AutoCompleteMatchers
{
public class DataServiceDefinitionAutoCompleteMatcher<TDataServiceDefinition,TDataServiceDefinitionField> : IAutoCompleteMatcher<TDataServi... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Web.Mvc;
using System.Web.Optimization;
using System.Web.Routing;
//using BlackCogs.Application;
using BlackCogs.Controllers.Factory;
using BlackCogs.Views.Engines;
namespace MultiPlex.Core.Application
{
public class ... |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
/... |
using COVID19Info.ViewModels;
using Xamarin.Forms;
using Xamarin.Forms.Xaml;
namespace COVID19Info.Views
{
[XamlCompilation(XamlCompilationOptions.Compile)]
public partial class CountriesPage : ContentPage
{
private bool _shown;
private CountriesViewModel _vm;
public CountriesPage(... |
// <auto-generated />
using System;
using Infrastructure.Persistence;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
name... |
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
namespace Pulumi.Azur... |
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Reflection;
using System.Reflection.Emit;
namespace JetBrains.Rd.Reflection
{
public class ProxyGeneratorCache : IProxyGenerator
{
private readonly ProxyGenerator myGenerator;
private readonly ConcurrentDicti... |
using System;
using System.IO;
using System.Reflection;
using EnvDTE;
using EnvDTE80;
using Extensibility;
using Microsoft.VisualStudio.CommandBars;
using WakaTime.Forms;
using Task = System.Threading.Tasks.Task;
namespace WakaTime
{
/// <summary>The object for implementing an Add-in.</summary>
/// <seealso c... |
using ModelWrapper;
using <%= _ProjectName %>.Core.Domain.Entities.<%= _Context %>;
using BAYSOFT.Abstractions.Core.Application;
namespace <%= _ProjectName %>.Core.Application.<%= _Context %>.<%= _Collection %>.Commands.Delete<%= _Entity %>
{
public class Delete<%= _Entity %>CommandResponse : ApplicationResponse<<... |
using Volo.Abp.FeatureManagement;
using Volo.Abp.Modularity;
using Volo.Abp.PermissionManagement.HttpApi;
using Volo.Abp.SettingManagement;
namespace EShopOnAbp.AdministrationService
{
[DependsOn(
typeof(AdministrationServiceApplicationContractsModule),
typeof(AbpPermissionManagementHttpApiModule)... |
using System;
using FluiTec.AppFx.Console.ConsoleItems;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
namespace FluiTec.AppFx.Console
{
/// <summary> An console host. </summary>
public class ConsoleHost
{
#region Con... |
using Autofac;
using System;
using System.Collections.Generic;
using System.Text;
namespace Trade.Infrastructure.Modules
{
public class InfrastructureModule : Module
{
protected override void Load(ContainerBuilder builder)
{
builder.RegisterAssemblyTypes(typeof(InfrastructureIocMode... |
// Decompiled with JetBrains decompiler
// Type: Game.Server.WebLogin.ChenckValidateResponseBody
// Assembly: Game.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 7994645F-6854-4AAC-A332-C61842D2DD9F
// Assembly location: C:\Users\Pham Van Hungg\Desktop\Decompiler\Road\Game.Server.dll
using Sys... |
/*
* MinIO .NET Library for Amazon S3 Compatible Cloud Storage,
* (C) 2021 MinIO, 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... |
using MediaBrowser.Controller.Entities;
using MediaBrowser.Controller.Entities.TV;
using MediaBrowser.Controller.Library;
using MediaBrowser.Model.Channels;
using MediaBrowser.Model.Dto;
using MediaBrowser.Model.Entities;
using System;
using System.Collections.Generic;
using System.Linq;
using EmbyReports.Api.Data;
us... |
using Sandbox;
using Sandbox.UI;
using Sandbox.UI.Construct;
using Sandbox.UI.Tests;
using System.Linq;
[Library]
public partial class NpcList : Panel
{
VirtualScrollPanel Canvas;
public bool IsNpc(Sandbox.LibraryAttribute x)
{
if (!x.Spawnable) return false;
if (!x.Name.StartsWith("npc_")) return false;
re... |
using System;
namespace Models
{
public class Employee
{
public string FirstName { get; set; }
public string LastName { get; set; }
//public string FullName
//{
// get
// {
// return $"{FirstName} {LastName}";
// }
//}
... |
/*
* Copyright 2013 Olivier Caron-Lizotte
* olivierlizotte@gmail.com
* Licensed under the MIT license: <http://www.opensource.org/licenses/mit-license.php>
*/
using System;
using System.Collections.Generic;
using System.Collections.Concurrent;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
... |
// 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 ... |
// *** 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 Orchard.ContentManagement;
@{
Model.ContentItems.Classes.Add("content-items");
Model.ContentItems.Classes.Add("forums");
}
<h2>@T("Forums")</h2>
@Display(Model.ContentItems)
@if (Model.ContentItems.Items.Count < 1) {
<p>@T("No forums found.")</p>
} |
@model string
@Html.TextArea("", ViewData.TemplateInfo.FormattedModelValue.ToString(), 8, 0, new { @class = "text-box multi-line form-control" })
<span class="help-block"><a href="http://en.wikipedia.org/wiki/Markdown" target="_blank">Markdown</a> is supported.</span> |
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
as published by the Free Software Foundation wit... |
//------------------------------------------------------------
// Game Framework v3.x
// Copyright © 2013-2018 Jiang Yin. All rights reserved.
// Homepage: http://gameframework.cn/
// Feedback: mailto:jiangyin@gameframework.cn
//------------------------------------------------------------
using GameFramework;
namesp... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Assets.Scripts
{
public class AutoInitAttribute : Attribute
{
}
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Tavis
{
[AttributeUsage(AttributeTargets.Class)]
public class PathParameterAttribute : Attribute
{
public bool Required { get; private set; }
public string PathTemplate { get; private set; }
... |
// 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
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using DBreeze;
using DBreeze.DataTypes;
using Microsoft.Extensions.Logging;
using NBitcoin;
using NBitcoin.BitcoinCore;
using Stratis.Bitcoin.Configuration;
using Stratis.Bitcoin.Ut... |
using System;
using System.Runtime.InteropServices;
using LibGit2Sharp.Core;
namespace LibGit2Sharp
{
/// <summary>
/// An enumeration of the type of connections which a "smart" subtransport
/// may be asked to create on behalf of libgit2.
/// </summary>
public enum GitSmartSubtransportAction
... |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
namespace Microsoft.Bing.Commerce.Connectors.EntityFramework
{
using Microsoft.Bing.Commerce.Connectors.Core.Config;
using Microsoft.Bing.Commerce.Connectors.Core.Utilities;
class Config
{
public PollingConnectorConfig... |
//Requires: ZoneManager
using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Text;
using Facepunch;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using Oxide.Core;
using Oxide.Core.Libraries.Covalence;... |
// *** 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.Generic;
namespace Chronic
{
public class Scalar : Tag<int>
{
public Scalar(int value)
: base(value)
{
}
public override string ToString()
{
return "scalar";
}
}
public class ScalarDay : Scalar
{
... |
// *** 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.Collections;
using System.Collections.Generic;
using UnityEngine;
using Conekton.ARMultiplayer.Avatar.Domain;
namespace Conekton.ARMultiplayer.Avatar.Infrastructure
{
public class Wearable : MonoBehaviour, IAvatarWearable
{
[SerializeField] private Vector3 _offsetPosition = Vector3.zero;... |
/*
* 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.Threading;
using System.Web;
using System.Web.UI.WebControls;
using CMS.Base.Web.UI;
using CMS.Base.Web.UI.ActionsConfig;
using CMS.DataEngine;
using CMS.EmailEngine;
using CMS.FormEngine.Web.UI;
using CMS.Helpers;
using CMS.IO;
using CMS.MacroEngine;
using CMS.Membership;
using CMS.SitePro... |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="NotUsedUserNameValidator.cs" company="Sitecore Corporation">
// Copyright (c) Sitecore Corporation 1999-2015
// </copyright>
// <summary>
// Defines the NotUsedUserNameValidato... |
using System;
using System.Collections.Generic;
using Disunity.Store.Data.Services;
using EFCoreHooks.Attributes;
using Microsoft.AspNetCore.Identity;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Metadata.Builders;
using Microsoft.Extensions.DependencyInjection;
namespace Disunity.Store... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using A... |
//-----------------------------------------------------------------------
// <copyright file="InMemoryTokenManager.cs" company="Andrew Arnott">
// Copyright (c) Andrew Arnott. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
using System;
using System.... |
@model Tuple<string, string, string>
@{
bool ascend = (ViewData["orderInfo"] as Tuple<string, bool>).Item2;
string orderBy = (ViewData["orderInfo"] as Tuple<string, bool>).Item1;
string headerName = Model.Item1;
string orderName = Model.Item2?.ToString()??headerName;
string action = Model.Item3??"index";
}
@if (... |
// ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------
using System;
using System.Fab... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
using System;
using System.Threading;
using System.Threading.Tasks;
using Azure;
using Azure.Core;
using Azure.Core.Pipeline;
namespace Azure.ResourceManager.Compute.Models
{
//... |
using Stylelabs.M.Base.Querying;
using Stylelabs.M.Base.Querying.Filters;
using Stylelabs.M.Framework.Utilities;
using Stylelabs.M.Sdk.WebApiClient.ResourceExtensions;
using Stylelabs.M.Sdk.WebApiClient.Wrappers;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading... |
#region License
// Copyright (c) .NET Foundation and contributors.
//
// 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 b... |
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
namespace PixelComrades {
public class InventoryItemProvider : IDataFactory<InventoryItem> {
public void AddComponent(Entity entity, DataEntry data) {
entity.Add(new InventoryItem(data.TryGetValue(DatabaseFields.Ma... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Elevator_DoorOpen_Motor : MonoBehaviour {
Vector3 LTarget;
Vector3 RTarget;
Transform L;
Transform R;
Elevator_DoorOpen_Controller DOC;
public void ApplyParam(Vector3 _lt, Vector3 _rt, Transform _l, T... |
using Content.Server.GameObjects.Components.Movement;
using JetBrains.Annotations;
using Robust.Shared.GameObjects.Systems;
namespace Content.Server.GameObjects.EntitySystems
{
[UsedImplicitly]
internal sealed class ClimbSystem : EntitySystem
{
public override void Update(float frameTime)
... |
using System.ComponentModel;
using NDesk.Options;
using GitTfs.Core;
using StructureMap;
namespace GitTfs.Commands
{
[Pluggable("pull")]
[Description("pull [options]")]
[RequiresValidGitRepository]
public class Pull : GitTfsCommand
{
private readonly Fetch _fetch;
private readonly G... |
// Copyright © Amer Koleci and Contributors.
// Licensed under the MIT License (MIT). See LICENSE in the repository root for more information.
using System.Diagnostics;
using SharpGen.Runtime;
using Vortice.DirectInput;
namespace HelloDirectInput;
public sealed class DIInputDevice
{
private readonly IDirectInpu... |
using GraphComponents;
using System;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GraphDataStorage
{
public class SingleGraphStoreModel : AbstractGraphStoreModel
{
private Graph Graph { get; set; }
public SingleGraphStoreModel(Graph graph)
{
... |
using System;
using NetRuntimeSystem = System;
using System.ComponentModel;
using NetOffice.Attributes;
namespace NetOffice.OutlookApi
{
/// <summary>
/// DispatchInterface _OlkListBox
/// SupportByVersion Outlook, 12,14,15,16
/// </summary>
[SupportByVersion("Outlook", 12,14,15,16)]
[EntityType(EntityType.IsD... |
//------------------------------------------------------------------------------
// <auto-generated>
// このコードはテンプレートから生成されました。
//
// このファイルを手動で変更すると、アプリケーションで予期しない動作が発生する可能性があります。
// このファイルに対する手動の変更は、コードが再生成されると上書きされます。
// </auto-generated>
//-----------------------------------------------------------------... |
/*
* 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.Collections.Generic;
using System.Web.Mvc;
namespace AMV.CQRS
{
public interface IDropdownQuery : IQuery<IEnumerable<SelectListItem>> { }
} |
using System;
using System.Collections.Generic;
namespace eHealthcare.Models
{
public partial class Person
{
public Person()
{
Patient = new HashSet<Patient>();
Doctor = new HashSet<Doctor>();
}
public long Id { get; set; }
public string FirstN... |
using OrbitalShell.Component.CommandLine.CommandModel;
using OrbitalShell.Component.CommandLine.Processor;
using OrbitalShell.Component.Console;
using static OrbitalShell.Component.Console.ANSI;
using OrbitalShell.Component.Parser.ANSI;
using System;
using OrbitalShell.Component.Shell.Variable;
using OrbitalShell.Comp... |
using System;
using Xamarin.Forms;
using Xamarin.Forms.Xaml;
//[assembly: XamlCompilation (XamlCompilationOptions.Compile)]
namespace SlideOverKit.MoreSample
{
public class App : Application
{
public App ()
{
MainPage = new NavigationPage (new SlideOverKit.MoreSample.MainPage ())... |
using System;
using System.Data.SqlClient;
using System.Linq;
using System.Threading.Tasks;
using Xunit;
namespace BulkWriter.Tests
{
public class BulkWriterInitializationTests
{
private readonly string _connectionString = TestHelpers.ConnectionString;
private readonly string _tableName = name... |
using Gemini.Framework.Commands;
using Gemini.Properties;
using System;
using System.ComponentModel.Composition;
using System.Windows.Input;
namespace Gemini.Modules.Shell.Commands
{
[CommandDefinition]
public class SaveAllFilesCommandDefinition : CommandDefinition
{
public const string CommandNam... |
@{
Layout = "_Layout";
}
<h1>New Order</h1>
<h2>Create a new order for @Model.Name</h2>
<form action="/vendors/@Model.Id/orders" method="post">
<input id="vendorId" name="vendorId" type="hidden" value="@Model.Id">
<div class="form-group">
<label for="orderTitle">Title</label>
<input class="form-control ... |
namespace Plus.Communication.Packets.Outgoing.Inventory.Trading
{
internal class TradingAcceptComposer : ServerPacket
{
public TradingAcceptComposer(int userId, bool accept)
: base(ServerPacketHeader.TradingAcceptMessageComposer)
{
WriteInteger(userId);
Write... |
using System;
using Android.App;
using Android.Content.PM;
using Android.Runtime;
using Android.Views;
using Android.Widget;
using Android.OS;
namespace AppGit.Droid
{
[Activity(Label = "AppGit", Icon = "@drawable/icon", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.Screen... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using UnityEngine.SceneManagement;
public class GameLogics : MonoBehaviour
{
[Header("BasketBall")]
public GameObject Basketball;
public GameObject BasketBallPerfab;
public Transform SpawnPosition;
... |
/*****************************************************************************
* Copyright 2016 Aurora Solutions
*
* http://www.aurorasolutions.io
*
* Aurora Solutions is an innovative services and product company at
* the forefront of the software industry, with processes and practices
* involving Domain Dri... |
using System.Buffers;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Xunit;
namespace System.Runtime.Tests
{
public static class NullableMetadataTests
{
private const string NullableAttributeFullName = "System.Runtime.CompilerSe... |
using UnityEngine;
using UnityEngine.Events;
public class PlayerInput : MonoBehaviour {
public float _speedForward = 1.0f;
public float _speedPitch = 180.0f;
public float _speedYaw = 90.0f;
private Rigidbody _rigid;
private float _rotX = 0;
private float _rotY = 0;
// Use this for initiali... |
using SimpleETL;
namespace DashboardETL.ETL
{
public class FactPackage : EtlPackage
{
public FactPackage()
{
AddEtlProcess(new SmEtl());
}
}
} |
// 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 IdentityModel;
using Microsoft.AspNetCore.Authentication;
using Newtonsoft.Json;
using System.Collections.Generic;
using System.Text;
n... |
namespace Structural.Adapter.Adaptees
{
public class OldAuthorization : IAuthorization
{
public bool Login(string userName, string password)
{
return true;
}
public void Logout()
{
}
}
} |
/* SPDX-License-Identifier: Apache-2.0
*
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*
* Modifications Copyright OpenSearch Contributors. See
* GitHub history for details.
*
* Licensed to Elasticsearch B.V. unde... |
// 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.Text;
namespace Microsoft.AspNetCore.Sockets
{
public interface ISocketBuilder
{
... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的一般信息由以下
// 控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("XYWELauncher")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Wow9.Org")]
[assembly: A... |
using System.Linq;
namespace PlaywrightSharp.Helpers
{
internal static class PlaywrightSharpExtensions
{
internal static string GetText(this ConsoleMessage message)
{
if (string.IsNullOrEmpty(message.Text))
{
return string.Join(" ", message.Args.Select(ar... |
using System.Collections.Generic;
using DN.WebApi.Application.Abstractions.Services.General;
using DN.WebApi.Infrastructure.Identity.Permissions;
using DN.WebApi.Infrastructure.Localizer;
using DN.WebApi.Infrastructure.Mappings;
using DN.WebApi.Infrastructure.Persistence;
using DN.WebApi.Infrastructure.Persistence.Exte... |
#pragma checksum "C:\Users\U257\source\repos\4DLogicRLM\4DLogicRLM\Views\Locations\Delete.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "4d14413bca1fdb8f6263aba5d6fdeb1210fa9706"
// <auto-generated/>
#pragma warning disable 1591
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(... |
namespace Munin.Node.Plugins.SensorOmron;
internal sealed class Settings
{
public string Port { get; set; } = default!;
public int Expire { get; set; } = 30000;
public bool Temperature { get; set; }
public bool Humidity { get; set; }
public bool Light { get; set; }
public bool Pressure { g... |
@{
ViewData["Title"] = "Home Page";
}
<div class="row">
<div class="col-12">
<div class="text-center">
<h1 class="display-4">Technical test Web Application</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="row">
<div class="co... |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using System;
using System.Collections;
using System.Diagnostics;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Audio;
using Microsoft.Xna.Framework.Content;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework... |
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Text;
using Decia.Business.Common;
using Decia.Business.Common.Computation;
using Decia.Business.Common.Exports;
using Decia.Business.Common.Modeling;
using Decia.Business.Common.Sql;
using D... |
using System;
using System.Collections.Generic;
using System.Timers;
namespace Potato.Net.Protocols.CallOfDuty {
public class CallOfDutyClient : Potato.Net.UdpClient {
private Timer packetRecheck = new Timer(15);
private CallOfDutyPacket recvPacketBuffer;
private Queue<CallOfDutyPacket> ... |
#region --- License ---
/*
Copyright (c) 2006 - 2008 The Open Toolkit library.
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, ... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information.
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Http;
using System.Linq;
usin... |
using System;
namespace SharpEngine {
public struct Matrix {
public float m11, m12, m13, m14;
public float m21, m22, m23, m24;
public float m31, m32, m33, m34;
public float m41, m42, m43, m44;
// generated using `ctorf`:
public Matrix(float m11, float m12, float m13, float m14,
float m21, float m... |
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
namespace Pulumi.Azur... |
using System;
using System.Collections.Generic;
using System.Text;
namespace ETModel
{
[ObjectSystem]
public class SessionHeartbeatComponentAwakeSystem : AwakeSystem<SessionHeartbeatComponent>
{
public override void Awake(SessionHeartbeatComponent self)
{
HeartbeatMgrComponent.... |
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using RAGE;
namespace main_client.AsyncFunction
{
class AsyncFunction
{
}
} |
namespace Centvrio.Emoji
{
public class Zodiac
{
/// <summary>
/// Aries ♈
/// </summary>
public static readonly UnicodeString Aries = 0x2648;
/// <summary>
/// Taurus ♉
/// </summary>
public static readonly UnicodeString Taurus = 0x2649;
... |
// <auto-generated />
using System;
using Faksistent.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
... |
//******************************************************************************************************
// NamespaceDoc.cs - Gbtc
//
// Copyright © 2012, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// th... |
using Microsoft.SharePoint.Client;
using Newtonsoft.Json.Linq;
using PnP.PowerShell.Commands.Attributes;
using PnP.PowerShell.Commands.Model;
using System;
using System.IdentityModel.Tokens.Jwt;
using System.Linq;
using System.Management.Automation;
using System.Net.Http;
using System.Text.Json;
using System.Threading... |
using System.Threading.Tasks;
namespace Sample.Functions.Accounts
{
public interface IAccountEntity
{
Task Create(CreateAccountMessage message);
Task Debit(DebitAccountMessage message);
Task Credit(CreditAccountMessage message);
}
} |
/*
* Copyright 2019 Capnode AB
*
* 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 writ... |
// *** 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 Stump.DofusProtocol.Enums;
using Stump.Server.WorldServer.Game.Fights;
namespace Stump.Server.WorldServer.Game.Spells.Casts.Osamodas
{
[SpellCastHandler(SpellIdEnum.REKOP_114)]
public class Rekop : DefaultSpellCastHandler
{
public Rekop(SpellCastInformations cast)
: base(cast)
... |
// 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
using System;
using System.Diagnostics.CodeAnalysis;
using System.Text;
using Elastic.Elasticsearch.Xunit.XunitPlu... |
// Copyright (c) 2019 .NET Foundation and Contributors. All rights reserved.
// 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 full license information.
using System;
using System.Lin... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.