text stringlengths 1 932k |
|---|
using System;
namespace BlobMetaDb.Lib
{
/// <summary>
/// Contains saved metadata of a storage container.
/// </summary>
public class ContainerMeta
{
public string Name { get; private set; }
public ContainerMeta (string name)
{
this.Name = name;
}
}
/// <summary>
/// Contains saved metadata of a... |
// Copyright (c) Amer Koleci and contributors.
// Distributed under the MIT license. See the LICENSE file in the project root for more information.
namespace Vortice.Direct2D1.Effects
{
public sealed class HueRotation : ID2D1Effect
{
public HueRotation(ID2D1DeviceContext context)
: base(co... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.Scripting.Hosting;
using IronPython.Hosting;
using System.IO;
using System.Threading;
using System.Reflection;
using System.Diagnostics;
using Nmqtt;
namespace Sspe
{
public class SensorManager
{
pri... |
using System;
using System.IO;
using System.Net;
using System.Threading.Tasks;
using Content.Shared;
using Content.Shared.Preferences;
using Microsoft.Data.Sqlite;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Npgsql;
using Robust.Shared.Interfaces.Configuration;
using Robust.Shared.I... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("06... |
// Copyright (c) All contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Buffers;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.CompilerServices;
using System.Text;
usi... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Xml.Linq;
using Microsoft.Build.Framework;
using NUnit.Framework;
using Xamarin.Android.Tools;
using Xamarin.ProjectTools;
namespace Xamarin.Android.Build.Tests
{
[... |
@model HardDeleteReflowBulkRequestConfirmation
@{
ViewBag.Title = "Reflow deleted packages";
}
<section>
<article id="stage">
<h2>Reflow</h2>
<p>
Use this page to reflow a hard-deleted package that is no longer in the gallery.
</p>
@if (Model == null)
{
... |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
/... |
using GoodAI.Modules.School.Common;
using GoodAI.Modules.School.Worlds;
using System;
using System.ComponentModel;
using System.Drawing;
using GoodAI.Core.Utils;
using GoodAI.School.Learning_tasks;
namespace GoodAI.Modules.School.LearningTasks
{
[DisplayName("SC D2 LT6 - avoid enemy")]
public class Ltsct6d2 :... |
using System.Runtime.Serialization;
using System.Text;
using Newtonsoft.Json;
namespace AdobeSignClient.V5.Model
{
/// <summary>
/// </summary>
[DataContract]
public class DocumentEventForUser
{
/// <summary>
/// The ID of the agreement asset.
/// </summary>
/// ... |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... |
using DevExpress.XtraRichEdit.API.Native;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Management.Automation;
using System.Text;
using System.Threading.Tasks;
using SpreadCommander.Common.Code;
using System.Drawing;
using System.Globalization;
using MathNet.Symbolics;
namespace Spre... |
namespace ReMi.BusinessEntities.Auth
{
public class TeamRoleRuleResult
{
public bool RequiresUpdate { get; set; }
public string NewRole { get; set; }
}
} |
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Azure.WebJobs.Host.B... |
/*
* Copyright (C) Sportradar AG. See LICENSE for full license governing this code
*/
using Sportradar.OddsFeed.SDK.Messages.REST;
namespace Sportradar.OddsFeed.SDK.Entities.REST.Internal.DTO
{
/// <summary>
/// Provides information about team competitor
/// </summary>
internal class TeamCompetitorDT... |
using System;
namespace RoboSharp.Results
{
[Flags]
public enum RoboCopyExitCodes
{
NoErrorNoCopy = 0x0,
FilesCopiedSuccessful = 0x1,
ExtraFilesOrDirectoriesDetected = 0x2,
MismatchedDirectoriesDetected = 0x4,
SomeFilesOrDirectoriesCouldNotBeCopied = 0x8,
Se... |
using System;
using System.IO;
using System.Linq;
namespace Odd_lines
{
class Program
{
static void Main(string[] args)
{
string[] lines = File.ReadAllLines("lines.txt");
var oddLines = lines.Where((line, index) => index % 2 == 1);
File.WriteAllLines("odd-li... |
// 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 System.IO;
using NuGet.Test.Utility;
using Xunit;
namespace NuGet.Protocol.Plugins.Tests
{
public class WindowsEmbeddedSignatu... |
using System;
using System.Linq;
using Microsoft.AspNetCore.Mvc;
using Todo.WebApp.DbQueries;
using Todo.WebApp.MvcModels;
using Todo.WebApp.SharedModels;
using static Todo.WebApp.Views.ViewDataNames;
namespace Todo.WebApp.Controllers
{
public class TodoListController : Controller
{
private const strin... |
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
// Allgemeine Informationen über eine Assembly werden über die folgenden
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
// die ei... |
// Copyright (C) 2014 dot42
//
// Original filename: Java.Nio.Channels.Spi.cs
//
// 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
//
// ... |
/*
* 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... |
namespace Conventional.Tests.Conventional.Conventions.Database
{
public static class SqlScripts
{
public static string CreateDb(string dbName)
{
return string.Format("if not exists (select * from sys.databases where name='{0}')\r\ncreate database {0}",
dbName);
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace CSWiki_DB
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void M... |
/*
* $Id$
*
* This file is part of the iText (R) project.
* Copyright (c) 1998-2016 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 th... |
namespace FeedsSigma
{
partial class ManageGroupForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources sh... |
using System;
using System.Xml.Serialization;
using System.Collections.Generic;
namespace Aop.Api.Domain
{
/// <summary>
/// AlipayEcoMycarParkingParkinglotinfoCreateModel Data Structure.
/// </summary>
[Serializable]
public class AlipayEcoMycarParkingParkinglotinfoCreateModel : AopObject
{
... |
// Copyright 2017 the original author or authors.
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... |
namespace VRage.Network
{
// Summary:
// Float in range <0, +1>. Slightly lossy (2B instead of 4B). If you need precision, use MySyncedFloat.
public class MySyncedFloatUNorm : MySyncedBase<float>
{
public sealed override void Write(ref float value, BitStream s)
{
System.... |
// Copyright (c) Microsoft Corporation. All rights reserved.
using SmartDisplay.Contracts;
using SmartDisplay.Controls;
using SmartDisplay.Utils;
using System.Collections.ObjectModel;
using System.Linq;
namespace SmartDisplay.ViewModels.Settings
{
public class AppSettingsVM : SmartDisplaySettingsBaseViewModel
... |
using System;
using System.IO;
using System.Linq;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
namespace SchoolClient
{
public class Program
{
private static IConfigurationRoot _configuration;
private static ServiceClient _apiClient;
public static void ... |
using System;
using System.Linq;
using Microsoft.EntityFrameworkCore;
using System.Collections.Generic;
using Microsoft.EntityFrameworkCore.Extensions;
namespace Framework.Data.Test.DataModel
{
public class DatabaseContext : DbContext
{
public DatabaseContext(DbContextOptions<DatabaseContext> opt... |
using System;
namespace Oqtane.Models
{
public class Tenant : IAuditable
{
public int TenantId { get; set; }
public string Name { get; set; }
public string DBConnectionString { get; set; }
public string DBSchema { get; set; }
public string CreatedBy { get; set; }
... |
using System;
namespace IncrementVariable
{
class IncrementVariable
{
static void Main()
{
int value = int.Parse(Console.ReadLine());
int remaining = value % 256;
int overFlows = value / 256;
Console.WriteLine($"{remaining}");
Cons... |
// <auto-generated>
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is
// re... |
using System.Threading.Tasks;
using Evlog.Domain.EventAggregate;
namespace Evlog.Domain.EventAggregate.Queries
{
public interface IEventQuery
{
Task<EventPost> QueryAsync(string slug);
}
} |
using System;
using System.CodeDom.Compiler;
using System.ComponentModel;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Xml.Schema;
using System.Xml.Serialization;
namespace Workday.CampusEngagement
{
[GeneratedCode("System.Xml", "4.6.1590.0"), DesignerCategory("code"), DebuggerStepThr... |
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Columns;
using BenchmarkDotNet.Configs;
using BenchmarkDotNet.Jobs;
using BitFaster.Caching.Lru;
using Microsoft.VisualBasic;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Runtime.Caching;
using System.Text;
na... |
//
// Sensor.cs
//
// Author:
// Tom Diethe <tom.diethe@bristol.ac.uk>
//
// Copyright (c) 2015 University of Bristol
//
// 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 rest... |
using System.Collections.Generic;
using System.Linq;
// ReSharper disable once CheckNamespace
namespace GraphQL.Conventions.Relay
{
[Description("Connection to related objects with relevant pagination information.")]
public class Connection<T>
{
[Description(
"A count of the total numbe... |
using System.Reflection;
using System.Runtime.CompilerServices;
// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.
[assembly: AssemblyTitle("MonoMac.HttpClient")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[... |
namespace System.Text.Json.Serialization {
public class BoolConverter_YN : JsonConverter<bool> {
public override bool Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options) {
var Value = reader.GetString();
var ret = Value.AsText().Equals("Y");
... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.IIS.Administration.Tests
{
using WebServer;
using Web.Administration;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq... |
@{
ViewBag.Title = "Home";
ViewBag.WidePage = true;
ViewBag.ShowTitle = false;
}
<!-- Jumbotron -->
<div class="jumbotron">
<h1>Debate, challenge, inform</h1>
<p class="lead">
RationalVote is a platform that encourages constructive discussion through structured debate. It simplifies complex topics into
small... |
// This file should only be included in VS2017 project file. VS2015 project file has Property/AssemblyInfo.cs.
using System;
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Microsoft.Bot.Builder.Tests")]
[assembly: InternalsVisibleTo("Microsoft.Bot.Sample.Tests")] |
// Copyright 2016 Google Inc. 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... |
using System;
namespace ICSharpCode.SharpZipLib.Checksum
{
/// <summary>
/// <para>
/// Computes Adler32 checksum for a stream of data. An Adler32
/// checksum is not as reliable as a CRC32 checksum, but a lot faster to
/// compute.
/// </para>
/// <para>
/// The specification for Adler... |
using System;
using System.Collections.Generic;
using System.Text;
namespace Magicodes.WxMiniProgram.Sdk.Services.Logistics.Dto
{
/// <summary>
///
/// </summary>
public class TestUpdateOrderOutput : ServiceOutputBase
{
}
} |
// 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 Monitoring;
using System.Reflection;
namespace DPStressHarness
{
public static class Monit... |
#region Header
// Vorspire _,-'/-'/ IOExt.cs
// . __,-; ,'( '/
// \. `-.__`-._`:_,-._ _ , . ``
// `:-._,------' ` _,`--` -: `_ , ` ,' :
// `---..__,,--' (C) 2018 ` -'. -'
// # Vita-Nex [http://core.vita-nex.com] #
// {o)xxx|===============- # -===============|xxx(o}
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using g3;
using UnityEngine;
namespace f3
{
public class PolyTubeSO : PolyCurveSO
{
GameObject meshGO;
Polygon2d polygon;
public Polygon2d Polygon
{
get { return polygon; }
... |
// 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.Runtime.InteropServices;
using System.Text;
using Silk.NET.Core.Native;
using Ultz.SuperInvoke;
#pragma warning disable 1591
namespace S... |
using MidiEval.Analyzer.Elements;
using MidiEval.Analyzer.Elements.Notes;
using Sanford.Multimedia.Midi;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.Linq;
namespace MidiEval.Analyzer.Songs.Input {
public class ChannelEventParser : EventParser {... |
using System.Collections.Generic;
using FluentAssertions;
using Xunit;
using static ResultSharp.Prelude;
namespace ResultSharp.Tests
{
public class ResultExtensionsTests
{
[Fact]
public void Combine_ArrayOfResults_ReturnsResultOfIEnumerableContainingErrors()
{
IEnumerable<Result<string, int>> results = new... |
using System.Management.Automation;
using UiPath.PowerShell.Util;
using UiPath.Web.Client201910;
using UiPath.PowerShell.Resources;
using UiPath.PowerShell.Models;
namespace UiPath.PowerShell.Cmdlets
{
/// <summary>
/// <para type="synopsis">Starts a Maintenance session</para>
/// <para type="description"... |
// ------------------------------------------------------------------------------
// 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.Linq.Expressions;
namespace FreeSql {
public class GuidRepository<TEntity> :
BaseRepository<TEntity, Guid>
where TEntity : class {
public GuidRepository(IFreeSql fsql) : this(fsql, null, null) {
}
public GuidRepository(IFreeSql fsql, Expression<Func<TEntity, bool>> filter, Func... |
// Copyright 2021 Google LLC
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... |
using System;
namespace Bakery.Models
{
public class Bread
{
public int Amount { get; set; }
public Bread(int amount)
{
Amount = amount;
}
public int BreadRegPrice()
{
int price = 5;
int regPrice = price * Amount;
return (regPrice);
}
public int BreadSale()
... |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace karisik_odev_2
{
public static class sanaldata
{
private static ArrayList db = new ArrayList();
public static void yeniurunekle(baseclass data)... |
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("En... |
// https://www.nuget.org/packages/UkooLabs.FbxSharpie/
// https://github.com/UkooLabs/FBXSharpie
// License: MIT
namespace AcTools.ExtraKn5Utils.FbxUtils {
/// <summary>
/// Indicates when a reader should throw errors
/// </summary>
public enum ErrorLevel {
/// <summary>
/// Ignores in... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using SuperSocket.SocketBase.Command;
using SuperWebSocket.Protocol;
namespace SuperWebSocket.Command
{
/// <summary>
/// The command handling Text fragment
/// </summary>
/// <typeparam name="TWebSocketSession">The ... |
// ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschränkt)
// All rights reserved. Licensed under the MIT license.
// ============================... |
#region Copyright
/*
* Copyright 2013-2018 Roman Klassen
*
* 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 appl... |
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("Nam... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using WalleProject.Web.Code;
namespace WalleProject.Web.Classroom
{
public partial class garbageclass : System.Web.UI.Page
{
protected void Page_Load(object sender... |
@using bisSport.WebClient.Areas.Tennis.Models
@using bisSport.WebClient.Helpers
@model bisSport.WebClient.Areas.Tennis.Models.MatchListViewModel
@{
ViewBag.Title = "Результаты раунда";
}
@if (Model.Matches.Any())
{
<h2>@Model.Matches[0].Event.Name - @Model.Round.Name</h2>
foreach (var group in Model.Round.... |
namespace VhdAttach {
partial class RemoveIntegrityStreamForm {
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
... |
using System;
public enum Rank
{
SSS = 80,
SS = 70,
S = 60,
A = 50,
B = 30,
C = 20,
D = 1,
F = 0
} |
using System;
namespace QFSW.QC.Actions
{
/// <summary>
/// Waits until the given condition is met.
/// </summary>
public class WaitUntil : WaitWhile
{
/// <param name="condition">The condition to wait on.</param>
public WaitUntil(Func<bool> condition) : base(() => !condition())
... |
/*
* Copyright 2018 JDCLOUD.COM
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http:#www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... |
using IfcValidator.Core.Models;
using IfcValidator.Helpers;
using System;
using System.Collections.Generic;
using System.Text;
namespace IfcValidator.Models
{
public class ReportCard
{
public ReportCard(string fileName, string originalInfo, string traitedInfo, string keyword, string keywordDescription... |
using Microsoft.WindowsAzure.Storage;
using Microsoft.WindowsAzure.Storage.Queue;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace AzNginx.Storage
{
public class AzureQueue
{
/// <summary>
/// ... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using UnityEngine;
public class Constants
{
public enum PoolTag
{
PlayerLaserBullet,
TurretLaserBullet,
PhysicsBullet,
LaserGenericImpact,
ReboundPlayerLa... |
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using Newtonsoft.Json.Serialization;
using Sidekick.Helpers.POETradeAPI.Models;
using Sidekick.Helpers.POETradeAPI.Models.TradeData;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Threadi... |
//=================================================================================================
// Copyright 2017 Dirk Lemstra <https://graphicsmagick.codeplex.com/>
//
// Licensed under the ImageMagick License (the "License"); you may not use this file except in
// compliance with the License. You may obtain a cop... |
// *** 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;
namespace HotChocolate.Configuration
{
internal class TypeFinalizer
{
private readonly SchemaConfiguration _schemaConfiguration;
private readonly List<SchemaError> _errors = new List<SchemaError>();
public TypeFinalizer(SchemaConfigurati... |
using System;
using Polly;
using SFA.DAS.EmployerCommitments.Domain.Http;
using SFA.DAS.NLog.Logger;
namespace SFA.DAS.EmployerCommitments.Infrastructure.ExecutionPolicies
{
[PolicyName(Name)]
public class IdamsExecutionPolicy : ExecutionPolicy
{
private readonly ILog _logger;
public const... |
using System.Collections.Generic;
using Pacman.Map;
using UnityEngine;
[RequireComponent(typeof(Collider))]
[RequireComponent(typeof(Rigidbody))]
[RequireComponent(typeof(Renderer))]
public abstract class Ghost : MonoBehaviour {
// ---------- PUBLIC INSPECTOR INTERFACE -----------------
public Vector3 HomeCo... |
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using System;
using System.Collections.Generic;
namespace AnJingBolerplateProject.Migrations
{
public partial class Upgraded_To_Abp_v340 : Migration
{
protected override void Up(MigrationBuilder migrationBuil... |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.... |
/* Copyright 2019 Vincent Bousquet
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in ... |
namespace HamzaBank.Api.Core
{
public interface IEntity
{
}
} |
// 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.Collections.Generic;
using System.IO;
using System.Text;
using System.Text.Json;
using System.Text.Json.Serialization;
using System.Linq;
using System.Text... |
// 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 windows = Windows;
namespace Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT
{
/// <summary>
/// <s... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NesixChatServerV1
{
public static class UrlHelper
{
public static string getMimeType(string s2, out bool isBinary)
{
if (s2.Contains("."))
... |
using JetBrains.Annotations;
using Microsoft.Win32.TaskScheduler.V1Interop;
using Microsoft.Win32.TaskScheduler.V2Interop;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Hackney.Shared.Person;
namespace FinanceDataMigrationApi.V1.Gateways.Interfaces
{
public interface IPersonGateway
{
public Task<Person> GetById(Guid id);
}
} |
// SPDX-License-Identifier: Apache-2.0
// Licensed to the Ed-Fi Alliance under one or more agreements.
// The Ed-Fi Alliance licenses this file to you under the Apache License, Version 2.0.
// See the LICENSE and NOTICES files in the project root for more information.
using EdFi.Ods.AdminApp.Management.Api.Models;
usi... |
using System;
using System.Xml.Serialization;
namespace Alipay.AopSdk.Domain
{
/// <summary>
/// ReportQueryCondition Data Structure.
/// </summary>
[Serializable]
public class ReportQueryCondition : AopObject
{
/// <summary>
/// 字段名称
/// </summary>
[XmlElement("... |
@{
Layout = "_CustomLayout";
} |
using System;
using System.Collections.Generic;
using System.Text;
namespace FluentFTP {
public class FtpFxpSession : IDisposable {
/// <summary>
/// A connection to the FTP server where the file or folder is currently stored
/// </summary>
public FtpClient SourceServer;
/// <summary>
/// A connection t... |
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using Fody;
using Mono.Cecil;
using Mono.Cecil.Cil;
public class ModuleWeaver : BaseModuleWeaver
{
public override void Execute()
{
var typeDefinition = new TypeDefinition("SampleWeaverTest... |
using System.Collections.Generic;
using VTMap.Core.Enums;
using VTMap.Core.Filter;
namespace VTMap.Common.Interfaces
{
public interface IVectorStyleLayer
{
/// <summary>
/// Minimal zoom from which this style layer is used
/// </summary>
int MinZoom { get; }
/// <summa... |
// This file is used by Code Analysis to maintain SuppressMessage
// attributes that are applied to this project.
// Project-level suppressions either have no target or are given
// a specific target and scoped to a namespace, type, member, etc.
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.... |
// SPDX-License-Identifier: Apache-2.0
// Licensed to the Ed-Fi Alliance under one or more agreements.
// The Ed-Fi Alliance licenses this file to you under the Apache License, Version 2.0.
// See the LICENSE and NOTICES files in the project root for more information.
using System;
using System.Collections.Generic;
u... |
using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using HotChocolate.Execution;
using StackExchange.Redis;
namespace HotChocolate.Subscriptions.Redis;
public class RedisEventStream<TMessage>
: ISourceStream<TMessage>
{
private readonly ChannelMessageQueue _c... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.