text stringlengths 1 932k |
|---|
/*
* This file is part of - WebExtras
* Copyright (C) 2014 Mihir Mone
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later v... |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34003
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
namespace SUTest1.Data.Migrations
{
public partial class CreateIdentitySchema : Migration
{
protected override ... |
using System.Collections.Generic;
using Umbraco.Core.Models;
namespace Gibe.DittoProcessors.Media
{
public interface IMediaService
{
IPublishedContent Media(int id);
IEnumerable<IPublishedContent> Media(IEnumerable<int> ids);
}
} |
using CleanArchitecture.Services;
namespace CleanArchitecture.Sample.UseCases.CreateProduct
{
public class CreateProductInteractor : IUseCaseInteractor<CreateProductInputPort, ICreateProductOutputPort>
{
#region - - - - - - IUseCaseInteractor Implementation - - - - - -
public Task HandleAsy... |
namespace Binance.Spot.SubAccountExamples
{
using System;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using Binance.Common;
using Binance.Spot;
using Binance.Spot.Models;
using Microsoft.Extensions.Logging;
public class GetSubaccountsStatusOnMarginFutures_... |
namespace MarginTrading.AssetService.Core.Domain
{
public class RegulatorySettingsDto
{
public string RegulatoryProfileId { get; set; }
public string RegulatoryTypeId { get; set; }
public decimal MarginMin { get; set; }
public bool IsAvailable { get; set; }
}
} |
//------------------------------------------------------------------------------
// <auto-generated>
// このコードはツールによって生成されました。
// ランタイム バージョン:2.0.50727.8009
//
// このファイルへの変更は、以下の状況下で不正な動作の原因になったり、
// コードが再生成されるときに損失したりします。
// </auto-generated>
//----------------------------------------------------------... |
// Copyright 2017-2020 Elringus (Artyom Sovetnikov). All Rights Reserved.
using UnityEngine;
using UnityEngine.Events;
namespace Naninovel
{
/// <summary>
/// Allows providing managed text values to game objects via Unity events.
/// When attached to a managed UI, text printer or choice handler
/// g... |
#if UNITY_EDITOR
using UnityEngine;
using UnityEditor;
using JuloUtil;
public class EditorMagics {
[MenuItem("Magics/Language/English")]
private static void setLanguageToEnglish() {
setLang(Language.English);
}
[MenuItem("Magics/Language/Spanish")]
private static void setLanguageToSpanish() {
setLang(Langu... |
public class PlayerAppearanceRequest
{
public PlayerAppearanceRequest(Player player, string appearance)
{
Player = player;
Appearance = appearance;
}
public Player Player { get; }
public string Appearance { get; }
} |
namespace Don.SportsStoreCore.Web.Views.Shared.Components.TenantChange
{
public class ChangeModalViewModel
{
public string TenancyName { get; set; }
}
} |
using System;
using System.Collections.Generic;
using System.Text;
using System.Linq;
using System.Reflection;
namespace TerraViewer
{
public class Settings : TerraViewer.ISettings, IScriptable
{
static public Dictionary<string, ScriptableProperty> SettingsList;
static Settings()
{
... |
// <copyright file="MockData.cs" company="None">
// Free and open source code.
// </copyright>
namespace Z011.InfrastructureTest.Helper
{
using System.Collections.Generic;
using System.Net;
using System.Net.Http;
using Moq;
/// <summary>
/// Mock data helper class.
/// </summary>
publi... |
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("Hos... |
using Oredering.Domain.Common;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Threading.Tasks;
namespace Oredering.Application.Contracts.Persistence
{
public interface IAsyncRepository<T> where T : EntityBase
{
Task<IReadOnlyList<T>> GetA... |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System;
using UnityEngine;
using UnityEditor;
using System.Collections;
using System.Collections.Generic;
using UnityEditorInternal;
using Object = UnityEngin... |
using RushHour.Web.ViewModels;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Web;
using System.Web.Mvc;
using RushHour.Web.Mappings;
using RushHour.Web.App_Start;
using AutoMapper;
using RushHour.Web.ActionFilters;
using RushHour.RelationalServices.Domain.UserModels... |
// T4 code generation is enabled for model 'G:\IT\Projects\11.Databases\11.Entity-Framework\01.NorthwindDbContext\NorthwindEntities.edmx'.
// To enable legacy code generation, change the value of the 'Code Generation Strategy' designer
// property to 'Legacy ObjectContext'. This property is available in the Propertie... |
/*
* Copyright 2014 - 2017 Adaptive Financial Consulting Ltd
*
* 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.0S
*
* Unless required by a... |
using System;
namespace PropertyNote
{
public class Person
{
private int _BirthYear; // 생년월일
public string Name { get; set; } // 이름
// 쓰기 전용: 계산식 사용
public int BirthYear
{
set
{
if (value >= 1900)
{
... |
using System;
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
namespace QFramework
{
public interface IRefCounter
{
int refCount
{
get;
}
void AddRef();
void SubRef();
}
public class RefCounter : IRefCounter
{
... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... |
// Copyright (c) Govert van Drimmelen. All rights reserved.
// Excel-DNA is licensed under the zlib license. See LICENSE.txt for details.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Reflection.Emit;
using System.Runtime.InteropServi... |
namespace Rosita.Core.Framework.UseCaseHandler
{
public class UseCasesSetup:IUseCasesSetup
{
private static UseCaseConfiguration _useCaseConfiguration;
public UseCasesSetup()
{
_useCaseConfiguration = new UseCaseConfiguration();
}
public IUseCasesSetup AddUse... |
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using War3Api.Object.Abilities;
using War3Api.Object.Enums;
using War3Net.Build.Object;
using War3Net.Common.Extensions;
namespace War3Api.Object.Abilities
{
public sealed class ManaShieldCreep : Ability
{... |
@model _02.BookLibrary.Models.Book
@{
ViewBag.Title = "Details";
}
<h2>Details</h2>
<div>
<h4>Book</h4>
<hr />
<dl class="dl-horizontal">
<dt>
@Html.DisplayNameFor(model => model.Author)
</dt>
<dd>
@Html.DisplayFor(model => model.Author.FullName)
... |
using Chloe.Server.Models;
namespace Chloe.Server.Dtos
{
public class VenueTypeAddOrUpdateResponseDto: VenueTypeDto
{
public VenueTypeAddOrUpdateResponseDto(VenueType entity)
:base(entity)
{
}
}
} |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.DocAsCode.Build.ManagedReference.BuildOutputs
{
using System;
using System.Collections.Generic;
using Newtonsoft.Json;
using YamlDo... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Android.App;
using Android.Content;
using Android.OS;
using Android.Runtime;
using Android.Views;
using Android.Widget;
using BeatOn.ClientModels;
using QuestomAssets;
using QuestomAssets.AssetOps;
namespace BeatOn.Core.Messa... |
using System;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
using System.Web.Services;
using Umbraco.Core;
using Umbraco.Core.Cache;
using Umbraco.Core.Configuration;
using Umbraco.Core.Logging;
using Umbraco.Core.Persistence;
using Umbraco.Core.Services;
using Umbraco.Web.Composing;
using Umbraco.... |
using System.Drawing;
using System.Windows.Forms;
using OpenTK;
namespace Duality.Editor.Plugins.CamView.CamViewStates
{
public interface IObjectAction
{
void Update(CamViewState state, Point mouseLoc, Point beginLoc, Vector3 beginLocSpace, Vector3 lastLocSpace, Vector3 selectionCenter, float selectionRadius, CamV... |
// 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 regenerated.
namespace Microso... |
using System;
using Microsoft.AspNetCore.Http;
using NetModular.Lib.Auth.Abstractions;
using NetModular.Lib.Utils.Core.Extensions;
namespace NetModular.Lib.Auth.Web
{
/// <summary>
/// 登录信息
/// </summary>
public class LoginInfo : ILoginInfo
{
private readonly IHttpContextAccessor _contextA... |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//----------------------------------------... |
using System;
using System.Runtime.InteropServices;
namespace Vanara.PInvoke
{
public static partial class User32_Gdi
{
/// <summary>
/// The <c>DrawStateProc</c> function is an application-defined callback function that renders a complex image for the DrawState
/// function. The <c>DRAWSTATEPROC</c> type defi... |
// This file is part of the TI.DigitalDomeWorks project
//
// Copyright © 2014 TiGra Astronomy, all rights reserved.
//
// File: StateRotatingToHome.cs Created: 2014-10-05@00:56
// Last modified: 2014-11-12@05:56 by Tim
namespace TA.DigitalDomeworks.HardwareSimulator
{
internal class StateRotatingToHome : ... |
// 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;
using System.Collections.Generic;
using System.Reflection;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Application.Common.Interfaces;
using Domain.Common;
using Domain.Entities;
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore... |
//------------------------------------------------------------------------------
// <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.... |
using System;
using System.Collections.Generic;
using StrongBeaver.Core.Services.Reflection;
namespace StrongBeaver.Showroom.Examples
{
public interface IAction
{
// Implementation of action interface
}
public class ActionProvider
{
private readonly InstanceCreationService objectC... |
@{
/**
*
* Yan Ha Routhier-Chevrier
* 1473192 - laboratoire 1
*
* */
DateTime dateTime = DateTime.Now;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@ViewData["Title"]</title>
... |
using mcp.Shared;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace mcp.Server.Controllers
{
[Authorize]
[ApiController]
[Route("[controlle... |
// Generator { Name: SearchAdvancedGenerator, Template: ISearchAdvanced }
using System;
namespace SuiteTalk
{
public partial class WinLossReasonSearchAdvanced: ISearchAdvanced, ISearchAdvanced<WinLossReasonSearch, WinLossReasonSearchRow>
{
SearchRecord ISearchAdvanced.GetCriteria() => this.GetCriteria... |
/*
* 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 FSH.WebApi.Application.Auditing;
public class GetMyAuditLogsRequest : IRequest<List<AuditDto>>
{
}
public class GetMyAuditLogsRequestHandler : IRequestHandler<GetMyAuditLogsRequest, List<AuditDto>>
{
private readonly ICurrentUser _currentUser;
private readonly IAuditService _auditService;
publi... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Encodings.Web;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
// For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
namespace IoTWeb.Controllers
{
public ... |
using System;
using System.Runtime.Serialization;
namespace Pims.Dal.Exceptions
{
/// <summary>
/// ConfigurationException class, provides a way to throw an exception when a configuration is invalid.
/// </summary>
[Serializable]
public class ConfigurationException : Exception
{
#region... |
using JCSoft.FXZ.Server.Client.Repository;
using JCSoft.FXZ.Server.Middleware;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Logging;
using System.Threading.Tasks;
namespace JCSoft.FXZ.Server.Leader.Middleware
{
public class LeaderMiddleware : BaseMiddlerware
... |
// Copyright (c) Xenko contributors (https://xenko.com) and Silicon Studio Corp. (https://www.siliconstudio.co.jp)
// Distributed under the MIT license. See the LICENSE.md file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using Sy... |
/*
* Camunda BPM REST API
*
* OpenApi Spec for Camunda BPM REST API.
*
* The version of the OpenAPI document: 7.13.0
*
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
using NUnit.Framework;
using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Or... |
// <copyright file="IconsSymbology.aspx.cs" company="Microsoft Corporation copyright 2008.">
// (c) 2008 Microsoft Corporation. All rights reserved.
// This source is subject to the Microsoft Public License.
// See http://www.microsoft.com/opensource/licenses.mspx.
//
// This document and/or software (�this Content�) h... |
// <copyright file="IRole.Generated.cs" company="Okta, Inc">
// Copyright (c) 2014 - present Okta, Inc. All rights reserved.
// Licensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information.
// </copyright>
// This file was automatically generated. Don't modify it directl... |
// *****************************************************************************
//
// © Component Factory Pty Ltd 2012. All rights reserved.
// The software and associated documentation supplied hereunder are the
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, A... |
namespace JustOrderIt.Data.DbAccessConfig.Repositories
{
using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Models.Contracts;
/// <summary>
/// Extends the generic Entity Framework repo... |
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
names... |
using System;
using System.Linq;
namespace Ascon.Pilot.Core
{
public enum NotificationChangeKind : byte
{
Created = 0,
Deleted = 1,
Restored = 2,
Renamed = 3,
Moved = 4,
Access = 5,
Attribute = 6,
File = 7,
Signature = 8,
Annotati... |
using eLearn.Domain.Contracts.Repositories;
using eLearn.Domain.Entities;
using eLearn.Infrastucture;
using eLearn.Infrastucture.Context;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace eLearn.Infrastucture.Repositories
{
public class U... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>@ViewBag.Title - Trash Guy</title>
@Styles.Render("~/Content/css")
@Scripts.Render("~/bundles/modernizr")
</head>
<body>
<div class="navbar navbar-inverse navbar... |
/*
* 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.Xml;
namespace Protobuild
{
public interface IContentProjectGenerator
{
XmlDocument Generate(string platformName, XmlDocument source, string rootPath);
}
} |
// *** 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 MagicOnion.GeneratorCore;
using System;
using System.Threading.Tasks;
using ConsoleAppFramework;
using Microsoft.Extensions.Hosting;
namespace MagicOnion.Generator
{
public class Program : ConsoleAppBase
{
static async Task Main(string[] args)
{
await Host.CreateDefaultBuilder... |
using UnityEngine;
using UnityEngine.UI;
namespace LoginScene {
public class ClickEvents : MonoBehaviour {
public InputField usernameText;
public InputField passwordText;
public GameObject submitButton;
public GameObject loginToggle;
public GameObject signUpToggle;
... |
#region License
// Copyright (c) K2 Workflow (SourceCode Technology Holdings Inc.). All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
#endregion
using System.Collections.Generic;
namespace SourceCode.Clay
{
/// <summary>
/// Represents... |
/* Copyright (c) 2021 Rick (rick 'at' gibbed 'dot' us)
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
*
* Permission is granted to anyone to use this software for any purpose,
... |
// The MIT License (MIT)
// Copyright (c) 2016 Ben Abelshausen
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, co... |
// 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.Threading.Tasks;
using Microsoft.EntityFrameworkCore.TestUtilities;
using Xunit;
using Xunit.Abstractions;
namespace Microsoft.EntityFrame... |
namespace AspNetCoreRateLimit
{
public class ClientRateLimitOptions : RateLimitOptions
{
/// <summary>
/// Gets or sets the HTTP header that holds the client identifier, by default is X-ClientId
/// </summary>
public string ClientIdHeader { get; set; } = "X-ClientId";
/... |
using PSXCardReader.NET.Presenter.Interfaces;
using PSXCardReader.NET.View.Interfaces;
using System;
using System.Diagnostics;
using System.IO;
namespace PSXCardReader.NET.Presenter
{
public class TextBoxTracePresenter : TraceListener, ITracePresenter
{
protected ITraceView _view;
public Text... |
// <copyright file="Paramer.xaml.cs" company="Makajda">
// Copyright (c) Makajda. All rights reserved.
// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.
// </copyright>
using System;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
namespace HappyRoute4.Co... |
//==============================================================
// Copyright (C) 2020 Inc. All rights reserved.
//
//==============================================================
// Create by 种道洋 at 2020/3/17 17:16:04.
// Version 1.0
// 种道洋
//==============================================================
using... |
using System;
namespace android.util
{
partial class MathUtils
{
private static System.Random sRandom = new System.Random ();
public static void randomSeed (long seed)
{
sRandom = new Random (unchecked ((int)seed));
}
}
} |
using System.Collections.Generic;
using STRINGS;
using UnityEngine;
public class SapTree : GameStateMachine<SapTree, SapTree.StatesInstance, IStateMachineTarget, SapTree.Def>
{
public class Def : BaseDef
{
public Vector2I foodSenseArea;
public float massEatRate;
public float kcalorieToKGConversionRatio;
p... |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Colso.Xrm.ChartTransferTool.AppCode
{
public class ListViewItemComparer : IComparer
{
private int col;
private So... |
// *** WARNING: this file was generated by pulumigen. ***
// *** 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.Kubernetes.Types.In... |
using Modelpimads4.DTO;
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data.SqlClient;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Controllerpimads4.DAO
{
public class EstadoDAO
{
private static EstadoDAO instance;
pri... |
using MediatR;
using Microsoft.AspNetCore.Mvc;
using Supplier.Api.Features.Supplier.Request;
using Supplier.Api.Infrastructure;
using System.Threading.Tasks;
namespace Supplier.Api.Features.Supplier
{
[ApiController]
public class SupplierController
{
private readonly IMediator _mediator;
... |
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("Mul... |
using System.Threading.Tasks;
namespace Roblox.Services.Services
{
public interface IOwnershipService
{
Task<Models.Ownership.OwnershipEntry> InsertEntry(Models.Ownership.CreateRequest request);
Task<bool> DoesUserOwnsAsset(long userId, long assetId);
}
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using ServiceApp.Web.Areas.Identity.Data;
namespace ServiceApp.Web.... |
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("CS... |
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build aix
// +build ppc
// package unix -- go2cs converted at 2020 October 09 05:56:23 UTC
// import "cmd/vendor/golang.org/x/sys/unix" ==> using unix = go... |
using Volo.Abp.Localization;
namespace DevExtremeSample.Localization
{
[LocalizationResourceName("DevExtremeSample")]
public class DevExtremeSampleResource
{
}
} |
using System.Text;
using System.Collections.Generic;
using JetBrains.Annotations;
namespace Adnc.Infr.Common.Extensions
{
public static class StringBuilderExtension
{
/// <summary>A StringBuilder extension method that substrings.</summary>
/// <param name="this">The @this to act on.</param>
... |
//------------------------------------------------------------------------------
// <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>
//--... |
#region License
// Copyright (c) 2007 James Newton-King
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
// files (the "Software"), to deal in the Software without
// restriction, including without limitation the rights to use,
// copy,... |
// Copyright (c) Microsoft Corporation. All rights reserved.
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Windows;
namespace D3D10Tutorial09_WPF
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
... |
/*
Copyright (C) 2013-present The DataCentric 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
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to... |
using Bytes2you.Validation;
using Microsoft.AspNet.Identity;
using Paragraff.DataServices.Contracts;
using Paragraff.Services.Contracts;
using Paragraff.ViewModels.BookViewModels;
using Paragraff.ViewModels.CategoriesViewModels;
using Paragraff.ViewModels.UserViewModels;
using System;
using System.Collections.Generic;... |
namespace WebPlex.Data.Builders {
using System;
using System.Linq.Expressions;
public class InternalKey : ExpressionConstant<object> {
private readonly Expression<Func<object, object>> _expression;
public InternalKey(Expression<Func<object, object>> expression) : base(null) {
_expression = expression;
}
... |
using Microsoft.AspNetCore.DataProtection;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Raider.AspNetCore.Identity;
using Raider.AspNetCore.Logging;
using Raider.Extensions;
using Raider.Identity;
using Raider.Trace;
using System;
using Syst... |
using ExemploMeetingHangfire.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace ExemploMeetingHangfire.Repositories.Interfaces
{
public interface IRepository<T> where T : EntidadeBase
{
IQueryable<T> Query();
IEnumerable<T> GetAl... |
using System.Web;
using JetBrains.Annotations;
using Orchard.ContentManagement.Drivers;
using Orchard.Themes.Models;
using Orchard.UI.Admin;
namespace Orchard.Themes.Drivers {
[UsedImplicitly]
public class DisableThemePartDriver : ContentPartDriver<DisableThemePart> {
private readonly HttpContextBase _... |
using SIL.Cog.Application.Services;
namespace SIL.Cog.Application.ViewModels
{
public class InputSettingsViewModel : SettingsWorkspaceViewModelBase
{
public InputSettingsViewModel(IProjectService projectService, IBusyService busyService, SyllabifierViewModel syllabifierViewModel,
PoorMansAffixIdentifierViewMode... |
// Copyright (C) 2020 by Postprintum Pty Ltd (https://www.postprintum.com),
// which licenses this file to you under Apache License 2.0,
// see the LICENSE file in the project root for more information.
// Author: Andrew Nosenko (@noseratio)
#nullable enable
using System;
using System.Threading;
using System.Thread... |
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Extensions.Logging;
using ServiceBlock.Extensions;
using ServiceBlock.Interface;
using ServiceBlock.Interface.Resource;
using ServiceBlock.Interface.Storage;
namespace ServiceBlock.Messaging
{
public abstract class ResourceEventList... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Hyperledger.Aries.Agents;
using Hyperledger.Aries.Storage;
using Hyperledger.Aries.Utils;
using Polly;
namespace Hyperledger.Aries.Features.IssueCredential
{
/// <summary>
/// A collection of convenience met... |
/*
* Copyright 2010-2014 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 "l... |
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("Po... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.