text
stringlengths
1
932k
//---------------------- // <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...
using MxNet.Gluon; using System; using System.Collections.Generic; using System.Text; namespace MxNet.GluonCV.NN.BBox { public class BBoxArea : HybridBlock { private HybridBlock _pre; public BBoxArea(int axis = -1, string fmt = "corner", string prefix = null, ParameterDict @params = null) : ba...
// Jeebs Rapid Application Development // Copyright (c) bfren.uk - licensed under https://mit.bfren.uk/2013 using System.Text.RegularExpressions; using static F.JsonF; namespace Jeebs.WordPress.Data.ContentFilters { public sealed partial class ParseBlocks { /// <summary> /// Parse WordPress photo gallery ///...
// 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. // This file is used by Code Analysis to maintain SuppressMessage // attributes that are applied to this project. // Project-level suppressions either h...
using System; using System.Collections.Generic; using OpenTK; using OpenTK.Graphics; using OpenTK.Graphics.OpenGL; using System.Drawing; using OpenTK.Input; namespace GraphicCanvas.Graphic { class CanvasWindow : IDisposable { private GameWindow window; private Canvas canvas; private f...
// 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.md file in the project root for more information. using System.Text; using Microsoft.Build.Construction; namespace Microsoft.Build { public static class MSBuildAss...
//-- // Windows Forms Aero Controls // http://www.CodePlex.com/VistaControls // // Copyright (c) 2008 Jachym Kouba // Licensed under Microsoft Reciprocal License (Ms-RL) //-- using System; using System.Drawing; using System.Windows.Forms; namespace WindowsFormsAero { partial class TabStripLayoutEngine { ...
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.HumanResources { [GeneratedCode("System.Xml", "4.6.1590.0"), DesignerCategory("code"), DebuggerStepThrou...
using NFluent; using NUnit.Framework; using Registry.Cells; namespace Registry.Test { [TestFixture] internal class TestNkCellRecord { [Test] public void ShouldHavePaddingLengthOfZeroWhenRecordIsFree() { var bcd = new RegistryHive(@"..\..\Hives\BCD"); bcd.Flu...
using System.Collections.Generic; using System.Linq; using Microsoft.AspNetCore.Mvc.Razor; namespace MyServer.Web.Helpers { public class ViewLocationExpander : IViewLocationExpander { public IEnumerable<string> ExpandViewLocations(ViewLocationExpanderContext context, IEnumerable<string> viewLocations)...
// FFXIVAPP.Client // MicroTimerEventArgs.cs // // Copyright © 2007 - 2015 Ryan Wilson - All Rights Reserved // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of source code must retain t...
using System; using System.Collections.Generic; using System.Numerics; using System.Text; namespace Flighter.Core { public class Positioned : LayoutWidget { public readonly Widget child; public readonly Vector2 offset; public Positioned(Widget child, Vector2 offset, string key = null)...
using System; using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Linq; using System.Threading.Tasks; using Mono.Cecil; using Mono.Cecil.Cil; namespace CodeContracts.Fody.ContractParameterBuilders { /// <summary> /// Creates il instructions for inject null reference to contract'...
using System; using System.IO; using System.Reflection; namespace LZ4.MixedModeAutoLoad { public static class AutoLoad3264 { // http://scottbilas.com/blog/automatically-choose-32-or-64-bit-mixed-mode-dlls/ public static void Register(string assemblyName, string executableFolder = null) { if (executableFolde...
// <copyright file="IllusionTemple6.cs" company="MUnique"> // Licensed under the MIT License. See LICENSE file in the project root for full license information. // </copyright> namespace MUnique.OpenMU.Persistence.Initialization.VersionSeasonSix.Maps; using MUnique.OpenMU.DataModel.Configuration; /// <summary> /// ...
namespace ShardingConnector.AbstractParser.Visitor.Commands { /* * @Author: xjm * @Description: * @Date: 2021/4/20 8:43:24 * @Ver: 1.0 * @Email: 326308290@qq.com */ public interface IDDLVisitor { } }
using System; using System.Collections.Generic; using Anvil.Services; namespace Anvil.API.Events { [ServiceBinding(typeof(IEventFactory))] public abstract class HookEventFactory : IEventFactory<NullRegistrationData>, IDisposable { [Inject] protected static Lazy<EventService> EventService { get; private s...
using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Linq; using System.Threading.Tasks; using System.Windows; namespace TemplateSample { /// <summary> /// Interaction logic for App.xaml /// </summary> public partial class App : Application { ...
// <copyright file="MoveType.cs" company="MUnique"> // Licensed under the MIT License. See LICENSE file in the project root for full license information. // </copyright> namespace MUnique.OpenMU.GameLogic.Views.World { /// <summary> /// Specifies the move type of objects. /// </summary> public enum Mo...
// Copyright (c) 2011-2016 SIL International // This software is licensed under the MIT license (http://opensource.org/licenses/MIT) using System.Reflection; using System.Runtime.CompilerServices; [assembly:InternalsVisibleTo("LfMerge.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b51...
//------------------------------------------------------------------------------ // <auto-generated> // Dieser Code wurde von einem Tool generiert. // Laufzeitversion:4.0.30319.42000 // // Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn // der Code erneut gener...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class MouseState : MonoBehaviour { void Start() { Cursor.lockState = CursorLockMode.Locked; Cursor.visible = false; } private void Update() { } public void OnApplicationFocus(bool Appl...
namespace OpenRiaServices.DomainServices.EntityFramework { /// <summary> /// Information about an Association /// </summary> internal class AssociationInfo { /// <summary> /// The name of the association /// </summary> public string Name { get; ...
using leetcodesln; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace leetcodesln_test { [TestClass] public class ValidPalindromeIIUnitTest { public ValidPalindromeII validPalindromeII { get; set; } [TestInitialize] public void BeforeEach() { validPa...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="InventoryItem.cs" company="SyndicatedLife"> // Copyright© 2007 - 2020 Ryan Wilson &amp;lt;syndicated.life@gmail.com&amp;gt; (https://syndicated.life/) // Licensed under the MI...
//------------------------------------------------------------------------------ // <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 Radzen.Blazor; namespace Radzen { /// <summary> /// Supplies information about a <see cref="RadzenScheduler{TItem}.LoadData" /> event that is being raised. /// </summary> public class SchedulerLoadDataEventArgs { /// <summary> /// The start of the currently rende...
/* * Copyright 2017 Google Inc. All Rights Reserved. * Use of this source code is governed by a BSD-style * license that can be found in the LICENSE file or at * https://developers.google.com/open-source/licenses/bsd */ using Newtonsoft.Json.Linq; using System; using System.IO; using System.Linq; using System.Ne...
using System; using System.Globalization; using System.Text; using System.Text.Json; using HanumanInstitute.Validators; namespace HanumanInstitute.MpvIpcController { /// <summary> /// Naming policy to convert 'PropertyName' into 'property-name'. /// </summary> public class MpvJsonNamingPolicy : JsonNa...
using UnityEngine; using UnityEditor; using UnityEssentials.ActionTrigger.Trigger; using UnityEssentials.ActionTrigger.Extensions; using UnityEssentials.CrossSceneReference; using System.Collections.Generic; using UnityEssentials.SceneWorkflow.extension; namespace UnityEssentials.ActionTrigger.editor { ///<summary> ...
// <copyright file="PublishRoutes.cs" company="Microsoft"> // Copyright (c) Microsoft. All rights reserved. // </copyright> namespace OBAService.PublishToEmbeddedSocial { using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using OBAService.Storage; ...
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 2.0.11 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * -----------------------------...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MJBLogger { internal static class Extensions { internal static string Truncate(this string expression, int length, bool padRight = false) { if (expression.Length > length) { ...
using System.Reflection; using System.Security.Principal; using System.Web; using System.Web.Http; using Autofac; using Autofac.Integration.WebApi; using Proverb.Data.EntityFramework; using Proverb.Web.Helpers; using Proverb.Web.Logging; using Autofac.Integration.SignalR; using Microsoft.AspNet.SignalR; using Microsof...
using System; using System.Linq; using NUnit.Framework; using TT.Domain; using TT.Domain.Exceptions; using TT.Domain.Forms.Entities; using TT.Domain.Players.Entities; using TT.Domain.Statics; using TT.Domain.TFEnergy.Commands; using TT.Domain.ViewModels; using TT.Tests.Builders.Form; using TT.Tests.Builders.Players; u...
#pragma warning disable 108 // new keyword hiding #pragma warning disable 114 // new keyword hiding namespace Windows.ApplicationModel.Payments { #if __ANDROID__ || __IOS__ || NET461 || __WASM__ || __MACOS__ #if __ANDROID__ || __IOS__ || NET461 || __WASM__ || __MACOS__ [global::Uno.NotImplemented] #endif public ...
namespace WpfApplication2 { /// <summary> /// Interaction logic for App.xaml /// </summary> public partial class App { } }
using System.Threading.Tasks; using Shouldly; using Xunit; namespace SugarChat.UnitTest { public class TrueTest { [Fact] public Task Should_Always_Be_Ture() { var factor = 1; factor.ShouldBe(1); return Task.CompletedTask; } } }
/* * Original author: Brendan MacLean <brendanx .at. u.washington.edu>, * MacCoss Lab, Department of Genome Sciences, UW * * Copyright 2009 University of Washington - Seattle, WA * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in complianc...
using System; using System.Web.Mail; namespace MyNameSpace { class MyClass { static void Main(string[] args) { //<Snippet1> MailMessage MyMessage = new MailMessage(); MyMessage.From = "john@contoso.com"; // </Snippet1> } } }
using System.Collections; using System.ComponentModel; using System.Collections.Generic; using Leap.Unity; using UnityEngine; // Generalised-Grab Algorithms public enum GrabAlgorithm { [Description("Classic Pinch")] CLASSIC_PINCH, [Description("Classic Grab")] CLASSIC_GRAB, [Description("Classic P...
using System; using System.Linq; using Orchard.Projections.Models; namespace Orchard.Projections.Services { public class FieldIndexService : IFieldIndexService { public void Set(FieldIndexPart part, string partName, string fieldName, string valueName, object value, Type valueType) => Set(part...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Gedcomx.File { /// <summary> /// Represents a single attribute that can be used in a manifest file. /// </summary> public class ManifestAttribute { /// <summary> ...
using FastColoredTextBoxNS; using StepBro.Core.Data; using StepBro.Core.Utils; using System; using System.Drawing; using System.Windows.Forms; namespace StepBro.Core.Controls { public partial class SimpleLogView : UserControl { private TextStyle StyleTimestamp = new TextStyle(Brushes.Firebrick, null, ...
using BibleNote.Providers.OneNote.Constants; using System.Xml; using System.Xml.Linq; namespace BibleNote.Providers.OneNote.Utils { static class OneNoteUtils { public static XmlNamespaceManager GetOneNoteXnm() { var xnm = new XmlNamespaceManager(new NameTable()); xnm.Ad...
using System; using System.Collections.Generic; using System.Text; namespace TrainEngine.Exceptions { public class TimeOutOfRangeException : Exception { public TimeOutOfRangeException(string message) : base(message) { } } }
#region License /* The MIT License Copyright (c) 2008 Sky Morey 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, modify, ...
using System.Collections; using System.Collections.Generic; using System.Linq; using MediatR; using Moq; using System.Threading; using Xunit; using xUnitTestSamples.Features.Clients; namespace xUnitTestSamples.Features.Tests { [Collection(nameof(ClientCollection))] public class ClientServiceTests { ...
using System; namespace CafeLib.Cryptography.BouncyCastle.Asn1.Cmp { public class ErrorMsgContent : Asn1Encodable { private readonly PkiStatusInfo pkiStatusInfo; private readonly DerInteger errorCode; private readonly PkiFreeText errorDetails; private ErrorMsgContent(Asn1Sequence seq) { pkiStatusInfo...
#nullable enable using System; using System.Runtime.CompilerServices; namespace PointerToolkit; public unsafe readonly ref struct CastPtr<T, TBase1, TBase2, TBase3, TBase4, TBase5, TBase6> where T : unmanaged where TBase1 : unmanaged where TBase2 : unmanaged where TBase3 : unmanaged where TBase4...
namespace _03.RangeExceptions { using System; public class InvalidRangeException<T> : ApplicationException { //Constructors public InvalidRangeException(string errorMessage, T start, T end) : base(errorMessage) { this.Start = start; this.End = end; }...
using DSC.Auth.API.Application.Messages.Commands.UserCommand; using DSC.Auth.Domain.Entities; using DSC.Auth.Domain.Repositories; using DSC.Auth.Infrastructure.Data; using DSC.Auth.Infrastructure.Data.Repositories; using DSC.Core.Extensions; using DSC.Core.Mediator; using DSC.IntegrationEventLog.Data; using DSC.Integr...
namespace java.lang { [global::MonoJavaBridge.JavaInterface(typeof(global::java.lang.Cloneable_))] public partial interface Cloneable : global::MonoJavaBridge.IJavaObject { } [global::MonoJavaBridge.JavaProxy(typeof(global::java.lang.Cloneable))] internal sealed partial class Cloneable_ : java.lang.Object, Clo...
// ======================================== // Project Name : WodiLib // File Name : MoveTowardHero.cs // // MIT License Copyright(c) 2019 kameske // see LICENSE file // ======================================== using System; using System.ComponentModel; using WodiLib.Project; namespace WodiLib.Event.CharaMoveComma...
using System; using Xunit; namespace HelpfulThings.DataTypes.Unix.Test.UnixTimestamp { public class TimestampKnownDateTests { [Fact] public void Date_1996_2_12_14_23_50() { const int timestamp = 824135030; var expectedDateTime = new DateTime(1996, 2, 12, 14, 23, ...
// Copyright 2020 Energinet DataHub A/S // // Licensed under the Apache License, Version 2.0 (the "License2"); // 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 a...
// *** 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.Collections; using System.Collections.Generic; using UnityEngine; public class starBullet : MonoBehaviour { public float starBulletSpeed = 1f; private celione_Player Celione; public SpriteRenderer myStar; public float Damage = 2f; void Start() { myStar = GetComponent<Spr...
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------- using System; using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is ...
using System; using System.Linq; using System.Text.Json; using System.Text.Json.Serialization; namespace ByteDev.Json.SystemTextJson.Serialization { /// <summary> /// Converts a JSON number or string to a Enum and back again. /// </summary> public class EnumJsonConverter<TEnum> : JsonConverter<TEnum> ...
using System; using System.Collections.Generic; namespace UELib.JsonDecompiler.Core { public partial class UStruct { public partial class UByteCodeDecompiler { public class ReturnToken : Token { public override void Deserialize( IUnrealStream stream ) ...
using UnityEngine; using UnityEngine.UI; using UnityEngine.Events; using System.Collections; using System.Collections.Generic; using uStableObject.Data; using uStableObject.Utilities; using System.Text; namespace uStableObject { public class TypeWrittin...
using System.Collections.Generic; namespace TinyCsvParser.Model { public class TableTree:ITableTree { protected Dictionary<string, TableTree> Children; public ITable Table { get; } public TableTree(ITable table = null) { this.Table = table; } ...
// 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...
/* * MIT License * * Copyright (c) Microsoft Corporation. * * 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...
namespace OfficeTools.Examples { partial class MetadataEditForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reactive; using System.Reactive.Subjects; using System.Text; using System.Threading.Tasks; using Moq; using MsgPack.Serialization; using ProtoBuf; using Stacks.Tcp; using Xunit; namespace Stacks.Tests { public class R...
using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Net; namespace clipr.Converters.UnitTests { [TestClass] public class IPEndpointUnitTest { [TestMethod] public void CanConvertFromString_WithCorrectValue_IsTrue() { const string input = "192.168.1.1"; ...
/* Original author: Dieter Vandroemme, dev at Sizing Servers Lab (https://www.sizingservers.be) @ University College of West-Flanders, Department GKG Written in 2016 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to de...
/* ----------------------------------------------------------\ | This code was generated by Allen Copeland's Abstraction. | | Version: 0.5.0.0 | |------------------------------------------------------------| | To ensure the code works properly, | ...
using System; using System.Collections.Generic; using System.Data; using System.IO; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using Microsoft.VisualBasic.FileIO; using ZipClaim.Objects; namespace ZipClaim.WebForms.Settings { public partial class Import : BaseFilter...
using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; namespace RestIdentity.Server.Pages { [ResponseCache(Duration = 0, Location = Re...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Hosting; namespace TodoListWebApp { public class Program { // Entry point for the application. public static void Main(string[] args) { ...
using RestSharp; using Tangle.Net.Repository; using Tangle.Net.Repository.DataTransfer; using System.Collections.Generic; using Nethereum.Hex.HexConvertors; using Nethereum.Signer; namespace TangleChainIXI.Classes { public class IXISettings { public string NodeAddress { get; private set; } ...
using System; using System.Collections; using System.Collections.Generic; using DataStructs; using UnityEngine; namespace AnimationStuff { public class CasualAnimationWriter : MonoBehaviour { private float _deltaTime = 0.033333333f; private IEnumerator _routine; public void...
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from um/d2d1_1.h in the Windows SDK for Windows 10.0.20348.0 // Original source is Copyright © Microsoft. All rights reserved. using NUnit.Framework; using System...
// ---------------------------------------------------------------------------------- // // 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.apa...
global using Microsoft.AspNetCore.Hosting; global using Microsoft.AspNetCore.TestHost; global using Microsoft.eCommerceOnContainers.BuildingBlocks.IntegrationEventLogEF; global using Microsoft.eCommerceOnContainers.Services.Catalog.API.Extensions; global using Microsoft.eCommerceOnContainers.Services.Catalog.API.Infra...
//----------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All Rights Reserved. // //----------------------------------------------------------------------------- //------------------------------------------------------------------------------------------...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.CodeRefactorings; using Microsoft.CodeAnalysis.Host; using Microsoft.CodeAnalysis.Host.Mef; namespace...
using System; using System.Linq; using System.Web.UI; using System.Web.UI.WebControls; using ProjectData; using ProjectBLL; public partial class KcsjSgt_AppMain_FedBack : System.Web.UI.Page { ProjectDB db = new ProjectDB(); protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) ...
namespace InheritanceAndPolymorphism.Contracts { using System.Collections.Generic; public interface ICourse { string Name { get; set; } string TeacherName { get; set; } IList<string> Students { get; } string ToString(); } }
using System; using System.Collections.Generic; using System.Linq; namespace EZNEW.Development.Query { /// <summary> /// Defines join entry /// </summary> [Serializable] public class JoinEntry { /// <summary> /// Gets or sets the join item sort /// </summary> pu...
/* * 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...
namespace FootballTeamGenerator { using Validators; public class Player { private string name; private readonly PlayerStatList stats; public double AverageStats => stats.Average; public Player(string name, PlayerStatList stats) { Name = name; ...
namespace TeisterMask.Data { public static class Configuration { public static string ConnectionString = @"Server=DESKTOP-10E0DVG\SQLEXPRESS01;Database=TeisterMask;Trusted_Connection=True"; } }
namespace PWOProtocol { public class ChatChannel { public string Id { get; private set; } public string Name { get; private set; } public ChatChannel(string id, string name) { Id = id; Name = name; } } }
using FluentValidation; using MediatR; using Microsoft.AspNetCore.Http; using rbkApiModules.Diagnostics.Commons; using rbkApiModules.Infrastructure.MediatR.Core; using System; using System.Threading.Tasks; namespace rbkApiModules.Diagnostics.Core { public class GetDailyOperatingSystemErrors { public c...
using IncidentCS; using System; namespace TestVisualization { [Serializable] class Human { public string Name { get; set; } public int Age { get; set; } public double Height { get; set; } public Human() { Name = Incident.Human.FullName; Age = Incident.Human.Age(HumanAgeCategory.Adult); Height =...
/* * Bungie.Net API * * These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality. * * OpenAPI spec version: 2.1.1 * Contact: support@bungie.com * Generated by: https://github.com...
using System; using BackendlessAPI.Exception; namespace BackendlessAPI.Persistence { internal class PagedQueryBuilder<Builder> { private int pageSize; private int offset; private Builder builder; internal PagedQueryBuilder( Builder builder ) { pageSize = BackendlessDataQuery.DEFAULT_PA...
using System; using System.Net; using NUnit.Framework; using ServiceStack.Text; using ServiceStack.Web; namespace ServiceStack.WebHost.IntegrationTests.Tests { [Route("/users")] public class User { } public class UserResponse : IHasResponseStatus { public ResponseStatus ResponseStatus { get; s...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30311.1 // // 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 UnityEditor.IMGUI.Controls; namespace UnityEditor.U2D.Animation { internal class BoneTreeWidgetController { protected IBoneTreeViewModel m_Model; protected SkinningEvents m_SkinningEvents; public BoneTreeWidgetCon...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Diagnostics.CodeAnalysis; using System.IO; using Microsoft.Protocols.TestTools.StackSdk; using Microsoft.Protocols.TestTools.StackSdk.Message...
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("SLU...
// <auto-generated> // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/ads/googleads/v6/services/ad_group_feed_service.proto // </auto-generated> #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Pr...
//------------------------------------------------------------------------------ // <auto-generated> // このコードはツールによって生成されました。 // ランタイム バージョン:4.0.30319.34209 // // このファイルへの変更は、以下の状況下で不正な動作の原因になったり、 // コードが再生成されるときに損失したりします。 // </auto-generated> //---------------------------------------------------------...
// =========================================================== // Copyright (c) 2014-2015, Enrico Da Ros/kendar.org // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of...
//------------------------------------------------------------------------------ // <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....