context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using SIL.Windows.Forms.i18n; using SIL.Windows.Forms.Widgets; using SIL.Windows.Forms.WritingSystems.WSTree; namespace SIL.Windows.Forms.WritingSystems { partial class WritingSystemSetupView { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = ...
// 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; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using M...
// // DaapService.cs // // Authors: // Alexander Hixon <hixon.alexander@mediati.org> // // Copyright (C) 2008 Alexander Hixon // // 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 r...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Signum.Engine.Basics; using Signum.Engine.DynamicQuery; using Signum.Engine.Maps; using Signum.Engine.Operations; using Signum.Entities; using Signum.Entities.DynamicQuery; using Signum.Utilities; using Signum.Utilities.Ex...
using System; using System.Collections.Generic; using Content.Client.UserInterface.Stylesheets; using Content.Shared.AI; using Robust.Client.Interfaces.Graphics.ClientEye; using Robust.Client.Interfaces.UserInterface; using Robust.Client.UserInterface; using Robust.Client.UserInterface.Controls; using Robust.Shared.Gam...
namespace AutoMapper { using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; #if !PORTABLE using System.Reflection.Emit; #endif internal static class TypeExtensions { public static Expression ToObject(this Expr...
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // 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 wit...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Diagnostics; using Xunit; namespace System.Collections.Tests { public class StackBasicTests { [Fact] public static void EmptyStackSizeIsZero() ...
using IntuiLab.Kinect.Utils; using System; using System.Collections.Generic; using System.Linq; namespace IntuiLab.Kinect.GestureRecognizer { internal class GestureChecker : IDisposable { /// <summary> /// List of gesture parts</summary> private List<Condition> conditions; /// ...
#pragma warning disable 1634, 1691 namespace System.Workflow.ComponentModel.Compiler { using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.Reflection; using System.CodeDom; using System.Diagnostic...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Reflection; using Cradiator.Extensions; using log4net; namespace Cradiator.Config { /// <summary> /// configuration settings /// </summary> public class ConfigSettings : INotifyPropertyChanged, ICo...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections; using System.Collections.Generic; using System.Xml; using System.Xml.XPath; ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using OmniSharp.Models; using OmniSharp.Roslyn.CSharp.Services.Highlighting; using OmniSharp.Tests; using Xunit; namespace OmniSharp.Roslyn.CSharp.Tests { public class HighlightFacts { [Fact] public...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: conformance.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using scg = global::Syst...
using System; using System.Collections.Generic; using System.IO; using System.IO.Compression; using System.Runtime.InteropServices; using Microsoft.DotNet.Cli.Build; using Microsoft.DotNet.Cli.Build.Framework; using Microsoft.DotNet.InternalAbstractions; using static Microsoft.DotNet.Cli.Build.Framework.BuildHelpers; ...
// ZipStorer, by Jaime Olivares // Website: zipstorer.codeplex.com // Version: 2.35 (March 14, 2010) using System.Collections.Generic; using System.Text; namespace System.IO.Compression { /// <summary> /// Unique class for compression/decompression file. Represents a Zip file. /// </summary> public cl...
/** * This example demonstrates reading and writing SAML metadata including the following: * * 1. Creating an IdP entity descriptor. * 2. Creating an SP entity descriptor. * 3. Reading an IdP entity descriptor. * 4. Reading an SP entity descriptor. */ using System; using System.Collections; using System.Collec...
//------------------------------------------------------------------------------ // <copyright file="SqlProfileProvider.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ namespace M...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Specialized; using System.Globalization; using System.Net.Mail; using System.Text; namespa...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Xunit; namespace System.Threading.Tasks.Channels.Tests { public class CaseBuilderTests : TestBase { [Fact] public void CaseRead_Sync_Inva...
using MiaPlaza.ExpressionUtils.Evaluating; using MiaPlaza.ExpressionUtils.Expanding.Attributes; using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading.Tasks; namespace MiaPlaza.ExpressionUtils.Expanding { public static class Expandin...
// 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; public struct VT { public ushort[,] ushort2darr; public ushort[, ,] ushort3darr; publi...
using System; using System.Collections.Generic; using System.Configuration; using System.Diagnostics; using System.Linq.Expressions; using StructureMap.Configuration.DSL.Expressions; using StructureMap.Graph; using StructureMap.Interceptors; namespace StructureMap.Pipeline { /// <summary> /// Instance that bui...
//----------------------------------------------------------------------- // <copyright file="FlowSplitAfterSpec.cs" company="Akka.NET Project"> // Copyright (C) 2015-2016 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net> // </copyrigh...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
//----------------------------------------------------------------------------- // Logicking's Game Factory // Copyright (C) Logicking.com, Inc. //----------------------------------------------------------------------------- // Sample rag dolls for bullet //--------------------------------------------------------------...
// ReSharper disable All using System.Collections.Generic; using System.Net; using System.Net.Http; using System.Web.Http; using System.Web.Http.Controllers; using Frapid.ApplicationState.Cache; using Frapid.ApplicationState.Models; using Newtonsoft.Json.Linq; using Frapid.Account.DataAccess; using Frapid.DataAccess; u...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Runtime.Intrinsics; namespace System.Runtime.Intrinsics.X86 { /// <summary> /// ...
/* * SystemIcons.cs - Implementation of the "System.Drawing.SystemIcons" class. * * Copyright (C) 2003 Neil Cawse. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of t...
using System; using System.Text; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Drawing.Printing; using System.Data; using System.Windows.Forms; namespace dgvPrinter { public class DataGridViewPrinter { private DataGridView TheDataGridView; // The DataGri...
using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Imaging; using SOURCE.Infrastructure.Services.Captcha; namespace SOURCE.Infrastructure.Services.Implementations.Captcha { /// <summary> /// Summary description for CaptchaImage. /// </summary> public class CaptchaI...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * 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 r...
// 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.Diagnostics; using System.IO; using System.Security; using System.Security.Principal; using System.Thre...
// // MtpSource.cs // // Author: // Gabriel Burt <gburt@novell.com> // // Copyright (C) 2008 Novell, Inc. // // 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, includin...
/* * Copyright 2011-2012 Paul Heasley * * 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 t...
// // Copyright (c) Microsoft and contributors. 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 requi...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Threading; using Lucene.Net.Attributes; using Lucene.Net.Documents; namespace Lucene.Net.Index { using Lucene.Net.Randomized.Generators; using Lucene.Net.Support; using NUnit.Framework; using AlreadyClosedException =...
// ReSharper disable All using System.Collections.Generic; using System.Diagnostics; using System.Dynamic; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; using Frapid.ApplicationState.Models; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Frapid.Account.DataAccess; using Fr...
// 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.Diagnostics; using System.Runtime; using Internal.Runtime.CompilerServices; #pragma warning disable S...
using System; using NUnit.Framework; using Zu.AsyncChromeDriver.Tests.Environment; using System.Collections.ObjectModel; using System.Threading.Tasks; using Zu.AsyncWebDriver; using Zu.WebBrowser.BasicTypes; using Zu.WebBrowser.BrowserOptions; using Size = Zu.WebBrowser.BasicTypes.WebSize; namespace Zu.AsyncChromeDrive...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / /// <summary> /// PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you /// currently do not have developer preview access, please contact help@twilio...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / using System; using System.Collections.Generic; using Twilio.Base; using Twilio.Converters; namespace Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry { /// <summary> /// ReadNationalOptio...
/**************************************************************************** Tilde Copyright (c) 2008 Tantalus Media Pty 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, in...
namespace Xilium.CefGlue { using System; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.InteropServices; using Xilium.CefGlue.Interop; /// <summary> /// Supports creation and modification of menus. See cef_menu_id_t for the /// command ids that have...
using System.Collections.Generic; using System.Threading.Tasks; using Newtonsoft.Json; namespace Citrina { public class Messages : IMessages { /// <summary> /// Adds a new user to a chat. /// </summary> public Task<ApiRequest<bool?>> AddChatUserApi(int? chatId = null, int? userI...
/* * Copyright (c) 2012 Stephen A. Pratt * * 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, merge, p...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.I...
using UnityEngine; #if UNITY_EDITOR using UnityEditor; using System.IO; #endif using System.Collections; using System.Collections.Generic; using UMA; public class UMARecipeCrowd : MonoBehaviour { public UMAContext context; public UMAGeneratorBase generator; public RuntimeAnimatorController animationController; pu...
// JavaDocDocumenter.cs - a JavaDoc-like documenter // Copyright (C) 2001 Jason Diamond // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your opt...
using System; using Microsoft.Extensions.Logging; using System.Linq; using System.Collections.Generic; using System.Text; using NBitcoin; using System.IO; using System.Net; using NBXplorer.Logging; using NBitcoin.Protocol; using NBitcoin.DataEncoders; using NBitcoin.RPC; using Microsoft.Extensions.Configuration; using ...
using System; using System.Text; using System.Data; using System.Data.SqlClient; using System.Data.Common; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Xml; using System.Xml.Serialization; using SubSonic; using SubSonic.Utilities;...
using System; using System.Collections.Generic; using System.Linq; using Xunit; namespace Zio.Tests { public class TestUPath { [Theory] // Test empty [InlineData("", "")] // Tests with regular paths [InlineData("/", "/")] [InlineData("\\", "/")] [InlineD...
#region PDFsharp - A .NET library for processing PDF // // Authors: // Stefan Lange (mailto:Stefan.Lange@pdfsharp.com) // // Copyright (c) 2005-2009 empira Software GmbH, Cologne (Germany) // // http://www.pdfsharp.com // http://sourceforge.net/projects/pdfsharp // // Permission is hereby granted, free of charge, to ...
using System; using System.Data; using Csla; using Csla.Data; using SelfLoad.DataAccess; using SelfLoad.DataAccess.ERCLevel; namespace SelfLoad.Business.ERCLevel { /// <summary> /// D12_CityRoad (editable child object).<br/> /// This is a generated base class of <see cref="D12_CityRoad"/> business object....
// *********************************************************************** // Copyright (c) 2018 Charlie Poole, Rob Prouse // // 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 restri...
// Copyright(c) 2016 Andrei Streltsov <andrei@astreltsov.com> // 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; using System.Collections; using System.Collections.Generic; using System.Linq; using NExpect; using NUnit.Framework; using PeanutButter.RandomGenerators; using PeanutButter.TestUtils.Generic; using PeanutButter.Utils.Dictionaries; using static NExpect.Expectations; // ReSharper disable InconsistentNaming ...
using System; namespace OpenCTM { public class MG2Encoder : MG1Encoder { public const float STANDARD_NORMAL_PRECISION = 1f / 256f; public const float STANDARD_VERTEX_PRECISION = 1f / 1024f; public readonly float vertexPrecision, normalPrecision; public MG2Encoder (float vertexPrecision = STANDARD_VERTEX_PR...
using System; using System.Collections.Generic; using System.Linq; namespace RMArt.Core { public static class TagsHelper { public const string TagmeTagName = "tagme"; public static readonly char[] TagSeparators = new[] { ';', ',' }; public static readonly char[] SearchTagSeparators = TagSeparators.Concat(new[]...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for details. using System; using System.Collections; using System.Diagnostics; using System.Globalization; using System.Runtime.InteropServices; using System.Text; using System.Text.RegularExp...
// 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. namespace System.Xml.Serialization { using System; using System.Text; using System.IO; using System....
using System; using System.Collections.Generic; /// <summary> /// String.GetEnumerator() /// Retrieves an object that can iterate through the individual characters in this string. /// </summary> class StringGetEnumerator { private const int c_MIN_STRING_LEN = 8; private const int c_MAX_STRING_LEN = 256; ...
// 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.Globalization; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using Syste...
using System; using System.Collections; using System.Collections.Generic; using System.Reflection; using System.Xml; using Xstream.Core.Converters; using Xstream.Core.Converters.Complex; namespace Xstream.Core { /// <summary> /// A MarshalContext provides methods and a context enviroment /// to convert obj...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace paperTestsCode { class Groups { /// <summary> /// An enumeration type for comparing values /// </summary> public enum Comprison { SrictlyLess, LessOrEqual, StrictlyGreater, GreaterO...
#if MONO using System.Collections.Generic; using System.Linq; using System.Windows.Forms; using NUnit.Framework; using Palaso.Reporting; using Palaso.UI.WindowsForms.Keyboarding; using Palaso.UI.WindowsForms.Keyboarding.Linux; using Palaso.WritingSystems; namespace PalasoUIWindowsForms.Tests.Keyboarding { [TestFixtur...
// // Copyright (c) Microsoft and contributors. 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 requi...
// 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.Security.Cryptography.X509Certificates; using Test.Cryptography; using Xunit; namespace System.Securit...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.ServiceModel.Dispatcher { using System.Collections.Generic; using System.Runtime; using System.Text; ...
// Copyright (c) 1995-2009 held by the author(s). 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 the above copyright // notice, this list of c...
// 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.Collections.Generic; using System.IO; using Microsoft.Protocols.TestTools.StackSdk.Messages; using Microsoft.Protocols.TestTools.StackSdk; n...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #if LEGACYTELEMETRY using System; using System.Collections.Generic; using System.Diagnostics; using System.Management.Automation.Internal; using System.Diagnostics.CodeAnalysis; using System.Management.Automation; using Sys...
//----------------------------------------------------------------------------- // Filename: ByteBuffer.cs // // Description: Provides some useful methods for working with byte[] buffers. // // History: // 04 May 2006 Aaron Clauson Created. //-----------------------------------------------------------------------------...
/* * Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1) Redistributions of source code must retain the above copyright * notice, this lis...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * 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 r...
using System; using System.Collections.Generic; namespace angeldnd.dap { public static class ContextExtension { public static bool RemoveFromOwner(this IContext context) { IDict owner = context.OwnerAsDict; if (owner == null) return false; return owner.Remove<IContext>(...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Globalization; using System.Linq; using System.Text; namespace EduHub.Data.Entities { /// <summary> /// Exam Subjects Data Set /// </summary> [GeneratedCode("EduHu...
#pragma warning disable SA1633 // File should have header - This is an imported file, // original header with license shall remain the same using UtfUnknown.Core.Models; namespace UtfUnknown.Core.Models.MultiByte.Japanese; internal class SJIS_SMModel : StateMachineModel { private static readonly int[] SJIS_cls ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #if FEATURE_WIN32_REGISTRY using System; using System.Collections.Generic; using Microsoft.Build.Collections; using Microsoft.Build.Evaluation; using Microsoft.Build.E...
using System; using Microsoft.SPOT.Hardware; using System.Threading; // class alias to avoid ambiguous reference with Microsoft.SPOT.Hardware.Utility using upUtility = uPLibrary.Utilities.Utility; namespace uPLibrary.Hardware.Nfc { /// <summary> /// SPI communication layer /// </summary> public class ...
// 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. /****************************************************************************** * This file is auto-generated from ...
// 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; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.I...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * 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 r...
// // ServiceManager.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 2007-2008 Novell, Inc. // // 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 restr...
using System; using Org.BouncyCastle.Asn1.X509; namespace Org.BouncyCastle.Asn1.Cmp { public class PkiHeaderBuilder { private DerInteger pvno; private GeneralName sender; private GeneralName recipient; private DerGeneralizedTime messageTime; private AlgorithmIdentifier protectionAlg; private Asn1OctetSt...
using WixSharp; using WixSharp.UI.Forms; namespace WixSharpSetup.Dialogs { partial class WelcomeDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resou...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Globalization; using System.Linq; using System.Text; namespace EduHub.Data.Entities { /// <summary> /// Census Class Sizes Validation Data Data Set /// </summary> ...
using System; using System.Net.NetworkInformation; using Couchbase.Lite.Util; using System.Threading; using System.Diagnostics; using System.Net; using System.Net.Sockets; using System.Linq; using System.Net.Http; #if __ANDROID__ using Android.App; using Android.Net; using Android.Content; using Android.Webkit; #endif...
// Copyright 2022 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 EncompassRest.Loans.Enums; using EncompassRest.Schema; namespace EncompassRest.Loans { /// <summary> /// Hmda /// </summary> public sealed partial class Hmda : DirtyExtensibleObject, IIdentifiable { private DirtyValue<StringEnumValue<ActionTaken>>? _actionTaken; private DirtyV...
// 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. /*============================================================ ** ** ** ** ** ** Purpose: Culture-specific collecti...
using System; using System.IO; using System.Collections.Generic; using System.Linq; using RestSharp; using DocuSign.eSign.Client; using DocuSign.eSign.Model; namespace DocuSign.eSign.Api { /// <summary> /// Represents a collection of functions to interact with the API endpoints /// </summary> publ...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * 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 r...
// 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; using System.Collections.Generic; using System.Windows.Data; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeStyle; using Microso...
using System; using System.ComponentModel; using System.Data; using System.Web; using System.Web.UI.WebControls; using Rainbow.Framework; using Rainbow.Framework.Settings; namespace Rainbow.Framework.Web.UI.WebControls { /// <summary> /// Binds tabular XML data to a datagrid, and allows add, editing, and deleting /...
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...
// Copyright 2022 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 ...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * 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 r...
// 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 Xunit; using Xunit.Abstractions; using System.IO; using System.Xml.Schema; using System.Xml.XPath; namespace ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace HTLib2.Bioinfo { public partial class Universe { public class ConjugateGradientOption { //int iterInitial = 0; // * index of initial iteration ...