context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
// // MenuItemBackend.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // // Copyright (c) 2011 Xamarin 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 System.Globalization; using System.Text; using Raksha.Utilities; namespace Raksha.Asn1 { /** * UTC time object. */ public class DerUtcTime : Asn1Object { private readonly string time; /** * return an UTC Time from the passed in object. * ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Orleans.Configuration; using Orleans.GrainDirectory; using Orleans.SystemTargetInterfaces; using Orleans.Runtime.Scheduler; using OutcomeState = ...
using System; using System.Collections.Generic; using System.Data.Entity; using System.Data.Entity.Core.Objects; using System.Data.Entity.Infrastructure; using System.Threading.Tasks; using System.Transactions; using Abp.Dependency; using Abp.Domain.Uow; using Abp.EntityFramework.Utils; using Abp.MultiTenancy; using Ab...
// 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 1.0.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
// Amplify Shader Editor - Visual Shader Editing Tool // Copyright (c) Amplify Creations, Lda <info@amplify.pt> using System.Collections.Generic; using UnityEngine; using UnityEditor; namespace AmplifyShaderEditor { public class NodeGrid { private bool m_debugGrid = false; private const float GRID_SIZE_X = 100;...
// // Dispatch.cs: Support for Grand Central Dispatch framework // // Authors: // Miguel de Icaza (miguel@gnome.org) // // Copyright 2010 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 de...
// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace Microsoft.Azure.Graph.RBAC { using Microsoft.Azure; using Microsoft.Azure.Graph; using Microsoft.Rest; using Microsoft.Rest.Azure; usi...
namespace VRTK { using UnityEngine; using Valve.VR; public class SDK_SteamVR : SDK_Base { private SteamVR_ControllerManager cachedControllerManager; public override string GetControllerElementPath(ControllerElelements element, VRTK_DeviceFinder.ControllerHand hand) { ...
//! \file ImageAGF.cs //! \date Sun Sep 20 16:17:19 2015 //! \brief Eushully image format. // // Copyright (C) 2015 by morkt // // 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 Soft...
// 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.Contracts; using Microsoft.Research.ClousotRegression; internal class Test { [ClousotRegressionTest] #if FIRST [Regressi...
using System; using UIKit; using System.Threading.Tasks; using System.Collections.Generic; using System.Linq; using static zsquared.C_MessageBox; using Xamarin.Forms.Maps; using zsquared; namespace vitavol { public partial class VC_AdminSiteLocation : UIViewController { C_Global Global; C_Vita...
namespace android.speech { [global::MonoJavaBridge.JavaClass()] public partial class RecognizerIntent : java.lang.Object { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; protected RecognizerIntent(global::MonoJavaBridge.JNIEnv @__env) : base(@__env) { } private static global::MonoJ...
// 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.Globalization; using System.Linq; using System.Reflection; using Xunit; using Xunit.Sdk; ...
using System; using OpenTK.Platform.iPhoneOS; using OpenTK.Graphics.ES11; using MonoTouch.UIKit; using MonoTouch.Foundation; using System.Drawing; using MonoTouch.ObjCRuntime; using MonoTouch.OpenGLES; using System.Runtime.InteropServices; using MonoTouch.CoreGraphics; using DropBoxSync.iOS; using System.Collections.Ge...
#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 ...
// // 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.IO; using System.Collections; using System.Runtime.InteropServices; namespace Trinet.Networking { #region Share Type /// <summary> /// Type of share /// </summary> [Flags] public enum ShareType { /// <summary>Disk share</summary> Disk = 0, /// <summary>Printer share</summary>...
//! \file ArcEncrypted.cs //! \date Thu Jan 14 03:27:52 2016 //! \brief Encrypted AZ system resource archives. // // Copyright (C) 2016 by morkt // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to...
// 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.Drawing; using System.Linq; namespace ClosedXML.Excel { internal class XLRow : XLRangeBase, IXLRow { #region Private fields private Boolean _collapsed; private Double _height; private Boolean _isHidden; privat...
// Copyright (c) 2015 Alachisoft // // 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...
#region Copyright notice and license // Copyright 2015, Google 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: // // * Redistributions of source code must retain the above copyrig...
namespace java.util { [global::MonoJavaBridge.JavaClass()] public partial class Arrays : java.lang.Object { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; protected Arrays(global::MonoJavaBridge.JNIEnv @__env) : base(@__env) { } private static global::MonoJavaBridge.MethodId _m0; ...
// Copyright (c) 2015-present, Parse, LLC. All rights reserved. This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree. An additional grant of patent rights can be found in the PATENTS file in the same directory. using Parse.Internal; using Syste...
using System; using System.Collections.Generic; using System.Runtime.Serialization; using System.Threading; namespace MediaServer.Utility { [Serializable] public class QueueDisabledException : Exception { public QueueDisabledException() { } public QueueDisabledException(String msg) : base(msg) { } ...
// *********************************************************************** // Copyright (c) 2013-2015 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 r...
namespace Factotum { partial class GridSizeEdit { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should b...
/* * Copyright 2008 Google Inc. * * 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...
// 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.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Classification; using ...
namespace SimpleErrorHandler { using System; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.Mail; using NameValueCollection = System.Collections.Specialized.NameValueCollection; using Comparer = System.Collections.Comparer; using StringWriter = System.IO.StringWriter;...
//------------------------------------------------------------------------------ // <copyright file="WebBrowserEvent.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // // // Description: // ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.LocalisationExtensions;...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; namespace PcapDotNet.Packets.Http { /// <summary> /// RFC 2616 /// /// Message: /// <pre> /// HTTP-message = Request | Response /// /// generic-message = start-line ...
using ParadoxCraft.Terrain; using ParadoxCraft.Blocks; using SiliconStudio.Core.Mathematics; using SiliconStudio.Paradox; using SiliconStudio.Paradox.Effects; using SiliconStudio.Paradox.Graphics; using SiliconStudio.Paradox.Input; using SiliconStudio.Paradox.EntityModel; using SiliconStudio.Paradox.Engine; using Sys...
// 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.Xml; using System.Xml.Schema; using System.Reflection; using System.Reflection.Emit; usin...
using System; using System.Collections.Generic; using System.IO; using System.Threading.Tasks; using Discord.API; using Discord.Rest; namespace Discord.WebSocket { /// <summary> /// Represents the base of a WebSocket-based Discord client. /// </summary> public abstract partial class BaseSocketClien...
// Copyright (c) 2014 SIL International // This software is licensed under the MIT License (http://opensource.org/licenses/MIT) using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; #if !MONO using Keyman7Interop; using Keyman...
//------------------------------------------------------------------------------ // <copyright file="DBBindings.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">[....]</owner> // <owner current="true" primary="false">[......
// 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.Xsl.XsltOld { using System; using System.Diagnostics; using System.Xml; using S...
using System; using System.Linq; using System.Threading.Tasks; using Foundation; using MobileCoreServices; using UIKit; using Producer.Domain; using Producer.Shared; namespace Producer.iOS { public partial class ComposeVc : UIViewController { NSUrl filePath; bool isValidMediaItem; bool initializedVeiw; ...
// MIT License // // Copyright (c) 2009-2017 Luca Piccioni // // 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, cop...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using Avalonia.Input; using Avalonia.Metadata; namespace Avalonia.Controls.Primitives { public class Track : Control { publ...
using System; using System.Runtime.InteropServices; using System.Collections; using System.Collections.Generic; using System.Security; using SFML.Window; namespace SFML { namespace Graphics { //////////////////////////////////////////////////////////// /// <summary> /// Target for off-s...
#region copyright // Copyright (c) 2015 Wm. Barrett Simms wbsimms.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 ...
#region License // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC // Copyright (c) 2020 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and assoc...
// 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) 2010-2014 SharpDX - Alexandre Mutel // // 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, modif...
// 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.Generic; using System.Data.Common; using System.Data.SqlTypes; using System.Diagnostics; n...
// // ContextBackendHandler.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // Hywel Thomas <hywel.w.thomas@gmail.com> // // Copyright (c) 2011 Xamarin Inc // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (th...
#region BSD License /* Copyright (c) 2004-2005 Matthew Holmes (matthew@wildfiregames.com), Dan Moorehead (dan05a@gmail.com) 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 ab...
// 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.Generic; //StackTrace using System.Diagnostics; namespace OLEDB.Test.Module...
// Copyright (c) 2010-2014 SharpDX - Alexandre Mutel // // 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, modif...
// 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.Globalization; //test case for delegate RemoveImpl(System.Delegate) method. namespace Del...
using System; using System.ComponentModel; using System.Globalization; using System.Linq.Expressions; using System.Reflection; using System.Text.RegularExpressions; namespace Signum.Utilities { public static class DateTimeExtensions { /// <summary> /// Checks if the date is inside a C interval ...
using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.ComponentModel; using System.Linq; using Avalonia.Collections; using Avalonia.Controls.Presenters; using Avalonia.Controls.Primitives; using Avalonia.Controls.Selection; u...
using System; using System.Collections.Specialized; using System.Web; using MbUnit.Framework; using Moq; using Moq.Stub; using Subtext.Framework; using Subtext.Framework.Services; using Subtext.Framework.Web.HttpModules; namespace UnitTests.Subtext.Framework.Web.HttpModules { [TestFixture] public class BlogReq...
// Copyright (c) 2015, Outercurve Foundation. // 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 o...
using System; using System.Data; using PCSComUtils.PCSExc; using PCSComUtils.Common; using PCSComUtils.Framework.TableFrame.DS; namespace PCSComUtils.Framework.TableFrame.BO { public class TableConfigBO { private const string THIS = "PCSComUtils.Framework.TableFrame.BO.ITableConfigBO"; public TableConfigBO() ...
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;...
//--------------------------------------------------------------------------- // // <copyright file=DefaultTextStore.cs company=Microsoft> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // Description: the default text store that allows default TSF enabling. // // History: // 11...
// ---------------------------------------------------------------------------------- // // 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.apac...
using System; using UnityEngine; namespace UnityStandardAssets.ImageEffects { [ExecuteInEditMode] [RequireComponent (typeof(Camera))] [AddComponentMenu("Image Effects/Rendering/Screen Space Ambient Occlusion")] public class ScreenSpaceAmbientOcclusion : MonoBehaviour { public enum SSAOSampl...
#pragma warning disable 649, 1572, 1573 // ReSharper disable RedundantUsingDirective #region Using using System; using System.Diagnostics; using System.Runtime.InteropServices; using System.Security; using System.Text; using Khronos; #endregion // ReSharper disable StringLiteralTypo // ReSharper disable CheckNames...
// // 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...
// Copyright 2018 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 ...
/* * Farseer Physics Engine based on Box2D.XNA port: * Copyright (c) 2010 Ian Qvist * * Box2D.XNA port of Box2D: * Copyright (c) 2009 Brandon Furtwangler, Nathan Furtwangler * * Original source Box2D: * Copyright (c) 2006-2009 Erin Catto http://www.gphysics.com * * This software is provided 'as-is', without any expr...
using BTDB.FieldHandler; using BTDB.IL; using BTDB.KVDBLayer; using BTDB.ODBLayer; using BTDB.StreamLayer; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Runtime.CompilerServices; using System.Security.Cryptography; using BTDB.Encrypted; namespace BTD...
#define SQLITE_ASCII #define SQLITE_DISABLE_LFS #define SQLITE_ENABLE_OVERSIZE_CELL_CHECK #define SQLITE_MUTEX_OMIT #define SQLITE_OMIT_AUTHORIZATION #define SQLITE_OMIT_DEPRECATED #define SQLITE_OMIT_GET_TABLE #define SQLITE_OMIT_INCRBLOB #define SQLITE_OMIT_LOOKASIDE #define SQLITE_OMIT_SHARED_CACHE #define SQLITE_OM...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.Build.Framework; using Microsoft.Build.Tasks; using Microsoft.Build.UnitTests; using Microsoft.Build.Utilities; using Microsoft.Build.Shared; using Syst...
using System; using System.Collections.Generic; using System.Text; using System.Xml; using System.Xml.Serialization; namespace SomeTechie.RoundRobinScheduleGenerator { [XmlType()] public class Tournament { protected List<Division> _divisions; [XmlElement("Divisions", typeof(List<Division>))...
// ******************************************************************************************************** // Product Name: DotSpatial.Projection // Description: The basic module for MapWindow version 6.0 // ******************************************************************************************************** // //...
namespace AutoMapper { using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; using Impl; using Internal; public class TypeMapFactory : ITypeMapFactory { private readonly Internal.IDictionary<Type, Ty...
/* * Copyright 2010-2013 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 System.Collections.Generic; using Csla; using ParentLoad.DataAccess; using ParentLoad.DataAccess.ERCLevel; namespace ParentLoad.Business.ERCLevel { /// <summary> /// B01_ContinentColl (editable root list).<br/> /// This is a generated base class of <see cref="B01_ContinentColl"/> busin...
#if !DISABLE_REACTIVEUI using ReactiveUI; #else using System.Windows.Threading; using System.Threading; #endif using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Reactive; using System.Reactive.Concurrency; us...
/* * Copyright (c) 2008, openmetaverse.org, http://opensimulator.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 source code must retain the above copyrigh...
// 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 class BringUpTests { const int Pass = 100; const int Fail = -1; public static int...
using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Text; using System.Text.RegularExpressions; using System.Windows.Forms; using CslaGenerator; using CslaGenerator.Metadata; using CodeSmith.Engine; using System.Collections.Generic; namespace CslaGenerator.Util { /// <...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Newtonsoft.Json; using TM.Data.Pluralsight.Json; using TM.Shared; namespace TM.Data.Pluralsight { internal interface IPluralsightDataService : IDisposable { Task<Author> GetAuthorAsync(string urlName); ...
// 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 ...
// 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.Generic; using System.Globalization; using System.Runtime; using System.Runtime.Serializati...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http.Headers; using System.Web.Http; using System.Web.Http.Description; using MvcApplication6.Areas.HelpPage.Models; namespace Mvc...
namespace Ioke.Lang { using Ioke.Lang.Util; using System.Collections; using System.Collections.Generic; using System.Text; public class InternalBehavior { public static void Init(IokeObject obj) { Runtime runtime = obj.runtime; obj.Kind = "DefaultBehavior Internal"; ...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using System.Reactive.Linq; using System.Threading.Tasks; using Avalonia.Controls.Platform; using Avalonia.Input; using Avalonia.Layout; usi...
using UnityEngine; using UnityEditor; using System.IO; using System.Xml; using System.Xml.Serialization; using System.Collections.Generic; namespace PixelCrushers.DialogueSystem { /// <summary> /// This is a base class for custom converter windows. /// </summary> public class AbstractConverterWindow : EditorWindo...
using System; using System.Globalization; using System.Collections.Generic; using Sasoma.Utils; using Sasoma.Microdata.Interfaces; using Sasoma.Languages.Core; using Sasoma.Microdata.Properties; namespace Sasoma.Microdata.Types { /// <summary> /// User interaction: Tweets. /// </summary> public class UserTweets_C...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace react.net_sample.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it...
using Kitware.VTK; using System; // input file is C:\VTK\Graphics\Testing\Tcl\EnSight6OfficeBin.tcl // output file is AVEnSight6OfficeBin.cs /// <summary> /// The testing class derived from AVEnSight6OfficeBin /// </summary> public class AVEnSight6OfficeBinClass { /// <summary> /// The main entry method called by t...
using System; using System.Collections; using System.Collections.Generic; using Game; using Game.Enums; using JetBrains.Annotations; using Mod; using Mod.Exceptions; using Mod.GameSettings; using Mod.Managers; using Mod.Modules; using Photon; using Photon.Enums; using RC; using UnityEngine; // ReSharper disable once C...
namespace Fixtures.SwaggerBatBodyDateTime { using System; using System.Collections; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Microsoft.Rest; using Models; public static partial class DatetimeExtensions { /// <summary> ...
// --------------------------------------------------------------------------- // Copyright (C) 2006 Microsoft Corporation All Rights Reserved // --------------------------------------------------------------------------- #define CODE_ANALYSIS using System.Collections; using System.Collections.Generic; using System.Co...
/* * 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 ...
using System; using System.Collections.Generic; using System.Text; using System.Drawing; using System.Windows.Forms; using System.Threading; namespace Cards.GUI { static class SpadesGui { static Card card = new Card(); public static CardBack CardBack = CardBack.Heart; static Graphics G...
// 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; namespace ManagedTests.DynamicCSharp.Conformance.dynamic.dynamicType.overloadResolution.indexer.setter...
using Lucene.Net.Diagnostics; using System; using System.Collections.Generic; using System.Text; namespace Lucene.Net.Search { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional in...
// // Copyright (c) 2004-2020 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // 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 s...
//////////////////////////////////////////////////////////////// // // // Neoforce Controls // // // ////////////////////////////////////////////////////////////...
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // // // Types for awai...