SYMBOL INDEX (4067 symbols across 407 files) FILE: projects/authentication/authentication-4/Controllers/WeatherForecastController.cs class WeatherForecastController (line 5) | [ApiController] method WeatherForecastController (line 17) | public WeatherForecastController(ILogger lo... method Get (line 22) | [HttpGet(Name = "GetWeatherForecast")] FILE: projects/authentication/authentication-4/WeatherForecast.cs class WeatherForecast (line 1) | public class WeatherForecast FILE: projects/authentication/authentication-5/Data/ApplicationDBContext.cs class ApplicationDBContext (line 4) | public class ApplicationDBContext:IdentityDbContext method ApplicationDBContext (line 6) | public ApplicationDBContext(DbContextOptions opt... FILE: projects/authentication/authentication-5/Entities/ApplicationUser.cs class ApplicationUser (line 3) | public class ApplicationUser : IdentityUser FILE: projects/authentication/authentication-5/Migrations/20240301175333_Init.Designer.cs class Init (line 12) | [DbContext(typeof(ApplicationDBContext))] method BuildTargetModel (line 17) | protected override void BuildTargetModel(ModelBuilder modelBuilder) FILE: projects/authentication/authentication-5/Migrations/20240301175333_Init.cs class Init (line 9) | public partial class Init : Migration method Up (line 12) | protected override void Up(MigrationBuilder migrationBuilder) method Down (line 198) | protected override void Down(MigrationBuilder migrationBuilder) FILE: projects/authentication/authentication-5/Migrations/ApplicationDBContextModelSnapshot.cs class ApplicationDBContextModelSnapshot (line 11) | [DbContext(typeof(ApplicationDBContext))] method BuildModel (line 14) | protected override void BuildModel(ModelBuilder modelBuilder) FILE: projects/authentication/authentication-5/Program.cs type WeatherForecast (line 50) | record WeatherForecast(DateOnly Date, int TemperatureC, string? Summary) FILE: projects/blazor-ss/ChatR/NotificationHub.cs class NotificationHub (line 7) | public class NotificationHub : Hub method NotificationHub (line 11) | public NotificationHub(ILogger logger) method OnConnectedAsync (line 17) | public override async Task OnConnectedAsync() method Broadcast (line 24) | public async Task Broadcast(string from, string message) method ServerMessage (line 30) | public async Task ServerMessage(string message) FILE: projects/blazor-ss/ChatR/Services/NotificationService.cs class NotificationService (line 8) | public class NotificationService : IAsyncDisposable method NotificationService (line 14) | public NotificationService(ILogger logger) method ConnectAsync (line 19) | public async Task ConnectAsync() method BroadcastAsync (line 47) | public async Task BroadcastAsync(string sender, string message) method DisposeAsync (line 52) | public async ValueTask DisposeAsync() FILE: projects/blazor-ss/ComponentEvents-2/AppState.cs class NotificationMessage (line 5) | public class NotificationMessage FILE: projects/blazor-ss/ComponentEvents/AppState.cs class AppState (line 5) | public class AppState method Notify (line 9) | public void Notify(string notification) FILE: projects/blazor-ss/DependencyInjection/Services/TheScopedClock.cs class TheScopedClock (line 5) | public class TheScopedClock method Get (line 9) | public string Get() FILE: projects/blazor-ss/DependencyInjection/Services/TheSingletonClock.cs class TheSingletonClock (line 5) | public class TheSingletonClock method Get (line 9) | public string Get() FILE: projects/blazor-ss/DependencyInjection/Services/TheTransientClock.cs class TheTransientClock (line 5) | public class TheTransientClock method Get (line 9) | public string Get() FILE: projects/blazor-ss/Localization-2/Program.cs class Global (line 38) | public class Global FILE: projects/blazor-ss/Localization-3/Program.cs class Global (line 46) | public class Global class MultiplePoFilesLocationProvider (line 51) | public class MultiplePoFilesLocationProvider : ILocalizationFileLocation... method MultiplePoFilesLocationProvider (line 56) | public MultiplePoFilesLocationProvider(IHostEnvironment hostingEnviron... method GetLocations (line 62) | public IEnumerable GetLocations(string cultureName) FILE: projects/blazor-ss/Localization-4/Program.cs class Global (line 43) | public class Global class MultiplePoFilesLocationProvider (line 48) | public class MultiplePoFilesLocationProvider : ILocalizationFileLocation... method MultiplePoFilesLocationProvider (line 53) | public MultiplePoFilesLocationProvider(IHostEnvironment hostingEnviron... method GetLocations (line 59) | public IEnumerable GetLocations(string cultureName) FILE: projects/blazor-ss/Localization/Program.cs class Global (line 37) | public class Global FILE: projects/blazor-ss/RenderTreeBuilder/ListNames.cs class Separator (line 4) | class Separator : ComponentBase method BuildRenderTree (line 6) | protected override void BuildRenderTree(Microsoft.AspNetCore.Component... class ListNames (line 13) | class ListNames : ComponentBase method BuildRenderTree (line 15) | protected override void BuildRenderTree(Microsoft.AspNetCore.Component... FILE: projects/blazor-ss/RssReader-2/Services/RssNews.cs class RssNews (line 6) | public class RssNews method GetMultipleNewsAsync (line 8) | public async IAsyncEnumerable> GetMultipleNewsAs... method GetNewsAsync (line 16) | public async Task> GetNewsAsync(string url) FILE: projects/blazor-ss/RssReader/Services/RssNews.cs class RssNews (line 6) | public class RssNews method GetNewsAsync (line 8) | public async Task> GetNewsAsync() FILE: projects/blazor-ssr/RazorComponentFive/Program.cs class HomeController (line 13) | public class HomeController : Controller method Index (line 15) | [Route("/")] FILE: projects/blazor-ssr/RazorComponentFour/Program.cs class HomeController (line 12) | public class HomeController : Controller method Index (line 14) | [Route("/")] FILE: projects/blazor-ssr/RazorComponentSix/Program.cs class HomeController (line 13) | public class HomeController : Controller method Index (line 15) | [Route("/")] FILE: projects/blazor-ssr/RazorMixMatchFour/Controllers/HomeController.cs class HomeController (line 4) | public class HomeController : Controller method Index (line 6) | [HttpGet("/index-2")] FILE: projects/blazor-ssr/RazorMixMatchOne/Controllers/HomeController.cs class HomeController (line 4) | public class HomeController : Controller method Index (line 6) | [HttpGet("/")] FILE: projects/blazor-wasm/ComponentFifteen/Pages/Greeting.razor.cs class Greeting (line 5) | public partial class Greeting method IncrementCount (line 12) | void IncrementCount() FILE: projects/blazor-wasm/ComponentFive/Pages/GreetingBase.cs class GreetingBase (line 7) | public class GreetingBase : ComponentBase method IncrementCount (line 14) | protected async Task IncrementCount() FILE: projects/blazor-wasm/ComponentSeven/Calculator/Calculate.cs class Calculate (line 4) | public class Calculate method Double (line 6) | public int Double(int number) => number * 2; FILE: projects/blazor-wasm/ComponentSeven/Helper/ConversationHelper.cs class ConversationHelper (line 4) | public static class ConversationHelper method Say (line 6) | public static string Say() => "Hello"; FILE: projects/blazor-wasm/ComponentSeventeen/Pages/Person.cs class Person (line 1) | public class Person FILE: projects/blazor-wasm/ComponentSixteen/Pages/Person.cs class Person (line 1) | public class Person FILE: projects/blazor-wasm/ComponentTwentyFive/Program.cs type MessageCascade (line 17) | public record MessageCascade(string Message); FILE: projects/blazor-wasm/ComponentTwentyFour/Program.cs type MessageCascade (line 11) | public record MessageCascade(string Message); FILE: projects/blazor-wasm/ComponentTwentySeven/Program.cs type IMessage (line 13) | public interface IMessage class Msg (line 19) | public class Msg(string message) : IMessage FILE: projects/blazor-wasm/ComponentTwentySix/Program.cs type MessageCascade (line 17) | public record MessageCascade(string Message); FILE: projects/blazor-wasm/ComponentTwentyThree/Program.cs type MessageCascade (line 10) | public record MessageCascade(string Message); FILE: projects/blazor-wasm/DataBindingTwo/Code/Profile.cs class Profile (line 6) | public class Profile FILE: projects/caching/redis-cache/Program.cs class Person (line 65) | public class Person FILE: projects/configurations/configuration-IOption-array/Program.cs class ArrayOptions (line 11) | class ArrayOptions FILE: projects/configurations/configuration-IOption/Program.cs class MyOptions (line 16) | public class MyOptions FILE: projects/configurations/configuration-bind-option/Program.cs class PositionOptions (line 19) | public class PositionOptions FILE: projects/configurations/configuration-ini-options/Program.cs class IniOptions (line 33) | public class IniOptions class IniOptionsWebPages (line 37) | public class IniOptionsWebPages class IniOptionsConfig (line 44) | public class IniOptionsConfig class IniOptionsApp (line 58) | public class IniOptionsApp class IniOptionsAppPriorities (line 66) | public class IniOptionsAppPriorities class IniOptionsPrivacy (line 75) | public class IniOptionsPrivacy class IniOptionsPrivacyKeys (line 81) | public class IniOptionsPrivacyKeys FILE: projects/configurations/configuration-options/Program.cs class ApplicationOptions (line 21) | public class ApplicationOptions FILE: projects/configurations/configuration-xml-options/Program.cs class XmlOptions (line 34) | public class XmlOptions class XmlOptionsWebPages (line 37) | public class XmlOptionsWebPages class XmlOptionsConfig (line 44) | public class XmlOptionsConfig class XmlOptionsApp (line 58) | public class XmlOptionsApp class XmlOptionsAppPriorities (line 66) | public class XmlOptionsAppPriorities class XmlOptionsPrivacy (line 75) | public class XmlOptionsPrivacy class XmlOptionsPrivacyKeys (line 81) | public class XmlOptionsPrivacyKeys FILE: projects/corewcf/corewcf-1/client/IEchoService.cs type IEchoService (line 6) | [ServiceContract] method Echo (line 9) | [OperationContract] method ComplexEcho (line 12) | [OperationContract] class EchoMessage (line 16) | [DataContract] FILE: projects/corewcf/corewcf-1/server/EchoService.cs class EchoService (line 3) | public class EchoService : IEchoService method Echo (line 5) | public string Echo(string text) method ComplexEcho (line 11) | public string ComplexEcho(EchoMessage text) FILE: projects/corewcf/corewcf-1/server/IEchoService.cs type IEchoService (line 6) | [ServiceContract] method Echo (line 9) | [OperationContract] method ComplexEcho (line 12) | [OperationContract] class EchoMessage (line 16) | [DataContract] FILE: projects/dependency-injection/dependency-injection-1/Program.cs class SingletonDate (line 40) | public class SingletonDate class TransientDate (line 45) | public class TransientDate class ScopedDate (line 50) | public class ScopedDate FILE: projects/dependency-injection/dependency-injection-2/Program.cs class DateProvider (line 43) | public class DateProvider method DateProvider (line 53) | public DateProvider(IServiceProvider provider) class SingletonDate (line 59) | public class SingletonDate class TransientDate (line 64) | public class TransientDate class ScopedDate (line 69) | public class ScopedDate FILE: projects/dependency-injection/dependency-injection-3/Program.cs type IBootstrap (line 30) | public interface IBootstrap method Register (line 32) | void Register(IServiceCollection services); class Registration1 (line 35) | public class Registration1 : IBootstrap method Register (line 37) | public void Register(IServiceCollection services) class Registration2 (line 46) | public class Registration2 : IBootstrap method Register (line 48) | public void Register(IServiceCollection services) class Person (line 55) | public class Person class Greeting (line 60) | public class Greeting FILE: projects/dependency-injection/dependency-injection-4/Program.cs class TellTime (line 16) | public class TellTime FILE: projects/dependency-injection/keyed-service-2/Program.cs class HomeController (line 15) | public class HomeController: ControllerBase method HomeController (line 20) | public HomeController(IServiceProvider keyProvider) method Index (line 25) | [HttpGet("/")] type IGreeting (line 53) | interface IGreeting class MorningGreeting (line 58) | public class MorningGreeting : IGreeting class DayGreeting (line 63) | public class DayGreeting : IGreeting class EveningGreeting (line 68) | public class EveningGreeting : IGreeting FILE: projects/dependency-injection/keyed-service/Program.cs type IGreeting (line 38) | interface IGreeting class MorningGreeting (line 43) | public class MorningGreeting : IGreeting class DayGreeting (line 48) | public class DayGreeting : IGreeting class EveningGreeting (line 53) | public class EveningGreeting : IGreeting FILE: projects/elsa/composite-activity/Program.cs class GetRandom (line 34) | class GetRandom : Composite method GetRandom (line 38) | public GetRandom() method OnCompleted (line 56) | protected override void OnCompleted(ActivityCompletedContext context) FILE: projects/elsa/setname-activity/Program.cs class SetNameWorkflow (line 14) | public class SetNameWorkflow : WorkflowBase method Build (line 16) | protected override void Build(IWorkflowBuilder builder) class ShowName (line 29) | public class ShowName : Activity method ExecuteAsync (line 31) | protected override ValueTask ExecuteAsync(ActivityExecutionContext con... FILE: projects/elsa/workflow-2/Program.cs class MessageWorkflow (line 21) | public class MessageWorkflow : WorkflowBase method Build (line 23) | protected override void Build(IWorkflowBuilder builder) FILE: projects/elsa/workflow-3/Program.cs class RandomWorkflow (line 17) | public class RandomWorkflow : WorkflowBase method Build (line 19) | protected override void Build(IWorkflowBuilder builder) FILE: projects/elsa/workflow-4/Program.cs class InputWorkflow (line 27) | public class InputWorkflow : WorkflowBase method Build (line 29) | protected override void Build(IWorkflowBuilder builder) FILE: projects/elsa/workflow-5/Program.cs class ConstructorWorkflow (line 15) | public class ConstructorWorkflow : WorkflowBase method ConstructorWorkflow (line 20) | public ConstructorWorkflow(string name, int age) method Build (line 26) | protected override void Build(IWorkflowBuilder builder) FILE: projects/elsa/workflow/Program.cs class MessageWorkflow (line 15) | public class MessageWorkflow : WorkflowBase method Build (line 17) | protected override void Build(IWorkflowBuilder builder) FILE: projects/endpoint-routing/endpoint-routing-2/Program.cs class HelloController (line 26) | public class HelloController method World (line 28) | public ActionResult World() FILE: projects/endpoint-routing/endpoint-routing-3/Program.cs class HelloController (line 55) | [Route("[controller]")] method World (line 58) | [HttpGet("")] method Goodbye (line 61) | [HttpGet("Goodbye")] method CallMe (line 64) | [HttpGet("[action]")] class GreetController (line 68) | [Route("Greet")] method Index (line 71) | public ActionResult Index() => null; class WaveController (line 74) | public class WaveController method Away (line 76) | [Route("Wave-Away")] FILE: projects/endpoint-routing/endpoint-routing-4/Program.cs class HelloController (line 68) | [Route("[controller]")] method World (line 71) | [HttpGet("{name}")] method Goodbye (line 74) | [HttpGet("Goodbye/{age:int}")] method CallMe (line 77) | [HttpGet("[action]/{byYourName?}")] class GreetController (line 81) | [Route("Greet/{isNice:bool}")] method Index (line 84) | public ActionResult Index() => null; class WaveController (line 87) | public class WaveController method Away (line 89) | [Route("Wave-Away/{danger:required}/{ahead:required}")] FILE: projects/endpoint-routing/endpoint-routing-6/Program.cs class HelloController (line 67) | [Route("[controller]")] method World (line 70) | [HttpGet("{name}")] method Goodbye (line 73) | [HttpGet("Goodbye/{age:int}")] method CallMe (line 76) | [HttpGet("[action]/{byYourName?}")] class GreetController (line 80) | [Route("Greet/{isNice:bool}")] method Index (line 83) | public ActionResult Index() => null; class WaveController (line 86) | public class WaveController method Away (line 88) | [Route("Wave-Away/{danger:required}/{ahead:required}")] FILE: projects/endpoint-routing/endpoint-routing/Program.cs class HomeController (line 10) | public class HomeController : Controller method Index (line 12) | public ActionResult Index() FILE: projects/endpoint-routing/new-routing-10/Program.cs class GreeterMiddleware (line 10) | public class GreeterMiddleware method GreeterMiddleware (line 16) | public GreeterMiddleware(RequestDelegate next, LinkGenerator linkGener... method InvokeAsync (line 22) | public async Task InvokeAsync(HttpContext httpContext) FILE: projects/endpoint-routing/new-routing-11/Pages/about.cshtml.cs class AboutModel (line 7) | [Message(Content = "Hello world message from attribute")] method OnGet (line 10) | public void OnGet() FILE: projects/endpoint-routing/new-routing-11/Program.cs class GreeterMiddleware (line 11) | public class GreeterMiddleware method GreeterMiddleware (line 17) | public GreeterMiddleware(RequestDelegate next, LinkGenerator linkGener... method InvokeAsync (line 23) | public async Task InvokeAsync(HttpContext httpContext) class MessageAttribute (line 38) | [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)] FILE: projects/endpoint-routing/new-routing-12/Pages/about.cshtml.cs class AboutModel (line 7) | [Message(ContentGet = "This message only shows up on GET", ContentPost =... method OnGet (line 12) | public void OnGet() method OnPost (line 17) | public void OnPost() FILE: projects/endpoint-routing/new-routing-12/Program.cs class GreeterMiddleware (line 11) | public class GreeterMiddleware method GreeterMiddleware (line 17) | public GreeterMiddleware(RequestDelegate next, LinkGenerator linkGener... method InvokeAsync (line 23) | public async Task InvokeAsync(HttpContext httpContext) class MessageAttribute (line 41) | [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)] FILE: projects/endpoint-routing/new-routing-13/Controllers/HomeController.cs class Data (line 6) | public class Data class HomeController (line 11) | [Route("/")] method Index (line 14) | [HttpGet] method About (line 21) | [HttpGet("about")] method AboutPost (line 28) | [HttpPost("about")] FILE: projects/endpoint-routing/new-routing-13/Program.cs class GreeterMiddleware (line 10) | public class GreeterMiddleware method GreeterMiddleware (line 16) | public GreeterMiddleware(RequestDelegate next, LinkGenerator linkGener... method InvokeAsync (line 22) | public async Task InvokeAsync(HttpContext httpContext) class MessageAttribute (line 35) | [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)] method MessageAttribute (line 40) | public MessageAttribute(string content) => Content = content; FILE: projects/endpoint-routing/new-routing-15/Program.cs class HelloWorld (line 16) | public class HelloWorld FILE: projects/endpoint-routing/new-routing-16/Areas/Admin/Controllers/HomeController.cs class HomeController (line 7) | [Area("Admin")] method Index (line 10) | public ActionResult Index() => View(); method About (line 12) | public ActionResult About() => Content("About"); FILE: projects/endpoint-routing/new-routing-16/Areas/Customer/Controllers/HomeController.cs class HomeController (line 7) | [Area("Customer")] method Index (line 10) | public ActionResult Index() => View(); FILE: projects/endpoint-routing/new-routing-16/Controllers/HomeController.cs class HomeController (line 6) | public class HomeController : Controller method Index (line 8) | public IActionResult Index() => View(); FILE: projects/endpoint-routing/new-routing-17/Program.cs class HomeController (line 10) | [Route("")] method Index (line 13) | public IActionResult Index() => Content("Using services.AddControllers... FILE: projects/endpoint-routing/new-routing-18/Controllers/HomeController.cs class HomeController (line 5) | [Route("")] method Index (line 8) | public IActionResult Index() => View(); FILE: projects/endpoint-routing/new-routing-19/Program.cs class APIController (line 12) | [Route("/API/Message")] method GetMessage (line 15) | [HttpGet("")] FILE: projects/endpoint-routing/new-routing-2/Program.cs class HomeController (line 10) | [Route("")] method Index (line 13) | public IActionResult Index() => Content("Hello World. Razor Pages won'... FILE: projects/endpoint-routing/new-routing-20/Controllers/AdminController.cs class AdminController (line 5) | public class AdminController : Controller method Index (line 7) | public IActionResult Index() => Content("Admin Page"); FILE: projects/endpoint-routing/new-routing-20/Controllers/HomeController.cs class HomeController (line 6) | public class HomeController : Controller method Index (line 8) | public IActionResult Index() => View(); method About (line 10) | public IActionResult About() => Content("About Page"); FILE: projects/endpoint-routing/new-routing-25/Program.cs class NumberTransformer (line 14) | public class NumberTransformer : DynamicRouteValueTransformer method TransformAsync (line 16) | public override ValueTask TransformAsync(HttpCon... class HomeController (line 37) | public class HomeController : Controller method Index (line 39) | [Route("")] method One (line 53) | public ActionResult One() method Two (line 58) | public ActionResult Two() method Three (line 63) | public ActionResult Three() method Undefined (line 68) | public ActionResult Undefined() FILE: projects/endpoint-routing/new-routing-26/Program.cs class NumberTransformer (line 13) | public class NumberTransformer : DynamicRouteValueTransformer method TransformAsync (line 15) | public override ValueTask TransformAsync(HttpCon... FILE: projects/endpoint-routing/new-routing-3/Program.cs class HomeController (line 10) | public class HomeController : Controller method Index (line 12) | public IActionResult Index() => Content("Hello World. We are using def... FILE: projects/endpoint-routing/new-routing-6/Program.cs class HomeController (line 39) | [Route("MVC")] method Index (line 42) | [HttpGet("Greeting")] method Greeting (line 45) | [HttpPost("Greeting")] FILE: projects/endpoint-routing/parameter-transformer/Program.cs class HomeController (line 19) | [Route("")] method Index (line 23) | [HttpGet("")] method AboutUs (line 46) | public ActionResult AboutUs() method OrderItemsNow (line 59) | public ActionResult OrderItemsNow() method Random (line 72) | [Route("WeAreAmazing")] class GetThisOffersNowController (line 87) | [Route("[controller]")] method TheNameOfThisActionDoesNotMatterBecauseThisIsTheOnlyOneInThisController (line 90) | public ActionResult TheNameOfThisActionDoesNotMatterBecauseThisIsTheOn... class SlugifyParameterTransformer (line 105) | public class SlugifyParameterTransformer : IOutboundParameterTransformer method TransformOutbound (line 107) | public string TransformOutbound(object value) FILE: projects/exception-handler-middleware/iexception-handler-2/Program.cs class TimeOutHandler (line 36) | public class TimeOutHandler : IExceptionHandler method TryHandleAsync (line 38) | public async ValueTask TryHandleAsync(HttpContext httpContext, E... class DefaultExceptionHandler (line 56) | public class DefaultExceptionHandler : IExceptionHandler method TryHandleAsync (line 58) | public async ValueTask TryHandleAsync(HttpContext httpContext, E... FILE: projects/exception-handler-middleware/iexception-handler/Program.cs class DefaultExceptionHandler (line 16) | public class DefaultExceptionHandler : IExceptionHandler method TryHandleAsync (line 18) | public async ValueTask TryHandleAsync(HttpContext httpContext, E... FILE: projects/features/features-server-addresses-2/Program.cs class AddressesMiddleware (line 8) | public class AddressesMiddleware method AddressesMiddleware (line 14) | public AddressesMiddleware(RequestDelegate next, IServer server) method Invoke (line 19) | public async Task Invoke(HttpContext context) FILE: projects/features/features-server-custom-override/Program.cs type ICustomFeature (line 25) | interface ICustomFeature class CustomFeature (line 30) | public class CustomFeature : ICustomFeature method CustomFeature (line 35) | public CustomFeature(string greetings) FILE: projects/features/features-server-custom/Program.cs type ICustomFeature (line 19) | interface ICustomFeature class CustomFeature (line 24) | public class CustomFeature : ICustomFeature FILE: projects/features/features-session-redis-2/Program.cs class Person (line 58) | public class Person FILE: projects/file-provider/file-provider-custom/Program.cs class CustomDirectoryContents (line 23) | public class CustomDirectoryContents : IDirectoryContents method CustomDirectoryContents (line 27) | public CustomDirectoryContents(IEnumerable files) method GetEnumerator (line 33) | public IEnumerator GetEnumerator() => _entries.GetEnumerato... method GetEnumerator (line 34) | IEnumerator IEnumerable.GetEnumerator() => _entries.GetEnumerator(); class AlwaysTheSameFile (line 37) | public class AlwaysTheSameFile : IFileInfo method CreateReadStream (line 45) | public Stream CreateReadStream() class CustomDirectory (line 56) | public class CustomDirectory : IFileInfo method CreateReadStream (line 65) | public Stream CreateReadStream() class CustomFileProvider (line 71) | public class CustomFileProvider : IFileProvider method GetDirectoryContents (line 73) | public IDirectoryContents GetDirectoryContents(string subpath) method GetFileInfo (line 84) | public IFileInfo GetFileInfo(string subpath) => new AlwaysTheSameFile(); method Watch (line 85) | public IChangeToken Watch(string filter) => NullChangeToken.Singleton; FILE: projects/file-provider/serve-static-files-4/Program.cs class DirectoryFormatter (line 12) | public class DirectoryFormatter : IDirectoryFormatter method GenerateContentAsync (line 14) | public async Task GenerateContentAsync(HttpContext context, IEnumerabl... FILE: projects/file-provider/serve-static-files-5/Program.cs class DirectoryFormatter (line 12) | public class DirectoryFormatter : IDirectoryFormatter method GenerateContentAsync (line 14) | public async Task GenerateContentAsync(HttpContext context, IEnumerabl... FILE: projects/generic-host/generic-host-1/Program.cs class HelloWorldService (line 17) | public class HelloWorldService : IHostedService method HelloWorldService (line 21) | public HelloWorldService(ILogger logger) method StartAsync (line 26) | public Task StartAsync(CancellationToken cancellationToken) method StopAsync (line 32) | public Task StopAsync(CancellationToken cancellationToken) FILE: projects/generic-host/generic-host-2/Program.cs class HelloWorldService (line 17) | public class HelloWorldService : IHostedService method HelloWorldService (line 21) | public HelloWorldService(ILogger logger) method StartAsync (line 26) | public Task StartAsync(CancellationToken cancellationToken) method StopAsync (line 32) | public Task StopAsync(CancellationToken cancellationToken) FILE: projects/generic-host/generic-host-3/Program.cs class HelloWorldService (line 19) | public class HelloWorldService : IHostedService method HelloWorldService (line 23) | public HelloWorldService(ILogger logger) method StartAsync (line 28) | public Task StartAsync(CancellationToken cancellationToken) method StopAsync (line 34) | public Task StopAsync(CancellationToken cancellationToken) class HelloWorldService2 (line 41) | public class HelloWorldService2 : IHostedService method HelloWorldService2 (line 45) | public HelloWorldService2(ILogger logger) method StartAsync (line 50) | public Task StartAsync(CancellationToken cancellationToken) method StopAsync (line 56) | public Task StopAsync(CancellationToken cancellationToken) class HelloWorldService3 (line 63) | public class HelloWorldService3 : IHostedService method HelloWorldService3 (line 67) | public HelloWorldService3(ILogger logger) method StartAsync (line 72) | public Task StartAsync(CancellationToken cancellationToken) method StopAsync (line 78) | public Task StopAsync(CancellationToken cancellationToken) FILE: projects/generic-host/generic-host-4/Program.cs class HelloWorldService (line 25) | public class HelloWorldService : IHostedService method HelloWorldService (line 29) | public HelloWorldService(ILogger logger) method StartAsync (line 34) | public Task StartAsync(CancellationToken cancellationToken) method StopAsync (line 40) | public Task StopAsync(CancellationToken cancellationToken) FILE: projects/generic-host/generic-host-5/Program.cs class CountingService (line 18) | public class CountingService : IHostedService, IDisposable method CountingService (line 26) | public CountingService(ILogger logger) method StartAsync (line 31) | public Task StartAsync(CancellationToken cancellationToken) method ExecuteAsync (line 38) | async Task ExecuteAsync(CancellationToken cancellationToken) method StopAsync (line 49) | public async Task StopAsync(CancellationToken cancellationToken) method Dispose (line 64) | public void Dispose() => _stoppingCts.Cancel(); FILE: projects/generic-host/generic-host-configure-app/Program.cs class HelloWorldService (line 27) | public class HelloWorldService : IHostedService method HelloWorldService (line 32) | public HelloWorldService(IConfiguration config, ILogger logger) method StartAsync (line 22) | public Task StartAsync(CancellationToken cancellationToken) method StopAsync (line 28) | public Task StopAsync(CancellationToken cancellationToken) FILE: projects/generic-host/generic-host-environment/Program.cs class HelloWorldService (line 18) | public class HelloWorldService : IHostedService method HelloWorldService (line 23) | public HelloWorldService(IHostEnvironment env, ILogger ShowMessage(Billboard.Mes... FILE: projects/grpc/grpc-11/server/Program.cs class BillboardService (line 22) | public class BillboardService : Billboard.Board.BoardBase method ShowMessage (line 24) | public override async Task ShowMessage(MessageRequest request, IServer... FILE: projects/grpc/grpc-12/server/Program.cs class BillboardService (line 29) | public class BillboardService : Billboard.Board.BoardBase method ShowMessage (line 31) | public override async Task ShowMessage(MessageRequest request, IServer... FILE: projects/grpc/grpc-13/Program.cs class BillboardService (line 61) | public class BillboardService : Billboard.Board.BoardBase method ShowMessage (line 63) | public override Task ShowMessage(Billboard.Mes... FILE: projects/grpc/grpc-14/Program.cs class BillboardService (line 92) | public class BillboardService : Billboard.Board.BoardBase method ShowMessage (line 94) | public override Task ShowMessage(Billboard.Mes... FILE: projects/grpc/grpc-15/Program.cs class BillboardService (line 108) | public class BillboardService : Billboard.Board.BoardBase method ShowMessage (line 110) | public override Task ShowMessage(Billboard.Mes... FILE: projects/grpc/grpc-16/Program.cs class BillboardService (line 91) | public class BillboardService : Billboard.Board.BoardBase method ShowMessage (line 93) | public override Task ShowMessage(Billboard.Mes... FILE: projects/grpc/grpc-17/Program.cs class Accumulator (line 75) | public class Accumulator method Add (line 79) | public void Add(int number) => Total += number; class BillboardService (line 82) | public class BillboardService : Billboard.Board.BoardBase method BillboardService (line 86) | public BillboardService(Accumulator acc) method ShowMessage (line 91) | public override Task ShowMessage(Billboard.Mes... FILE: projects/grpc/grpc-2/server/Program.cs class BillboardService (line 21) | public class BillboardService : Billboard.Board.BoardBase method ShowMessage (line 23) | public override async Task ShowMessage(MessageRequest request, IServer... FILE: projects/grpc/grpc-3/server/Program.cs class ReceivedFortune (line 20) | public class ReceivedFortune class BillboardService (line 27) | public class BillboardService : Billboard.Board.BoardBase method ShowMessage (line 29) | public override async Task ShowMessage(IAsyncStreamReade... FILE: projects/grpc/grpc-4/server/Program.cs class ReceivedFortune (line 21) | public class ReceivedFortune class BillboardService (line 28) | public class BillboardService : Billboard.Board.BoardBase method ShowMessage (line 30) | public override async Task ShowMessage(IAsyncStreamReader ShowMessage(Billboard.Mes... FILE: projects/grpc/grpc-6/server/Program.cs class BillboardService (line 21) | public class BillboardService : Billboard.Board.BoardBase method ShowMessage (line 23) | public override Task ShowMessage(Billboard.Mes... FILE: projects/grpc/grpc-7/server/Program.cs class BillboardService (line 21) | public class BillboardService : Billboard.Board.BoardBase method ShowMessage (line 23) | public override Task ShowMessage(Billboard.Mes... FILE: projects/grpc/grpc-8/server/Program.cs class BillboardService (line 20) | public class BillboardService : Billboard.Board.BoardBase method ShowMessage (line 22) | public override Task ShowMessage(Billboard.Mes... FILE: projects/grpc/grpc-9/server/Program.cs class BillboardService (line 21) | public class BillboardService : Billboard.Board.BoardBase method BillboardService (line 25) | public BillboardService(IHostEnvironment env) method ShowMessage (line 30) | public override async Task ShowMessage(Google.Protobuf.WellKnownTypes.... FILE: projects/grpc/grpc/server/Program.cs class BillboardService (line 19) | public class BillboardService : Billboard.Board.BoardBase method ShowMessage (line 21) | public override Task ShowMessage(Billboard.Mes... FILE: projects/health-check/health-check-1/Program.cs class HomeController (line 15) | public class HomeController : Controller method Index (line 17) | public ActionResult Index() FILE: projects/health-check/health-check-2/Program.cs class HomeController (line 23) | public class HomeController : Controller method Index (line 25) | public ActionResult Index() FILE: projects/health-check/health-check-3/Program.cs class AlwaysBadHealthCheck (line 16) | public class AlwaysBadHealthCheck : IHealthCheck method CheckHealthAsync (line 18) | public Task CheckHealthAsync(HealthCheckContext con... class HomeController (line 24) | public class HomeController : Controller method Index (line 26) | public ActionResult Index() FILE: projects/health-check/health-check-4/Program.cs class HttpStatusCodeHealthCheck (line 38) | public class HttpStatusCodeHealthCheck : IHealthCheck method HttpStatusCodeHealthCheck (line 44) | public HttpStatusCodeHealthCheck(HttpClient client, IServer server) method CheckHealthAsync (line 50) | public async Task CheckHealthAsync(HealthCheckConte... class HomeController (line 71) | public class HomeController : Controller method Index (line 73) | public ActionResult Index() method FakeStatus (line 96) | public ActionResult FakeStatus(int statusCode) FILE: projects/health-check/health-check-5/Program.cs class StatusOK (line 46) | public class StatusOK class StatusInternalServerError (line 51) | public class StatusInternalServerError class HttpStatusCodeHealthCheck (line 56) | public abstract class HttpStatusCodeHealthCheck : IHealthCheck method HttpStatusCodeHealthCheck (line 64) | public HttpStatusCodeHealthCheck(HttpClient client, IServer server, sh... method CheckHealthAsync (line 71) | public async Task CheckHealthAsync(HealthCheckConte... class OKHttpStatusCodeHealthCheck (line 92) | public class OKHttpStatusCodeHealthCheck : HttpStatusCodeHealthCheck method OKHttpStatusCodeHealthCheck (line 94) | public OKHttpStatusCodeHealthCheck(HttpClient client, IServer server, ... class ErrorHttpStatusCodeHealthCheck (line 99) | public class ErrorHttpStatusCodeHealthCheck : HttpStatusCodeHealthCheck method ErrorHttpStatusCodeHealthCheck (line 101) | public ErrorHttpStatusCodeHealthCheck(HttpClient client, IServer serve... class HomeController (line 106) | public class HomeController : Controller method Index (line 108) | public ActionResult Index() method FakeStatus (line 121) | public ActionResult FakeStatus(int statusCode) FILE: projects/health-check/health-check-6/Program.cs class StatusOK (line 45) | public class StatusOK class StatusBadRequest (line 50) | public class StatusBadRequest class HttpStatusCodeHealthCheck (line 55) | public abstract class HttpStatusCodeHealthCheck : IHealthCheck method HttpStatusCodeHealthCheck (line 63) | public HttpStatusCodeHealthCheck(HttpClient client, IServer server, sh... method CheckHealthAsync (line 70) | public async Task CheckHealthAsync(HealthCheckConte... class OKHttpStatusCodeHealthCheck (line 98) | public class OKHttpStatusCodeHealthCheck : HttpStatusCodeHealthCheck method OKHttpStatusCodeHealthCheck (line 100) | public OKHttpStatusCodeHealthCheck(HttpClient client, IServer server, ... class Error2HttpStatusCodeHealthCheck (line 105) | public class Error2HttpStatusCodeHealthCheck : HttpStatusCodeHealthCheck method Error2HttpStatusCodeHealthCheck (line 107) | public Error2HttpStatusCodeHealthCheck(HttpClient client, IServer serv... class HomeController (line 112) | public class HomeController : Controller method Index (line 114) | public ActionResult Index() method FakeStatus (line 127) | public ActionResult FakeStatus(int statusCode) FILE: projects/htmx/form-2/Program.cs class Input (line 127) | class Input FILE: projects/htmx/form/Program.cs class Input (line 61) | class Input FILE: projects/httpclientfactory/httpclientfactory-3/Program.cs class RssReader (line 19) | public class RssReader method RssReader (line 23) | public RssReader(HttpClient client) method Get (line 28) | public Task Get(string url) => _client.GetStringAsync(url); FILE: projects/httpclientfactory/httpclientfactory-4/Program.cs type IRss (line 18) | public interface IRss method Get (line 20) | Task Get(string url); class RssReader (line 23) | public class RssReader : IRss method RssReader (line 27) | public RssReader(HttpClient client) method Get (line 32) | public Task Get(string url) => _client.GetStringAsync(url); FILE: projects/hydro/component-1/Pages/Components/Container.cshtml.cs class Container (line 5) | public class Container : HydroComponent method Show (line 9) | public void Show(string text) FILE: projects/hydro/component-1/Pages/Components/Message.cshtml.cs class Message (line 4) | public class Message : HydroComponent method TriggerRender (line 10) | public void TriggerRender() FILE: projects/hydro/component-2/Pages/Components/Container.cshtml.cs class Container (line 5) | public class Container : HydroComponent method Show (line 9) | public void Show(string text) FILE: projects/hydro/component-2/Pages/Components/InnerMessage.cs class InnerMessage (line 4) | public class InnerMessage : HydroComponent FILE: projects/hydro/component-2/Pages/Components/Message.cshtml.cs class Message (line 4) | public class Message : HydroComponent method TriggerRender (line 10) | public void TriggerRender() FILE: projects/hydro/component-3/Pages/Components/Container.cshtml.cs class Container (line 5) | public class Container : HydroComponent FILE: projects/hydro/component-3/Pages/Components/Message.cshtml.cs class Message (line 4) | public class Message : HydroComponent method Mount (line 10) | public override void Mount() method MountAsync (line 15) | public override Task MountAsync() method Render (line 21) | public override void Render() method RenderAsync (line 26) | public override Task RenderAsync() method TriggerRender (line 32) | public void TriggerRender() FILE: projects/hydro/component-3/Pages/Components/Message2.cshtml.cs class Message2 (line 4) | public class Message2 : HydroComponent method Mount (line 10) | public override void Mount() method Render (line 15) | public override void Render() method TriggerRender (line 20) | public void TriggerRender() FILE: projects/hydro/cookies/Pages/Components/CookieControl.cshtml.cs class CookieControl (line 5) | public class CookieControl : HydroComponent method Mount (line 12) | public override void Mount() method SetCookie (line 18) | public void SetCookie() method RemoveCookie (line 25) | public void RemoveCookie() FILE: projects/hydro/cookies/Pages/Components/Message.cshtml.cs class Message (line 4) | public class Message : HydroComponent method Message (line 8) | public Message() method Mount (line 13) | public override void Mount() FILE: projects/hydro/cookies/Pages/Components/MessageUpdatedEvent.cs type MessageUpdatedEvent (line 4) | public record MessageUpdatedEvent(string Message); FILE: projects/hydro/event-child-parent/Pages/Components/Message.cshtml.cs class Message (line 4) | public class Message : HydroComponent method Message (line 8) | public Message() FILE: projects/hydro/event-child-parent/Pages/Components/MessageButton.cshtml.cs class MessageButton (line 5) | public class MessageButton : HydroComponent method Show (line 7) | public void Show(string text) FILE: projects/hydro/event-child-parent/Pages/Components/MessageChangedEvent.cs type MessageChangedEvent (line 3) | public record MessageChangedEvent(string Message); FILE: projects/hydro/event-global-subject/Pages/Components/Message.cshtml.cs class Message (line 4) | public class Message : HydroComponent method Message (line 10) | public Message() FILE: projects/hydro/event-global-subject/Pages/Components/MessageButton.cshtml.cs class MessageButton (line 6) | public class MessageButton : HydroComponent method Show (line 8) | public void Show(string text) FILE: projects/hydro/event-global-subject/Pages/Components/MessageChangedEvent.cs type MessageChangedEvent (line 3) | public record MessageChangedEvent(string Message); FILE: projects/hydro/event-global/Pages/Components/Message.cshtml.cs class Message (line 4) | public class Message : HydroComponent method Message (line 8) | public Message() FILE: projects/hydro/event-global/Pages/Components/MessageButton.cshtml.cs class MessageButton (line 5) | public class MessageButton : HydroComponent method Show (line 7) | public void Show(string text) FILE: projects/hydro/event-global/Pages/Components/MessageChangedEvent.cs type MessageChangedEvent (line 3) | public record MessageChangedEvent(string Message); FILE: projects/hydro/hello-world/Pages/Components/Message.cshtml.cs class Message (line 4) | public class Message : HydroComponent method Show (line 8) | public void Show(string text) FILE: projects/ihosted-service/ihosted-service-1/Program.cs class Greeter (line 21) | public class Greeter method ToString (line 24) | public override string ToString() => $"Hello world {Counter}"; method ToString (line 96) | public override string ToString() => $"Hello world {Counter}"; class GreeterUpdaterService (line 31) | public class GreeterUpdaterService : BackgroundService method GreeterUpdaterService (line 35) | public GreeterUpdaterService(Greeter greeter) method ExecuteAsync (line 40) | protected override async Task ExecuteAsync(CancellationToken stoppingT... method GreeterUpdaterService (line 77) | public GreeterUpdaterService(Greeter greeter) method ExecuteAsync (line 82) | protected override async Task ExecuteAsync(CancellationToken cancellat... class GreeterUpdaterService (line 74) | public class GreeterUpdaterService : HostedService method GreeterUpdaterService (line 35) | public GreeterUpdaterService(Greeter greeter) method ExecuteAsync (line 40) | protected override async Task ExecuteAsync(CancellationToken stoppingT... method GreeterUpdaterService (line 77) | public GreeterUpdaterService(Greeter greeter) method ExecuteAsync (line 82) | protected override async Task ExecuteAsync(CancellationToken cancellat... class Greeter (line 92) | public class Greeter method ToString (line 24) | public override string ToString() => $"Hello world {Counter}"; method ToString (line 96) | public override string ToString() => $"Hello world {Counter}"; FILE: projects/ihosted-service/ihosted-service-2/Program.cs class GreeterUpdaterService (line 16) | public class GreeterUpdaterService : IHostedService, IDisposable method GreeterUpdaterService (line 23) | public GreeterUpdaterService(ILogger logger, Gr... method DoWork (line 29) | private void DoWork(object state) method StartAsync (line 34) | public Task StartAsync(CancellationToken cancellationToken) method StopAsync (line 43) | public Task StopAsync(CancellationToken cancellationToken) method Dispose (line 52) | public void Dispose() class Greeter (line 58) | public class Greeter method ToString (line 62) | public override string ToString() => $"Hello world {Counter}"; FILE: projects/json/json-10/Program.cs class Person (line 38) | public class Person FILE: projects/json/json-11/Program.cs class Person (line 42) | public class Person class DateTimeConverter (line 49) | public class DateTimeConverter : JsonConverter method Read (line 54) | public override DateTime Read(ref Utf8JsonReader reader, Type typeToCo... method Write (line 62) | public override void Write(Utf8JsonWriter writer, DateTime value, Json... FILE: projects/json/json-2/Program.cs class Person (line 36) | public class Person FILE: projects/json/json-23/Program.cs type People (line 43) | public record People(string Name, int Age); FILE: projects/json/json-24/Program.cs type People (line 43) | public record People(string Name, int Age, int Height); FILE: projects/json/json-25/Program.cs type People (line 42) | public record People(string Name, int Age, int Height); FILE: projects/json/json-4/Program.cs class Person (line 36) | public class Person FILE: projects/json/json-5/Program.cs class Person (line 42) | public class Person FILE: projects/json/json-6/Program.cs class Superpower (line 53) | public class Superpower method Superpower (line 59) | public Superpower(string name, short rating) class Person (line 66) | public class Person FILE: projects/json/json-7/Program.cs class StringUtils (line 40) | internal static class StringUtils type SnakeCaseState (line 42) | internal enum SnakeCaseState method ToSnakeCase (line 50) | public static string ToSnakeCase(string s) class SnakeCaseNamingPolicy (line 121) | public class SnakeCaseNamingPolicy : JsonNamingPolicy method ConvertName (line 123) | public override string ConvertName(string name) FILE: projects/json/json-8/Program.cs class StringUtils (line 19) | internal static class StringUtils type SnakeCaseState (line 21) | internal enum SnakeCaseState method ToSnakeCaseNewtonsoft (line 29) | public static string ToSnakeCaseNewtonsoft(string s) method ToSnakeCaseLinq (line 99) | public static string ToSnakeCaseLinq(string s) class SnakeCaseConverter (line 105) | [MemoryDiagnoser] method ConvertToSnakeCaseNewtonsoft (line 108) | [Benchmark] method ConvertToSnakeCaseLinq (line 114) | [Benchmark] FILE: projects/json/json-9/Program.cs class Person (line 27) | public class Person class TimeSpanConverter (line 34) | public class TimeSpanConverter : JsonConverter method Read (line 36) | public override TimeSpan Read(ref Utf8JsonReader reader, Type typeToCo... method Write (line 41) | public override void Write(Utf8JsonWriter writer, TimeSpan value, Json... FILE: projects/json/json/Program.cs class Person (line 25) | public class Person FILE: projects/logging/logging-4/Program.cs class EvenOddLogs (line 51) | public static partial class EvenOddLogs method LogInformationWhenInputNumberIsEven (line 53) | [LoggerMessage(EventId = 1, Level = LogLevel.Information, Message = "i... method LogInformationWhenInputNumberIsOdd (line 56) | [LoggerMessage(EventId = 2, Level = LogLevel.Information, Message = "i... FILE: projects/logging/logging-5/Program.cs class Log (line 36) | public static class Log method Configure (line 42) | public static void Configure(ILoggerFactory loggerFactory) method CreateLogger (line 47) | public static ILogger CreateLogger() => _loggers.GetOrAdd(typeof(T)... method CreateLogger (line 49) | public static ILogger CreateLogger(string categoryName) => _loggers.Ge... FILE: projects/mailkit/mailkit-1/Program.cs class HomeController (line 17) | [Route("")] method HomeController (line 22) | public HomeController(EmailService EmailService) method Index (line 27) | [HttpGet("")] method Send (line 34) | [HttpPost("Send")] class EmailService (line 51) | public class EmailService method Send (line 53) | public void Send(EmailMessage email) class EmailMessage (line 81) | public class EmailMessage FILE: projects/mailkit/mailkit-2/Program.cs type IEmailService (line 17) | public interface IEmailService method ReceiveEmail (line 19) | List ReceiveEmail(int maxCount = 10); class EmailService (line 21) | public class EmailService : IEmailService method ReceiveEmail (line 23) | public List ReceiveEmail(int maxCount = 10) class EmailMessage (line 54) | public class EmailMessage class MailkitController (line 66) | public class MailkitController : Controller method MailkitController (line 69) | public MailkitController(IEmailService EmailService) method Index (line 74) | public IActionResult Index() method Retrieve (line 79) | [Route("Mailkit/Retrieve")] FILE: projects/markdown-server-middleware/Program.cs class MarkdownMiddleware (line 21) | public class MarkdownMiddleware method MarkdownMiddleware (line 27) | public MarkdownMiddleware(RequestDelegate next, IWebHostEnvironment env) method Invoke (line 33) | public async Task Invoke(HttpContext context) method ProduceMarkdown (line 80) | string ProduceMarkdown(string path) FILE: projects/middleware/middleware-10/Program.cs class TerminalMiddleware (line 5) | public class TerminalMiddleware method TerminalMiddleware (line 9) | public TerminalMiddleware(RequestDelegate next) method Invoke (line 13) | public async Task Invoke(HttpContext context, ILogger log) method InvokeAsync (line 19) | public async Task InvokeAsync(HttpContext context, RequestDelegate next) FILE: projects/middleware/middleware-12/Program.cs class MiddlewareHtml (line 14) | public class MiddlewareHtml method MiddlewareHtml (line 18) | public MiddlewareHtml(RequestDelegate next) => _next = next; method Invoke (line 20) | public async Task Invoke(HttpContext context) class MiddlewareTitle (line 31) | public class MiddlewareTitle method MiddlewareTitle (line 35) | public MiddlewareTitle(RequestDelegate next) => _next = next; method Invoke (line 37) | public async Task Invoke(HttpContext context) class MiddlewareFooter (line 44) | public class MiddlewareFooter method MiddlewareFooter (line 48) | public MiddlewareFooter(RequestDelegate next) => _next = next; method Invoke (line 50) | public async Task Invoke(HttpContext context) class MiddlewareUsedByMapWhen (line 58) | public class MiddlewareUsedByMapWhen method MiddlewareUsedByMapWhen (line 62) | public MiddlewareUsedByMapWhen(RequestDelegate next) => _next = next; method Invoke (line 64) | public async Task Invoke(HttpContext context) class MiddlewareUsedByUseWhen (line 76) | public class MiddlewareUsedByUseWhen method MiddlewareUsedByUseWhen (line 80) | public MiddlewareUsedByUseWhen(RequestDelegate next) => _next = next; method Invoke (line 82) | public async Task Invoke(HttpContext context) class MiddlewareNavigation (line 95) | public class MiddlewareNavigation method MiddlewareNavigation (line 99) | public MiddlewareNavigation(RequestDelegate next) => _next = next; method Invoke (line 101) | public async Task Invoke(HttpContext context) FILE: projects/middleware/middleware-13/Program.cs type ICustomApiException (line 11) | public interface ICustomApiException class ExampleApiException (line 17) | public class ExampleApiException : Exception, ICustomApiException method ExampleApiException (line 22) | public ExampleApiException(string message) : base(message) class ErrorDto (line 27) | public class ErrorDto class ErrorHandlingMiddleware (line 33) | public class ErrorHandlingMiddleware : IMiddleware method ErrorHandlingMiddleware (line 37) | public ErrorHandlingMiddleware(ILogger logger) method InvokeAsync (line 42) | public async Task InvokeAsync(HttpContext context, RequestDelegate next) FILE: projects/middleware/middleware-3/Program.cs class TerminalMiddleware (line 11) | public class TerminalMiddleware method TerminalMiddleware (line 13) | public TerminalMiddleware(RequestDelegate next) method Invoke (line 18) | public async Task Invoke(HttpContext context) FILE: projects/middleware/middleware-8/Program.cs class Content (line 14) | public class Content method SayHello (line 16) | public string SayHello() => "Hello world"; class Greeting (line 19) | public class Greeting method Greet (line 21) | public string Greet() => "Good morning"; class TerminalMiddleware (line 25) | public class TerminalMiddleware method TerminalMiddleware (line 32) | public TerminalMiddleware(RequestDelegate next, Greeting greet, string... method Invoke (line 40) | public async Task Invoke(HttpContext context) FILE: projects/middleware/middleware-9/Program.cs class Greeting (line 9) | public class Greeting method Greet (line 11) | public string Greet() => "Good morning"; class Goodbye (line 14) | public class Goodbye method Say (line 16) | public string Say() => "Goodbye"; class TerminalMiddleware (line 19) | public class TerminalMiddleware method TerminalMiddleware (line 23) | public TerminalMiddleware(RequestDelegate next, Greeting greet) method Invoke (line 28) | public async Task Invoke(HttpContext context, Goodbye goodbye) FILE: projects/mini/minimal-api-pokedex/src/Minimal.Api.Pokedex/Extensions/DependencyInjection.cs class DependencyInjection (line 5) | public static class DependencyInjection method AddPokedexApi (line 7) | public static IServiceCollection AddPokedexApi(this IServiceCollection... FILE: projects/mini/minimal-api-pokedex/src/Minimal.Api.Pokedex/Models/PokedexPagedResponse.cs class PokedexPagedResponse (line 3) | public class PokedexPagedResponse : PokedexResponse FILE: projects/mini/minimal-api-pokedex/src/Minimal.Api.Pokedex/Models/PokedexResponse.cs class PokedexResponse (line 3) | public class PokedexResponse FILE: projects/mini/minimal-api-pokedex/src/Minimal.Api.Pokedex/Models/PokemonEntity.cs class PokemonEntity (line 3) | public class PokemonEntity class Variation (line 11) | public class Variation class Stats (line 25) | public class Stats FILE: projects/mini/minimal-api-pokedex/src/Minimal.Api.Pokedex/Models/PokemonListItemEntity.cs class PokemonListItemEntity (line 3) | public class PokemonListItemEntity FILE: projects/mini/minimal-api-pokedex/src/Minimal.Api.Pokedex/Models/RouteConstants.cs class RouteConstants (line 3) | public class RouteConstants FILE: projects/mini/minimal-api-pokedex/src/Minimal.Api.Pokedex/PokedexApiEndpoint.cs class PokedexApiEndpoint (line 6) | public static class PokedexApiEndpoint method MapPokedexApiRoutes (line 8) | public static IEndpointRouteBuilder MapPokedexApiRoutes(this IEndpoint... method MapSearchingPokemon (line 17) | private static void MapSearchingPokemon(IEndpointRouteBuilder builder) method MapAllPokemonListing (line 31) | private static void MapAllPokemonListing(IEndpointRouteBuilder builder) method MapPokemonRead (line 40) | private static void MapPokemonRead(IEndpointRouteBuilder builder) method MapPagedPokemonListing (line 55) | private static void MapPagedPokemonListing(IEndpointRouteBuilder builder) FILE: projects/mini/minimal-api-pokedex/src/Minimal.Api.Pokedex/Services/IPokedexRepository.cs type IPokedexRepository (line 5) | public interface IPokedexRepository method Read (line 7) | public Task Read(); FILE: projects/mini/minimal-api-pokedex/src/Minimal.Api.Pokedex/Services/IPokedexService.cs type IPokedexService (line 5) | public interface IPokedexService method GetAsync (line 7) | public Task GetAsync(int page, int pageSize); method GetAsync (line 8) | public Task GetAsync(string name); method GetAllAsync (line 9) | public Task GetAllAsync(); method SearchAsync (line 10) | public Task SearchAsync(string query, int page, ... FILE: projects/mini/minimal-api-pokedex/src/Minimal.Api.Pokedex/Services/PokedexRepository.cs class PokedexRepository (line 7) | public class PokedexRepository : IPokedexRepository method PokedexRepository (line 15) | public PokedexRepository(IWebHostEnvironment environment) method Read (line 20) | public async Task Read() method LoadPokemons (line 27) | private async Task> LoadPokemons() FILE: projects/mini/minimal-api-pokedex/src/Minimal.Api.Pokedex/Services/PokedexService.cs class PokedexService (line 5) | public class PokedexService : IPokedexService method PokedexService (line 9) | public PokedexService(IPokedexRepository pokedexRepository) method GetAllAsync (line 13) | public async Task GetAllAsync() method GetAsync (line 19) | public async Task GetAsync(int page, int pageSize) method GetAsync (line 25) | public async Task GetAsync(string name) method SearchAsync (line 31) | public async Task SearchAsync(string query, int ... method BuildPagedResponse (line 44) | private PokedexPagedResponse BuildPagedResponse(int page, int pageSize... method BuildResponse (line 63) | private static PokedexResponse BuildResponse(PokemonEntity[] pokemons) FILE: projects/mini/pdf-viewer/wwwroot/js/pdfjs-viewer/debugger.js function removeSelection (line 23) | function removeSelection() { function resetSelection (line 29) | function resetSelection() { function selectFont (line 35) | function selectFont(fontName, show) { function textLayerClick (line 43) | function textLayerClick(e) { method active (line 82) | get active() { method active (line 85) | set active(value) { function properties (line 97) | function properties(obj, list) { function c (line 249) | function c(tag, textContent) { function simplifyArgs (line 257) | function simplifyArgs(args) { function Stepper (line 289) | function Stepper(panel, pageIndex, initialBreakPoints) { function cboxOnClick (line 318) | function cboxOnClick() { function clear (line 445) | function clear(node) { function getStatIndex (line 450) | function getStatIndex(pageNumber) { method init (line 464) | init(pdfjsLib) {} method add (line 468) | add(pageNumber, stat) { method cleanup (line 496) | cleanup() { method enable (line 511) | enable(ids) { method init (line 534) | init(pdfjsLib, container) { method cleanup (line 594) | cleanup() { method selectPanel (line 601) | selectPanel(index) { FILE: projects/mini/pdf-viewer/wwwroot/js/pdfjs-viewer/pdf.js function _typeof (line 291) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _interopRequireDefault (line 308) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function _createForOfIteratorHelper (line 310) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _unsupportedIterableToArray (line 312) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 314) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function asyncGeneratorStep (line 316) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 318) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _inherits (line 320) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 322) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 324) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 326) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 328) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 330) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 332) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function _classCallCheck (line 334) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 336) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 338) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function BaseCanvasFactory (line 345) | function BaseCanvasFactory() { function DOMCanvasFactory (line 396) | function DOMCanvasFactory() { function BaseCMapReaderFactory (line 435) | function BaseCMapReaderFactory(_ref2) { function fetch (line 494) | function fetch(_x) { function DOMCMapReaderFactory (line 517) | function DOMCMapReaderFactory() { function DOMSVGFactory (line 633) | function DOMSVGFactory() { function PageViewport (line 663) | function PageViewport(_ref5) { function RenderingCancelledException (line 800) | function RenderingCancelledException(msg, type) { function addLinkAttributes (line 823) | function addLinkAttributes(link) { function getFilenameFromUrl (line 872) | function getFilenameFromUrl(url) { function StatTimer (line 880) | function StatTimer() { function isFetchSupported (line 958) | function isFetchSupported() { function isValidFetchUrl (line 962) | function isValidFetchUrl(url, baseUrl) { function loadScript (line 973) | function loadScript(src) { function deprecated (line 995) | function deprecated(details) { function PDFDateString (line 1002) | function PDFDateString() { function _typeof (line 1074) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function define (line 1087) | function define(obj, key, value) { function wrap (line 1105) | function wrap(innerFn, outerFn, self, tryLocsList) { function tryCatch (line 1115) | function tryCatch(fn, obj, arg) { function Generator (line 1135) | function Generator() {} function GeneratorFunction (line 1137) | function GeneratorFunction() {} function GeneratorFunctionPrototype (line 1139) | function GeneratorFunctionPrototype() {} function defineIteratorMethods (line 1159) | function defineIteratorMethods(prototype) { function AsyncIterator (line 1190) | function AsyncIterator(generator, PromiseImpl) { function makeInvokeMethod (line 1248) | function makeInvokeMethod(innerFn, self, context) { function maybeInvokeDelegate (line 1314) | function maybeInvokeDelegate(delegate, context) { function pushTryEntry (line 1383) | function pushTryEntry(locs) { function resetTryEntry (line 1400) | function resetTryEntry(entry) { function Context (line 1407) | function Context(tryLocsList) { function values (line 1439) | function values(iterable) { function doneResult (line 1478) | function doneResult() { function handle (line 1523) | function handle(loc, caught) { function _defineProperties (line 1708) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 1710) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function _toConsumableArray (line 1712) | function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _it... function _nonIterableSpread (line 1714) | function _nonIterableSpread() { throw new TypeError("Invalid attempt to ... function _unsupportedIterableToArray (line 1716) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _iterableToArray (line 1718) | function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && S... function _arrayWithoutHoles (line 1720) | function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _array... function _arrayLikeToArray (line 1722) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _typeof (line 1724) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _classCallCheck (line 1726) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _inherits (line 1728) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 1730) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 1732) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 1734) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 1736) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 1738) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 1740) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function setVerbosityLevel (line 2063) | function setVerbosityLevel(level) { function getVerbosityLevel (line 2069) | function getVerbosityLevel() { function info (line 2073) | function info(msg) { function warn (line 2079) | function warn(msg) { function unreachable (line 2085) | function unreachable(msg) { function assert (line 2089) | function assert(cond, msg) { function isSameOrigin (line 2095) | function isSameOrigin(baseUrl, otherUrl) { function _isValidProtocol (line 2112) | function _isValidProtocol(url) { function createValidAbsoluteUrl (line 2130) | function createValidAbsoluteUrl(url, baseUrl) { function shadow (line 2146) | function shadow(obj, prop, value) { function BaseException (line 2157) | function BaseException(message) { function PasswordException (line 2178) | function PasswordException(msg, code) { function UnknownErrorException (line 2198) | function UnknownErrorException(msg, details) { function InvalidPDFException (line 2218) | function InvalidPDFException() { function MissingPDFException (line 2234) | function MissingPDFException() { function UnexpectedResponseException (line 2250) | function UnexpectedResponseException(msg, status) { function FormatError (line 2270) | function FormatError() { function AbortException (line 2286) | function AbortException() { function removeNullCharacters (line 2298) | function removeNullCharacters(str) { function bytesToString (line 2307) | function bytesToString(bytes) { function stringToBytes (line 2327) | function stringToBytes(str) { function arrayByteLength (line 2339) | function arrayByteLength(arr) { function arraysToBytes (line 2348) | function arraysToBytes(arr) { function string32 (line 2383) | function string32(value) { function objectSize (line 2387) | function objectSize(obj) { function objectFromEntries (line 2391) | function objectFromEntries(iterable) { function isLittleEndian (line 2395) | function isLittleEndian() { method value (line 2403) | get value() { function isEvalSupported (line 2410) | function isEvalSupported() { method value (line 2420) | get value() { function Util (line 2432) | function Util() { function compare (line 2515) | function compare(a, b) { function stringToPDFString (line 2549) | function stringToPDFString(str) { function escapeString (line 2571) | function escapeString(str) { function isAscii (line 2583) | function isAscii(str) { function stringToUTF16BEString (line 2587) | function stringToUTF16BEString(str) { function stringToUTF8String (line 2600) | function stringToUTF8String(str) { function utf8StringToString (line 2604) | function utf8StringToString(str) { function isBool (line 2608) | function isBool(v) { function isNum (line 2612) | function isNum(v) { function isString (line 2616) | function isString(v) { function isArrayBuffer (line 2620) | function isArrayBuffer(v) { function isArrayEqual (line 2624) | function isArrayEqual(arr1, arr2) { function getModificationDate (line 2634) | function getModificationDate() { function createPromiseCapability (line 2640) | function createPromiseCapability() { function encodeToXmlString (line 2700) | function encodeToXmlString(str) { function _typeof (line 2866) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function F (line 4000) | function F() { function noop (line 7073) | function noop() { function getGlobals (line 7075) | function getGlobals() { function typeIsObject (line 7086) | function typeIsObject(x) { function newPromise (line 7094) | function newPromise(executor) { function promiseResolvedWith (line 7097) | function promiseResolvedWith(value) { function promiseRejectedWith (line 7100) | function promiseRejectedWith(reason) { function PerformPromiseThen (line 7103) | function PerformPromiseThen(promise, onFulfilled, onRejected) { function uponPromise (line 7106) | function uponPromise(promise, onFulfilled, onRejected) { function uponFulfillment (line 7109) | function uponFulfillment(promise, onFulfilled) { function uponRejection (line 7112) | function uponRejection(promise, onRejected) { function transformPromiseWith (line 7115) | function transformPromiseWith(promise, fulfillmentHandler, rejectionHand... function setPromiseIsHandledToTrue (line 7118) | function setPromiseIsHandledToTrue(promise) { function reflectCall (line 7131) | function reflectCall(F, V, args) { function promiseCall (line 7137) | function promiseCall(F, V, args) { function SimpleQueue (line 7146) | function SimpleQueue() { function ReadableStreamReaderGenericInitialize (line 7223) | function ReadableStreamReaderGenericInitialize(reader, stream) { function ReadableStreamReaderGenericCancel (line 7234) | function ReadableStreamReaderGenericCancel(reader, reason) { function ReadableStreamReaderGenericRelease (line 7238) | function ReadableStreamReaderGenericRelease(reader) { function readerLockException (line 7247) | function readerLockException(name) { function defaultReaderClosedPromiseInitialize (line 7250) | function defaultReaderClosedPromiseInitialize(reader) { function defaultReaderClosedPromiseInitializeAsRejected (line 7256) | function defaultReaderClosedPromiseInitializeAsRejected(reader, reason) { function defaultReaderClosedPromiseInitializeAsResolved (line 7260) | function defaultReaderClosedPromiseInitializeAsResolved(reader) { function defaultReaderClosedPromiseReject (line 7264) | function defaultReaderClosedPromiseReject(reader, reason) { function defaultReaderClosedPromiseResetToRejected (line 7273) | function defaultReaderClosedPromiseResetToRejected(reader, reason) { function defaultReaderClosedPromiseResolve (line 7276) | function defaultReaderClosedPromiseResolve(reader) { function isDictionary (line 7294) | function isDictionary(x) { function assertDictionary (line 7297) | function assertDictionary(obj, context) { function assertFunction (line 7302) | function assertFunction(x, context) { function isObject (line 7307) | function isObject(x) { function assertObject (line 7310) | function assertObject(x, context) { function assertRequiredArgument (line 7315) | function assertRequiredArgument(x, position, context) { function assertRequiredField (line 7320) | function assertRequiredField(x, field, context) { function convertUnrestrictedDouble (line 7325) | function convertUnrestrictedDouble(value) { function censorNegativeZero (line 7328) | function censorNegativeZero(x) { function integerPart (line 7331) | function integerPart(x) { function convertUnsignedLongLongWithEnforceRange (line 7334) | function convertUnsignedLongLongWithEnforceRange(value, context) { function assertReadableStream (line 7351) | function assertReadableStream(x, context) { function AcquireReadableStreamDefaultReader (line 7356) | function AcquireReadableStreamDefaultReader(stream) { function ReadableStreamAddReadRequest (line 7359) | function ReadableStreamAddReadRequest(stream, readRequest) { function ReadableStreamFulfillReadRequest (line 7362) | function ReadableStreamFulfillReadRequest(stream, chunk, done) { function ReadableStreamGetNumReadRequests (line 7371) | function ReadableStreamGetNumReadRequests(stream) { function ReadableStreamHasDefaultReader (line 7374) | function ReadableStreamHasDefaultReader(stream) { function ReadableStreamDefaultReader (line 7385) | function ReadableStreamDefaultReader(stream) { function IsReadableStreamDefaultReader (line 7475) | function IsReadableStreamDefaultReader(x) { function ReadableStreamDefaultReaderRead (line 7484) | function ReadableStreamDefaultReaderRead(reader, readRequest) { function defaultReaderBrandCheckException (line 7495) | function defaultReaderBrandCheckException(name) { function ReadableStreamAsyncIteratorImpl (line 7507) | function ReadableStreamAsyncIteratorImpl(reader, preventCancel) { function AcquireReadableStreamAsyncIterator (line 7622) | function AcquireReadableStreamAsyncIterator(stream, preventCancel) { function IsReadableStreamAsyncIterator (line 7629) | function IsReadableStreamAsyncIterator(x) { function streamAsyncIteratorBrandCheckException (line 7638) | function streamAsyncIteratorBrandCheckException(name) { function IsFiniteNonNegativeNumber (line 7644) | function IsFiniteNonNegativeNumber(v) { function IsNonNegativeNumber (line 7653) | function IsNonNegativeNumber(v) { function DequeueValue (line 7665) | function DequeueValue(container) { function EnqueueValueWithSize (line 7673) | function EnqueueValueWithSize(container, value, size) { function PeekQueueValue (line 7684) | function PeekQueueValue(container) { function ResetQueue (line 7688) | function ResetQueue(container) { function CreateArrayFromList (line 7692) | function CreateArrayFromList(elements) { function CopyDataBlockBytes (line 7695) | function CopyDataBlockBytes(dest, destOffset, src, srcOffset, n) { function TransferArrayBuffer (line 7698) | function TransferArrayBuffer(O) { function IsDetachedBuffer (line 7701) | function IsDetachedBuffer(O) { function ReadableStreamBYOBRequest (line 7705) | function ReadableStreamBYOBRequest() { function ReadableByteStreamController (line 7763) | function ReadableByteStreamController() { function IsReadableByteStreamController (line 7896) | function IsReadableByteStreamController(x) { function IsReadableStreamBYOBRequest (line 7905) | function IsReadableStreamBYOBRequest(x) { function ReadableByteStreamControllerCallPullIfNeeded (line 7914) | function ReadableByteStreamControllerCallPullIfNeeded(controller) { function ReadableByteStreamControllerClearPendingPullIntos (line 7935) | function ReadableByteStreamControllerClearPendingPullIntos(controller) { function ReadableByteStreamControllerCommitPullIntoDescriptor (line 7939) | function ReadableByteStreamControllerCommitPullIntoDescriptor(stream, pu... function ReadableByteStreamControllerConvertPullIntoDescriptor (line 7951) | function ReadableByteStreamControllerConvertPullIntoDescriptor(pullIntoD... function ReadableByteStreamControllerEnqueueChunkToQueue (line 7956) | function ReadableByteStreamControllerEnqueueChunkToQueue(controller, buf... function ReadableByteStreamControllerFillPullIntoDescriptorFromQueue (line 7964) | function ReadableByteStreamControllerFillPullIntoDescriptorFromQueue(con... function ReadableByteStreamControllerFillHeadPullIntoDescriptor (line 7994) | function ReadableByteStreamControllerFillHeadPullIntoDescriptor(controll... function ReadableByteStreamControllerHandleQueueDrain (line 7998) | function ReadableByteStreamControllerHandleQueueDrain(controller) { function ReadableByteStreamControllerInvalidateBYOBRequest (line 8006) | function ReadableByteStreamControllerInvalidateBYOBRequest(controller) { function ReadableByteStreamControllerProcessPullIntoDescriptorsUsingQueue (line 8014) | function ReadableByteStreamControllerProcessPullIntoDescriptorsUsingQueu... function ReadableByteStreamControllerPullInto (line 8026) | function ReadableByteStreamControllerPullInto(controller, view, readInto... function ReadableByteStreamControllerRespondInClosedState (line 8071) | function ReadableByteStreamControllerRespondInClosedState(controller, fi... function ReadableByteStreamControllerRespondInReadableState (line 8081) | function ReadableByteStreamControllerRespondInReadableState(controller, ... function ReadableByteStreamControllerRespondInternal (line 8101) | function ReadableByteStreamControllerRespondInternal(controller, bytesWr... function ReadableByteStreamControllerShiftPendingPullInto (line 8114) | function ReadableByteStreamControllerShiftPendingPullInto(controller) { function ReadableByteStreamControllerShouldCallPull (line 8119) | function ReadableByteStreamControllerShouldCallPull(controller) { function ReadableByteStreamControllerClearAlgorithms (line 8142) | function ReadableByteStreamControllerClearAlgorithms(controller) { function ReadableByteStreamControllerClose (line 8146) | function ReadableByteStreamControllerClose(controller) { function ReadableByteStreamControllerEnqueue (line 8166) | function ReadableByteStreamControllerEnqueue(controller, chunk) { function ReadableByteStreamControllerError (line 8190) | function ReadableByteStreamControllerError(controller, e) { function ReadableByteStreamControllerGetDesiredSize (line 8200) | function ReadableByteStreamControllerGetDesiredSize(controller) { function ReadableByteStreamControllerRespond (line 8210) | function ReadableByteStreamControllerRespond(controller, bytesWritten) { function ReadableByteStreamControllerRespondWithNewView (line 8217) | function ReadableByteStreamControllerRespondWithNewView(controller, view) { function SetUpReadableByteStreamController (line 8228) | function SetUpReadableByteStreamController(stream, controller, startAlgo... function SetUpReadableByteStreamControllerFromUnderlyingSource (line 8251) | function SetUpReadableByteStreamControllerFromUnderlyingSource(stream, u... function SetUpReadableStreamBYOBRequest (line 8280) | function SetUpReadableStreamBYOBRequest(request, controller, view) { function byobRequestBrandCheckException (line 8284) | function byobRequestBrandCheckException(name) { function byteStreamControllerBrandCheckException (line 8287) | function byteStreamControllerBrandCheckException(name) { function AcquireReadableStreamBYOBReader (line 8290) | function AcquireReadableStreamBYOBReader(stream) { function ReadableStreamAddReadIntoRequest (line 8293) | function ReadableStreamAddReadIntoRequest(stream, readIntoRequest) { function ReadableStreamFulfillReadIntoRequest (line 8296) | function ReadableStreamFulfillReadIntoRequest(stream, chunk, done) { function ReadableStreamGetNumReadIntoRequests (line 8305) | function ReadableStreamGetNumReadIntoRequests(stream) { function ReadableStreamHasBYOBReader (line 8308) | function ReadableStreamHasBYOBReader(stream) { function ReadableStreamBYOBReader (line 8319) | function ReadableStreamBYOBReader(stream) { function IsReadableStreamBYOBReader (line 8421) | function IsReadableStreamBYOBReader(x) { function ReadableStreamBYOBReaderRead (line 8430) | function ReadableStreamBYOBReaderRead(reader, view, readIntoRequest) { function byobReaderBrandCheckException (line 8439) | function byobReaderBrandCheckException(name) { function ExtractHighWaterMark (line 8442) | function ExtractHighWaterMark(strategy, defaultHWM) { function ExtractSizeAlgorithm (line 8452) | function ExtractSizeAlgorithm(strategy) { function convertQueuingStrategy (line 8461) | function convertQueuingStrategy(init, context) { function convertQueuingStrategySize (line 8470) | function convertQueuingStrategySize(fn, context) { function convertUnderlyingSink (line 8476) | function convertUnderlyingSink(original, context) { function convertUnderlyingSinkAbortCallback (line 8491) | function convertUnderlyingSinkAbortCallback(fn, original, context) { function convertUnderlyingSinkCloseCallback (line 8497) | function convertUnderlyingSinkCloseCallback(fn, original, context) { function convertUnderlyingSinkStartCallback (line 8503) | function convertUnderlyingSinkStartCallback(fn, original, context) { function convertUnderlyingSinkWriteCallback (line 8509) | function convertUnderlyingSinkWriteCallback(fn, original, context) { function assertWritableStream (line 8518) | function assertWritableStream(x, context) { function WritableStream (line 8524) | function WritableStream(rawUnderlyingSink, rawStrategy) { function AcquireWritableStreamDefaultWriter (line 8601) | function AcquireWritableStreamDefaultWriter(stream) { function CreateWritableStream (line 8604) | function CreateWritableStream(startAlgorithm, writeAlgorithm, closeAlgor... function InitializeWritableStream (line 8619) | function InitializeWritableStream(stream) { function IsWritableStream (line 8631) | function IsWritableStream(x) { function IsWritableStreamLocked (line 8640) | function IsWritableStreamLocked(stream) { function WritableStreamAbort (line 8646) | function WritableStreamAbort(stream, reason) { function WritableStreamClose (line 8674) | function WritableStreamClose(stream) { function WritableStreamAddWriteRequest (line 8693) | function WritableStreamAddWriteRequest(stream) { function WritableStreamDealWithRejection (line 8703) | function WritableStreamDealWithRejection(stream, error) { function WritableStreamStartErroring (line 8711) | function WritableStreamStartErroring(stream, reason) { function WritableStreamFinishErroring (line 8723) | function WritableStreamFinishErroring(stream) { function WritableStreamFinishInFlightWrite (line 8751) | function WritableStreamFinishInFlightWrite(stream) { function WritableStreamFinishInFlightWriteWithError (line 8755) | function WritableStreamFinishInFlightWriteWithError(stream, error) { function WritableStreamFinishInFlightClose (line 8760) | function WritableStreamFinishInFlightClose(stream) { function WritableStreamFinishInFlightCloseWithError (line 8777) | function WritableStreamFinishInFlightCloseWithError(stream, error) { function WritableStreamCloseQueuedOrInFlight (line 8786) | function WritableStreamCloseQueuedOrInFlight(stream) { function WritableStreamHasOperationMarkedInFlight (line 8792) | function WritableStreamHasOperationMarkedInFlight(stream) { function WritableStreamMarkCloseRequestInFlight (line 8798) | function WritableStreamMarkCloseRequestInFlight(stream) { function WritableStreamMarkFirstWriteRequestInFlight (line 8802) | function WritableStreamMarkFirstWriteRequestInFlight(stream) { function WritableStreamRejectCloseAndClosedPromiseIfNeeded (line 8805) | function WritableStreamRejectCloseAndClosedPromiseIfNeeded(stream) { function WritableStreamUpdateBackpressure (line 8815) | function WritableStreamUpdateBackpressure(stream, backpressure) { function WritableStreamDefaultWriter (line 8827) | function WritableStreamDefaultWriter(stream) { function IsWritableStreamDefaultWriter (line 8952) | function IsWritableStreamDefaultWriter(x) { function WritableStreamDefaultWriterAbort (line 8961) | function WritableStreamDefaultWriterAbort(writer, reason) { function WritableStreamDefaultWriterClose (line 8965) | function WritableStreamDefaultWriterClose(writer) { function WritableStreamDefaultWriterCloseWithErrorPropagation (line 8969) | function WritableStreamDefaultWriterCloseWithErrorPropagation(writer) { function WritableStreamDefaultWriterEnsureClosedPromiseRejected (line 8980) | function WritableStreamDefaultWriterEnsureClosedPromiseRejected(writer, ... function WritableStreamDefaultWriterEnsureReadyPromiseRejected (line 8987) | function WritableStreamDefaultWriterEnsureReadyPromiseRejected(writer, e... function WritableStreamDefaultWriterGetDesiredSize (line 8994) | function WritableStreamDefaultWriterGetDesiredSize(writer) { function WritableStreamDefaultWriterRelease (line 9005) | function WritableStreamDefaultWriterRelease(writer) { function WritableStreamDefaultWriterWrite (line 9013) | function WritableStreamDefaultWriterWrite(writer, chunk) { function WritableStreamDefaultController (line 9036) | function WritableStreamDefaultController() { function IsWritableStreamDefaultController (line 9069) | function IsWritableStreamDefaultController(x) { function SetUpWritableStreamDefaultController (line 9078) | function SetUpWritableStreamDefaultController(stream, controller, startA... function SetUpWritableStreamDefaultControllerFromUnderlyingSink (line 9102) | function SetUpWritableStreamDefaultControllerFromUnderlyingSink(stream, ... function WritableStreamDefaultControllerClearAlgorithms (line 9138) | function WritableStreamDefaultControllerClearAlgorithms(controller) { function WritableStreamDefaultControllerClose (line 9144) | function WritableStreamDefaultControllerClose(controller) { function WritableStreamDefaultControllerGetChunkSize (line 9148) | function WritableStreamDefaultControllerGetChunkSize(controller, chunk) { function WritableStreamDefaultControllerGetDesiredSize (line 9156) | function WritableStreamDefaultControllerGetDesiredSize(controller) { function WritableStreamDefaultControllerWrite (line 9159) | function WritableStreamDefaultControllerWrite(controller, chunk, chunkSi... function WritableStreamDefaultControllerAdvanceQueueIfNeeded (line 9173) | function WritableStreamDefaultControllerAdvanceQueueIfNeeded(controller) { function WritableStreamDefaultControllerErrorIfNeeded (line 9196) | function WritableStreamDefaultControllerErrorIfNeeded(controller, error) { function WritableStreamDefaultControllerProcessClose (line 9201) | function WritableStreamDefaultControllerProcessClose(controller) { function WritableStreamDefaultControllerProcessWrite (line 9213) | function WritableStreamDefaultControllerProcessWrite(controller, chunk) { function WritableStreamDefaultControllerGetBackpressure (line 9233) | function WritableStreamDefaultControllerGetBackpressure(controller) { function WritableStreamDefaultControllerError (line 9237) | function WritableStreamDefaultControllerError(controller, error) { function streamBrandCheckException (line 9242) | function streamBrandCheckException(name) { function defaultWriterBrandCheckException (line 9245) | function defaultWriterBrandCheckException(name) { function defaultWriterLockException (line 9248) | function defaultWriterLockException(name) { function defaultWriterClosedPromiseInitialize (line 9251) | function defaultWriterClosedPromiseInitialize(writer) { function defaultWriterClosedPromiseInitializeAsRejected (line 9258) | function defaultWriterClosedPromiseInitializeAsRejected(writer, reason) { function defaultWriterClosedPromiseInitializeAsResolved (line 9262) | function defaultWriterClosedPromiseInitializeAsResolved(writer) { function defaultWriterClosedPromiseReject (line 9266) | function defaultWriterClosedPromiseReject(writer, reason) { function defaultWriterClosedPromiseResetToRejected (line 9276) | function defaultWriterClosedPromiseResetToRejected(writer, reason) { function defaultWriterClosedPromiseResolve (line 9279) | function defaultWriterClosedPromiseResolve(writer) { function defaultWriterReadyPromiseInitialize (line 9288) | function defaultWriterReadyPromiseInitialize(writer) { function defaultWriterReadyPromiseInitializeAsRejected (line 9295) | function defaultWriterReadyPromiseInitializeAsRejected(writer, reason) { function defaultWriterReadyPromiseInitializeAsResolved (line 9299) | function defaultWriterReadyPromiseInitializeAsResolved(writer) { function defaultWriterReadyPromiseReject (line 9303) | function defaultWriterReadyPromiseReject(writer, reason) { function defaultWriterReadyPromiseReset (line 9313) | function defaultWriterReadyPromiseReset(writer) { function defaultWriterReadyPromiseResetToRejected (line 9316) | function defaultWriterReadyPromiseResetToRejected(writer, reason) { function defaultWriterReadyPromiseResolve (line 9319) | function defaultWriterReadyPromiseResolve(writer) { function isAbortSignal (line 9328) | function isAbortSignal(value) { function isDOMExceptionConstructor (line 9339) | function isDOMExceptionConstructor(ctor) { function createDOMExceptionPolyfill (line 9350) | function createDOMExceptionPolyfill() { function ReadableStreamPipeTo (line 9367) | function ReadableStreamPipeTo(source, dest, preventClose, preventAbort, ... function ReadableStreamDefaultController (line 9542) | function ReadableStreamDefaultController() { function IsReadableStreamDefaultController (line 9621) | function IsReadableStreamDefaultController(x) { function ReadableStreamDefaultControllerCallPullIfNeeded (line 9630) | function ReadableStreamDefaultControllerCallPullIfNeeded(controller) { function ReadableStreamDefaultControllerShouldCallPull (line 9651) | function ReadableStreamDefaultControllerShouldCallPull(controller) { function ReadableStreamDefaultControllerClearAlgorithms (line 9668) | function ReadableStreamDefaultControllerClearAlgorithms(controller) { function ReadableStreamDefaultControllerClose (line 9673) | function ReadableStreamDefaultControllerClose(controller) { function ReadableStreamDefaultControllerEnqueue (line 9684) | function ReadableStreamDefaultControllerEnqueue(controller, chunk) { function ReadableStreamDefaultControllerError (line 9708) | function ReadableStreamDefaultControllerError(controller, e) { function ReadableStreamDefaultControllerGetDesiredSize (line 9717) | function ReadableStreamDefaultControllerGetDesiredSize(controller) { function ReadableStreamDefaultControllerHasBackpressure (line 9727) | function ReadableStreamDefaultControllerHasBackpressure(controller) { function ReadableStreamDefaultControllerCanCloseOrEnqueue (line 9733) | function ReadableStreamDefaultControllerCanCloseOrEnqueue(controller) { function SetUpReadableStreamDefaultController (line 9740) | function SetUpReadableStreamDefaultController(stream, controller, startA... function SetUpReadableStreamDefaultControllerFromUnderlyingSource (line 9762) | function SetUpReadableStreamDefaultControllerFromUnderlyingSource(stream... function defaultControllerBrandCheckException (line 9790) | function defaultControllerBrandCheckException(name) { function ReadableStreamTee (line 9793) | function ReadableStreamTee(stream, cloneForBranch2) { function convertUnderlyingDefaultOrByteSource (line 9882) | function convertUnderlyingDefaultOrByteSource(source, context) { function convertUnderlyingSourceCancelCallback (line 9898) | function convertUnderlyingSourceCancelCallback(fn, original, context) { function convertUnderlyingSourcePullCallback (line 9904) | function convertUnderlyingSourcePullCallback(fn, original, context) { function convertUnderlyingSourceStartCallback (line 9910) | function convertUnderlyingSourceStartCallback(fn, original, context) { function convertReadableStreamType (line 9916) | function convertReadableStreamType(type, context) { function convertReaderOptions (line 9923) | function convertReaderOptions(options, context) { function convertReadableStreamReaderMode (line 9928) | function convertReadableStreamReaderMode(mode, context) { function convertIteratorOptions (line 9935) | function convertIteratorOptions(options, context) { function convertPipeOptions (line 9940) | function convertPipeOptions(options, context) { function assertAbortSignal (line 9956) | function assertAbortSignal(signal, context) { function convertReadableWritablePair (line 9961) | function convertReadableWritablePair(pair, context) { function ReadableStream (line 9975) | function ReadableStream(rawUnderlyingSource, rawStrategy) { function CreateReadableStream (line 10125) | function CreateReadableStream(startAlgorithm, pullAlgorithm, cancelAlgor... function InitializeReadableStream (line 10140) | function InitializeReadableStream(stream) { function IsReadableStream (line 10146) | function IsReadableStream(x) { function IsReadableStreamLocked (line 10155) | function IsReadableStreamLocked(stream) { function ReadableStreamCancel (line 10161) | function ReadableStreamCancel(stream, reason) { function ReadableStreamClose (line 10173) | function ReadableStreamClose(stream) { function ReadableStreamError (line 10187) | function ReadableStreamError(stream, e) { function streamBrandCheckException$1 (line 10207) | function streamBrandCheckException$1(name) { function convertQueuingStrategyInit (line 10210) | function convertQueuingStrategyInit(init, context) { function ByteLengthQueuingStrategy (line 10220) | function ByteLengthQueuingStrategy(options) { function byteLengthBrandCheckException (line 10257) | function byteLengthBrandCheckException(name) { function IsByteLengthQueuingStrategy (line 10260) | function IsByteLengthQueuingStrategy(x) { function CountQueuingStrategy (line 10273) | function CountQueuingStrategy(options) { function countBrandCheckException (line 10310) | function countBrandCheckException(name) { function IsCountQueuingStrategy (line 10313) | function IsCountQueuingStrategy(x) { function convertTransformer (line 10322) | function convertTransformer(original, context) { function convertTransformerFlushCallback (line 10337) | function convertTransformerFlushCallback(fn, original, context) { function convertTransformerStartCallback (line 10343) | function convertTransformerStartCallback(fn, original, context) { function convertTransformerTransformCallback (line 10349) | function convertTransformerTransformCallback(fn, original, context) { function TransformStream (line 10359) | function TransformStream(rawTransformer, rawWritableStrategy, rawReadabl... function InitializeTransformStream (line 10429) | function InitializeTransformStream(stream, startPromise, writableHighWat... function IsTransformStream (line 10457) | function IsTransformStream(x) { function TransformStreamError (line 10466) | function TransformStreamError(stream, e) { function TransformStreamErrorWritableAndUnblockWrite (line 10470) | function TransformStreamErrorWritableAndUnblockWrite(stream, e) { function TransformStreamSetBackpressure (line 10477) | function TransformStreamSetBackpressure(stream, backpressure) { function TransformStreamDefaultController (line 10487) | function TransformStreamDefaultController() { function IsTransformStreamDefaultController (line 10539) | function IsTransformStreamDefaultController(x) { function SetUpTransformStreamDefaultController (line 10548) | function SetUpTransformStreamDefaultController(stream, controller, trans... function SetUpTransformStreamDefaultControllerFromTransformer (line 10554) | function SetUpTransformStreamDefaultControllerFromTransformer(stream, tr... function TransformStreamDefaultControllerClearAlgorithms (line 10579) | function TransformStreamDefaultControllerClearAlgorithms(controller) { function TransformStreamDefaultControllerEnqueue (line 10583) | function TransformStreamDefaultControllerEnqueue(controller, chunk) { function TransformStreamDefaultControllerError (line 10600) | function TransformStreamDefaultControllerError(controller, e) { function TransformStreamDefaultControllerPerformTransform (line 10603) | function TransformStreamDefaultControllerPerformTransform(controller, ch... function TransformStreamDefaultControllerTerminate (line 10610) | function TransformStreamDefaultControllerTerminate(controller) { function TransformStreamDefaultSinkWriteAlgorithm (line 10617) | function TransformStreamDefaultSinkWriteAlgorithm(stream, chunk) { function TransformStreamDefaultSinkAbortAlgorithm (line 10632) | function TransformStreamDefaultSinkAbortAlgorithm(stream, reason) { function TransformStreamDefaultSinkCloseAlgorithm (line 10636) | function TransformStreamDefaultSinkCloseAlgorithm(stream) { function TransformStreamDefaultSourcePullAlgorithm (line 10651) | function TransformStreamDefaultSourcePullAlgorithm(stream) { function defaultControllerBrandCheckException$1 (line 10655) | function defaultControllerBrandCheckException$1(name) { function streamBrandCheckException$2 (line 10658) | function streamBrandCheckException$2(name) { function _interopRequireDefault (line 10921) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function asyncGeneratorStep (line 10923) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 10925) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _toConsumableArray (line 10927) | function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _it... function _nonIterableSpread (line 10929) | function _nonIterableSpread() { throw new TypeError("Invalid attempt to ... function _iterableToArray (line 10931) | function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && S... function _arrayWithoutHoles (line 10933) | function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _array... function _createForOfIteratorHelper (line 10935) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _classCallCheck (line 10937) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 10939) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 10941) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function _slicedToArray (line 10943) | function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterab... function _nonIterableRest (line 10945) | function _nonIterableRest() { throw new TypeError("Invalid attempt to de... function _unsupportedIterableToArray (line 10947) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 10949) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _iterableToArrayLimit (line 10951) | function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefine... function _arrayWithHoles (line 10953) | function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function _typeof (line 10955) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function setPDFNetworkStreamFactory (line 10965) | function setPDFNetworkStreamFactory(pdfNetworkStreamFactory) { function getDocument (line 10969) | function getDocument(src) { function _fetchDocument (line 11127) | function _fetchDocument(worker, source, pdfDataRangeTransport, docId) { function PDFDocumentLoadingTask (line 11169) | function PDFDocumentLoadingTask() { function PDFDataRangeTransport (line 11213) | function PDFDataRangeTransport(length, initialData) { function PDFDocumentProxy (line 11349) | function PDFDocumentProxy(pdfInfo, transport) { function PDFPageProxy (line 11519) | function PDFPageProxy(pageIndex, pageInfo, transport, ownerDocument) { function operatorListChanged (line 11763) | function operatorListChanged() { function pump (line 11837) | function pump() { function LoopbackPort (line 12139) | function LoopbackPort() { function cloneValue (line 12154) | function cloneValue(value) { function _getWorkerSrc (line 12270) | function _getWorkerSrc() { function getMainThreadWorkerMessageHandler (line 12286) | function getMainThreadWorkerMessageHandler() { function setupFakeWorkerGlobal (line 12298) | function setupFakeWorkerGlobal() { function createCDNWrapper (line 12354) | function createCDNWrapper(url) { function PDFWorker (line 12360) | function PDFWorker() { function WorkerTransport (line 12603) | function WorkerTransport(messageHandler, loadingTask, networkStream, par... function PDFObjects (line 13267) | function PDFObjects() { function RenderTask (line 13331) | function RenderTask(internalRenderTask) { function InternalRenderTask (line 13357) | function InternalRenderTask(_ref18) { function _next (line 13554) | function _next() { function _typeof (line 13580) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _interopRequireDefault (line 13591) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function _inherits (line 13593) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 13595) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 13597) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 13599) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 13601) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 13603) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 13605) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function asyncGeneratorStep (line 13607) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 13609) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _classCallCheck (line 13611) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 13613) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 13615) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function BaseFontLoader (line 13618) | function BaseFontLoader(_ref) { function bind (line 13764) | function bind(_x) { function GenericFontLoader (line 13810) | function GenericFontLoader(params) { function completeRequest (line 13844) | function completeRequest() { function int32 (line 13878) | function int32(data, offset) { function spliceString (line 13882) | function spliceString(s, offset, remove, insert) { function isFontReady (line 13897) | function isFontReady(name, callback) { function FontFaceObject (line 13976) | function FontFaceObject(translatedData, _ref2) { function _typeof (line 14103) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _defineProperties (line 14116) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 14118) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function _inherits (line 14120) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 14122) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 14124) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 14126) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 14128) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 14130) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 14132) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function _classCallCheck (line 14134) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function NodeCanvasFactory (line 14158) | function NodeCanvasFactory() { function NodeCMapReaderFactory (line 14189) | function NodeCMapReaderFactory() { function _slicedToArray (line 14234) | function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterab... function _nonIterableRest (line 14236) | function _nonIterableRest() { throw new TypeError("Invalid attempt to de... function _unsupportedIterableToArray (line 14238) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 14240) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _iterableToArrayLimit (line 14242) | function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefine... function _arrayWithHoles (line 14244) | function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function _classCallCheck (line 14246) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 14248) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 14250) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function AnnotationStorage (line 14253) | function AnnotationStorage() { function _typeof (line 14385) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _createForOfIteratorHelper (line 14387) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _unsupportedIterableToArray (line 14389) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 14391) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function addContextCurrentTransform (line 14400) | function addContextCurrentTransform(ctx) { function CachedCanvases (line 14494) | function CachedCanvases(canvasFactory) { function compileType3Glyph (line 14529) | function compileType3Glyph(imgData) { function CanvasExtraState (line 14704) | function CanvasExtraState() { function CanvasGraphics (line 14748) | function CanvasGraphics(canvasCtx, commonObjs, objs, canvasFactory, webG... function putBinaryImageData (line 14781) | function putBinaryImageData(ctx, imgData) { function putBinaryImageMask (line 14972) | function putBinaryImageMask(ctx, imgData) { function copyCtxState (line 15007) | function copyCtxState(sourceCtx, destCtx) { function resetCtxToDefault (line 15024) | function resetCtxToDefault(ctx) { function composeSMaskBackdrop (line 15042) | function composeSMaskBackdrop(bytes, r0, g0, b0) { function composeSMaskAlpha (line 15061) | function composeSMaskAlpha(maskData, layerData, transferMap) { function composeSMaskLuminosity (line 15071) | function composeSMaskLuminosity(maskData, layerData, transferMap) { function genericComposeSMask (line 15080) | function genericComposeSMask(maskCtx, layerCtx, width, height, subtype, ... function composeSMask (line 15110) | function composeSMask(ctx, smask, layerCtx, webGLContext) { method isFontSubpixelAAEnabled (line 15823) | get isFontSubpixelAAEnabled() { function applyBoundingBox (line 16661) | function applyBoundingBox(ctx, bbox) { function drawTriangle (line 16705) | function drawTriangle(data, context, p1, p2, p3, c1, c2, c3) { function drawFigure (line 16832) | function drawFigure(data, figure, context) { function createMeshCanvas (line 16866) | function createMeshCanvas(bounds, combinesScale, coords, colors, figures... function getShadingPatternFromIR (line 16990) | function getShadingPatternFromIR(raw) { function TilingPattern (line 17007) | function TilingPattern(IR, color, ctx, canvasGraphicsFactory, baseTransf... function _interopRequireDefault (line 17153) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function asyncGeneratorStep (line 17155) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 17157) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _classCallCheck (line 17159) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 17161) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 17163) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function _typeof (line 17165) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function wrapReason (line 17184) | function wrapReason(reason) { function MessageHandler (line 17208) | function MessageHandler(sourceName, targetName, comObj) { function _deleteStreamController (line 17663) | function _deleteStreamController(_x) { function _createForOfIteratorHelper (line 17706) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _unsupportedIterableToArray (line 17708) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 17710) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _classCallCheck (line 17712) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 17714) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 17716) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function Metadata (line 17719) | function Metadata(data) { function _typeof (line 17905) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _inherits (line 17914) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 17916) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 17918) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 17920) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 17922) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 17924) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 17926) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function _createForOfIteratorHelper (line 17928) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _slicedToArray (line 17930) | function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterab... function _nonIterableRest (line 17932) | function _nonIterableRest() { throw new TypeError("Invalid attempt to de... function _unsupportedIterableToArray (line 17934) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 17936) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _iterableToArrayLimit (line 17938) | function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefine... function _arrayWithHoles (line 17940) | function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function _classCallCheck (line 17942) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 17944) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 17946) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function isWhitespace (line 17963) | function isWhitespace(s, index) { function isWhitespaceString (line 17968) | function isWhitespaceString(s) { function XMLParserBase (line 17979) | function XMLParserBase() { function skipWs (line 18021) | function skipWs() { function skipWs (line 18084) | function skipWs() { function SimpleDOMNode (line 18273) | function SimpleDOMNode(nodeName, nodeValue) { function SimpleXMLParser (line 18464) | function SimpleXMLParser(_ref) { function _createForOfIteratorHelper (line 18588) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _unsupportedIterableToArray (line 18590) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 18592) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _defineProperties (line 18594) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 18596) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function _classCallCheck (line 18598) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function OptionalContentConfig (line 18609) | function OptionalContentConfig(data) { function _interopRequireDefault (line 18867) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function asyncGeneratorStep (line 18869) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 18871) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _createForOfIteratorHelper (line 18873) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _unsupportedIterableToArray (line 18875) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 18877) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _classCallCheck (line 18879) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 18881) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 18883) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function PDFDataTransportStream (line 18886) | function PDFDataTransportStream(params, pdfDataRangeTransport) { function PDFDataTransportStreamReader (line 19054) | function PDFDataTransportStreamReader(stream, queuedChunks) { function read (line 19176) | function read() { function PDFDataTransportStreamRangeReader (line 19211) | function PDFDataTransportStreamRangeReader(stream, begin, end) { function read (line 19306) | function read() { function _classCallCheck (line 19347) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 19349) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 19351) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function WebGLContext (line 19354) | function WebGLContext(_ref) { function loadShader (line 19405) | function loadShader(gl, code, shaderType) { function createVertexShader (line 19419) | function createVertexShader(gl, code) { function createFragmentShader (line 19423) | function createFragmentShader(gl, code) { function createProgram (line 19427) | function createProgram(gl, shaders) { function createTexture (line 19445) | function createTexture(gl, image, textureId) { function generateGL (line 19459) | function generateGL() { function initSmaskGL (line 19514) | function initSmaskGL() { function composeSMask (line 19544) | function composeSMask(layer, mask, properties) { function initFiguresGL (line 19613) | function initFiguresGL() { function drawFigures (line 19634) | function drawFigures(width, height, backgroundColor, figures, context) { function _typeof (line 19798) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _get (line 19813) | function _get(target, property, receiver) { if (typeof Reflect !== "unde... function _superPropBase (line 19815) | function _superPropBase(object, property) { while (!Object.prototype.has... function _slicedToArray (line 19817) | function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterab... function _nonIterableRest (line 19819) | function _nonIterableRest() { throw new TypeError("Invalid attempt to de... function _iterableToArrayLimit (line 19821) | function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefine... function _arrayWithHoles (line 19823) | function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function _inherits (line 19825) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 19827) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 19829) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 19831) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 19833) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 19835) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 19837) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function _createForOfIteratorHelper (line 19839) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _unsupportedIterableToArray (line 19841) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 19843) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _classCallCheck (line 19845) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 19847) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 19849) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function AnnotationElementFactory (line 19852) | function AnnotationElementFactory() { function AnnotationElement (line 19945) | function AnnotationElement(parameters) { function LinkAnnotationElement (line 20134) | function LinkAnnotationElement(parameters) { function TextAnnotationElement (line 20262) | function TextAnnotationElement(parameters) { function WidgetAnnotationElement (line 20302) | function WidgetAnnotationElement() { function TextWidgetAnnotationElement (line 20391) | function TextWidgetAnnotationElement(parameters) { function CheckboxWidgetAnnotationElement (line 20678) | function CheckboxWidgetAnnotationElement(parameters) { function RadioButtonWidgetAnnotationElement (line 20786) | function RadioButtonWidgetAnnotationElement(parameters) { function PushButtonWidgetAnnotationElement (line 20916) | function PushButtonWidgetAnnotationElement() { function ChoiceWidgetAnnotationElement (line 20945) | function ChoiceWidgetAnnotationElement(parameters) { function PopupAnnotationElement (line 21201) | function PopupAnnotationElement(parameters) { function PopupElement (line 21253) | function PopupElement(parameters) { function FreeTextAnnotationElement (line 21385) | function FreeTextAnnotationElement(parameters) { function LineAnnotationElement (line 21416) | function LineAnnotationElement(parameters) { function SquareAnnotationElement (line 21458) | function SquareAnnotationElement(parameters) { function CircleAnnotationElement (line 21502) | function CircleAnnotationElement(parameters) { function PolylineAnnotationElement (line 21546) | function PolylineAnnotationElement(parameters) { function PolygonAnnotationElement (line 21610) | function PolygonAnnotationElement(parameters) { function CaretAnnotationElement (line 21629) | function CaretAnnotationElement(parameters) { function InkAnnotationElement (line 21660) | function InkAnnotationElement(parameters) { function HighlightAnnotationElement (line 21738) | function HighlightAnnotationElement(parameters) { function UnderlineAnnotationElement (line 21773) | function UnderlineAnnotationElement(parameters) { function SquigglyAnnotationElement (line 21808) | function SquigglyAnnotationElement(parameters) { function StrikeOutAnnotationElement (line 21843) | function StrikeOutAnnotationElement(parameters) { function StampAnnotationElement (line 21878) | function StampAnnotationElement(parameters) { function FileAttachmentAnnotationElement (line 21909) | function FileAttachmentAnnotationElement(parameters) { function AnnotationLayer (line 21965) | function AnnotationLayer() { function _slicedToArray (line 22100) | function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterab... function _nonIterableRest (line 22102) | function _nonIterableRest() { throw new TypeError("Invalid attempt to de... function _unsupportedIterableToArray (line 22104) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 22106) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _iterableToArrayLimit (line 22108) | function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefine... function _arrayWithHoles (line 22110) | function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function _classCallCheck (line 22112) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 22114) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 22116) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function makeColorComp (line 22118) | function makeColorComp(n) { function ColorConverters (line 22123) | function ColorConverters() { function isAllWhitespace (line 22246) | function isAllWhitespace(str) { function appendText (line 22250) | function appendText(task, geom, styles) { function render (line 22376) | function render(task) { function findPositiveMin (line 22401) | function findPositiveMin(ts, offset, count) { function expand (line 22415) | function expand(task) { function expandBounds (line 22479) | function expandBounds(width, height, boxes) { function expandBoundsLTR (line 22522) | function expandBoundsLTR(width, bounds) { function TextLayerRenderTask (line 22671) | function TextLayerRenderTask(_ref) { method promise (line 22712) | get promise() { function renderTextLayer (line 22911) | function renderTextLayer(renderParameters) { function _toConsumableArray (line 22950) | function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _it... function _nonIterableSpread (line 22952) | function _nonIterableSpread() { throw new TypeError("Invalid attempt to ... function _iterableToArray (line 22954) | function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && S... function _arrayWithoutHoles (line 22956) | function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _array... function _slicedToArray (line 22958) | function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterab... function _nonIterableRest (line 22960) | function _nonIterableRest() { throw new TypeError("Invalid attempt to de... function _iterableToArrayLimit (line 22962) | function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefine... function _arrayWithHoles (line 22964) | function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function _createForOfIteratorHelper (line 22966) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _unsupportedIterableToArray (line 22968) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 22970) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _classCallCheck (line 22972) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 22974) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 22976) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function crc32 (line 23092) | function crc32(data, start, end) { function writePngChunk (line 23104) | function writePngChunk(type, body, data, offset) { function adler32 (line 23126) | function adler32(data, start, end) { function deflateSync (line 23138) | function deflateSync(literals) { function deflateSyncUncompressed (line 23164) | function deflateSyncUncompressed(literals) { function encode (line 23201) | function encode(imgData, kind, forceDataSchema, isMask) { function SVGExtraState (line 23275) | function SVGExtraState() { function SVGGraphics (line 23331) | function SVGGraphics(commonObjs, objs) { function _typeof (line 24677) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _interopRequireDefault (line 24690) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function _inherits (line 24692) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 24694) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 24696) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 24698) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 24700) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 24702) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 24704) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function asyncGeneratorStep (line 24706) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 24708) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _classCallCheck (line 24710) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 24712) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 24714) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function parseUrl (line 24728) | function parseUrl(sourceUrl) { function PDFNodeStream (line 24747) | function PDFNodeStream(source) { function BaseFullReader (line 24807) | function BaseFullReader(stream) { function read (line 24923) | function read() { function BaseRangeReader (line 24980) | function BaseRangeReader(stream) { function read (line 25064) | function read() { function createRequestOptions (line 25116) | function createRequestOptions(parsedUrl, headers) { function PDFNodeStreamFullReader (line 25133) | function PDFNodeStreamFullReader(stream) { function PDFNodeStreamRangeReader (line 25199) | function PDFNodeStreamRangeReader(stream, start, end) { function PDFNodeStreamFsFullReader (line 25254) | function PDFNodeStreamFsFullReader(stream) { function PDFNodeStreamFsRangeReader (line 25296) | function PDFNodeStreamFsRangeReader(stream, start, end) { function validateRangeRequestCapabilities (line 25338) | function validateRangeRequestCapabilities(_ref) { function extractFilenameFromHeader (line 25378) | function extractFilenameFromHeader(getResponseHeader) { function createResponseStatusError (line 25398) | function createResponseStatusError(status, url) { function validateResponseStatus (line 25406) | function validateResponseStatus(status) { function _slicedToArray (line 25422) | function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterab... function _nonIterableRest (line 25424) | function _nonIterableRest() { throw new TypeError("Invalid attempt to de... function _unsupportedIterableToArray (line 25426) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 25428) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _iterableToArrayLimit (line 25430) | function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefine... function _arrayWithHoles (line 25432) | function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function getFilenameFromContentDispositionHeader (line 25434) | function getFilenameFromContentDispositionHeader(contentDisposition) { function _interopRequireDefault (line 25639) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function asyncGeneratorStep (line 25641) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 25643) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _classCallCheck (line 25645) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 25647) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 25649) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function getArrayBuffer (line 25655) | function getArrayBuffer(xhr) { function NetworkManager (line 25667) | function NetworkManager(url, args) { function PDFNetworkStream (line 25847) | function PDFNetworkStream(source) { function PDFNetworkStreamFullRequestReader (line 25907) | function PDFNetworkStreamFullRequestReader(manager, source) { function read (line 26107) | function read() { function PDFNetworkStreamRangeRequestReader (line 26141) | function PDFNetworkStreamRangeRequestReader(manager, begin, end) { function read (line 26254) | function read() { function _interopRequireDefault (line 26303) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function asyncGeneratorStep (line 26305) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 26307) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _classCallCheck (line 26309) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 26311) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 26313) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function createFetchOptions (line 26317) | function createFetchOptions(headers, withCredentials, abortController) { function createHeaders (line 26328) | function createHeaders(httpHeaders) { function PDFFetchStream (line 26345) | function PDFFetchStream(source) { function PDFFetchStreamReader (line 26403) | function PDFFetchStreamReader(stream) { function read (line 26545) | function read() { function PDFFetchStreamRangeReader (line 26568) | function PDFFetchStreamRangeReader(stream, begin, end) { function read (line 26668) | function read() { function __w_pdfjs_require__ (line 26697) | function __w_pdfjs_require__(moduleId) { FILE: projects/mini/pdf-viewer/wwwroot/js/pdfjs-viewer/pdf.worker.js function _interopRequireDefault (line 86) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function _createForOfIteratorHelper (line 88) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _toArray (line 90) | function _toArray(arr) { return _arrayWithHoles(arr) || _iterableToArray... function _iterableToArray (line 92) | function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && S... function _slicedToArray (line 94) | function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterab... function _nonIterableRest (line 96) | function _nonIterableRest() { throw new TypeError("Invalid attempt to de... function _unsupportedIterableToArray (line 98) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 100) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _iterableToArrayLimit (line 102) | function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefine... function _arrayWithHoles (line 104) | function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function asyncGeneratorStep (line 106) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 108) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _classCallCheck (line 110) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 112) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 114) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function WorkerTask (line 117) | function WorkerTask(name) { function WorkerMessageHandler (line 155) | function WorkerMessageHandler() { function ensureNotTerminated (line 219) | function ensureNotTerminated() { function startWorkerTask (line 225) | function startWorkerTask(task) { function finishWorkerTask (line 229) | function finishWorkerTask(task) { function loadDocument (line 235) | function loadDocument(_x) { function _loadDocument (line 239) | function _loadDocument() { function getPdfManager (line 291) | function getPdfManager(data, evaluatorOptions) { function setupDoc (line 414) | function setupDoc(data) { function isMessagePort (line 811) | function isMessagePort(maybePort) { function _typeof (line 836) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function define (line 849) | function define(obj, key, value) { function wrap (line 867) | function wrap(innerFn, outerFn, self, tryLocsList) { function tryCatch (line 877) | function tryCatch(fn, obj, arg) { function Generator (line 897) | function Generator() {} function GeneratorFunction (line 899) | function GeneratorFunction() {} function GeneratorFunctionPrototype (line 901) | function GeneratorFunctionPrototype() {} function defineIteratorMethods (line 921) | function defineIteratorMethods(prototype) { function AsyncIterator (line 952) | function AsyncIterator(generator, PromiseImpl) { function makeInvokeMethod (line 1010) | function makeInvokeMethod(innerFn, self, context) { function maybeInvokeDelegate (line 1076) | function maybeInvokeDelegate(delegate, context) { function pushTryEntry (line 1145) | function pushTryEntry(locs) { function resetTryEntry (line 1162) | function resetTryEntry(entry) { function Context (line 1169) | function Context(tryLocsList) { function values (line 1201) | function values(iterable) { function doneResult (line 1240) | function doneResult() { function handle (line 1285) | function handle(loc, caught) { function _defineProperties (line 1470) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 1472) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function _toConsumableArray (line 1474) | function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _it... function _nonIterableSpread (line 1476) | function _nonIterableSpread() { throw new TypeError("Invalid attempt to ... function _unsupportedIterableToArray (line 1478) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _iterableToArray (line 1480) | function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && S... function _arrayWithoutHoles (line 1482) | function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _array... function _arrayLikeToArray (line 1484) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _typeof (line 1486) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _classCallCheck (line 1488) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _inherits (line 1490) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 1492) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 1494) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 1496) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 1498) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 1500) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 1502) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function setVerbosityLevel (line 1825) | function setVerbosityLevel(level) { function getVerbosityLevel (line 1831) | function getVerbosityLevel() { function info (line 1835) | function info(msg) { function warn (line 1841) | function warn(msg) { function unreachable (line 1847) | function unreachable(msg) { function assert (line 1851) | function assert(cond, msg) { function isSameOrigin (line 1857) | function isSameOrigin(baseUrl, otherUrl) { function _isValidProtocol (line 1874) | function _isValidProtocol(url) { function createValidAbsoluteUrl (line 1892) | function createValidAbsoluteUrl(url, baseUrl) { function shadow (line 1908) | function shadow(obj, prop, value) { function BaseException (line 1919) | function BaseException(message) { function PasswordException (line 1940) | function PasswordException(msg, code) { function UnknownErrorException (line 1960) | function UnknownErrorException(msg, details) { function InvalidPDFException (line 1980) | function InvalidPDFException() { function MissingPDFException (line 1996) | function MissingPDFException() { function UnexpectedResponseException (line 2012) | function UnexpectedResponseException(msg, status) { function FormatError (line 2032) | function FormatError() { function AbortException (line 2048) | function AbortException() { function removeNullCharacters (line 2060) | function removeNullCharacters(str) { function bytesToString (line 2069) | function bytesToString(bytes) { function stringToBytes (line 2089) | function stringToBytes(str) { function arrayByteLength (line 2101) | function arrayByteLength(arr) { function arraysToBytes (line 2110) | function arraysToBytes(arr) { function string32 (line 2145) | function string32(value) { function objectSize (line 2149) | function objectSize(obj) { function objectFromEntries (line 2153) | function objectFromEntries(iterable) { function isLittleEndian (line 2157) | function isLittleEndian() { method value (line 2165) | get value() { function isEvalSupported (line 2172) | function isEvalSupported() { method value (line 2182) | get value() { function Util (line 2194) | function Util() { function compare (line 2277) | function compare(a, b) { function stringToPDFString (line 2311) | function stringToPDFString(str) { function escapeString (line 2333) | function escapeString(str) { function isAscii (line 2345) | function isAscii(str) { function stringToUTF16BEString (line 2349) | function stringToUTF16BEString(str) { function stringToUTF8String (line 2362) | function stringToUTF8String(str) { function utf8StringToString (line 2366) | function utf8StringToString(str) { function isBool (line 2370) | function isBool(v) { function isNum (line 2374) | function isNum(v) { function isString (line 2378) | function isString(v) { function isArrayBuffer (line 2382) | function isArrayBuffer(v) { function isArrayEqual (line 2386) | function isArrayEqual(arr1, arr2) { function getModificationDate (line 2396) | function getModificationDate() { function createPromiseCapability (line 2402) | function createPromiseCapability() { function encodeToXmlString (line 2462) | function encodeToXmlString(str) { function _typeof (line 2628) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function F (line 3762) | function F() { function noop (line 6835) | function noop() { function getGlobals (line 6837) | function getGlobals() { function typeIsObject (line 6848) | function typeIsObject(x) { function newPromise (line 6856) | function newPromise(executor) { function promiseResolvedWith (line 6859) | function promiseResolvedWith(value) { function promiseRejectedWith (line 6862) | function promiseRejectedWith(reason) { function PerformPromiseThen (line 6865) | function PerformPromiseThen(promise, onFulfilled, onRejected) { function uponPromise (line 6868) | function uponPromise(promise, onFulfilled, onRejected) { function uponFulfillment (line 6871) | function uponFulfillment(promise, onFulfilled) { function uponRejection (line 6874) | function uponRejection(promise, onRejected) { function transformPromiseWith (line 6877) | function transformPromiseWith(promise, fulfillmentHandler, rejectionHand... function setPromiseIsHandledToTrue (line 6880) | function setPromiseIsHandledToTrue(promise) { function reflectCall (line 6893) | function reflectCall(F, V, args) { function promiseCall (line 6899) | function promiseCall(F, V, args) { function SimpleQueue (line 6908) | function SimpleQueue() { function ReadableStreamReaderGenericInitialize (line 6985) | function ReadableStreamReaderGenericInitialize(reader, stream) { function ReadableStreamReaderGenericCancel (line 6996) | function ReadableStreamReaderGenericCancel(reader, reason) { function ReadableStreamReaderGenericRelease (line 7000) | function ReadableStreamReaderGenericRelease(reader) { function readerLockException (line 7009) | function readerLockException(name) { function defaultReaderClosedPromiseInitialize (line 7012) | function defaultReaderClosedPromiseInitialize(reader) { function defaultReaderClosedPromiseInitializeAsRejected (line 7018) | function defaultReaderClosedPromiseInitializeAsRejected(reader, reason) { function defaultReaderClosedPromiseInitializeAsResolved (line 7022) | function defaultReaderClosedPromiseInitializeAsResolved(reader) { function defaultReaderClosedPromiseReject (line 7026) | function defaultReaderClosedPromiseReject(reader, reason) { function defaultReaderClosedPromiseResetToRejected (line 7035) | function defaultReaderClosedPromiseResetToRejected(reader, reason) { function defaultReaderClosedPromiseResolve (line 7038) | function defaultReaderClosedPromiseResolve(reader) { function isDictionary (line 7056) | function isDictionary(x) { function assertDictionary (line 7059) | function assertDictionary(obj, context) { function assertFunction (line 7064) | function assertFunction(x, context) { function isObject (line 7069) | function isObject(x) { function assertObject (line 7072) | function assertObject(x, context) { function assertRequiredArgument (line 7077) | function assertRequiredArgument(x, position, context) { function assertRequiredField (line 7082) | function assertRequiredField(x, field, context) { function convertUnrestrictedDouble (line 7087) | function convertUnrestrictedDouble(value) { function censorNegativeZero (line 7090) | function censorNegativeZero(x) { function integerPart (line 7093) | function integerPart(x) { function convertUnsignedLongLongWithEnforceRange (line 7096) | function convertUnsignedLongLongWithEnforceRange(value, context) { function assertReadableStream (line 7113) | function assertReadableStream(x, context) { function AcquireReadableStreamDefaultReader (line 7118) | function AcquireReadableStreamDefaultReader(stream) { function ReadableStreamAddReadRequest (line 7121) | function ReadableStreamAddReadRequest(stream, readRequest) { function ReadableStreamFulfillReadRequest (line 7124) | function ReadableStreamFulfillReadRequest(stream, chunk, done) { function ReadableStreamGetNumReadRequests (line 7133) | function ReadableStreamGetNumReadRequests(stream) { function ReadableStreamHasDefaultReader (line 7136) | function ReadableStreamHasDefaultReader(stream) { function ReadableStreamDefaultReader (line 7147) | function ReadableStreamDefaultReader(stream) { function IsReadableStreamDefaultReader (line 7237) | function IsReadableStreamDefaultReader(x) { function ReadableStreamDefaultReaderRead (line 7246) | function ReadableStreamDefaultReaderRead(reader, readRequest) { function defaultReaderBrandCheckException (line 7257) | function defaultReaderBrandCheckException(name) { function ReadableStreamAsyncIteratorImpl (line 7269) | function ReadableStreamAsyncIteratorImpl(reader, preventCancel) { function AcquireReadableStreamAsyncIterator (line 7384) | function AcquireReadableStreamAsyncIterator(stream, preventCancel) { function IsReadableStreamAsyncIterator (line 7391) | function IsReadableStreamAsyncIterator(x) { function streamAsyncIteratorBrandCheckException (line 7400) | function streamAsyncIteratorBrandCheckException(name) { function IsFiniteNonNegativeNumber (line 7406) | function IsFiniteNonNegativeNumber(v) { function IsNonNegativeNumber (line 7415) | function IsNonNegativeNumber(v) { function DequeueValue (line 7427) | function DequeueValue(container) { function EnqueueValueWithSize (line 7435) | function EnqueueValueWithSize(container, value, size) { function PeekQueueValue (line 7446) | function PeekQueueValue(container) { function ResetQueue (line 7450) | function ResetQueue(container) { function CreateArrayFromList (line 7454) | function CreateArrayFromList(elements) { function CopyDataBlockBytes (line 7457) | function CopyDataBlockBytes(dest, destOffset, src, srcOffset, n) { function TransferArrayBuffer (line 7460) | function TransferArrayBuffer(O) { function IsDetachedBuffer (line 7463) | function IsDetachedBuffer(O) { function ReadableStreamBYOBRequest (line 7467) | function ReadableStreamBYOBRequest() { function ReadableByteStreamController (line 7525) | function ReadableByteStreamController() { function IsReadableByteStreamController (line 7658) | function IsReadableByteStreamController(x) { function IsReadableStreamBYOBRequest (line 7667) | function IsReadableStreamBYOBRequest(x) { function ReadableByteStreamControllerCallPullIfNeeded (line 7676) | function ReadableByteStreamControllerCallPullIfNeeded(controller) { function ReadableByteStreamControllerClearPendingPullIntos (line 7697) | function ReadableByteStreamControllerClearPendingPullIntos(controller) { function ReadableByteStreamControllerCommitPullIntoDescriptor (line 7701) | function ReadableByteStreamControllerCommitPullIntoDescriptor(stream, pu... function ReadableByteStreamControllerConvertPullIntoDescriptor (line 7713) | function ReadableByteStreamControllerConvertPullIntoDescriptor(pullIntoD... function ReadableByteStreamControllerEnqueueChunkToQueue (line 7718) | function ReadableByteStreamControllerEnqueueChunkToQueue(controller, buf... function ReadableByteStreamControllerFillPullIntoDescriptorFromQueue (line 7726) | function ReadableByteStreamControllerFillPullIntoDescriptorFromQueue(con... function ReadableByteStreamControllerFillHeadPullIntoDescriptor (line 7756) | function ReadableByteStreamControllerFillHeadPullIntoDescriptor(controll... function ReadableByteStreamControllerHandleQueueDrain (line 7760) | function ReadableByteStreamControllerHandleQueueDrain(controller) { function ReadableByteStreamControllerInvalidateBYOBRequest (line 7768) | function ReadableByteStreamControllerInvalidateBYOBRequest(controller) { function ReadableByteStreamControllerProcessPullIntoDescriptorsUsingQueue (line 7776) | function ReadableByteStreamControllerProcessPullIntoDescriptorsUsingQueu... function ReadableByteStreamControllerPullInto (line 7788) | function ReadableByteStreamControllerPullInto(controller, view, readInto... function ReadableByteStreamControllerRespondInClosedState (line 7833) | function ReadableByteStreamControllerRespondInClosedState(controller, fi... function ReadableByteStreamControllerRespondInReadableState (line 7843) | function ReadableByteStreamControllerRespondInReadableState(controller, ... function ReadableByteStreamControllerRespondInternal (line 7863) | function ReadableByteStreamControllerRespondInternal(controller, bytesWr... function ReadableByteStreamControllerShiftPendingPullInto (line 7876) | function ReadableByteStreamControllerShiftPendingPullInto(controller) { function ReadableByteStreamControllerShouldCallPull (line 7881) | function ReadableByteStreamControllerShouldCallPull(controller) { function ReadableByteStreamControllerClearAlgorithms (line 7904) | function ReadableByteStreamControllerClearAlgorithms(controller) { function ReadableByteStreamControllerClose (line 7908) | function ReadableByteStreamControllerClose(controller) { function ReadableByteStreamControllerEnqueue (line 7928) | function ReadableByteStreamControllerEnqueue(controller, chunk) { function ReadableByteStreamControllerError (line 7952) | function ReadableByteStreamControllerError(controller, e) { function ReadableByteStreamControllerGetDesiredSize (line 7962) | function ReadableByteStreamControllerGetDesiredSize(controller) { function ReadableByteStreamControllerRespond (line 7972) | function ReadableByteStreamControllerRespond(controller, bytesWritten) { function ReadableByteStreamControllerRespondWithNewView (line 7979) | function ReadableByteStreamControllerRespondWithNewView(controller, view) { function SetUpReadableByteStreamController (line 7990) | function SetUpReadableByteStreamController(stream, controller, startAlgo... function SetUpReadableByteStreamControllerFromUnderlyingSource (line 8013) | function SetUpReadableByteStreamControllerFromUnderlyingSource(stream, u... function SetUpReadableStreamBYOBRequest (line 8042) | function SetUpReadableStreamBYOBRequest(request, controller, view) { function byobRequestBrandCheckException (line 8046) | function byobRequestBrandCheckException(name) { function byteStreamControllerBrandCheckException (line 8049) | function byteStreamControllerBrandCheckException(name) { function AcquireReadableStreamBYOBReader (line 8052) | function AcquireReadableStreamBYOBReader(stream) { function ReadableStreamAddReadIntoRequest (line 8055) | function ReadableStreamAddReadIntoRequest(stream, readIntoRequest) { function ReadableStreamFulfillReadIntoRequest (line 8058) | function ReadableStreamFulfillReadIntoRequest(stream, chunk, done) { function ReadableStreamGetNumReadIntoRequests (line 8067) | function ReadableStreamGetNumReadIntoRequests(stream) { function ReadableStreamHasBYOBReader (line 8070) | function ReadableStreamHasBYOBReader(stream) { function ReadableStreamBYOBReader (line 8081) | function ReadableStreamBYOBReader(stream) { function IsReadableStreamBYOBReader (line 8183) | function IsReadableStreamBYOBReader(x) { function ReadableStreamBYOBReaderRead (line 8192) | function ReadableStreamBYOBReaderRead(reader, view, readIntoRequest) { function byobReaderBrandCheckException (line 8201) | function byobReaderBrandCheckException(name) { function ExtractHighWaterMark (line 8204) | function ExtractHighWaterMark(strategy, defaultHWM) { function ExtractSizeAlgorithm (line 8214) | function ExtractSizeAlgorithm(strategy) { function convertQueuingStrategy (line 8223) | function convertQueuingStrategy(init, context) { function convertQueuingStrategySize (line 8232) | function convertQueuingStrategySize(fn, context) { function convertUnderlyingSink (line 8238) | function convertUnderlyingSink(original, context) { function convertUnderlyingSinkAbortCallback (line 8253) | function convertUnderlyingSinkAbortCallback(fn, original, context) { function convertUnderlyingSinkCloseCallback (line 8259) | function convertUnderlyingSinkCloseCallback(fn, original, context) { function convertUnderlyingSinkStartCallback (line 8265) | function convertUnderlyingSinkStartCallback(fn, original, context) { function convertUnderlyingSinkWriteCallback (line 8271) | function convertUnderlyingSinkWriteCallback(fn, original, context) { function assertWritableStream (line 8280) | function assertWritableStream(x, context) { function WritableStream (line 8286) | function WritableStream(rawUnderlyingSink, rawStrategy) { function AcquireWritableStreamDefaultWriter (line 8363) | function AcquireWritableStreamDefaultWriter(stream) { function CreateWritableStream (line 8366) | function CreateWritableStream(startAlgorithm, writeAlgorithm, closeAlgor... function InitializeWritableStream (line 8381) | function InitializeWritableStream(stream) { function IsWritableStream (line 8393) | function IsWritableStream(x) { function IsWritableStreamLocked (line 8402) | function IsWritableStreamLocked(stream) { function WritableStreamAbort (line 8408) | function WritableStreamAbort(stream, reason) { function WritableStreamClose (line 8436) | function WritableStreamClose(stream) { function WritableStreamAddWriteRequest (line 8455) | function WritableStreamAddWriteRequest(stream) { function WritableStreamDealWithRejection (line 8465) | function WritableStreamDealWithRejection(stream, error) { function WritableStreamStartErroring (line 8473) | function WritableStreamStartErroring(stream, reason) { function WritableStreamFinishErroring (line 8485) | function WritableStreamFinishErroring(stream) { function WritableStreamFinishInFlightWrite (line 8513) | function WritableStreamFinishInFlightWrite(stream) { function WritableStreamFinishInFlightWriteWithError (line 8517) | function WritableStreamFinishInFlightWriteWithError(stream, error) { function WritableStreamFinishInFlightClose (line 8522) | function WritableStreamFinishInFlightClose(stream) { function WritableStreamFinishInFlightCloseWithError (line 8539) | function WritableStreamFinishInFlightCloseWithError(stream, error) { function WritableStreamCloseQueuedOrInFlight (line 8548) | function WritableStreamCloseQueuedOrInFlight(stream) { function WritableStreamHasOperationMarkedInFlight (line 8554) | function WritableStreamHasOperationMarkedInFlight(stream) { function WritableStreamMarkCloseRequestInFlight (line 8560) | function WritableStreamMarkCloseRequestInFlight(stream) { function WritableStreamMarkFirstWriteRequestInFlight (line 8564) | function WritableStreamMarkFirstWriteRequestInFlight(stream) { function WritableStreamRejectCloseAndClosedPromiseIfNeeded (line 8567) | function WritableStreamRejectCloseAndClosedPromiseIfNeeded(stream) { function WritableStreamUpdateBackpressure (line 8577) | function WritableStreamUpdateBackpressure(stream, backpressure) { function WritableStreamDefaultWriter (line 8589) | function WritableStreamDefaultWriter(stream) { function IsWritableStreamDefaultWriter (line 8714) | function IsWritableStreamDefaultWriter(x) { function WritableStreamDefaultWriterAbort (line 8723) | function WritableStreamDefaultWriterAbort(writer, reason) { function WritableStreamDefaultWriterClose (line 8727) | function WritableStreamDefaultWriterClose(writer) { function WritableStreamDefaultWriterCloseWithErrorPropagation (line 8731) | function WritableStreamDefaultWriterCloseWithErrorPropagation(writer) { function WritableStreamDefaultWriterEnsureClosedPromiseRejected (line 8742) | function WritableStreamDefaultWriterEnsureClosedPromiseRejected(writer, ... function WritableStreamDefaultWriterEnsureReadyPromiseRejected (line 8749) | function WritableStreamDefaultWriterEnsureReadyPromiseRejected(writer, e... function WritableStreamDefaultWriterGetDesiredSize (line 8756) | function WritableStreamDefaultWriterGetDesiredSize(writer) { function WritableStreamDefaultWriterRelease (line 8767) | function WritableStreamDefaultWriterRelease(writer) { function WritableStreamDefaultWriterWrite (line 8775) | function WritableStreamDefaultWriterWrite(writer, chunk) { function WritableStreamDefaultController (line 8798) | function WritableStreamDefaultController() { function IsWritableStreamDefaultController (line 8831) | function IsWritableStreamDefaultController(x) { function SetUpWritableStreamDefaultController (line 8840) | function SetUpWritableStreamDefaultController(stream, controller, startA... function SetUpWritableStreamDefaultControllerFromUnderlyingSink (line 8864) | function SetUpWritableStreamDefaultControllerFromUnderlyingSink(stream, ... function WritableStreamDefaultControllerClearAlgorithms (line 8900) | function WritableStreamDefaultControllerClearAlgorithms(controller) { function WritableStreamDefaultControllerClose (line 8906) | function WritableStreamDefaultControllerClose(controller) { function WritableStreamDefaultControllerGetChunkSize (line 8910) | function WritableStreamDefaultControllerGetChunkSize(controller, chunk) { function WritableStreamDefaultControllerGetDesiredSize (line 8918) | function WritableStreamDefaultControllerGetDesiredSize(controller) { function WritableStreamDefaultControllerWrite (line 8921) | function WritableStreamDefaultControllerWrite(controller, chunk, chunkSi... function WritableStreamDefaultControllerAdvanceQueueIfNeeded (line 8935) | function WritableStreamDefaultControllerAdvanceQueueIfNeeded(controller) { function WritableStreamDefaultControllerErrorIfNeeded (line 8958) | function WritableStreamDefaultControllerErrorIfNeeded(controller, error) { function WritableStreamDefaultControllerProcessClose (line 8963) | function WritableStreamDefaultControllerProcessClose(controller) { function WritableStreamDefaultControllerProcessWrite (line 8975) | function WritableStreamDefaultControllerProcessWrite(controller, chunk) { function WritableStreamDefaultControllerGetBackpressure (line 8995) | function WritableStreamDefaultControllerGetBackpressure(controller) { function WritableStreamDefaultControllerError (line 8999) | function WritableStreamDefaultControllerError(controller, error) { function streamBrandCheckException (line 9004) | function streamBrandCheckException(name) { function defaultWriterBrandCheckException (line 9007) | function defaultWriterBrandCheckException(name) { function defaultWriterLockException (line 9010) | function defaultWriterLockException(name) { function defaultWriterClosedPromiseInitialize (line 9013) | function defaultWriterClosedPromiseInitialize(writer) { function defaultWriterClosedPromiseInitializeAsRejected (line 9020) | function defaultWriterClosedPromiseInitializeAsRejected(writer, reason) { function defaultWriterClosedPromiseInitializeAsResolved (line 9024) | function defaultWriterClosedPromiseInitializeAsResolved(writer) { function defaultWriterClosedPromiseReject (line 9028) | function defaultWriterClosedPromiseReject(writer, reason) { function defaultWriterClosedPromiseResetToRejected (line 9038) | function defaultWriterClosedPromiseResetToRejected(writer, reason) { function defaultWriterClosedPromiseResolve (line 9041) | function defaultWriterClosedPromiseResolve(writer) { function defaultWriterReadyPromiseInitialize (line 9050) | function defaultWriterReadyPromiseInitialize(writer) { function defaultWriterReadyPromiseInitializeAsRejected (line 9057) | function defaultWriterReadyPromiseInitializeAsRejected(writer, reason) { function defaultWriterReadyPromiseInitializeAsResolved (line 9061) | function defaultWriterReadyPromiseInitializeAsResolved(writer) { function defaultWriterReadyPromiseReject (line 9065) | function defaultWriterReadyPromiseReject(writer, reason) { function defaultWriterReadyPromiseReset (line 9075) | function defaultWriterReadyPromiseReset(writer) { function defaultWriterReadyPromiseResetToRejected (line 9078) | function defaultWriterReadyPromiseResetToRejected(writer, reason) { function defaultWriterReadyPromiseResolve (line 9081) | function defaultWriterReadyPromiseResolve(writer) { function isAbortSignal (line 9090) | function isAbortSignal(value) { function isDOMExceptionConstructor (line 9101) | function isDOMExceptionConstructor(ctor) { function createDOMExceptionPolyfill (line 9112) | function createDOMExceptionPolyfill() { function ReadableStreamPipeTo (line 9129) | function ReadableStreamPipeTo(source, dest, preventClose, preventAbort, ... function ReadableStreamDefaultController (line 9304) | function ReadableStreamDefaultController() { function IsReadableStreamDefaultController (line 9383) | function IsReadableStreamDefaultController(x) { function ReadableStreamDefaultControllerCallPullIfNeeded (line 9392) | function ReadableStreamDefaultControllerCallPullIfNeeded(controller) { function ReadableStreamDefaultControllerShouldCallPull (line 9413) | function ReadableStreamDefaultControllerShouldCallPull(controller) { function ReadableStreamDefaultControllerClearAlgorithms (line 9430) | function ReadableStreamDefaultControllerClearAlgorithms(controller) { function ReadableStreamDefaultControllerClose (line 9435) | function ReadableStreamDefaultControllerClose(controller) { function ReadableStreamDefaultControllerEnqueue (line 9446) | function ReadableStreamDefaultControllerEnqueue(controller, chunk) { function ReadableStreamDefaultControllerError (line 9470) | function ReadableStreamDefaultControllerError(controller, e) { function ReadableStreamDefaultControllerGetDesiredSize (line 9479) | function ReadableStreamDefaultControllerGetDesiredSize(controller) { function ReadableStreamDefaultControllerHasBackpressure (line 9489) | function ReadableStreamDefaultControllerHasBackpressure(controller) { function ReadableStreamDefaultControllerCanCloseOrEnqueue (line 9495) | function ReadableStreamDefaultControllerCanCloseOrEnqueue(controller) { function SetUpReadableStreamDefaultController (line 9502) | function SetUpReadableStreamDefaultController(stream, controller, startA... function SetUpReadableStreamDefaultControllerFromUnderlyingSource (line 9524) | function SetUpReadableStreamDefaultControllerFromUnderlyingSource(stream... function defaultControllerBrandCheckException (line 9552) | function defaultControllerBrandCheckException(name) { function ReadableStreamTee (line 9555) | function ReadableStreamTee(stream, cloneForBranch2) { function convertUnderlyingDefaultOrByteSource (line 9644) | function convertUnderlyingDefaultOrByteSource(source, context) { function convertUnderlyingSourceCancelCallback (line 9660) | function convertUnderlyingSourceCancelCallback(fn, original, context) { function convertUnderlyingSourcePullCallback (line 9666) | function convertUnderlyingSourcePullCallback(fn, original, context) { function convertUnderlyingSourceStartCallback (line 9672) | function convertUnderlyingSourceStartCallback(fn, original, context) { function convertReadableStreamType (line 9678) | function convertReadableStreamType(type, context) { function convertReaderOptions (line 9685) | function convertReaderOptions(options, context) { function convertReadableStreamReaderMode (line 9690) | function convertReadableStreamReaderMode(mode, context) { function convertIteratorOptions (line 9697) | function convertIteratorOptions(options, context) { function convertPipeOptions (line 9702) | function convertPipeOptions(options, context) { function assertAbortSignal (line 9718) | function assertAbortSignal(signal, context) { function convertReadableWritablePair (line 9723) | function convertReadableWritablePair(pair, context) { function ReadableStream (line 9737) | function ReadableStream(rawUnderlyingSource, rawStrategy) { function CreateReadableStream (line 9887) | function CreateReadableStream(startAlgorithm, pullAlgorithm, cancelAlgor... function InitializeReadableStream (line 9902) | function InitializeReadableStream(stream) { function IsReadableStream (line 9908) | function IsReadableStream(x) { function IsReadableStreamLocked (line 9917) | function IsReadableStreamLocked(stream) { function ReadableStreamCancel (line 9923) | function ReadableStreamCancel(stream, reason) { function ReadableStreamClose (line 9935) | function ReadableStreamClose(stream) { function ReadableStreamError (line 9949) | function ReadableStreamError(stream, e) { function streamBrandCheckException$1 (line 9969) | function streamBrandCheckException$1(name) { function convertQueuingStrategyInit (line 9972) | function convertQueuingStrategyInit(init, context) { function ByteLengthQueuingStrategy (line 9982) | function ByteLengthQueuingStrategy(options) { function byteLengthBrandCheckException (line 10019) | function byteLengthBrandCheckException(name) { function IsByteLengthQueuingStrategy (line 10022) | function IsByteLengthQueuingStrategy(x) { function CountQueuingStrategy (line 10035) | function CountQueuingStrategy(options) { function countBrandCheckException (line 10072) | function countBrandCheckException(name) { function IsCountQueuingStrategy (line 10075) | function IsCountQueuingStrategy(x) { function convertTransformer (line 10084) | function convertTransformer(original, context) { function convertTransformerFlushCallback (line 10099) | function convertTransformerFlushCallback(fn, original, context) { function convertTransformerStartCallback (line 10105) | function convertTransformerStartCallback(fn, original, context) { function convertTransformerTransformCallback (line 10111) | function convertTransformerTransformCallback(fn, original, context) { function TransformStream (line 10121) | function TransformStream(rawTransformer, rawWritableStrategy, rawReadabl... function InitializeTransformStream (line 10191) | function InitializeTransformStream(stream, startPromise, writableHighWat... function IsTransformStream (line 10219) | function IsTransformStream(x) { function TransformStreamError (line 10228) | function TransformStreamError(stream, e) { function TransformStreamErrorWritableAndUnblockWrite (line 10232) | function TransformStreamErrorWritableAndUnblockWrite(stream, e) { function TransformStreamSetBackpressure (line 10239) | function TransformStreamSetBackpressure(stream, backpressure) { function TransformStreamDefaultController (line 10249) | function TransformStreamDefaultController() { function IsTransformStreamDefaultController (line 10301) | function IsTransformStreamDefaultController(x) { function SetUpTransformStreamDefaultController (line 10310) | function SetUpTransformStreamDefaultController(stream, controller, trans... function SetUpTransformStreamDefaultControllerFromTransformer (line 10316) | function SetUpTransformStreamDefaultControllerFromTransformer(stream, tr... function TransformStreamDefaultControllerClearAlgorithms (line 10341) | function TransformStreamDefaultControllerClearAlgorithms(controller) { function TransformStreamDefaultControllerEnqueue (line 10345) | function TransformStreamDefaultControllerEnqueue(controller, chunk) { function TransformStreamDefaultControllerError (line 10362) | function TransformStreamDefaultControllerError(controller, e) { function TransformStreamDefaultControllerPerformTransform (line 10365) | function TransformStreamDefaultControllerPerformTransform(controller, ch... function TransformStreamDefaultControllerTerminate (line 10372) | function TransformStreamDefaultControllerTerminate(controller) { function TransformStreamDefaultSinkWriteAlgorithm (line 10379) | function TransformStreamDefaultSinkWriteAlgorithm(stream, chunk) { function TransformStreamDefaultSinkAbortAlgorithm (line 10394) | function TransformStreamDefaultSinkAbortAlgorithm(stream, reason) { function TransformStreamDefaultSinkCloseAlgorithm (line 10398) | function TransformStreamDefaultSinkCloseAlgorithm(stream) { function TransformStreamDefaultSourcePullAlgorithm (line 10413) | function TransformStreamDefaultSourcePullAlgorithm(stream) { function defaultControllerBrandCheckException$1 (line 10417) | function defaultControllerBrandCheckException$1(name) { function streamBrandCheckException$2 (line 10420) | function streamBrandCheckException$2(name) { function _interopRequireDefault (line 10663) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function _typeof (line 10665) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _classCallCheck (line 10667) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 10669) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 10671) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function _slicedToArray (line 10673) | function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterab... function _nonIterableRest (line 10675) | function _nonIterableRest() { throw new TypeError("Invalid attempt to de... function _iterableToArrayLimit (line 10677) | function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefine... function _arrayWithHoles (line 10679) | function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function _createForOfIteratorHelper (line 10681) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _unsupportedIterableToArray (line 10683) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 10685) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function asyncGeneratorStep (line 10687) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 10689) | function _asyncToGenerator(fn) { return function () { var self = this, a... function Name (line 10697) | function Name(name) { function Cmd (line 10720) | function Cmd(cmd) { function Dict (line 10745) | function Dict(xref) { method size (line 10758) | get size() { function Ref (line 11004) | function Ref(num, gen) { function RefSet (line 11035) | function RefSet() { function RefSetCache (line 11088) | function RefSetCache() { function isEOF (line 11148) | function isEOF(v) { function isName (line 11152) | function isName(v, name) { function isCmd (line 11156) | function isCmd(v, cmd) { function isDict (line 11160) | function isDict(v, type) { function isRef (line 11164) | function isRef(v) { function isRefsEqual (line 11168) | function isRefsEqual(v1, v2) { function isStream (line 11172) | function isStream(v) { function clearPrimitiveCaches (line 11176) | function clearPrimitiveCaches() { function _typeof (line 11191) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _interopRequireDefault (line 11210) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function _inherits (line 11212) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 11214) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 11216) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 11218) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 11220) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 11222) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 11224) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function asyncGeneratorStep (line 11226) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 11228) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _classCallCheck (line 11230) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 11232) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 11234) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function BasePdfManager (line 11237) | function BasePdfManager() { function ensure (line 11326) | function ensure(_x, _x2, _x3) { function LocalPdfManager (line 11367) | function LocalPdfManager(docId, data, password, evaluatorOptions, docBas... function ensure (line 11412) | function ensure(_x4, _x5, _x6) { function NetworkPdfManager (line 11446) | function NetworkPdfManager(docId, pdfNetworkStream, args, evaluatorOptio... function ensure (line 11515) | function ensure(_x7, _x8, _x9) { function _createForOfIteratorHelper (line 11571) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _unsupportedIterableToArray (line 11573) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 11575) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _classCallCheck (line 11577) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 11579) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 11581) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function ChunkedStream (line 11584) | function ChunkedStream(length, chunkSize, manager) { function ChunkedStreamSubstream (line 11870) | function ChunkedStreamSubstream() {} function ChunkedStreamManager (line 11911) | function ChunkedStreamManager(pdfNetworkStream, args) { function _typeof (line 12321) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _createForOfIteratorHelper (line 12344) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _unsupportedIterableToArray (line 12346) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 12348) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _classCallCheck (line 12350) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _inherits (line 12352) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 12354) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 12356) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 12358) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 12360) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 12362) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 12364) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function getLookupTableFactory (line 12366) | function getLookupTableFactory(initializer) { function getArrayLookupTableFactory (line 12379) | function getArrayLookupTableFactory(initializer) { function MissingDataException (line 12403) | function MissingDataException(begin, end) { function XRefEntryException (line 12424) | function XRefEntryException() { function XRefParseException (line 12440) | function XRefParseException() { function getInheritableProperty (line 12451) | function getInheritableProperty(_ref) { function toRomanNumerals (line 12490) | function toRomanNumerals(number) { function log2 (line 12512) | function log2(x) { function readInt8 (line 12520) | function readInt8(data, offset) { function readUint16 (line 12524) | function readUint16(data, offset) { function readUint32 (line 12528) | function readUint32(data, offset) { function isWhiteSpace (line 12532) | function isWhiteSpace(ch) { function parseXFAPath (line 12536) | function parseXFAPath(path) { function escapePDFName (line 12555) | function escapePDFName(str) { function _collectJS (line 12583) | function _collectJS(entry, xref, list, parents) { function collectActions (line 12641) | function collectActions(xref, dict, eventType) { function _typeof (line 12700) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _interopRequireDefault (line 12729) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function asyncGeneratorStep (line 12731) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 12733) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _slicedToArray (line 12735) | function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterab... function _nonIterableRest (line 12737) | function _nonIterableRest() { throw new TypeError("Invalid attempt to de... function _iterableToArrayLimit (line 12739) | function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefine... function _arrayWithHoles (line 12741) | function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function _createForOfIteratorHelper (line 12743) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _unsupportedIterableToArray (line 12745) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 12747) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _inherits (line 12749) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 12751) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 12753) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 12755) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 12757) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 12759) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 12761) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function _classCallCheck (line 12763) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 12765) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 12767) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function isAnnotationRenderable (line 12772) | function isAnnotationRenderable(annotation, intent) { function Page (line 12777) | function Page(_ref) { function find (line 13235) | function find(stream, signature) { function PDFDocument (line 13287) | function PDFDocument(pdfManager, arg) { function cleanup (line 13750) | function cleanup() { function _interopRequireDefault (line 13934) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function _inherits (line 13936) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 13938) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 13940) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 13942) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 13944) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 13946) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 13948) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function asyncGeneratorStep (line 13950) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 13952) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _typeof (line 13954) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _slicedToArray (line 13956) | function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterab... function _nonIterableRest (line 13958) | function _nonIterableRest() { throw new TypeError("Invalid attempt to de... function _iterableToArrayLimit (line 13960) | function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefine... function _arrayWithHoles (line 13962) | function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function _createForOfIteratorHelper (line 13964) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _unsupportedIterableToArray (line 13966) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 13968) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _classCallCheck (line 13970) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 13972) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 13974) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function fetchDestination (line 13976) | function fetchDestination(dest) { function Catalog (line 13981) | function Catalog(pdfManager, xref) { function parseOnOff (line 14366) | function parseOnOff(refs) { function parseOrder (line 14395) | function parseOrder(refs) { function parseNestedOrder (line 14464) | function parseNestedOrder(ref, nestedLevels) { function appendIfJavaScriptDict (line 14957) | function appendIfJavaScriptDict(name, jsDict) { function next (line 15106) | function next() { function pagesBeforeRef (line 15216) | function pagesBeforeRef(kidRef) { function next (line 15289) | function next(ref) { function addDefaultProtocolToUrl (line 15309) | function addDefaultProtocolToUrl(url) { function tryConvertUrlEncoding (line 15313) | function tryConvertUrlEncoding(url) { function XRef (line 15490) | function XRef(stream, pdfManager) { function readToken (line 15778) | function readToken(data, offset) { function skipUntil (line 15794) | function skipUntil(data, offset, what) { function NameOrNumberTree (line 16311) | function NameOrNumberTree(root, xref, type) { function NameTree (line 16464) | function NameTree(root, xref) { function NumberTree (line 16478) | function NumberTree(root, xref) { function FileSpec (line 16488) | function FileSpec(root, xref) { function pickPlatformItem (line 16514) | function pickPlatformItem(dict) { method filename (line 16531) | get filename() { method content (line 16540) | get content() { method serializable (line 16567) | get serializable() { function mayHaveChildren (line 16581) | function mayHaveChildren(value) { function addChildren (line 16585) | function addChildren(node, nodesToVisit) { function ObjectLoader (line 16612) | function ObjectLoader(dict, keys, xref) { function _classCallCheck (line 16814) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 16816) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 16818) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function computeAdler32 (line 16823) | function computeAdler32(bytes) { function Parser (line 16837) | function Parser(_ref) { function toHexDigit (line 17564) | function toHexDigit(ch) { function Lexer (line 17577) | function Lexer(stream) { function Linearization (line 18112) | function Linearization() { function getInt (line 18119) | function getInt(linDict, name) { function getHints (line 18130) | function getHints(linDict) { function _toConsumableArray (line 18200) | function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _it... function _nonIterableSpread (line 18202) | function _nonIterableSpread() { throw new TypeError("Invalid attempt to ... function _unsupportedIterableToArray (line 18204) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _iterableToArray (line 18206) | function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && S... function _arrayWithoutHoles (line 18208) | function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _array... function _arrayLikeToArray (line 18210) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function Stream (line 18213) | function Stream(arrayBuffer, start, length, dict) { method length (line 18222) | get length() { method isEmpty (line 18226) | get isEmpty() { function StringStream (line 18325) | function StringStream(str) { function DecodeStream (line 18339) | function DecodeStream(maybeMinBufferLength) { method length (line 18355) | get length() { method isEmpty (line 18359) | get isEmpty() { function StreamsSequenceStream (line 18495) | function StreamsSequenceStream(streams) { function FlateStream (line 18557) | function FlateStream(str, maybeLength) { function PredictorStream (line 18854) | function PredictorStream(str, maybeLength, params) { function DecryptStream (line 19091) | function DecryptStream(str, maybeLength, decrypt) { function Ascii85Stream (line 19140) | function Ascii85Stream(str, maybeLength) { function AsciiHexStream (line 19230) | function AsciiHexStream(str, maybeLength) { function RunLengthStream (line 19296) | function RunLengthStream(str, maybeLength) { function LZWStream (line 19344) | function LZWStream(str, maybeLength, earlyChange) { function NullStream (line 19484) | function NullStream() { function CCITTFaxStream (line 19513) | function CCITTFaxStream(str, maybeLength, params) { function CCITTFaxDecoder (line 19593) | function CCITTFaxDecoder(source) { function Jbig2Stream (line 20279) | function Jbig2Stream(stream, maybeLength, dict, params) { function _typeof (line 20348) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _classCallCheck (line 20363) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _inherits (line 20365) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 20367) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 20369) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 20371) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 20373) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 20375) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 20377) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function Jbig2Error (line 20384) | function Jbig2Error(msg) { function ContextCache (line 20394) | function ContextCache() {} function DecodingContext (line 20406) | function DecodingContext(data, start, end) { method decoder (line 20413) | get decoder() { method contextCache (line 20418) | get contextCache() { function decodeInteger (line 20425) | function decodeInteger(contextCache, procedure, decoder) { function decodeIAID (line 20453) | function decodeIAID(contextCache, decoder, codeLength) { function decodeBitmapTemplate0 (line 20670) | function decodeBitmapTemplate0(width, height, decodingContext) { function decodeBitmap (line 20698) | function decodeBitmap(mmr, width, height, templateIndex, prediction, ski... function decodeRefinement (line 20827) | function decodeRefinement(width, height, templateIndex, referenceBitmap,... function decodeSymbolDictionary (line 20914) | function decodeSymbolDictionary(huffman, refinement, symbols, numberOfNe... function decodeTextRegion (line 21046) | function decodeTextRegion(huffman, refinement, width, height, defaultPix... function decodePatternDictionary (line 21186) | function decodePatternDictionary(mmr, patternWidth, patternHeight, maxPa... function decodeHalftoneRegion (line 21230) | function decodeHalftoneRegion(mmr, patterns, template, regionWidth, regi... function readSegmentHeader (line 21356) | function readSegmentHeader(data, start) { function readSegments (line 21470) | function readSegments(header, data, start, end) { function readRegionSegmentInformation (line 21506) | function readRegionSegmentInformation(data, start) { function processSegment (line 21518) | function processSegment(segment, visitor) { function processSegments (line 21743) | function processSegments(segments, visitor) { function parseJbig2Chunks (line 21749) | function parseJbig2Chunks(chunks) { function parseJbig2 (line 21761) | function parseJbig2(data) { function SimpleSegmentVisitor (line 21812) | function SimpleSegmentVisitor() {} function HuffmanLine (line 21985) | function HuffmanLine(lineData) { function HuffmanTreeNode (line 22003) | function HuffmanTreeNode(line) { function HuffmanTable (line 22053) | function HuffmanTable(lines, prefixCodesDone) { function decodeTablesSegment (line 22115) | function decodeTablesSegment(data, start, end) { function getStandardTable (line 22149) | function getStandardTable(number) { function Reader (line 22232) | function Reader(data, start, end) { function getCustomHuffmanTable (line 22278) | function getCustomHuffmanTable(index, referredTo, customTables) { function getTextRegionHuffmanTables (line 22296) | function getTextRegionHuffmanTables(textRegion, referredTo, customTables... function getSymbolDictionaryHuffmanTables (line 22415) | function getSymbolDictionaryHuffmanTables(dictionary, referredTo, custom... function readUncompressedBitmap (line 22473) | function readUncompressedBitmap(reader, width, height) { function decodeMMRBitmap (line 22490) | function decodeMMRBitmap(input, width, height, endOfBlock) { function Jbig2Image (line 22538) | function Jbig2Image() {} function _classCallCheck (line 22572) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 22574) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 22576) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function ArithmeticDecoder (line 22816) | function ArithmeticDecoder(data, start, end) { function JpegStream (line 22949) | function JpegStream(stream, maybeLength, dict, params) { function _typeof (line 23051) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _classCallCheck (line 23053) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _inherits (line 23055) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 23057) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 23059) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 23061) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 23063) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 23065) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 23067) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function JpegError (line 23074) | function JpegError(msg) { function DNLMarkerError (line 23088) | function DNLMarkerError(message, scanLines) { function EOIMarkerError (line 23106) | function EOIMarkerError() { function JpegImage (line 23126) | function JpegImage() { function buildHuffmanTable (line 23137) | function buildHuffmanTable(codeLengths, values) { function getBlockBufferOffset (line 23192) | function getBlockBufferOffset(component, row, col) { function decodeScan (line 23196) | function decodeScan(data, offset, frame, components, resetInterval, spec... function quantizeAndInverse (line 23543) | function quantizeAndInverse(component, blockBufferOffset, p) { function buildComponentData (line 23765) | function buildComponentData(frame, component) { function findNextFileMarker (line 23780) | function findNextFileMarker(data, currentPos) { function readDataBlock (line 23822) | function readDataBlock() { function prepareComponents (line 23838) | function prepareComponents(frame) { method _isColorConversionNeeded (line 24204) | get _isColorConversionNeeded() { function JpxStream (line 24354) | function JpxStream(stream, maybeLength, dict, params) { function _typeof (line 24429) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _classCallCheck (line 24442) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _inherits (line 24444) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 24446) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 24448) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 24450) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 24452) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 24454) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 24456) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function JpxError (line 24463) | function JpxError(msg) { function JpxImage (line 24480) | function JpxImage() { function calculateComponentDimensions (line 24921) | function calculateComponentDimensions(component, siz) { function calculateTileGrids (line 24930) | function calculateTileGrids(context, components) { function getBlocksDimensions (line 24971) | function getBlocksDimensions(context, component, r) { function buildPrecincts (line 24988) | function buildPrecincts(context, resolution, dimensions) { function buildCodeblocks (line 25008) | function buildCodeblocks(context, subband, dimensions) { function createPacket (line 25085) | function createPacket(resolution, precinctNumber, layerNumber) { function LayerResolutionComponentPositionIterator (line 25110) | function LayerResolutionComponentPositionIterator(context) { function ResolutionLayerComponentPositionIterator (line 25159) | function ResolutionLayerComponentPositionIterator(context) { function ResolutionPositionComponentLayerIterator (line 25208) | function ResolutionPositionComponentLayerIterator(context) { function PositionComponentResolutionLayerIterator (line 25279) | function PositionComponentResolutionLayerIterator(context) { function ComponentPositionResolutionLayerIterator (line 25331) | function ComponentPositionResolutionLayerIterator(context) { function getPrecinctIndexIfExist (line 25383) | function getPrecinctIndexIfExist(pxIndex, pyIndex, sizeInImageScale, pre... function getPrecinctSizesInImageScale (line 25395) | function getPrecinctSizesInImageScale(tile) { function buildPackets (line 25450) | function buildPackets(context) { function parseTilePackets (line 25555) | function parseTilePackets(context, data, offset, dataLength) { function copyCoefficients (line 25767) | function copyCoefficients(coefficients, levelWidth, levelHeight, subband... function transformTile (line 25880) | function transformTile(context, tile, c) { function transformComponents (line 25937) | function transformComponents(context) { function initializeTile (line 26026) | function initializeTile(context, tileIndex) { function TagTree (line 26043) | function TagTree(width, height) { function InclusionTree (line 26111) | function InclusionTree(width, height, defaultValue) { function BitModel (line 26203) | function BitModel(width, height, subband, zeroBitPlanes, mb) { function Transform (line 26540) | function Transform() {} function IrreversibleTransform (line 26662) | function IrreversibleTransform() { function ReversibleTransform (line 26755) | function ReversibleTransform() { function _typeof (line 26790) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _inherits (line 26803) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 26805) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 26807) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 26809) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 26811) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 26813) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 26815) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function _classCallCheck (line 26817) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 26819) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 26821) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function ARCFourCipher (line 26824) | function ARCFourCipher(key) { function hash (line 26884) | function hash(data, offset, length) { function Word64 (line 26965) | function Word64(highInteger, lowInteger) { function rotr (line 27050) | function rotr(x, n) { function ch (line 27054) | function ch(x, y, z) { function maj (line 27058) | function maj(x, y, z) { function sigma (line 27062) | function sigma(x) { function sigmaPrime (line 27066) | function sigmaPrime(x) { function littleSigma (line 27070) | function littleSigma(x) { function littleSigmaPrime (line 27074) | function littleSigmaPrime(x) { function hash (line 27080) | function hash(data, offset, length) { function ch (line 27167) | function ch(result, x, y, z, tmp) { function maj (line 27176) | function maj(result, x, y, z, tmp) { function sigma (line 27187) | function sigma(result, x, tmp) { function sigmaPrime (line 27198) | function sigmaPrime(result, x, tmp) { function littleSigma (line 27209) | function littleSigma(result, x, tmp) { function littleSigmaPrime (line 27220) | function littleSigmaPrime(result, x, tmp) { function hash (line 27233) | function hash(data, offset, length, mode384) { function hash (line 27399) | function hash(data, offset, length) { function NullCipher (line 27409) | function NullCipher() {} function AESBaseCipher (line 27423) | function AESBaseCipher() { function AES128Cipher (line 27764) | function AES128Cipher(key) { function AES256Cipher (line 27823) | function AES256Cipher(key) { function compareByteArrays (line 27889) | function compareByteArrays(array1, array2) { function PDF17 (line 27903) | function PDF17() {} function concatArrays (line 27945) | function concatArrays(array1, array2) { function calculatePDF20Hash (line 27952) | function calculatePDF20Hash(password, input, userBytes) { function PDF20 (line 27992) | function PDF20() {} function compareByteArrays (line 27994) | function compareByteArrays(array1, array2) { function CipherTransform (line 28051) | function CipherTransform(stringCipherConstructor, streamCipherConstructo... function createEncryptionKey20 (line 28110) | function createEncryptionKey20(revision, password, ownerPassword, ownerV... function prepareKeyData (line 28135) | function prepareKeyData(fileId, password, ownerPassword, userPassword, f... function decodeUserPassword (line 28231) | function decodeUserPassword(password, ownerPassword, revision, keyLength) { function CipherTransformFactory (line 28282) | function CipherTransformFactory(dict, fileId, password) { function buildObjectKey (line 28386) | function buildObjectKey(num, gen, encryptionKey, isAes) { function buildCipherConstructor (line 28412) | function buildCipherConstructor(cf, name, num, gen, key) { function _typeof (line 28478) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _interopRequireDefault (line 28493) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function _inherits (line 28495) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 28497) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 28499) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 28501) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 28503) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 28505) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 28507) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function asyncGeneratorStep (line 28509) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 28511) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _classCallCheck (line 28513) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 28515) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 28517) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function resizeRgbImage (line 28519) | function resizeRgbImage(src, dest, w1, h1, w2, h2, alpha01) { function ColorSpace (line 28547) | function ColorSpace(name, numComps) { function parseAsync (line 28746) | function parseAsync(_x) { method gray (line 28939) | get gray() { method rgb (line 28943) | get rgb() { method cmyk (line 28947) | get cmyk() { function AlternateCS (line 28965) | function AlternateCS(numComps, base, tintFn) { function PatternCS (line 29036) | function PatternCS(baseCS) { function IndexedCS (line 29061) | function IndexedCS(base, highVal, lookup) { function DeviceGrayCS (line 29142) | function DeviceGrayCS() { function DeviceRgbCS (line 29184) | function DeviceRgbCS() { function convertToRgb (line 29232) | function convertToRgb(src, srcOffset, srcScale, dest, destOffset) { function DeviceCmykCS (line 29247) | function DeviceCmykCS() { function convertToRgb (line 29283) | function convertToRgb(cs, src, srcOffset, dest, destOffset, scale) { function CalGrayCS (line 29298) | function CalGrayCS(whitePoint, blackPoint, gamma) { function matrixProduct (line 29379) | function matrixProduct(a, b, result) { function convertToFlat (line 29385) | function convertToFlat(sourceWhitePoint, LMS, result) { function convertToD65 (line 29391) | function convertToD65(sourceWhitePoint, LMS, result) { function sRGBTransferFunction (line 29400) | function sRGBTransferFunction(color) { function adjustToRange (line 29412) | function adjustToRange(min, max, value) { function decodeL (line 29416) | function decodeL(L) { function compensateBlackPoint (line 29428) | function compensateBlackPoint(sourceBlackPoint, XYZ_Flat, result) { function normalizeWhitePointToFlat (line 29454) | function normalizeWhitePointToFlat(sourceWhitePoint, XYZ_In, result) { function normalizeWhitePointToD65 (line 29469) | function normalizeWhitePointToD65(sourceWhitePoint, XYZ_In, result) { function convertToRgb (line 29477) | function convertToRgb(cs, src, srcOffset, dest, destOffset, scale) { function CalRGBCS (line 29509) | function CalRGBCS(whitePoint, blackPoint, gamma, matrix) { function fn_g (line 29591) | function fn_g(x) { function decode (line 29603) | function decode(value, high1, low2, high2) { function convertToRgb (line 29607) | function convertToRgb(cs, src, srcOffset, maxVal, dest, destOffset) { function LabCS (line 29658) | function LabCS(whitePoint, blackPoint, range) { function _typeof (line 29748) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _inherits (line 29759) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 29761) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 29763) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 29765) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 29767) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 29769) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 29771) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function _classCallCheck (line 29773) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 29775) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 29777) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function BaseLocalCache (line 29780) | function BaseLocalCache(options) { function LocalImageCache (line 29826) | function LocalImageCache() { function LocalColorSpaceCache (line 29872) | function LocalColorSpaceCache() { function LocalFunctionCache (line 29921) | function LocalFunctionCache(options) { function LocalGStateCache (line 29963) | function LocalGStateCache() { function LocalTilingPatternCache (line 30009) | function LocalTilingPatternCache() { function GlobalImageCache (line 30051) | function GlobalImageCache() { function _typeof (line 30207) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _interopRequireDefault (line 30235) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function _get (line 30237) | function _get(target, property, receiver) { if (typeof Reflect !== "unde... function _superPropBase (line 30239) | function _superPropBase(object, property) { while (!Object.prototype.has... function _inherits (line 30241) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 30243) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 30245) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 30247) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 30249) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 30251) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 30253) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function _createForOfIteratorHelper (line 30255) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function asyncGeneratorStep (line 30257) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 30259) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _slicedToArray (line 30261) | function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterab... function _nonIterableRest (line 30263) | function _nonIterableRest() { throw new TypeError("Invalid attempt to de... function _unsupportedIterableToArray (line 30265) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 30267) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _iterableToArrayLimit (line 30269) | function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefine... function _arrayWithHoles (line 30271) | function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function _classCallCheck (line 30273) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 30275) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 30277) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function AnnotationFactory (line 30280) | function AnnotationFactory() { function getQuadPoints (line 30405) | function getQuadPoints(dict, rect) { function getTransformMatrix (line 30468) | function getTransformMatrix(rect, bbox, matrix) { function Annotation (line 30486) | function Annotation(params) { function save (line 30765) | function save(_x, _x2, _x3) { function AnnotationBorderStyle (line 30801) | function AnnotationBorderStyle() { function MarkupAnnotation (line 30930) | function MarkupAnnotation(parameters) { function WidgetAnnotation (line 31090) | function WidgetAnnotation(params) { function save (line 31359) | function save(_x4, _x5, _x6) { function _getAppearance (line 31465) | function _getAppearance(_x7, _x8, _x9) { function _getFontData (line 31503) | function _getFontData(_x10, _x11) { function TextWidgetAnnotation (line 31644) | function TextWidgetAnnotation(params) { function ButtonWidgetAnnotation (line 31843) | function ButtonWidgetAnnotation(params) { function save (line 31940) | function save(_x12, _x13, _x14) { function _saveCheckbox (line 32017) | function _saveCheckbox(_x15, _x16, _x17) { function _saveRadioButton (line 32123) | function _saveRadioButton(_x18, _x19, _x20) { function ChoiceWidgetAnnotation (line 32285) | function ChoiceWidgetAnnotation(params) { function TextAnnotation (line 32352) | function TextAnnotation(parameters) { function LinkAnnotation (line 32389) | function LinkAnnotation(params) { function PopupAnnotation (line 32419) | function PopupAnnotation(parameters) { function FreeTextAnnotation (line 32488) | function FreeTextAnnotation(parameters) { function LineAnnotation (line 32506) | function LineAnnotation(parameters) { function SquareAnnotation (line 32525) | function SquareAnnotation(parameters) { function CircleAnnotation (line 32543) | function CircleAnnotation(parameters) { function PolylineAnnotation (line 32561) | function PolylineAnnotation(parameters) { function PolygonAnnotation (line 32593) | function PolygonAnnotation(parameters) { function CaretAnnotation (line 32611) | function CaretAnnotation(parameters) { function InkAnnotation (line 32629) | function InkAnnotation(parameters) { function HighlightAnnotation (line 32667) | function HighlightAnnotation(parameters) { function UnderlineAnnotation (line 32711) | function UnderlineAnnotation(parameters) { function SquigglyAnnotation (line 32753) | function SquigglyAnnotation(parameters) { function StrikeOutAnnotation (line 32806) | function StrikeOutAnnotation(parameters) { function StampAnnotation (line 32848) | function StampAnnotation(parameters) { function FileAttachmentAnnotation (line 32866) | function FileAttachmentAnnotation(parameters) { function _typeof (line 32888) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _slicedToArray (line 32908) | function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterab... function _nonIterableRest (line 32910) | function _nonIterableRest() { throw new TypeError("Invalid attempt to de... function _unsupportedIterableToArray (line 32912) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 32914) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _iterableToArrayLimit (line 32916) | function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefine... function _arrayWithHoles (line 32918) | function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function _classCallCheck (line 32920) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 32922) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 32924) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function _inherits (line 32926) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 32928) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 32930) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 32932) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 32934) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 32936) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 32938) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function DefaultAppearanceEvaluator (line 32945) | function DefaultAppearanceEvaluator(str) { function parseDefaultAppearance (line 33022) | function parseDefaultAppearance(str) { function createDefaultAppearance (line 33026) | function createDefaultAppearance(_ref) { function _interopRequireDefault (line 33099) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function _slicedToArray (line 33101) | function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterab... function _nonIterableRest (line 33103) | function _nonIterableRest() { throw new TypeError("Invalid attempt to de... function _iterableToArrayLimit (line 33105) | function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefine... function _arrayWithHoles (line 33107) | function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function asyncGeneratorStep (line 33109) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 33111) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _createForOfIteratorHelper (line 33113) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _unsupportedIterableToArray (line 33115) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 33117) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _classCallCheck (line 33119) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 33121) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 33123) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function normalizeBlendMode (line 33138) | function normalizeBlendMode(value) { function TimeSlotManager (line 33222) | function TimeSlotManager() { function PartialEvaluator (line 33260) | function PartialEvaluator(_ref) { function pump (line 33488) | function pump() { function fetchBuiltInCMap (line 33522) | function fetchBuiltInCMap(_x) { function buildFormXObject (line 33651) | function buildFormXObject(_x2, _x3, _x4, _x5, _x6, _x7, _x8) { function buildPaintImageXObject (line 33830) | function buildPaintImageXObject(_x9) { function setGState (line 34167) | function setGState(_x10) { function parseMarkedContentProps (line 34560) | function parseMarkedContentProps(_x11, _x12) { function closePendingRestoreOPS (line 34602) | function closePendingRestoreOPS(argument) { function ensureTextContentItem (line 35169) | function ensureTextContentItem() { function replaceWhitespace (line 35240) | function replaceWhitespace(str) { function runBidiTransform (line 35252) | function runBidiTransform(textChunk) { function handleSetFont (line 35265) | function handleSetFont(fontName, fontRef) { function buildTextContentItem (line 35272) | function buildTextContentItem(chars) { function addFakeSpaces (line 35336) | function addFakeSpaces(width, strBuf) { function flushTextContentItem (line 35353) | function flushTextContentItem() { function enqueueChunk (line 35369) | function enqueueChunk() { method desiredSize (line 35649) | get desiredSize() { method ready (line 35653) | get ready() { function translateFont (line 36600) | function translateFont(_x13) { function buildPath (line 36609) | function buildPath(fontChar) { function TranslatedFont (line 36654) | function TranslatedFont(_ref9) { function StateManager (line 36840) | function StateManager() { function TextState (line 36876) | function TextState() { function EvalState (line 36996) | function EvalState() { function EvaluatorPreprocessor (line 37017) | function EvaluatorPreprocessor(stream, xref) { function _typeof (line 37536) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _interopRequireDefault (line 37555) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function asyncGeneratorStep (line 37557) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 37559) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _inherits (line 37561) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 37563) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 37565) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 37567) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 37569) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 37571) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 37573) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function _classCallCheck (line 37575) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 37577) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 37579) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function CMap (line 37585) | function CMap() { function IdentityCMap (line 37781) | function IdentityCMap(vertical, n) { function hexToInt (line 37865) | function hexToInt(a, size) { function hexToStr (line 37875) | function hexToStr(a, size) { function addHex (line 37887) | function addHex(a, b, size) { function incHex (line 37897) | function incHex(a, size) { function BinaryCMapStream (line 37910) | function BinaryCMapStream(data) { function processBinaryCMap (line 38004) | function processBinaryCMap(data, cMap, extend) { function BinaryCMapReader (line 38188) | function BinaryCMapReader() {} function strToInt (line 38197) | function strToInt(str) { function expectString (line 38207) | function expectString(obj) { function expectInt (line 38213) | function expectInt(obj) { function parseBfChar (line 38219) | function parseBfChar(cMap, lexer) { function parseBfRange (line 38240) | function parseBfRange(cMap, lexer) { function parseCidChar (line 38280) | function parseCidChar(cMap, lexer) { function parseCidRange (line 38301) | function parseCidRange(cMap, lexer) { function parseCodespaceRange (line 38325) | function parseCodespaceRange(cMap, lexer) { function parseWMode (line 38355) | function parseWMode(cMap, lexer) { function parseCMapName (line 38363) | function parseCMapName(cMap, lexer) { function parseCMap (line 38371) | function parseCMap(cMap, lexer, fetchBuiltInCMap, useCMap) { function extendCMap (line 38443) | function extendCMap(cMap, fetchBuiltInCMap, useCMap) { function createBuiltInCMap (line 38466) | function createBuiltInCMap(name, fetchBuiltInCMap) { function _createForOfIteratorHelper (line 38587) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _slicedToArray (line 38589) | function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterab... function _nonIterableRest (line 38591) | function _nonIterableRest() { throw new TypeError("Invalid attempt to de... function _unsupportedIterableToArray (line 38593) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 38595) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _iterableToArrayLimit (line 38597) | function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefine... function _arrayWithHoles (line 38599) | function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function adjustWidths (line 38621) | function adjustWidths(properties) { function adjustToUnicode (line 38640) | function adjustToUnicode(properties, builtInEncoding) { function getFontType (line 38672) | function getFontType(type, subtype) { function recoverGlyphName (line 38700) | function recoverGlyphName(name, glyphsUnicodeMap) { function Glyph (line 38720) | function Glyph(fontChar, unicode, accent, width, vmetric, operatorListId... function ToUnicodeMap (line 38739) | function ToUnicodeMap() { method length (line 38745) | get length() { function IdentityToUnicodeMap (line 38787) | function IdentityToUnicodeMap(firstChar, lastChar) { method length (line 38793) | get length() { function writeInt16 (line 38825) | function writeInt16(dest, offset, num) { function writeInt32 (line 38830) | function writeInt32(dest, offset, num) { function writeData (line 38837) | function writeData(dest, offset, data) { function OpenTypeFileBuilder (line 38853) | function OpenTypeFileBuilder(sfnt) { function Font (line 38950) | function Font(name, file, properties) { function int16 (line 39071) | function int16(b0, b1) { function writeSignedInt16 (line 39075) | function writeSignedInt16(bytes, index, value) { function signedInt16 (line 39080) | function signedInt16(b0, b1) { function int32 (line 39085) | function int32(b0, b1, b2, b3) { function string16 (line 39089) | function string16(value) { function safeString16 (line 39093) | function safeString16(value) { function isTrueTypeFile (line 39103) | function isTrueTypeFile(file) { function isTrueTypeCollectionFile (line 39108) | function isTrueTypeCollectionFile(file) { function isOpenTypeFile (line 39113) | function isOpenTypeFile(file) { function isType1File (line 39118) | function isType1File(file) { function isCFFFile (line 39132) | function isCFFFile(file) { function getFontFileType (line 39142) | function getFontFileType(file, _ref) { function buildToFontChar (line 39183) | function buildToFontChar(encoding, glyphsUnicodeMap, differences) { function adjustMapping (line 39206) | function adjustMapping(charCodeToGlyphId, hasGlyph, newGlyphZeroId) { function getRanges (line 39250) | function getRanges(glyphs, numGlyphs) { function createCmapTable (line 39299) | function createCmapTable(glyphs, numGlyphs) { function validateOS2Table (line 39399) | function validateOS2Table(os2, file) { function createOS2Table (line 39427) | function createOS2Table(properties, charstrings, override) { function createPostTable (line 39492) | function createPostTable(properties) { function createNameTable (line 39497) | function createNameTable(name, proto) { method renderer (line 39546) | get renderer() { function readTables (line 39685) | function readTables(file, numTables) { function readTableEntry (line 39713) | function readTableEntry(file) { function readOpenTypeHeader (line 39738) | function readOpenTypeHeader(ttf) { function readTrueTypeCollectionHeader (line 39748) | function readTrueTypeCollectionHeader(ttc) { function readTrueTypeCollectionData (line 39782) | function readTrueTypeCollectionData(ttc, fontName) { function readCmapTable (line 39815) | function readCmapTable(cmap, file, isSymbolicFont, hasEncoding) { function sanitizeMetrics (line 40012) | function sanitizeMetrics(file, header, metrics, numGlyphs, dupFirstEntry) { function sanitizeGlyph (line 40060) | function sanitizeGlyph(source, sourceStart, sourceEnd, dest, destStart, ... function sanitizeHead (line 40167) | function sanitizeHead(head, numGlyphs, locaLength) { function sanitizeGlyphLocations (line 40197) | function sanitizeGlyphLocations(loca, glyf, numGlyphs, isGlyphLocationsL... function readPostScriptTable (line 40312) | function readPostScriptTable(post, propertiesObj, maxpNumGlyphs) { function readNameTable (line 40400) | function readNameTable(nameTable) { function sanitizeTTProgram (line 40468) | function sanitizeTTProgram(table, ttContext) { function checkInvalidFunctions (line 40675) | function checkInvalidFunctions(ttContext, maxFunctionDefs) { function foldTTTable (line 40701) | function foldTTTable(table, content) { function sanitizeTTPrograms (line 40724) | function sanitizeTTPrograms(fpgm, prep, cvt, maxFunctionDefs) { function hasGlyph (line 40894) | function hasGlyph(glyphId) { function getCharCodes (line 41069) | function getCharCodes(charCodeToGlyphId, glyphId) { function createCharCode (line 41085) | function createCharCode(charCodeToGlyphId, glyphId) { method spaceWidth (line 41174) | get spaceWidth() { method glyphCacheValues (line 41344) | get glyphCacheValues() { function ErrorFont (line 41402) | function ErrorFont(error) { function type1FontGlyphMapping (line 41427) | function type1FontGlyphMapping(properties, builtInEncoding, glyphNames) { function findBlock (line 41494) | function findBlock(streamBytes, signature, startIndex) { function getHeaderBlock (line 41529) | function getHeaderBlock(stream, suggestedLength) { function getEexecBlock (line 41591) | function getEexecBlock(stream, suggestedLength) { function Type1Font (line 41599) | function Type1Font(name, file, properties) { method numGlyphs (line 41637) | get numGlyphs() { function CFFFont (line 41837) | function CFFFont(file, properties) { method numGlyphs (line 41854) | get numGlyphs() { function _typeof (line 41906) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _inherits (line 41919) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 41921) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 41923) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 41925) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 41927) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 41929) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 41931) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function _classCallCheck (line 41933) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 41935) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 41937) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function CFFParser (line 42156) | function CFFParser(file, properties, seacAnalysisEnabled) { function parseOperand (line 42271) | function parseOperand() { function parseFloatOperand (line 42298) | function parseFloatOperand() { function readSupplement (line 42783) | function readSupplement() { function CFF (line 42911) | function CFF() { function CFFStrings (line 42971) | function CFFStrings() { function CFFIndex (line 43025) | function CFFIndex() { function CFFDict (line 43062) | function CFFDict(tables, strings) { function CFFTopDict (line 43177) | function CFFTopDict(strings) { function CFFPrivateDict (line 43208) | function CFFPrivateDict(strings) { function CFFFDSelect (line 43256) | function CFFFDSelect(format, fdSelect) { function CFFOffsetTracker (line 43280) | function CFFOffsetTracker() { function CFFCompiler (line 43343) | function CFFCompiler(cff) { function getEncoding (line 43912) | function getEncoding(encodingName) { function mapSpecialUnicodeValues (line 53797) | function mapSpecialUnicodeValues(code) { function getUnicodeForGlyph (line 53807) | function getUnicodeForGlyph(name, glyphsUnicodeMap) { function getUnicodeRangeFor (line 54327) | function getUnicodeRangeFor(value) { function isRTLRangeFor (line 54336) | function isRTLRangeFor(value) { function reverseIfRtl (line 57105) | function reverseIfRtl(chars) { function _typeof (line 57125) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _inherits (line 57142) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 57144) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 57146) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 57148) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 57150) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 57152) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 57154) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function _classCallCheck (line 57156) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 57158) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 57160) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function getLong (line 57163) | function getLong(data, offset) { function getUshort (line 57167) | function getUshort(data, offset) { function getSubroutineBias (line 57171) | function getSubroutineBias(subrs) { function parseCmap (line 57184) | function parseCmap(data, start, end) { function parseCff (line 57248) | function parseCff(data, start, end, seacAnalysisEnabled) { function parseGlyfTable (line 57262) | function parseGlyfTable(glyf, loca, isGlyphLocationsLong) { function lookupCmap (line 57291) | function lookupCmap(ranges, unicode) { function compileGlyf (line 57317) | function compileGlyf(code, cmds, font) { function compileCharString (line 57511) | function compileCharString(charStringCode, cmds, font, glyphId) { function CompiledFont (line 57951) | function CompiledFont(fontMatrix) { function TrueTypeCompiled (line 58039) | function TrueTypeCompiled(glyphs, cmap, fontMatrix) { function Type2Compiled (line 58065) | function Type2Compiled(cffInfo, cmap, fontMatrix, glyphNameMap) { function Type1CharString (line 58182) | function Type1CharString() { function isHexDigit (line 58472) | function isHexDigit(code) { function decrypt (line 58476) | function decrypt(data, key, discardNumber) { function decryptAscii (line 58503) | function decryptAscii(data, key, discardNumber) { function isSpecial (line 58536) | function isSpecial(c) { function Type1Parser (line 58540) | function Type1Parser(stream, encrypted, seacAnalysisEnabled) { function Pattern (line 58884) | function Pattern() { function RadialAxial (line 58934) | function RadialAxial(dict, matrix, xref, resources, pdfFunctionFactory, ... function MeshStreamReader (line 59079) | function MeshStreamReader(stream, context) { method hasData (line 59091) | get hasData() { function decodeType4Shading (line 59177) | function decodeType4Shading(mesh, reader) { function decodeType5Shading (line 59227) | function decodeType5Shading(mesh, reader, verticesPerRow) { function buildB (line 59253) | function buildB(count) { function buildFigureFromPatch (line 59275) | function buildFigureFromPatch(mesh, index) { function decodeType6Shading (line 59355) | function decodeType6Shading(mesh, reader) { function decodeType7Shading (line 59486) | function decodeType7Shading(mesh, reader) { function updateBounds (line 59625) | function updateBounds(mesh) { function packData (line 59643) | function packData(mesh) { function Mesh (line 59680) | function Mesh(stream, matrix, xref, resources, pdfFunctionFactory, local... function Dummy (line 59775) | function Dummy() { function getTilingPatternIR (line 59787) | function getTilingPatternIR(operatorList, dict, color) { function _typeof (line 59825) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _classCallCheck (line 59827) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 59829) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 59831) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function PDFFunctionFactory (line 59834) | function PDFFunctionFactory(_ref) { function toNumberArray (line 59939) | function toNumberArray(arr) { function toMultiArray (line 60108) | function toMultiArray(arr) { function interpolate (line 60168) | function interpolate(x, xmin, xmax, ymin, ymax) { function isPDFFunction (line 60438) | function isPDFFunction(v) { function PostScriptStack (line 60457) | function PostScriptStack(initialStack) { function PostScriptEvaluator (line 60522) | function PostScriptEvaluator(operators) { function AstNode (line 60814) | function AstNode(type) { function AstArgument (line 60822) | function AstArgument(index, min, max) { function AstLiteral (line 60835) | function AstLiteral(number) { function AstBinaryOperation (line 60848) | function AstBinaryOperation(op, arg1, arg2, min, max) { function AstMin (line 60863) | function AstMin(arg, max) { function AstVariable (line 60876) | function AstVariable(index, min, max) { function AstVariableDefinition (line 60889) | function AstVariableDefinition(variable, arg) { function ExpressionBuilderVisitor (line 60901) | function ExpressionBuilderVisitor() { function buildAddOperation (line 60939) | function buildAddOperation(num1, num2) { function buildMulOperation (line 60955) | function buildMulOperation(num1, num2) { function buildSubOperation (line 60979) | function buildSubOperation(num1, num2) { function buildMinOperation (line 60995) | function buildMinOperation(num1, max) { function PostScriptCompiler (line 61005) | function PostScriptCompiler() {} function _classCallCheck (line 61230) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 61232) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 61234) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function PostScriptParser (line 61237) | function PostScriptParser(lexer) { function PostScriptToken (line 61340) | function PostScriptToken(type, value) { function PostScriptLexer (line 61387) | function PostScriptLexer(stream) { function isOdd (line 61518) | function isOdd(i) { function isEven (line 61522) | function isEven(i) { function findUnequal (line 61526) | function findUnequal(arr, start, value) { function setValues (line 61536) | function setValues(arr, start, end, value) { function reverseValues (line 61542) | function reverseValues(arr, start, end) { function createBidiText (line 61550) | function createBidiText(str, isLTR) { function bidi (line 61569) | function bidi(str, startLevel, vertical) { function _classCallCheck (line 64782) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 64784) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 64786) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function MurmurHash3_64 (line 64793) | function MurmurHash3_64(seed) { function _createForOfIteratorHelper (line 64921) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _unsupportedIterableToArray (line 64923) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 64925) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function addState (line 64928) | function addState(parentState, pattern, checkFn, iterateFn, processFn) { function handlePaintSolidColorImageMask (line 64943) | function handlePaintSolidColorImageMask(iFirstSave, count, fnArray, args... function QueueOptimizer (line 65323) | function QueueOptimizer(queue) { function NullOptimizer (line 65418) | function NullOptimizer(queue) { function OperatorList (line 65437) | function OperatorList(intent, streamSink) { method length (line 65455) | get length() { method ready (line 65459) | get ready() { method totalLength (line 65463) | get totalLength() { method _transfers (line 65534) | get _transfers() { function _interopRequireDefault (line 65610) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function asyncGeneratorStep (line 65612) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 65614) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _classCallCheck (line 65616) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 65618) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 65620) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function decodeAndClamp (line 65622) | function decodeAndClamp(value, addend, coefficient, max) { function resizeImageMask (line 65634) | function resizeImageMask(src, bpc, w1, h1, w2, h2) { function PDFImage (line 65673) | function PDFImage(_ref) { function buildImage (line 66256) | function buildImage(_x) { function _slicedToArray (line 66331) | function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterab... function _nonIterableRest (line 66333) | function _nonIterableRest() { throw new TypeError("Invalid attempt to de... function _iterableToArrayLimit (line 66335) | function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefine... function _arrayWithHoles (line 66337) | function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function _createForOfIteratorHelper (line 66339) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _unsupportedIterableToArray (line 66341) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 66343) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function writeDict (line 66345) | function writeDict(dict, buffer, transform) { function writeStream (line 66366) | function writeStream(stream, buffer, transform) { function writeArray (line 66379) | function writeArray(array, buffer, transform) { function numberToString (line 66407) | function numberToString(value) { function writeValue (line 66425) | function writeValue(value, buffer, transform) { function writeInt (line 66447) | function writeInt(number, size, offset, buffer) { function writeString (line 66456) | function writeString(string, offset, buffer) { function computeMD5 (line 66462) | function computeMD5(filesize, xrefInfo) { function updateXFA (line 66488) | function updateXFA(datasetsRef, newRefs, xref) { function incrementalUpdate (line 66548) | function incrementalUpdate(_ref) { function _typeof (line 66679) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _inherits (line 66688) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 66690) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 66692) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 66694) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 66696) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 66698) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 66700) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function _createForOfIteratorHelper (line 66702) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _slicedToArray (line 66704) | function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterab... function _nonIterableRest (line 66706) | function _nonIterableRest() { throw new TypeError("Invalid attempt to de... function _unsupportedIterableToArray (line 66708) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 66710) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _iterableToArrayLimit (line 66712) | function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefine... function _arrayWithHoles (line 66714) | function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function _classCallCheck (line 66716) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 66718) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 66720) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function isWhitespace (line 66737) | function isWhitespace(s, index) { function isWhitespaceString (line 66742) | function isWhitespaceString(s) { function XMLParserBase (line 66753) | function XMLParserBase() { function skipWs (line 66795) | function skipWs() { function skipWs (line 66858) | function skipWs() { function SimpleDOMNode (line 67047) | function SimpleDOMNode(nodeName, nodeValue) { function SimpleXMLParser (line 67238) | function SimpleXMLParser(_ref) { function _interopRequireDefault (line 67364) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function asyncGeneratorStep (line 67366) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 67368) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _classCallCheck (line 67370) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 67372) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 67374) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function _typeof (line 67376) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function wrapReason (line 67395) | function wrapReason(reason) { function MessageHandler (line 67419) | function MessageHandler(sourceName, targetName, comObj) { function _deleteStreamController (line 67874) | function _deleteStreamController(_x) { function _interopRequireDefault (line 67917) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function asyncGeneratorStep (line 67919) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 67921) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _classCallCheck (line 67923) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 67925) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 67927) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function PDFWorkerStream (line 67930) | function PDFWorkerStream(msgHandler) { function PDFWorkerStreamReader (line 67976) | function PDFWorkerStreamReader(msgHandler) { function read (line 68059) | function read() { function PDFWorkerStreamRangeReader (line 68076) | function PDFWorkerStreamRangeReader(begin, end, msgHandler) { function read (line 68137) | function read() { function __w_pdfjs_require__ (line 68160) | function __w_pdfjs_require__(moduleId) { FILE: projects/mini/pdf-viewer/wwwroot/js/pdfjs-viewer/viewer.js function getViewerConfiguration (line 65) | function getViewerConfiguration() { function webViewerLoad (line 192) | function webViewerLoad() { function _typeof (line 232) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _classCallCheck (line 234) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 236) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 238) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function AppOptions (line 427) | function AppOptions() { function _interopRequireDefault (line 602) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function ownKeys (line 604) | function ownKeys(object, enumerableOnly) { var keys = Object.keys(object... function _objectSpread (line 606) | function _objectSpread(target) { for (var i = 1; i < arguments.length; i... function _defineProperty (line 608) | function _defineProperty(obj, key, value) { if (key in obj) { Object.def... function _slicedToArray (line 610) | function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterab... function _nonIterableRest (line 612) | function _nonIterableRest() { throw new TypeError("Invalid attempt to de... function _iterableToArrayLimit (line 614) | function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefine... function _arrayWithHoles (line 616) | function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function _createForOfIteratorHelper (line 618) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _unsupportedIterableToArray (line 620) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 622) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function asyncGeneratorStep (line 624) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 626) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _classCallCheck (line 628) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 630) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 632) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function DefaultExternalServices (line 653) | function DefaultExternalServices() { function fallback (line 683) | function fallback(_x) { method initialized (line 1191) | get initialized() { method initializedPromise (line 1195) | get initializedPromise() { method pagesCount (line 1237) | get pagesCount() { method page (line 1241) | get page() { method page (line 1245) | set page(val) { method supportsPrinting (line 1249) | get supportsPrinting() { method supportsFullscreen (line 1253) | get supportsFullscreen() { method supportsIntegratedFind (line 1264) | get supportsIntegratedFind() { method supportsDocumentFonts (line 1268) | get supportsDocumentFonts() { method loadingBar (line 1272) | get loadingBar() { method supportedMouseWheelZoomModifierKeys (line 1277) | get supportedMouseWheelZoomModifierKeys() { method _docFilename (line 1308) | get _docFilename() { function downloadByUrl (line 1614) | function downloadByUrl() { method scriptingReady (line 3295) | get scriptingReady() { function loadFakeWorker (line 3337) | function loadFakeWorker() { function _loadFakeWorker (line 3341) | function _loadFakeWorker() { function loadAndEnablePDFBug (line 3363) | function loadAndEnablePDFBug(enabledTabs) { function reportPageStatsPDFBug (line 3373) | function reportPageStatsPDFBug(_ref17) { function webViewerInitialized (line 3392) | function webViewerInitialized() { function webViewerResetPermissions (line 3505) | function webViewerResetPermissions() { function webViewerPageRendered (line 3515) | function webViewerPageRendered(_ref18) { function webViewerPageMode (line 3551) | function webViewerPageMode(_ref19) { function webViewerNamedAction (line 3585) | function webViewerNamedAction(evt) { function webViewerPresentationModeChanged (line 3608) | function webViewerPresentationModeChanged(evt) { function webViewerSidebarViewChanged (line 3612) | function webViewerSidebarViewChanged(evt) { function webViewerUpdateViewarea (line 3621) | function webViewerUpdateViewarea(evt) { function webViewerScrollModeChanged (line 3643) | function webViewerScrollModeChanged(evt) { function webViewerSpreadModeChanged (line 3651) | function webViewerSpreadModeChanged(evt) { function webViewerResize (line 3659) | function webViewerResize() { function webViewerHashchange (line 3676) | function webViewerHashchange(evt) { function webViewerPresentationMode (line 3737) | function webViewerPresentationMode() { function webViewerPrint (line 3741) | function webViewerPrint() { function webViewerDownload (line 3745) | function webViewerDownload() { function webViewerSave (line 3751) | function webViewerSave() { function webViewerFirstPage (line 3757) | function webViewerFirstPage() { function webViewerLastPage (line 3763) | function webViewerLastPage() { function webViewerNextPage (line 3769) | function webViewerNextPage() { function webViewerPreviousPage (line 3773) | function webViewerPreviousPage() { function webViewerZoomIn (line 3777) | function webViewerZoomIn() { function webViewerZoomOut (line 3781) | function webViewerZoomOut() { function webViewerZoomReset (line 3785) | function webViewerZoomReset() { function webViewerPageNumberChanged (line 3789) | function webViewerPageNumberChanged(evt) { function webViewerScaleChanged (line 3801) | function webViewerScaleChanged(evt) { function webViewerRotateCw (line 3805) | function webViewerRotateCw() { function webViewerRotateCcw (line 3809) | function webViewerRotateCcw() { function webViewerOptionalContentConfig (line 3813) | function webViewerOptionalContentConfig(evt) { function webViewerSwitchScrollMode (line 3817) | function webViewerSwitchScrollMode(evt) { function webViewerSwitchSpreadMode (line 3821) | function webViewerSwitchSpreadMode(evt) { function webViewerDocumentProperties (line 3825) | function webViewerDocumentProperties() { function webViewerFind (line 3829) | function webViewerFind(evt) { function webViewerFindFromUrlHash (line 3840) | function webViewerFindFromUrlHash(evt) { function webViewerUpdateFindMatchesCount (line 3851) | function webViewerUpdateFindMatchesCount(_ref20) { function webViewerUpdateFindControlState (line 3861) | function webViewerUpdateFindControlState(_ref21) { function webViewerScaleChanging (line 3879) | function webViewerScaleChanging(evt) { function webViewerRotationChanging (line 3884) | function webViewerRotationChanging(evt) { function webViewerPageChanging (line 3890) | function webViewerPageChanging(_ref22) { function webViewerVisibilityChange (line 3901) | function webViewerVisibilityChange(evt) { function setZoomDisabledTimeout (line 3909) | function setZoomDisabledTimeout() { function webViewerWheel (line 3919) | function webViewerWheel(evt) { function webViewerTouchStart (line 3970) | function webViewerTouchStart(evt) { function webViewerClick (line 3976) | function webViewerClick(evt) { function webViewerKeyUp (line 3992) | function webViewerKeyUp(evt) { function webViewerKeyDown (line 4000) | function webViewerKeyDown(evt) { function beforeUnload (line 4302) | function beforeUnload(evt) { function apiPageLayoutToSpreadMode (line 4308) | function apiPageLayoutToSpreadMode(layout) { function apiPageModeToSidebarView (line 4326) | function apiPageModeToSidebarView(mode) { function _typeof (line 4372) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function define (line 4385) | function define(obj, key, value) { function wrap (line 4403) | function wrap(innerFn, outerFn, self, tryLocsList) { function tryCatch (line 4413) | function tryCatch(fn, obj, arg) { function Generator (line 4433) | function Generator() {} function GeneratorFunction (line 4435) | function GeneratorFunction() {} function GeneratorFunctionPrototype (line 4437) | function GeneratorFunctionPrototype() {} function defineIteratorMethods (line 4457) | function defineIteratorMethods(prototype) { function AsyncIterator (line 4488) | function AsyncIterator(generator, PromiseImpl) { function makeInvokeMethod (line 4546) | function makeInvokeMethod(innerFn, self, context) { function maybeInvokeDelegate (line 4612) | function maybeInvokeDelegate(delegate, context) { function pushTryEntry (line 4681) | function pushTryEntry(locs) { function resetTryEntry (line 4698) | function resetTryEntry(entry) { function Context (line 4705) | function Context(tryLocsList) { function values (line 4737) | function values(iterable) { function doneResult (line 4776) | function doneResult() { function handle (line 4821) | function handle(loc, caught) { function _interopRequireDefault (line 4995) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function _classCallCheck (line 4997) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 4999) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 5001) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function _typeof (line 5003) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _slicedToArray (line 5005) | function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterab... function _nonIterableRest (line 5007) | function _nonIterableRest() { throw new TypeError("Invalid attempt to de... function _unsupportedIterableToArray (line 5009) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 5011) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _iterableToArrayLimit (line 5013) | function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefine... function _arrayWithHoles (line 5015) | function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function asyncGeneratorStep (line 5017) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 5019) | function _asyncToGenerator(fn) { return function () { var self = this, a... function formatL10nValue (line 5084) | function formatL10nValue(text, args) { function getOutputScale (line 5159) | function getOutputScale(ctx) { function scrollIntoView (line 5170) | function scrollIntoView(element, spot) { function watchScroll (line 5211) | function watchScroll(viewAreaElement, callback) { function parseQueryString (line 5251) | function parseQueryString(query) { function binarySearchFirstItem (line 5265) | function binarySearchFirstItem(items, condition) { function approximateFraction (line 5291) | function approximateFraction(x) { function roundToDivide (line 5339) | function roundToDivide(x, div) { function getPageSizeInches (line 5344) | function getPageSizeInches(_ref) { function backtrackBeforeAllVisibleElements (line 5364) | function backtrackBeforeAllVisibleElements(index, views, top) { function getVisibleElements (line 5390) | function getVisibleElements(_ref2) { function noContextMenuHandler (line 5486) | function noContextMenuHandler(evt) { function isDataSchema (line 5490) | function isDataSchema(url) { function getPDFFileNameFromURL (line 5501) | function getPDFFileNameFromURL(url) { function normalizeWheelEventDirection (line 5531) | function normalizeWheelEventDirection(evt) { function normalizeWheelEventDelta (line 5542) | function normalizeWheelEventDelta(evt) { function isValidRotation (line 5558) | function isValidRotation(angle) { function isValidScrollMode (line 5562) | function isValidScrollMode(mode) { function isValidSpreadMode (line 5566) | function isValidSpreadMode(mode) { function isPortraitOrientation (line 5570) | function isPortraitOrientation(size) { function waitOnEventOrTimeout (line 5580) | function waitOnEventOrTimeout(_ref3) { function dispatchDOMEvent (line 5622) | function dispatchDOMEvent(eventName) { function EventBus (line 5628) | function EventBus(options) { function clamp (line 5728) | function clamp(v, min, max) { function ProgressBar (line 5733) | function ProgressBar(id) { function moveToEndOfArray (line 5817) | function moveToEndOfArray(arr, condition) { function getActiveOrFocusedElement (line 5836) | function getActiveOrFocusedElement() { function _classCallCheck (line 5881) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 5883) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 5885) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function PDFCursorTools (line 5895) | function PDFCursorTools(_ref) { function GrabToPan (line 6034) | function GrabToPan(options) { function isLeftMouseReleased (line 6175) | function isLeftMouseReleased(event) { function _classCallCheck (line 6200) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 6202) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 6204) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function PDFRenderingQueue (line 6216) | function PDFRenderingQueue() { function _interopRequireDefault (line 6362) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function asyncGeneratorStep (line 6364) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 6366) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _classCallCheck (line 6368) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 6370) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 6372) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function OverlayManager (line 6375) | function OverlayManager() { function register (line 6434) | function register(_x, _x2) { function unregister (line 6474) | function unregister(_x3) { function open (line 6539) | function open(_x4) { function close (line 6592) | function close(_x5) { function _classCallCheck (line 6640) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 6642) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 6644) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function PasswordPrompt (line 6647) | function PasswordPrompt(options, overlayManager) { function _typeof (line 6737) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _createForOfIteratorHelper (line 6750) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _unsupportedIterableToArray (line 6752) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 6754) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _classCallCheck (line 6756) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 6758) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 6760) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function _get (line 6762) | function _get(target, property, receiver) { if (typeof Reflect !== "unde... function _superPropBase (line 6764) | function _superPropBase(object, property) { while (!Object.prototype.has... function _inherits (line 6766) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 6768) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 6770) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 6772) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 6774) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 6776) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 6778) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function PDFAttachmentViewer (line 6787) | function PDFAttachmentViewer(options) { function _createForOfIteratorHelper (line 7015) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _unsupportedIterableToArray (line 7017) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 7019) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _classCallCheck (line 7021) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 7023) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 7025) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function BaseTreeViewer (line 7031) | function BaseTreeViewer(options) { function _interopRequireDefault (line 7199) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function _slicedToArray (line 7201) | function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterab... function _nonIterableRest (line 7203) | function _nonIterableRest() { throw new TypeError("Invalid attempt to de... function _unsupportedIterableToArray (line 7205) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 7207) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _iterableToArrayLimit (line 7209) | function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefine... function _arrayWithHoles (line 7211) | function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function asyncGeneratorStep (line 7213) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 7215) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _classCallCheck (line 7217) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 7219) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 7221) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function getPageName (line 7234) | function getPageName(size, isPortrait, pageNames) { function PDFDocumentProperties (line 7241) | function PDFDocumentProperties(_ref, overlayManager, eventBus) { function open (line 7391) | function open() { function _parseFileSize (line 7500) | function _parseFileSize() { function _parsePageSize (line 7597) | function _parsePageSize(_x, _x2) { function _parseDate (line 7635) | function _parseDate(_x3) { function _classCallCheck (line 7668) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 7670) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 7672) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function PDFFindBar (line 7677) | function PDFFindBar(options, eventBus) { function _classCallCheck (line 7912) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 7914) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 7916) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function _slicedToArray (line 7918) | function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterab... function _nonIterableRest (line 7920) | function _nonIterableRest() { throw new TypeError("Invalid attempt to de... function _iterableToArrayLimit (line 7922) | function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefine... function _arrayWithHoles (line 7924) | function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function _createForOfIteratorHelper (line 7926) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _unsupportedIterableToArray (line 7928) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 7930) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function normalize (line 7957) | function normalize(text) { function getOriginalIndex (line 7977) | function getOriginalIndex(matchIndex) { function PDFFindController (line 8018) | function PDFFindController(_ref) { function isSubTerm (line 8232) | function isSubTerm(currentIndex) { function isAlphabeticalScript (line 8738) | function isAlphabeticalScript(charCode) { function isAscii (line 8742) | function isAscii(charCode) { function isAsciiAlpha (line 8746) | function isAsciiAlpha(charCode) { function isAsciiDigit (line 8750) | function isAsciiDigit(charCode) { function isAsciiSpace (line 8754) | function isAsciiSpace(charCode) { function isHan (line 8758) | function isHan(charCode) { function isKatakana (line 8762) | function isKatakana(charCode) { function isHiragana (line 8766) | function isHiragana(charCode) { function isHalfwidthKatakana (line 8770) | function isHalfwidthKatakana(charCode) { function isThai (line 8774) | function isThai(charCode) { function getCharacterType (line 8778) | function getCharacterType(charCode) { function _typeof (line 8825) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _slicedToArray (line 8827) | function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterab... function _nonIterableRest (line 8829) | function _nonIterableRest() { throw new TypeError("Invalid attempt to de... function _unsupportedIterableToArray (line 8831) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 8833) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _iterableToArrayLimit (line 8835) | function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefine... function _arrayWithHoles (line 8837) | function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function _classCallCheck (line 8839) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 8841) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 8843) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function getCurrentHash (line 8849) | function getCurrentHash() { function PDFHistory (line 8854) | function PDFHistory(_ref) { function isDestHashesEqual (line 9421) | function isDestHashesEqual(destHash, pushHash) { function isDestArraysEqual (line 9440) | function isDestArraysEqual(firstDest, secondDest) { function _interopRequireDefault (line 9499) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function _typeof (line 9501) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _createForOfIteratorHelper (line 9503) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _unsupportedIterableToArray (line 9505) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 9507) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function asyncGeneratorStep (line 9509) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 9511) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _classCallCheck (line 9513) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 9515) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 9517) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function _get (line 9519) | function _get(target, property, receiver) { if (typeof Reflect !== "unde... function _superPropBase (line 9521) | function _superPropBase(object, property) { while (!Object.prototype.has... function _inherits (line 9523) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 9525) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 9527) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 9529) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 9531) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 9533) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 9535) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function PDFLayerViewer (line 9542) | function PDFLayerViewer(options) { function _setNestedName (line 9638) | function _setNestedName(_x, _x2) { function _resetLayers (line 9787) | function _resetLayers() { function _interopRequireDefault (line 9815) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function _typeof (line 9817) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function asyncGeneratorStep (line 9819) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 9821) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _classCallCheck (line 9823) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 9825) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 9827) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function PDFLinkService (line 9830) | function PDFLinkService() { function goToDestination (line 10010) | function goToDestination(_x) { function isValidExplicitDestination (line 10234) | function isValidExplicitDestination(dest) { function SimpleLinkService (line 10305) | function SimpleLinkService() { function goToDestination (line 10346) | function goToDestination(_x2) { function _interopRequireDefault (line 10410) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function _typeof (line 10412) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _slicedToArray (line 10414) | function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterab... function _nonIterableRest (line 10416) | function _nonIterableRest() { throw new TypeError("Invalid attempt to de... function _iterableToArrayLimit (line 10418) | function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefine... function _arrayWithHoles (line 10420) | function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function asyncGeneratorStep (line 10422) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 10424) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _createForOfIteratorHelper (line 10426) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _toConsumableArray (line 10428) | function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _it... function _nonIterableSpread (line 10430) | function _nonIterableSpread() { throw new TypeError("Invalid attempt to ... function _unsupportedIterableToArray (line 10432) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _iterableToArray (line 10434) | function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && S... function _arrayWithoutHoles (line 10436) | function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _array... function _arrayLikeToArray (line 10438) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _classCallCheck (line 10440) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 10442) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 10444) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function _get (line 10446) | function _get(target, property, receiver) { if (typeof Reflect !== "unde... function _superPropBase (line 10448) | function _superPropBase(object, property) { while (!Object.prototype.has... function _inherits (line 10450) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 10452) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 10454) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 10456) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 10458) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 10460) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 10462) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function PDFOutlineViewer (line 10469) | function PDFOutlineViewer(options) { function _currentOutlineItem (line 10771) | function _currentOutlineItem() { function _getPageNumberToDestHash (line 10954) | function _getPageNumberToDestHash(_x) { function _classCallCheck (line 10980) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 10982) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 10984) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function PDFPresentationMode (line 10996) | function PDFPresentationMode(_ref) { method active (line 11132) | get active() { method switchInProgress (line 11136) | get switchInProgress() { function _classCallCheck (line 11426) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 11428) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 11430) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function PDFSidebar (line 11435) | function PDFSidebar(_ref) { function _classCallCheck (line 11824) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 11826) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 11828) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function PDFSidebarResizer (line 11835) | function PDFSidebarResizer(options, eventBus) { function _classCallCheck (line 11990) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 11992) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 11994) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function PDFThumbnailViewer (line 12000) | function PDFThumbnailViewer(_ref) { function _interopRequireDefault (line 12306) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function _slicedToArray (line 12308) | function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterab... function _nonIterableRest (line 12310) | function _nonIterableRest() { throw new TypeError("Invalid attempt to de... function _unsupportedIterableToArray (line 12312) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 12314) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _iterableToArrayLimit (line 12316) | function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefine... function _arrayWithHoles (line 12318) | function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function asyncGeneratorStep (line 12320) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 12322) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _classCallCheck (line 12324) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 12326) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 12328) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function PDFThumbnailView (line 12373) | function PDFThumbnailView(_ref) { function _typeof (line 12800) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _createForOfIteratorHelper (line 12813) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _unsupportedIterableToArray (line 12815) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 12817) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _classCallCheck (line 12819) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 12821) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 12823) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function _get (line 12825) | function _get(target, property, receiver) { if (typeof Reflect !== "unde... function _superPropBase (line 12827) | function _superPropBase(object, property) { while (!Object.prototype.has... function _inherits (line 12829) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 12831) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 12833) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 12835) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 12837) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 12839) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 12841) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function PDFViewer (line 12848) | function PDFViewer() { function _createForOfIteratorHelper (line 12968) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _unsupportedIterableToArray (line 12970) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 12972) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _classCallCheck (line 12974) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 12976) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 12978) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function PDFPageViewBuffer (line 12982) | function PDFPageViewBuffer(size) { function isSameScale (line 13024) | function isSameScale(oldScale, newScale) { function BaseViewer (line 13037) | function BaseViewer(options) { function _slicedToArray (line 14620) | function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterab... function _nonIterableRest (line 14622) | function _nonIterableRest() { throw new TypeError("Invalid attempt to de... function _unsupportedIterableToArray (line 14624) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 14626) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _iterableToArrayLimit (line 14628) | function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefine... function _arrayWithHoles (line 14630) | function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function _classCallCheck (line 14632) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 14634) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 14636) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function AnnotationLayerBuilder (line 14639) | function AnnotationLayerBuilder(_ref) { function DefaultAnnotationLayerFactory (line 14753) | function DefaultAnnotationLayerFactory() { function _interopRequireDefault (line 14808) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function asyncGeneratorStep (line 14810) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 14812) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _classCallCheck (line 14814) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 14816) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 14818) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function PDFPageView (line 14823) | function PDFPageView(options) { function _renderAnnotationLayer (line 14929) | function _renderAnnotationLayer() { function _classCallCheck (line 15522) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 15524) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 15526) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function TextLayerBuilder (line 15531) | function TextLayerBuilder(_ref) { function beginText (line 15714) | function beginText(begin, className) { function appendTextToDiv (line 15720) | function appendTextToDiv(divIdx, fromOffset, toOffset, className) { function DefaultTextLayerFactory (line 15893) | function DefaultTextLayerFactory() { function _createForOfIteratorHelper (line 15934) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _unsupportedIterableToArray (line 15936) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 15938) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _classCallCheck (line 15940) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 15942) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 15944) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function SecondaryToolbar (line 15947) | function SecondaryToolbar(options, mainContainer, eventBus) { function scrollModeChanged (line 16182) | function scrollModeChanged(_ref2) { function spreadModeChanged (line 16208) | function spreadModeChanged(_ref3) { function _typeof (line 16290) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _classCallCheck (line 16301) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 16303) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 16305) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function _get (line 16307) | function _get(target, property, receiver) { if (typeof Reflect !== "unde... function _superPropBase (line 16309) | function _superPropBase(object, property) { while (!Object.prototype.has... function _inherits (line 16311) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 16313) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 16315) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 16317) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 16319) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 16321) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 16323) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function PDFSinglePageViewer (line 16330) | function PDFSinglePageViewer(options) { function _interopRequireDefault (line 16483) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function asyncGeneratorStep (line 16485) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 16487) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _createForOfIteratorHelper (line 16489) | function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typ... function _unsupportedIterableToArray (line 16491) | function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (ty... function _arrayLikeToArray (line 16493) | function _arrayLikeToArray(arr, len) { if (len == null || len > arr.leng... function _classCallCheck (line 16495) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 16497) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 16499) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function Toolbar (line 16506) | function Toolbar(options, eventBus) { function _adjustScaleWidth (line 16815) | function _adjustScaleWidth() { function _interopRequireDefault (line 16841) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function asyncGeneratorStep (line 16843) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 16845) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _classCallCheck (line 16847) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 16849) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 16851) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function ViewHistory (line 16856) | function ViewHistory(fingerprint) { function _writeToStorage (line 16917) | function _writeToStorage() { function _readFromStorage (line 16941) | function _readFromStorage() { function set (line 16970) | function set(_x, _x2) { function setMultiple (line 17003) | function setMultiple(_x3) { function get (line 17033) | function get(_x4, _x5) { function getMultiple (line 17069) | function getMultiple(_x6) { function _typeof (line 17088) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _interopRequireDefault (line 17107) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function asyncGeneratorStep (line 17109) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 17111) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _classCallCheck (line 17113) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 17115) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 17117) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function _inherits (line 17119) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 17121) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 17123) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 17125) | function _possibleConstructorReturn(self, call) { if (call && (_typeof(c... function _assertThisInitialized (line 17127) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 17129) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 17131) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function GenericPreferences (line 17142) | function GenericPreferences() { function _writeToStorage (line 17166) | function _writeToStorage(_x) { function _readFromStorage (line 17190) | function _readFromStorage(_x2) { function GenericExternalServices (line 17206) | function GenericExternalServices() { function _interopRequireDefault (line 17257) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function asyncGeneratorStep (line 17259) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 17261) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _typeof (line 17263) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _classCallCheck (line 17265) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 17267) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 17269) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function BasePreferences (line 17272) | function BasePreferences() { function _writeToStorage (line 17349) | function _writeToStorage(_x) { function _readFromStorage (line 17373) | function _readFromStorage(_x2) { function reset (line 17402) | function reset() { function set (line 17483) | function set(_x3, _x4) { function get (line 17532) | function get(_x5) { function getAll (line 17560) | function getAll() { function _classCallCheck (line 17588) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 17590) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 17592) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function _download (line 17596) | function _download(blobUrl, filename) { function DownloadManager (line 17616) | function DownloadManager() { function _interopRequireDefault (line 17672) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function asyncGeneratorStep (line 17674) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 17676) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _classCallCheck (line 17678) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 17680) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 17682) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function GenericL10n (line 17687) | function GenericL10n(lang) { function getLanguage (line 17722) | function getLanguage() { function getDirection (line 17752) | function getDirection() { function get (line 17782) | function get(_x, _x2, _x3) { function translate (line 17812) | function translate(_x4) { function getL10nResourceLinks (line 17840) | function getL10nResourceLinks() { function getL10nDictionary (line 17844) | function getL10nDictionary() { function getTranslatableChildren (line 17849) | function getTranslatableChildren(element) { function getL10nAttributes (line 17853) | function getL10nAttributes(element) { function xhrLoadText (line 17873) | function xhrLoadText(url, onSuccess, onFailure) { function parseResource (line 17905) | function parseResource(href, lang, successCallback, failureCallback) { function loadLocale (line 18012) | function loadLocale(lang, callback) { function clear (line 18086) | function clear() { function getPluralRules (line 18092) | function getPluralRules(lang) { function getL10nData (line 18447) | function getL10nData(key, args, fallback) { function substIndexes (line 18472) | function substIndexes(str, args, key, prop) { function substArguments (line 18494) | function substArguments(str, args, key) { function translateElement (line 18510) | function translateElement(element) { function getChildElementCount (line 18552) | function getChildElementCount(element) { function translateFragment (line 18570) | function translateFragment(element) { function _interopRequireDefault (line 18662) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function asyncGeneratorStep (line 18664) | function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, ar... function _asyncToGenerator (line 18666) | function _asyncToGenerator(fn) { return function () { var self = this, a... function _classCallCheck (line 18668) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 18670) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 18672) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function GenericScripting (line 18675) | function GenericScripting(sandboxBundleSrc) { function createSandbox (line 18707) | function createSandbox(_x) { function dispatchEventInSandbox (line 18737) | function dispatchEventInSandbox(_x2) { function destroySandbox (line 18767) | function destroySandbox() { function renderPage (line 18800) | function renderPage(activeServiceOnEntry, pdfDocument, pageNumber, size,... function PDFPrintService (line 18833) | function PDFPrintService(pdfDocument, pagesOverview, printContainer, pri... method active (line 18952) | get active() { function dispatchEvent (line 19000) | function dispatchEvent(eventType) { function abort (line 19006) | function abort() { function renderProgress (line 19013) | function renderProgress(index, total, l10n) { function ensureOverlay (line 19052) | function ensureOverlay() { function __webpack_require__ (line 19086) | function __webpack_require__(moduleId) { FILE: projects/minimal-api/anti-forgery-3/api/Program.cs class AntiforgeryMiddleware (line 57) | public class AntiforgeryMiddleware : IMiddleware method AntiforgeryMiddleware (line 61) | public AntiforgeryMiddleware(IAntiforgery antiforgery) method InvokeAsync (line 66) | public async Task InvokeAsync(HttpContext context, RequestDelegate next) FILE: projects/minimal-api/map-3/Program.cs class MyData (line 10) | public class MyData FILE: projects/minimal-api/map-4/Program.cs type Greeting (line 21) | public record Greeting(string Message); FILE: projects/minimal-api/map-6/Program.cs class Pages (line 21) | public static class Pages method AllPages (line 23) | public static void AllPages(IEndpointRouteBuilder endpoints) FILE: projects/minimal-api/map-group-1/Program.cs class AboutApi (line 26) | public static class AboutApi method MapAboutApi (line 28) | public static RouteGroupBuilder MapAboutApi(this RouteGroupBuilder group) FILE: projects/minimal-api/map-group-2/Program.cs class AboutApi (line 36) | public static class AboutApi method MapAboutApi (line 38) | public static RouteGroupBuilder MapAboutApi(this RouteGroupBuilder group) FILE: projects/minimal-api/map-group-3/Program.cs class AboutApi (line 39) | public static class AboutApi method MapAboutApi (line 41) | public static RouteGroupBuilder MapAboutApi(this RouteGroupBuilder group) class TransactionAPI (line 51) | public static class TransactionAPI method MapTransactionApi (line 53) | public static RouteGroupBuilder MapTransactionApi(this RouteGroupBuild... FILE: projects/minimal-api/map-methods/Program.cs type Greeting (line 45) | public record Greeting(string Message); FILE: projects/minimal-api/map-post-2/Program.cs type Greeting (line 40) | public record Greeting(string Message); class MyApi (line 42) | public static class MyApi method Greet (line 44) | public static IResult Greet([FromBody] Greeting greet) => Results.Json... FILE: projects/minimal-api/map-post/Program.cs type Greeting (line 40) | public record Greeting(string Message); FILE: projects/minimal-api/map/Program.cs type Greeting (line 10) | public record Greeting(string Message); FILE: projects/minimal-api/minimal-api-form-model-binding/Program.cs class BlogPostInput (line 72) | public class BlogPostInput(string? title, string body) FILE: projects/minimal-api/open-api-1/Program.cs type Person (line 30) | public record Person(string Name); class Hello (line 35) | public static class Hello method GetGreeting (line 38) | public static IResult GetGreeting(string name) => Results.Ok(new Perso... FILE: projects/minimal-api/open-api-2/Program.cs type Person (line 31) | public record Person(string Name); class Hello (line 36) | public static class Hello method GetGreeting (line 41) | public static Results, NotFound> GetGreeting(string name) FILE: projects/minimal-api/parameter-binding-custom-bind-async/Program.cs type Direction (line 29) | public enum Direction class DrivingDirection (line 36) | public class DrivingDirection method BindAsync (line 40) | public static ValueTask BindAsync(HttpContext conte... FILE: projects/minimal-api/parameter-binding-custom-try-parse/Program.cs type Direction (line 28) | public enum Direction class DrivingDirection (line 35) | public class DrivingDirection method TryParse (line 39) | public static bool TryParse(string value, out DrivingDirection? result) FILE: projects/minimal-api/parameter-binding-json-explicit/Program.cs type Greeting (line 35) | public record Greeting(string Message); FILE: projects/minimal-api/parameter-binding-json-implicit/Program.cs type Greeting (line 34) | public record Greeting(string Message); FILE: projects/minimal-api/typed-results-1/Program.cs type Person (line 9) | public record Person(string Name); class Hello (line 11) | public static class Hello method GetGreeting (line 13) | public static IResult GetGreeting(string name) => TypedResults.Json(ne... class Tests (line 16) | public static class Tests method MyTest (line 18) | [Fact] FILE: projects/minimal-hosting/web-application-builder-mvc/Program.cs class HomeController (line 12) | public class HomeController method Index (line 14) | [HttpGet("/")] FILE: projects/minimal-hosting/web-application-configuration-json/Program.cs type ConfigInfo (line 19) | record ConfigInfo(string Key, string Value); FILE: projects/mvc/api-problem-details-2/Program.cs class HomeController (line 14) | [ApiController] method Index (line 17) | [HttpGet("")] class ApiProblemsDetails (line 34) | public class ApiProblemsDetails : ProblemDetails class ControllerExtensions (line 45) | public static class ControllerExtensions method ApiProblemDetails (line 47) | public static ActionResult ApiProblemDetails(this Controller self, Htt... FILE: projects/mvc/api-problem-details/Program.cs class HomeController (line 11) | [ApiController] method Index (line 14) | [HttpGet("")] FILE: projects/mvc/api-versioning/Program.cs class HelloWorldController (line 11) | [ApiVersion("1.0")] method Get (line 16) | [HttpGet] class HomeController (line 20) | public class HomeController : Controller method Index (line 22) | public ActionResult Index() FILE: projects/mvc/api/Program.cs class ToDoItemsController (line 9) | [Route("api")] method AnEndpoint (line 12) | [HttpGet("[Action]")] FILE: projects/mvc/hello-world/Program.cs class HomeController (line 11) | public class HomeController : Controller method Index (line 13) | public ActionResult Index() FILE: projects/mvc/jwt/Program.cs class JwtIssuerOptions (line 22) | public class JwtIssuerOptions class HomeController (line 31) | public class HomeController : Controller method HomeController (line 34) | public HomeController(IOptions options) method Index (line 39) | [HttpGet] method Jwt (line 56) | [HttpPost] method DecodeJwt (line 101) | [HttpPost] FILE: projects/mvc/localization/mvc-localization-1/Program.cs class HomeController (line 33) | public class HomeController : Controller method HomeController (line 37) | public HomeController(IStringLocalizer local) method Index (line 41) | public ActionResult Index() FILE: projects/mvc/localization/mvc-localization-10/Program.cs class Global (line 54) | public class Global class ApiController (line 58) | [Route("api")] method ApiController (line 65) | public ApiController(IStringLocalizer global) method Get (line 70) | [HttpGet("{word}")] class HomeController (line 77) | public class HomeController : Controller method Index (line 79) | [Route("{*url}")] FILE: projects/mvc/localization/mvc-localization-2/Program.cs class HomeController (line 30) | public class HomeController : Controller method HomeController (line 34) | public HomeController(IStringLocalizer local) method Index (line 38) | public ActionResult Index() FILE: projects/mvc/localization/mvc-localization-3/Program.cs class Global (line 34) | public class Global class HomeController (line 39) | public class HomeController : Controller method HomeController (line 43) | public HomeController(IStringLocalizer local) method Index (line 47) | public ActionResult Index() class AboutController (line 67) | public class AboutController : Controller method AboutController (line 71) | public AboutController(IStringLocalizer local) method Index (line 75) | public ActionResult Index() FILE: projects/mvc/localization/mvc-localization-4/Program.cs class Global (line 31) | public class Global class HomeController (line 35) | public class HomeController : Controller method HomeController (line 39) | public HomeController(IStringLocalizer local) method Index (line 43) | public ActionResult Index() class AboutController (line 72) | public class AboutController : Controller method AboutController (line 76) | public AboutController(IStringLocalizer local) method Index (line 80) | public ActionResult Index() FILE: projects/mvc/localization/mvc-localization-5/Program.cs class Global (line 31) | public class Global class HomeController (line 35) | public class HomeController : Controller method Index (line 37) | public ActionResult Index() FILE: projects/mvc/localization/mvc-localization-6/Program.cs class Global (line 46) | public class Global class HomeController (line 51) | public class HomeController : Controller method Index (line 53) | public ActionResult Index() FILE: projects/mvc/localization/mvc-localization-7/ProjectWithResources/Messages.cs class Messages (line 3) | public class Messages FILE: projects/mvc/localization/mvc-localization-7/ProjectWithResources/Resources/Global.cs class Global (line 3) | public class Global FILE: projects/mvc/localization/mvc-localization-7/Web/Program.cs class HomeController (line 34) | public class HomeController : Controller method HomeController (line 39) | public HomeController(IStringLocalizer local, IStringLocalizer... method Index (line 45) | public ActionResult Index() class AboutController (line 69) | public class AboutController : Controller method AboutController (line 73) | public AboutController(IStringLocalizer local) method Index (line 77) | public ActionResult Index() FILE: projects/mvc/localization/mvc-localization-8/Program.cs class Global (line 42) | public class Global class ApiController (line 46) | [Route("api")] method ApiController (line 53) | public ApiController(IStringLocalizer global) method Get (line 58) | [HttpGet("")] class HomeController (line 65) | public class HomeController : Controller method Index (line 67) | public ActionResult Index() FILE: projects/mvc/localization/mvc-localization-9/Program.cs class Global (line 44) | public class Global class ApiController (line 48) | [Route("api")] method ApiController (line 55) | public ApiController(IStringLocalizer global) method Get (line 60) | [HttpGet("{word}")] class HomeController (line 67) | public class HomeController : Controller method Index (line 69) | public ActionResult Index() FILE: projects/mvc/model-binding-from-query/Program.cs class GreetingParams (line 10) | public class GreetingParams method ToString (line 20) | public override string ToString() => $"User Id: {UserId}, Name: {Name}... class HomeController (line 23) | public class HomeController : Controller method Index (line 25) | public ActionResult Index([FromQuery] GreetingParams greet) FILE: projects/mvc/model-binding-from-route/Program.cs class GreetingParams (line 10) | public class GreetingParams method ToString (line 20) | public override string ToString() => $"User Id: {UserId}, Name: {Name}... class HomeController (line 23) | public class HomeController : Controller method Index (line 35) | [HttpGet("")] method Name (line 49) | [HttpGet("{name}")] method IsAmazing (line 63) | [HttpGet("{isamazing:bool}")] method UserId (line 77) | [HttpGet("/user/{userid:int}")] method Age (line 91) | [HttpGet("{age:int}")] method All (line 105) | [HttpGet("/{name}/{isamazing:bool}/{age:int}/{userid:int}")] FILE: projects/mvc/mvc-infer-dependency-from-action/Program.cs class Greetings (line 13) | public class Greetings method SayHello (line 15) | public string SayHello() => "Hello World"; class HomeController (line 18) | public class HomeController: ControllerBase method Index (line 20) | [HttpGet("/")] FILE: projects/mvc/mvc-output-xml/Program.cs class Greeting (line 14) | public class Greeting class HomeController (line 20) | public class HomeController : Controller method Index (line 22) | [HttpGet("")] FILE: projects/mvc/newtonsoft-json/Program.cs class HomeController (line 13) | [ApiController] method Index (line 17) | public IActionResult Index() FILE: projects/mvc/nswag-2/Program.cs class HomeController (line 16) | [Route("")] method Index (line 20) | [HttpGet("")] class GreetingController (line 31) | [Produces("application/json")] class Greeting (line 37) | public class Greeting method Index (line 50) | [HttpGet("")] method Goodbye (line 60) | [HttpPost("goodbye")] method Relay (line 71) | [HttpPut("")] method Remove (line 78) | [HttpDelete("greetings/{name}")] method Update (line 85) | [HttpPatch("")] method HideThis (line 96) | [HttpGet("hide/this")] method HideThisToo (line 103) | [HttpGet("hide/this2")] method NotHidden (line 110) | [HttpGet("hide/fail")] FILE: projects/mvc/nswag/Program.cs class HomeController (line 26) | [Route("")] method Index (line 30) | [HttpGet("")] class GreetingController (line 41) | [Produces("application/json")] class Greeting (line 46) | public class Greeting method Index (line 59) | [HttpGet("")] method Goodbye (line 68) | [HttpPost("goodbye")] method Relay (line 78) | [HttpPut("")] method Remove (line 84) | [HttpDelete("greetings/{name}")] method Update (line 90) | [HttpPatch("")] FILE: projects/mvc/output-formatter-syndication/Program.cs class HomeController (line 14) | public class HomeController : Controller method Index (line 16) | public ActionResult Index() FILE: projects/mvc/output-formatter-syndication/RssOutputFormatter.cs class RssOutputFormatter (line 8) | public class RssOutputFormatter : TextOutputFormatter method RssOutputFormatter (line 10) | public RssOutputFormatter() method CanWriteType (line 17) | protected override bool CanWriteType(Type type) method WriteResponseBodyAsync (line 27) | public override async Task WriteResponseBodyAsync(OutputFormatterWrite... class StringWriterWithEncoding (line 60) | class StringWriterWithEncoding : StringWriter method StringWriterWithEncoding (line 64) | public StringWriterWithEncoding(Encoding encoding) FILE: projects/mvc/razor-class-library/razor-class-library-1/src/RazorClassLibrary1/Areas/Module1/Pages/Index.cshtml.cs class IndexModel (line 10) | public class IndexModel : PageModel method OnGet (line 12) | public void OnGet() FILE: projects/mvc/razor-class-library/razor-class-library-1/src/RazorClassLibrary2/Areas/Module2/Pages/Index.cshtml.cs class IndexModel (line 10) | public class IndexModel : PageModel method OnGet (line 12) | public void OnGet() FILE: projects/mvc/razor-class-library/razor-class-library-with-controllers/src/RazorClassLibrary1/Areas/MyFeature/Controllers/AboutController.cs class AboutController (line 11) | [Area("MyFeature")] method Index (line 15) | [HttpGet] FILE: projects/mvc/razor-class-library/razor-class-library-with-controllers/src/RazorClassLibrary1/Areas/MyFeature/Controllers/HomeController.cs class HomeController (line 11) | [Area("MyFeature")] method Index (line 14) | [HttpGet] FILE: projects/mvc/razor-class-library/razor-class-library-with-static-files/src/RazorClassLibraries.Mvc.Core/BaseModuleUiConfigureOptions.cs class BaseModuleUiConfigureOptions (line 10) | public abstract class BaseModuleUiConfigureOptions : IPostConfigureOptio... method BaseModuleUiConfigureOptions (line 12) | public BaseModuleUiConfigureOptions(IWebHostEnvironment environment) method PostConfigure (line 19) | public void PostConfigure(string name, StaticFileOptions options) FILE: projects/mvc/razor-class-library/razor-class-library-with-static-files/src/RazorClassLibrary1/Areas/Module1/Pages/Index.cshtml.cs class IndexModel (line 10) | public class IndexModel : PageModel method OnGet (line 12) | public void OnGet() FILE: projects/mvc/razor-class-library/razor-class-library-with-static-files/src/RazorClassLibrary1/UiConfigureOptions.cs class UiConfigureOptions (line 6) | public sealed class UiConfigureOptions : BaseModuleUiConfigureOptions method UiConfigureOptions (line 8) | public UiConfigureOptions(IWebHostEnvironment environment) FILE: projects/mvc/razor-class-library/razor-class-library-with-static-files/src/RazorClassLibrary2/Areas/Module2/Pages/Index.cshtml.cs class IndexModel (line 10) | public class IndexModel : PageModel method OnGet (line 12) | public void OnGet() FILE: projects/mvc/razor-class-library/razor-class-library-with-static-files/src/RazorClassLibrary2/UiConfigureOptions.cs class UiConfigureOptions (line 6) | public sealed class UiConfigureOptions : BaseModuleUiConfigureOptions method UiConfigureOptions (line 8) | public UiConfigureOptions(IWebHostEnvironment environment) FILE: projects/mvc/result-filestream/Program.cs class HomeController (line 10) | public class HomeController : Controller method HomeController (line 14) | public HomeController(IWebHostEnvironment env) method Index (line 19) | public ActionResult Index() method Hegel (line 28) | public FileStreamResult Hegel() FILE: projects/mvc/result-json/Program.cs class Startup (line 10) | public class Startup method ConfigureServices (line 12) | public void ConfigureServices(IServiceCollection services) method Configure (line 18) | public void Configure(IApplicationBuilder app) class HomeController (line 28) | public class HomeController : Controller method HomeController (line 32) | public HomeController(IWebHostEnvironment env) method JsonPersonResult (line 42) | public JsonResult JsonPersonResult() method Index (line 53) | public ActionResult Index() class Person (line 69) | public class Person class Program (line 76) | public class Program method Main (line 78) | public static void Main(string[] args) method CreateHostBuilder (line 83) | public static IHostBuilder CreateHostBuilder(string[] args) => FILE: projects/mvc/result-physicalfile/Program.cs class HomeController (line 14) | public class HomeController : Controller method HomeController (line 18) | public HomeController(IWebHostEnvironment env) method Index (line 23) | public ActionResult Index() method Hegel (line 32) | public PhysicalFileResult Hegel() FILE: projects/mvc/routing/routing-1/Program.cs class HomeController (line 20) | public class HomeController : Controller method Index (line 22) | public ActionResult Index() FILE: projects/mvc/routing/routing-2/Program.cs class HomeController (line 11) | public class HomeController : Controller method Index (line 13) | public ActionResult Index() FILE: projects/mvc/routing/routing-3/Program.cs class HomeController (line 10) | [Route("")] method Index (line 15) | public ActionResult Index() FILE: projects/mvc/routing/routing-4/Program.cs class HomeController (line 11) | public class HomeController : Controller method Index (line 13) | [Route("")] method About (line 35) | [Route("About")] FILE: projects/mvc/routing/routing-5/Program.cs class HomeController (line 11) | public class HomeController : Controller method Index (line 13) | [Route("")] method About (line 35) | [HttpGet("About")] method About2 (line 48) | [HttpPost("About")] FILE: projects/mvc/routing/routing-6/Program.cs class HomeController (line 12) | [Route("[controller]")] method Index (line 15) | [HttpGet("/")] method About (line 35) | [HttpGet("about")] method About2 (line 48) | [HttpGet("/about")] FILE: projects/mvc/routing/routing-7/Program.cs class HomeController (line 11) | [Route("[controller]/[action]")] method Index (line 14) | [HttpGet("/")] method About (line 34) | public ActionResult About() method About2 (line 46) | [HttpGet("/about")] FILE: projects/mvc/routing/routing-8/Program.cs class HomeController (line 11) | [Route("[controller]/")] method Index (line 14) | [HttpGet("/")] method About (line 35) | [HttpGet("[action]")] method About2 (line 48) | [HttpGet("/about")] FILE: projects/mvc/routing/routing-9/Program.cs class NumberAttribute (line 16) | public class NumberAttribute : Attribute, IActionConstraint method NumberAttribute (line 20) | public NumberAttribute(int number) method Accept (line 33) | public bool Accept(ActionConstraintContext context) class HomeController (line 39) | [Route("[controller]/")] method Index (line 42) | [HttpGet("/")] method About (line 67) | [Number(1)] method About (line 86) | [Number(2)] method About (line 105) | [Number(3)] class HomeController (line 65) | public class HomeController : Controller method Index (line 42) | [HttpGet("/")] method About (line 67) | [Number(1)] method About (line 86) | [Number(2)] method About (line 105) | [Number(3)] class HomeController (line 84) | public class HomeController : Controller method Index (line 42) | [HttpGet("/")] method About (line 67) | [Number(1)] method About (line 86) | [Number(2)] method About (line 105) | [Number(3)] class HomeController (line 103) | public class HomeController : Controller method Index (line 42) | [HttpGet("/")] method About (line 67) | [Number(1)] method About (line 86) | [Number(2)] method About (line 105) | [Number(3)] FILE: projects/mvc/tag-helper/tag-helper-1/Program.cs class HelloWorld (line 11) | [HtmlTargetElement("helloworld")] method Process (line 14) | public override void Process(TagHelperContext context, TagHelperOutput... class HomeController (line 22) | public class HomeController : Controller method Index (line 24) | public ActionResult Index() FILE: projects/mvc/tag-helper/tag-helper-2/Program.cs class HelloWorld (line 11) | [HtmlTargetElement("alert")] method Process (line 14) | public override void Process(TagHelperContext context, TagHelperOutput... class HomeController (line 22) | public class HomeController : Controller method Index (line 24) | public ActionResult Index() FILE: projects/mvc/tag-helper/tag-helper-3/Program.cs type AlertType (line 11) | public enum AlertType class AlertHelper (line 19) | [HtmlTargetElement("alert")] method Process (line 24) | public override void Process(TagHelperContext context, TagHelperOutput... method GetAlertType (line 31) | string GetAlertType() class HomeController (line 44) | public class HomeController : Controller method Index (line 46) | public ActionResult Index() FILE: projects/mvc/tag-helper/tag-helper-4/Program.cs type AlertType (line 11) | public enum AlertType class HelloHelper (line 19) | [HtmlTargetElement("hello")] method Process (line 22) | public override void Process(TagHelperContext context, TagHelperOutput... class WorldHelper (line 31) | [HtmlTargetElement("world")] method Process (line 34) | public override void Process(TagHelperContext context, TagHelperOutput... class AlertHelper (line 43) | [HtmlTargetElement("alert")] method Process (line 48) | public override void Process(TagHelperContext context, TagHelperOutput... method GetAlertType (line 55) | string GetAlertType() class HomeController (line 68) | public class HomeController : Controller method Index (line 70) | public ActionResult Index() FILE: projects/mvc/tag-helper/tag-helper-5/Program.cs type AlertType (line 11) | public enum AlertType class DangerTagHelper (line 19) | [HtmlTargetElement("danger")] method Init (line 22) | public override void Init(TagHelperContext context) class WarningTagHelper (line 28) | [HtmlTargetElement("warning")] method Init (line 31) | public override void Init(TagHelperContext context) class AlertHelper (line 37) | [HtmlTargetElement("alert")] method Init (line 42) | public override void Init(TagHelperContext context) method Process (line 50) | public override void Process(TagHelperContext context, TagHelperOutput... method GetAlertType (line 57) | string GetAlertType() class HomeController (line 70) | public class HomeController : Controller method Index (line 72) | public ActionResult Index() FILE: projects/mvc/tag-helper/tag-helper-img/Program.cs class HomeController (line 11) | public class HomeController : Controller method Index (line 13) | public ActionResult Index() FILE: projects/mvc/tag-helper/tag-helper-link/Program.cs class HomeController (line 11) | public class HomeController : Controller method Index (line 13) | public ActionResult Index() FILE: projects/mvc/view-component/view-component-1/Program.cs class HomeController (line 10) | public class HomeController : Controller method Index (line 12) | public ActionResult Index() => FILE: projects/mvc/view-component/view-component-1/Views/Shared/Components/HelloWorld/HelloWorld.cs class Greeting (line 3) | public class Greeting class HelloWorldViewComponent (line 10) | public class HelloWorldViewComponent : ViewComponent method Invoke (line 12) | public IViewComponentResult Invoke(string message, int times) FILE: projects/mvc/view-component/view-component-2/Program.cs class HomeController (line 10) | public class HomeController : Controller method Index (line 12) | public ActionResult Index() => View(); FILE: projects/mvc/view-component/view-component-2/Views/Shared/Components/HelloWorld/HelloWorld.cs class Greeting (line 4) | public class Greeting class HelloWorldViewComponent (line 11) | public class HelloWorldViewComponent : ViewComponent method Invoke (line 13) | public IViewComponentResult Invoke(string message, int times) FILE: projects/mvc/view-component/view-component-3/Program.cs class HomeController (line 10) | public class HomeController : Controller method Index (line 12) | public ActionResult Index() => View(); FILE: projects/mvc/view-component/view-component-3/Views/Shared/Components/HelloWorld/HelloWorld.cs class Greeting (line 4) | public class Greeting class HelloWorldViewComponent (line 11) | public class HelloWorldViewComponent : ViewComponent method InvokeAsync (line 13) | public async Task InvokeAsync(string message, in... FILE: projects/mvc/view-component/view-component-4/Program.cs class RepeatMessage (line 10) | public class RepeatMessage class HomeController (line 17) | public class HomeController : Controller method Index (line 19) | public ActionResult Index() => View(); FILE: projects/mvc/view-component/view-component-4/Views/Shared/Components/HelloWorld/HelloWorld.cs class Greeting (line 6) | public class Greeting class HelloWorldViewComponent (line 13) | public class HelloWorldViewComponent : ViewComponent method Invoke (line 15) | public IViewComponentResult Invoke(RepeatMessage message) FILE: projects/net10/open-api-10/Program.cs class Program (line 38) | static partial class Program method Hello (line 49) | public static Results, InternalServerError> Hello(s... FILE: projects/net10/open-api-11/Program.cs class Program (line 37) | static partial class Program method Hello (line 47) | public static string Hello(string name) FILE: projects/net10/open-api-8/Program.cs class Program (line 37) | static partial class Program method Hello (line 46) | public static string Hello(string name) FILE: projects/net10/open-api-9/Program.cs class Program (line 47) | static partial class Program method Hello (line 56) | public static string Hello(string name) FILE: projects/net10/validation-1/Program.cs class RouteInput (line 35) | public class RouteInput FILE: projects/net10/validation-2/Program.cs class RouteInput (line 33) | public class RouteInput : IValidatableObject method Validate (line 41) | public IEnumerable Validate(ValidationContext valida... FILE: projects/net10/validation-3/Program.cs class PersonInput (line 69) | public class PersonInput FILE: projects/orchard-core/routing-2/ForumModule/Startup.cs class Startup (line 8) | public class Startup : StartupBase method ConfigureServices (line 10) | public override void ConfigureServices(IServiceCollection services) method Configure (line 14) | public override void Configure(IApplicationBuilder builder, IEndpointR... FILE: projects/orchard-core/routing-2/Host/Controllers/HomeController.cs class HomeController (line 5) | [Route("")] method Index (line 8) | public IActionResult Index() => View(); FILE: projects/orchard-core/routing-2/TicketModule/Startup.cs class Startup (line 8) | public class Startup : StartupBase method ConfigureServices (line 10) | public override void ConfigureServices(IServiceCollection services) method Configure (line 14) | public override void Configure(IApplicationBuilder builder, IEndpointR... FILE: projects/orchard-core/routing/ForumModule/Controllers/HomeController.cs class HomeController (line 10) | public class HomeController : Controller method Index (line 12) | public ActionResult Index() => Content("From Forum"); FILE: projects/orchard-core/routing/ForumModule/Startup.cs class Startup (line 8) | public class Startup : StartupBase method ConfigureServices (line 10) | public override void ConfigureServices(IServiceCollection services) method Configure (line 14) | public override void Configure(IApplicationBuilder builder, IEndpointR... FILE: projects/orchard-core/routing/Host/Controllers/HomeController.cs class HomeController (line 5) | [Route("")] method Index (line 8) | public IActionResult Index() => View(); FILE: projects/orchard-core/routing/TicketModule/Controllers/HomeController.cs class HomeController (line 10) | public class HomeController : Controller method Index (line 12) | public ActionResult Index() => Content("From Ticket"); method About (line 14) | public ActionResult About() => Content("About Ticket"); FILE: projects/orchard-core/routing/TicketModule/Controllers/LoginController.cs class LoginController (line 10) | public class LoginController : Controller method Index (line 12) | public ActionResult Index() => Content("From Ticket Login"); FILE: projects/orchard-core/routing/TicketModule/Startup.cs class Startup (line 8) | public class Startup : StartupBase method ConfigureServices (line 10) | public override void ConfigureServices(IServiceCollection services) method Configure (line 14) | public override void Configure(IApplicationBuilder builder, IEndpointR... FILE: projects/orchard-core/static-files/ForumModule/Controllers/HomeController.cs class HomeController (line 10) | public class HomeController : Controller method Index (line 12) | public ActionResult Index() => View(); FILE: projects/orchard-core/static-files/ForumModule/Startup.cs class Startup (line 11) | public class Startup : StartupBase method ConfigureServices (line 13) | public override void ConfigureServices(IServiceCollection services) method Configure (line 17) | public override void Configure(IApplicationBuilder builder, IEndpointR... FILE: projects/orleans/orleans-1/Program.cs class HelloArchiveGrain (line 35) | public class HelloArchiveGrain : IGrain, IHelloArchive method HelloArchiveGrain (line 41) | public HelloArchiveGrain(IGrainContext context, [PersistentState("arch... method SayHello (line 47) | public async Task SayHello(string greeting) method GetGreetings (line 56) | public Task> GetGreetings() => Task.FromResult SayHello(string greeting); method GetGreetings (line 71) | Task> GetGreetings(); FILE: projects/orleans/orleans-2/Program.cs class HelloArchiveGrain (line 62) | public class HelloArchiveGrain : IGrain, IHelloArchive method HelloArchiveGrain (line 68) | public HelloArchiveGrain(IGrainContext context, [PersistentState("arch... method SayHello (line 74) | public async Task SayHello(string greeting) method GetGreetings (line 83) | public Task> GetGreetings() => Task.FromResult SayHello(string greeting); method GetGreetings (line 104) | Task> GetGreetings(); FILE: projects/orleans/orleans-3/Program.cs class HelloTimerGrain (line 56) | public class HelloTimerGrain : Grain, IHelloArchive method HelloTimerGrain (line 65) | public HelloTimerGrain([PersistentState("archive", "redis-timer")] IPe... method OnActivateAsync (line 71) | public override Task OnActivateAsync(CancellationToken cancellationToken) method OnDeactivateAsync (line 86) | public override Task OnDeactivateAsync(DeactivationReason reason, Canc... method SayHello (line 92) | public Task SayHello(string greeting) method GetGreetings (line 98) | public Task> GetGreetings() => Task.FromResult> GetGreetings(); FILE: projects/orleans/orleans-4/Program.cs class HelloReminderGrain (line 79) | public class HelloReminderGrain : Grain, IHelloArchive, IRemindable method HelloReminderGrain (line 86) | public HelloReminderGrain([PersistentState("archive", "redis-reminder"... method SayHello (line 92) | public Task SayHello(string greeting) method GetGreetings (line 98) | public Task> GetGreetings() => Task.FromResult> GetGreetings(); FILE: projects/orleans/orleans-5/Program.cs class TimeKeeperGrain (line 47) | [StatelessWorker] method TimeKeeperGrain (line 54) | public TimeKeeperGrain(ILogger log, IHttpClientFactor... method GetCurrentTime (line 60) | public async Task<(DateTimeOffset dateTime, string timeZone)> GetCurre... type ITimeKeeper (line 71) | public interface ITimeKeeper : IGrainWithStringKey method GetCurrentTime (line 73) | Task<(DateTimeOffset dateTime, string timeZone)> GetCurrentTime(string... class WorldTime (line 76) | public class WorldTime FILE: projects/orleans/reminder/Program.cs class HelloReminderGrain (line 74) | public class HelloReminderGrain : Grain, IHelloArchive, IRemindable method HelloReminderGrain (line 81) | public HelloReminderGrain([PersistentState("archive", "redis-reminder"... method SayHello (line 87) | public Task SayHello(string greeting) method GetGreetings (line 93) | public Task> GetGreetings() => Task.FromResult> GetGreetings(); FILE: projects/orleans/rss-reader-2/Program.cs class FeedFetcherReminder (line 104) | class FeedFetcherReminder : Grain, IRemindable, IFeedFetcherReminder method FeedFetcherReminder (line 110) | public FeedFetcherReminder(IGrainFactory grainFactory, ILogger items) method GetAllAsync (line 166) | public Task> GetAllAsync() => Task.FromResult(_storage.... method ClearAsync (line 168) | public async Task ClearAsync() type FeedItemStore (line 175) | record FeedItemStore type IFeedItemResults (line 180) | interface IFeedItemResults : Orleans.IGrainWithIntegerKey method AddAsync (line 182) | Task AddAsync(List items); method GetAllAsync (line 184) | Task> GetAllAsync(); method ClearAsync (line 186) | Task ClearAsync(); class FeedSourceGrain (line 189) | class FeedSourceGrain : Grain, IFeedSource method FeedSourceGrain (line 193) | public FeedSourceGrain([PersistentState("feed-source-2", "redis-rss-re... method AddAsync (line 195) | public async Task AddAsync(FeedSource source) method GetAllAsync (line 203) | public Task> GetAllAsync() => Task.FromResult(_storag... method FindFeedSourceByUrlAsync (line 204) | public Task FindFeedSourceByUrlAsync(string url) => type FeedSourceStore (line 208) | record FeedSourceStore type IFeedSource (line 213) | interface IFeedSource : Orleans.IGrainWithIntegerKey method AddAsync (line 215) | Task AddAsync(FeedSource source); method GetAllAsync (line 217) | Task> GetAllAsync(); method FindFeedSourceByUrlAsync (line 219) | Task FindFeedSourceByUrlAsync(string url); type IFeedFetcher (line 222) | interface IFeedFetcher : Orleans.IGrainWithStringKey method FetchAsync (line 224) | Task FetchAsync(FeedSource source); class FeedFetchGrain (line 227) | class FeedFetchGrain : Grain, IFeedFetcher method FeedFetchGrain (line 231) | public FeedFetchGrain(IGrainFactory grainFactory) => _grainFactory = g... method FetchAsync (line 233) | public async Task FetchAsync(FeedSource source) method ReadFeedAsync (line 240) | public async Task> ReadFeedAsync(FeedSource source) type FeedChannel (line 299) | record FeedChannel class FeedSource (line 312) | class FeedSource method ToChannel (line 328) | public FeedChannel ToChannel() type FeedItem (line 340) | record FeedItem type FeedType (line 376) | enum FeedType FILE: projects/orleans/rss-reader-3/Feed.cs type FeedChannel (line 7) | record FeedChannel class FeedSource (line 20) | class FeedSource method CanFetch (line 34) | public bool CanFetch ()=> History.Take(10).Count(x => !x.IsValid) <= 3; method LogFetchAttempt (line 49) | public void LogFetchAttempt(bool isValid, string? message = null) => method ToChannel (line 52) | public FeedChannel ToChannel() type FeedHistory (line 64) | record FeedHistory type FeedItem (line 73) | record FeedItem type FeedType (line 109) | enum FeedType FILE: projects/orleans/rss-reader-3/Opml.cs class Opml (line 3) | public class Opml method Opml (line 20) | public Opml() method Opml (line 25) | public Opml(string xml):this() method LoadFromXML (line 30) | public void LoadFromXML(string xml) method TraverseBody (line 71) | private void TraverseBody(XElement outline, Outline ot) method ToXML (line 89) | public XElement ToXML() method AddRecursiveChild (line 114) | private void AddRecursiveChild(XElement element, Outline o){ type Outline (line 130) | public record Outline type RssSubscription (line 137) | public record RssSubscription type RssSubscriptionItem (line 191) | public record RssSubscriptionItem FILE: projects/orleans/rss-reader-3/Program.cs class Config (line 152) | static class Config class FeedFetcherReminder (line 158) | class FeedFetcherReminder : Grain, IRemindable, IFeedFetcherReminder method FeedFetcherReminder (line 165) | public FeedFetcherReminder(IGrainFactory grainFactory, ILogger items) method GetAllAsync (line 237) | public Task> GetAllAsync() => Task.FromResult(_storage.... method ClearAsync (line 239) | public async Task ClearAsync() type FeedItemStore (line 246) | record FeedItemStore type IFeedItemResults (line 251) | interface IFeedItemResults : Orleans.IGrainWithIntegerKey method AddAsync (line 253) | Task AddAsync(List items); method GetAllAsync (line 255) | Task> GetAllAsync(); method ClearAsync (line 257) | Task ClearAsync(); class FeedSourceGrain (line 260) | class FeedSourceGrain : Grain, IFeedSource method FeedSourceGrain (line 264) | public FeedSourceGrain([PersistentState("feed-source-3", Config.RedisS... method AddAsync (line 266) | public async Task AddAsync(FeedSource source) method GetAllAsync (line 278) | public Task> GetAllAsync() => Task.FromResult(_storag... method FindFeedSourceByUrlAsync (line 281) | public Task FindFeedSourceByUrlAsync(string url) => method UpdateFeedSourceStatus (line 284) | public async Task UpdateFeedSourceStatus(string url, bool... type FeedSourceStore (line 297) | record FeedSourceStore type IFeedSource (line 302) | interface IFeedSource : Orleans.IGrainWithIntegerKey method AddAsync (line 304) | Task AddAsync(FeedSource source); method GetAllAsync (line 306) | Task> GetAllAsync(); method FindFeedSourceByUrlAsync (line 308) | Task FindFeedSourceByUrlAsync(string url); method UpdateFeedSourceStatus (line 310) | Task UpdateFeedSourceStatus(string url, bool activeStatus... type IFeedFetcher (line 313) | interface IFeedFetcher : Orleans.IGrainWithStringKey method FetchAsync (line 315) | Task FetchAsync(FeedSource source); class FeedFetchGrain (line 318) | class FeedFetchGrain : Grain, IFeedFetcher method FeedFetchGrain (line 326) | public FeedFetchGrain(IGrainFactory grainFactory, ILogger> ReadFeedAsync(FeedSource source) FILE: projects/orleans/rss-reader-4/Feed.cs type FeedChannel (line 7) | record FeedChannel class FeedSource (line 20) | class FeedSource method CanFetch (line 34) | public bool CanFetch ()=> History.Take(10).Count(x => !x.IsValid) <= 3; method LogFetchAttempt (line 49) | public void LogFetchAttempt(bool isValid, string? message = null) => method ToChannel (line 52) | public FeedChannel ToChannel() type FeedHistory (line 64) | record FeedHistory type FeedItem (line 73) | record FeedItem type FeedType (line 109) | enum FeedType FILE: projects/orleans/rss-reader-4/Opml.cs class Opml (line 7) | public class Opml method Opml (line 24) | public Opml() method Opml (line 29) | public Opml(string xml):this() method LoadFromXML (line 34) | public void LoadFromXML(string xml) method TraverseBody (line 75) | private void TraverseBody(XElement outline, Outline ot) method ToXML (line 93) | public XElement ToXML() method AddRecursiveChild (line 118) | private void AddRecursiveChild(XElement element, Outline o){ type Outline (line 134) | public record Outline type RssSubscription (line 141) | public record RssSubscription type RssSubscriptionItem (line 195) | public record RssSubscriptionItem FILE: projects/orleans/rss-reader-4/Program.cs class Config (line 152) | static class Config class FeedFetcherReminder (line 158) | class FeedFetcherReminder : Grain, IRemindable, IFeedFetcherReminder method FeedFetcherReminder (line 163) | public FeedFetcherReminder(IGrainFactory grainFactory, ILogger items) method GetAllAsync (line 219) | public Task> GetAllAsync() => Task.FromResult(_storage.... method ClearAsync (line 221) | public async Task ClearAsync() type FeedItemStore (line 228) | record FeedItemStore type IFeedItemResults (line 233) | interface IFeedItemResults : Orleans.IGrainWithIntegerKey method AddAsync (line 235) | Task AddAsync(List items); method GetAllAsync (line 237) | Task> GetAllAsync(); method ClearAsync (line 239) | Task ClearAsync(); class FeedSourceGrain (line 242) | class FeedSourceGrain : Grain, IFeedSource method FeedSourceGrain (line 246) | public FeedSourceGrain([PersistentState("feed-source-4", Config.RedisS... method AddAsync (line 248) | public async Task AddAsync(FeedSource source) method GetAllAsync (line 260) | public Task> GetAllAsync() => Task.FromResult(_storag... method FindFeedSourceByUrlAsync (line 263) | public Task FindFeedSourceByUrlAsync(string url) => method UpdateFeedSourceStatus (line 266) | public async Task UpdateFeedSourceStatus(string url, bool... type FeedSourceStore (line 279) | record FeedSourceStore type IFeedSource (line 284) | interface IFeedSource : Orleans.IGrainWithIntegerKey method AddAsync (line 286) | Task AddAsync(FeedSource source); method GetAllAsync (line 288) | Task> GetAllAsync(); method FindFeedSourceByUrlAsync (line 290) | Task FindFeedSourceByUrlAsync(string url); method UpdateFeedSourceStatus (line 292) | Task UpdateFeedSourceStatus(string url, bool activeStatus... type IFeedFetcher (line 295) | interface IFeedFetcher : Orleans.IGrainWithStringKey method FetchAsync (line 297) | Task FetchAsync(FeedSource source); class FeedFetchGrain (line 300) | class FeedFetchGrain : Grain, IFeedFetcher method FeedFetchGrain (line 308) | public FeedFetchGrain(IGrainFactory grainFactory, ILogger> ReadFeedAsync(FeedSource source) FILE: projects/orleans/rss-reader-5/Feed.cs type FeedChannel (line 7) | record FeedChannel class FeedSource (line 20) | class FeedSource method CanFetch (line 34) | public bool CanFetch ()=> History.Take(10).Count(x => !x.IsValid) <= 3; method LogFetchAttempt (line 49) | public void LogFetchAttempt(bool isValid, string? message = null) => method ToChannel (line 52) | public FeedChannel ToChannel() type FeedHistory (line 64) | record FeedHistory type FeedItem (line 73) | record FeedItem type FeedType (line 109) | enum FeedType FILE: projects/orleans/rss-reader-5/Interfaces.cs type IFeedSource (line 5) | interface IFeedSource : Orleans.IGrainWithIntegerKey method AddAsync (line 7) | Task AddAsync(FeedSource source); method GetAllAsync (line 9) | Task> GetAllAsync(); method FindFeedSourceByUrlAsync (line 11) | Task FindFeedSourceByUrlAsync(string url); method UpdateFeedSourceStatus (line 13) | Task UpdateFeedSourceStatus(string url, bool activeStatus... type IFeedFetcher (line 16) | interface IFeedFetcher : Orleans.IGrainWithStringKey method FetchAsync (line 18) | Task FetchAsync(FeedSource source); type IFeedItemResults (line 21) | interface IFeedItemResults : Orleans.IGrainWithIntegerKey method AddAsync (line 23) | Task AddAsync(List items); method GetAllAsync (line 25) | Task> GetAllAsync(); method ClearAsync (line 27) | Task ClearAsync(); type IFeedFetcherReminder (line 30) | interface IFeedFetcherReminder : Orleans.IGrainWithStringKey method AddReminder (line 32) | Task AddReminder(string reminder, short repeatEveryMinute); type IFeedStreamReader (line 35) | interface IFeedStreamReader : Orleans.IGrain { } FILE: projects/orleans/rss-reader-5/Opml.cs class Opml (line 7) | public class Opml method Opml (line 24) | public Opml() method Opml (line 29) | public Opml(string xml):this() method LoadFromXML (line 34) | public void LoadFromXML(string xml) method TraverseBody (line 75) | private void TraverseBody(XElement outline, Outline ot) method ToXML (line 93) | public XElement ToXML() method AddRecursiveChild (line 118) | private void AddRecursiveChild(XElement element, Outline o){ type Outline (line 134) | public record Outline type RssSubscription (line 141) | public record RssSubscription type RssSubscriptionItem (line 195) | public record RssSubscriptionItem FILE: projects/orleans/rss-reader-5/Program.cs class Config (line 155) | static class Config class FeedFetcherReminder (line 166) | class FeedFetcherReminder : Grain, IRemindable, IFeedFetcherReminder method FeedFetcherReminder (line 171) | public FeedFetcherReminder(IGrainFactory grainFactory, ILogger logger, IG... method OnActivateAsync (line 218) | public override async Task OnActivateAsync() class FeedItemResultGrain (line 232) | class FeedItemResultGrain : Grain, IFeedItemResults method FeedItemResultGrain (line 236) | public FeedItemResultGrain([PersistentState("feed-item-results-5", Con... method AddAsync (line 238) | public async Task AddAsync(List items) method GetAllAsync (line 249) | public Task> GetAllAsync() => Task.FromResult(_storage.... method ClearAsync (line 251) | public async Task ClearAsync() type FeedItemStore (line 258) | record FeedItemStore class FeedSourceGrain (line 263) | class FeedSourceGrain : Grain, IFeedSource method FeedSourceGrain (line 267) | public FeedSourceGrain([PersistentState("feed-source-5", Config.RedisS... method AddAsync (line 269) | public async Task AddAsync(FeedSource source) method GetAllAsync (line 281) | public Task> GetAllAsync() => Task.FromResult(_storag... method FindFeedSourceByUrlAsync (line 283) | public Task FindFeedSourceByUrlAsync(string url) => method UpdateFeedSourceStatus (line 286) | public async Task UpdateFeedSourceStatus(string url, bool... type FeedSourceStore (line 299) | record FeedSourceStore class FeedFetchGrain (line 304) | class FeedFetchGrain : Grain, IFeedFetcher method FeedFetchGrain (line 312) | public FeedFetchGrain(IGrainFactory grainFactory, ILogger> ReadFeedAsync(FeedSource source) FILE: projects/orleans/rss-reader-6/Feed.cs type FeedChannel (line 7) | record FeedChannel class FeedSource (line 20) | class FeedSource method CanFetch (line 34) | public bool CanFetch ()=> History.Take(10).Count(x => !x.IsValid) <= 3; method LogFetchAttempt (line 49) | public void LogFetchAttempt(bool isValid, string? message = null) => method ToChannel (line 52) | public FeedChannel ToChannel() type FeedHistory (line 64) | record FeedHistory type FeedItem (line 73) | record FeedItem type FeedType (line 109) | enum FeedType FILE: projects/orleans/rss-reader-6/Interfaces.cs type IFeedSource (line 5) | interface IFeedSource : Orleans.IGrainWithIntegerKey method AddAsync (line 7) | Task AddAsync(FeedSource source); method GetAllAsync (line 9) | Task> GetAllAsync(); method FindFeedSourceByUrlAsync (line 11) | Task FindFeedSourceByUrlAsync(string url); method UpdateFeedSourceStatus (line 13) | Task UpdateFeedSourceStatus(string url, bool activeStatus... type IFeedFetcher (line 16) | interface IFeedFetcher : Orleans.IGrainWithStringKey method FetchAsync (line 18) | Task FetchAsync(FeedSource source); type IFeedItemResults (line 21) | interface IFeedItemResults : Orleans.IGrainWithIntegerKey method AddAsync (line 23) | Task AddAsync(List items); method GetAllAsync (line 25) | Task> GetAllAsync(); method ClearAsync (line 27) | Task ClearAsync(); type IFeedFetcherReminder (line 30) | interface IFeedFetcherReminder : Orleans.IGrainWithStringKey method AddReminder (line 32) | Task AddReminder(string reminder, short repeatEveryMinute); type IFeedStreamReader (line 35) | interface IFeedStreamReader : Orleans.IGrain { } FILE: projects/orleans/rss-reader-6/Opml.cs class Opml (line 7) | public class Opml method Opml (line 24) | public Opml() method Opml (line 29) | public Opml(string xml):this() method LoadFromXML (line 34) | public void LoadFromXML(string xml) method TraverseBody (line 75) | private void TraverseBody(XElement outline, Outline ot) method ToXML (line 93) | public XElement ToXML() method AddRecursiveChild (line 118) | private void AddRecursiveChild(XElement element, Outline o){ type Outline (line 134) | public record Outline type RssSubscription (line 141) | public record RssSubscription type RssSubscriptionItem (line 195) | public record RssSubscriptionItem FILE: projects/orleans/rss-reader-6/Program.cs class Config (line 155) | static class Config class FeedFetcherReminder (line 166) | class FeedFetcherReminder : Grain, IRemindable, IFeedFetcherReminder method FeedFetcherReminder (line 171) | public FeedFetcherReminder(IGrainFactory grainFactory, ILogger logger, IG... method OnActivateAsync (line 218) | public override async Task OnActivateAsync() class FeedItemResultGrain (line 232) | class FeedItemResultGrain : Grain, IFeedItemResults method FeedItemResultGrain (line 236) | public FeedItemResultGrain([PersistentState("feed-item-results-5", Con... method AddAsync (line 238) | public async Task AddAsync(List items) method GetAllAsync (line 249) | public Task> GetAllAsync() => Task.FromResult(_storage.... method ClearAsync (line 251) | public async Task ClearAsync() type FeedItemStore (line 258) | record FeedItemStore class FeedSourceGrain (line 263) | class FeedSourceGrain : Grain, IFeedSource method FeedSourceGrain (line 267) | public FeedSourceGrain([PersistentState("feed-source-5", Config.RedisS... method AddAsync (line 269) | public async Task AddAsync(FeedSource source) method GetAllAsync (line 281) | public Task> GetAllAsync() => Task.FromResult(_storag... method FindFeedSourceByUrlAsync (line 283) | public Task FindFeedSourceByUrlAsync(string url) => method UpdateFeedSourceStatus (line 286) | public async Task UpdateFeedSourceStatus(string url, bool... type FeedSourceStore (line 299) | record FeedSourceStore class FeedFetchGrain (line 304) | class FeedFetchGrain : Grain, IFeedFetcher method FeedFetchGrain (line 312) | public FeedFetchGrain(IGrainFactory grainFactory, ILogger> ReadFeedAsync(FeedSource source) FILE: projects/orleans/rss-reader/Program.cs class FeedItemResultGrain (line 96) | class FeedItemResultGrain : Grain, IFeedItemResults method FeedItemResultGrain (line 100) | public FeedItemResultGrain([PersistentState("feed-item-results", "redi... method AddAsync (line 102) | public async Task AddAsync(List items) method GetAllAsync (line 113) | public Task> GetAllAsync() => Task.FromResult(_storage.... method ClearAsync (line 115) | public async Task ClearAsync() type FeedItemStore (line 122) | record FeedItemStore type IFeedItemResults (line 127) | interface IFeedItemResults : Orleans.IGrainWithIntegerKey method AddAsync (line 129) | Task AddAsync(List items); method GetAllAsync (line 131) | Task> GetAllAsync(); method ClearAsync (line 133) | Task ClearAsync(); class FeedSourceGrain (line 136) | class FeedSourceGrain : Grain, IFeedSource method FeedSourceGrain (line 140) | public FeedSourceGrain([PersistentState("feed-source", "redis-rss-read... method AddAsync (line 142) | public async Task AddAsync(FeedSource source) method GetAllAsync (line 151) | public Task> GetAllAsync() => Task.FromResult(_storag... type FeedSourceStore (line 154) | record FeedSourceStore type IFeedSource (line 159) | interface IFeedSource : Orleans.IGrainWithIntegerKey method AddAsync (line 161) | Task AddAsync(FeedSource source); method GetAllAsync (line 163) | Task> GetAllAsync(); type IFeedFetcher (line 166) | interface IFeedFetcher : Orleans.IGrainWithStringKey method FetchAsync (line 168) | Task FetchAsync(FeedSource source); class FeedFetchGrain (line 171) | class FeedFetchGrain : Grain, IFeedFetcher method FeedFetchGrain (line 175) | public FeedFetchGrain(IGrainFactory grainFactory) => _grainFactory = g... method FetchAsync (line 177) | public async Task FetchAsync(FeedSource source) method ReadFeedAsync (line 184) | public async Task> ReadFeedAsync(FeedSource source) type FeedChannel (line 243) | record FeedChannel class FeedSource (line 256) | class FeedSource method ToChannel (line 270) | public FeedChannel ToChannel() type FeedItem (line 282) | record FeedItem type FeedType (line 318) | enum FeedType FILE: projects/orleans/timer/Program.cs class HelloTimerGrain (line 52) | public class HelloTimerGrain : Grain, IHelloArchive method HelloTimerGrain (line 61) | public HelloTimerGrain([PersistentState("archive", "redis-timer")] IPe... method OnActivateAsync (line 67) | public override Task OnActivateAsync() method OnDeactivateAsync (line 82) | public override Task OnDeactivateAsync() method SayHello (line 88) | public Task SayHello(string greeting) method GetGreetings (line 94) | public Task> GetGreetings() => Task.FromResult> GetGreetings(); FILE: projects/password-hasher/Program.cs type User (line 22) | public record User(); FILE: projects/polly/rate-limiter-http-client/Pages/Index.cshtml.cs class IndexModel (line 6) | public class IndexModel(IHttpClientFactory clientFactory, ILogger OnGet() method LoadProductsJsonAsync (line 32) | static async Task LoadProductsJsonAsync(HttpClient client, ILogger log... FILE: projects/razor-pages/custom-html-generator/LowerCaseIdHtmlGenerator.cs class LowerCaseIdHtmlGenerator (line 11) | public class LowerCaseIdHtmlGenerator : DefaultHtmlGenerator method LowerCaseIdHtmlGenerator (line 13) | public LowerCaseIdHtmlGenerator( method GenerateCheckBox (line 25) | public override TagBuilder GenerateCheckBox(ViewContext viewContext, M... method GenerateForm (line 37) | public override TagBuilder GenerateForm(ViewContext viewContext, strin... method GenerateHidden (line 49) | public override TagBuilder GenerateHidden(ViewContext viewContext, Mod... method GenerateHiddenForCheckbox (line 61) | public override TagBuilder GenerateHiddenForCheckbox(ViewContext viewC... method GenerateLabel (line 73) | public override TagBuilder GenerateLabel(ViewContext viewContext, Mode... method GeneratePassword (line 85) | public override TagBuilder GeneratePassword(ViewContext viewContext, M... method GenerateRadioButton (line 97) | public override TagBuilder GenerateRadioButton(ViewContext viewContext... method GenerateSelect (line 109) | public override TagBuilder GenerateSelect(ViewContext viewContext, Mod... method GenerateTextArea (line 122) | public override TagBuilder GenerateTextArea(ViewContext viewContext, M... method GenerateTextBox (line 134) | public override TagBuilder GenerateTextBox(ViewContext viewContext, Mo... method ConverToLowerCase (line 146) | private static string ConverToLowerCase(in string id) method PascalToSnakeCase (line 158) | public static string PascalToSnakeCase(in string value) FILE: projects/razor-pages/custom-html-generator/Pages/Index.cshtml.cs class IndexModel (line 7) | public class IndexModel : PageModel method OnGet (line 11) | public void OnGet() FILE: projects/razor-pages/custom-html-generator/PersonInput.cs class PersonInput (line 1) | public class PersonInput FILE: projects/razor-pages/custom-html-generator/Program.cs class IServiceCollectionExtensions (line 12) | public static class IServiceCollectionExtensions method Remove (line 14) | public static void Remove(this ISer... FILE: projects/razor-pages/razor-pages-basic/Pages/SeparateCodebehindFile.cshtml.cs class SeparateCodebehindFileModel (line 5) | public class SeparateCodebehindFileModel : PageModel method OnGet (line 10) | public void OnGet() FILE: projects/razor-pages/razor-pages-mvc/Controllers/EntryController.cs class EntryController (line 7) | [Route("Mvc")] method EntryController (line 12) | public EntryController(GuestbookContext db) => _db = db; method Index (line 14) | [Route("Index")] method Edit (line 21) | [HttpPost] method Edit (line 32) | [Route("Edit")] method Create (line 39) | [HttpPost] method Create (line 50) | [Route("Create")] method Like (line 53) | [HttpPost] FILE: projects/razor-pages/razor-pages-mvc/Data/Entry.cs class Entry (line 5) | public class Entry FILE: projects/razor-pages/razor-pages-mvc/Data/GuestbookContext.cs class GuestbookContext (line 5) | public class GuestbookContext : DbContext method GuestbookContext (line 7) | public GuestbookContext(DbContextOptions options) : base(options) { } FILE: projects/razor-pages/razor-pages-mvc/Pages/RazorPages/Create.cshtml.cs class CreateModel (line 7) | public class CreateModel : PageModel method CreateModel (line 11) | public CreateModel(GuestbookContext db) => _db = db; method OnPostAsync (line 16) | public async Task OnPostAsync() FILE: projects/razor-pages/razor-pages-mvc/Pages/RazorPages/Edit.cshtml.cs class EditModel (line 8) | public class EditModel : PageModel method EditModel (line 12) | public EditModel(GuestbookContext db) => _db = db; method OnGetAsync (line 17) | public async Task OnGetAsync(int id) method OnPostAsync (line 26) | public async Task OnPostAsync() FILE: projects/razor-pages/razor-pages-mvc/Pages/RazorPages/Index.cshtml.cs class IndexRazorPagesModel (line 8) | public class IndexRazorPagesModel : PageModel method IndexRazorPagesModel (line 12) | public IndexRazorPagesModel(GuestbookContext db) => _db = db; method OnGetAsync (line 16) | public async Task OnGetAsync() method OnPostLikeAsync (line 21) | public async Task OnPostLikeAsync(int id) method OnPostDeleteAsync (line 29) | public async Task OnPostDeleteAsync(int id) FILE: projects/razor-pages/temp-data/Pages/Index.cshtml.cs class IndexModel (line 4) | public class IndexModel : PageModel method OnGet (line 6) | public IActionResult OnGet() FILE: projects/razor-pages/temp-data/Pages/SetTempData.cshtml.cs class SetTempDataModel (line 4) | public class SetTempDataModel : PageModel method OnGet (line 9) | public IActionResult OnGet() FILE: projects/request-timeouts-middleware/request-timeout-4/Program.cs class HomeController (line 14) | public class HomeController : ControllerBase method Index (line 16) | [HttpGet("/")] FILE: projects/request-timeouts-middleware/request-timeout-5/Program.cs class HomeController (line 26) | public class HomeController : ControllerBase method Index (line 28) | [HttpGet("/")] FILE: projects/request-timeouts-middleware/request-timeout-6/Program.cs class HomeController (line 26) | public class HomeController : ControllerBase method Index (line 28) | [HttpGet("/")] FILE: projects/rewrite/rewrite-5/Program.cs class ExtensionRedirection (line 23) | public class ExtensionRedirection : IRule method ExtensionRedirection (line 28) | public ExtensionRedirection(string extension, string newPath) method ApplyRule (line 34) | public void ApplyRule(RewriteContext context) FILE: projects/rewrite/rewrite-6/Program.cs class ExtensionRedirection (line 39) | public class ExtensionRedirection : IRule method ExtensionRedirection (line 44) | public ExtensionRedirection(string extension, string newPath) method ApplyRule (line 50) | public void ApplyRule(RewriteContext context) FILE: projects/route-debugger-web/RouteDebugger/RouteDebugger.cs class RouteDebugger (line 9) | public static class RouteDebugger method UseRouteDebugger (line 11) | public static IApplicationBuilder UseRouteDebugger(this WebApplication... class RouteDebuggerMiddleware (line 17) | public class RouteDebuggerMiddleware method RouteDebuggerMiddleware (line 21) | public RouteDebuggerMiddleware(RequestDelegate next) method Invoke (line 26) | public async Task Invoke(HttpContext context, IActionDescriptorColle... method GetEndpointInformation (line 46) | private static Dictionary GetEndpointInformation(En... FILE: projects/route-debugger-web/route-debugger-web/Program.cs class RouteDebugger (line 19) | public static class RouteDebugger method UseRouteDebugger (line 21) | public static IApplicationBuilder UseRouteDebugger(this WebApplication... class RouteDebuggerMiddleware (line 27) | public class RouteDebuggerMiddleware method RouteDebuggerMiddleware (line 31) | public RouteDebuggerMiddleware(RequestDelegate next) method Invoke (line 36) | public async Task Invoke(HttpContext context, IActionDescriptorColle... method GetEndpointInformation (line 56) | private static Dictionary GetEndpointInformation(En... FILE: projects/security/authentication-with-identity/src/Controllers/AccountController.cs class AccountController (line 13) | [Authorize] method AccountController (line 20) | public AccountController( method Register (line 30) | [HttpGet] method Register (line 35) | [HttpPost] method Login (line 60) | [HttpGet] method Login (line 65) | [HttpPost] method Logout (line 87) | [HttpPost] method ConfirmEmail (line 95) | [HttpGet] FILE: projects/security/authentication-with-identity/src/Controllers/HomeController.cs class HomeController (line 6) | public class HomeController : Controller method Index (line 8) | public IActionResult Index() FILE: projects/security/authentication-with-identity/src/Controllers/RestrictedAreaController.cs class RestrictedAreaController (line 11) | [Authorize] method RestrictedAreaController (line 16) | public RestrictedAreaController(UserManager userManager) method Index (line 21) | public async Task Index() FILE: projects/security/authentication-with-identity/src/Data/ApplicationDbContext.cs class ApplicationDbContext (line 6) | public class ApplicationDbContext : IdentityDbContext method ApplicationDbContext (line 8) | public ApplicationDbContext(DbContextOptions opt... FILE: projects/security/authentication-with-identity/src/Program.cs class Program (line 14) | public class Program method Main (line 16) | public static void Main(string[] args) method EnsureDatabase (line 25) | private static void EnsureDatabase(IHost host) method CreateHostBuilder (line 46) | public static IHostBuilder CreateHostBuilder(string[] args) => class Startup (line 54) | public class Startup method ConfigureServices (line 56) | public void ConfigureServices(IServiceCollection services) method Configure (line 72) | public void Configure(IApplicationBuilder app, IWebHostEnvironment env) method AddApplicationServices (line 89) | private static void AddApplicationServices(IServiceCollection services) method AddIdentity (line 94) | private static void AddIdentity(IServiceCollection services) method AddDatabaseServices (line 116) | private static void AddDatabaseServices(IServiceCollection services) FILE: projects/security/authentication-with-identity/src/Services/EmailSender.cs class EmailSender (line 5) | public sealed class EmailSender : IEmailSender method SendEmailAsync (line 7) | public Task SendEmailAsync(string email, string subject, string message) FILE: projects/security/authentication-with-identity/src/Services/IEmailSender.cs type IEmailSender (line 5) | public interface IEmailSender method SendEmailAsync (line 7) | Task SendEmailAsync(string email, string subject, string message); FILE: projects/security/authentication-with-identity/src/ViewModels/AccountViewModels/LoginViewModel.cs class LoginViewModel (line 5) | public class LoginViewModel FILE: projects/security/authentication-with-identity/src/ViewModels/AccountViewModels/RegisterViewModel.cs class RegisterViewModel (line 5) | public class RegisterViewModel FILE: projects/security/authentication-with-identity/src/ViewModels/RestrictedAreaViewModels/IndexViewModel.cs class IndexViewModel (line 5) | public sealed class IndexViewModel FILE: projects/security/dataprotection/azure-keyvault-storage-blob-key-store/src/Pages/Error.cshtml.cs class ErrorModel (line 8) | [ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoSt... method ErrorModel (line 18) | public ErrorModel(ILogger logger) method OnGet (line 23) | public void OnGet() FILE: projects/security/dataprotection/azure-keyvault-storage-blob-key-store/src/Pages/Index.cshtml.cs class IndexModel (line 9) | public class IndexModel : PageModel method IndexModel (line 17) | public IndexModel(ILogger logger, IDataProtectionProvider ... method OnGet (line 23) | public void OnGet() method OnPost (line 31) | public void OnPost() FILE: projects/security/dataprotection/azure-keyvault-storage-blob-key-store/src/Program.cs class Program (line 6) | public class Program method Main (line 8) | public static void Main(string[] args) method CreateHostBuilder (line 13) | public static IHostBuilder CreateHostBuilder(string[] args) => FILE: projects/security/dataprotection/azure-keyvault-storage-blob-key-store/src/Startup.cs class Startup (line 12) | public class Startup method Startup (line 14) | public Startup(IConfiguration configuration) method ConfigureServices (line 21) | public void ConfigureServices(IServiceCollection services) method Configure (line 33) | public void Configure(IApplicationBuilder app, IWebHostEnvironment env) FILE: projects/security/dataprotection/azure-storage-blob-key-store/src/Pages/Error.cshtml.cs class ErrorModel (line 8) | [ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoSt... method ErrorModel (line 18) | public ErrorModel(ILogger logger) method OnGet (line 23) | public void OnGet() FILE: projects/security/dataprotection/azure-storage-blob-key-store/src/Pages/Index.cshtml.cs class IndexModel (line 9) | public class IndexModel : PageModel method IndexModel (line 17) | public IndexModel(ILogger logger, IDataProtectionProvider ... method OnGet (line 23) | public void OnGet() method OnPost (line 31) | public void OnPost() FILE: projects/security/dataprotection/azure-storage-blob-key-store/src/Program.cs class Program (line 6) | public class Program method Main (line 8) | public static void Main(string[] args) method CreateHostBuilder (line 13) | public static IHostBuilder CreateHostBuilder(string[] args) => FILE: projects/security/dataprotection/azure-storage-blob-key-store/src/Startup.cs class Startup (line 10) | public class Startup method Startup (line 12) | public Startup(IConfiguration configuration) method ConfigureServices (line 19) | public void ConfigureServices(IServiceCollection services) method Configure (line 29) | public void Configure(IApplicationBuilder app, IWebHostEnvironment env) FILE: projects/security/dataprotection/custom-encryptor/Extensions/DependencyInjection.cs class DependencyInjection (line 10) | public static class DependencyInjection method UseXmlEncryptor (line 12) | public static IDataProtectionBuilder UseXmlEncryptor( FILE: projects/security/dataprotection/custom-encryptor/Pages/Error.cshtml.cs class ErrorModel (line 8) | [ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoSt... method ErrorModel (line 18) | public ErrorModel(ILogger logger) method OnGet (line 23) | public void OnGet() FILE: projects/security/dataprotection/custom-encryptor/Pages/Index.cshtml.cs class IndexModel (line 9) | public class IndexModel : PageModel method IndexModel (line 17) | public IndexModel(ILogger logger, IDataProtectionProvider ... method OnGet (line 23) | public void OnGet() method OnPost (line 31) | public void OnPost() FILE: projects/security/dataprotection/custom-encryptor/Services/CustomXmlDecryptor.cs class CustomXmlDecryptor (line 10) | public class CustomXmlDecryptor : IXmlDecryptor method CustomXmlDecryptor (line 14) | public CustomXmlDecryptor(IServiceProvider services) method Decrypt (line 19) | public XElement Decrypt(XElement encryptedElement) FILE: projects/security/dataprotection/custom-encryptor/Services/CustomXmlEncryptor.cs class CustomXmlEncryptor (line 9) | public class CustomXmlEncryptor : IXmlEncryptor method CustomXmlEncryptor (line 13) | public CustomXmlEncryptor(IServiceProvider services) method Encrypt (line 18) | public EncryptedXmlInfo Encrypt(XElement plaintextElement) FILE: projects/security/dataprotection/custom-encryptor/Startup.cs class Startup (line 13) | public class Startup method Startup (line 15) | public Startup(IConfiguration configuration) method ConfigureServices (line 22) | public void ConfigureServices(IServiceCollection services) method Configure (line 32) | public void Configure(IApplicationBuilder app, IWebHostEnvironment env) FILE: projects/security/dataprotection/default-settings/Pages/Error.cshtml.cs class ErrorModel (line 12) | [ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoSt... method ErrorModel (line 22) | public ErrorModel(ILogger logger) method OnGet (line 27) | public void OnGet() FILE: projects/security/dataprotection/default-settings/Pages/Index.cshtml.cs class IndexModel (line 9) | public class IndexModel : PageModel method IndexModel (line 17) | public IndexModel(ILogger logger, IDataProtectionProvider ... method OnGet (line 23) | public void OnGet() method OnPost (line 31) | public void OnPost() FILE: projects/security/dataprotection/ef-key-store/src/Data/DataProtectionKeyContext.cs class DataProtectionKeyContext (line 6) | class DataProtectionKeyContext : DbContext, IDataProtectionKeyContext method DataProtectionKeyContext (line 8) | public DataProtectionKeyContext(DbContextOptions logger) method OnGet (line 23) | public void OnGet() FILE: projects/security/dataprotection/ef-key-store/src/Pages/Index.cshtml.cs class IndexModel (line 9) | public class IndexModel : PageModel method IndexModel (line 17) | public IndexModel(ILogger logger, IDataProtectionProvider ... method OnGet (line 23) | public void OnGet() method OnPost (line 31) | public void OnPost() FILE: projects/security/dataprotection/ef-key-store/src/Program.cs class Program (line 6) | public class Program method Main (line 8) | public static void Main(string[] args) method CreateHostBuilder (line 13) | public static IHostBuilder CreateHostBuilder(string[] args) => FILE: projects/security/dataprotection/ef-key-store/src/Startup.cs class Startup (line 12) | public class Startup method Startup (line 14) | public Startup(IConfiguration configuration) method ConfigureServices (line 21) | public void ConfigureServices(IServiceCollection services) method Configure (line 36) | public void Configure(IApplicationBuilder app, IWebHostEnvironment env) FILE: projects/security/dataprotection/redis-key-store/Pages/Error.cshtml.cs class ErrorModel (line 8) | [ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoSt... method ErrorModel (line 18) | public ErrorModel(ILogger logger) method OnGet (line 23) | public void OnGet() FILE: projects/security/dataprotection/redis-key-store/Pages/Index.cshtml.cs class IndexModel (line 9) | public class IndexModel : PageModel method IndexModel (line 17) | public IndexModel(ILogger logger, IDataProtectionProvider ... method OnGet (line 23) | public void OnGet() method OnPost (line 31) | public void OnPost() FILE: projects/sfa/wiki/Program.cs class Render (line 419) | class Render method KebabToNormalCase (line 421) | static string KebabToNormalCase(string txt) => CultureInfo.CurrentCult... method MarkdownEditorHead (line 423) | static string[] MarkdownEditorHead() => new[] method MarkdownEditorFoot (line 429) | static string[] MarkdownEditorFoot() => new[] method BuildEditorPage (line 516) | public HtmlString BuildEditorPage(string title, Func>? a... class Wiki (line 546) | class Wiki method Timestamp (line 548) | DateTime Timestamp() => DateTime.UtcNow; method Wiki (line 558) | public Wiki(IWebHostEnvironment env, IMemoryCache cache, ILogger... method GetDbPath (line 566) | string GetDbPath() => Path.Combine(_env.ContentRootPath, "wiki.db"); method ListAllPages (line 569) | public List ListAllPages() method GetPage (line 585) | public Page? GetPage(string path) method SavePage (line 597) | public (bool isOk, Page? page, Exception? ex) SavePage(PageInput input) method DeleteAttachment (line 667) | public (bool isOk, Page? p, Exception? ex) DeleteAttachment(int pageId... method DeletePage (line 704) | public (bool isOk, Exception? ex) DeletePage(int id, string homePageName) method GetFile (line 747) | public (LiteFileInfo meta, byte[] file)? GetFile(string fileId) type Page (line 761) | record Page type Attachment (line 774) | record Attachment type PageInput (line 785) | record PageInput(int? Id, string Name, string Content, IFormFile? Attach... class PageInputValidator (line 802) | class PageInputValidator : AbstractValidator method PageInputValidator (line 804) | public PageInputValidator(string pageName, string homePageName) FILE: projects/signalr/signalr-1/Client/Controllers/HomeController.cs class HomeController (line 5) | public class HomeController : Controller method Index (line 7) | [Route("/")] FILE: projects/signalr/signalr-1/Server/Program.cs class ChatHub (line 30) | public class ChatHub : Hub method Send (line 32) | public async Task Send(string message) FILE: projects/syndications/newsserver-mvc/Controllers/HomeController.cs class HomeController (line 10) | public class HomeController : Controller method HomeController (line 14) | public HomeController(NewsServerOptions newsServerOptions) method Index (line 19) | public IActionResult Index(string slug) method GetFeedItems (line 33) | private SyndicationFeed GetFeedItems(FeedOption currentFeed) method GetCurrentFeed (line 39) | private FeedOption GetCurrentFeed(string slug, FeedOption[] feedList) FILE: projects/syndications/newsserver-mvc/Models/ErrorViewModel.cs class ErrorViewModel (line 5) | public class ErrorViewModel FILE: projects/syndications/newsserver-mvc/Models/IndexViewModel.cs class IndexViewModel (line 5) | public class IndexViewModel FILE: projects/syndications/newsserver-mvc/Models/NewsServerOptions.cs class NewsServerOptions (line 3) | public class NewsServerOptions class FeedOption (line 10) | public class FeedOption FILE: projects/syndications/syndication-2/Program.cs class Outline (line 75) | public class Outline class OutlineSyndicationItem (line 84) | public class OutlineSyndicationItem method OutlineSyndicationItem (line 90) | public OutlineSyndicationItem(ISyndicationItem basic, ISyndicationCont... FILE: projects/testing/nunit-1/src/Program.cs class Startup (line 1) | public class Startup method Configure (line 3) | public void Configure(IApplicationBuilder app) class Program (line 13) | public class Program method Main (line 15) | public static void Main(string[] args) => method CreateHostBuilder (line 18) | public static IHostBuilder CreateHostBuilder(string[] args) => FILE: projects/testing/nunit-1/tests/UnitTest1.cs class Tests (line 5) | public class Tests method OneTimeSetUp (line 10) | [OneTimeSetUp] method Setup (line 16) | [SetUp] method ReturnsTextStartingWithHelloWorld (line 22) | [Test] method Returns200 (line 30) | [Test] FILE: projects/unpoly/up-flashes/Program.cs class UnpolyJs (line 51) | public static class UnpolyJs class Headers (line 53) | public static class Headers method IsUnpolyJs (line 58) | public static bool IsUnpolyJs(this HttpRequest self) => !string.IsNull... method UpVersion (line 60) | public static string UpVersion(HttpRequest request) FILE: projects/unpoly/up-hungry/Program.cs class UnpolyJs (line 48) | public static class UnpolyJs class Headers (line 50) | public static class Headers method IsUnpolyJs (line 55) | public static bool IsUnpolyJs(this HttpRequest self) => !string.IsNull... method UpVersion (line 57) | public static string UpVersion(HttpRequest request) FILE: projects/unpoly/up-poll/Program.cs class UnpolyJs (line 32) | public static class UnpolyJs class Headers (line 34) | public static class Headers method IsUnpolyJs (line 39) | public static bool IsUnpolyJs(this HttpRequest self) => !string.IsNull... method UpVersion (line 41) | public static string UpVersion(HttpRequest request) FILE: projects/unpoly/up-target-2/Program.cs class UnpolyJs (line 54) | public static class UnpolyJs class Headers (line 56) | public static class Headers method IsUnpolyJs (line 61) | public static bool IsUnpolyJs(this HttpRequest self) => !string.IsNull... method UpVersion (line 63) | public static string UpVersion(HttpRequest request) FILE: projects/unpoly/up-target/Program.cs class UnpolyJs (line 59) | public static class UnpolyJs class Headers (line 61) | public static class Headers method IsUnpolyJs (line 66) | public static bool IsUnpolyJs(this HttpRequest self) => !string.IsNull... method UpVersion (line 68) | public static string UpVersion(HttpRequest request) FILE: projects/web-sockets/web-sockets-3/Program.cs class ConnectionManager (line 126) | public class ConnectionManager method AddSocket (line 130) | public string AddSocket(WebSocket socket) method Other (line 140) | public List<(WebSocket socket, string id)> Other(string id) => _socket... FILE: projects/web-sockets/web-sockets-4/Program.cs class ConnectionManager (line 162) | public class ConnectionManager method AddSocket (line 166) | public string AddSocket(WebSocket socket) method RemoveSocket (line 176) | public bool RemoveSocket(string id) => _sockets.TryRemove(id, out WebS... method Other (line 178) | public List<(WebSocket socket, string id)> Other(string id) => _socket... FILE: projects/web-sockets/web-sockets-5/Program.cs class ConnectionManager (line 218) | public class ConnectionManager method AddSocket (line 222) | public string AddSocket(WebSocket socket) method SetNickName (line 232) | public bool SetNickName(string id, string nickname) method GetNickNameById (line 243) | public (bool, string) GetNickNameById(string id) method GetByNick (line 251) | public (bool, WebSocket socket) GetByNick(string nickname) method RemoveSocket (line 261) | public bool RemoveSocket(string id) => _sockets.TryRemove(id, out (Web... method Other (line 263) | public List<(WebSocket socket, string id, string nickname)> Other(stri... type CommandType (line 269) | public enum CommandType class Command (line 277) | public class Command class CommandHandler (line 284) | public class CommandHandler method Parse (line 286) | public (bool, Command) Parse(string cmd) FILE: projects/web-sockets/web-sockets-6/Program.cs class HomeController (line 12) | public class HomeController : Controller method Index (line 14) | [HttpGet] method Websocket (line 75) | [HttpGet("/ws")] FILE: projects/xml/xml-validation/Controllers/HomeController.cs class HomeController (line 10) | public class HomeController : Controller method HomeController (line 14) | public HomeController(ILogger logger) method Index (line 19) | public IActionResult Index() method Index (line 45) | [HttpPost] method ValidateDocument (line 57) | private IList ValidateDocument(string xmlSchema, string xmlDoc... method ValidateSchema (line 81) | private IList ValidateSchema(string xmlSchema) method Error (line 98) | [ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, No... FILE: projects/xml/xml-validation/Models/ErrorViewModel.cs class ErrorViewModel (line 5) | public class ErrorViewModel FILE: projects/xml/xml-validation/Models/IndexViewModel.cs class IndexViewModel (line 7) | public class IndexViewModel FILE: projects/xml/xml-validation/ViewComponents/DangerAlertViewComponent.cs class DangerAlertViewComponent (line 6) | public class DangerAlertViewComponent : ViewComponent method Invoke (line 8) | public IViewComponentResult Invoke(string text, IEnumerable er... FILE: projects/xml/xml-validation/ViewComponents/SuccessAlertViewComponent.cs class SuccessAlertViewComponent (line 5) | public class SuccessAlertViewComponent : ViewComponent method Invoke (line 7) | public IViewComponentResult Invoke(string text) FILE: projects/yarp/basic-demo/Yarp.Demo.BackEnd/Controllers/WeatherForecastController.cs class WeatherForecastController (line 5) | [ApiController] method WeatherForecastController (line 16) | public WeatherForecastController(ILogger lo... method Get (line 21) | [HttpGet] FILE: projects/yarp/basic-demo/Yarp.Demo.BackEnd/WeatherForecast.cs class WeatherForecast (line 3) | public class WeatherForecast