text stringlengths 1 932k |
|---|
using Infra.Entidades;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Infra.States
{
public class QueryDataState
{
public List<Tuple<SearchBase, string, string>> Input = new List<Tuple<SearchBase, string, string>>();
public Dictionary<string, Li... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using Generator.AstNodes;
using NUnit.Framework;
namespace Generator.Tests {
public class WebIDLResolverTests {
private string Format(Dictionary<string, ResolvedDefinition> types) {
var sb = new StringBuilder(... |
<!DOCTYPE html>
<html lang="en">
<head>
<title>@ViewData["Title"] - CoreUI Free Bootstrap Admin Template</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<environm... |
using Newtonsoft.Json;
using System;
namespace OKCSharp.GraphQL
{
public class QueryPrimaryImage
{
[JsonProperty("square225")]
public Uri? PhotoUri { get; set; }
[JsonProperty("__typename")]
public string TypeName { get; set; }
}
} |
// 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 Elastic.Xunit.XunitPlumbing;
using Nest;
using System.ComponentModel;
namespace Examples.Upgrade
{
public ... |
using System.ComponentModel.DataAnnotations;
namespace LuduStack.Domain.Core.Enums
{
public enum BrainstormIdeaStatus
{
[Display(Name = "Proposed")]
Proposed = 1,
[Display(Name = "In Analysis")]
InAnalysis = 2,
[Display(Name = "Accepted")]
Accepted = 3,
... |
using System.Collections.Generic;
using Microsoft.Extensions.Logging;
namespace XeonApps.Extensions.Logging.WithProperty
{
internal class WithManyPropertiesLogger : WithPropertyBaseLogger
{
private readonly IReadOnlyList<KeyValuePair<string, object>> _properties;
public WithManyPropertiesLogger(ILogger lo... |
using FrameworkTester.ViewModels.Interfaces;
namespace FrameworkTester.DesignTimes
{
public sealed class WinBioMonitorPresenceViewModel : WinBioViewModel, IWinBioMonitorPresenceViewModel, IWinBioAsyncSessionViewModel
{
public IHandleRepositoryViewModel<ISessionHandleViewModel> HandleRepository
... |
/*
* 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;
using Microsoft.Office.Interop.Word;
using Word = Microsoft.Office.Interop.Word;
namespace WordFormat.Services
{
class FormatPunctuationsBetweenWords
{
private Word.Document doc;
private Word.Application word;
public FormatPunctuationsBetweenWords(Word.Application word,... |
public class StartUp
{
public static void Main()
{
CustomList<string> customList = new CustomList<string>();
CommandInterpreter commandInterpreter = new CommandInterpreter(customList);
commandInterpreter.ReadCommands();
}
} |
#if !NETSTANDARD13
/*
* 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
... |
// *** 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 UnityEngine;
namespace CC.DialogueSystem
{
public class DialogueLogger
{
const string LogPrefix = "[DialogueSystem] ";
public enum LogLevel
{
DEBUG,
WARNING,
ERROR
}
/**
* This gets sets in the DialogueController via ... |
using FD.SampleData.Models.Individual;
namespace FD.SampleData.Models.Sales
{
public partial class PersonCreditCard
{
public int BusinessEntityID { get; set; }
public int CreditCardID { get; set; }
public System.DateTime ModifiedDate { get; set; }
public virtual Person Person ... |
/*
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License. See License.txt in the project root for license information.
*/
using System;
using System.Collections.Generic;
using System.Linq;
namespace Adxstudio.Xrm.Forums
{
internal class ForumThreadInfo : IForumThreadInfo
{
p... |
// ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschraenkt)
// All rights reserved. Licensed under the MIT license.
// ===========================... |
extern alias wpf;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Media;
namespace Granular.Host.Wpf.Render
{
public abstract class WpfGradientBrushRenderResource : WpfBrushRenderResource, IGradientBrush... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Services;
namespace AjaxControlToolkit.Jasmine.Suites.CascadingDropDownTests {
[WebService(Namespace = "http://tempuri.org/")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
[System.Compon... |
// 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.Text.Json;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Components.Rendering;
using Microsoft.JSInterop;
namespace Microsoft.A... |
using Microsoft.CST.AttackSurfaceAnalyzer.Utils;
using BenchmarkDotNet.Attributes;
using System.Collections.Concurrent;
using System.Threading;
using System.Threading.Tasks;
namespace Microsoft.CST.AttackSurfaceAnalyzer.Benchmarks
{
[MarkdownExporterAttribute.GitHub]
[JsonExporterAttribute.Full]
public cl... |
using ldy985.ResourceInjection.Abstracts;
using Microsoft.AspNetCore.Html;
using Microsoft.AspNetCore.Razor.TagHelpers;
namespace ldy985.ResourceInjection.TagHelpers
{
/// <summary>Renders the content captured in an <see cref="InjectResourceTagHelper" />.</summary>
[HtmlTargetElement("render-injected-resource... |
/**
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
* copy, modify, and distribute this software in source code or binary form for use
* in connection with the web services and APIs provided by Facebook.
*
* As ... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// TODO: Enable after System.Private.Xml is annotated
#nullable disable
using System.Data.Common;
using System.Xml;
using System.Xml.Schema;
using System.Diagnostics;
using System.C... |
namespace Discord
{
/// <summary>
/// Represents a User Command interaction.
/// </summary>
public interface IUserCommandInteraction : IDiscordInteraction
{
/// <summary>
/// Gets the data associated with this interaction.
/// </summary>
new IUserCommandIntera... |
using System.Threading.Tasks;
using Microsoft.AspNetCore.Razor.TagHelpers;
namespace Fluid.MvcViewEngine
{
[HtmlTargetElement("fluid")]
public class FluidTagHelper : TagHelper
{
public IFluidRendering _fluidRendering { get; set; }
public FluidTagHelper(IFluidRendering fluidRendering)
... |
using System.Collections.Generic;
using Splitio.Domain;
using Splitio.Services.Impressions.Interfaces;
using Splitio.Services.Shared.Interfaces;
namespace Splitio.Redis.Services.Impressions.Classes
{
public class RedisImpressionLog : IImpressionsLog
{
private readonly ISimpleCache<KeyImpression> _impr... |
using System;
using System.IO;
using System.Linq;
using System.Collections.Generic;
using System.Runtime.Serialization;
using Xamarin.Tools.Zip;
using System.Text.RegularExpressions;
namespace apkdiff {
struct FileProperties : ISizeProvider {
public long Size { get; set; }
}
[DataContract (Namespace = "apk")]... |
namespace ARS_ProjectSystem.Services.Projects
{
using System.Collections.Generic;
using ARS_ProjectSystem.Models;
public interface IProjectService
{
ProjectQueryServiceModel All(string programm,
string searchTerm,
ProjectSorting sorting,
int currentPage,
... |
namespace CSharp2ExamTask3
{
using System;
using System.Linq;
class BishopPathFinder
{
static void Main()
{
int[] input = Console.ReadLine().Split(' ').Select(int.Parse).ToArray();
int rows = input[0];
int cols = input[1];
int[,] chessbo... |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace PSRule.Configuration
{
/// <summary>
/// The formats to convert input from.
/// </summary>
[JsonConverter(typeof(StringEnumConverter))]
public enum InputFo... |
using Pitstop.Infrastructure.Messaging;
using System;
namespace Pitstop.NotificationService.Events
{
public class MaintenanceJobFinished : Event
{
public readonly string JobId;
public MaintenanceJobFinished(Guid messageId, string jobId) :
base(messageId)
{
Job... |
#define HTTP_LISTENER
using Funq;
using ServiceStack.Authentication.OAuth2;
using ServiceStack.Authentication.OpenId;
using ServiceStack.Caching;
using ServiceStack.Configuration;
using ServiceStack.Data;
using ServiceStack.FluentValidation;
using ServiceStack.MiniProfiler;
using ServiceStack.MiniProfiler.Data;
using ... |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
/... |
using Microsoft.AspNetCore.Http;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using Xunit;
using Xunit.Abstractions;
using CefSharp.Puppeteer.Helpers;
using PuppeteerSharp.Tests.Attributes;
u... |
using NUnit.Framework;
using SevenDigital.Messaging.Base.RabbitMq.RabbitMqManagement;
using StructureMap;
namespace SevenDigital.Messaging.StructureMap.Unit.Tests
{
[TestFixture]
public class ConfigureWithMessageQueryTests
{
IRabbitMqQuery subject;
[TestFixtureSetUp]
public void Configured_with_message_quer... |
using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
namespace SuperiorSuperRare.Proxy
{
/// <summary>
/// 请求头的ADT
/// </summary>
public class ProxyHttpHeaders
{
private ProxyHttpHeaders()
{
}
publ... |
using System.Collections.Generic;
using MonoDragons.ZFS.Characters.Gear;
namespace MonoDragons.ZFS.Characters
{
public sealed class Rogue : CharacterClass
{
protected override List<WeaponType> Proficiencies => new List<WeaponType> { WeaponType.Pad, WeaponType.Blade };
}
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Exolutio.CodeContracts.Support
{
/// <summary>
/// Implementation of the Collection type
/// </summary>
public abstract class OclCollection : OclAny, IEnumerable<OclAny>
{
internal readonly OclC... |
/*
#########
############
#############
## ###########
### ###### #####
### ####### ####
### ########## #... |
/*
* Policy DB
*
* The Policy Database that stores three types of documents in dedicated collections. 1) User Privacy Policy. Each OPERANDO user has one UPP document describing their privacy policies for each of the OSP services they are subscribed to. The UPP contains the current B2C privacy settings for a subsc... |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using ContentPatcher.Framework.Conditions;
using ContentPatcher.Framework.ConfigModels;
using ContentPatcher.Framework.Tokens;
using StardewModdingAPI;
using StardewModdingAPI.Utilities;
namespace Cont... |
using System;
namespace Iot.Device.Axp192
{
/// <summary>
/// GPIO3 behavior
/// </summary>
public enum Gpio3Behavior
{
/// <summary>External charging</summary>
ExternalCharing = 0,
/// <summary>NMOS Leak Open Output</summary>
MnosLeakOpenOutput = 1,
/// <... |
///////////////////////////////////////////////////////////////////////////////
//作者:吴江
//日期:2015/4/29
//用途:状态机状态转换基类
///////////////////////////////////////////////////////////////////////////////
using UnityEngine;
using System.Collections;
namespace fsm
{
/// <summary>
/// 状态转换基类 by吴江
/// </summary>
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using COMCMS.Common;
using COMCMS.Core;
using XCode;
using Newtonsoft.Json;
using COMCMS.Web.Common;
using Microsoft.AspNetCore.Http;
namespace COMCMS.Web.Areas.AdminCP.Controllers
{
pu... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace slideshow.core
{
public interface IBackupProvider
{
string Backup();
void Restore(string json);
}
} |
namespace Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api202101
{
using Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.PowerShell;
/// <summary>
/// A PowerShell PSTypeConverter to support converting to an instance of <see cref="MoveCollection" />
/// </summary>
public partial... |
// Copyright (c) Stride contributors (https://stride3d.net) 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.
#if STRIDE_GRAPHICS_API_DIRECT3D12
using System;
using SharpDX.Direct3D12;
using Stride.Core;
na... |
using System;
using AppKit;
namespace Xamarin.CommunityToolkit.UI.Views.Helpers.macOS
{
class SnackBarAppearance
{
public NSColor Color { get; set; } = NSColor.SystemGrayColor;
public nfloat CornerRadius { get; set; } = 5;
public NSLineBreakMode DismissButtonLineBreakMode { get; set; } = NSLineBreakMode.ByW... |
//------------------------------------------------------------------------------
// <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>
//--... |
// 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... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Shapes;
... |
// cs0056.cs: Inconsistent accessibility: return type `ErrorCS0056' is less accessible than operator `Foo.implicit operator ErrorCS0056(Foo)'
// Line: 11
using System;
class ErrorCS0056 {
public ErrorCS0056 () {}
}
public class Foo {
public static implicit operator ErrorCS0056(Foo foo) {
return new ErrorCS0056 (... |
/*
* WebAPI - Area Management
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* OpenAPI spec version: management
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
using System;
using System.Linq;
using System.IO;
using System.T... |
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.Hosting;
using Microsoft.AspNetCore.Diagnostics;
using Microsoft.AspNetCore.Http;
namespace PracticalAspNetCore
{
public class Startup
{
public void Configure(IApplicationBuilder app, IWebHostEnvironment ... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
using System;
using System.Threading;
using System.Threading.Tasks;
using Azure;
using Azure.Core;
using Azure.Core.Pipeline;
namespace Azure.ResourceManager.Network.Models
{
//... |
// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/aiplatform/v1/types.proto
// </auto-generated>
#pragma warning disable 1591, 0612, 3021
#region Designer generated code
using pb = global::Google.Protobuf;
using pbc = global::Google.Protobuf.Collections;
us... |
namespace UniModules.UniGameFlow.NodeSystem.Runtime.Core.Attributes
{
using System;
using System.IO;
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class CreateNodeMenuAttribute : Attribute
{
public string menuName;
public string nodeName;
/// <summ... |
//using Android.App;
//using Android.OS;
//using Android.Views;
//using Android.Widget;
//namespace SlidingMenuSharp.App
//{
// public class SlidingListActivity : ListActivity, ISlidingActivity
// {
// private SlidingActivityHelper _helper;
// protected override void OnCreate(Bundle savedInstanceS... |
using Microsoft.Azure.DigitalTwins.Parser;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.Json;
using System.Threading.Tasks;
namespace Azure.Iot.ModelsRepository.CLI
{
internal static class Handlers
{
// Alternative to enum to... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using ILRuntime.CLR.TypeSystem;
using ILRuntime.CLR.Method;
using ILRuntime.Runtime.Enviorment;
using ILRuntime.Runtime.Intepreter;
using ILRuntime.Runtime.Stack;
using ILRuntime.Reflection... |
using System;
using System.Runtime.InteropServices;
using SmartSystemMenu.Native.Enums;
namespace SmartSystemMenu.Native.Structs
{
[StructLayout(LayoutKind.Sequential)]
struct WindowCompositionAttributeData
{
public WindowCompositionAttribute Attribute;
public IntPtr Data;
public i... |
using System.Web.Mvc;
using System.Web.Security;
using Common;
using crisicheckinweb.ViewModels;
using Models;
using Services.Exceptions;
using Services.Interfaces;
using WebMatrix.WebData;
namespace crisicheckinweb.Controllers
{
public class AccountController : BaseController
{
private readonly IVolu... |
using System;
using System.Text;
using ScsAuditLog.Model;
using Sitecore.Data.Fields;
using Sitecore.Data.Items;
using Sitecore.Diagnostics;
using Sitecore.Events;
namespace ScsAuditLog.Pipelines
{
public class OnSaveStandardValues : AuditEventType
{
public override void Process(object sender, EventArgs e)
{
... |
using System.IO;
using CP77.CR2W.Reflection;
using FastMember;
using static CP77.CR2W.Types.Enums;
namespace CP77.CR2W.Types
{
[REDMeta]
public class BountyResetRequest : gameScriptableSystemRequest
{
public BountyResetRequest(CR2WFile cr2w, CVariable parent, string name) : base(cr2w, parent, name) { }
}
} |
using BabylonExport.Entities;
using GLTFExport.Entities;
namespace Maya2Babylon
{
partial class BabylonExporter
{
private GLTFNode ExportLight(BabylonLight babylonLight, GLTF gltf, GLTFNode gltfParentNode)
{
RaiseMessage("GLTFExporter.Light | ExportLight babylonLight.name=" + babyl... |
using System;
using System.Collections.Concurrent;
using System.Diagnostics;
using System.Reflection;
using System.Reflection.Emit;
using System.Threading.Tasks;
using JetBrains.Annotations;
using MonoMod.Utils;
namespace Modding
{
/// <summary>
/// A class to aid in reflection while caching it.
/// </... |
/*
* Licensed to Jasig under one or more contributor license
* agreements. See the NOTICE file distributed with this work
* for additional information regarding copyright ownership.
* Jasig licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file
* except in com... |
using System.Web;
using System.Web.Optimization;
namespace ApirSample
{
public class BundleConfig
{
// For more information on bundling, visit http://go.microsoft.com/fwlink/?LinkId=301862
public static void RegisterBundles(BundleCollection bundles)
{
bundles.Add(new Script... |
//------------------------------------------------------------------------------
// <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>
//-----------------------------------------... |
/*
* 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
*
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using FluffyBunny.OAuth2TokenManagment;
using FluffyBunny.OAuth2TokenManagment.Models;
using FluffyBunny.OAuth2TokenManagment.Services;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspN... |
//------------------------------------------------------------------------------
// <copyright file="DialogPage.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//-----------------------------------... |
// <Snippet3>
// BookType.cs
using System;
namespace Samples.AspNet.CS.Controls
{
public enum BookType
{
NotDefined = 0,
Fiction = 1,
NonFiction = 2
}
}
// </Snippet3> |
using System;
using System.Collections.Generic;
using System.Linq;
namespace Connections
{
public interface ISupplierService
{
SupplierResponse SaveSupplier(SupplierRequest request);
Supplier GetSupplierByCode(String code);
IQueryable<Supplier> GetAllSuppliers();
IQueryable<Supp... |
singleton Material(ChinaHutch_01_TypeA_FurintureMetals)
{
mapTo = "FurintureMetals";
diffuseMap[0] = "3TD_MetalBrass_01";
specular[0] = "0.9 0.9 0.9 1";
specularPower[0] = "128";
translucentBlendOp = "None";
specularStrength[0] = "3.62745";
pixelSpecular[0] = "1";
doubleSided = "1";
};
singleto... |
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
{
/// <summary>
/// <para>表示 [POST] /cgi-bin/message/mass/delete 接口的请求。</para>
/// </summary>
public class CgibinMessageMassDeleteRequest : WechatApiRequest
{
/// <summary>
/// 获取或设置群发消息 ID。
/// </summary>
[Newtonsoft.... |
using System;
using System.Collections.Generic;
using System.Text;
using FlubuCore.Context;
using FlubuCore.Tasks;
using FlubuCore.Tasks.Process;
namespace FlubuCore.Azure.Tasks.Servicebus
{
public partial class AzureServicebusQueueAuthorizationRuleKeysTask : ExternalProcessTaskBase<AzureServicebusQueueAuthorizat... |
using System;
namespace DIO.Catalogo
{
class Program
{
static SerieController controllerSerie = new SerieController();
static FilmeController controllerFilme = new FilmeController();
static void Main(string[] args)
{
string catalogo = ObterCatalogoUsuario();
... |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reactive.Linq;
using DotNetify;
using System.ComponentModel;
namespace UnitTests
{
[TestClass]
public class SimpleListReactiveNoBaseVMTest
{
private Response _response = n... |
/**
* Copyright (c) 2008-2020 Bryan Biedenkapp., All Rights Reserved.
* MIT Open Source. Use is subject to license terms.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*/
/*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentati... |
//
// InitialSeedingModeTests.cs
//
// Authors:
// Alan McGovern alan.mcgovern@gmail.com
//
// Copyright (C) 2006 Alan McGovern
//
// 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... |
using System;
namespace TddXt.XFluentAssert.EndToEndSpecification.Fixtures
{
[Serializable]
public class ObjectWithInterfaceInConstructor
{
private readonly int _a;
public readonly ISimple ConstructorArgument;
private readonly string _b;
public readonly ObjectWithInterfaceInConstructor Constructo... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
[System.Serializable]
public class SceneOperation
{
public SceneLoad[] unloadScenes;
[Space(20)]
public SceneLoad[] loadScenes;
} |
using System;
using System.Threading.Tasks;
namespace OnLineVideotech.Services.Admin.Interfaces
{
public interface IGenreMovieService : IBaseService
{
Task Create(Guid movieId, Guid genreId);
}
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;
namespace FM89.Controllers
{
public class ValuesController : ApiController
{
// GET api/values
public IEnumerable<string> Get()
{
return new st... |
using System.IO;
using System.Threading.Tasks;
using RapidCMS.ModelMaker.Abstractions.CommandHandlers;
using RapidCMS.ModelMaker.Abstractions.Config;
using RapidCMS.ModelMaker.CommandHandlers.Base;
using RapidCMS.ModelMaker.Models.Commands;
using RapidCMS.ModelMaker.Models.Entities;
using RapidCMS.ModelMaker.Models.Re... |
//----------------------
// <auto-generated>
// This file was automatically generated. Any changes to it will be lost if and when the file is regenerated.
// </auto-generated>
//----------------------
#pragma warning disable
using System;
using SQEX.Luminous.Core.Object;
using System.Collections.Generic;
using CodeDom... |
/* ========================================================================================== */
/* FMOD Ex - DSP header file. Copyright (c), Firelight Technologies Pty, Ltd. 2004-2005. */
/* */
/* Use this header if you are... |
// 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 Microsoft.EntityFrameworkCore.Query;
using Microsoft.EntityFrameworkCore.TestUtilities;
namespace Microsoft.EntityFrameworkCore
{
public clas... |
using System.ComponentModel.DataAnnotations;
using System.Windows.Input;
using Xamarin.Forms;
using XForms;
namespace XFormsDemo.Custom
{
class CustomViewModel : ICustomValidation
{
public CustomViewModel()
{
CommitCmd = new Command(() => Application.Current.MainPage.DisplayAlert("... |
//--------------------------------------------------------------------------------------------------
// <auto-generated>
//
// This code was generated by code generator tool.
//
// To customize the code use your own partial class. For more info about how to use and customize
// the generated code see the do... |
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("001... |
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using DeadManSwitch.Providers;
using DeadManSwitch.Service.EntityMappers;
using Microsoft.Practices.Unity;
namespace DeadManSwitch.Service
{
public class Actio... |
// Accord Math Library
// The Accord.NET Framework
// http://accord-framework.net
//
// Copyright © César Souza, 2009-2015
// cesarsouza at gmail.com
//
// Original work copyright © Lutz Roeder, 2000
// Adapted from Mapack for .NET, September 2000
// Adapted from Mapack for COM and Jama routines
// http://www.aist... |
//------------------------------------------------------------
// Game Framework
// Copyright © 2013-2020 Jiang Yin. All rights reserved.
// Homepage: https://gameframework.cn/
// Feedback: mailto:ellan@gameframework.cn
//------------------------------------------------------------
using GameFramework;
using System.C... |
using ErrorCraft.Nbt.Tags;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.IO;
namespace ErrorCraft.Nbt.Tests.Tags {
[TestClass]
public class LongTagTests {
[TestMethod]
public void GetTagType_ReturnsCorrectValue() {
LongTag longTag = new LongTag();
Tag... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Android.App;
// 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... |
using System;
using System.Diagnostics;
/*
Designed and implemented by Tomas Matousek.
*/
namespace PHP
{
/// <summary>
/// Summary description for Utils.
/// </summary>
public class Misc
{
private Misc() { }
/// <summary>
/// Absolutizes range specified by an offset and a length relatively to a d... |
/*
* NReadability
* http://code.google.com/p/nreadability/
*
* Copyright 2010 Marek Stój
* http://immortal.pl/
*
* 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.ap... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.