text stringlengths 1 932k |
|---|
using System.Collections.Generic;
using Essensoft.Paylink.Alipay.Response;
namespace Essensoft.Paylink.Alipay.Request
{
/// <summary>
/// alipay.user.aliyunbenefit.sync
/// </summary>
public class AlipayUserAliyunbenefitSyncRequest : IAlipayRequest<AlipayUserAliyunbenefitSyncResponse>
{
//... |
using System;
using Azuria.Api.v1.Input;
namespace Azuria.Api.v1.RequestBuilder
{
/// <inheritdoc />
/// <summary>
/// </summary>
public abstract class ApiClassRequestBuilderBase : IApiClassRequestBuilder
{
/// <summary>
///
/// </summary>
/// <param name="proxerCl... |
using System;
using System.Collections.Generic;
using Verse;
using RimWorld;
namespace rjw {
public class ThoughtWorker_Bound : ThoughtWorker {
protected override ThoughtState CurrentStateInternal (Pawn p)
{
if (p.apparel != null) {
bool bound = false, gagged = false;
foreach (var app in p.apparel... |
// Copyright (c) Microsoft. All rights reserved.
// Copyright (c) Denis Kuzmin <x-3F@outlook.com> github/3F
// Copyright (c) IeXod contributors https://github.com/3F/IeXod/graphs/contributors
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using Syst... |
using Godot;
public enum HitboxKind { HEAD, BODY }
public class Hitbox : StaticBody {
[Export]
public HitboxKind Kind = HitboxKind.BODY;
ThirdPersonPlayer ParentPlayer = null;
public override void _Ready() {
ParentPlayer = (ThirdPersonPlayer)GetParent().GetParent();
base._Ready();
}
public void Dam... |
/* Copyright 2010-2012 10gen 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 writing... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Dominio
{
public class Almacen
{
private int id;
private string descripcion;
public int Id
{
get
{
return id;
... |
using System;
using System.Collections.Generic;
using System.IO;
using ChMonitoring.Helpers;
using ChMonitoring.MonitData;
namespace ChMonitoring
{
internal class Event
{
#region Public Methods
public static void Post(Service_T service, MonitEventType id, MonitStateType state, EventAction_T a... |
using Newtonsoft.Json;
namespace Keycloak.Net.Models.ClientInitialAccess
{
public class ClientInitialAccessCreatePresentation
{
[JsonProperty("count")]
public int? Count { get; set; }
[JsonProperty("expiration")]
public int? Expiration { get; set; }
}
} |
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
namespace DoItLess.DevKit.Extensions
{
public static partial class DataTableExtensions
{
/// <summary>
/// 获取DataColumn可枚举对象
/// </summary>
/// <param name="this"></param>
/// <ret... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>@ViewBag.Title - My ASP.NET Application</title>
@Styles.Render("~/Content/css")
@Scripts.Render("~/bundles/modernizr")
</head>
<body>
<nav class="navbar navbar-l... |
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT license. See License.txt in the project root for license information.
#nullable disable
using System;
using Microsoft.AspNetCore.Razor.Language;
using Microsoft.CodeAnalysis.Razor.ProjectSystem;
using Microsoft.CodeAnalysis.Razor.Serial... |
// *** 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 AspNetOne
@namespace AspNetOne.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers |
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
// Ported from um/wingdi.h in the Windows SDK for Windows 10.0.19041.0
// Original source is Copyright © Microsoft. All rights reserved.
using NUnit.Framework;
using System... |
/*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect 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 ... |
using System.Windows.Interop;
namespace Captura
{
/// <summary>
/// Provides DPI scaling factor.
/// Only needs to be used when dealing with WPF since their sizes are specified in Device Independent Pixels.
/// </summary>
public class Dpi
{
static Dpi()
{
using (var... |
using System;
namespace ChangeTiles
{
class ChangeTiles
{
static void Main()
{
var money = decimal.Parse(Console.ReadLine());
var hFloor = decimal.Parse(Console.ReadLine());
var wFloor = decimal.Parse(Console.ReadLine());
var aTriangle = decimal.... |
/*
* DBRevision_Extensions.cs
*
* Authors:
* Rolf Bjarne Kvinge (RKvinge@novell.com)
*
* Copyright 2009 Novell, Inc. (http://www.novell.com)
*
* See the LICENSE file included with the distribution for details.
*
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
u... |
using System;
using System.Text;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.Serialization;
using Newtonsoft.Json;
namespace Authress.SDK.DTO
{
/// <summary>
///
/// </summary>
[DataContract]
public class Account
{
/// <summary>
/// Gets or ... |
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("FileStore.Persistance.EntityFramework.Tes... |
using System.Collections.Generic;
namespace Linqor
{
public static partial class Extensions
{
/// <summary>
/// Returns distinct elements from an ordered sequence.
/// </summary>
/// <param name="source">The ordered sequence to remove duplicate elements from.</param>
pu... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
namespace MvcThrottle.Demo
{
public class RouteConfig
{
public static void RegisterRoutes(RouteCollection routes)
{
routes.IgnoreRoute("{resource}.ax... |
/*
* MindTouch λ#
* Copyright (C) 2018-2019 MindTouch, Inc.
* www.mindtouch.com oss@mindtouch.com
*
* For community documentation and downloads visit mindtouch.com;
* please review the licensing section.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in ... |
using System.IO;
using UnityEngine;
public sealed class GameState
{
private GameState()
{
}
public int Seed { get; private set; }
public AttributeSet Attributes { get; private set; }
public WorldState World { get; private set; }
public HiveState Hive { get; private set; }
... |
namespace Problem_1_Shapes.Shapes
{
class Triangle : Shape
{
public Triangle()
{
}
public Triangle(decimal Base, decimal Height)
{
this.Width = Base;
this.Height = Height;
}
public override decimal CalculateSurface()
{
... |
using Microsoft.EntityFrameworkCore.Migrations;
namespace Survi.Prevention.DataLayer.Migrations
{
public partial class hazardouswallsectormaxlength : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AlterColumn<string>(
na... |
// 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.Immutable;
namespace Microsoft.VisualStudio.LanguageServices.Xaml.Features.Diagnostics
{
... |
using MediatR;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
using Moq;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using UFynd.API.Controllers;
using UFynd.Application.Feature.H... |
using System;
namespace Hl7.FhirPath.Sprache
{
internal static class ResultHelper
{
public static IResult<U> IfSuccess<T, U>(this IResult<T> result, Func<IResult<T>, IResult<U>> next)
{
if(result == null) throw new ArgumentNullException("result");
if (result.WasSuccess... |
namespace selenium_api.Controllers
{
public class Payload
{
public string Name { get; set; }
public string Namespace { get; set; }
public string Phase { get; set; }
public MetaData Metadata { get; set; }
}
public class MetaData
{
public long Port { get; set; ... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
namespace ZoDream.Shared.Font
{
public class FontHelper
{
public static IList<string> GetFontFamily(string fileName)
{
using (var fs = File.OpenRead(fileName))
{
return ... |
using System;
namespace SignalR.Hubs
{
[AttributeUsage(AttributeTargets.Method, Inherited = false, AllowMultiple = false)]
public sealed class HubMethodNameAttribute : Attribute
{
public HubMethodNameAttribute(string methodName)
{
if (String.IsNullOrEmpty(methodName))
... |
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
namespace Demo1.Server.Pages
{
[ResponseCache(Duration = 0, Location = ResponseC... |
/* Copyright (c) Citrix Systems, 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, this l... |
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Threading.Tasks;
using CalendarSkill.Dialogs.DeleteEvent.Resources;
using CalendarSkill.Models;
using CalendarSkillTest.Flow.Fakes;
using CalendarSkillTest.Flow.Utterances;
using Microsoft.Bot.Schema;
using Microsoft.Bot... |
//-----------------------------------------------------------------------
// <copyright file="Constants.cs" company="AFS">
// This source code is part of Netsy http://github.com/AnthonySteele/Netsy/
// and is made available under the terms of the Microsoft Public License (Ms-PL)
// http://www.opensource.org/license... |
// *********************************************************************
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License
// *********************************************************************
using System;
using System.Linq.Expressions;
using System.Runtime.Serializati... |
namespace Microsoft.ApplicationInsights.Tests
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading;
using Microsoft.ApplicationInsights.DataContrac... |
using System;
using System.Collections.Generic;
using Abp.Application.Features;
using Abp.Auditing;
using Abp.BackgroundJobs;
using Abp.Dependency;
using Abp.Domain.Uow;
using Abp.DynamicEntityParameters;
using Abp.EntityHistory;
using Abp.Events.Bus;
using Abp.Notifications;
using Abp.Resources.Embedded;
using Abp.Ru... |
using AsyncInn.Data;
using AsyncInn.Models;
using Microsoft.EntityFrameworkCore;
using System;
using System.Linq;
using Xunit;
using AsyncInn;
namespace AsyncInnTest
{
public class AsyncInnTest
{
/// <summary>
/// Test getting props of amenity object
/// </summary>
[Fact]
... |
using LinqAF.Impl;
using System;
using System.Collections.Generic;
namespace LinqAF
{
abstract partial class BuiltInExtensionMethodsBase :
ExtensionMethodsBase
{
// SequenceEqual, default
public bool SequenceEqual<TItem>(BuiltInEnumerable<TItem> first, BuiltInEnumerable<TItem> second)
... |
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("Ag... |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace doix.Fast
{
public enum PromiseState
{
InProgress,
Done,
Cancelled
}
public struct PromiseAwaiter : I... |
using System;
using System.ServiceModel.Channels;
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extensions;
namespace SoapCore
{
public static class SoapEndpointExtensions
{
public static IApplicationBuilder UseSoapEndpoint<T>(thi... |
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("Ex... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Reflection;
using System.Resources;
using System.Windows.Forms;
namespace scanOpener
{
partial class AboutBox : Form
{
public AboutBox()
{
InitializeCo... |
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("Zt... |
using System;
using System.Collections;
using UnityEngine;
using UnityEngine.UI;
[AddComponentMenu("ManoMotion/ManoVisualization")]
public class ManoVisualization : MonoBehaviour
{
#region Variables
[SerializeField]
private Transform bounding_box_prefab;
[SerializeField]
private bool _show_bound... |
using ComicStore.Application.DTO;
using ComicStore.Service.Interfaces;
using Microsoft.AspNetCore.Mvc;
using System;
namespace ComicStore.Application.Controllers
{
[Route("api/[controller]")]
[ApiController]
public class OrderController : ComicStoreBaseController
{
private readonly IOrderServi... |
// ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------
namespace Microsoft.ServiceFabr... |
namespace AH.ModuleController.UI.NWMS
{
partial class frmBedStatusChange
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// <... |
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Abp.Application.Services;
using Abp.Application.Services.Dto;
using Abp.Authorization;
using Abp.Domain.Repositories;
using Abp.Extensions;
using Abp.IdentityFramework;
using Abp.Linq.Extensions;
using TacoChallenge.Authorization;... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Diagnostics;
using Microsoft.VisualBasic.FileIO;
namespace ImageTool
{
pu... |
namespace IL2AsmTranspiler.Interfaces.CodeChunks
{
public interface IIntrinsicChunk : ICodeChunk
{
string Label { get; }
}
} |
/*
* 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 writing, software
* distribu... |
/* Yet Another Forum.NET
* Copyright (C) 2003-2005 Bjørnar Henden
* Copyright (C) 2006-2013 Jaben Cargman
* Copyright (C) 2014 Ingo Herbote
* http://www.yetanotherforum.net/
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distribut... |
#region
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using WinterLeaf.Engine;
using WinterLeaf.Engine.Classes;
using WinterLeaf.Engine.Containers;
using WinterLeaf.Engine.Enums;
using System.ComponentModel;
using System.Threading;
using WinterLeaf.Engine.Classes.Interopt;
using... |
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("20... |
using System;
using GroupDocs.Viewer.Cloud.Sdk.Api;
using GroupDocs.Viewer.Cloud.Sdk.Model;
using GroupDocs.Viewer.Cloud.Sdk.Model.Requests;
namespace GroupDocs.Viewer.Cloud.Examples.CSharp.AdvancedUsage.CommonRenderingOptions
{
/// <summary>
/// This example demonstrates how to to set custom font source when... |
// <copyright file="MonitorSyncObject.cs" company="ClrCoder project">
// Copyright (c) ClrCoder project. All rights reserved.
// Licensed under the Apache 2.0 license. See LICENSE file in the project root for full license information.
// </copyright>
namespace ClrCoder.Threading
{
using System;
using System.T... |
// ReSharper disable once CheckNamespace
namespace AcadLib.PaletteCommands
{
using System;
using System.Drawing;
using System.Windows.Forms;
using JetBrains.Annotations;
using Layers;
using Application = Autodesk.AutoCAD.ApplicationServices.Core.Application;
/// <summary>
/// Команда в... |
// 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 Microsoft.ML.Runtime.Data;
namespace Microsoft.ML.Runtime.Int... |
using System;
using System.Collections.Generic;
using RaceStatistics.Logic.Interfaces.Exceptions;
namespace RaceStatistics.Logic.Interfaces.Interfaces
{
public interface IScoreSystemCollection
{
void AddScoreSystem(string name, int fastestLapPoints);
IReadOnlyCollection<IScoreSystem> GetScoreS... |
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("06... |
namespace SoundFingerprinting.Tests.Unit.LCS
{
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using SoundFingerprinting.LCS;
using SoundFingerprinting.Query;
[TestFixture]
public class LongestIncreasingSequenceTest
{
[Test]
public void Should... |
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Linq;
using JetBrains.Annotations;
using Microsoft.EntityFrameworkCore.ChangeTracking.Internal;
using Microsoft.EntityFrameworkCore.Infrast... |
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.
using Microsoft.Graphics.Canvas;
using Microsoft.Graphics.Canvas.Brushes;
using Microsoft.Graphics.Canvas.Text;
using Microsoft.Graphics.Canvas.UI.Xaml;
using ... |
// <auto-generated>
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is
// re... |
// Snippet for S_UE System.ServiceModel.Dispatcher.ExceptionHandler.HandleException
// 06192006 Created by A.Hu
// <snippet0>
using System;
using System.ServiceModel.Dispatcher;
namespace CS
{
public class MyExceptionHandler: ExceptionHandler
{
// HandleException method override gives control to
... |
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version: 14.0.0.0
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
// ----... |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by \generate-code.bat.
//
// Changes to this file will be lost when the code is regenerated.
// The build server regenerates the code before each build and a pre-build
// step ... |
using System.Collections.Generic;
using System.Linq;
using SFH.IT.Hljodrit.Common.Dto;
using SFH.IT.Hljodrit.Services.Interfaces;
using SFH.IT.Hljodrit.Repositories.Interfaces.Instruments;
namespace SFH.IT.Hljodrit.Services.Implementations
{
public class InstrumentService : IInstrumentService
{
privat... |
@model BuggyBits.ViewModels.NewsViewModel
@{
ViewData["Title"] = "News";
}
<h2>News</h2>
@Model.News |
namespace Geta.InstantTemplates.Sample.Models.ViewModels
{
/// <summary>
/// View model for the image file
/// </summary>
public class ImageViewModel
{
/// <summary>
/// Gets or sets the URL to the image.
/// </summary>
public string Url { get; set; }
/// <su... |
using static CentralizedThermalDistribution.CompThermalWorker;
namespace CentralizedThermalDistribution
{
class ThermalWorkerInterface_Coolant : ThermalWorkerInterface
{
public ThermalWorkerInterface_Coolant(CompThermalWorker thermalWorker, bool isInput, CompCoolantTrader compCoolant) : base(thermalWo... |
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("Ema... |
namespace ErsatzTV.Application.Jellyfin;
public record GetJellyfinMediaSourceById
(int JellyfinMediaSourceId) : IRequest<Option<JellyfinMediaSourceViewModel>>; |
using Abp.Application.Services.Dto;
using Abp.Authorization;
using Abp.AutoMapper;
namespace CRUDzao.Roles.Dto
{
[AutoMapFrom(typeof(Permission))]
public class PermissionDto : EntityDto<long>
{
public string Name { get; set; }
public string DisplayName { get; set; }
public string... |
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using common.Models;
using Common.Models;
using Common.Utilities;
using Microsoft.Extensions.Configuration;
namespace common.Utilities
{
public class EventController
{
private IConfiguration _config;
private LoggerH... |
using System.Collections.Generic;
using BitTools.Core.Model;
namespace BitTools.Core.Contracts.HtmlClientProxyGenerator
{
public interface IHtmlClientContextGenerator
{
string GenerateTypeScriptContext(IList<DtoController> controllers, BitCodeGeneratorMapping mapping);
string GenerateJavaScri... |
using System;
using System.Collections.Generic;
using System.Linq;
namespace ImageStorEngine
{
public static class CoreExtensions
{
public static Guid ToGuid(this string src)
{
byte[] stringbytes = System.Text.Encoding.UTF8.GetBytes(src);
byte[] hashedBytes = new System.... |
// <auto-generated />
// Built from: hl7.fhir.r4b.core version: 4.1.0
// Option: "NAMESPACE" = "fhirCsR4"
using fhirCsR4.Models;
namespace fhirCsR4.ValueSets
{
/// <summary>
/// Indicates whether the event succeeded or failed.
/// </summary>
public static class AuditEventOutcomeCodes
{
/// <summary>
... |
// 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.Diagnostics;
namespace System.Xml
{
internal class Base64Decoder : IncrementalReadDe... |
using System.Text.Json.Serialization;
namespace Drover.Contracts.Attachments
{
public class DeleteAttachmentResponse
{
[JsonPropertyName("success")]
public bool Success { get; set; }
}
} |
namespace Hudl.FFmpeg.Enums
{
/// <summary>
/// A streamId indicating the resource that was added to the Command
/// </summary>
public enum CommandReceiptType
{
/// <summary>
/// specifies that the streamId is for a command input resource
/// </summary>
Input,
... |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using BenchmarkDotNet.Attributes;
using MicroBenchmarks;
namespace PerfLabTests
{
[BenchmarkCategory(Categories.Runtime, Categories.Perflab)]
pu... |
using System;
using System.Collections.Generic;
using System.Collections.Concurrent;
using System.Data;
using System.Linq;
namespace Orko.EntityWorks.Generator
{
/// <summary>
/// Represents foreign key constraint.
/// </summary>
public class ForeignKey
{
#region Constructors
/// <... |
using System;
using System.Text;
using PacketManager;
using System.Linq;
using Newtonsoft.Json;
using LoRaTools;
using System.Net.Sockets;
using System.Net;
using LoRaWan.NetworkServer;
namespace AESDemo
{
class Program
{
public static byte[] StringToByteArray(string hex)
{
retu... |
using System;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using System.Windows.Media;
using ActiproSoftware.Text;
using ActiproSoftware.Text.Implementation;
using ActiproSoftware.Text.Tagging;
using ActiproSoftware.Text.Tagging.Implementation;
using ActiproSoftware.Text.Utility;
using Actip... |
using System;
using System.Collections.Generic;
using System.Linq;
namespace IOfThings.Spatial.Geofencing
{
public static class AlertExtensions
{
public static int BuildTriggerMask(this IAlert a)
{
int m = 0x00000000;
foreach(var str in a.RelativeTo)
{
... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Diagnostics;
using System.Runtime.Versioning;
using System.Security.Cryptography;
using Internal.Cryptography;
namespace System.Security.Cryptography
{
... |
namespace LearningSystem.Data.Migrations
{
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using System;
[DbContext(typeof(LearningSystemDbContext))]
[Migr... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using static BetterJoyForCemu.HIDapi;
namespace ... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using BSO;
using System.Data;
namespace Fomusa.Client.Modules.Panel
{
public partial class BlockMenuLinks : System.Web.UI.UserControl
{
protected void Page_Load(ob... |
using System;
using System.Collections.Generic;
using LinqToDB.Mapping;
using System.Linq;
using System.Text.RegularExpressions;
namespace webAddressbookTests
{
[Table(Name = "addressbook")]
public class ContactData : IEquatable<ContactData>, IComparable<ContactData>
{
private string allPhones;
... |
// <auto-generated />
// This file was automatically generated by the PetePocoGenerator
//
// The following connection settings were used to generate this file
//
// Connection String: `Server=mmsaccess.vfdworld.com;Port=3306;User=accessuser;password=**zapped**;convert zero datetime=True`
// Provider: ... |
// Description: Html Agility Pack - HTML Parsers, selectors, traversors, manupulators.
// Website & Documentation: http://html-agility-pack.net
// Forum & Issues: https://github.com/zzzprojects/html-agility-pack
// License: https://github.com/zzzprojects/html-agility-pack/blob/master/LICENSE
// More projects: http://w... |
using Cms.Data.Entity;
using System;
using System.Collections.Generic;
using System.Text;
namespace Cms.Repository.Interface.EntityFramework
{
public interface IBoatCrewRepository : IGenericRepository<BoatCrew>
{
}
} |
//------------------------------------------------------------------------------
// <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>
//--... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.