text stringlengths 1 932k |
|---|
using NKMCore.Effects;
using NKMCore.Extensions;
using NKMCore.Templates;
namespace NKMCore.Abilities.Ochaco_Uraraka
{
public class ZeroGravity : Ability
{
public override string Name { get; } = "Zero Gravity";
protected override int Cooldown { get; } = 0;
public override AbilityType T... |
using Magnesium.DataBase.XMusic;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Magnesium.Crawler.Web;
using System.Text.RegularExpressions;
namespace Magnesium.Crawler.XMusic
{
class XMusicCrawler
{
private const string URL = ... |
/*
MIT License
Copyright(c) 2020 Evgeny Pereguda
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, copy, modify, merge, publish,... |
using System;
namespace PrimeFuncPack;
partial class Dependency<T1, T2, T3, T4, T5, T6, T7>
{
public T6 ResolveSixth(
IServiceProvider serviceProvider)
=>
sixthResolver.Invoke(serviceProvider);
} |
//------------------------------------------------------------------------------
// <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>
//--... |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="ILoggable.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root... |
using System.Collections;
using System.Collections.Generic;
using UnityEditor;
using UnityEngine;
using UnityEngine.Audio;
using WeaverCore.Attributes;
using WeaverCore.Utilities;
namespace WeaverCore.Editor
{
/// <summary>
/// Used for playing music and atmosphere sounds in the editor
/// </summary>
public cl... |
using System;
using System.Web.Http;
using System.Web.Mvc;
using Projeto.Areas.HelpPage.ModelDescriptions;
using Projeto.Areas.HelpPage.Models;
namespace Projeto.Areas.HelpPage.Controllers
{
/// <summary>
/// The controller that will handle requests for the help page.
/// </summary>
public class HelpCo... |
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("Sc... |
namespace Sandbox
{
using System;
using System.Diagnostics;
using System.IO;
using System.Threading.Tasks;
using CommandLine;
using DotaESport.Data;
using DotaESport.Data.Common;
using DotaESport.Data.Common.Repositories;
using DotaESport.Data.Models;
using DotaESport.Data.Repo... |
using System.Runtime.CompilerServices;
using JetBrains.Annotations;
using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;
using TargetLogger.EventSources;
using TargetLogger.Logging;
[assembly: InternalsVisibleTo("TargetLogger.Tests")]
namespace TargetLogger
{
[UsedImplicitly]
public sealed class... |
namespace BestDeals.Models
{
public class MessageModel
{
public string Caption { get; set; }
public string Message { get; set; }
public MessageType MessageType { get; set; }
}
public enum MessageType
{
Info,
Error
}
} |
using System;
using Avalonia.Platform;
namespace Avalonia.X11
{
class PlatformSettingsStub : IPlatformSettings
{
public Size DoubleClickSize { get; } = new Size(2, 2);
public TimeSpan DoubleClickTime { get; } = TimeSpan.FromMilliseconds(500);
/// <inheritdoc cref="IPlatformSettings.Tou... |
namespace ICSSoft.STORMNET.Business
{
using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
/// <summary>
/// Типы событий на которые могу быть навешены обработчики.
/// </summary>
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MCR.models
{
public class Student
{
public string id { get; set; }
public string ip { get; set; }
public string name { get; set; }
public string student... |
using System;
using Newtonsoft.Json;
namespace Essensoft.AspNetCore.Payment.Alipay.Domain
{
/// <summary>
/// IsvCyclePropertyTimeModel Data Structure.
/// </summary>
[Serializable]
public class IsvCyclePropertyTimeModel : AlipayObject
{
/// <summary>
/// 日期
/// </summa... |
@model PagedList.IPagedList<GeneratorBase.MVC.Models.T_TimeSlots>
@using PagedList.Mvc;
@{
var ActionNameUrl = "Index";
if (HttpContext.Current.Request.RequestContext.RouteData.Values["action"].ToString().ToUpper() == "FSEARCH")
{
ActionNameUrl = "FSearch";
}
var BackUrl = Request.Url;
if (... |
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Globalization;
using System.Threading;
using Elastic.Apm.Api;
using Elastic.Apm.Logging;
namespace Elastic.Apm.Helpers
{
internal class DbConnectionStringParser
{
private const string ThisClassName = nameof(DbConnecti... |
namespace StatsdClient
{
public class StatsdConfig
{
public string StatsdServerName { get; set; }
public int StatsdPort { get; set; }
public int StatsdMaxUDPPacketSize { get; set; }
public int StatsdMaxUnixDomainSocketPacketSize {get; set;} = 2048;
public bool StatsdTrun... |
using System.IO;
using Hammock.Serialization;
using NUnit.Framework;
namespace Hammock.Tests.Serialization
{
[TestFixture]
public class DefaultJsonSerializerTests
{
[Test]
public void Can_deserialize_to_dynamic_collection()
{
var serializer = new DefaultJsonSerializer()... |
// This file is part of Silk.NET.
//
// You may modify and distribute Silk.NET under the terms
// of the MIT license. See the LICENSE file for details.
using System;
using System.Drawing;
namespace Silk.NET.Windowing.Common
{
/// <summary>
/// Contains all windowing functions.
/// </summary>
public i... |
// *** 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... |
//------------------------------------------------------------------------------
// <copyright file="CalendarDesigner.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//-----------------------------... |
namespace MassTransit
{
using System.Threading.Tasks;
/// <summary>
/// Defines a message consumer which runs a job asynchronously, without waiting, which is monitored by Conductor
/// services, to monitor the job, limit concurrency, etc.
/// </summary>
/// <typeparam name="TJob">The job messa... |
//-----------------------------------------------------------------------------
// Runtime: 72ms
// Memory Usage: 24.1 MB
// Link: https://leetcode.com/submissions/detail/327836848/
//-----------------------------------------------------------------------------
using System.Linq;
namespace LeetCode
{
public class... |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4952
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//---... |
// 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.Text;
using Microsoft.ML.Internal.Utilities;
using Tensorflow;
using Utils = Microsoft.M... |
// 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 JetBrains.Annotations;
using Microsoft.EntityFrameworkCore.Internal;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.Extensions.Depe... |
// <auto-generated />
using System;
using ControleVeicular;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
namespace Cont... |
// <auto-generated />
using System;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
namespace ScriptureNotes.Migrations
{
[DbContext(typeof(ScriptureNotesContext))]... |
namespace GeekLearning.Authorizations.EntityFrameworkCore
{
using Exceptions;
using GeekLearning.Authorizations.Model.Manager;
using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Threading.Ta... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Runtime.CompilerServices;
[assembly:TypeForwardedTo(typeof(System.Xml.XmlAttribute))]
[assembly:TypeFo... |
// Tools.cs
// Functions for use anywhere within the application.
//
// Copyright (c). 2018, 2019 Daniel Patterson, MCSD (danielanywhere)
// Released for public access under the MIT License.
// http://www.opensource.org/licenses/mit-license.php
using System.Collections.Generic;
using System.Text;
using System.Text.Reg... |
/*
* 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 ... |
namespace CarDeliveryNetwork.Types
{
/// <summary>
/// An enumeration that specifies where the job originated
/// </summary>
public enum JobSource
{
/// <summary>
/// Job was created on vinDELIVER Office
/// </summary>
VinDeliverOffice,
/// <summary>
... |
// <auto-generated />
using System;
using Entities;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
namespace EFMigrations.Migrations.Tenant
{
[DbContext(typeof(Tenan... |
using System;
using Android.App;
using Android.Content.PM;
using Android.Runtime;
using Android.Views;
using Android.Widget;
using Android.OS;
namespace ProjectTemplate.Sample.XamarinForms.Blank.Droid
{
[Activity(Label = "ProjectTemplate.Sample.XamarinForms.Blank", Icon = "@mipmap/icon", Theme = "@style/MainThem... |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System.Management.Automation.Internal;
using System.Management.Automation.Remoting;
using System.Management.Automation.Runspaces;
using System.Management.Automation.Runspaces.Internal;
#pragma warning disable 1634, 1691 // Stops compiler... |
using System;
using System.Text;
using System.Text.RegularExpressions;
using System.Collections.Generic;
using System.IO;
namespace TextRead
{
public class TheRead
{
static void Main(string[] args)
{
List<string> files = new List<string>();
string fieldsep = "\t";
usi... |
#region License
// Copyright (c) 2007 James Newton-King
//
// 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,
// copy,... |
using System.IO;
using System.Runtime.Serialization;
using WolvenKit.CR2W.Reflection;
using FastMember;
using static WolvenKit.CR2W.Types.Enums;
namespace WolvenKit.CR2W.Types
{
[DataContract(Namespace = "")]
[REDMeta]
public class CPlaySoundOnActorRequest : IEntityStateChangeRequest
{
[Ordinal(1)] [RED("boneNa... |
using System.Runtime.Serialization;
using BuildVision.Common;
namespace BuildVision.UI.Settings.Models
{
public class ControlSettings : SettingsBase
{
public BuildMessagesSettings BuildMessagesSettings { get; set; }
public GeneralSettings GeneralSettings { get; set; }
public GridSett... |
//-----------------------------------------------------------------------------
// Filename: SIPRequestAuthorisationResult.cs
//
// Description: Holds the results of a SIP request authorisation attempt.
//
// History:
// 08 Mar 2009 Aaron Clauson Created.
//
// License:
// BSD 3-Clause "New" or "Revised" License... |
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 System;
using System.Drawing;
using System.IO;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using HsArtExtractor.Hearthstone.CardArt;
using Ookii.Dialogs.Wpf;
using ControlsImage = System.Windows.Controls.Image;
u... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace ProjeKargoWebForms.Model
{
public class KuryeCagir
{
public int Id { get; set; }
public Nullable<int> AdresId { get; set; }
public Nullable<int> KuryeciId { get; set; }
public virtua... |
/*
* LUSID API
*
*
* The version of the OpenAPI document: 0.10.730
* Contact: info@finbourne.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
using System;
using System.Linq;
using System.IO;
using System.Text;
using System.Collections;
using System.Collections.Generic;
using System... |
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Threading.Tasks;
using SignalR.Core;
using SignalR.Core.Model;
namespace ClientsController
{
public class CustomClient : Client
{
private static CustomClient _instance;
public static str... |
using System;
using System.IO;
using wyUpdate.Common;
namespace wyUpdate
{
public partial class frmMain
{
string selfUpdateFileLoc;
string clientSFLoc;
string oldSelfLocation;
string newSelfLocation;
ServerFile SelfServerFile;
void SaveSelfUpdateData(string f... |
// <auto-generated />
// This file was generated by a T4 template.
// Don't change it directly as your change would get overwritten. Instead, make changes
// to the .tt file (i.e. the T4 template) and save it to regenerate this file.
// Make sure the compiler doesn't complain about missing Xml comments and CLS compli... |
// 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.Runtime.InteropServices;
namespace Microsoft.Diagnostics.Runtime.Linux
{
[StructLay... |
namespace FacesStorage.Data.Models
{
public class DetectResponse : Response
{
}
} |
using System;
using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
{
/// <summary>
/// <para>表示 [POST] /nontax/insertbill 接口的请求。</para>
/// </summary>
public class NontaxInsertBillRequest : WechatApiRequest
{
public static class Types
{
pub... |
// <auto-generated/>
#pragma warning disable 1591
namespace Test
{
#line hidden
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Components;
public partial class TestComponent : Microsoft.AspNetCore.Components.Compone... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Events;
using UnityEngine.SceneManagement;
[DisallowMultipleComponent]
public class SceneLoader : MonoBehaviour
{
// Current instance of SceneLoader, if one exists
public static SceneLoader instance {get; private set;}
... |
// This file is part of Silk.NET.
//
// You may modify and distribute Silk.NET under the terms
// of the MIT license. See the LICENSE file for details.
using System;
namespace Silk.NET.OpenGLES
{
public enum TextureEnvMode
{
Add = 0x104,
Blend = 0xBE2,
Modulate = 0x2100,
Deca... |
namespace ErsatzTV.Application.Libraries;
public record CountMediaItemsByLibrary(int LibraryId) : IRequest<int>; |
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using lindexi.uwp.Framework.ViewModel;
namespace TpwlxnpDfyecpeoh.ViewModel
{
public class HnlcDbtdhsdjModel : ViewModelMessage
{
/// <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.Buffers;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Li... |
/*
* 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;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using NPC.Dialogue.com.subtegral.dialoguesystem.Runtime;
using UnityEditor;
using UnityEditor.Experimental.GraphView;
using UnityEngine;
using Subtegral.DialogueSystem.Data... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过以下
// 特性集控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle( "Ivony.Html.Web.Mvc" )]
[assembly: AssemblyDescription( "Jumony for ASP.NET MVC develop utils" )]
[assembly: AssemblyConfiguration( "" )]
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SvgPatternGenerator.Patterns
{
internal class Gingham : Pattern
{
internal Gingham(string primaryColour, string secondaryColour, string tertiaryColour)
: base(SvgTemplates.Gingham, prim... |
/* *********************************************************************************************
* This file is part of the Oracle Service Cloud Accelerator Reference Integration set published
* by Oracle Service Cloud under the MIT license (MIT) included in the original distribution.
* Copyright (c) 2014, 2015,... |
// 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.Security.Claims;
namespace Microsoft.AspNetCore.Identity
{
/// <summary>
/// Represents a claim that a user possesses.
/// </summary>
/// ... |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Diagnostics;
using System.Reflection.Metadata;
using System.Runtime.InteropServices;
namespace Microsoft.DiaSymReader.PortablePdb... |
using System.Threading;
using System.Threading.Tasks;
using ActiveMQ.Artemis.Client.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
namespace ActiveMQ.Artemis.Client.Extensions.Hosting
{
internal class ActiveMqHostedService : IHostedService
{
private readonly IActiveMqClient _activ... |
// 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 Microsoft.AspNetCore.Connections;
using Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2;
using Microsoft.AspNetCore.Server.K... |
/* 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... |
// This file has been generated by the GUI designer. Do not modify.
namespace MonoDevelop.Database.Designer
{
public partial class UniqueConstraintEditorWidget
{
private global::Gtk.HPaned hpaned;
private global::Gtk.VBox vbox3;
private global::Gtk.ScrolledWindow windowPK;
private global::Gtk.TreeView list... |
// Copyright (c) 2021 homuler
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT.
using System.Runtime.InteropServices;
namespace Mediapipe
{
internal static partial class UnsafeNativeMethods
{
[DllImport(Medi... |
// *** 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... |
/*
* 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;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
namespace FloatingClock
{
/// <summary>
/// Interaction logic for MainWindow.xaml
/// </summary>
public partial class MainWindow : Window
{
public MainWindow()
{
InitializeCom... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
namespace MariBot.Services
{
public class HttpService
{
private readonly HttpClient _http;
public HttpService(HttpClient http)
=> _http = http;
... |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using Analyzer.Utilities;
using ... |
using System;
using System.ServiceModel;
using System.ServiceModel.Channels;
using System.ServiceModel.Dispatcher;
using Vip.DFe.Extensions;
using Vip.DFe.Helpers;
namespace Vip.DFe.Service
{
internal class DFeMessageInspector : IClientMessageInspector
{
#region Events
public EventHandler<Mes... |
using ComputerVision;
using Microsoft.Toolkit.Deferred;
using Microsoft.Toolkit.Uwp.Helpers;
using Microsoft.Toolkit.Uwp.UI.Controls;
using Microsoft.UI.Xaml.Controls;
using RX_Explorer.Class;
using RX_Explorer.CustomControl;
using RX_Explorer.Dialog;
using RX_Explorer.Interface;
using RX_Explorer.SeparateWindow.Prope... |
/*
This file was generated and should not be modified directly
*/
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.Common;
using Bam.Net.Data;
namespace Bam.Net.Translation
{
public class LanguagePagedQuery: PagedQuery<LanguageColumns, Language>
{
publ... |
/*
* Copyright 2015-2018 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/LICENSE-2.0
*
* ... |
using System.Collections.Generic;
namespace PoESkillTree.Computation.Common.Data
{
/// <summary>
/// Data that specifies by which stat lines a stat line matching <see cref="OriginalStatRegex"/> should be replaced.
/// </summary>
public class StatReplacerData
{
/// <summary>
/// The ... |
/*++
Copyright (<c>) 2012 Microsoft Corporation
Module Name:
Expr.cs
Abstract:
Z3 Managed API: Expressions
Author:
Christoph Wintersteiger (cwinter) 2012-03-20
Notes:
--*/
using System.Diagnostics;
using System;
using System.Linq;
namespace Microsoft.Z3
{
/// <summary>
/// Expressions ar... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// アセンブリに関する一般情報は以下の属性セットをとおして制御されます。
// アセンブリに関連付けられている情報を変更するには、
// これらの属性値を変更してください。
[assembly: AssemblyTitle("1192")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyC... |
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("Fi... |
using Fo76ini.Utilities;
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
namespace Fo76ini.Mods
{
/// <summary>
/// Bundles functions that add, remove, or change game files.
/// Managed mods --> Game files
/// </summ... |
namespace AlmOps.AzureDevOpsComponent.Infrastructure.RestApi.Dto
{
public class ConditionDto
{
public bool Result { get; set; }
public string Name { get; set; }
public string ConditionType { get; set; }
public string Value { get; set; }
}
} |
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.Storage
{
#if __ANDROID__ || __IOS__ || NET461 || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__
#if __ANDROID__ || __IOS__ || NET461 || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MA... |
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Text;
using System.Threading.Tasks;
using System.Web;
using System.Web.Security;
using Microsoft.Bot.Builder.ConnectorEx;
using Microsoft.Bot.Builder.Dialogs;
using Microsoft.Bot.Connector;
using Newtonsoft.Json.Linq;
using Octoki... |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.ComponentModel;
using S... |
using RtspClientSharpCore.Codecs;
using System.Collections.Generic;
namespace RtspClientSharpCore.Sdp
{
public class RtspMediaTrackInfo : RtspTrackInfo
{
public CodecInfo Codec { get; }
public int SamplesFrequency { get; }
public RtspMediaTrackInfo(string trackType, string trackName, ... |
// 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.Net.Sockets;
using System.Net.Test.Common;
using System.Security.Cryptography.X509Certificates;
using ... |
/*
* [The "BSD license"]
* Copyright (c) 2013 Terence Parr
* Copyright (c) 2013 Sam Harwell
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code... |
using Magicianred.RegistryArea.Domain.Interfaces.Models;
using Magicianred.RegistryArea.Domain.Interfaces.Services;
using Magicianred.RegistryArea.Domain.ModelsHelpers;
using System.Collections.Generic;
using System.Threading;
namespace Magicianred.RegistryArea.BL.Services
{
/// <summary>
/// Repository for R... |
// Copyright 2018 by JCoder58. See License.txt for license
// Auto-generated --- Do not modify.
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using UE4.Core;
using UE4.CoreUObject;
using UE4.CoreUObject.Native;
using UE4.InputCore;
using UE4.Native;
using UE4.Engine;
namespace... |
// 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;
namespace System.Windows.Controls
{
/// <summary>
/// Enumeration that specifies the scroll... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace Advertiser
{
public partial class WebForm11 : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
BLL obj = n... |
namespace org.nxbre.ie.adapters {
using System;
using System.Collections;
/// <summary>
/// NxBRE Inference Engine factbase adapter interface.
/// The engine calls the properties in this order: Binder, Direction, Binder, Facts.
/// </summary>
/// <description>Reading is supported by the getter of each member,... |
/*
using System;
using Microsoft.Win32;
using System.Diagnostics;
namespace TorStartupCS
{
public class UserInterface
{
public UserInterface()
{
}
public void UserOptions()
{
Console.WriteLine("Type 'start' to start Tor.");
Console.WriteLine("T... |
using UnityEngine;
using Assets.Scripts.Common;
using System.Collections.Generic;
namespace Assets.Scripts.Manager.Input
{
public class InputManager : SingletonMonoBehaviour<InputManager>
{
IUIInputModule _inputModule;
IKeyConfig _keyConfig;
/// <summary>
/// キー設定を取得
/// </summary>
/// <returns></retu... |
using System;
using System.Collections.Generic;
using System.Data.Linq;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using System.Threading.Tasks;
using WeChat.Model.DataBaseModel;
using System.Linq.Dynamic;
namespace WeChat.Bussiness.Repository
{
public interface IGenericRepository<T> whe... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.