text stringlengths 1 932k |
|---|
using FWO.Api.Data;
using System.Text;
using FWO.ApiClient;
using FWO.Report.Filter;
using FWO.Ui.Display;
using FWO.Config.Api;
using FWO.Logging;
namespace FWO.Report
{
public class ReportChanges : ReportBase
{
public ReportChanges(DynGraphqlQuery query, UserConfig userConfig) : base(query, userConf... |
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 AZI_SWCustomProperties
{
public partial class SplashScreen : Form
{
public Spl... |
//-----------------------------------------------------------------------
// <copyright file="Interfaces.cs" company="Akka.NET Project">
// Copyright (C) 2009-2020 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2020 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyright>
//---... |
using System;
namespace Plover.Data.Entities
{
/// <summary>
/// 点赞的回复
/// </summary>
public class LikedReply
{
/// <summary>
/// 点赞时间
/// </summary>
public DateTime LikeTime { get; set; }
/// <summary>
/// 会员Id
/// </summary>
public ... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#if RIBBON_IN_FRAMEWORK
namespace System.Windows.Controls.Ribbon
#else
namespace Microsoft.Windows.Controls... |
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT
// 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 requir... |
<footer class="group js-footer" id="footer" role="contentinfo">
<div class="footer-wrapper">
<div class="footer-meta">
<div class="footer-meta-inner">
<ul class="platform-help-links">
<li>
<a class="footer__link" href="https://sfaconta... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using OpenQA.Selenium;
using OpenQA.Selenium.Firefox;
using OpenQA.Selenium.Support.UI;
namespace WebAddressbookTests
{
public class LoginHelper:HelperBase
{
public LoginHelper(IWebDriv... |
using System;
using System.Collections.Generic;
using Terraria.ObjectData;
namespace Terraria.Modules
{
public class TileObjectAlternatesModule
{
public List<TileObjectData> data;
public TileObjectAlternatesModule(TileObjectAlternatesModule copyFrom = null)
{
if (copyFrom == null)
{
this.data = null... |
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
#if UNITY_ANDROID
using UnityEngine.XR.ARCore;
#endif
namespace UnityEngine.XR.ARFoundation.Samples
{
class LogUtil
{
List<string> m_Entries = new List<string>();
string m_FullLog = "";
int m_C... |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... |
using aiala.Backend.ApiModels.Pictures;
namespace aiala.Backend.ApiModels.Places
{
public class PlaceAppModel
{
public string Name { get; set; }
public decimal Latitude { get; set; }
public decimal Longitude { get; set; }
public PictureModel Picture { get; set; }
}
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Common;
using WG.Services.MShippingAddress;
using Microsoft.AspNetCore.Mvc;
using WG.Entities;
using WG.Services.MCustomer;
using WG.Services.MDistrict;
using WG.Services.MProvince;
using WG.Services.MWard;
namespa... |
/*
This file is a part of JustLogic product which is distributed under
the BSD 3-clause "New" or "Revised" License
Copyright (c) 2015. All rights reserved.
Authors: Vladyslav Taranov.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following... |
/*
* 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 ... |
/*****************************************************************************
*
* ReoGrid - .NET Spreadsheet Control
*
* http://reogrid.net/
*
* Common Graphics Toolkit
*
* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
* KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED ... |
namespace IoControl.MassStorage
{
/// <summary>
/// STORAGE_MEDIA_TYPE
/// </summary>
public enum StorageMediaType : uint
{
//
// Following are defined in ntdddisk.h in the MEDIA_TYPE enum
//
Unknown = 0x00, // Format is unknown
F5_1Pt2_51... |
/*
* 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 may ... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class One_Init : MonoBehaviour {
// Use this for initialization
void Start () {
new MessageBox (
this,
"That bastard! Betrayed me and took all my stuff. Hope you die in the freaking trap!",
5,
GlobalStore.ON_SCRE... |
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
namespace Pulumi.Azur... |
namespace Engine.Physics
{
public enum UpdateMode
{
Discrete,
Continuous,
Passive
}
} |
using System.Web;
namespace Umbraco.Core.Models.PublishedContent
{
/// <summary>
/// Represents an item in an array that stores its own index and the total count.
/// </summary>
/// <typeparam name="TContent">The type of the content.</typeparam>
public class IndexedArrayItem<TContent>
{
... |
namespace CHD.Common.Sync.Report
{
public enum SyncResultEnum
{
AlreadyPerforming,
NoChangesDetected,
Completed
}
} |
using Moq;
using Stratis.Bitcoin.Features.Wallet.Interfaces;
using Stratis.Bitcoin.Features.Wallet.Notifications;
using Stratis.Bitcoin.Tests.Common;
using Xunit;
namespace Stratis.Bitcoin.Features.Wallet.Tests.Notifications
{
public class BlockObserverTest
{
[Fact]
public void OnNextCoreProce... |
using System;
namespace Contracts.Domain.Base
{
public interface IDomainEntity : IDomainEntity<Guid>{}
public interface IDomainEntity<TKey> : IDomainEntityId<TKey>, IDomainEntityMeta
where TKey : IEquatable<TKey>
{
}
} |
// -----------------------------------------------------------------------
// <copyright file="SkuOperations.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
// -----------------------------------------------------------------------
namespace Microsoft.Store.Pa... |
namespace VSCC.Roll20.Macros.Logic
{
using System;
using System.Collections.Generic;
using System.IO;
using System.Windows.Documents;
using VSCC.Roll20.Macros.Basic;
public class MacroConditionNEqB : MacroAction
{
private readonly MacroAction[] _backend = new MacroAction[2];
... |
namespace ClearHl7.Codes.V251
{
/// <summary>
/// HL7 Version 2 Table 0236 - Event Reported To.
/// </summary>
/// <remarks>https://www.hl7.org/fhir/v2/0236</remarks>
public enum CodeEventReportedTo
{
/// <summary>
/// D - Distributor.
/// </summary>
Distributor,... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
using UnityEditor.Animations;
using Gamelogic.Extensions;
[ExecuteInEditMode]
public class HierarchyRecorder : GLMonoBehaviour
{
public AnimationClip m_Clip;
public bool m_Record = false;
public float m_Snap... |
// <auto-generated />
namespace GestionFacturas.Datos.Migrations
{
using System.CodeDom.Compiler;
using System.Data.Entity.Migrations;
using System.Data.Entity.Migrations.Infrastructure;
using System.Resources;
[GeneratedCode("EntityFramework.Migrations", "6.1.3-40302")]
public sealed parti... |
/* ****************************************************************************
*
* Copyright (c) Microsoft Corporation.
*
* This source code is subject to terms and conditions of the Apache License, Version 2.0. A
* copy of the license can be found in the License.html file at the root of this distribution. If ... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Controls.Primitives;
using Windows.UI.Xam... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using OpenWiz;
using System.Net;
using Microsoft.Extensions.Logging;
using Q42.HueApi.ColorConverters;
using PresenceLight.Core.WizServices;
namespace PresenceLight.Core
{
public interface IWizService
{
Ta... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
using System;
namespace Microsoft.TestCommon
{
public abstract class EnumHelperTestBase<TEnum> where TEnum : IComparable, IFormattable, IConvertible
{... |
using UnityEngine;
using System.Collections.Generic;
#if UNITY_5_5_OR_NEWER
using UnityEngine.Profiling;
#endif
namespace Pathfinding {
using System.IO;
using Pathfinding.Util;
using Pathfinding.Serialization;
using Math = System.Math;
using System.Linq;
/// <summary>Base class for RecastGraph and NavMeshGraph<... |
/*
* 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 ... |
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Text;
namespace MapleStoryHelper.Standard.MNetwork.Common
{
public class MResponse<T>
{
[JsonProperty("status")]
public int Status { get; set; }
[JsonProperty("data")]
public T Data { get; set; ... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ThreeSum
{
public class BruteForceThreeSum : AbstractThreeSum
{
public BruteForceThreeSum(int[] arr) : base(arr)
{
}
public override int Count()
... |
using RecurringIntegrationsScheduler.Properties;
namespace RecurringIntegrationsScheduler.Forms
{
partial class Parameters
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/... |
using System.Threading.Tasks;
using System.Net;
namespace W.Net
{
public static partial class Tcp
{
/// <summary>
/// Sends log messages to a remote server via secure Tcp
/// </summary>
/// <example>
/// Log.LogTheMessage += (category, message) => W.Net.Tcp.SecureTc... |
namespace AppiSimo.Client.Pages.ClubDashboardComponents.LightComponents
{
using Abstract;
using Microsoft.AspNetCore.Components;
using Model;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using ViewModels;
public class LightsComponent : CollectionCom... |
using Microsoft.AspNetCore.Components;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using Test_matsidaBlazor.Data.Models;
namespace Test_matsidaBlazor.Shared.Inventory
{
public partial class InventoryContainer : ComponentBase
{
public ObservableCollection<Ingredient> Ite... |
// This file is part of YamlDotNet - A .NET library for YAML.
// Copyright (c) Antoine Aubry and contributors
// 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,... |
using Microsoft.Extensions.DependencyInjection;
using System;
using System.Collections.Generic;
using System.Text;
namespace Wolf.Utility.Core.Extensions.Methods
{
public static class ServiceProviderExtensions
{
public static T GetService<T>(this ServiceProvider provider)
{
var ty... |
// <auto-generated>
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
// </auto-generated>
namespace k8s.Models
{
using Newtonsoft.Json;
using System.Linq;
/// <summary>
/// APIServiceSpec contains inform... |
// FILE AUTOGENERATED. DO NOT MODIFY
namespace Starfield.Core.Item.Items {
[Item("minecraft:magma_block", 424, 64, 503)]
public class ItemMagmaBlock : BlockItem { }
} |
/*
* 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.Threading.Tasks;
using Microsoft.WindowsAzure.Storage;
using Microsoft.WindowsAzure.Storage.Table;
namespace FunctionMonkey.Tests.Integration.Common
{
public class MarkerMessage
{
public Guid MarkerId { get; set; }
public async Task Assert()
{
co... |
using System;
// A company has name, address, phone number, fax number, web site and manager.
// The manager has first name, last name, age and a phone number.
// Write a program that reads the information about a company and its manager and prints it back on the console.
class PrintCompanyInformation
{
static... |
using System;
using System.Text;
namespace SecurityLibrary
{
public class MutableReferenceTypes
{
static protected readonly StringBuilder SomeStringBuilder;
static MutableReferenceTypes()
{
SomeStringBuilder = new StringBuilder();
}
}
} |
namespace MtgApiManager.Lib.Model
{
/// <summary>
/// Object representing a foreign name for an MTG card.
/// </summary>
public interface IForeignName
{
/// <summary>
/// Gets the language it was printed in.
/// </summary>
string Language { get; }
/// <summa... |
/*
* Copyright (c) 2018 THL A29 Limited, a Tencent company. 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.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
... |
namespace TNBase {
// This class allows you to handle specific events on the settings class:
// The SettingChanging event is raised before a setting's value is changed.
// The PropertyChanged event is raised after a setting's value is changed.
// The SettingsLoaded event is raised after th... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace McCli.Compiler.IR
{
/// <summary>
/// Represents an unconditional jump, one of return, continue or break statements.
/// </summary>
public sealed class Jump : ControlFlow
{
public reado... |
#region Using directives
using System;
using System.IO;
using WkHtmlToXSharp;
#endregion
namespace treeDiM.StackBuilder.Reporting
{
#region ReporterPDF
public class ReporterPDF : Reporter
{
public ReporterPDF(ReportData inputData, ref ReportNode rnRoot
, string templatePath, string ou... |
// *** 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 System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Ratp.Hidalgo.Data.Contract.Enum
{
public enum ECategoriesPge
{
CAT_1 = 0,
CAT_2 = 1,
CAT_3 = 2,
CAT_4 = 3
}
} |
/*
Copyright © Bryan Apellanes 2015
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Bam.Net.Schema.Org.DataTypes
{
public class Integer: Number
{
public Integer()
{
this.Name = "Integer";
}
public Integer(int val... |
@model DynThings.Data.Models.DynSetting
@using (Html.BeginForm("CentralPV", "Config", FormMethod.Post, new { id = "ConfigCentralEditForm" }))
{
@Html.AntiForgeryToken()
<div class="form-group">
<label class="col-sm-3 control-label" for="drpMainGrid">Use DynThings Central Services</label>
<div c... |
using System.IO;
using Microsoft.Extensions.Configuration;
namespace Butterfly.Common
{
public static class AddressHelpers
{
private const string defaultAddress = "http://localhost:9618";
private const string addressKey = "serveraddress";
public static string GetApplicationUrl(string[... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reactive.Linq;
using System.Threading.Tasks;
using NSubstitute;
using Octokit.Internal;
using Octokit.Reactive;
using Octokit.Tests.Helpers;
using Xunit;
namespace Octokit.Tests.Reactive
{
public class ObservablePullRequestsClientTest... |
using System;
namespace WeatherApi.Helpers
{
public static class StringExtensions
{
/// <summary>
/// Determines whether this instance contains the object.
/// </summary>
/// <param name="source">The source.</param>
/// <param name="toCheck">To check.</param>
//... |
using System;
using System.Collections.Specialized;
using System.ComponentModel;
using Android.Content;
using Android.Util;
using Android.Views;
using Android.Widget;
using AndroidX.AppCompat.App;
using AActionMode = global::AndroidX.AppCompat.View.ActionMode;
using AListView = Android.Widget.ListView;
using AView = An... |
namespace Santase.Logic.GameLogic
{
using RoundStates;
public interface IGameRound
{
void Start();
/// <summary>
/// Колко точки общо е спечелил първия играч за рунда
/// </summary>
int FirstPlayerPoints { get; }
/// <summary>
/// Колко точки общо... |
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Xml;
using System.Xml.Linq;
using NUnit.Framework;
using SIL.Extensions;
using SIL.Keyboarding;
using SIL.TestUtilities;
using Is = SIL.TestUtilities.NUnitExtensions.Is;
na... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using System.Collections.Generic;
namespace CSE.WebValidate.Model
{
/// <summary>
/// Performance Log class
/// </summary>
public clas... |
using Newtonsoft.Json;
using System;
using System.Linq;
namespace EveOnlineApi.Models
{
public sealed class TokenKey : IEquatable<TokenKey>
{
[JsonProperty("accessScope")]
public string[] AccessScope { get; internal set; }
[JsonProperty("id")]
public long CharacterId { get; in... |
using System.Text;
namespace BigHelp.FluentRegEx
{
/// <summary>
/// Anchors, or atomic zero-width assertions, cause a match to succeed or fail depending on the current position in the string,
/// but they do not cause the engine to advance through the string or consume characters.
/// </summary>
... |
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
as published by the Free Software Foundation wit... |
using Dashboard.Models;
using Microsoft.WindowsAzure;
using Microsoft.WindowsAzure.Storage.Table;
using Microsoft.WindowsAzure.Storage.Queue;
using Dashboard.Azure;
using Dashboard.Azure.Builds;
using Dashboard.Jenkins;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web.Mvc;
using Syst... |
using System;
using System.Collections.Generic;
using System.Text;
namespace Telerik.Data.Core.Layouts
{
internal class StaggeredGeneratedLength : IGenerateLayoutLength
{
internal Dictionary<int, double> columnsLength = new Dictionary<int, double>();
public int StackCount { get; set; }
... |
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("Wi... |
// Some copyright should be here...
using UnrealBuildTool;
public class VictoryBPLibrary : ModuleRules
{
public VictoryBPLibrary(TargetInfo Target)
{
PublicIncludePaths.AddRange(
new string[] {
"VictoryBPLibrary/Public"
// ... add public include paths required here ...
}
);
Priv... |
using System;
using System.Collections.Generic;
using System.Data;
using System.Dynamic;
using System.Globalization;
using System.IO;
using System.Text;
using System.Web;
using ServiceStack.CacheAccess;
using ServiceStack.Common.Web;
using ServiceStack.Html;
using ServiceStack.Messaging;
using ServiceStack.MiniProfiler... |
using System;
using SystemWrapper.IO;
using SystemWrapper.Reflection;
using NUnit.Framework;
using SystemInterface.IO;
using SystemInterface.Reflection;
namespace SystemWrapper.Tests.Reflection
{
[TestFixture]
public class AssemblyWrapTests
{
[Test]
public void GetFiles_Test()
{
... |
using System.Linq;
using JustSaying.Tools.Commands;
using Magnum.CommandLineParser;
using Magnum.Monads.Parser;
namespace JustSaying.Tools
{
public class CommandParser
{
public bool Parse(string commandText)
{
return CommandLine
.Parse<ICommand>(commandText, Initial... |
using System;
using System.Data.SqlClient;
using System.Globalization;
class WorkingWithDates
{
const string CONNECTION_STRING =
"Server=.\\SQLEXPRESS; database=Northwind; Integrated Security=SSPI";
private static SqlConnection dbCon;
static void Main()
{
WorkingWithDates datesExampl... |
namespace NTier.Model.Migrations
{
using System;
using System.Data.Entity;
using System.Data.Entity.Migrations;
using System.Linq;
internal sealed class Configuration : DbMigrationsConfiguration<NTier.Model.Context.ProjectContext>
{
public Configuration()
{
Automatic... |
// Licensed to Elasticsearch B.V under one or more agreements.
// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information
using System.Collections.Generic;
namespace ApiGenerator.Configuration.Overrides.Endpoints
{
public class StopDa... |
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("Op... |
using DevExpress.Xpo.DB;
namespace SenDev.Xaf.ApplicationServerHosting.Web
{
public class CustomCreateDataStoreEventArgs
{
public IDataStore DataStore { get; set; }
}
} |
namespace DentalStudio.Common
{
public class Constraints
{
public const int UsernameMaxLength = 256;
public const int FirstNameMinLength = 3;
public const int FirstNameMaxLength = 50;
public const int LastNameMinLength = 3;
public const int LastNameMaxLength = 50;
... |
using System;
namespace NeedForSpeed
{
public class StartUp
{
public static void Main(string[] args)
{
Vehicle motorcycle = new Vehicle(300, 100);
motorcycle.Drive(120);
}
}
} |
using System;
using ReMod.Core.VRChat;
using TMPro;
using UnityEngine;
using UnityEngine.UI;
using VRC.UI.Core.Styles;
using Object = UnityEngine.Object;
namespace ReMod.Core.UI
{
public class ReMenuButton : UiElement
{
private static GameObject _buttonPrefab;
private static GameObject Button... |
namespace IotHub.Agent.Settings
{
public class JwtSettings
{
public string Secret { get; set; }
public int LifeTimeDays {get; set;}
}
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.Extensions.Logging;
namespace AzureApp.Pages
{
public class PrivacyModel : PageModel
{
private readonly ILogger<Pr... |
using System;
using System.Net;
using System.Net.Sockets;
using System.Threading.Tasks;
using MLAPI.Serialization;
using MLAPI.Serialization.Pooled;
using UnityEngine;
using Random = UnityEngine.Random;
[DisallowMultipleComponent]
public abstract class NetworkDiscovery<TBroadCast, TResponse> : MonoBehaviour
where... |
using System;
using System.Collections.Generic;
using Godot;
namespace RogueSharp.Algorithms
{
/// <summary>
/// The DijkstraShortestPath class represents a data type for solving the single-source shortest paths problem
/// in edge-weighted digraphs where the edge weights are non-negative
/// </summary>
... |
namespace MVA
{
using System;
using System.Collections.Generic;
using System.Linq;
public class MVACliqueTree
{
public class MVANode : HashSet<int>
{
public MVANode()
: base()
{
}
public MVANode(IEnumerable<in... |
@{
ViewBag.Title = "Crear Sucursal";
Layout = "~/Views/Layouts/Layout.cshtml";
}
<div class="row">
<div class="col-lg-12">
<section class="panel">
<header class="panel-heading">
</header>
<div class="panel-body">
<form class="form-horizontal " m... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.IO;
using System.L... |
/*
* The MIT License (MIT)
* Copyright (c) 2007-2019, Arturo Rodriguez All rights reserved.
* 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 t... |
namespace SideBySide;
public class StoredProcedureTests : IClassFixture<StoredProcedureFixture>
{
public StoredProcedureTests(StoredProcedureFixture database)
{
m_database = database;
}
[Theory]
/* See PLAT-6053
[InlineData("FUNCTION", "NonQuery", false)]
[InlineData("FUNCTION", "Scalar", false)]
[InlineDat... |
// ----------------------------------------------------------------------------------
//
// Copyright Microsoft Corporation
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apac... |
namespace GringottsBank.Infrastructure.Identity.Abstractions
{
public interface IPasswordHasher
{
string Hash(string password);
bool Verify(string hash, string password);
}
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Evlog.Domain.EventAggregate;
using Evlog.Infrastructure.DataModels;
using Evlog.Infrastructure.Queries;
using Mapster;
using Moq;
using Xunit;
namespace Evlog.UnitTests.Infrastructure.Queries
{
public class PastE... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using Teknik.Areas.Stats.Models;
using Teknik.Utilities;
using Teknik.ViewModels;
namespace Teknik.Areas.Stats.ViewModels
{
public class TransactionViewModel : ViewModelBase
{
public decimal Amount { get; set; }
... |
// ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------
namespace System.Fabric
{
... |
using UnityEngine;
using System.Collections;
// ----- Low Poly FPS Pack Free Version -----
public class BulletScript : MonoBehaviour {
[Range(5, 100)]
[Tooltip("After how long time should the bullet prefab be destroyed?")]
public float destroyAfter;
[Tooltip("If enabled the bullet destroys on impact")]
public b... |
/**
* Copyright 2017 IBM Corp. 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.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.