max_stars_repo_path
stringlengths
3
255
max_stars_repo_name
stringlengths
5
116
max_stars_count
int64
0
107k
id
stringlengths
1
7
content
stringlengths
63
1.05M
SrcomLib/Mapping/Converters/TimesConverter.cs
eonHck/SrcomLib
1
7055102
<filename>SrcomLib/Mapping/Converters/TimesConverter.cs using System; using resSub = SrcomLib.ResponseObjects.SubObjects; using apiSub = SrcomLib.ApiObjects.SubObjects; using AutoMapper; namespace SrcomLib.Mapping.Converters { internal class TimesConverter : ITypeConverter<apiSub.Times, resSub.Times> { ...
Assets/Scripts/UI/Popups/QuitPopupController.cs
tyl3rdurden/HexGem
0
7055103
using UnityEngine; using UnityEngine.UI; public class QuitPopupController : PopupController { [Header("UI")] [SerializeField] private Button cancelBtn; [SerializeField] private Button quitBtn; protected override void Init() { base.Init(); transform.localPosition = Vector3...
EliteDangerousAPI/src/EliteDangerousAPI/Entities/ItemDetails.cs
h0useRus/EliteDangerousAPI
5
7055104
using Newtonsoft.Json; namespace NSW.EliteDangerous.API { public class ItemDetails : Item { [JsonProperty("Slot")] public string Slot { get; internal set; } [JsonProperty("Hot")] public bool Hot { get; internal set; } [JsonProperty("EngineerModifications")] pub...
PlaygroundLite/PlaygroundLite/ViewModels/LinearViewModel.cs
filipoff2/MagicGradients
0
7055106
using MagicGradients; using PlaygroundLite.Services; namespace PlaygroundLite.ViewModels { public class LinearViewModel : GradientViewModel<LinearGradient> { private double _angle; public double Angle { get => _angle; set => SetProperty(ref _angle, value, onChan...
PlanVisitaWebAPI/Models/Authentication/LoginSearchModel.cs
ayrtongimenez98/planvisitaAPI
0
7055107
using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace PlanVisitaWebAPI.Models.Authentication { public class LoginSearchModel { public string Username { get; set; } public string Password { get; set; } } }
CustomURISchemeTest/CustomURISchemeTestForm1.cs
yoggy/CustomURISchemeTest
0
7055108
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 CustomURISchemeTest { public partial class CustomURISchemeTestForm1 : Form { p...
Model/t_news.cs
MarkManYUN/WALLE-Project
0
7055109
<reponame>MarkManYUN/WALLE-Project using System; namespace WalleProject.Model { /// <summary> /// t_news:实体类(属性说明自动提取数据库字段的描述信息) /// </summary> [Serializable] public partial class t_news { public t_news() {} #region Model private string _new_title; private DateTime? _new_creatdate; private int? _new_...
src/Core/src/Platform/Windows/RootPanel.cs
francedot/maui
15
7055110
#nullable enable using System; using Microsoft.Maui.Graphics; using Microsoft.UI.Xaml.Controls; namespace Microsoft.Maui { public class RootPanel : Panel { internal Func<double, double, Size>? CrossPlatformMeasure { get; set; } internal Func<Rectangle, Size>? CrossPlatformArrange { get; set; } protected over...
Assets/Root/Scripts/GUI/Menus/MenuButtonType.cs
kyuuzou/warcraft
0
7055111
<gh_stars>0 public enum MenuButtonType { None, Continue = 1, Load = 2, Quit = 3, Replay = 4, Save = 5, Start = 6 }
ProjeCore/Models/Context.cs
murat1347/asp.net-core
0
7055112
using Microsoft.EntityFrameworkCore; using ProjeCore.Models; namespace ProjeCore.Models { public class Context : DbContext { protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder) { optionsBuilder.UseSqlServer("Server=(localdb)\\mssqllocaldb;Database=MuratDb;...
frmLogin.Designer.cs
ki0i0ro0/VideoRental
0
7055113
<filename>frmLogin.Designer.cs namespace rental { partial class frmLogin { /// <summary> /// 必要なデザイナ変数です。 /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// 使用中のリソースをすべてクリーンアップします。 /// </summary> /// <par...
BoundlessProxyUi/ProxyManager/HostsFileType.xaml.cs
AngellusMortis/BoundlessProxyUi
2
7055114
using BoundlessProxyUi.ProxyManager.Components; using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows...
UserInterfaces/Console/ConsoleApp/Program.cs
andrei-curta/auction-enterprise-app
0
7055115
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Runtime.InteropServices; using DataMapper.DAO; using DomainModel.Models; using DomainModel.ValueObjects; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensio...
LevelDBEngine/Interfaces.cs
Wizmann/Rotown
0
7055117
<filename>LevelDBEngine/Interfaces.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LevelDBEngine { public interface ILevelDBModel { string Key(); } }
MuseosUCM/Assets/uAdventure/Editor/Engine logic/Controllers/Tools/General/Assets/SelectResourceTool.cs
JuegosSerios-UCM-Grupo2-20-21/MuseosUCM
1
7055118
using UnityEngine; using System.Collections; using uAdventure.Core; namespace uAdventure.Editor { /** * Edition tool for selecting a resource. It supports undo, redo but not * combine. * */ public class SelectResourceTool : ResourcesTool { public SelectResourceTool(Resources...
UnityAtts/Assets/UnityAtts/Scripts/ForceCaseAttribute.cs
konikun/unityatts
3
7055119
<filename>UnityAtts/Assets/UnityAtts/Scripts/ForceCaseAttribute.cs using UnityEngine; using System.Collections; namespace UnityAtts { public class ForceCaseAttribute : PropertyAttribute { public bool LowerCase { get; set; } public override bool Match(object obj) { return o...
Branch-Xamarin-Testbed.Droid/TestBedApplication.cs
adrianyg7/xamarin-branch-deep-linking-attribution
9
7055120
using System; using Android.App; using Android.Content; using Android.Runtime; using BranchXamarinSDK; namespace BranchXamarinTestbed.Droid { [Application (AllowBackup = true, Label = "@string/app_name")] [MetaData("io.branch.sdk.auto_link_disable", Value = "false")] [MetaData("io.branch.sdk.TestMode", Value = "fa...
src/SFA.DAS.Campaign.Infrastructure/Api/Factory/BlockQuoteControlFactory.cs
SkillsFundingAgency/das-campaign
3
7055121
<filename>src/SFA.DAS.Campaign.Infrastructure/Api/Factory/BlockQuoteControlFactory.cs using System; using System.Collections.Generic; using System.Text; using SFA.DAS.Campaign.Domain.Content; using SFA.DAS.Campaign.Domain.Content.HtmlControl; using SFA.DAS.Campaign.Infrastructure.Api.Converters; namespace SFA.DAS.Cam...
Startwatch.Tests/TestPerformanceEvent_PopComplete.cs
hannasm/StartWatchDotNet
0
7055122
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.VisualStudio.TestTools.UnitTesting; using ExpressiveLogging; namespace StartwatchDiagnostics.Tests { [TestClass] public class TestPerformanceEvent_PopComplete : Perfor...
CurlClock/CurlClockForm.Designer.cs
jvroberts/curlclock
0
7055123
<reponame>jvroberts/curlclock namespace CurlClock { partial class CurlClockForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being use...
Source/KyGunCo.Counterpoint.Sdk/Configuration/ViDim3Configuration.cs
kygunco/KyGunCo.Counterpoint
0
7055124
// <auto-generated> using KyGunCo.Counterpoint.Sdk.Entities; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; namespace KyGunCo.Counterpoint.Sdk.Configuration { // VI_DIM_3 public class ViDim3Configuration : IEntityTypeConfiguration<ViDim3> { public void ...
src/BlazorFluentUI.ListComponents/GroupedList/Statics.cs
KalyanChanumolu-MSFT/BlazorFluentUI
0
7055125
using DynamicData; using DynamicData.Binding; using DynamicData.Kernel; using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Linq; using System.Linq.Expressions; using System.Reactive; using System.Reactive.Linq; using System.Reflection; using Syste...
CrossTrayApplicationSample.Shared/App.cs
hot33331/CrossTrayApplicationSample
1
7055126
using System.Diagnostics; using Xamarin.Forms; namespace CrossTrayApplicationSample.Shared { public class App : Application { public App() { MainPage = new NavigationPage(new MainPage()); } protected override void OnStart() { base.OnSta...
Framework.PostgreSql/PostgreSqlEventStore.cs
fungi-dev/cleanic
0
7055127
namespace Cleanic.Framework; using System.Text.Encodings.Web; using System.Text.Json; using System.Text.Unicode; public class PostgreSqlEventStore : IEventStore { public PostgreSqlEventStore(DomainSchema domainSchema, IDbContextFactory<CleanicDbContext> dbContextFactory, ILogger<PostgreSqlEventStore> logger) ...
GeneticAlgNetControl/Pages/Error.cshtml
Vilksar/GeneticAlgNetControl
1
7055128
@page @model ErrorModel @{ ViewData["Title"] = "Error"; ViewData["ActivePage"] = "Error"; } <div class="flex-grow-1 d-flex flex-column justify-content-center"> <div class="container"> <div class="card p-5 m-2 shadow-sm"> <div class="row"> <div class="col-lg-4 d-flex fle...
ToMigrate/Raven.Tests.Core/ChangesApi/Subscribing.cs
ryanheath/ravendb
1
7055129
<gh_stars>1-10 using System; #if !DNXCORE50 using System.Reactive.Linq; using System.Reactive.Threading.Tasks; #endif using System.Threading; using System.Threading.Tasks; using Raven.Abstractions.Data; using Raven.Imports.Newtonsoft.Json; using Raven.Json.Linq; using Raven.Tests.Core.Replication; using Rave...
source/ACT.TTSYukkuri/ACT.TTSYukkuri.Core/Config/Views/SAPI5ConfigTabView.xaml.cs
wbonbon/ACT.Hojoring
314
7055130
using System.Windows.Controls; using FFXIV.Framework.Bridge; namespace ACT.TTSYukkuri.Config.Views { /// <summary> /// SAPI5ConfigTabView.xaml の相互作用ロジック /// </summary> public partial class SAPI5ConfigTabView : UserControl { public SAPI5ConfigTabView() { this.InitializeC...
Contracts/Commands/LoopCommand.cs
Endaris/OsbUtilities
4
7055132
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Contracts.Commands { public class LoopCommand : IOsbCompoundCommand { public IEnumerable<IOsbSpriteCommand> OsbCommands { get; set; } public double StartTime { get; set; } //l...
src/AuthJWT/Entities/User.cs
omymy/AuthJWT
0
7055133
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; using System; namespace AuthJWT { public class User { public Guid Id { get; set; } public string UserName { get; set; } public string Password { get; set; } public bool IsAdmin { get; se...
Angular/vega/Models/Make.cs
kushalbhola/MyStuff
0
7055134
<gh_stars>0 using System.Collections.Generic; using System.Collections.ObjectModel; namespace vega.Models { public class Make { public int id { get; set; } public string Name { get; set; } public ICollection<Model> Models { get; set; } public Make() { Models...
2017.10.09 - L7 Lists/Split by Word Casing/Program.cs
SimeonShterev/2017.09.21-2017.11.05-ProgramingFundamentals
0
7055135
<reponame>SimeonShterev/2017.09.21-2017.11.05-ProgramingFundamentals using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Split_by_Word_Casing { class Program { static void Main(string[] args) { string[] parag...
src/x2net/EventQueue.cs
jaykang920/x2net
9
7055136
// Copyright (c) 2017-2019 <NAME> // See the file LICENSE for details. using System; namespace x2net { /// <summary> /// Abstract base class for blocking event queue implementations. /// </summary> public abstract class EventQueue { public abstract int Length { get; } public void...
DirectN/DirectN/Generated/IWMLanguageList.cs
riQQ/DirectN
1
7055137
// c:\program files (x86)\windows kits\10\include\10.0.18362.0\um\wmsdkidl.h(16092,5) using System; using System.Runtime.InteropServices; namespace DirectN { [Guid("df683f00-2d49-4d8e-92b7-fb19f6a0dc57"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] public partial interface IWMLanguageList { ...
Domain0.Desktop/Domain0.Desktop/Bootstrap.cs
Totopolis/domain0.desktop
0
7055138
<gh_stars>0 using Autofac; using AutoMapper; using Domain0.Api.Client; using Domain0.Desktop.Config; using Domain0.Desktop.Services; using Domain0.Desktop.ViewModels; using Domain0.Desktop.ViewModels.Items; using Domain0.Desktop.Views; using Monik.Common; using Ui.Wpf.Common; namespace Domain0.Desktop { public cl...
Core/src/Umbrella.Utilities/Extensions/TypeInfoExtensions.cs
Zinofi/umbrella
10
7055139
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading.Tasks; namespace Umbrella.Utilities.Extensions { public static class TypeInfoExtensions { #region Public Static Methods public static PropertyInfo[] GetPublicOrPrivateProperties(t...
tests/RevolutionaryStuff.Core.Tests/StuffTests.cs
jbt00000/RevolutionaryStuff
1
7055140
<gh_stars>1-10 using System.Collections.Generic; using System.IO; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace RevolutionaryStuff.Core.Tests { [TestClass] public class StuffTests { private void RandomBool(bool response, int attempts=1000, double rMin = .45, double rMax = .55) ...
src/Otc.ComponentModel.Annotations/tests/AssertEx.cs
matheusneder/otc-annotations
1
7055141
<reponame>matheusneder/otc-annotations<filename>src/Otc.ComponentModel.Annotations/tests/AssertEx.cs // These sources have been forked from https://github.com/dotnet/corefx/releases/tag/v1.1.8 // then customized by <NAME> in order to meet it needs. // Original sources should be found at: https://github.com/dotnet/coref...
src/OrchardCore.Modules/OrchardCore.Spatial/Drivers/GeoPointFieldSettingsDriver.cs
SvanBoxel/OrchardCore
5,234
7055142
<filename>src/OrchardCore.Modules/OrchardCore.Spatial/Drivers/GeoPointFieldSettingsDriver.cs using System.Threading.Tasks; using OrchardCore.ContentManagement.Metadata.Models; using OrchardCore.ContentTypes.Editors; using OrchardCore.DisplayManagement.Views; using OrchardCore.Spatial.Fields; using OrchardCore.Spatial.S...
Barista.Api/Commands/Operations/HandleCreationOfAccountingGroup.cs
nesfit/Coffee
0
7055143
<reponame>nesfit/Coffee<gh_stars>0 using System; using Barista.Contracts.Commands.Operations; namespace Barista.Api.Commands.Operations { public class HandleCreationOfAccountingGroup : IHandleCreationOfAccountingGroup { public HandleCreationOfAccountingGroup(Guid id, string displayName, Guid saleStrat...
FusianValid.Wpf/BindingWIthErrorExtension.cs
whistyun/FusianValid
0
7055144
<filename>FusianValid.Wpf/BindingWIthErrorExtension.cs using System.ComponentModel; using System; using System.Windows.Data; using System.Windows.Markup; using System.Windows; namespace FusianValid.Wpf { public class BindingWithErrorExtension : MarkupExtension { public BindingWithErrorExtension() ...
WinDirStat.Net.Base/ViewModel/Drives/DriveItemViewModelCollection.cs
ImportTaste/WinDirStat.Net
42
7055145
<gh_stars>10-100 using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Text; using System.Threading.Tasks; using WinDirStat.Net.Model.Drives; using WinDirStat.Net.Services; namespace WinDirStat.Net.ViewModel.Drives { /// <summa...
Quiz-Application.Services/Entities/Result.cs
gpcaretti/Quiz-Application
11
7055146
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Quiz_Application.Services.Entities { public class Result:BaseEntity { [Key] public int Sl_No { get; set; } [MaxLe...
Assets/Plugins/OpenUnityTools/unityserializer-ng/Serialization/PrefabIdentifier.cs
TheSniperFan/unityserializer-ng
78
7055147
using UnityEngine; using System.Collections; using System.Linq; [DontStore] [AddComponentMenu("Storage/Prefab Identifier")] [ExecuteInEditMode] public class PrefabIdentifier : StoreInformation { bool inScenePrefab; public bool IsInScene() { return inScenePrefab; } protected override void Awake () { inSce...
Gears.ExampleClient/Handlers/HelloHandler.cs
Skinz3/Tcp.Net
2
7055148
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Text; using Gears.ExampleClient; using Gears.Protocol; using Gears.ProtocolExample.Server; using Gears.Utils; namespace Gears.Example.ExampleClient { class HelloHandler { [MessageHandler] public static void HandleHello...
GlobalLib/Models/Vieshow_ReportDB/tblRptScreenSeats.cs
LiuLyndon/ERPAPI
0
7055149
<filename>GlobalLib/Models/Vieshow_ReportDB/tblRptScreenSeats.cs using System; namespace GlobalLib.Models.Vieshow_ReportDB { public class tblRptScreenSeats { public string CinOperator_strCode { get; set; } public DateTime? cRealShowDate { get; set; } public byte? Screen_bytNum { get; s...
Clash SL Server [UCS 7.4.0]/Packets/Messages/Server/AllianceMemberRemovedMessage.cs
skyprolk/Clash-Of-SL
0
7055150
namespace CSS.Packets.Messages.Server { // Packet 24309 internal class AllianceMemberRemovedMessage : Message { public AllianceMemberRemovedMessage(Device client) : base(client) { this.Identifier = 24309; } } }
Program.cs
boombuler/adventofcode
0
7055151
namespace AdventOfCode; using System.CommandLine; using System.CommandLine.Invocation; class Program { static int Main(string[] args) { System.Console.OutputEncoding = System.Text.Encoding.UTF8; var command = new RootCommand { new Option<int?>(new [] {"--year", "-y...
Cisco.DnaCenter.Api/Data/GetUserEnrichmentDetailsResponseInnerDeviceDetailsNeighborTopology.cs
panoramicdata/Cisco.DnaCenter.Api
3
7055152
using System.Text; using System.Runtime.Serialization; namespace Cisco.DnaCenter.Api.Data { /// <summary> /// GetUserEnrichmentDetailsResponseInnerDeviceDetailsNeighborTopology /// </summary> [DataContract] public class GetUserEnrichmentDetailsResponseInnerDeviceDetailsNeighborTopology { /// <summary> /// In...
Migrations/20200801204148_New1.cs
uskudaristanbul/aspnet-core-3-signup-verification-api
1
7055154
<reponame>uskudaristanbul/aspnet-core-3-signup-verification-api using System; using Microsoft.EntityFrameworkCore.Migrations; namespace WebApi.Migrations { public partial class New1 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.Ensur...
Great.EmvTags.Tests/Extensions.cs
bepursuant/Great.EmvTags
1
7055155
<filename>Great.EmvTags.Tests/Extensions.cs using System.IO; using System.Xml.Serialization; namespace Great.EmvTags.Tests { public static class Extensions { public static string ObjectToXmlString(this object input) { var xmlNs = new XmlSerializerNamespaces(); xmlNs.Add...
src/SharpArch/SharpArch.Core.NHibernateValidator/ValidatorProvider/NHibernateValidatorModelValidator.cs
DavidChristiansen/Sharp-Architecture
2
7055156
<gh_stars>1-10 using System.Collections.Generic; using System.Web.Mvc; using NHibernate.Validator.Engine; namespace SharpArch.Core.NHibernateValidator.ValidatorProvider { /// <summary> /// Server side model validator for NHVal /// </summary> internal class NHibernateValidatorModelValidator : ModelValid...
Yanyitec.Common/Reflection/VisitorExpressionException.cs
yanyitec/Yanyitec.Common
0
7055157
<gh_stars>0 using System; using System.Collections.Generic; using System.Text; namespace Yanyitec.Reflection { public class VisitorExpressionException :Exception { public VisitorExpressionException(string expr,string msg=null):base(msg) { this.Expression = expr; } public st...
src/cloudscribe.Extensions.GraphQL/CompositeQuery.cs
cloudscribe/graphql
10
7055158
<filename>src/cloudscribe.Extensions.GraphQL/CompositeQuery.cs using GraphQL.Types; using System.Collections.Generic; namespace cloudscribe.Extensions.GraphQL { public class CompositeQuery : ObjectGraphType<object> { public CompositeQuery(IEnumerable<IGraphQueryMarker> graphQueryMarkers) { ...
Src/Coravel/Scheduling/Schedule/Interfaces/IScheduledEventConfiguration.cs
SVemulapalli/coravel
1
7055159
using System; using System.Threading.Tasks; namespace Coravel.Scheduling.Schedule.Interfaces { /// <summary> /// Provides methods for configuring how a scheduled event behaves. /// This contains all public facing configuration methods - i.e. this defines the /// fluent api for the scheduled events. ...
CTPWrapperForCSharp/CTPWrapperForCSharp_MD/CSharpWrapper/CThostFtdcReqChangeAccountField.cs
ggwhsd/CTP-CSharp
16
7055160
//------------------------------------------------------------------------------ // <auto-generated /> // // This file was automatically generated by SWIG (http://www.swig.org). // Version 3.0.12 // // Do not make changes to this file unless you know what you are doing--modify // the SWIG interface file instead. //----...
Unity/Assets/Hotfix/Logic/Behaviour/Game/NewSkill/System/TargetableSingleUnitSystem.cs
L-Fone/TowerDefense
0
7055161
<filename>Unity/Assets/Hotfix/Logic/Behaviour/Game/NewSkill/System/TargetableSingleUnitSystem.cs using System; using System.Collections.Generic; using System.Text; namespace ET { public class TargetableSingleUnitAwakeSystem : AwakeSystem<TargetableSingleUnit,Unit> { public override void Awake(Targetab...
Source/Access/Events/DispWebBrowserControlEvents.cs
igoreksiz/NetOffice
0
7055162
using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.InteropServices.ComTypes; using NetOffice; using NetOffice.Attributes; namespace NetOffice.AccessApi.EventContracts { /// <summary> /// DispWebBrowserControlEvents /// </summary> [SupportByVers...
_no_namespace/UIShopItemBlock.cs
SinsofSloth/RF5-global-metadata
1
7055163
public class UIShopItemBlock : ButtonLinker // TypeDefIndex: 8840 { // Fields [SerializeField] // RVA: 0x174270 Offset: 0x174371 VA: 0x174270 public UIShopController UIShopController; // 0x60 [SerializeField] // RVA: 0x174280 Offset: 0x174381 VA: 0x174280 public Image ItemBagImage; // 0x68 [SerializeField] // RVA...
CategoryControls/CategoryNLevels.ascx.cs
bdukes/Engage-Publish
4
7055165
// <copyright file="CategoryNLevels.ascx.cs" company="Engage Software"> // Engage: Publish // Copyright (c) 2004-2013 // by Engage Software ( http://www.engagesoftware.com ) // </copyright> // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED // TO THE ...
Aquality.Selenium/src/Aquality.Selenium/Configurations/WebDriverSettings/IDriverSettings.cs
asushkov-github/aquality-selenium-dotnet
30
7055166
using OpenQA.Selenium; using WebDriverManager.Helpers; namespace Aquality.Selenium.Configurations.WebDriverSettings { /// <summary> /// Describes web driver settings. /// </summary> public interface IDriverSettings { /// <summary> /// Gets version of web driver for WebDriverManager...
JourneyPlanner/Controllers/UserController.cs
Will747/JourneyPlanner
0
7055167
<gh_stars>0 using System; using System.Collections.Generic; using System.Security.Claims; using System.Threading.Tasks; using JourneyPlanner.Models; using JourneyPlanner.Models.User; using JourneyPlanner.Services; using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNe...
InfoBox/Enums/InformationBoxPosition.cs
MagicAndre1981/InformationBox
13
7055168
// <copyright file="InformationBoxPosition.cs" company="<NAME>"> // Copyright (c) 2008 All Right Reserved // </copyright> // <author><NAME></author> // <summary>Specifies constants defining the position of the InformationBox</summary> namespace InfoBox { /// <summary> /// Specifies constants defining ...
HawkNet.Owin/HawkAuthenticationMiddleware.cs
luketanner/hawknet
54
7055169
<reponame>luketanner/hawknet using Microsoft.Owin; using Microsoft.Owin.Logging; using Microsoft.Owin.Security.Infrastructure; using Owin; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HawkNet.Owin { public class HawkAuthe...
Rides/IndependentSet/Edge.cs
alexandrnikitin/google-hashcode-2018
0
7055170
namespace Rides.IndependentSet { public class Edge { public Edge(Vertex source, Vertex target) { Source = source; Target = target; } public Vertex Source { get; } public Vertex Target { get; } public override string ToString() { ...
CSharp/TfsCmdlets/Controllers/Identity/Group/GetGroupController.cs
igoravl/tfscmdlets
59
7055171
<reponame>igoravl/tfscmdlets using Microsoft.VisualStudio.Services.Graph.Client; using TfsCmdlets.Cmdlets.Identity.Group; namespace TfsCmdlets.Controllers.Identity.Group { [CmdletController(typeof(GraphGroup))] partial class GetGroupController { [Import] private IDescriptorService Descripto...
src/providers/MassTransit/Weave.Messaging.MassTransit.RabbitMq/IRabbitMqTopology.cs
adenisov/Weave
2
7055172
<filename>src/providers/MassTransit/Weave.Messaging.MassTransit.RabbitMq/IRabbitMqTopology.cs using System; namespace Weave.Messaging.MassTransit.RabbitMq { public interface IRabbitMqTopology { string GetLocalInputQueueName(Type messageType); string GetLocalInputQueueName<TMessage>(); ...
camunda-bpm-platform-net/engine/src/main/java/org/camunda/bpm/engine/impl/batch/update/UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter.cs
luizfbicalho/Camunda.NET
6
7055173
<filename>camunda-bpm-platform-net/engine/src/main/java/org/camunda/bpm/engine/impl/batch/update/UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter.cs using System.Collections.Generic; /* * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH * under one or more contributor licens...
src/Serialization/JsonPrimitiveContract.cs
zlatanov/json
2
7055174
<reponame>zlatanov/json<filename>src/Serialization/JsonPrimitiveContract.cs<gh_stars>1-10 using System; using System.Collections.Generic; namespace Maverick.Json.Serialization { internal sealed class JsonPrimitiveContract : JsonContract { public static Boolean TryCreate( Type type, out JsonPrimitiveCo...
Common/DnsHelper.cs
berkerdong/NetEngine
5
7055175
using System; using System.Collections.Generic; using System.Linq; namespace Common { public class DnsHelper { private static readonly string ServerUrl = "https://172.16.17.32/resolve"; /// <summary> /// 获取指定域名的 Text 记录 /// </summary> /// <param name="domain"></param...
Modix.RemoraShim/ExecutionEvents/AuthorizationExecutionEvent.cs
wickedlizerd/MODiX
124
7055176
using System.Threading; using System.Threading.Tasks; using Modix.RemoraShim.Errors; using Modix.RemoraShim.Services; using Remora.Discord.Commands.Contexts; using Remora.Discord.Commands.Services; using Remora.Results; namespace Modix.RemoraShim.ExecutionEvents { /// <summary> /// Ensures that the command ...
OtherComponents/MDWSvistalayer/MDWS Source/mdws/mdws/src/dto/ldap/DomainTO.cs
frankfont/RAPTOR_FORK
7
7055177
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.DirectoryServices.ActiveDirectory; namespace gov.va.medora.mdws.dto.ldap { [Serializable] public class DomainTO : AbstractTO { public string simpleName; public string name; public stri...
src/Opserver.Web/Helpers/Health.cs
g3rv4/Opserver
0
7055178
<reponame>g3rv4/Opserver using System.Collections.Generic; using System.Linq; using Microsoft.AspNetCore.Html; using Opserver.Data; namespace Opserver.Helpers { public static class Health { public static IHtmlContent Description(IEnumerable<IMonitorStatus> ims, bool unknownIsHealthy = false) {...
Super Mario 3D World/MemArea.cs
vincent-coding/Super-Mario-3D-World
1
7055179
<filename>Super Mario 3D World/MemArea.cs namespace Super_Mario_3D_World { using System; public enum AddressType { Rw, Ro, Ex, Unknown } public class AddressRange { public AddressType Description { get; private set; } private by...
TanmaNabu/GameLogic/Components/DebugMessageComponent.cs
kubagdynia/TanmaNabu
0
7055180
using Entitas; namespace TanmaNabu.GameLogic.Components { public sealed class DebugMessageComponent : IComponent { public string Message; public override string ToString() => $"DebugMessage({Message})"; } }
Src/iFramework/Exceptions/NoMessageId.cs
JTOne123/IFramework
57
7055181
<filename>Src/iFramework/Exceptions/NoMessageId.cs using System; using System.Runtime.Serialization; namespace IFramework.Exceptions { public class NoMessageId : Exception { public NoMessageId() : base("NoMessageId") { } protected NoMessageId(SerializationInfo info, StreamingContext context) ...
src/SparkPost.Acceptance/TransmissionSteps.cs
jgunter7/csharp-sparkpost
42
7055182
using System.Threading; using System.Threading.Tasks; using TechTalk.SpecFlow; using TechTalk.SpecFlow.Assist; namespace SparkPost.Acceptance { [Binding] public class TransmissionSteps { private readonly ScenarioContext scenarioContext; public TransmissionSteps(ScenarioContext scenarioCon...
Arch(.NetCore)/Bhbk.Lib.Identity.Data_EF6.Tests/RepositoryTests_Tbl/AuthActivityRepositoryTests.cs
bhbk/x9et3y6s
1
7055183
<reponame>bhbk/x9et3y6s using Bhbk.Lib.Identity.Data_EF6.Models_Tbl; using Bhbk.Lib.Identity.Models.Admin; using Bhbk.Lib.Identity.Primitives.Enums; using Bhbk.Lib.Identity.Primitives.Tests.Constants; using Bhbk.Lib.QueryExpression.Extensions; using Bhbk.Lib.QueryExpression.Factories; using FluentAssertions; using Sys...
Meridian.AwsPasswordExtractor/Meridian.AwsPasswordExtractor.Logic/FileSystemProvider.cs
mmiddleton3301/aws-password-extractor
1
7055184
<filename>Meridian.AwsPasswordExtractor/Meridian.AwsPasswordExtractor.Logic/FileSystemProvider.cs<gh_stars>1-10 // ---------------------------------------------------------------------------- // <copyright file="FileSystemProvider.cs" company="MTCS (<NAME>)"> // Copyright (c) Meridian Technology Consulting Services (<...
Assets/Scripts/Controllers/CameraController.cs
Avatarchik/Pokemon_Unity3D_Entitas
0
7055185
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using UnityEngine; public class CameraController : SingletonMonobehavior<CameraController> { public Shader shader; public float twistAngle = 0; public vThirdPersonCamera cameraController; pr...
src/D2L.Security.OAuth2/Validation/AccessTokens/AccessToken.cs
Brightspace/D2L.Security.OAuth2
10
7055187
using System; using System.Collections.Generic; using Microsoft.IdentityModel.Tokens; using System.IdentityModel.Tokens.Jwt; using System.Security.Claims; using D2L.CodeStyle.Annotations; using static D2L.CodeStyle.Annotations.Objects; #if DNXCORE50 using System.IdentityModel.Tokens.Jwt; #endif namespace...
src/Castle.Facilities.Synchronize/CreateOnUIThreadInspector.cs
pil0t/Castle.Windsor
0
7055188
<filename>src/Castle.Facilities.Synchronize/CreateOnUIThreadInspector.cs // Copyright 2004-2011 Castle Project - http://www.castleproject.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 Li...
tests/ObjectSql.Test/CommandTextGenerationTests/ComplexSqlGenerationTests.cs
andrew-bn/ObjectSql
3
7055189
<reponame>andrew-bn/ObjectSql using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using ObjectSql; using System.Data.SqlClient; using System.Reflection; using System.Data; using ObjectSql.SqlServer; using ObjectSql.Test; using ObjectSql.Test.Database.Test...
src/AutoMoq.Tests/AutoMoqerTests.cs
MarkZither/AutoMoq-Unity5
0
7055190
<filename>src/AutoMoq.Tests/AutoMoqerTests.cs using System; using System.CodeDom; using System.Configuration; using Moq; using NUnit.Framework; using Should; namespace AutoMoq.Tests { [TestFixture] public class AutoMoqerTests { private AutoMoqer mocker; [SetUp] publ...
src/Urho3DMaterialEditor/ViewModels/ViewModelFactory.cs
gleblebedev/Urho3DMaterialGraphEditor
20
7055191
using Autofac; using Toe.Scripting; using Toe.Scripting.WPF.ViewModels; using Urho3DMaterialEditor.Model; namespace Urho3DMaterialEditor.ViewModels { public class ViewModelFactory : INodeViewModelFactory { private readonly DependencyContainer _container; public ViewModelFactory(DependencyCont...
API/API/Models/Item/ItemTypeDetail.cs
Ryro3753/project-w
0
7055192
<reponame>Ryro3753/project-w using API.Models.Features; using System.Collections.Generic; namespace API.Models.Item { public class ItemTypeDetail { public int Id { get; set; } public string Name { get; set; } public string Description { get; set; } public string Category { get;...
priests-and-evils/Assets/Scripts/IMoveStrategy.cs
SYSU101/unity3d-learning
0
7055193
using System.Collections; using System.Collections.Generic; using UnityEngine; public interface IMoveStrategy { void SetMove(Vector3 from, Vector3 to); Vector3 Position { get; } bool OnAnimation { get; } void OnStopMove(); void OnPauseMove(); void OnResumeMove(); IMoveStrategy Clone(); }
Core/Stack/Generated/Opc.Ua.Di.Constants.cs
NAPCON/UA-ModelCompiler
1
7055194
<gh_stars>1-10 /* ======================================================================== * Copyright (c) 2005-2011 The OPC Foundation, Inc. All rights reserved. * * OPC Foundation MIT License 1.00 * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated...
LinqToLdap.Tests/QueryCommands/GetRequestCommandTest.cs
flamencist/LinqToLdap
35
7055195
using System; using System.Collections.Generic; using System.DirectoryServices.Protocols; using System.Linq; using System.Text; using System.Xml; using LinqToLdap.Mapping; using LinqToLdap.QueryCommands; using LinqToLdap.QueryCommands.Options; using LinqToLdap.Tests.TestSupport; using LinqToLdap.Tests.TestSupport.Exte...
resources/.gen/aws/aws/GuarddutyMember.cs
scottenriquez/cdktf-alpha-csharp-testing
0
7055196
<gh_stars>0 using Amazon.JSII.Runtime.Deputy; #pragma warning disable CS0672,CS0809,CS1591 namespace aws { [JsiiClass(nativeType: typeof(aws.GuarddutyMember), fullyQualifiedName: "aws.GuarddutyMember", parametersJson: "[{\"name\":\"scope\",\"type\":{\"fqn\":\"constructs.Construct\"}},{\"name\":\"id\",\"type\":{\"...
src/Esprima/Ast/AttributeMemberExpression.cs
ddm999/esprima-dotnet
0
7055197
namespace Esprima.Ast { public sealed class AttributeMemberExpression : MemberExpression { public AttributeMemberExpression(Expression obj, Expression property, bool optional) : base(obj, property, false, optional) { } } }
src/Dapplo.Windows.Input/Structs/RawInputDeviceInfoKeyboard.cs
kosorin/Dapplo.Windows
99
7055198
<gh_stars>10-100 // Copyright (c) Dapplo and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Diagnostics.CodeAnalysis; using System.Runtime.InteropServices; namespace Dapplo.Windows.Input.Structs { /// <summary> ...
src/IdentityServer4.Admin/Program.cs
blinds52/IdentityServer4.Admin
1
7055199
<gh_stars>1-10 using System.IO; using System.Linq; using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Serilog; using Serilog.Events; using EnvironmentName = Microsoft.AspNetCore.Hosting.EnvironmentName; namespace IdentityServer4.Admin { public static cl...
src/Toe.SPIRV/Spv/RayQueryIntersection.cs
gleblebedev/Toe.SPIRV
8
7055200
using System; using System.Collections.Generic; namespace Toe.SPIRV.Spv { public abstract partial class RayQueryIntersection : ValueEnum { public enum Enumerant { [Capability(Capability.Enumerant.RayQueryProvisionalKHR)] RayQueryCandidateIntersectionKHR = 0, ...
Scripts/ControlComponent.cs
kazukitash/CameraControl
0
7055201
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.InputSystem.EnhancedTouch; using UnityEngine.InputSystem.Utilities; using Touch = UnityEngine.InputSystem.EnhancedTouch.Touch; using UnityEngine.EventSystems; using System; using System.Text.RegularExpressions; using Power...
UI/PblExporter/src/PblExporter.Core/PbSupport.cs
takiru/PblExporter
0
7055202
<gh_stars>0 using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; using PblExporter.Core.Orca; namespace PblExporter.Core { /// <summary> /// PB操作用クラス。 /// </summary> public static cl...
UnityProj/Assets/Nullspace/CommonUtils/Utils/MD5HashUtils.cs
kay-ang/NullspaceKay
6
7055203
<gh_stars>1-10 using System; using System.IO; using System.Security.Cryptography; using System.Text; namespace Nullspace { public class MD5HashUtils { public static string BuildFileMd5(string filename) { string filemd5 = null; try { using (va...
WorldData.Tests/ControllerTests/HomeControllerTest.cs
devinmounts/WorldData.Solutions
0
7055204
<gh_stars>0 using Microsoft.VisualStudio.TestTools.UnitTesting; using Microsoft.AspNetCore.Mvc; using System; using System.Collections.Generic; using WorldData.Controllers; using WorldData.Models; namespace WorldData.Tests { [TestClass] public class HomeControllerTest { } }
EpiServer/SiteInitializer.cs
nhamlin/MyLibrary
1
7055206
<reponame>nhamlin/MyLibrary #region header // Copyright (c) 2018 // Author: <NAME> // Created Date: 07/06/2018 // Filename: MyLibrary:EpiServer:SiteInitializer.cs // Usage: #endregion using EPiServer.Framework; using EPiServer.Framework.Initialization; using EPiServer.ServiceLocation; using Initi...
src/GitNoob.Git/Result/EnsureMainBranchExistanceResult.cs
MircoBabin/GitNoob
0
7055207
<reponame>MircoBabin/GitNoob<gh_stars>0 namespace GitNoob.Git.Result { public class EnsureMainBranchExistanceResult { public bool Exists { get; set; } public bool ErrorDetachedHead { get; set; } public bool ErrorStagedUncommittedFiles { get; set; } public bool ErrorWorkingTreeC...
Items/FrozenHook.cs
SleddGang/Rognir
1
7055208
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using System; using System.Collections.Generic; using Terraria; using Terraria.ID; using Terraria.ModLoader; using static Terraria.ModLoader.ModContent; namespace Rognir.Items { /* The internal class that defines the stats of the Frozen Hook grapp...