This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* marked - a markdown parser | |
* Copyright (c) 2011-2021, Christopher Jeffrey. (MIT Licensed) | |
* https://github.com/markedjs/marked | |
*/ | |
/** | |
* DO NOT EDIT THIS FILE | |
* The code in this file is generated from files in ./src/ | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#if !NET6_0_OR_GREATER | |
// Licensed to the .NET Foundation under one or more agreements. | |
// The .NET Foundation licenses this file to you under the MIT license. | |
using System.Globalization; | |
using System.Text; | |
namespace System.Runtime.CompilerServices | |
{ | |
/// <summary> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// <copyright file="FrameBufferOpenCVExtensions.cs" company="The Android Open Source Project, Ryan Conrad, Quamotion, yungd1plomat, wherewhere"> | |
// Copyright (c) The Android Open Source Project, Ryan Conrad, Quamotion, yungd1plomat, wherewhere. All rights reserved. | |
// </copyright> | |
using AdvancedSharpAdbClient.Models; | |
using OpenCvSharp; | |
using System; | |
using System.Runtime.CompilerServices; | |
/// <summary> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// <copyright file="FrameBufferWinRTExtensions.cs" company="The Android Open Source Project, Ryan Conrad, Quamotion, yungd1plomat, wherewhere"> | |
// Copyright (c) The Android Open Source Project, Ryan Conrad, Quamotion, yungd1plomat, wherewhere. All rights reserved. | |
// </copyright> | |
using AdvancedSharpAdbClient.Models; | |
using System; | |
using System.Runtime.CompilerServices; | |
using System.Runtime.Versioning; | |
using System.Threading; | |
using System.Threading.Tasks; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// <copyright file="FrameBufferDrawingExtensions.cs" company="The Android Open Source Project, Ryan Conrad, Quamotion, yungd1plomat, wherewhere"> | |
// Copyright (c) The Android Open Source Project, Ryan Conrad, Quamotion, yungd1plomat, wherewhere. All rights reserved. | |
// </copyright> | |
using AdvancedSharpAdbClient.Models; | |
using System; | |
using System.Drawing; | |
using System.Drawing.Imaging; | |
using System.Runtime.CompilerServices; | |
using System.Runtime.InteropServices; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.assembly Test { | |
.ver 0:0:0:0 | |
} | |
.class public abstract Test extends [System.Runtime]System.ValueType { | |
.field public static Test Test | |
.method public void .ctor() { | |
.maxstack 8 | |
ldarg.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// <copyright file="SyncServiceFolderExtensions.cs" company="The Android Open Source Project, Ryan Conrad, Quamotion, yungd1plomat, wherewhere"> | |
// Copyright (c) The Android Open Source Project, Ryan Conrad, Quamotion, yungd1plomat, wherewhere. All rights reserved. | |
// </copyright> | |
using AdvancedSharpAdbClient; | |
using AdvancedSharpAdbClient.DeviceCommands; | |
using AdvancedSharpAdbClient.Models; | |
using System.IO; | |
using System.Linq; | |
using System.Threading.Tasks; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// <copyright file="FrameBufferSkiaExtensions.cs" company="The Android Open Source Project, Ryan Conrad, Quamotion, yungd1plomat, wherewhere"> | |
// Copyright (c) The Android Open Source Project, Ryan Conrad, Quamotion, yungd1plomat, wherewhere. All rights reserved. | |
// </copyright> | |
using AdvancedSharpAdbClient.Models; | |
using SkiaSharp; | |
using System; | |
using System.Runtime.CompilerServices; | |
/// <summary> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package ADBClientTest; | |
import AdvancedSharpAdbClient.*; | |
import AdvancedSharpAdbClient.Models.*; | |
import java.io.*; | |
import System.*; | |
import System.Collections.Generic.*; | |
public class Program | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.ComponentModel; | |
using System.Diagnostics; | |
using System.Numerics; | |
using System.Runtime.InteropServices; | |
using System.Text; | |
using Windows.Foundation; | |
using Windows.UI.Composition; | |
using Windows.UI.Core; |