text stringlengths 1 932k |
|---|
/*
* 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 ... |
@model WebApp.Models.CustomErrorModel
@{
ViewData["Title"] = "Error";
Layout = null;
}
<!DOCTYPE html>
<html>
<!-- Mirrored from www.zi-han.net/theme/hplus/404.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 20 Jan 2016 14:19:52 GMT -->
<head>
<meta charset="utf-8">
<meta name="viewport" cont... |
#region Using Directives
using System.Runtime.InteropServices;
using JetBrains.Annotations;
using Microsoft.VisualStudio.Editor;
using Microsoft.VisualStudio.OLE.Interop;
using Microsoft.VisualStudio.Text;
using Microsoft.VisualStudio.Text.Editor;
using Pharmatechnik.Nav.Language.Extension.Common;
#endregion
namesp... |
public class Animal
{
public Animal()
{
}
public void Eat()
{
System.Console.WriteLine("eating...");
}
} |
namespace Store.Core.Contracts.Interfaces.Services
{
public interface IHashService
{
(string salt, string hash) Hash(string password);
bool CheckHash(string salt, string hash, string requestedPassword);
}
} |
#region License
// Copyright (c) 2009, ClearCanvas Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistributions of source code must retain the above copyright notice,
//... |
using UnityEngine;
using UnityEngine.UI;
public class TankHealth : MonoBehaviour
{
public float m_StartingHealth = 100f;
public Slider m_Slider;
public Image m_FillImage;
public Color m_FullHealthColor = Color.green;
public Color m_ZeroHeal... |
using System;
using NuKeeper.Abstractions.Formats;
using NUnit.Framework;
namespace NuKeeper.Abstractions.Tests.Formats
{
[TestFixture]
public class UriFormatsTests
{
[Test]
public void TrailingSlashIsKeptWhenPresent()
{
var input = new Uri("http://test.com/api/path/");
... |
/*
* MEDIC ATNA API
* Copyright 2014-2015 Mohawk College of Applied Arts and Technology.
*
* 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/LIC... |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using TravelAgent.IDAL;
using TravelAgent.DALFactory;
namespace TravelAgent.BLL
{
public class CustomOrder
{
private static readonly ICustomOrder dal = DALBuild.CreateCust... |
// 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.Diagnostics;
using System.Threading;
namespace System.Buffers
{
internal sealed partial class Conf... |
namespace Data_Transceiver
{
partial class Form1
{
/// <summary>
/// Обязательная переменная конструктора.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Освободить все используемые ресурсы.
/// </summary>
... |
using DAL;
using Entity;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace SE1304_EOS
{
public partial class AddQuestionScreen : Form
{
public AddQuestionScre... |
// *** 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... |
namespace FSMSharp
{
public readonly struct FSM_Snapshot<T>
{
internal T CurrentState { get; }
internal float StateAge { get; }
internal FSM_Snapshot(float age, T currentState)
{
CurrentState = currentState;
StateAge = age;
}
}
} |
using System.Collections.Generic;
using FSS.Omnius.Modules.CORE;
namespace FSS.Omnius.Modules.Tapestry.Actions.other
{
[OtherRepository]
class SubstringAction : Action
{
public override int Id => 202;
public override string[] InputVar => new string[] { "InputString", "Index", "Length" };
... |
using System.Collections.Generic;
using Microsoft.AspNetCore.Mvc.Razor;
namespace CellopointAddin.Web.Resources
{
public interface IWebResourceManager
{
void AddScript(string url, bool addMinifiedOnProd = true);
IReadOnlyList<string> GetScripts();
HelperResult RenderScripts();
}
... |
//------------------------------------------------------------------------------
// <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.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的一般信息由以下
// 控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("LeekReaperTest")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: Assembl... |
namespace Sales_Database.Data.Models
{
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Text;
public class Store
{
public Store()
{
this.Sales = new HashSet<Sale>();
}
[Key]
pu... |
using SDL.ECommerce.Api.Model;
using System.Collections.Generic;
using System.Linq;
namespace SDL.ECommerce.OData
{
public partial class ProductQueryResult : IProductQueryResult
{
ICollection<IBreadcrumb> IProductQueryResult.Breadcrumbs
{
get
{
return... |
#pragma checksum "C:\Users\tata-\SeniorLibrary\Areas\Identity\Pages\Account\Register.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "260ea026cf8bfe93a727d95a5c1a7fb11fbad822"
// <auto-generated/>
#pragma warning disable 1591
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNe... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Diagnostics;
using System.Drawing;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using Camstar.WCF.ObjectStack;
using ComponentFactory.... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics.Contracts;
using Funcky.GenericConstraints;
namespace Funcky.Extensions
{
[EditorBrowsable(EditorBrowsableState.Never)]
public static class ObjectExtensions
{
/// <summary>
/// Wraps this o... |
using Ev.ServiceBus.Samples.Receiver;
using Ev.ServiceBus.UnitTests.Helpers;
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Mvc.Testing;
using Microsoft.AspNetCore.TestHost;
using Microsoft.Extensions.Logging;
namespace Ev.ServiceBus.AsyncApi.UnitTests
{
public class Re... |
using System;
using static Unity.Mathematics.math;
namespace SDF {
[Serializable]
public class DifferenceChamfer : SDFNodeBinary<DifferenceChamfer.Op>, IChamferOp {
public float Radius { get; set; }
public override bool IsCommutative => false;
protected override Op GetOp() {
... |
using System;
using System.Xml.Serialization;
using System.ComponentModel.DataAnnotations;
using BroadWorksConnector.Ocip.Validation;
using System.Collections.Generic;
namespace BroadWorksConnector.Ocip.Models
{
/// <summary>
/// Response to the ServiceProviderAdminGetRequest22.
/// The response contains t... |
namespace CrazyEightsCP.ViewModels;
public class CrazyEightsShellViewModel : BasicMultiplayerShellViewModel<CrazyEightsPlayerItem>
{
public CrazyEightsShellViewModel(IGamePackageResolver mainContainer,
CommandContainer container,
IGameInfo gameData,
BasicData basicData,
IMultiplayerS... |
/* Copyright 2016-2018 Esteve Fernandez <esteve@apache.org>
*
* 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 a... |
//------------------------------------------------------------------------------
// <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.Collections.Generic;
using System.IO;
using System.Net;
namespace UniCorn.Http
{
public interface IHttpRequest
{
string Method { get; }
string Version { get; }
string Uri { get; }
IPEndPoint LocalEndpoint { get; }
IPEndPoint RemoteEndpoint { get; }
... |
using System.Collections.Generic;
using System.Collections.Immutable;
namespace Statiq.Common
{
/// <summary>
/// Contains a collection of documents output by pipelines.
/// </summary>
public interface IPipelineOutputs : IEnumerable<IDocument>
{
/// <summary>
/// Gets documents by ... |
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated ... |
using Discount.API.Repositories;
using HealthChecks.UI.Client;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Diagnostics.HealthChecks;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Micr... |
namespace ut_winapp_sample1
{
public interface IMessageOut
{
void SuccessMessage(string message);
}
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Sandbox.Common.ObjectBuilders.Definitions;
namespace Sandbox.Definitions
{
[MyDefinitionType(typeof(MyObjectBuilder_CryoChamberDefinition))]
class MyCryoChamberDefinition : MyCockpitDefinition
{
public stri... |
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.Diagnostics;
using System.Linq;
namespace WebApiClientCore.Analyzers
{
/// <summary>
/// 表示HttpApi上下文
/// </summary>
class HttpApiContext
{
/// <summary>
/// IHttpApi的类型名称
... |
// Copyright 2007-2014 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 System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace _18___2_SHANO
{
class Program
{
static void Main(string[] args)
{
var x = decimal.Parse(Console.ReadLine());
var a1 = 0M;
var a2 = 0... |
namespace MassTransit.MongoDbIntegration.Courier.Documents
{
public class HostDocument
{
public HostDocument(HostInfo host)
{
MachineName = host.MachineName;
ProcessId = host.ProcessId;
ProcessName = host.ProcessName;
Assembly = host.Assembly;
... |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.InteropServices.WindowsRuntime;
using System.Threading.Tasks;
using Windows.ApplicationModel.Activation;
using Windows.ApplicationModel.DataTransfer;
using Windows.ApplicationModel.DataTransfer.ShareTarget;
using Windows.Gra... |
using System;
using System.Linq;
using Elastic.Xunit.XunitPlumbing;
using FluentAssertions;
using Nest;
using Tests.Core.Extensions;
using Tests.Core.ManagedElasticsearch.Clusters;
using Tests.Domain;
using Tests.Framework.EndpointTests.TestState;
namespace Tests.Aggregations.Pipeline.MovingAverage
{
[SkipVersion("5... |
#if LESSTHAN_NET35
extern alias nunitlinq;
#endif
using NUnit.Framework;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Theraot.Collections;
namespace MonoTests.System.Linq
{
[TestFixture]
public class LookUpTestEx
{
[Test]
... |
//
// Copyright (c) 2018 camunda services GmbH (info@camunda.com)
//
// 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
//
/... |
//------------------------------------------------------------------------------
// <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;
namespace Swagger.ObjectModel.Attributes
{
[AttributeUsage(AttributeTargets.Field)]
internal class SwaggerEnumValueAttribute : Attribute
{
public SwaggerEnumValueAttribute(string value)
{
Value = value;
}
public string Value { get; private set; }
... |
using System;
using System.Threading;
using System.Threading.Tasks;
using AutoMoqCore;
using Moq;
using NUnit.Framework;
using SFA.DAS.Payments.Audit.Application.Data.EarningEvent;
using SFA.DAS.Payments.Audit.Application.PaymentsEventProcessing;
using SFA.DAS.Payments.Audit.Application.PaymentsEventProcessing.Earning... |
using System;
using System.Collections.Generic;
using System.Security.Cryptography;
using System.Text;
using System.Text.RegularExpressions;
namespace Net_Core_JS_Encryption_Decryption
{
public class PasswordGenerator
{
public static string GenerateRandomPassword(int length, string charSet = @"ABCDEFG... |
@using WebAppAlbum
@using WebAppAlbum.Models
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class PopupControl : MonoBehaviour
{
public Button popupclose;
public Button creditsbutt;
public Button privacybutt;
public Button websitebutt;
public Button sourcebutt;
public Butto... |
using System;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Antiforgery;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Options;
using Microsoft.Net.Http.Headers;
using Umbraco.Cms.Core;
using Umbraco.Cms.Core.Configuration.Model... |
using System.Resources;
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.
[ass... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using ILRuntime.CLR.TypeSystem;
using ILRuntime.CLR.Method;
using ILRuntime.Runtime.Enviorment;
using ILRuntime.Runtime.Intepreter;
using ILRuntime.Runtime.Stack;
using ILRuntime.Reflection... |
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using SharperArchitecture.Common.Attributes;
namespace System
{
public static class TypeExtensions
{
priva... |
using System;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
using NBitcoin;
using Stratis.Bitcoin.Consensus.Rules;
using Stratis.Bitcoin.Features.BlockStore.AddressIndexing;
using Stratis.Bitcoin.Features.PoA;
using Stratis.Bitcoin.Interfaces;
using Stratis.Bitcoin.Utilities;
na... |
using EasyOffice.Attributes;
using System;
using System.Collections.Generic;
using System.Text;
namespace EasyOffice.Filters
{
/// <summary>
/// 仅校验特性的类型是不是一样
/// </summary>
public class FilterAttributeComparer : IEqualityComparer<BaseFilterAttribute>
{
public bool Equals(BaseFilterAttribu... |
using Shared.Domain;
using System.Collections.Generic;
namespace Modules.Ticket.Domain.Entities
{
public class Equipment : AuditableEntity, IHasDomainEvent
{
public int Id { get; set; }
public int EquipmentId { get; set; }
public Ticket Ticket { get; set; }
public string MoreEq... |
using Blazored.Modal.Services;
using Microsoft.AspNetCore.Components;
using System;
namespace Blazored.Modal
{
public class BlazoredModalBase : ComponentBase, IDisposable
{
const string DefaultStyle = "blazored-modal";
const string DefaultPosition = "blazored-modal-center";
[Inject] p... |
using System.Linq;
using System.Collections.Generic;
using Microsoft.AspNetCore.Http;
using Xunit;
using FakeItEasy;
using Prime;
using Prime.Models;
using Prime.Services;
using PrimeTests.Utils;
using Microsoft.AspNetCore.Mvc.Razor;
using Microsoft.AspNetCore.Mvc.ViewFeatures;
using System;
namespace PrimeTests.Unit... |
namespace System.Windows
{
public interface IPoint3D
{
Point3D Position
{
get; set;
}
}
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Home Page</title>
<!--Script-->
<!-- Bootstrap core CSS -->
... |
using System;
using System.Collections.Generic;
using System.Text;
namespace Samples.Net
{
/// <summary>
/// Provides a name to a sample.
/// </summary>
[AttributeUsage(AttributeTargets.Class)]
public class NameAttribute : Attribute
{
public readonly string Text;
public NameA... |
//------------------------------------------------------------------------------
// <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 2014 Alex Dyachenko
This file is part of the MPIR Library.
The MPIR Library is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 3 of the License, or (at
your option) any later vers... |
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace Hello
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
} |
@model Pubflix.Models.Customer
@{
ViewBag.Title = "Customers";
}
<h2>@ViewBag.Title.</h2>
<h3>@ViewBag.Message</h3>
<div>
</div> |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class BallPlayerScript : MonoBehaviour
{
public gameController gc;
// Start is called before the first frame update
void Start()
{
}
void OnCollisionEnter(Collision col)
{
if (col.gameObject.Com... |
// ----------------------------------------------------------------------------------
//
// Copyright Microsoft Corporation
// 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... |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using Unity.Injection;
using Unity.Policy;
using Unity.ResolverPolicy;
using Unity.Tests.v5.Generics;
using Unity.Tests.v5.TestSupport;
namespace Unity.Tests.v5.Injection
{
// Tests for the Depen... |
using System.Collections.Generic;
using System.IO.Abstractions;
using Autofac;
using PrometheusFileServiceDiscoveryApi.Services.FileOperations;
using PrometheusFileServiceDiscoveryApi.Services.Models;
using PrometheusFileServiceDiscoveryApi.Services.Settings;
using PrometheusFileServiceDiscoveryApi.Services.Targets;
... |
using System.Collections.Generic;
using System;
using Xunit;
using TestUtil;
using Serilog;
using Lucene.Core;
namespace Lucene.Fst
{
public class TestFSTs
{
public static readonly ILogger log = new LoggerConfiguration().MinimumLevel.Information().WriteTo.Console().CreateLogger();
private cons... |
@{
ViewBag.Title = "Index";
Layout = "~/Areas/satici/Views/Shared/_Layout.cshtml";
}
<div class="row">
<h4 class="pl-4">Hesabım</h4>
</div>
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-12 mb-3">
<div class="bg-grad-3 stat-card">
<div class="px-3 pt-3">
<di... |
using System;
namespace exceptions
{
class Calculator
{
public int sum(int a, int b) {
return a + b;
}
public int substract(int a, int b) {
return a - b;
}
public int multiply(int a, int b) {
return a * b;
}
public int ... |
using NSubstitute;
using Sitecore.BaseLayouts.Data;
using Sitecore.BaseLayouts.Pipelines.SaveBaseLayout;
using Sitecore.Data.Items;
using Xunit;
namespace Sitecore.BaseLayouts.Tests.Pipelines.SaveBaseLayout
{
public class CheckForCircularReferenceTests : FakeDbTestClass
{
[Fact]
public void Pr... |
using System.Collections;
using UnityEngine;
/// <summary>
/// Enum <c>DodgeDirection</c> contains the two options of directions in which
/// the enemy can dodge.
/// </summary>
public enum DodgeDirection
{
LEFT,
RIGHT
}
/// <summary>
/// Class <c>Enemy</c> contains the logic for enemies in order to give th... |
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Primitives;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Security.Cryptography;
using System.Text;
namespace ThreeDPayment
{
public class FinansbankPaymentProvider : IPaymentProvider
{
public Payment... |
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using BenchmarkDotNet.Analysers;
using BenchmarkDotNet.Diagnosers;
using BenchmarkDotNet.Exporters;
using BenchmarkDotNet.Jobs;
using BenchmarkDotNet.Order;
using BenchmarkDotNet.Reports;
using BenchmarkDotNet.Validators;
namespa... |
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Threading;
using System.Xml.Linq;
using Umbraco.Core.Auditing;
using Umbraco.Core.Events;
using Umbraco.Core.Logging;
using Umbraco.Core.Models;
using Umbraco.Core.Models.Membership;
using Umbraco.Core.Models.Rdb... |
// <copyright file="PlugInProxyTypeGeneratorTest.cs" company="MUnique">
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
// </copyright>
namespace MUnique.OpenMU.PlugIns.Tests
{
using System;
using System.ComponentModel;
using Microsoft.Extensions.Loggi... |
using System;
using CompaniesRegister.Services.Implementations;
using CompaniesRegiter.Data;
using CompaniesRegiter.Models;
using Microsoft.EntityFrameworkCore;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace CompaniesRegister.Tests.InMemoryTests
{
[TestClass]
public class EmployeesServiceTests
... |
/* ====================================================================
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... |
/*
* Copyright 2020 New Relic Corporation. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
using System.Collections.Generic;
using System.IO;
using System.Linq;
using NewRelic.Agent.IntegrationTestHelpers;
using NewRelic.Agent.IntegrationTests.Shared;
using NewRelic.Testing.Assertions;
using Xunit;
using... |
using System.Reflection;
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("EnvVarInjectorHttpModule")]
[assembly: Ass... |
namespace GrabzIt.Enums
{
public enum VerticalPosition
{
Top = 0, Middle = 1, Bottom = 2
}
} |
using Hyperledger.Fabric.SDK;
using Hyperledger.Fabric.SDK.Requests;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Hyperledger.Fabric.Tests.SDK.Integration
{
/**
* Test end to end scenario
*/
[TestClass]
[TestCategory("SDK_INTEGRATION_NODE")]
// This runs a version of end2e... |
using System;
using System.Collections.Generic;
using System.Linq;
namespace JabbR.WebApi.Model
{
public class ErrorModel
{
public string Message { get; set; }
}
} |
#region File Description
//-----------------------------------------------------------------------------
// TestGameGame.cs
//
// Microsoft XNA Community Game Platform
// Copyright (C) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------
#endregion
... |
using System;
using System.IO;
using System.Linq;
using NUnit.Framework;
using Xamarin.UITest;
using Xamarin.UITest.Queries;
namespace UITestDemo.UITests
{
[TestFixture(Platform.Android)]
[TestFixture(Platform.iOS)]
public class Tests
{
IApp app;
Platform platform;
public Test... |
using System.Text.Json.Serialization;
namespace Essensoft.AspNetCore.Payment.Alipay.Domain
{
/// <summary>
/// AlipayIserviceItaskOrderRecordSyncModel Data Structure.
/// </summary>
public class AlipayIserviceItaskOrderRecordSyncModel : AlipayObject
{
/// <summary>
/// 首页助理openapi请... |
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("03.... |
using Com.Danliris.Service.Packing.Inventory.Application.CommonViewModelObjectProperties;
using Com.Danliris.Service.Packing.Inventory.Application.ToBeRefactored.GarmentShipping.ExportSalesDO;
using Com.Danliris.Service.Packing.Inventory.Application.ToBeRefactored.Utilities;
using Com.Danliris.Service.Packing.Inventor... |
using Microsoft.AspNetCore.Mvc;
using SoftwareAG.DTO;
using SoftwareAG.Infrastructure;
using SoftwareAG.Models;
using SoftwareAG.Services;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace SoftwareAG.Controllers
{
public class ResumeController : Controller
... |
using System;
namespace it.unical.mat.embasp.languages.pddl
{
public class PDDLException : Exception
{
private const long serialVersionUID = 1L;
public PDDLException(string error) : base(error) { }
}
} |
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 NoteApp
{
public partial class Form1 : Form
{
public Form1()
{
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Alicization.Model.Wealth.Assets
{
class Currency : IVirtualAsset
{
public int assetId { get; private set; }
public string assetName { get; private set; }
public... |
//-----------------------------------------------------------------------------
// FILE: SetupStatusChangedDelegate.cs
// CONTRIBUTOR: Jeff Lill
// COPYRIGHT: Copyright (c) 2005-2022 by neonFORGE LLC. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use thi... |
using AuthenticodeExaminer;
using AuthenticodeLint;
using AuthenticodeLint.Rules;
using System;
using System.Collections.Generic;
using Xunit;
namespace AuthenticodeLintTests.Rules
{
public class WinCertificatePaddingRuleTests
{
private static CheckConfiguration Configuration => new CheckConfiguration... |
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("FirstAidQuizTests")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("FirstAidQuizTests")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[as... |
// 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... |
using System;
using UnityEngine;
using UnityEngine.SceneManagement;
namespace ShootingEditor2D
{
public class UIGamePass : MonoBehaviour
{
private readonly Lazy<GUIStyle> mLabelStyle = new Lazy<GUIStyle>(() => new GUIStyle(GUI.skin.label)
{
fontSize = 80,
alignment = Tex... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.