text stringlengths 1 932k |
|---|
namespace FedoraDev.NPCSchedule
{
public interface ITaskFilter
{
bool IsValid(IContext context);
}
} |
using SS14.Shared.GameObjects;
using SS14.Shared.Utility;
using YamlDotNet.RepresentationModel;
namespace Content.Server.GameObjects.Components.Interactable.Tools
{
public abstract class ToolComponent : Component
{
/// <summary>
/// For tool interactions that have a delay before action this wi... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace _06_IOT_JoaoRocha_DynamicValForm
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]... |
/*
* LambdaSharp (λ#)
* Copyright (C) 2018-2020
* lambdasharp.net
*
* 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 requ... |
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Branch.Packages.Bae;
using Branch.Packages.Crpc.Registration;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.Extens... |
using System;
using TSQLLint.Core.Interfaces;
namespace TSQLLint.Infrastructure.Configuration
{
public class EnvironmentWrapper : IEnvironmentWrapper
{
public string GetEnvironmentVariable(string name)
{
return Environment.GetEnvironmentVariable(name);
}
}
} |
//------------------------------------------------------------------------------
// <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 FluentAssertions;
using Microsoft.AspNetCore.Mvc;
using NSubstitute;
using Sfa.Tl.ResultsAndCertification.Common.Enum;
using Sfa.Tl.ResultsAndCertification.Web.ViewModel.Result.Manual;
using System;
using System.Collections.Generic;
using Xunit;
namespace Sfa.Tl.ResultsAndCertification.Web.UnitTests.Controllers... |
using System;
using System.Collections.Generic;
using System.Text;
namespace GenericEventArgs
{
/// <summary>
/// Generic implementation of EventArgs carrying a custom payload
/// </summary>
/// <typeparam name="TEventData">Type of payload</typeparam>
/// <inheritdoc cref="IEventArgs{TEventData}"/... |
using Harmony12;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using UnityEngine;
namespace Majordomo
{
public class ResourceLoader
{
// name -> identifier
private static Dictionary<string, string> r... |
using System;
using LumiSoft.Net.DNS.Client;
namespace LumiSoft.Net.DNS
{
// Token: 0x02000252 RID: 594
[Serializable]
public class DNS_rr_MX : DNS_rr, IComparable
{
// Token: 0x0600155B RID: 5467 RVA: 0x00084C9C File Offset: 0x00083C9C
public DNS_rr_MX(string name, int preference, string host, int ttl) : bas... |
// Decompiled with JetBrains decompiler
// Type: CocoStudio.DefaultResource.Resources
// Assembly: CocoStudio.DefaultResource, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 1C398E0B-0982-410D-8B2D-68AF8E81829B
// Assembly location: C:\Program Files (x86)\Cocos\Cocos Studio 2\CocoStudio.DefaultResource... |
namespace ClientSide.UI.News
{
partial class NewsForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/... |
using System;
using System.IO;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Azure.WebJobs;
using Microsoft.Azure.WebJobs.Extensions.Http;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
namespace EnterpriseServerless.FunctionApp
{
public ... |
// 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;
namespace System.Text.Json.Serialization.Converters
{
internal sealed class DefaultD... |
//using System.IO;
//using Umbraco.Tests.TestHelpers;
//using UmbracoExamine.DataServices;
//namespace Umbraco.Tests.UmbracoExamine
//{
// public class TestDataService : IDataService
// {
// public TestDataService()
// {
// ContentService = new TestContentService();
// LogSe... |
//---------------------------------------------------------------------
// <copyright file="ODataJsonLightErrorDeserializer.cs" company="Microsoft">
// Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
// </copyright>
//-------------------------... |
using System;
using System.Collections.Generic;
using System.Threading;
using Realmar.Pipes.Tests.SamplePipes.Misc;
using Realmar.Pipes.Tests.SampleProcessors.Math;
using Realmar.Pipes.Tests.SampleProcessors.String;
using Xunit;
namespace Realmar.Pipes.Tests.Integration
{
public class PipeUnspecificTests
{
privat... |
// 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.
// Disable these StyleCop rules for this file, as we are using native names here.
#pragma warning disable SA1300 //... |
// *** 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 (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace BuildXL.Utilities.Configuration.Mutable
{
/// <nodoc />
public sealed class UnsafeSandboxConfiguration : IUnsafeSandboxConfiguration
{
///... |
// 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.Text;
using TinyCsvParser.Mapping;
using TinyCsvParser.Model;
namespace TinyCsvParser
{
public static class CsvPar... |
using System;
using FlaxEngine;
using FlaxEngine.Networking;
public class PlayerTransformPacket : NetworkPacket
{
public Vector3 Position;
public Quaternion Rotation;
public override void Serialize(ref NetworkMessage msg)
{
msg.WriteVector3(Position);
msg.WriteQuaternion(Rotation);
... |
using System;
namespace Microsoft.VisualStudio.Shell.Interop
{
public interface IVsNavigationTool
{
int NavigateToSymbol(ref Guid guidLib, object[] rgSymbolNodes, uint ulcNodes);
int NavigateToNavInfo(IVsNavInfo pNavInfo);
int GetSelectedSymbols(out IVsSelectedSymbols ppIVsSelectedSy... |
using System.Collections;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.Advertisements;
public class AdsChest : MonoBehaviour
{
public const int COINS_RANGE = 50;
public const int CRYSTALS_RANGE = 75;
public const int ITEMS_RANGE = 100;
public const int MIN_COIN_RANGE = 50;
... |
// Copyright (c) Microsoft Corporation. All Rights Reserved.
using System;
using System.ServiceModel;
namespace Microsoft.ServiceModel.Samples
{
// Define a service contract.
[ServiceContract(Namespace="http://Microsoft.ServiceModel.Samples")]
public interface ICalculator
{
[OperationContr... |
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 ModelBinding1_Project
{... |
namespace BashSoft
{
using System;
using System.Collections.Generic;
public static class OutputWriter
{
public static void PrintStudent(KeyValuePair<string, double> student)
{
WriteMessageOnNewLine($"{student.Key} - {string.Join(", ", student.Value)}");
}
p... |
/*
* Copyright 2010-2013 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... |
/* ====================================================================
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 Y... |
using System;
using System.Threading.Tasks;
using Newtonsoft.Json;
namespace TdLib
{
/// <summary>
/// Autogenerated TDLib APIs
/// </summary>
public static partial class TdApi
{
/// <summary>
/// Changes the notification settings of a chat. Notification settings of a chat with the ... |
using System;
using System.Linq;
using Manatee.Json.Parsing;
using Manatee.Json.Path.ArrayParameters;
using Manatee.Json.Path.Operators;
using Manatee.Json.Path.Parsing;
namespace Manatee.Json.Path.Expressions.Parsing
{
internal class PathExpressionParser : IJsonPathExpressionParser
{
public bool Handles(string i... |
/* Copyright 2010-2014 MongoDB 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 writi... |
using Godot;
using System;
using System.Collections.Generic;
// testing class
namespace VirtualBrightPlayz.MultiplayerBackend
{
public class NetworkTest : Node
{
string ipaddr = "localhost";
public override void _Ready()
{
var obj = new NetworkObject();
obj.net... |
// This program acts as a client and calls the remote method 'HelloMethod'.
using System;
using System.Net;
using System.Collections.Specialized;
using System.Runtime.Remoting.Channels;
using System.Runtime.Remoting.Channels.Tcp;
using System.Security.Permissions;
namespace RemotingSamples
{
public class MyIChan... |
using System;
using System.ComponentModel.DataAnnotations;
namespace GpsLogger.Web.Data
{
public class TrackEvent
{
public Guid TrackEventId { get; set; }
public Guid TrackId { get; set; }
public Track Track { get; set; }
public DateTimeOffset CreatedAt { get; set; }
pu... |
using Avalonia;
using Avalonia.Controls;
using Avalonia.Media;
using OpenUtau.App.Controls;
using ReactiveUI;
namespace OpenUtau.App {
class ThemeChangedEvent { }
class ThemeManager {
public static bool IsDarkMode = false;
public static IBrush ForegroundBrush = Brushes.Black;
public s... |
// This is a generated file! Please edit source .ksy file and use kaitai-struct-compiler to rebuild
using Kaitai;
using System.Collections.Generic;
namespace KCD.Library.Tables
{
public partial class VSoul2roleMetarole : KaitaiStruct
{
public static VSoul2roleMetarole FromFile(string fileName)
... |
using System;
using System.Diagnostics;
namespace ConsoleApp1
{
class Program
{
#pragma warning disable IDE0060 // Remove unused parameter
public static void Main(string[] args)
#pragma warning restore IDE0060 // Remove unused parameter
{
Console.WriteLine(1);
Console... |
@using Microsoft.AspNet.Identity
@if (Request.IsAuthenticated)
{
using (Html.BeginForm("LogOff", "Account", FormMethod.Post, new { id = "logoutForm", @class = "navbar-right" }))
{
@Html.AntiForgeryToken()
<ul class="nav navbar-nav navbar-right">
<li>
@Html.ActionLink("Здравей, " + ... |
using Microsoft.Xna.Framework.Graphics;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Terraria;
using Terraria.GameContent.UI.Elements;
namespace ServerPortals.UI
{
// This UIHoverImageButton class inherits from UIImageButton.
// Inheritin... |
namespace MassTransit.Turnout.Configuration
{
using System;
using System.Collections.Generic;
using System.Net.Mime;
using Automatonymous;
using Builders;
using ConsumeConfigurators;
using Courier;
using GreenPipes;
using Saga;
using SagaConfigurators;
using Transports;
... |
using Business.Constants;
using Core.Entities.Concrete;
using Core.Utilities.Results;
using DataAccess.Abstract;
using MediatR;
using System.Threading;
using System.Threading.Tasks;
namespace Business.Handlers.UserGroups.Commands
{
public class CreateUserGroupCommand : IRequest<IResult>
{
public int ... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace Aplikasi_Perpus___Server
{
public partial class Form_edit : Form
{
private strin... |
using System;
using System.Collections;
namespace Tests.Collections.Implementations
{
public class ListImpl : IList
{
private readonly IList _list;
public ListImpl()
{
_list = new ArrayList();
}
public ListImpl(IList list)
{
_list = lis... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class PlayerIconTextScript : MonoBehaviour {
// Use this for initialization
void Start () {
GetComponent<Text>().text = (transform.parent.GetSiblingIndex() +1 ).ToString();
}
// Update is called o... |
using G_Cam.Utility;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace G_Cam.Classes
{
public class PathMetrics
{
private int numberRoughPasses = 0;
private double depthRoughPasses = 0;
public void compute()
{
double roughDepth = Data.dBlankDiameter / 2 - Dat... |
@using Microsoft.AspNetCore.Identity
@using AntDesign.TestApp.Server.Models
@inject SignInManager<ApplicationUser> SignInManager
@inject UserManager<ApplicationUser> UserManager
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@{
var returnUrl = "/";
if (Context.Request.Query.TryGetValue("returnUrl", out ... |
namespace NHM.MinerPluginToolkitV1.Interfaces
{
public interface IGetPluginMetaInfo
{
PluginMetaInfo GetPluginMetaInfo();
}
} |
using System;
using System.Linq;
using System.Threading.Tasks;
namespace PromiseDotNet
{
public sealed class Promise<T>
{
public static readonly Action<T> Empty = x => { };
public static readonly Func<T, T> Identity = x => x;
public static readonly Func<Exception, T> Thrower = x => thr... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using CoreWCF.Channels;
namespace Helpers
{
internal class MockTransportBindingElement : TransportBindingElement
{
public override string Scheme => "foo";
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Platform3
{
public static class Responses
{
public static string DefaultResponse = @"
<!DOCTYPE html>
<html lang=""en"">
<head>
<link href = ""... |
using dnlib.DotNet;
using ObfuscatorBase.Interfaces;
using ObfuscatorBase.Utils;
namespace ObfuscatorBase.Processors
{
internal class MetaStripProcessor : IProcessor
{
public void Process(AssemblyDef assembly)
{
if (Analyzer.CanObfuscate(assembly))
{
for... |
using System;
using System.Collections.Generic;
namespace ESFA.DC.PeriodEnd.ReportService.Reports.Interface.UYPSummaryView.Model
{
public class HBCPInfo
{
public string LearnerReferenceNumber { get; set; }
public byte CollectionPeriod { get; set; }
public byte? NonPaymentReason { get... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
namespace MvcView
{
public class RouteConfig
{
public static void RegisterRoutes(RouteCollection routes)
{
routes.IgnoreRoute("{resource}.axd/{*pathI... |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
namespace Unickq.Sitecore.BeAutomation.Utils
{
public class TreeNode<T> : IEnumerable<TreeNode<T>>
{
public T Data { get; set; }
public TreeNode<T> Parent { get; set; }
public IList<TreeNode<T>... |
#region License, Terms and Conditions
//
// IProductFamilyAttributes.cs
//
// Authors: Kori Francis <twitter.com/djbyter>, David Ball
// Copyright (C) 2013 Clinical Support Systems, Inc. All rights reserved.
//
// THIS FILE IS LICENSED UNDER THE MIT LICENSE AS OUTLINED IMMEDIATELY BELOW:
//
// Permission is hereby... |
/*! Reliak Timer
Copyright (C) 2013 (see AUTHORS file)
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... |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using QbModels;
using QbModels.ENUM;
using System;
using System.Threading;
namespace QbProcessor.TEST
{
[TestClass]
public class JobTypeTests
{
[TestMethod]
public void TestJobTypeModels()
{
using (QBProcessor.QbProcess... |
namespace SentryOne.UnitTestGenerator.Core.Strategies.ValueGeneration
{
using System;
using System.Collections.Generic;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using SentryOne.UnitTestGenerator.Core.Frameworks;
public class SimpleValueGenerationStrategy : IVal... |
using System;
using NUnit.Framework;
namespace generatortests
{
[TestFixture]
public class GenericArguments : BaseGeneratorTest
{
[Test]
public void GeneratedOK ()
{
RunAllTargets (
outputRelativePath: "GenericArguments",
apiDescriptionFile: "expected/GenericArguments/GenericArguments.xml",
... |
using System;
using System.Diagnostics;
using System.Linq;
using Microsoft.Diagnostics.Runtime;
namespace LinuxTest
{
class Program
{
static void Main(string[] args)
{
if (args.Length == 0)
{
Console.WriteLine("Must specify a coredump to inspect.");
... |
using Microsoft.Xna.Framework;
using Pathoschild.Stardew.TractorMod.Framework.Config;
using StardewValley;
using StardewValley.TerrainFeatures;
using SObject = StardewValley.Object;
namespace Pathoschild.Stardew.TractorMod.Framework.Attachments
{
/// <summary>An attachment for seeds.</summary>
internal class S... |
//------------------------------------------------------------------------------
// <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>
//--... |
namespace TradingCompany.AccountService.Controllers
{
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using TradingCompany.Business;
using TradingCompany.Models;
[ApiController]
[... |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System;
using System.Collections.Immutable;
using System.Linq;
using Microsoft.Quantum.QIR;
using Microsoft.Quantum.QIR.Emission;
using Microsoft.Quantum.QsCompiler.SyntaxTokens;
using Microsoft.Quantum.QsCompiler.SyntaxTree;
using Micro... |
using UnityEngine;
using UnityEngine.UI;
namespace uREPL
{
public class AnnotationView : MonoBehaviour
{
public Text description;
public string text
{
get { return description.text; }
set { description.text = value; }
}
private CompletionView completion_;
}
} |
using UnityEngine;
using UnityEngine.UI;
using System.Collections;
using System.Collections.Generic;
public class GameManager : MonoBehaviour
{
[SerializeField]
List<RepairPoint> repairPoints;
public static GameManager instance = null;
public static GameObject ChunkManager;
public static GameObje... |
using System.Collections.Generic;
using DynamicEntity;
namespace DynamicDao
{
/// <summary>
/// SysConfig数据库访问类
/// </summary>
public sealed partial class SysConfigDao :BaseDao<SysConfigEntity>,IBaseReal<SysConfigEntity>
{
#region 单例模式
private SysConfigDao(){ }
private static readonly... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PoolPipes
{
class PoolPipes
{
static void Main()
{
var volumePool = int.Parse(Console.ReadLine());
var pipe1 = int.Parse(Console.ReadLine());
... |
using AspnetRunBasics.Models;
using AspnetRunBasics.Services;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using System;
using System.Threading.Tasks;
namespace AspnetRunBasics
{
public class ProductDetailModel : PageModel
{
private readonly ICatalogService _catalogServic... |
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
#nullable disable
namespace StyleCop.Analyzers.Test.LayoutRules
{
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAn... |
// Copyright 2021 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... |
using AppKit;
using Foundation;
namespace PPD
{
[Register("AppDelegate")]
public class AppDelegate : NSApplicationDelegate
{
public AppDelegate()
{
}
public override void DidFinishLaunching(NSNotification notification)
{
// Insert code here to initializ... |
using System;
namespace UAlbion.Formats.Assets
{
[Flags]
public enum MentalCondition : byte
{
Unk0 = 1,
Unk1 = 1 << 1,
Unk2 = 1 << 2,
Unk3 = 1 << 3,
Unk4 = 1 << 4,
Unk5 = 1 << 5,
Unk6 = 1 << 6,
Unk7 = 1 << 7,
}
} |
using System;
using System.IO;
using System.Linq;
namespace AzAnt
{
class AzAnt
{
private readonly AzAntArgs _Args = null;
public AzAnt(AzAntArgs args)
{
_Args = args;
}
private void LogInfo(string str)
{
Console.WriteLine(str);
... |
// <copyright file="Logger.cs" company="HtmlToPdf">
// Copyright (c) HtmlToPdf. All rights reserved.
// </copyright>
namespace HtmlToPdf.Console
{
using System;
/// <summary>
/// Logger.
/// </summary>
internal class Logger : ILogger
{
private readonly LogLevel logLevel;
/// ... |
namespace EA.Weee.Requests.Organisations
{
using EA.Prsd.Core.Mediator;
using System;
public class CopyOrganisationAddressIntoRegisteredOffice : IRequest<Guid>
{
public Guid OrganisationId { get; private set; }
public Guid AddressId { get; private set; }
public CopyOrganisatio... |
// <copyright file="ElevatorController.cs" company="improvGroup, LLC">
// Copyright © 2021 improvGroup, LLC. All Rights Reserved.
// </copyright>
namespace WebApp.Controllers
{
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.... |
using System.IO;
using System.Text;
using FluentAssertions;
using Ionic.Zip;
using Tauron.Application.Files.Zip.Data;
using Xunit;
namespace Tauron.Application.Files.Zip.Tests.Data;
public class ZipReaderTest
{
[Fact]
public void TestZipReader()
{
var testDics = new[]
{
... |
// <auto-generated>
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
// </auto-generated>
namespace Gov.Jag.PillPressRegistry.Interfaces.Models
{
using Newtonsoft.Json;
using System.Collections;
using System.... |
// Copyright (c) Microsoft. All rights reserved.
using System;
using System.Buffers;
using System.Collections.Generic;
using System.Net;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Filters;
using Microsoft.AspNetCore.Mvc.Formatters;
using Microsoft.Azure.IoTSolutions.D... |
namespace EasterRaces.Models.Cars.Entities
{
public class MuscleCar : Car
{
private const int DefaultMinHorsePower = 400;
private const int DefaultMaxHorsePower = 600;
private const int DefaultCubicCentimeters = 5000;
public MuscleCar(string model, int horsePower)
:... |
using System;
using System.Collections.Generic;
using System.Text;
namespace CarDealer.Services.Models
{
public class CarsWithPartsModel : CarModel
{
public IEnumerable<PartModel> Parts { get; set; }
}
} |
// Copyright (c) 2012-2018 fo-dicom contributors.
// Licensed under the Microsoft Public License (MS-PL).
namespace Dicom.Imaging
{
using Dicom.Imaging.Mathematics;
using Xunit;
[Collection("General")]
public class SpatialTransformTest
{
#region Unit tests
[Fact]
public ... |
// 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... |
// Copyright (c) Rotorz Limited. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root.
using System;
namespace Borodar.ReorderableList {
/// <summary>
/// Interface for an object which adds elements to a context object of the type
/// <typeparamref name="TContext"/>.
/// <... |
using Panosen.CodeDom.Tag.Engine;
using System;
using System.Collections.Generic;
namespace Panosen.CodeDom.Tag.Engine
{
/// <summary>
/// BasicComponentEngine
/// </summary>
public class BasicComponentEngine : ComponentEngine<BasicComponent>
{
#region IComponentEngine<BasicComponent> Mem... |
using UnityEngine;
namespace OscCore
{
[AddComponentMenu("OSC/Input/Vector3 Input")]
public class OscVector3MessageHandler : OscMessageHandler<Vector3, Vector3UnityEvent>
{
protected override void ValueRead(OscMessageValues values)
{
var x = values.ReadFloatElement(0);
... |
// *** 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.Text.Json;
using GameHost.Native.Char;
using revecs.Core;
using revghost.Shared.Events;
namespace PataNext.Game.Client.RhythmEngineAudio.BGM.Directors;
public class BgmDefaultDirector : BgmDirectorBase
{
private readonly Dictionary<int, int> commandCycle;
public readonly Bindable<int> HeroModeCom... |
using System.Linq;
using System.Threading.Tasks;
using System.Web.Http;
using System.Web.Http.Controllers;
using System.Web.Http.OData;
using Microsoft.WindowsAzure.Mobile.Service;
using Microsoft.WindowsAzure.Mobile.Service.Security;
using TicTacToeMobileService.DataObjects;
using TicTacToeMobileService.Models;
name... |
// Copyright (c) 2019 Sarin Na Wangkanai, All Rights Reserved.
// The Apache v2. See License.txt in the project root for license information.
namespace YiSha.Util.Browser
{
public class Safari : BaseBrowser
{
private readonly string _agent;
public Safari(string agent)
{
_a... |
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.EntityFrameworkCore;
using Microsoft.AspNetCore.Mvc;
using Factory.Models;
using System.Collections.Generic;
using System.Linq;
namespace Factory.Controllers
{
public class MachinesController : Controller
{
private readonly FactoryContext _db;
publ... |
using System.Collections.Generic;
using AerovelenceMod.Common.Globals.Players;
using Microsoft.Xna.Framework;
using Terraria;
using Terraria.DataStructures;
using Terraria.ID;
using Terraria.ModLoader;
namespace AerovelenceMod.Content.Items.Accessories
{
public class PrismaticSoul : AerovelenceItem
{
p... |
using ScottPlot.Drawing;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ScottPlot.Plottable
{
/// <summary>
/// Cleveland Dot plots display a series of paired p[oints.
/// Positions are defined by Xs.
... |
using System.Linq;
using UnityEditor;
using UnityEditor.Experimental.SceneManagement;
using UnityEditor.SceneManagement;
using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
namespace CurvedUIUtility.Editor
{
internal static class UIHelper
{
private const string uiLayerName = "UI";... |
// 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.Diagnostics;
using System.Linq;
using EnvDTE;
using Ro... |
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace WebAssembly.Instructions
{
/// <summary>
/// Tests the <see cref="Int32DivideSigned"/> instruction.
/// </summary>
[TestClass]
public class Int32DivideSignedTests
{
/// <summary>
/// Tests compilation and execution o... |
// Decompiled with JetBrains decompiler
// Type: MaidDereMinigame.Chairs
// Assembly: Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 5F8D6662-C74B-4D30-A4EA-D74F7A9A95B9
// Assembly location: C:\YandereSimulator\YandereSimulator_Data\Managed\Assembly-CSharp.dll
using MaidDereMinigame.... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.