SYMBOL INDEX (6134 symbols across 131 files) FILE: seeddata/DataGenerator/ChatCompletionServiceExtensions.cs class ChatCompletionServiceExtensions (line 12) | public static class ChatCompletionServiceExtensions method AddOpenAIChatCompletion (line 14) | public static void AddOpenAIChatCompletion(this HostApplicationBuilder... FILE: seeddata/DataGenerator/Generators/CategoryGenerator.cs class CategoryGenerator (line 6) | public class CategoryGenerator(IServiceProvider services) : GeneratorBas... method GetId (line 10) | protected override object GetId(Category item) => item.CategoryId; method GenerateCoreAsync (line 12) | protected override async IAsyncEnumerable GenerateCoreAsync() method ImproveBrandName (line 55) | private static string ImproveBrandName(string name) class Response (line 67) | private class Response FILE: seeddata/DataGenerator/Generators/EvalQuestionGenerator.cs class EvalQuestionGenerator (line 7) | public class EvalQuestionGenerator(IReadOnlyList products, IRea... method GetId (line 12) | protected override object GetId(EvalQuestion item) method GenerateCoreAsync (line 15) | protected override async IAsyncEnumerable GenerateCoreAs... method CompleteOutputAfterTask (line 43) | private static void CompleteOutputAfterTask(ChannelWriter writer... method GenerateSingle (line 59) | private async Task GenerateSingle() FILE: seeddata/DataGenerator/Generators/GeneratorBase.cs class GeneratorBase (line 10) | public abstract class GeneratorBase method GetId (line 14) | protected abstract object GetId(T item); method GeneratorBase (line 25) | public GeneratorBase(IServiceProvider services) method GenerateAsync (line 30) | public async Task> GenerateAsync() method GetItemOutputPath (line 51) | protected string GetItemOutputPath(string id) method GenerateCoreAsync (line 54) | protected abstract IAsyncEnumerable GenerateCoreAsync(); method GetCompletion (line 58) | protected async Task GetCompletion(string prompt) method GetAndParseJsonChatCompletion (line 68) | protected async Task GetAndParseJsonChatCompletion RunWithRetries(Func(str... method WriteAsync (line 115) | protected virtual Task WriteAsync(string path, T item) method Read (line 121) | protected virtual T Read(string path) method MapParallel (line 135) | protected IAsyncEnumerable MapParallel(IEnumerable source,... FILE: seeddata/DataGenerator/Generators/LocalTextEmbeddingGenerator.cs class LocalTextEmbeddingGenerator (line 6) | public class LocalTextEmbeddingGenerator : IEmbeddingGenerator _embedder.Dispose(); method GenerateAsync (line 14) | public Task>> GenerateAsync(IEnum... method GetService (line 20) | public object? GetService(Type serviceType, object? key = null) FILE: seeddata/DataGenerator/Generators/ManualGenerator.cs class ManualGenerator (line 6) | public class ManualGenerator(IReadOnlyList categories, IReadOn... method GetId (line 11) | protected override object GetId(Manual item) => item.ProductId; method GenerateCoreAsync (line 13) | protected override IAsyncEnumerable GenerateCoreAsync() method GenerateManualAsync (line 20) | private async Task GenerateManualAsync(ManualToc toc) method FormatTocForPrompt (line 74) | private static string FormatTocForPrompt(ManualTocSection section) method CountSubtreeLength (line 96) | private static int CountSubtreeLength(ManualTocSection tocSection) method WriteAsync (line 103) | protected override Task WriteAsync(string path, Manual item) method Read (line 108) | protected override Manual Read(string path) method ExtractFromManual (line 115) | public static string ExtractFromManual(Manual manual) FILE: seeddata/DataGenerator/Generators/ManualPdfConverter.cs class ManualPdfConverter (line 8) | public class ManualPdfConverter(IReadOnlyList products, IReadOn... method CreateConverter (line 10) | Markdown2PdfConverter CreateConverter(Product product) => new(new() method ConvertAsync (line 38) | public async Task> ConvertAsync() class TempFile (line 81) | private class TempFile : IDisposable method TempFile (line 85) | public TempFile(string contents) method Dispose (line 91) | public void Dispose() FILE: seeddata/DataGenerator/Generators/ManualTocGenerator.cs class ManualTocGenerator (line 5) | public class ManualTocGenerator(IReadOnlyList categories, IRea... method GetId (line 9) | protected override object GetId(ManualToc item) => item.ProductId; method GenerateCoreAsync (line 11) | protected override IAsyncEnumerable GenerateCoreAsync() method GenerateTocForProductAsync (line 18) | private async Task GenerateTocForProductAsync(Product product) method PopulateSiblingIndexes (line 73) | void PopulateSiblingIndexes(List sections) FILE: seeddata/DataGenerator/Generators/ProductGenerator.cs class ProductGenerator (line 5) | public class ProductGenerator(IReadOnlyList categories, IServi... method GetId (line 9) | protected override object GetId(Product item) => item.ProductId; method GenerateCoreAsync (line 11) | protected override async IAsyncEnumerable GenerateCoreAsync() class Response (line 63) | class Response FILE: seeddata/DataGenerator/Generators/TicketGenerator.cs class TicketGenerator (line 5) | public class TicketGenerator(IReadOnlyList products, IReadOnlyL... method GetId (line 9) | protected override object GetId(Ticket item) => item.TicketId; method GenerateCoreAsync (line 11) | protected override async IAsyncEnumerable GenerateCoreAsync() FILE: seeddata/DataGenerator/Generators/TicketSummaryGenerator.cs class TicketSummaryGenerator (line 7) | public class TicketSummaryGenerator(IReadOnlyList products, IRe... method GetId (line 9) | protected override object GetId(TicketThread item) => item.TicketId; method GenerateCoreAsync (line 13) | protected override IAsyncEnumerable GenerateCoreAsync() method GenerateSummaryAsync (line 28) | private async Task GenerateSummaryAsync(TicketThread thread) class Response (line 96) | private class Response class JsonStringEnumConverterWithFallback (line 109) | private class JsonStringEnumConverterWithFallback : JsonConverterFactory method CanConvert (line 111) | public override bool CanConvert(Type typeToConvert) method CreateConverter (line 114) | public override JsonConverter? CreateConverter(Type typeToConvert, J... class ErrorHandlingEnumConverter (line 120) | private class ErrorHandlingEnumConverter : JsonConverter where... method CanConvert (line 122) | public override bool CanConvert(Type typeToConvert) method Read (line 125) | public override T Read(ref Utf8JsonReader reader, Type typeToConve... method Write (line 138) | public override void Write(Utf8JsonWriter writer, T value, JsonSer... FILE: seeddata/DataGenerator/Generators/TicketThreadGenerator.cs class TicketThreadGenerator (line 9) | public class TicketThreadGenerator(IReadOnlyList tickets, IReadO... method GetId (line 13) | protected override object GetId(TicketThread item) => item.TicketId; method GenerateCoreAsync (line 17) | protected override IAsyncEnumerable GenerateCoreAsync() method GenerateThreadAsync (line 24) | private async Task GenerateThreadAsync(Ticket ticket) method GenerateCustomerMessageAsync (line 70) | private async Task GenerateCustomerMessageAsync(Product prod... method GenerateAssistantMessageAsync (line 99) | private async Task GenerateAssistantMessageAsync(Product pro... method FormatMessagesForPrompt (line 144) | public static string FormatMessagesForPrompt(IReadOnlyList SplitIntoChunks(string markdownText, int... type SeparatorMode (line 261) | private enum SeparatorMode { Paragraph, Sentence, Word } FILE: seeddata/DataGenerator/Model/Category.cs class Category (line 3) | public class Category FILE: seeddata/DataGenerator/Model/EvalQuestion.cs class EvalQuestion (line 3) | public class EvalQuestion FILE: seeddata/DataGenerator/Model/Manual.cs class Manual (line 3) | public class Manual FILE: seeddata/DataGenerator/Model/ManualPdf.cs class ManualPdf (line 3) | public class ManualPdf FILE: seeddata/DataGenerator/Model/ManualToc.cs class ManualToc (line 3) | public class ManualToc class ManualTocSection (line 12) | public class ManualTocSection FILE: seeddata/DataGenerator/Model/Product.cs class Product (line 3) | public class Product FILE: seeddata/DataGenerator/Model/Role.cs type Role (line 3) | public enum Role { Customer, Assistant }; FILE: seeddata/DataGenerator/Model/Ticket.cs class Ticket (line 3) | public class Ticket FILE: seeddata/DataGenerator/Model/TicketThread.cs class TicketThread (line 5) | public class TicketThread type TicketStatus (line 28) | public enum TicketStatus type TicketType (line 34) | public enum TicketType FILE: seeddata/DataGenerator/Model/TicketThreadMessage.cs class TicketThreadMessage (line 3) | public class TicketThreadMessage FILE: src/AppHost/Ollama/OllamaResource.cs class OllamaResource (line 3) | internal class OllamaResource(string name, string[] models, string defau... FILE: src/AppHost/Ollama/OllamaResourceExtensions.cs class OllamaResourceExtensions (line 8) | internal static class OllamaResourceExtensions method AddOllama (line 10) | public static IResourceBuilder AddOllama(this IDistrib... method WithDataVolume (line 49) | public static IResourceBuilder WithDataVolume(this IRe... method WithReference (line 54) | public static IResourceBuilder WithReference(IResourceBuilder builder,... class OllamaEnsureModelAvailableHook (line 73) | private sealed class OllamaEnsureModelAvailableHook( method AfterEndpointsAllocatedAsync (line 78) | public Task AfterEndpointsAllocatedAsync(DistributedApplicationModel... method DownloadModelAsync (line 137) | private static async Task DownloadModelAsync(ILogger logger, Endpoin... type OllamaGetTagsResponse (line 155) | record OllamaGetTagsResponse(OllamaGetTagsResponseModel[]? Models); type OllamaGetTagsResponseModel (line 156) | record OllamaGetTagsResponseModel(string Name); class OllamaModelDownloaderResource (line 159) | private class OllamaModelDownloaderResource(string name, OllamaResourc... FILE: src/AppHost/Python/PythonUvicornAppResourceBuilderExtensions.cs class PythonUvicornAppResourceBuilderExtensions (line 3) | public static class PythonUvicornAppResourceBuilderExtensions method AddPythonUvicornApp (line 5) | public static IResourceBuilder AddPythonUvic... class PythonUvicornAppResource (line 13) | public class PythonUvicornAppResource(string name, string command, strin... FILE: src/Backend/Api/AssistantApi.cs class AssistantApi (line 13) | public static class AssistantApi method MapAssistantApiEndpoints (line 15) | public static void MapAssistantApiEndpoints(this WebApplication app) method GetStreamingChatResponseAsync (line 20) | private static async Task GetStreamingChatResponseAsync(AssistantChatR... class MessageClassification (line 85) | private class MessageClassification class SearchManualContext (line 90) | private class SearchManualContext(HttpContext httpContext) method SearchManual (line 95) | public async Task SearchManual( method GetProductId (line 135) | private static int? GetProductId(MemoryQueryResult result) method GetPageNumber (line 141) | private static int? GetPageNumber(MemoryQueryResult result) FILE: src/Backend/Api/CatalogApi.cs class CatalogApi (line 12) | public static class CatalogApi method MapCatalogApiEndpoints (line 14) | public static void MapCatalogApiEndpoints(this WebApplication app) method SearchCategoriesAsync (line 26) | private static async Task> SearchCat... method SearchProductsAsync (line 67) | private static Task> SearchProductsAsy... method GetManualPdfAsync (line 70) | private static async Task GetManualPdfAsync(string file, Blob... FILE: src/Backend/Api/TicketApi.cs class TicketApi (line 12) | public static class TicketApi method MapTicketApiEndpoints (line 14) | public static void MapTicketApiEndpoints(this WebApplication app) method ListTicketsAsync (line 40) | private static async Task ListTicketsAsync(AppDbContext dbCon... method GetTicketAsync (line 112) | private static async Task GetTicketAsync(AppDbContext dbConte... method UpdateTicketAsync (line 137) | private static async Task UpdateTicketAsync(AppDbContext dbCo... method CloseTicketAsync (line 156) | private static async Task CloseTicketAsync(AppDbContext dbCon... method CreateTicketAsync (line 172) | private static async Task CreateTicketAsync(HttpContext httpContext, A... FILE: src/Backend/Api/TicketMessagingApi.cs class TicketMessagingApi (line 8) | public static class TicketMessagingApi method MapTicketMessagingApiEndpoints (line 10) | public static void MapTicketMessagingApiEndpoints(this WebApplication ... method PostMessageAsync (line 32) | private static async Task PostMessageAsync(int ticketId, AppDbContext ... FILE: src/Backend/Data/AppDbContext.cs class AppDbContext (line 8) | public class AppDbContext : DbContext method AppDbContext (line 10) | public AppDbContext(DbContextOptions options) : base(opt... method OnModelCreating (line 24) | protected override void OnModelCreating(ModelBuilder modelBuilder) method EnsureDbCreatedAsync (line 31) | public static async Task EnsureDbCreatedAsync(IServiceProvider service... method ImportInitialData (line 47) | private static async Task ImportInitialData(AppDbContext dbContext, st... FILE: src/Backend/Data/AsyncEnumerableExtensions.cs class AsyncEnumerableExtensions (line 3) | internal static class AsyncEnumerableExtensions method ToListAsync (line 5) | public static async Task> ToListAsync(this IAsyncEnumerable... FILE: src/Backend/Data/Customer.cs class Customer (line 3) | public class Customer FILE: src/Backend/Data/ManualChunk.cs class ManualChunk (line 3) | public class ManualChunk FILE: src/Backend/Data/Message.cs class Message (line 3) | public class Message FILE: src/Backend/Data/Product.cs class Product (line 8) | public class Product class EmbeddingJsonConverter (line 21) | class EmbeddingJsonConverter : JsonConverter> method Read (line 23) | public override ReadOnlyMemory Read(ref Utf8JsonReader reader, ... method Write (line 40) | public override void Write(Utf8JsonWriter writer, ReadOnlyMemory> SearchAsync(int? p... method EnsureSeedDataImportedAsync (line 46) | public static async Task EnsureSeedDataImportedAsync(IServiceProvider ... method ImportManualFilesSeedDataAsync (line 56) | private static async Task ImportManualFilesSeedDataAsync(string import... method ImportManualChunkSeedDataAsync (line 76) | private static async Task ImportManualChunkSeedDataAsync(string import... method HasAnyAsync (line 102) | private static async Task HasAnyAsync(IAsyncEnumerable asy... method ReadChunkedAsync (line 112) | private static async IAsyncEnumerable> ReadChunkedAsync... class QdrantResult (line 132) | class QdrantResult class QdrantResultEntry (line 137) | class QdrantResultEntry class QdrantResultEntryPayload (line 143) | class QdrantResultEntryPayload FILE: src/Backend/Services/ProductSemanticSearch.cs class ProductSemanticSearch (line 8) | public class ProductSemanticSearch(ISemanticTextMemory semanticTextMemory) method FindProductsAsync (line 12) | public async Task> FindProductsAsync(s... method EnsureSeedDataImportedAsync (line 24) | public static async Task EnsureSeedDataImportedAsync(IServiceProvider ... method ImportProductSeedDataAsync (line 33) | private static async Task ImportProductSeedDataAsync(string importData... FILE: src/Backend/Services/TicketSummarizer.cs class TicketSummarizer (line 10) | public class TicketSummarizer(IServiceScopeFactory scopeFactory) method UpdateSummary (line 27) | public void UpdateSummary(int ticketId, bool enforceRateLimit) method UpdateSummaryAsync (line 43) | private async Task UpdateSummaryAsync(int ticketId) method FormatMessagesForPrompt (line 130) | private static string FormatMessagesForPrompt(IReadOnlyList m... class Response (line 140) | private class Response FILE: src/DataIngestor/EvalQuestionIngestor.cs class EvalQuestionIngestor (line 4) | public class EvalQuestionIngestor method RunAsync (line 6) | public async Task RunAsync(string generatedDataPath, string outputDir) FILE: src/DataIngestor/ManualIngestor.cs class ManualIngestor (line 11) | public class ManualIngestor method RunAsync (line 13) | public async Task RunAsync(string sourceDir, string outputDir) method GetPageText (line 59) | private static string GetPageText(Page pdfPage) FILE: src/DataIngestor/ManualZipIngestor.cs class ManualZipIngestor (line 3) | public class ManualZipIngestor method RunAsync (line 5) | public Task RunAsync(string generatedDataPath, string outputDir) FILE: src/DataIngestor/PathUtils.cs class PathUtils (line 1) | public static class PathUtils method FindAncestorDirectoryContaining (line 3) | public static string FindAncestorDirectoryContaining(string pattern) FILE: src/DataIngestor/ProductCategoryIngestor.cs class ProductCategoryIngestor (line 7) | class ProductCategoryIngestor method RunAsync (line 9) | public async Task RunAsync(string generatedDataPath, string outputDir) method ToBase64 (line 33) | private static string ToBase64(ReadOnlyMemory embedding) type GeneratedCategory (line 36) | internal record GeneratedCategory(int CategoryId, string Name); FILE: src/DataIngestor/ProductIngestor.cs class ProductIngestor (line 6) | class ProductIngestor method RunAsync (line 8) | public async Task RunAsync(string generatedDataPath, string outputDir) type GeneratedProduct (line 36) | internal record GeneratedProduct(int ProductId, int CategoryId, string... FILE: src/DataIngestor/TicketIngestor.cs class TicketIngestor (line 6) | class TicketIngestor method RunAsync (line 8) | public async Task RunAsync(string generatedDataPath, string outputDir) type GeneratedTicket (line 52) | internal record GeneratedTicket(int TicketId, int ProductId, string Ti... type GeneratedMessage (line 53) | internal record GeneratedMessage(int MessageId, int AuthorRole, string... FILE: src/Evaluator/EvalQuestion.cs class EvalQuestion (line 3) | public class EvalQuestion FILE: src/Evaluator/Program.cs type ScoringResponse (line 208) | record ScoringResponse(AnswerScore[] Scores); type AnswerScore (line 209) | record AnswerScore(int Index, string ScoreLabel, string DescriptionOfQua... FILE: src/IdentityServer/Config.cs class Config (line 6) | public static class Config method GetClients (line 20) | public static IEnumerable GetClients(IConfiguration configurat... FILE: src/IdentityServer/HostingExtensions.cs class HostingExtensions (line 5) | internal static class HostingExtensions method ConfigureServices (line 7) | public static WebApplication ConfigureServices(this WebApplicationBuil... method ConfigurePipeline (line 28) | public static WebApplication ConfigurePipeline(this WebApplication app) FILE: src/IdentityServer/Pages/Account/AccessDenied.cshtml.cs class AccessDeniedModel (line 8) | public class AccessDeniedModel : PageModel method OnGet (line 10) | public void OnGet() FILE: src/IdentityServer/Pages/Account/Create/Index.cshtml.cs class Index (line 15) | [SecurityHeaders] method Index (line 25) | public Index( method OnGet (line 35) | public IActionResult OnGet(string? returnUrl) method OnPost (line 41) | public async Task OnPost() FILE: src/IdentityServer/Pages/Account/Create/InputModel.cs class InputModel (line 8) | public class InputModel FILE: src/IdentityServer/Pages/Account/Login/Index.cshtml.cs class Index (line 17) | [SecurityHeaders] method Index (line 32) | public Index( method OnGet (line 48) | public async Task OnGet(string? returnUrl) method OnPost (line 61) | public async Task OnPost() method BuildModelAsync (line 165) | private async Task BuildModelAsync(string? returnUrl) FILE: src/IdentityServer/Pages/Account/Login/InputModel.cs class InputModel (line 8) | public class InputModel FILE: src/IdentityServer/Pages/Account/Login/LoginOptions.cs class LoginOptions (line 6) | public static class LoginOptions FILE: src/IdentityServer/Pages/Account/Login/ViewModel.cs class ViewModel (line 6) | public class ViewModel class ExternalProvider (line 17) | public class ExternalProvider method ExternalProvider (line 19) | public ExternalProvider(string authenticationScheme, string? display... FILE: src/IdentityServer/Pages/Account/Logout/Index.cshtml.cs class Index (line 15) | [SecurityHeaders] method Index (line 25) | public Index(IIdentityServerInteractionService interaction, IEventServ... method OnGet (line 31) | public async Task OnGet(string? logoutId) method OnPost (line 62) | public async Task OnPost() FILE: src/IdentityServer/Pages/Account/Logout/LoggedOut.cshtml.cs class LoggedOut (line 10) | [SecurityHeaders] method LoggedOut (line 18) | public LoggedOut(IIdentityServerInteractionService interactionService) method OnGet (line 23) | public async Task OnGet(string? logoutId) FILE: src/IdentityServer/Pages/Account/Logout/LoggedOutViewModel.cs class LoggedOutViewModel (line 9) | public class LoggedOutViewModel FILE: src/IdentityServer/Pages/Account/Logout/LogoutOptions.cs class LogoutOptions (line 7) | public static class LogoutOptions FILE: src/IdentityServer/Pages/Ciba/All.cshtml.cs class AllModel (line 11) | [SecurityHeaders] method AllModel (line 19) | public AllModel(IBackchannelAuthenticationInteractionService backchann... method OnGet (line 24) | public async Task OnGet() FILE: src/IdentityServer/Pages/Ciba/Consent.cshtml.cs class Consent (line 15) | [Authorize] method Consent (line 23) | public Consent( method OnGet (line 38) | public async Task OnGet(string? id) method OnPost (line 53) | public async Task OnPost() method SetViewModelAsync (line 124) | private async Task SetViewModelAsync(string? id) method CreateConsentViewModel (line 141) | private ViewModel CreateConsentViewModel(BackchannelUserLoginRequest r... method CreateScopeViewModel (line 183) | private static ScopeViewModel CreateScopeViewModel(IdentityResource id... method CreateScopeViewModel (line 197) | private static ScopeViewModel CreateScopeViewModel(ParsedScopeValue pa... method GetOfflineAccessScope (line 217) | private static ScopeViewModel GetOfflineAccessScope(bool check) FILE: src/IdentityServer/Pages/Ciba/ConsentOptions.cs class ConsentOptions (line 6) | public static class ConsentOptions FILE: src/IdentityServer/Pages/Ciba/Index.cshtml.cs class IndexModel (line 12) | [AllowAnonymous] method IndexModel (line 21) | public IndexModel(IBackchannelAuthenticationInteractionService backcha... method OnGet (line 27) | public async Task OnGet(string id) FILE: src/IdentityServer/Pages/Ciba/InputModel.cs class InputModel (line 6) | public class InputModel FILE: src/IdentityServer/Pages/Ciba/ViewModel.cs class ViewModel (line 6) | public class ViewModel class ScopeViewModel (line 18) | public class ScopeViewModel class ResourceViewModel (line 30) | public class ResourceViewModel FILE: src/IdentityServer/Pages/Consent/ConsentOptions.cs class ConsentOptions (line 6) | public static class ConsentOptions FILE: src/IdentityServer/Pages/Consent/Index.cshtml.cs class Index (line 16) | [Authorize] method Index (line 24) | public Index( method OnGet (line 39) | public async Task OnGet(string? returnUrl) method OnPost (line 54) | public async Task OnPost() method SetViewModelAsync (line 132) | private async Task SetViewModelAsync(string? returnUrl) method CreateConsentViewModel (line 149) | private ViewModel CreateConsentViewModel(AuthorizationRequest request) method CreateScopeViewModel (line 191) | private static ScopeViewModel CreateScopeViewModel(IdentityResource id... method CreateScopeViewModel (line 205) | private static ScopeViewModel CreateScopeViewModel(ParsedScopeValue pa... method CreateOfflineAccessScope (line 225) | private static ScopeViewModel CreateOfflineAccessScope(bool check) FILE: src/IdentityServer/Pages/Consent/InputModel.cs class InputModel (line 6) | public class InputModel FILE: src/IdentityServer/Pages/Consent/ViewModel.cs class ViewModel (line 6) | public class ViewModel class ScopeViewModel (line 17) | public class ScopeViewModel class ResourceViewModel (line 29) | public class ResourceViewModel FILE: src/IdentityServer/Pages/Device/DeviceOptions.cs class DeviceOptions (line 6) | public static class DeviceOptions FILE: src/IdentityServer/Pages/Device/Index.cshtml.cs class Index (line 18) | [SecurityHeaders] method Index (line 27) | public Index( method OnGet (line 44) | public async Task OnGet(string? userCode) method OnPost (line 64) | public async Task OnPost() method SetViewModelAsync (line 136) | private async Task SetViewModelAsync(string userCode) method CreateConsentViewModel (line 151) | private ViewModel CreateConsentViewModel(DeviceFlowAuthorizationReques... method CreateScopeViewModel (line 182) | private static ScopeViewModel CreateScopeViewModel(IdentityResource id... method CreateScopeViewModel (line 195) | private static ScopeViewModel CreateScopeViewModel(ParsedScopeValue pa... method GetOfflineAccessScope (line 209) | private static ScopeViewModel GetOfflineAccessScope(bool check) FILE: src/IdentityServer/Pages/Device/InputModel.cs class InputModel (line 6) | public class InputModel FILE: src/IdentityServer/Pages/Device/Success.cshtml.cs class SuccessModel (line 9) | [SecurityHeaders] method OnGet (line 13) | public void OnGet() FILE: src/IdentityServer/Pages/Device/ViewModel.cs class ViewModel (line 6) | public class ViewModel class ScopeViewModel (line 17) | public class ScopeViewModel FILE: src/IdentityServer/Pages/Diagnostics/Index.cshtml.cs class Index (line 11) | [SecurityHeaders] method OnGet (line 17) | public async Task OnGet() FILE: src/IdentityServer/Pages/Diagnostics/ViewModel.cs class ViewModel (line 11) | public class ViewModel method ViewModel (line 13) | public ViewModel(AuthenticateResult result) FILE: src/IdentityServer/Pages/Extensions.cs class Extensions (line 11) | public static class Extensions method GetSchemeSupportsSignOutAsync (line 16) | internal static async Task GetSchemeSupportsSignOutAsync(this Ht... method IsNativeClient (line 26) | internal static bool IsNativeClient(this AuthorizationRequest context) method LoadingPage (line 35) | internal static IActionResult LoadingPage(this PageModel page, string?... FILE: src/IdentityServer/Pages/ExternalLogin/Callback.cshtml.cs class Callback (line 17) | [AllowAnonymous] method Callback (line 26) | public Callback( method OnGet (line 40) | public async Task OnGet() method CaptureExternalLoginContext (line 126) | private static void CaptureExternalLoginContext(AuthenticateResult ext... FILE: src/IdentityServer/Pages/ExternalLogin/Challenge.cshtml.cs class Challenge (line 12) | [AllowAnonymous] method Challenge (line 18) | public Challenge(IIdentityServerInteractionService interactionService) method OnGet (line 23) | public IActionResult OnGet(string scheme, string? returnUrl) FILE: src/IdentityServer/Pages/Grants/Index.cshtml.cs class Index (line 14) | [SecurityHeaders] method Index (line 23) | public Index(IIdentityServerInteractionService interaction, method OnGet (line 36) | public async Task OnGet() method OnPost (line 74) | public async Task OnPost() FILE: src/IdentityServer/Pages/Grants/ViewModel.cs class ViewModel (line 6) | public class ViewModel class GrantViewModel (line 11) | public class GrantViewModel FILE: src/IdentityServer/Pages/Home/Error/Index.cshtml.cs class Index (line 10) | [AllowAnonymous] method Index (line 19) | public Index(IIdentityServerInteractionService interaction, IWebHostEn... method OnGet (line 25) | public async Task OnGet(string? errorId) FILE: src/IdentityServer/Pages/Home/Error/ViewModel.cs class ViewModel (line 8) | public class ViewModel method ViewModel (line 10) | public ViewModel() method ViewModel (line 14) | public ViewModel(string error) FILE: src/IdentityServer/Pages/Index.cshtml.cs class Index (line 11) | [AllowAnonymous] method Index (line 14) | public Index(IdentityServerLicense? license = null) FILE: src/IdentityServer/Pages/Log.cs class Log (line 6) | internal static class Log method InvalidId (line 13) | public static void InvalidId(this ILogger logger, string? id) method InvalidBackchannelLoginId (line 23) | public static void InvalidBackchannelLoginId(this ILogger logger, stri... method ExternalClaims (line 33) | public static void ExternalClaims(this ILogger logger, IEnumerable OnPost() FILE: src/IdentityServer/Pages/Telemetry.cs class Telemetry (line 14) | public static class Telemetry class Metrics (line 26) | public static class Metrics class Counters (line 33) | public static class Counters class Tags (line 44) | public static class Tags class TagValues (line 57) | public static class TagValues method ConsentGranted (line 78) | public static void ConsentGranted(string clientId, IEnumerable str: FILE: src/PythonInference/routers/embedder.py class EmbedRequest (line 8) | class EmbedRequest(BaseModel): function embed_sentences (line 12) | def embed_sentences(req: EmbedRequest) -> list[list[float]]: FILE: src/ServiceDefaults/Clients/Backend/CustomerBackendClient.cs class CustomerBackendClient (line 6) | public class CustomerBackendClient(HttpClient http) method CreateTicketAsync (line 8) | public Task CreateTicketAsync(CreateTicketRequest request) method ListTicketsAsync (line 11) | public Task ListTicketsAsync() method GetTicketDetailsAsync (line 14) | public Task GetTicketDetailsAsync(int ticketId) method SendTicketMessageAsync (line 17) | public Task SendTicketMessageAsync(int ticketId, SendTicketMessageRequ... method CloseTicketAsync (line 20) | public Task CloseTicketAsync(int ticketId) method FindProductsAsync (line 23) | public Task FindProductsAsync(string searchText) FILE: src/ServiceDefaults/Clients/Backend/DevToolBackendClient.cs class DevToolBackendClient (line 5) | public static class DevToolBackendClient method GetDevToolStaffBackendClientAsync (line 11) | public static async Task GetDevToolStaffBackendCli... FILE: src/ServiceDefaults/Clients/Backend/StaffBackendClient.cs class StaffBackendClient (line 8) | public class StaffBackendClient(HttpClient http) method ListTicketsAsync (line 10) | public async Task ListTicketsAsync(ListTicketsReque... method GetTicketDetailsAsync (line 16) | public Task GetTicketDetailsAsync(int ticketId) method AssistantChatAsync (line 19) | public async IAsyncEnumerable AssistantChatAsy... method ReadManualAsync (line 36) | public async Task ReadManualAsync(string file, CancellationTo... method SendTicketMessageAsync (line 43) | public async Task SendTicketMessageAsync(int ticketId, SendTicketMessa... method UpdateTicketDetailsAsync (line 48) | public async Task UpdateTicketDetailsAsync(int ticketId, int? productI... method FindCategoriesAsync (line 53) | public Task FindCategoriesAsync(string searchT... method FindCategoriesAsync (line 58) | public Task FindCategoriesAsync(IEnumerable FindProductsAsync(string searchText) type ListTicketsRequest (line 69) | public record ListTicketsRequest(TicketStatus? FilterByStatus, List... type ListTicketsResult (line 71) | public record ListTicketsResult(ICollection Items... type ListTicketsResultItem (line 73) | public record ListTicketsResultItem( type TicketDetailsResult (line 76) | public record TicketDetailsResult( type TicketDetailsResultMessage (line 82) | public record TicketDetailsResultMessage(int MessageId, DateTime Created... type UpdateTicketDetailsRequest (line 84) | public record UpdateTicketDetailsRequest(int? ProductId, TicketType Tick... type AssistantChatRequest (line 86) | public record AssistantChatRequest( class AssistantChatRequestMessage (line 93) | public class AssistantChatRequestMessage type AssistantChatReplyItem (line 99) | public record AssistantChatReplyItem(AssistantChatReplyItemType Type, st... type AssistantChatReplyItemType (line 101) | public enum AssistantChatReplyItemType { AnswerChunk, Search, SearchResu... type SendTicketMessageRequest (line 103) | public record SendTicketMessageRequest(string Text); type FindCategoriesResult (line 105) | public record FindCategoriesResult(int CategoryId) type FindProductsResult (line 110) | public record FindProductsResult(int ProductId, string Brand, string Mod... type TicketStatus (line 112) | public enum TicketStatus type TicketType (line 118) | public enum TicketType type CreateTicketRequest (line 126) | public record CreateTicketRequest( FILE: src/ServiceDefaults/Clients/ChatCompletion/ChatCompletionServiceExtensions.cs class ChatCompletionServiceExtensions (line 5) | public static class ChatCompletionServiceExtensions method AddChatCompletionService (line 7) | public static void AddChatCompletionService(this IHostApplicationBuild... FILE: src/ServiceDefaults/Clients/ChatCompletion/PreventStreamingWithFunctions.cs class PreventStreamingWithFunctionsExtensions (line 10) | public static class PreventStreamingWithFunctionsExtensions method UsePreventStreamingWithFunctions (line 12) | public static ChatClientBuilder UsePreventStreamingWithFunctions(this ... class PreventStreamingWithFunctions (line 17) | private class PreventStreamingWithFunctions(IChatClient innerClient) :... method GetResponseAsync (line 19) | public override Task GetResponseAsync(IEnumerable GetStreamingRes... method TreatNonstreamingAsStreaming (line 43) | private async IAsyncEnumerable TreatNonstreaming... FILE: src/ServiceDefaults/Clients/ChatCompletion/ServiceCollectionChatClientExtensions.cs class ServiceCollectionChatClientExtensions (line 11) | public static class ServiceCollectionChatClientExtensions method AddOllamaChatClient (line 13) | public static ChatClientBuilder AddOllamaChatClient( method AddOllamaChatClient (line 33) | public static ChatClientBuilder AddOllamaChatClient( method AddOpenAIChatClient (line 51) | public static ChatClientBuilder AddOpenAIChatClient( method AddOpenAIChatClient (line 80) | public static ChatClientBuilder AddOpenAIChatClient( FILE: src/ServiceDefaults/Clients/ChatCompletion/TestCachingChatClientBuilderExtensions.cs class TestCachingChatClientBuilderExtensions (line 30) | public static class TestCachingChatClientBuilderExtensions method UseCachingForTest (line 32) | public static ChatClientBuilder UseCachingForTest(this ChatClientBuild... class DiskCache (line 47) | private class DiskCache(string cacheDir) : IDistributedCache method Get (line 49) | public byte[]? Get(string key) method GetAsync (line 55) | public async Task GetAsync(string key, CancellationToken to... method Refresh (line 61) | public void Refresh(string key) method RefreshAsync (line 65) | public Task RefreshAsync(string key, CancellationToken token = default) method Remove (line 68) | public void Remove(string key) method RemoveAsync (line 71) | public Task RemoveAsync(string key, CancellationToken token = default) method Set (line 77) | public void Set(string key, byte[] value, DistributedCacheEntryOptio... method SetAsync (line 84) | public async Task SetAsync(string key, byte[] value, DistributedCach... method FilePath (line 91) | private string FilePath(string key) FILE: src/ServiceDefaults/Clients/HttpClientExtensions.cs class HttpClientExtensions (line 9) | public static class HttpClientExtensions method AddAuthToken (line 11) | public static IHttpClientBuilder AddAuthToken(this IHttpClientBuilder ... class HttpClientAuthorizationDelegatingHandler (line 22) | private class HttpClientAuthorizationDelegatingHandler : DelegatingHan... method HttpClientAuthorizationDelegatingHandler (line 26) | public HttpClientAuthorizationDelegatingHandler(IHttpContextAccessor... method HttpClientAuthorizationDelegatingHandler (line 31) | public HttpClientAuthorizationDelegatingHandler(IHttpContextAccessor... method SendAsync (line 36) | protected override async Task SendAsync(HttpReq... FILE: src/ServiceDefaults/Clients/PythonInference/PythonInferenceClient.cs class PythonInferenceClient (line 5) | public class PythonInferenceClient(HttpClient http) method ClassifyTextAsync (line 7) | public async Task ClassifyTextAsync(string text, IEnumerable<... FILE: src/ServiceDefaults/Clients/QdrantHttpClientExtensions.cs class QdrantHttpClientExtensions (line 8) | public static class QdrantHttpClientExtensions method AddQdrantHttpClient (line 16) | public static void AddQdrantHttpClient(this WebApplicationBuilder buil... method GetQdrantHttpClient (line 32) | public static HttpClient GetQdrantHttpClient(this IServiceProvider ser... method GetServiceKey (line 35) | private static string GetServiceKey(string connectionName) => $"{conne... FILE: src/ServiceDefaults/Extensions.cs class Extensions (line 12) | public static class Extensions method AddServiceDefaults (line 14) | public static IHostApplicationBuilder AddServiceDefaults(this IHostApp... method ConfigureOpenTelemetry (line 34) | public static IHostApplicationBuilder ConfigureOpenTelemetry(this IHos... method AddOpenTelemetryExporters (line 64) | private static IHostApplicationBuilder AddOpenTelemetryExporters(this ... method AddDefaultHealthChecks (line 87) | public static IHostApplicationBuilder AddDefaultHealthChecks(this IHos... method MapDefaultEndpoints (line 96) | public static WebApplication MapDefaultEndpoints(this WebApplication app) FILE: src/StaffWebUI/Components/Pages/RedisSubscribingComponent.cs class RedisSubscribingComponent (line 10) | public abstract class RedisSubscribingComponent : ComponentBase, IDispos... method HandleMessage (line 49) | void HandleMessage(RedisChannel channel, RedisValue value) method HandleMessageAsync (line 52) | async Task HandleMessageAsync(RedisChannel channel, RedisValue value) method Dispose (line 77) | protected virtual void Dispose(bool disposing) method Dispose (line 91) | public void Dispose() method OnRedisNotificationAsync (line 97) | protected virtual Task OnRedisNotificationAsync(RedisValue value) FILE: src/StaffWebUI/Components/Pages/Ticket/TicketAssistant.razor.js function submitOnEnter (line 1) | function submitOnEnter(formElem) { FILE: src/StaffWebUI/Components/Pages/Ticket/TicketAssistantMessage.razor.js function addAnswerChunk (line 1) | function addAnswerChunk(elem, chunkText) { FILE: src/StaffWebUI/Components/Pages/Tickets/Columns/LinkPropertyColumn.cs class LinkPropertyColumn (line 7) | public class LinkPropertyColumn : PropertyColumn : TemplateColumn method CellContent (line 12) | protected override void CellContent(RenderTreeBuilder builder, TGridIt... FILE: src/StaffWebUI/wwwroot/pdfjs-4.2.67-dist/build/pdf.mjs function makeColorComp (line 44) | function makeColorComp(n) { function scaleAndClamp (line 47) | function scaleAndClamp(x) { class ColorConverters (line 50) | class ColorConverters { method CMYK_G (line 51) | static CMYK_G([c, y, m, k]) { method G_CMYK (line 54) | static G_CMYK([g]) { method G_RGB (line 57) | static G_RGB([g]) { method G_rgb (line 60) | static G_rgb([g]) { method G_HTML (line 64) | static G_HTML([g]) { method RGB_G (line 68) | static RGB_G([r, g, b]) { method RGB_rgb (line 71) | static RGB_rgb(color) { method RGB_HTML (line 74) | static RGB_HTML(color) { method T_HTML (line 77) | static T_HTML() { method T_rgb (line 80) | static T_rgb() { method CMYK_RGB (line 83) | static CMYK_RGB([c, y, m, k]) { method CMYK_rgb (line 86) | static CMYK_rgb([c, y, m, k]) { method CMYK_HTML (line 89) | static CMYK_HTML(components) { method RGB_CMYK (line 93) | static RGB_CMYK([r, g, b]) { function getRectDims (line 113) | function getRectDims(rect) { class AnnotationElementFactory (line 119) | class AnnotationElementFactory { method create (line 120) | static create(parameters) { class AnnotationElement (line 180) | class AnnotationElement { method constructor (line 183) | constructor(parameters, { method _hasPopupData (line 208) | static _hasPopupData({ method hasPopupData (line 215) | get hasPopupData() { method updateEdited (line 218) | updateEdited(params) { method resetEdited (line 232) | resetEdited() { method #setRectEdited (line 239) | #setRectEdited(rect) { method _createContainer (line 273) | _createContainer(ignoreBorder) { method setRotation (line 370) | setRotation(angle, container = this.container) { method _commonActions (line 394) | get _commonActions() { method _dispatchEventFromSandbox (line 472) | _dispatchEventFromSandbox(actions, jsEvent) { method _setDefaultPropertiesFromJS (line 479) | _setDefaultPropertiesFromJS(element) { method _createQuadrilaterals (line 502) | _createQuadrilaterals() { method _createPopup (line 580) | _createPopup() { method render (line 603) | render() { method _getElementsByName (line 606) | _getElementsByName(name, skipId = null) { method show (line 656) | show() { method hide (line 662) | hide() { method getElementsToTriggerPopup (line 668) | getElementsToTriggerPopup() { method addHighlightArea (line 671) | addHighlightArea() { method _isEditable (line 681) | get _isEditable() { method _editOnDoubleClick (line 684) | _editOnDoubleClick() { class LinkAnnotationElement (line 703) | class LinkAnnotationElement extends AnnotationElement { method constructor (line 704) | constructor(parameters, options = null) { method render (line 712) | render() { method #setInternalLink (line 754) | #setInternalLink() { method _bindLink (line 757) | _bindLink(link, destination) { method _bindNamedAction (line 769) | _bindNamedAction(link, action) { method #bindAttachment (line 777) | #bindAttachment(link, attachment, dest = null) { method #bindSetOCGState (line 785) | #bindSetOCGState(link, action) { method _bindJSAction (line 793) | _bindJSAction(link, data) { method _bindResetFormAction (line 817) | _bindResetFormAction(link, resetForm) { class TextAnnotationElement (line 920) | class TextAnnotationElement extends AnnotationElement { method constructor (line 921) | constructor(parameters) { method render (line 926) | render() { class WidgetAnnotationElement (line 941) | class WidgetAnnotationElement extends AnnotationElement { method render (line 942) | render() { method showElementAndHideCanvas (line 945) | showElementAndHideCanvas(element) { method _getKeyModifier (line 953) | _getKeyModifier(event) { method _setEventListener (line 956) | _setEventListener(element, elementData, baseName, eventName, valueGett... method _setEventListeners (line 997) | _setEventListeners(element, elementData, names, getter) { method _setBackgroundColor (line 1014) | _setBackgroundColor(element) { method _setTextStyle (line 1018) | _setTextStyle(element) { method _setRequired (line 1043) | _setRequired(element, isRequired) { class TextWidgetAnnotationElement (line 1052) | class TextWidgetAnnotationElement extends WidgetAnnotationElement { method constructor (line 1053) | constructor(parameters) { method setPropertyOnSiblings (line 1059) | setPropertyOnSiblings(base, key, value, keyInStorage) { method render (line 1070) | render() { class SignatureWidgetAnnotationElement (line 1370) | class SignatureWidgetAnnotationElement extends WidgetAnnotationElement { method constructor (line 1371) | constructor(parameters) { class CheckboxWidgetAnnotationElement (line 1377) | class CheckboxWidgetAnnotationElement extends WidgetAnnotationElement { method constructor (line 1378) | constructor(parameters) { method render (line 1383) | render() { class RadioButtonWidgetAnnotationElement (line 1451) | class RadioButtonWidgetAnnotationElement extends WidgetAnnotationElement { method constructor (line 1452) | constructor(parameters) { method render (line 1457) | render() { class PushButtonWidgetAnnotationElement (line 1534) | class PushButtonWidgetAnnotationElement extends LinkAnnotationElement { method constructor (line 1535) | constructor(parameters) { method render (line 1540) | render() { class ChoiceWidgetAnnotationElement (line 1553) | class ChoiceWidgetAnnotationElement extends WidgetAnnotationElement { method constructor (line 1554) | constructor(parameters) { method render (line 1559) | render() { class PopupAnnotationElement (line 1775) | class PopupAnnotationElement extends AnnotationElement { method constructor (line 1776) | constructor(parameters) { method render (line 1786) | render() { class PopupElement (line 1811) | class PopupElement { method constructor (line 1829) | constructor({ method render (line 1867) | render() { method _formatContents (line 1948) | _formatContents({ method #keyDown (line 1965) | #keyDown(event) { method #toggle (line 1973) | #toggle() { method #show (line 1985) | #show() { method #hide (line 1996) | #hide() { method forceHide (line 2004) | forceHide() { method maybeShow (line 2011) | maybeShow() { method isVisible (line 2018) | get isVisible() { class FreeTextAnnotationElement (line 2022) | class FreeTextAnnotationElement extends AnnotationElement { method constructor (line 2023) | constructor(parameters) { method render (line 2032) | render() { method _isEditable (line 2051) | get _isEditable() { class LineAnnotationElement (line 2055) | class LineAnnotationElement extends AnnotationElement { method constructor (line 2057) | constructor(parameters) { method render (line 2063) | render() { method getElementsToTriggerPopup (line 2086) | getElementsToTriggerPopup() { method addHighlightArea (line 2089) | addHighlightArea() { class SquareAnnotationElement (line 2093) | class SquareAnnotationElement extends AnnotationElement { method constructor (line 2095) | constructor(parameters) { method render (line 2101) | render() { method getElementsToTriggerPopup (line 2125) | getElementsToTriggerPopup() { method addHighlightArea (line 2128) | addHighlightArea() { class CircleAnnotationElement (line 2132) | class CircleAnnotationElement extends AnnotationElement { method constructor (line 2134) | constructor(parameters) { method render (line 2140) | render() { method getElementsToTriggerPopup (line 2164) | getElementsToTriggerPopup() { method addHighlightArea (line 2167) | addHighlightArea() { class PolylineAnnotationElement (line 2171) | class PolylineAnnotationElement extends AnnotationElement { method constructor (line 2173) | constructor(parameters) { method render (line 2181) | render() { method getElementsToTriggerPopup (line 2208) | getElementsToTriggerPopup() { method addHighlightArea (line 2211) | addHighlightArea() { class PolygonAnnotationElement (line 2215) | class PolygonAnnotationElement extends PolylineAnnotationElement { method constructor (line 2216) | constructor(parameters) { class CaretAnnotationElement (line 2222) | class CaretAnnotationElement extends AnnotationElement { method constructor (line 2223) | constructor(parameters) { method render (line 2229) | render() { class InkAnnotationElement (line 2237) | class InkAnnotationElement extends AnnotationElement { method constructor (line 2239) | constructor(parameters) { method render (line 2248) | render() { method getElementsToTriggerPopup (line 2278) | getElementsToTriggerPopup() { method addHighlightArea (line 2281) | addHighlightArea() { class HighlightAnnotationElement (line 2285) | class HighlightAnnotationElement extends AnnotationElement { method constructor (line 2286) | constructor(parameters) { method render (line 2293) | render() { class UnderlineAnnotationElement (line 2301) | class UnderlineAnnotationElement extends AnnotationElement { method constructor (line 2302) | constructor(parameters) { method render (line 2309) | render() { class SquigglyAnnotationElement (line 2317) | class SquigglyAnnotationElement extends AnnotationElement { method constructor (line 2318) | constructor(parameters) { method render (line 2325) | render() { class StrikeOutAnnotationElement (line 2333) | class StrikeOutAnnotationElement extends AnnotationElement { method constructor (line 2334) | constructor(parameters) { method render (line 2341) | render() { class StampAnnotationElement (line 2349) | class StampAnnotationElement extends AnnotationElement { method constructor (line 2350) | constructor(parameters) { method render (line 2356) | render() { class FileAttachmentAnnotationElement (line 2364) | class FileAttachmentAnnotationElement extends AnnotationElement { method constructor (line 2366) | constructor(parameters) { method render (line 2382) | render() { method getElementsToTriggerPopup (line 2416) | getElementsToTriggerPopup() { method addHighlightArea (line 2419) | addHighlightArea() { method #download (line 2422) | #download() { class AnnotationLayer (line 2426) | class AnnotationLayer { method constructor (line 2430) | constructor({ method #appendElement (line 2446) | #appendElement(element, id) { method render (line 2452) | async render(params) { method update (line 2519) | update({ method #setAnnotationCanvasMap (line 2530) | #setAnnotationCanvasMap() { method getEditableAnnotations (line 2556) | getEditableAnnotations() { method getEditableAnnotation (line 2559) | getEditableAnnotation(id) { class AnnotationStorage (line 2586) | class AnnotationStorage { method constructor (line 2589) | constructor() { method getValue (line 2594) | getValue(key, defaultValue) { method getRawValue (line 2601) | getRawValue(key) { method remove (line 2604) | remove(key) { method setValue (line 2618) | setValue(key, value) { method has (line 2639) | has(key) { method getAll (line 2642) | getAll() { method setAll (line 2645) | setAll(obj) { method size (line 2650) | get size() { method #setModified (line 2653) | #setModified() { method resetModified (line 2661) | resetModified() { method print (line 2669) | get print() { method serializable (line 2672) | get serializable() { method editorStats (line 2702) | get editorStats() { class PrintAnnotationStorage (line 2740) | class PrintAnnotationStorage extends AnnotationStorage { method constructor (line 2742) | constructor(parent) { method print (line 2758) | get print() { method serializable (line 2761) | get serializable() { function getDocument (line 2822) | function getDocument(src) { function _fetchDocument (line 2982) | async function _fetchDocument(worker, source) { function getUrlProp (line 2992) | function getUrlProp(val) { function getDataProp (line 3005) | function getDataProp(val) { function isRefProxy (line 3020) | function isRefProxy(ref) { class PDFDocumentLoadingTask (line 3023) | class PDFDocumentLoadingTask { method constructor (line 3025) | constructor() { method promise (line 3034) | get promise() { method destroy (line 3037) | async destroy() { class PDFDataRangeTransport (line 3057) | class PDFDataRangeTransport { method constructor (line 3058) | constructor(length, initialData, progressiveDone = false, contentDispo... method addRangeListener (line 3069) | addRangeListener(listener) { method addProgressListener (line 3072) | addProgressListener(listener) { method addProgressiveReadListener (line 3075) | addProgressiveReadListener(listener) { method addProgressiveDoneListener (line 3078) | addProgressiveDoneListener(listener) { method onDataRange (line 3081) | onDataRange(begin, chunk) { method onDataProgress (line 3086) | onDataProgress(loaded, total) { method onDataProgressiveRead (line 3093) | onDataProgressiveRead(chunk) { method onDataProgressiveDone (line 3100) | onDataProgressiveDone() { method transportReady (line 3107) | transportReady() { method requestDataRange (line 3110) | requestDataRange(begin, end) { method abort (line 3113) | abort() {} class PDFDocumentProxy (line 3115) | class PDFDocumentProxy { method constructor (line 3116) | constructor(pdfInfo, transport) { method annotationStorage (line 3120) | get annotationStorage() { method filterFactory (line 3123) | get filterFactory() { method numPages (line 3126) | get numPages() { method fingerprints (line 3129) | get fingerprints() { method isPureXfa (line 3132) | get isPureXfa() { method allXfaHtml (line 3135) | get allXfaHtml() { method getPage (line 3138) | getPage(pageNumber) { method getPageIndex (line 3141) | getPageIndex(ref) { method getDestinations (line 3144) | getDestinations() { method getDestination (line 3147) | getDestination(id) { method getPageLabels (line 3150) | getPageLabels() { method getPageLayout (line 3153) | getPageLayout() { method getPageMode (line 3156) | getPageMode() { method getViewerPreferences (line 3159) | getViewerPreferences() { method getOpenAction (line 3162) | getOpenAction() { method getAttachments (line 3165) | getAttachments() { method getJSActions (line 3168) | getJSActions() { method getOutline (line 3171) | getOutline() { method getOptionalContentConfig (line 3174) | getOptionalContentConfig({ method getPermissions (line 3182) | getPermissions() { method getMetadata (line 3185) | getMetadata() { method getMarkInfo (line 3188) | getMarkInfo() { method getData (line 3191) | getData() { method saveDocument (line 3194) | saveDocument() { method getDownloadInfo (line 3197) | getDownloadInfo() { method cleanup (line 3200) | cleanup(keepLoadedFonts = false) { method destroy (line 3203) | destroy() { method cachedPageNumber (line 3206) | cachedPageNumber(ref) { method loadingParams (line 3209) | get loadingParams() { method loadingTask (line 3212) | get loadingTask() { method getFieldObjects (line 3215) | getFieldObjects() { method hasJSActions (line 3218) | hasJSActions() { method getCalculationOrderIds (line 3221) | getCalculationOrderIds() { class PDFPageProxy (line 3225) | class PDFPageProxy { method constructor (line 3228) | constructor(pageIndex, pageInfo, transport, pdfBug = false) { method pageNumber (line 3240) | get pageNumber() { method rotate (line 3243) | get rotate() { method ref (line 3246) | get ref() { method userUnit (line 3249) | get userUnit() { method view (line 3252) | get view() { method getViewport (line 3255) | getViewport({ method getAnnotations (line 3271) | getAnnotations({ method getJSActions (line 3279) | getJSActions() { method filterFactory (line 3282) | get filterFactory() { method isPureXfa (line 3285) | get isPureXfa() { method getXfa (line 3288) | async getXfa() { method render (line 3291) | render({ method getOperatorList (line 3389) | getOperatorList({ method streamTextContent (line 3423) | streamTextContent({ method getTextContent (line 3439) | getTextContent(params = {}) { method getStructTree (line 3467) | getStructTree() { method _destroy (line 3470) | _destroy() { method cleanup (line 3492) | cleanup(resetStats = false) { method #tryCleanup (line 3500) | #tryCleanup(delayed = false) { method #abortDelayedCleanup (line 3525) | #abortDelayedCleanup() { method _startRenderPage (line 3531) | _startRenderPage(transparency, cacheKey) { method _renderPageChunk (line 3539) | _renderPageChunk(operatorListChunk, intentState) { method _pumpOperatorList (line 3553) | _pumpOperatorList({ method _abortOperatorList (line 3608) | _abortOperatorList({ method stats (line 3653) | get stats() { class LoopbackPort (line 3657) | class LoopbackPort { method postMessage (line 3660) | postMessage(obj, transfer) { method addEventListener (line 3672) | addEventListener(name, listener) { method removeEventListener (line 3675) | removeEventListener(name, listener) { method terminate (line 3678) | terminate() { class PDFWorker (line 3711) | class PDFWorker { method constructor (line 3713) | constructor({ method promise (line 3735) | get promise() { method port (line 3738) | get port() { method messageHandler (line 3741) | get messageHandler() { method _initializeFromPort (line 3744) | _initializeFromPort(port) { method _initialize (line 3753) | _initialize() { method _setupFakeWorker (line 3826) | _setupFakeWorker() { method destroy (line 3851) | destroy() { method fromPort (line 3864) | static fromPort(params) { method workerSrc (line 3877) | static get workerSrc() { method #mainThreadWorkerMessageHandler (line 3883) | static get #mainThreadWorkerMessageHandler() { method _setupFakeWorkerGlobal (line 3890) | static get _setupFakeWorkerGlobal() { class WorkerTransport (line 3901) | class WorkerTransport { method constructor (line 3907) | constructor(messageHandler, loadingTask, networkStream, params, factor... method #cacheSimpleMethod (line 3928) | #cacheSimpleMethod(name, data = null) { method annotationStorage (line 3937) | get annotationStorage() { method getRenderingIntent (line 3940) | getRenderingIntent(intent, annotationMode = _shared_util_js__WEBPACK_I... method destroy (line 3981) | destroy() { method setupMessageHandler (line 4015) | setupMessageHandler() { method getData (line 4289) | getData() { method saveDocument (line 4292) | saveDocument() { method getPage (line 4309) | getPage(pageNumber) { method getPageIndex (line 4334) | getPageIndex(ref) { method getAnnotations (line 4343) | getAnnotations(pageIndex, intent) { method getFieldObjects (line 4349) | getFieldObjects() { method hasJSActions (line 4352) | hasJSActions() { method getCalculationOrderIds (line 4355) | getCalculationOrderIds() { method getDestinations (line 4358) | getDestinations() { method getDestination (line 4361) | getDestination(id) { method getPageLabels (line 4369) | getPageLabels() { method getPageLayout (line 4372) | getPageLayout() { method getPageMode (line 4375) | getPageMode() { method getViewerPreferences (line 4378) | getViewerPreferences() { method getOpenAction (line 4381) | getOpenAction() { method getAttachments (line 4384) | getAttachments() { method getDocJSActions (line 4387) | getDocJSActions() { method getPageJSActions (line 4390) | getPageJSActions(pageIndex) { method getStructTree (line 4395) | getStructTree(pageIndex) { method getOutline (line 4400) | getOutline() { method getOptionalContentConfig (line 4403) | getOptionalContentConfig(renderingIntent) { method getPermissions (line 4406) | getPermissions() { method getMetadata (line 4409) | getMetadata() { method getMarkInfo (line 4424) | getMarkInfo() { method startCleanup (line 4427) | async startCleanup(keepLoadedFonts = false) { method cachedPageNumber (line 4446) | cachedPageNumber(ref) { method loadingParams (line 4453) | get loadingParams() { class PDFObjects (line 4465) | class PDFObjects { method #ensureObj (line 4467) | #ensureObj(objId) { method get (line 4473) | get(objId, callback = null) { method has (line 4485) | has(objId) { method resolve (line 4489) | resolve(objId, data = null) { method clear (line 4494) | clear() { method [Symbol.iterator] (line 4503) | *[Symbol.iterator]() { class RenderTask (line 4515) | class RenderTask { method constructor (line 4517) | constructor(internalRenderTask) { method promise (line 4521) | get promise() { method cancel (line 4524) | cancel(extraDelay = 0) { method separateAnnots (line 4527) | get separateAnnots() { class InternalRenderTask (line 4540) | class InternalRenderTask { method constructor (line 4542) | constructor({ method completed (line 4581) | get completed() { method initializeGraphics (line 4584) | initializeGraphics({ method cancel (line 4621) | cancel(error = null, extraDelay = 0) { method operatorListChanged (line 4628) | operatorListChanged() { method _continue (line 4639) | _continue() { method _scheduleNext (line 4650) | _scheduleNext() { method _next (line 4659) | async _next() { class BaseFilterFactory (line 4694) | class BaseFilterFactory { method constructor (line 4695) | constructor() { method addFilter (line 4700) | addFilter(maps) { method addHCMFilter (line 4703) | addHCMFilter(fgColor, bgColor) { method addHighlightHCMFilter (line 4706) | addHighlightHCMFilter(filterName, fgColor, bgColor, newFgColor, newBgC... method destroy (line 4709) | destroy(keepHCM = false) {} class BaseCanvasFactory (line 4711) | class BaseCanvasFactory { method constructor (line 4712) | constructor() { method create (line 4717) | create(width, height) { method reset (line 4727) | reset(canvasAndContext, width, height) { method destroy (line 4737) | destroy(canvasAndContext) { method _createCanvas (line 4746) | _createCanvas(width, height) { class BaseCMapReaderFactory (line 4750) | class BaseCMapReaderFactory { method constructor (line 4751) | constructor({ method fetch (line 4761) | async fetch({ method _fetchData (line 4776) | _fetchData(url, compressionType) { class BaseStandardFontDataFactory (line 4780) | class BaseStandardFontDataFactory { method constructor (line 4781) | constructor({ method fetch (line 4789) | async fetch({ method _fetchData (line 4803) | _fetchData(url) { class BaseSVGFactory (line 4807) | class BaseSVGFactory { method constructor (line 4808) | constructor() { method create (line 4813) | create(width, height, skipDimensions = false) { method createElement (line 4827) | createElement(type) { method _createSVG (line 4833) | _createSVG(type) { function applyBoundingBox (line 4862) | function applyBoundingBox(ctx, bbox) { class BaseShadingPattern (line 4872) | class BaseShadingPattern { method constructor (line 4873) | constructor() { method getPattern (line 4878) | getPattern() { class RadialAxialShadingPattern (line 4882) | class RadialAxialShadingPattern extends BaseShadingPattern { method constructor (line 4883) | constructor(IR) { method _createGradient (line 4894) | _createGradient(ctx) { method getPattern (line 4906) | getPattern(ctx, owner, inverse, pathType) { function drawTriangle (line 4936) | function drawTriangle(data, context, p1, p2, p3, c1, c2, c3) { function drawFigure (line 5038) | function drawFigure(data, figure, context) { class MeshShadingPattern (line 5064) | class MeshShadingPattern extends BaseShadingPattern { method constructor (line 5065) | constructor(IR) { method _createMeshCanvas (line 5075) | _createMeshCanvas(combinedScale, backgroundColor, cachedCanvases) { method getPattern (line 5122) | getPattern(ctx, owner, inverse, pathType) { class DummyShadingPattern (line 5146) | class DummyShadingPattern extends BaseShadingPattern { method getPattern (line 5147) | getPattern() { function getShadingPattern (line 5151) | function getShadingPattern(IR) { class TilingPattern (line 5166) | class TilingPattern { method constructor (line 5168) | constructor(IR, color, ctx, canvasGraphicsFactory, baseTransform) { method createPatternCanvas (line 5181) | createPatternCanvas(owner) { method getSizeAndScale (line 5232) | getSizeAndScale(step, realOutputSize, scale) { method clipBbox (line 5246) | clipBbox(graphics, x0, y0, x1, y1) { method setFillAndStrokeStyleToContext (line 5254) | setFillAndStrokeStyleToContext(graphics, paintType, color) { method getPattern (line 5276) | getPattern(ctx, owner, inverse, pathType) { function convertToRGBA (line 5296) | function convertToRGBA(params) { function convertBlackAndWhiteToRGBA (line 5305) | function convertBlackAndWhiteToRGBA({ function convertRGBToRGBA (line 5346) | function convertRGBToRGBA({ function grayToRGBA (line 5389) | function grayToRGBA(src, dest) { function mirrorContextOperations (line 5413) | function mirrorContextOperations(ctx, destCtx) { class CachedCanvases (line 5511) | class CachedCanvases { method constructor (line 5512) | constructor(canvasFactory) { method getCanvas (line 5516) | getCanvas(id, width, height) { method delete (line 5527) | delete(id) { method clear (line 5530) | clear() { function drawImageAtIntegerCoords (line 5538) | function drawImageAtIntegerCoords(ctx, srcImg, srcX, srcY, srcW, srcH, d... function compileType3Glyph (line 5573) | function compileType3Glyph(imgData) { class CanvasExtraState (line 5703) | class CanvasExtraState { method constructor (line 5704) | constructor(width, height) { method clone (line 5731) | clone() { method setCurrentPoint (line 5736) | setCurrentPoint(x, y) { method updatePathMinMax (line 5740) | updatePathMinMax(transform, x, y) { method updateRectMinMax (line 5747) | updateRectMinMax(transform, rect) { method updateScalingPathMinMax (line 5757) | updateScalingPathMinMax(transform, minMax) { method updateCurvePathMinMax (line 5764) | updateCurvePathMinMax(transform, x0, y0, x1, y1, x2, y2, x3, y3, minMa... method getPathBoundingBox (line 5771) | getPathBoundingBox(pathType = PathType.FILL, transform = null) { method updateClipFromPath (line 5787) | updateClipFromPath() { method isEmptyClip (line 5791) | isEmptyClip() { method startNewPathAndClipBox (line 5794) | startNewPathAndClipBox(box) { method getClippedPathBoundingBox (line 5801) | getClippedPathBoundingBox(pathType = PathType.FILL, transform = null) { function putBinaryImageData (line 5805) | function putBinaryImageData(ctx, imgData) { function putBinaryImageMask (line 5898) | function putBinaryImageMask(ctx, imgData) { function copyCtxState (line 5927) | function copyCtxState(sourceCtx, destCtx) { function resetCtxToDefault (line 5939) | function resetCtxToDefault(ctx) { function composeSMaskBackdrop (line 5962) | function composeSMaskBackdrop(bytes, r0, g0, b0) { function composeSMaskAlpha (line 5978) | function composeSMaskAlpha(maskData, layerData, transferMap) { function composeSMaskLuminosity (line 5986) | function composeSMaskLuminosity(maskData, layerData, transferMap) { function genericComposeSMask (line 5993) | function genericComposeSMask(maskCtx, layerCtx, width, height, subtype, ... function composeSMask (line 6012) | function composeSMask(ctx, smask, layerCtx, layerBox) { function getImageSmoothingEnabled (line 6028) | function getImageSmoothingEnabled(transform, interpolate) { class CanvasGraphics (line 6042) | class CanvasGraphics { method constructor (line 6043) | constructor(canvasCtx, commonObjs, objs, canvasFactory, filterFactory, { method getObject (line 6081) | getObject(data, fallback = null) { method beginDrawing (line 6087) | beginDrawing({ method executeOperatorList (line 6118) | executeOperatorList(operatorList, executionStartIdx, continueCallback,... method #restoreInitialState (line 6162) | #restoreInitialState() { method endDrawing (line 6176) | endDrawing() { method #drawFilter (line 6191) | #drawFilter() { method _scaleImage (line 6202) | _scaleImage(img, inverseTransform) { method _createMaskCanvas (line 6237) | _createMaskCanvas(img) { method setLineWidth (line 6305) | setLineWidth(width) { method setLineCap (line 6312) | setLineCap(style) { method setLineJoin (line 6315) | setLineJoin(style) { method setMiterLimit (line 6318) | setMiterLimit(limit) { method setDash (line 6321) | setDash(dashArray, dashPhase) { method setRenderingIntent (line 6328) | setRenderingIntent(intent) {} method setFlatness (line 6329) | setFlatness(flatness) {} method setGState (line 6330) | setGState(states) { method inSMaskMode (line 6378) | get inSMaskMode() { method checkSMaskState (line 6381) | checkSMaskState() { method beginSMaskMode (line 6389) | beginSMaskMode() { method endSMaskMode (line 6405) | endSMaskMode() { method compose (line 6414) | compose(dirtyBox) { method save (line 6434) | save() { method restore (line 6445) | restore() { method transform (line 6463) | transform(a, b, c, d, e, f) { method constructPath (line 6468) | constructPath(ops, args, minMax) { method closePath (line 6552) | closePath() { method stroke (line 6555) | stroke(consumePath = true) { method closeStroke (line 6574) | closeStroke() { method fill (line 6578) | fill(consumePath = true) { method eoFill (line 6604) | eoFill() { method fillStroke (line 6608) | fillStroke() { method eoFillStroke (line 6613) | eoFillStroke() { method closeFillStroke (line 6617) | closeFillStroke() { method closeEOFillStroke (line 6621) | closeEOFillStroke() { method endPath (line 6626) | endPath() { method clip (line 6629) | clip() { method eoClip (line 6632) | eoClip() { method beginText (line 6635) | beginText() { method endText (line 6641) | endText() { method setCharSpacing (line 6660) | setCharSpacing(spacing) { method setWordSpacing (line 6663) | setWordSpacing(spacing) { method setHScale (line 6666) | setHScale(scale) { method setLeading (line 6669) | setLeading(leading) { method setFont (line 6672) | setFont(fontRefName, size) { method setTextRenderingMode (line 6711) | setTextRenderingMode(mode) { method setTextRise (line 6714) | setTextRise(rise) { method moveText (line 6717) | moveText(x, y) { method setLeadingMoveText (line 6721) | setLeadingMoveText(x, y) { method setTextMatrix (line 6725) | setTextMatrix(a, b, c, d, e, f) { method nextLine (line 6731) | nextLine() { method paintChar (line 6734) | paintChar(character, x, y, patternTransform) { method isFontSubpixelAAEnabled (line 6781) | get isFontSubpixelAAEnabled() { method showText (line 6797) | showText(glyphs) { method showType3Text (line 6927) | showType3Text(glyphs) { method setCharWidth (line 6980) | setCharWidth(xWidth, yWidth) {} method setCharWidthAndBounds (line 6981) | setCharWidthAndBounds(xWidth, yWidth, llx, lly, urx, ury) { method getColorN_Pattern (line 6986) | getColorN_Pattern(IR) { method setStrokeColorN (line 7003) | setStrokeColorN() { method setFillColorN (line 7006) | setFillColorN() { method setStrokeRGBColor (line 7010) | setStrokeRGBColor(r, g, b) { method setFillRGBColor (line 7015) | setFillRGBColor(r, g, b) { method _getPattern (line 7021) | _getPattern(objId, matrix = null) { method shadingFill (line 7034) | shadingFill(objId) { method beginInlineImage (line 7056) | beginInlineImage() { method beginImageData (line 7059) | beginImageData() { method paintFormXObjectBegin (line 7062) | paintFormXObjectBegin(matrix, bbox) { method paintFormXObjectEnd (line 7081) | paintFormXObjectEnd() { method beginGroup (line 7088) | beginGroup(group) { method endGroup (line 7163) | endGroup(group) { method beginAnnotation (line 7187) | beginAnnotation(id, rect, transform, matrix, hasOwnCanvas) { method endAnnotation (line 7234) | endAnnotation() { method paintImageMaskXObject (line 7243) | paintImageMaskXObject(img) { method paintImageMaskXObjectRepeat (line 7269) | paintImageMaskXObjectRepeat(img, scaleX, skewX = 0, skewY = 0, scaleY,... method paintImageMaskXObjectGroup (line 7288) | paintImageMaskXObjectGroup(images) { method paintImageXObject (line 7319) | paintImageXObject(objId) { method paintImageXObjectRepeat (line 7330) | paintImageXObjectRepeat(objId, scaleX, scaleY, positions) { method applyTransferMapsToCanvas (line 7353) | applyTransferMapsToCanvas(ctx) { method applyTransferMapsToBitmap (line 7361) | applyTransferMapsToBitmap(imgData) { method paintInlineImageXObject (line 7377) | paintInlineImageXObject(imgData) { method paintInlineImageXObjectGroup (line 7411) | paintInlineImageXObjectGroup(imgData, map) { method paintSolidColorImageMask (line 7436) | paintSolidColorImageMask() { method markPoint (line 7443) | markPoint(tag) {} method markPointProps (line 7444) | markPointProps(tag, properties) {} method beginMarkedContent (line 7445) | beginMarkedContent(tag) { method beginMarkedContentProps (line 7450) | beginMarkedContentProps(tag, properties) { method endMarkedContent (line 7462) | endMarkedContent() { method beginCompat (line 7466) | beginCompat() {} method endCompat (line 7467) | endCompat() {} method consumePath (line 7468) | consumePath(clipBox) { method getSinglePixelWidth (line 7490) | getSinglePixelWidth() { method getScaleForStroking (line 7504) | getScaleForStroking() { method rescaleAndStroke (line 7553) | rescaleAndStroke(saveRestore) { method isContentVisible (line 7581) | isContentVisible() { class PixelsPerInch (line 7633) | class PixelsPerInch { class DOMFilterFactory (line 7638) | class DOMFilterFactory extends _base_factory_js__WEBPACK_IMPORTED_MODULE... method constructor (line 7645) | constructor({ method #cache (line 7653) | get #cache() { method #hcmCache (line 7656) | get #hcmCache() { method #defs (line 7659) | get #defs() { method addFilter (line 7681) | addFilter(maps) { method addHCMFilter (line 7725) | addHCMFilter(fgColor, bgColor) { method addHighlightHCMFilter (line 7779) | addHighlightHCMFilter(filterName, fgColor, bgColor, newFgColor, newBgC... method destroy (line 7835) | destroy(keepHCM = false) { method #addGrayConversion (line 7849) | #addGrayConversion(filter) { method #createFilter (line 7855) | #createFilter(id) { method #appendFeFunc (line 7862) | #appendFeFunc(feComponentTransfer, func, table) { method #addTransferMapConversion (line 7868) | #addTransferMapConversion(rTable, gTable, bTable, filter) { method #getRGB (line 7875) | #getRGB(color) { class DOMCanvasFactory (line 7880) | class DOMCanvasFactory extends _base_factory_js__WEBPACK_IMPORTED_MODULE... method constructor (line 7881) | constructor({ method _createCanvas (line 7887) | _createCanvas(width, height) { function fetchData (line 7894) | async function fetchData(url, type = "text") { class DOMCMapReaderFactory (line 7934) | class DOMCMapReaderFactory extends _base_factory_js__WEBPACK_IMPORTED_MO... method _fetchData (line 7935) | _fetchData(url, compressionType) { class DOMStandardFontDataFactory (line 7942) | class DOMStandardFontDataFactory extends _base_factory_js__WEBPACK_IMPOR... method _fetchData (line 7943) | _fetchData(url) { class DOMSVGFactory (line 7947) | class DOMSVGFactory extends _base_factory_js__WEBPACK_IMPORTED_MODULE_0_... method _createSVG (line 7948) | _createSVG(type) { class PageViewport (line 7952) | class PageViewport { method constructor (line 7953) | constructor({ method rawDims (line 8022) | get rawDims() { method clone (line 8033) | clone({ method convertToViewportPoint (line 8049) | convertToViewportPoint(x, y) { method convertToViewportRectangle (line 8052) | convertToViewportRectangle(rect) { method convertToPdfPoint (line 8057) | convertToPdfPoint(x, y) { class RenderingCancelledException (line 8061) | class RenderingCancelledException extends _shared_util_js__WEBPACK_IMPOR... method constructor (line 8062) | constructor(msg, extraDelay = 0) { function isDataScheme (line 8067) | function isDataScheme(url) { function isPdfFile (line 8075) | function isPdfFile(filename) { function getFilenameFromUrl (line 8078) | function getFilenameFromUrl(url, onlyStripPath = false) { function getPdfFilenameFromUrl (line 8084) | function getPdfFilenameFromUrl(url, defaultFilename = "document.pdf") { class StatTimer (line 8106) | class StatTimer { method time (line 8109) | time(name) { method timeEnd (line 8115) | timeEnd(name) { method toString (line 8126) | toString() { function isValidFetchUrl (line 8144) | function isValidFetchUrl(url, baseUrl) { function noContextMenu (line 8154) | function noContextMenu(e) { function deprecated (line 8157) | function deprecated(details) { class PDFDateString (line 8161) | class PDFDateString { method toDateObject (line 8162) | static toDateObject(input) { function getXfaPageViewport (line 8197) | function getXfaPageViewport(xfaPage, { function getRGB (line 8212) | function getRGB(color) { function getColorValues (line 8226) | function getColorValues(colors) { function getCurrentTransform (line 8237) | function getCurrentTransform(ctx) { function getCurrentTransformInverse (line 8248) | function getCurrentTransformInverse(ctx) { function setLayerDimensions (line 8259) | function setLayerDimensions(div, viewport, mustFlip = false, mustRotate ... class DrawLayer (line 8299) | class DrawLayer { method constructor (line 8304) | constructor({ method setParent (line 8309) | setParent(parent) { method _svgFactory (line 8324) | static get _svgFactory() { method #setBox (line 8327) | static #setBox(element, { method #createSVG (line 8341) | #createSVG(box) { method #createClipPath (line 8348) | #createClipPath(defs, pathId) { method highlight (line 8360) | highlight(outlines, color, opacity, isPathUpdatable = false) { method highlightOutline (line 8389) | highlightOutline(outlines) { method finalizeLine (line 8435) | finalizeLine(id, line) { method updateLine (line 8441) | updateLine(id, line) { method removeFreeHighlight (line 8447) | removeFreeHighlight(id) { method updatePath (line 8451) | updatePath(id, line) { method updateBox (line 8454) | updateBox(id, box) { method show (line 8457) | show(id, visible) { method rotate (line 8460) | rotate(id, angle) { method changeColor (line 8463) | changeColor(id, color) { method changeOpacity (line 8466) | changeOpacity(id, opacity) { method addClass (line 8469) | addClass(id, className) { method removeClass (line 8472) | removeClass(id, className) { method remove (line 8475) | remove(id) { method destroy (line 8482) | destroy() { class FreeTextEditor (line 8517) | class FreeTextEditor extends editor_editor.AnnotationEditor { method _keyboardManager (line 8532) | static get _keyboardManager() { method constructor (line 8567) | constructor(params) { method initialize (line 8575) | static initialize(l10n, uiManager) { method updateDefaultParams (line 8582) | static updateDefaultParams(type, value) { method updateParams (line 8592) | updateParams(type, value) { method defaultPropertiesToUpdate (line 8602) | static get defaultPropertiesToUpdate() { method propertiesToUpdate (line 8605) | get propertiesToUpdate() { method #updateFontSize (line 8608) | #updateFontSize(fontSize) { method #updateColor (line 8626) | #updateColor(color) { method _translateEmpty (line 8641) | _translateEmpty(x, y) { method getInitialTranslation (line 8644) | getInitialTranslation() { method rebuild (line 8648) | rebuild() { method enableEditMode (line 8660) | enableEditMode() { method disableEditMode (line 8677) | disableEditMode() { method focusin (line 8698) | focusin(event) { method onceAdded (line 8707) | onceAdded() { method isEmpty (line 8718) | isEmpty() { method remove (line 8721) | remove() { method #extractText (line 8729) | #extractText() { method #setEditorDimensions (line 8737) | #setEditorDimensions() { method commit (line 8766) | commit() { method shouldGetKeyboardEvents (line 8798) | shouldGetKeyboardEvents() { method enterInEditMode (line 8801) | enterInEditMode() { method dblclick (line 8805) | dblclick(event) { method keydown (line 8808) | keydown(event) { method editorDivKeydown (line 8814) | editorDivKeydown(event) { method editorDivFocus (line 8817) | editorDivFocus(event) { method editorDivBlur (line 8820) | editorDivBlur(event) { method editorDivInput (line 8823) | editorDivInput(event) { method disableEditing (line 8826) | disableEditing() { method enableEditing (line 8830) | enableEditing() { method render (line 8834) | render() { method #getNodeContent (line 8906) | static #getNodeContent(node) { method editorDivPaste (line 8909) | editorDivPaste(event) { method #setContent (line 8985) | #setContent() { method #serializeContent (line 8996) | #serializeContent() { method #deserializeContent (line 8999) | static #deserializeContent(content) { method contentDiv (line 9002) | get contentDiv() { method deserialize (line 9005) | static deserialize(data, parent, uiManager) { method serialize (line 9050) | serialize(isForCopying = false) { method #hasElementChanged (line 9083) | #hasElementChanged(serialized) { method renderAnnotationElement (line 9092) | renderAnnotationElement(annotation) { method resetAnnotationElement (line 9114) | resetAnnotationElement(annotation) { class HighlightEditor (line 9133) | class HighlightEditor extends editor_editor.AnnotationEditor { method _keyboardManager (line 9162) | static get _keyboardManager() { method constructor (line 9174) | constructor(params) { method telemetryInitialData (line 9200) | get telemetryInitialData() { method telemetryFinalData (line 9209) | get telemetryFinalData() { method computeTelemetryFinalData (line 9215) | static computeTelemetryFinalData(data) { method #createOutlines (line 9220) | #createOutlines() { method #createFreeOutlines (line 9236) | #createFreeOutlines({ method initialize (line 9299) | static initialize(l10n, uiManager) { method updateDefaultParams (line 9303) | static updateDefaultParams(type, value) { method translateInPage (line 9313) | translateInPage(x, y) {} method toolbarPosition (line 9314) | get toolbarPosition() { method updateParams (line 9317) | updateParams(type, value) { method defaultPropertiesToUpdate (line 9327) | static get defaultPropertiesToUpdate() { method propertiesToUpdate (line 9330) | get propertiesToUpdate() { method #updateColor (line 9333) | #updateColor(color) { method #updateThickness (line 9354) | #updateThickness(thickness) { method addEditToolbar (line 9374) | async addEditToolbar() { method disableEditing (line 9387) | disableEditing() { method enableEditing (line 9391) | enableEditing() { method fixAndSetPosition (line 9395) | fixAndSetPosition() { method getBaseTranslation (line 9398) | getBaseTranslation() { method getRect (line 9401) | getRect(tx, ty) { method onceAdded (line 9404) | onceAdded() { method remove (line 9408) | remove() { method rebuild (line 9415) | rebuild() { method setParent (line 9428) | setParent(parent) { method #changeThickness (line 9442) | #changeThickness(thickness) { method #cleanDrawLayer (line 9453) | #cleanDrawLayer() { method #addToDrawLayer (line 9462) | #addToDrawLayer(parent = this.parent) { method #rotateBbox (line 9475) | static #rotateBbox({ method rotate (line 9511) | rotate(angle) { method render (line 9527) | render() { method pointerover (line 9552) | pointerover() { method pointerleave (line 9555) | pointerleave() { method #keydown (line 9558) | #keydown(event) { method _moveCaret (line 9561) | _moveCaret(direction) { method #setCaret (line 9574) | #setCaret(start) { method select (line 9585) | select() { method unselect (line 9593) | unselect() { method _mustFixPosition (line 9603) | get _mustFixPosition() { method show (line 9606) | show(visible = this._isVisible) { method #getRotation (line 9613) | #getRotation() { method #serializeBoxes (line 9616) | #serializeBoxes() { method #serializeOutlines (line 9640) | #serializeOutlines(rect) { method startHighlighting (line 9643) | static startHighlighting(parent, isLTR, { method #highlightMove (line 9687) | static #highlightMove(parent, event) { method #endHighlight (line 9692) | static #endHighlight(parent, event) { method deserialize (line 9707) | static deserialize(data, parent, uiManager) { method serialize (line 9731) | serialize(isForCopying = false) { method canCreateNewEmptyEditor (line 9750) | static canCreateNewEmptyEditor() { class InkEditor (line 9761) | class InkEditor extends editor_editor.AnnotationEditor { method constructor (line 9782) | constructor(params) { method initialize (line 9800) | static initialize(l10n, uiManager) { method updateDefaultParams (line 9803) | static updateDefaultParams(type, value) { method updateParams (line 9816) | updateParams(type, value) { method defaultPropertiesToUpdate (line 9829) | static get defaultPropertiesToUpdate() { method propertiesToUpdate (line 9832) | get propertiesToUpdate() { method #updateThickness (line 9835) | #updateThickness(thickness) { method #updateColor (line 9851) | #updateColor(color) { method #updateOpacity (line 9867) | #updateOpacity(opacity) { method rebuild (line 9884) | rebuild() { method remove (line 9902) | remove() { method setParent (line 9920) | setParent(parent) { method onScaleChanging (line 9928) | onScaleChanging() { method enableEditMode (line 9934) | enableEditMode() { method disableEditMode (line 9942) | disableEditMode() { method onceAdded (line 9951) | onceAdded() { method isEmpty (line 9954) | isEmpty() { method #getInitialBBox (line 9957) | #getInitialBBox() { method #setStroke (line 9973) | #setStroke() { method #startDrawing (line 9988) | #startDrawing(x, y) { method #draw (line 10013) | #draw(x, y) { method #endPath (line 10033) | #endPath() { method #stopDrawing (line 10040) | #stopDrawing(x, y) { method #drawPoints (line 10083) | #drawPoints() { method #makeBezierCurve (line 10107) | #makeBezierCurve(path2D, x0, y0, x1, y1, x2, y2) { method #generateBezierPoints (line 10114) | #generateBezierPoints() { method #redraw (line 10139) | #redraw() { method commit (line 10156) | commit() { method focusin (line 10174) | focusin(event) { method canvasPointerdown (line 10181) | canvasPointerdown(event) { method canvasPointermove (line 10194) | canvasPointermove(event) { method canvasPointerup (line 10198) | canvasPointerup(event) { method canvasPointerleave (line 10202) | canvasPointerleave(event) { method #endDrawing (line 10205) | #endDrawing(event) { method #createCanvas (line 10221) | #createCanvas() { method #createObserver (line 10229) | #createObserver() { method isResizable (line 10238) | get isResizable() { method render (line 10241) | render() { method #setCanvasDims (line 10272) | #setCanvasDims() { method setDimensions (line 10281) | setDimensions(width, height) { method #setScaleFactor (line 10302) | #setScaleFactor(width, height) { method #updateTransform (line 10308) | #updateTransform() { method #buildPath2D (line 10312) | static #buildPath2D(bezier) { method #toPDFCoordinates (line 10323) | static #toPDFCoordinates(points, rect, rotation) { method #fromPDFCoordinates (line 10357) | static #fromPDFCoordinates(points, rect, rotation) { method #serializePaths (line 10391) | #serializePaths(s, tx, ty, rect) { method #getBbox (line 10433) | #getBbox() { method #getPadding (line 10449) | #getPadding() { method #fitToContent (line 10452) | #fitToContent(firstTime = false) { method deserialize (line 10482) | static deserialize(data, parent, uiManager) { method serialize (line 10531) | serialize() { class StampEditor (line 10556) | class StampEditor extends editor_editor.AnnotationEditor { method constructor (line 10570) | constructor(params) { method initialize (line 10578) | static initialize(l10n, uiManager) { method supportedTypes (line 10581) | static get supportedTypes() { method supportedTypesStr (line 10585) | static get supportedTypesStr() { method isHandlingMimeForPasting (line 10588) | static isHandlingMimeForPasting(mime) { method paste (line 10591) | static paste(item, parent) { method #getBitmapFetched (line 10596) | #getBitmapFetched(data, fromId = false) { method #getBitmapDone (line 10611) | #getBitmapDone() { method #getBitmap (line 10618) | #getBitmap() { method remove (line 10659) | remove() { method rebuild (line 10674) | rebuild() { method onceAdded (line 10692) | onceAdded() { method isEmpty (line 10696) | isEmpty() { method isResizable (line 10699) | get isResizable() { method render (line 10702) | render() { method #createCanvas (line 10725) | #createCanvas() { method #setDimensions (line 10762) | #setDimensions(width, height) { method #scaleBitmap (line 10782) | #scaleBitmap(width, height) { method #drawBitmap (line 10806) | #drawBitmap(width, height) { method getImageForAltText (line 10846) | getImageForAltText() { method #serializeBitmap (line 10849) | #serializeBitmap(toUrl) { method #createObserver (line 10877) | #createObserver() { method deserialize (line 10886) | static deserialize(data, parent, uiManager) { method serialize (line 10912) | serialize(isForCopying = false, context = null) { class AnnotationEditorLayer (line 10971) | class AnnotationEditorLayer { method constructor (line 10987) | constructor({ method isEmpty (line 11016) | get isEmpty() { method isInvisible (line 11019) | get isInvisible() { method updateToolbar (line 11022) | updateToolbar(mode) { method updateMode (line 11025) | updateMode(mode = this.#uiManager.getMode()) { method hasTextLayer (line 11059) | hasTextLayer(textLayer) { method addInkEditorIfNeeded (line 11062) | addInkEditorIfNeeded(isCommitting) { method setEditingState (line 11080) | setEditingState(isEditing) { method addCommands (line 11083) | addCommands(params) { method togglePointerEvents (line 11086) | togglePointerEvents(enabled = false) { method toggleAnnotationLayerPointerEvents (line 11089) | toggleAnnotationLayerPointerEvents(enabled = false) { method enable (line 11092) | enable() { method disable (line 11124) | disable() { method getEditableAnnotation (line 11183) | getEditableAnnotation(id) { method setActiveEditor (line 11186) | setActiveEditor(editor) { method enableTextSelection (line 11193) | enableTextSelection() { method disableTextSelection (line 11201) | disableTextSelection() { method #textLayerPointerDown (line 11209) | #textLayerPointerDown(event) { method enableClick (line 11229) | enableClick() { method disableClick (line 11238) | disableClick() { method attach (line 11247) | attach(editor) { method detach (line 11256) | detach(editor) { method remove (line 11263) | remove(editor) { method changeParent (line 11272) | changeParent(editor) { method add (line 11289) | add(editor) { method moveEditorInDOM (line 11306) | moveEditorInDOM(editor) { method addOrRebuild (line 11331) | addOrRebuild(editor) { method addUndoableEditor (line 11340) | addUndoableEditor(editor) { method getNextId (line 11351) | getNextId() { method #currentEditorType (line 11354) | get #currentEditorType() { method #createNewEditor (line 11357) | #createNewEditor(params) { method canCreateNewEmptyEditor (line 11361) | canCreateNewEmptyEditor() { method pasteEditor (line 11364) | pasteEditor(mode, params) { method deserialize (line 11385) | deserialize(data) { method createAndAddNewEditor (line 11388) | createAndAddNewEditor(event, isCentered, data = {}) { method #getCenterPoint (line 11404) | #getCenterPoint() { method addNewEditor (line 11423) | addNewEditor() { method setSelected (line 11426) | setSelected(editor) { method toggleSelected (line 11429) | toggleSelected(editor) { method isSelected (line 11432) | isSelected(editor) { method unselect (line 11435) | unselect(editor) { method pointerup (line 11438) | pointerup(event) { method pointerdown (line 11462) | pointerdown(event) { method findNewParent (line 11483) | findNewParent(editor, x, y) { method destroy (line 11491) | destroy() { method #cleanup (line 11510) | #cleanup() { method render (line 11519) | render({ method update (line 11530) | update({ method pageDimensions (line 11548) | get pageDimensions() { method scale (line 11555) | get scale() { class ColorPicker (line 11575) | class ColorPicker { method _keyboardManager (line 11588) | static get _keyboardManager() { method constructor (line 11591) | constructor({ method renderButton (line 11607) | renderButton() { method renderMainDropdown (line 11622) | renderMainDropdown() { method #getDropdownRoot (line 11628) | #getDropdownRoot() { method #colorSelect (line 11654) | #colorSelect(color, event) { method _colorSelectFromKeyboard (line 11662) | _colorSelectFromKeyboard(event) { method _moveToNext (line 11673) | _moveToNext(event) { method _moveToPrevious (line 11684) | _moveToPrevious(event) { method _moveToBeginning (line 11696) | _moveToBeginning(event) { method _moveToEnd (line 11703) | _moveToEnd(event) { method #keyDown (line 11710) | #keyDown(event) { method #openDropdown (line 11713) | #openDropdown(event) { method #pointerDown (line 11727) | #pointerDown(event) { method hideDropdown (line 11733) | hideDropdown() { method #isDropdownVisible (line 11737) | get #isDropdownVisible() { method _hideDropdownFromKeyboard (line 11740) | _hideDropdownFromKeyboard() { method updateColor (line 11754) | updateColor(color) { method destroy (line 11766) | destroy() { class AltText (line 11795) | class AltText { method constructor (line 11804) | constructor(editor) { method initialize (line 11807) | static initialize(l10nPromise) { method render (line 11810) | async render() { method finish (line 11835) | finish() { method isEmpty (line 11844) | isEmpty() { method data (line 11847) | get data() { method data (line 11853) | set data({ method toggle (line 11864) | toggle(enabled = false) { method destroy (line 11874) | destroy() { method #setState (line 11879) | async #setState() { class AnnotationEditor (line 11935) | class AnnotationEditor { method _resizerKeyboardManager (line 11966) | static get _resizerKeyboardManager() { method constructor (line 11988) | constructor(parameters) { method editorType (line 12022) | get editorType() { method _defaultLineColor (line 12025) | static get _defaultLineColor() { method deleteAnnotationElement (line 12028) | static deleteAnnotationElement(editor) { method initialize (line 12038) | static initialize(l10n, _uiManager, options) { method updateDefaultParams (line 12051) | static updateDefaultParams(_type, _value) {} method defaultPropertiesToUpdate (line 12052) | static get defaultPropertiesToUpdate() { method isHandlingMimeForPasting (line 12055) | static isHandlingMimeForPasting(mime) { method paste (line 12058) | static paste(item, parent) { method propertiesToUpdate (line 12061) | get propertiesToUpdate() { method _isDraggable (line 12064) | get _isDraggable() { method _isDraggable (line 12067) | set _isDraggable(value) { method isEnterHandled (line 12071) | get isEnterHandled() { method center (line 12074) | center() { method addCommands (line 12096) | addCommands(params) { method currentLayer (line 12099) | get currentLayer() { method setInBackground (line 12102) | setInBackground() { method setInForeground (line 12105) | setInForeground() { method setParent (line 12108) | setParent(parent) { method focusin (line 12117) | focusin(event) { method focusout (line 12127) | focusout(event) { method commitOrRemove (line 12143) | commitOrRemove() { method commit (line 12150) | commit() { method addToAnnotationStorage (line 12153) | addToAnnotationStorage() { method setAt (line 12156) | setAt(x, y, tx, ty) { method #translate (line 12163) | #translate([width, height], x, y) { method translate (line 12169) | translate(x, y) { method translateInPage (line 12172) | translateInPage(x, y) { method drag (line 12179) | drag(tx, ty) { method _hasBeenMoved (line 12207) | get _hasBeenMoved() { method getBaseTranslation (line 12210) | getBaseTranslation() { method _mustFixPosition (line 12228) | get _mustFixPosition() { method fixAndSetPosition (line 12231) | fixAndSetPosition(rotation = this.rotation) { method #rotatePoint (line 12275) | static #rotatePoint(x, y, angle) { method screenToPageTranslation (line 12287) | screenToPageTranslation(x, y) { method pageTranslationToScreen (line 12290) | pageTranslationToScreen(x, y) { method #getRotationMatrix (line 12293) | #getRotationMatrix(rotation) { method parentScale (line 12311) | get parentScale() { method parentRotation (line 12314) | get parentRotation() { method parentDimensions (line 12317) | get parentDimensions() { method setDims (line 12326) | setDims(width, height) { method fixDims (line 12333) | fixDims() { method getInitialTranslation (line 12354) | getInitialTranslation() { method #createResizers (line 12357) | #createResizers() { method #resizerPointerdown (line 12375) | #resizerPointerdown(name, event) { method #addResizeToUndoStack (line 12416) | #addResizeToUndoStack(savedX, savedY, savedWidth, savedHeight) { method #resizerPointermove (line 12446) | #resizerPointermove(name, event) { method altTextFinish (line 12532) | altTextFinish() { method addEditToolbar (line 12535) | async addEditToolbar() { method removeEditToolbar (line 12546) | removeEditToolbar() { method getClientDimensions (line 12554) | getClientDimensions() { method addAltTextButton (line 12557) | async addAltTextButton() { method altTextData (line 12565) | get altTextData() { method altTextData (line 12568) | set altTextData(data) { method hasAltText (line 12574) | hasAltText() { method render (line 12577) | render() { method pointerdown (line 12599) | pointerdown(event) { method #selectOnPointerEvent (line 12614) | #selectOnPointerEvent(event) { method #setUpDragSession (line 12624) | #setUpDragSession(event) { method moveInDOM (line 12663) | moveInDOM() { method _setParentAndPosition (line 12672) | _setParentAndPosition(parent, x, y) { method getRect (line 12678) | getRect(tx, ty, rotation = this.rotation) { method getRectInCurrentCoords (line 12701) | getRectInCurrentCoords(rect, pageHeight) { method onceAdded (line 12718) | onceAdded() {} method isEmpty (line 12719) | isEmpty() { method enableEditMode (line 12722) | enableEditMode() { method disableEditMode (line 12725) | disableEditMode() { method isInEditMode (line 12728) | isInEditMode() { method shouldGetKeyboardEvents (line 12731) | shouldGetKeyboardEvents() { method needsToBeRebuilt (line 12734) | needsToBeRebuilt() { method rebuild (line 12737) | rebuild() { method rotate (line 12741) | rotate(_angle) {} method serialize (line 12742) | serialize(isForCopying = false, context = null) { method deserialize (line 12745) | static deserialize(data, parent, uiManager) { method hasBeenModified (line 12760) | get hasBeenModified() { method remove (line 12763) | remove() { method isResizable (line 12788) | get isResizable() { method makeResizable (line 12791) | makeResizable() { method toolbarPosition (line 12798) | get toolbarPosition() { method keydown (line 12801) | keydown(event) { method #resizerKeydown (line 12860) | #resizerKeydown(event) { method #resizerBlur (line 12863) | #resizerBlur(event) { method #resizerFocus (line 12868) | #resizerFocus(name) { method #setResizerTabIndex (line 12871) | #setResizerTabIndex(value) { method _resizeWithKeyboard (line 12879) | _resizeWithKeyboard(x, y) { method #stopResizing (line 12888) | #stopResizing() { method _stopResizingWithKeyboard (line 12902) | _stopResizingWithKeyboard() { method select (line 12906) | select() { method unselect (line 12919) | unselect() { method updateParams (line 12929) | updateParams(type, value) {} method disableEditing (line 12930) | disableEditing() {} method enableEditing (line 12931) | enableEditing() {} method enterInEditMode (line 12932) | enterInEditMode() {} method getImageForAltText (line 12933) | getImageForAltText() { method contentDiv (line 12936) | get contentDiv() { method isEditing (line 12939) | get isEditing() { method isEditing (line 12942) | set isEditing(value) { method setAspectRatio (line 12954) | setAspectRatio(width, height) { method MIN_SIZE (line 12963) | static get MIN_SIZE() { method canCreateNewEmptyEditor (line 12966) | static canCreateNewEmptyEditor() { method telemetryInitialData (line 12969) | get telemetryInitialData() { method telemetryFinalData (line 12974) | get telemetryFinalData() { method _reportTelemetry (line 12977) | _reportTelemetry(data, mustWait = false) { method show (line 13006) | show(visible = this._isVisible) { method enable (line 13010) | enable() { method disable (line 13016) | disable() { method renderAnnotationElement (line 13022) | renderAnnotationElement(annotation) { method resetAnnotationElement (line 13036) | resetAnnotationElement(annotation) { class FakeEditor (line 13045) | class FakeEditor extends AnnotationEditor { method constructor (line 13046) | constructor(params) { method serialize (line 13051) | serialize() { class Outliner (line 13072) | class Outliner { method constructor (line 13076) | constructor(boxes, borderWidth = 0, innerMargin = 0, isLTR = true) { method getOutlines (line 13121) | getOutlines() { method #getOutlines (line 13135) | #getOutlines(outlineVerticalEdges) { method #binarySearch (line 13182) | #binarySearch(y) { method #insert (line 13200) | #insert([, y1, y2]) { method #remove (line 13204) | #remove([, y1, y2]) { method #breakEdge (line 13227) | #breakEdge(edge) { class Outline (line 13260) | class Outline { method toSVGPath (line 13261) | toSVGPath() { method box (line 13264) | get box() { method serialize (line 13267) | serialize(_bbox, _rotation) { method free (line 13270) | get free() { class HighlightOutline (line 13274) | class HighlightOutline extends Outline { method constructor (line 13277) | constructor(outlines, box) { method toSVGPath (line 13282) | toSVGPath() { method serialize (line 13302) | serialize([blX, blY, trX, trY], _rotation) { method box (line 13316) | get box() { class FreeOutliner (line 13320) | class FreeOutliner { method constructor (line 13337) | constructor({ method free (line 13351) | get free() { method isEmpty (line 13354) | isEmpty() { method #getLastCoords (line 13357) | #getLastCoords() { method add (line 13363) | add({ method toSVGPath (line 13421) | toSVGPath() { method getOutlines (line 13454) | getOutlines() { class FreeHighlightOutline (line 13502) | class FreeHighlightOutline extends Outline { method constructor (line 13510) | constructor(outline, points, box, scaleFactor, innerMargin, isLTR) { method toSVGPath (line 13534) | toSVGPath() { method serialize (line 13546) | serialize([blX, blY, trX, trY], rotation) { method #rescale (line 13574) | #rescale(src, tx, ty, sx, sy) { method #rescaleAndSwap (line 13582) | #rescaleAndSwap(src, tx, ty, sx, sy) { method #computeMinMax (line 13590) | #computeMinMax(isLTR) { method box (line 13641) | get box() { method getNewOutline (line 13644) | getNewOutline(thickness, innerMargin) { class EditorToolbar (line 13682) | class EditorToolbar { method constructor (line 13687) | constructor(editor) { method render (line 13690) | render() { method #pointerDown (line 13711) | static #pointerDown(e) { method #focusIn (line 13714) | #focusIn(e) { method #focusOut (line 13719) | #focusOut(e) { method #addListenersToElement (line 13724) | #addListenersToElement(element) { method hide (line 13733) | hide() { method show (line 13737) | show() { method #addDeleteButton (line 13740) | #addDeleteButton() { method #divider (line 13751) | get #divider() { method addAltTextButton (line 13756) | addAltTextButton(button) { method addColorPicker (line 13760) | addColorPicker(colorPicker) { method remove (line 13766) | remove() { class HighlightToolbar (line 13772) | class HighlightToolbar { method constructor (line 13776) | constructor(uiManager) { method #render (line 13779) | #render() { method #getLastPoint (line 13790) | #getLastPoint(boxes, isLTR) { method show (line 13814) | show(parent, boxes, isLTR) { method hide (line 13823) | hide() { method #addHighlightButton (line 13826) | #addHighlightButton() { function bindEvents (line 13863) | function bindEvents(obj, element, names) { function opacityToHex (line 13868) | function opacityToHex(opacity) { class IdManager (line 13871) | class IdManager { method constructor (line 13873) | constructor() {} method id (line 13874) | get id() { class ImageManager (line 13878) | class ImageManager { method _isSVGFittingCanvas (line 13882) | static get _isSVGFittingCanvas() { method #get (line 13894) | async #get(key, rawData) { method getFromFile (line 13950) | async getFromFile(file) { method getFromUrl (line 13959) | async getFromUrl(url) { method getFromId (line 13962) | async getFromId(id) { method getSvgUrl (line 13977) | getSvgUrl(id) { method deleteId (line 13984) | deleteId(id) { method isValidId (line 13996) | isValidId(id) { class CommandManager (line 14000) | class CommandManager { method constructor (line 14005) | constructor(maxSize = 128) { method add (line 14008) | add({ method undo (line 14055) | undo() { method redo (line 14069) | redo() { method hasSomethingToUndo (line 14082) | hasSomethingToUndo() { method hasSomethingToRedo (line 14085) | hasSomethingToRedo() { method destroy (line 14088) | destroy() { class KeyboardManager (line 14092) | class KeyboardManager { method constructor (line 14093) | constructor(callbacks) { method #serialize (line 14119) | #serialize(event) { method exec (line 14137) | exec(self, event) { class ColorManager (line 14163) | class ColorManager { method _colors (line 14165) | get _colors() { method convert (line 14170) | convert(color) { method getHexCode (line 14182) | getHexCode(name) { class AnnotationEditorUIManager (line 14190) | class AnnotationEditorUIManager { method _keyboardManager (line 14246) | static get _keyboardManager() { method constructor (line 14304) | constructor(container, viewer, altTextManager, eventBus, pdfDocument, ... method destroy (line 14327) | destroy() { method mlGuess (line 14356) | async mlGuess(data) { method hasMLManager (line 14359) | get hasMLManager() { method hcmFilter (line 14362) | get hcmFilter() { method direction (line 14365) | get direction() { method highlightColors (line 14368) | get highlightColors() { method highlightColorNames (line 14371) | get highlightColorNames() { method setMainHighlightColorPicker (line 14374) | setMainHighlightColorPicker(colorPicker) { method editAltText (line 14377) | editAltText(editor) { method onPageChanging (line 14380) | onPageChanging({ method focusMainContainer (line 14385) | focusMainContainer() { method findParent (line 14388) | findParent(x, y) { method disableUserSelect (line 14402) | disableUserSelect(value = false) { method addShouldRescale (line 14405) | addShouldRescale(editor) { method removeShouldRescale (line 14408) | removeShouldRescale(editor) { method onScaleChanging (line 14411) | onScaleChanging({ method onRotationChanging (line 14420) | onRotationChanging({ method #getAnchorElementForSelection (line 14426) | #getAnchorElementForSelection({ method highlightSelection (line 14431) | highlightSelection(methodOfCreation = "") { method #displayHighlightToolbar (line 14475) | #displayHighlightToolbar() { method addToAnnotationStorage (line 14489) | addToAnnotationStorage(editor) { method #selectionChange (line 14494) | #selectionChange() { method #onSelectEnd (line 14551) | #onSelectEnd(methodOfCreation = "") { method #addSelectionListener (line 14558) | #addSelectionListener() { method #removeSelectionListener (line 14561) | #removeSelectionListener() { method #addFocusManager (line 14564) | #addFocusManager() { method #removeFocusManager (line 14568) | #removeFocusManager() { method blur (line 14572) | blur() { method focus (line 14592) | focus() { method #addKeyboardManager (line 14605) | #addKeyboardManager() { method #removeKeyboardManager (line 14609) | #removeKeyboardManager() { method #addCopyPasteListeners (line 14613) | #addCopyPasteListeners() { method #removeCopyPasteListeners (line 14618) | #removeCopyPasteListeners() { method addEditListeners (line 14623) | addEditListeners() { method removeEditListeners (line 14627) | removeEditListeners() { method copy (line 14631) | copy(event) { method cut (line 14649) | cut(event) { method paste (line 14653) | paste(event) { method keydown (line 14710) | keydown(event) { method keyup (line 14718) | keyup(event) { method onEditingAction (line 14727) | onEditingAction({ method #dispatchUpdateStates (line 14742) | #dispatchUpdateStates(details) { method #dispatchUpdateUI (line 14754) | #dispatchUpdateUI(details) { method setEditingState (line 14760) | setEditingState(isEditing) { method registerEditorTypes (line 14780) | registerEditorTypes(types) { method getId (line 14789) | getId() { method currentLayer (line 14792) | get currentLayer() { method getLayer (line 14795) | getLayer(pageIndex) { method currentPageIndex (line 14798) | get currentPageIndex() { method addLayer (line 14801) | addLayer(layer) { method removeLayer (line 14809) | removeLayer(layer) { method updateMode (line 14812) | updateMode(mode, editId = null, isFromKeyboard = false) { method addNewEditorFromKeyboard (line 14843) | addNewEditorFromKeyboard() { method updateToolbar (line 14848) | updateToolbar(mode) { method updateParams (line 14857) | updateParams(type, value) { method showAllEditors (line 14890) | showAllEditors(type, visible, updateButton = false) { method enableWaiting (line 14901) | enableWaiting(mustWait = false) { method #enableAll (line 14915) | #enableAll() { method #disableAll (line 14926) | #disableAll() { method getEditors (line 14938) | getEditors(pageIndex) { method getEditor (line 14947) | getEditor(id) { method addEditor (line 14950) | addEditor(editor) { method removeEditor (line 14953) | removeEditor(editor) { method addDeletedAnnotationElement (line 14969) | addDeletedAnnotationElement(editor) { method isDeletedAnnotationElement (line 14974) | isDeletedAnnotationElement(annotationElementId) { method removeDeletedAnnotationElement (line 14977) | removeDeletedAnnotationElement(editor) { method #addEditorToLayer (line 14982) | #addEditorToLayer(editor) { method setActiveEditor (line 14991) | setActiveEditor(editor) { method #lastSelectedEditor (line 15000) | get #lastSelectedEditor() { method updateUI (line 15005) | updateUI(editor) { method toggleSelected (line 15010) | toggleSelected(editor) { method setSelected (line 15026) | setSelected(editor) { method isSelected (line 15040) | isSelected(editor) { method firstSelectedEditor (line 15043) | get firstSelectedEditor() { method unselect (line 15046) | unselect(editor) { method hasSelection (line 15053) | get hasSelection() { method isEnterHandled (line 15056) | get isEnterHandled() { method undo (line 15059) | undo() { method redo (line 15067) | redo() { method addCommands (line 15075) | addCommands(params) { method #isEmpty (line 15083) | #isEmpty() { method delete (line 15094) | delete() { method commitOrRemove (line 15116) | commitOrRemove() { method hasSomethingToControl (line 15119) | hasSomethingToControl() { method #selectEditors (line 15122) | #selectEditors(editors) { method selectAll (line 15138) | selectAll() { method unselectAll (line 15144) | unselectAll() { method translateSelectedEditors (line 15162) | translateSelectedEditors(x, y, noCommit = false) { method setUpDragSession (line 15202) | setUpDragSession() { method endDragSession (line 15219) | endDragSession() { method dragSelectedEditors (line 15275) | dragSelectedEditors(tx, ty) { method rebuild (line 15283) | rebuild(editor) { method isEditorHandlingKeyboard (line 15298) | get isEditorHandlingKeyboard() { method isActive (line 15301) | isActive(editor) { method getActive (line 15304) | getActive() { method getMode (line 15307) | getMode() { method imageManager (line 15310) | get imageManager() { method getSelectionBoxes (line 15313) | getSelectionBoxes(textLayer) { method addChangedExistingAnnotation (line 15384) | addChangedExistingAnnotation({ method removeChangedExistingAnnotation (line 15390) | removeChangedExistingAnnotation({ method renderAnnotationElement (line 15395) | renderAnnotationElement(annotation) { function createFetchOptions (line 15424) | function createFetchOptions(headers, withCredentials, abortController) { function createHeaders (line 15434) | function createHeaders(httpHeaders) { function getArrayBuffer (line 15445) | function getArrayBuffer(val) { class PDFFetchStream (line 15455) | class PDFFetchStream { method constructor (line 15456) | constructor(source) { method _progressiveDataLength (line 15463) | get _progressiveDataLength() { method getFullReader (line 15466) | getFullReader() { method getRangeReader (line 15471) | getRangeReader(begin, end) { method cancelAllRequests (line 15479) | cancelAllRequests(reason) { class PDFFetchStreamReader (line 15486) | class PDFFetchStreamReader { method constructor (line 15487) | constructor(stream) { method headersReady (line 15531) | get headersReady() { method filename (line 15534) | get filename() { method contentLength (line 15537) | get contentLength() { method isRangeSupported (line 15540) | get isRangeSupported() { method isStreamingSupported (line 15543) | get isStreamingSupported() { method read (line 15546) | async read() { method cancel (line 15568) | cancel(reason) { class PDFFetchStreamRangeReader (line 15573) | class PDFFetchStreamRangeReader { method constructor (line 15574) | constructor(stream, begin, end) { method isStreamingSupported (line 15595) | get isStreamingSupported() { method read (line 15598) | async read() { method cancel (line 15619) | cancel(reason) { class FontLoader (line 15637) | class FontLoader { method constructor (line 15639) | constructor({ method addNativeFontFace (line 15649) | addNativeFontFace(nativeFontFace) { method removeNativeFontFace (line 15653) | removeNativeFontFace(nativeFontFace) { method insertRule (line 15657) | insertRule(rule) { method clear (line 15665) | clear() { method loadSystemFont (line 15676) | async loadSystemFont({ method bind (line 15704) | async bind(font) { method isFontLoadingAPISupported (line 15739) | get isFontLoadingAPISupported() { method isSyncFontLoadingSupported (line 15743) | get isSyncFontLoadingSupported() { method _queueLoadingCallback (line 15752) | _queueLoadingCallback(callback) { method _loadTestFont (line 15772) | get _loadTestFont() { method _prepareFontLoadEvent (line 15776) | _prepareFontLoadEvent(font, request) { class FontFaceObject (line 15841) | class FontFaceObject { method constructor (line 15842) | constructor(translatedData, { method createNativeFontFace (line 15855) | createNativeFontFace() { method createFontFaceRule (line 15874) | createFontFaceRule() { method getPathGenerator (line 15893) | getPathGenerator(objs, character) { class Metadata (line 15987) | class Metadata { method constructor (line 15990) | constructor({ method getRaw (line 15997) | getRaw() { method get (line 16000) | get(name) { method getAll (line 16003) | getAll() { method has (line 16006) | has(name) { function getArrayBuffer (line 16026) | function getArrayBuffer(xhr) { class NetworkManager (line 16033) | class NetworkManager { method constructor (line 16034) | constructor(url, args = {}) { method requestRange (line 16042) | requestRange(begin, end, listeners) { method requestFull (line 16052) | requestFull(listeners) { method request (line 16055) | request(args) { method onProgress (line 16091) | onProgress(xhrId, evt) { method onStateChange (line 16098) | onStateChange(xhrId, evt) { method getRequestXhr (line 16142) | getRequestXhr(xhrId) { method isPendingRequest (line 16145) | isPendingRequest(xhrId) { method abortRequest (line 16148) | abortRequest(xhrId) { class PDFNetworkStream (line 16154) | class PDFNetworkStream { method constructor (line 16155) | constructor(source) { method _onRangeRequestReaderClosed (line 16165) | _onRangeRequestReaderClosed(reader) { method getFullReader (line 16171) | getFullReader() { method getRangeReader (line 16176) | getRangeReader(begin, end) { method cancelAllRequests (line 16182) | cancelAllRequests(reason) { class PDFNetworkStreamFullRequestReader (line 16189) | class PDFNetworkStreamFullRequestReader { method constructor (line 16190) | constructor(manager, source) { method _onHeadersReceived (line 16216) | _onHeadersReceived() { method _onDone (line 16239) | _onDone(data) { method _onError (line 16263) | _onError(status) { method _onProgress (line 16272) | _onProgress(evt) { method filename (line 16278) | get filename() { method isRangeSupported (line 16281) | get isRangeSupported() { method isStreamingSupported (line 16284) | get isStreamingSupported() { method contentLength (line 16287) | get contentLength() { method headersReady (line 16290) | get headersReady() { method read (line 16293) | async read() { method cancel (line 16314) | cancel(reason) { class PDFNetworkStreamRangeRequestReader (line 16330) | class PDFNetworkStreamRangeRequestReader { method constructor (line 16331) | constructor(manager, begin, end) { method _close (line 16347) | _close() { method _onDone (line 16350) | _onDone(data) { method _onError (line 16371) | _onError(status) { method _onProgress (line 16379) | _onProgress(evt) { method isStreamingSupported (line 16386) | get isStreamingSupported() { method read (line 16389) | async read() { method cancel (line 16411) | cancel(reason) { function getFilenameFromContentDispositionHeader (line 16446) | function getFilenameFromContentDispositionHeader(contentDisposition) { function validateRangeRequestCapabilities (line 16581) | function validateRangeRequestCapabilities({ function extractFilenameFromHeader (line 16612) | function extractFilenameFromHeader(getResponseHeader) { function createResponseStatusError (line 16627) | function createResponseStatusError(status, url) { function validateResponseStatus (line 16633) | function validateResponseStatus(status) { function parseUrl (line 16659) | function parseUrl(sourceUrl) { class PDFNodeStream (line 16672) | class PDFNodeStream { method constructor (line 16673) | constructor(source) { method _progressiveDataLength (line 16682) | get _progressiveDataLength() { method getFullReader (line 16685) | getFullReader() { method getRangeReader (line 16690) | getRangeReader(start, end) { method cancelAllRequests (line 16698) | cancelAllRequests(reason) { class BaseFullReader (line 16705) | class BaseFullReader { method constructor (line 16706) | constructor(stream) { method headersReady (line 16726) | get headersReady() { method filename (line 16729) | get filename() { method contentLength (line 16732) | get contentLength() { method isRangeSupported (line 16735) | get isRangeSupported() { method isStreamingSupported (line 16738) | get isStreamingSupported() { method read (line 16741) | async read() { method cancel (line 16768) | cancel(reason) { method _error (line 16775) | _error(reason) { method _setReadableStream (line 16779) | _setReadableStream(readableStream) { class BaseRangeReader (line 16800) | class BaseRangeReader { method constructor (line 16801) | constructor(stream) { method isStreamingSupported (line 16812) | get isStreamingSupported() { method read (line 16815) | async read() { method cancel (line 16841) | cancel(reason) { method _error (line 16848) | _error(reason) { method _setReadableStream (line 16852) | _setReadableStream(readableStream) { function createRequestOptions (line 16870) | function createRequestOptions(parsedUrl, headers) { class PDFNodeStreamFullReader (line 16881) | class PDFNodeStreamFullReader extends BaseFullReader { method constructor (line 16882) | constructor(stream) { class PDFNodeStreamRangeReader (line 16920) | class PDFNodeStreamRangeReader extends BaseRangeReader { method constructor (line 16921) | constructor(stream, start, end) { class PDFNodeStreamFsFullReader (line 16952) | class PDFNodeStreamFsFullReader extends BaseFullReader { method constructor (line 16953) | constructor(stream) { class PDFNodeStreamFsRangeReader (line 16972) | class PDFNodeStreamFsRangeReader extends BaseRangeReader { method constructor (line 16973) | constructor(stream, start, end) { class NodeFilterFactory (line 17018) | class NodeFilterFactory extends _base_factory_js__WEBPACK_IMPORTED_MODUL... class NodeCanvasFactory (line 17019) | class NodeCanvasFactory extends _base_factory_js__WEBPACK_IMPORTED_MODUL... method _createCanvas (line 17020) | _createCanvas(width, height) { class NodeCMapReaderFactory (line 17024) | class NodeCMapReaderFactory extends _base_factory_js__WEBPACK_IMPORTED_M... method _fetchData (line 17025) | _fetchData(url, compressionType) { class NodeStandardFontDataFactory (line 17032) | class NodeStandardFontDataFactory extends _base_factory_js__WEBPACK_IMPO... method _fetchData (line 17033) | _fetchData(url) { class OptionalContentGroup (line 17054) | class OptionalContentGroup { method constructor (line 17059) | constructor(renderingIntent, { method visible (line 17070) | get visible() { method _setVisible (line 17088) | _setVisible(internal, visible, userSet = false) { class OptionalContentConfig (line 17096) | class OptionalContentConfig { method constructor (line 17101) | constructor(data, renderingIntent = _shared_util_js__WEBPACK_IMPORTED_... method #evaluateVisibilityExpression (line 17127) | #evaluateVisibilityExpression(array) { method isVisible (line 17163) | isVisible(group) { method setVisibility (line 17232) | setVisibility(id, visible = true) { method setOCGState (line 17241) | setOCGState({ method hasInitialVisibility (line 17272) | get hasInitialVisibility() { method getOrder (line 17275) | getOrder() { method getGroups (line 17284) | getGroups() { method getGroup (line 17287) | getGroup(id) { method getHash (line 17290) | getHash() { function getCtx (line 17323) | function getCtx() { function cleanupTextLayer (line 17334) | function cleanupTextLayer() { function getAscent (line 17338) | function getAscent(fontFamily) { function appendText (line 17388) | function appendText(task, geom, styles) { function layout (line 17454) | function layout(params) { function render (line 17494) | function render(task) { class TextLayerRenderTask (line 17512) | class TextLayerRenderTask { method constructor (line 17513) | constructor({ method promise (line 17553) | get promise() { method cancel (line 17556) | cancel() { method _processItems (line 17564) | _processItems(items, styleCache) { method _layoutText (line 17584) | _layoutText(textDiv) { method _render (line 17597) | _render() { function renderTextLayer (line 17637) | function renderTextLayer(params) { function updateTextLayer (line 17642) | function updateTextLayer({ class PDFDataTransportStream (line 17687) | class PDFDataTransportStream { method constructor (line 17688) | constructor(pdfDataRangeTransport, { method _onReceiveData (line 17734) | _onReceiveData({ method _progressiveDataLength (line 17756) | get _progressiveDataLength() { method _onProgress (line 17759) | _onProgress(evt) { method _onProgressiveDone (line 17771) | _onProgressiveDone() { method _removeRangeReader (line 17775) | _removeRangeReader(reader) { method getFullReader (line 17781) | getFullReader() { method getRangeReader (line 17787) | getRangeReader(begin, end) { method cancelAllRequests (line 17796) | cancelAllRequests(reason) { class PDFDataTransportStreamReader (line 17804) | class PDFDataTransportStreamReader { method constructor (line 17805) | constructor(stream, queuedChunks, progressiveDone = false, contentDisp... method _enqueue (line 17819) | _enqueue(chunk) { method headersReady (line 17834) | get headersReady() { method filename (line 17837) | get filename() { method isRangeSupported (line 17840) | get isRangeSupported() { method isStreamingSupported (line 17843) | get isStreamingSupported() { method contentLength (line 17846) | get contentLength() { method read (line 17849) | async read() { method cancel (line 17867) | cancel(reason) { method progressiveDone (line 17877) | progressiveDone() { class PDFDataTransportStreamRangeReader (line 17884) | class PDFDataTransportStreamRangeReader { method constructor (line 17885) | constructor(stream, begin, end) { method _enqueue (line 17894) | _enqueue(chunk) { method isStreamingSupported (line 17917) | get isStreamingSupported() { method read (line 17920) | async read() { method cancel (line 17939) | cancel(reason) { class GlobalWorkerOptions (line 17961) | class GlobalWorkerOptions { method workerPort (line 17964) | static get workerPort() { method workerPort (line 17967) | static set workerPort(val) { method workerSrc (line 17973) | static get workerSrc() { method workerSrc (line 17976) | static set workerSrc(val) { class XfaLayer (line 17995) | class XfaLayer { method setupStorage (line 17996) | static setupStorage(html, id, element, storage, intent) { method setAttributes (line 18064) | static setAttributes({ method render (line 18112) | static render(parameters) { method update (line 18197) | static update(parameters) { class XfaText (line 18213) | class XfaText { method textContent (line 18214) | static textContent(xfa) { method shouldBuildText (line 18250) | static shouldBuildText(name) { function wrapReason (line 18367) | function wrapReason(reason) { class MessageHandler (line 18386) | class MessageHandler { method constructor (line 18387) | constructor(sourceName, targetName, comObj) { method on (line 18458) | on(actionName, handler) { method send (line 18465) | send(actionName, data, transfers) { method sendWithPromise (line 18473) | sendWithPromise(actionName, data, transfers) { method sendWithStream (line 18490) | sendWithStream(actionName, data, queueingStrategy, transfers) { method #createStreamSink (line 18543) | #createStreamSink(data) { method #processStreamMessage (line 18626) | #processStreamMessage(data) { method #deleteStreamController (line 18743) | async #deleteStreamController(streamController, streamId) { method destroy (line 18747) | destroy() { class MurmurHash3_64 (line 18764) | class MurmurHash3_64 { method constructor (line 18765) | constructor(seed) { method update (line 18769) | update(input) { method hexdigest (line 18839) | hexdigest() { function setVerbosityLevel (line 19184) | function setVerbosityLevel(level) { function getVerbosityLevel (line 19189) | function getVerbosityLevel() { function info (line 19192) | function info(msg) { function warn (line 19197) | function warn(msg) { function unreachable (line 19202) | function unreachable(msg) { function assert (line 19205) | function assert(cond, msg) { function _isValidProtocol (line 19210) | function _isValidProtocol(url) { function createValidAbsoluteUrl (line 19222) | function createValidAbsoluteUrl(url, baseUrl = null, options = null) { function shadow (line 19247) | function shadow(obj, prop, value, nonSerializable = false) { function BaseException (line 19257) | function BaseException(message, name) { class PasswordException (line 19268) | class PasswordException extends BaseException { method constructor (line 19269) | constructor(msg, code) { class UnknownErrorException (line 19274) | class UnknownErrorException extends BaseException { method constructor (line 19275) | constructor(msg, details) { class InvalidPDFException (line 19280) | class InvalidPDFException extends BaseException { method constructor (line 19281) | constructor(msg) { class MissingPDFException (line 19285) | class MissingPDFException extends BaseException { method constructor (line 19286) | constructor(msg) { class UnexpectedResponseException (line 19290) | class UnexpectedResponseException extends BaseException { method constructor (line 19291) | constructor(msg, status) { class FormatError (line 19296) | class FormatError extends BaseException { method constructor (line 19297) | constructor(msg) { class AbortException (line 19301) | class AbortException extends BaseException { method constructor (line 19302) | constructor(msg) { function bytesToString (line 19306) | function bytesToString(bytes) { function stringToBytes (line 19323) | function stringToBytes(str) { function string32 (line 19334) | function string32(value) { function objectSize (line 19337) | function objectSize(obj) { function objectFromMap (line 19340) | function objectFromMap(map) { function isLittleEndian (line 19347) | function isLittleEndian() { function isEvalSupported (line 19353) | function isEvalSupported() { class FeatureTest (line 19361) | class FeatureTest { method isLittleEndian (line 19362) | static get isLittleEndian() { method isEvalSupported (line 19365) | static get isEvalSupported() { method isOffscreenCanvasSupported (line 19368) | static get isOffscreenCanvasSupported() { method platform (line 19371) | static get platform() { method isCSSRoundSupported (line 19381) | static get isCSSRoundSupported() { class Util (line 19386) | class Util { method makeHexColor (line 19387) | static makeHexColor(r, g, b) { method scaleMinMax (line 19390) | static scaleMinMax(transform, minMax) { method transform (line 19434) | static transform(m1, m2) { method applyTransform (line 19437) | static applyTransform(p, m) { method applyInverseTransform (line 19442) | static applyInverseTransform(p, m) { method getAxialAlignedBoundingBox (line 19448) | static getAxialAlignedBoundingBox(r, m) { method inverseTransform (line 19455) | static inverseTransform(m) { method singularValueDecompose2dScale (line 19459) | static singularValueDecompose2dScale(m) { method normalizeRect (line 19471) | static normalizeRect(rect) { method intersect (line 19483) | static intersect(rect1, rect2) { method #getExtremumOnCurve (line 19496) | static #getExtremumOnCurve(x0, x1, x2, x3, y0, y1, y2, y3, t, minMax) { method #getExtremum (line 19510) | static #getExtremum(x0, x1, x2, x3, y0, y1, y2, y3, a, b, c, minMax) { method bezierBoundingBox (line 19526) | static bezierBoundingBox(x0, y0, x1, y1, x2, y2, x3, y3, minMax) { function stringToPDFString (line 19541) | function stringToPDFString(str) { function stringToUTF8String (line 19585) | function stringToUTF8String(str) { function utf8StringToString (line 19588) | function utf8StringToString(str) { function isArrayEqual (line 19591) | function isArrayEqual(arr1, arr2) { function getModificationDate (line 19602) | function getModificationDate(date = new Date()) { function normalizeUnicode (line 19608) | function normalizeUnicode(str) { function getUuid (line 19615) | function getUuid() { function __webpack_require__ (line 19651) | function __webpack_require__(moduleId) { FILE: src/StaffWebUI/wwwroot/pdfjs-4.2.67-dist/build/pdf.sandbox.mjs function D (line 53) | function D(){var a=x.buffer;d.HEAP8=z=new Int8Array(a);d.HEAP16=new Int1... function ba (line 53) | function ba(){var a=d.preRun.shift();E.unshift(a);} function w (line 53) | function w(a){d.onAbort?.(a);a="Aborted("+a+")";u(a);y=!0;a=new WebAssem... function ca (line 53) | function ca(){var a=L;return Promise.resolve().then(()=>{if(a==L&&v)var ... function da (line 53) | function da(a,b){return ca().then(c=>WebAssembly.instantiate(c,a)).then(... function ea (line 53) | function ea(a,b){return da(a,b);} function U (line 53) | function U(){} function e (line 53) | function e(t){return(t=t.toTimeString().match(/\(([A-Za-z ]+)\)$/))?t[1]... function a (line 53) | function a(c){X=c.exports;x=X.m;D();F.unshift(X.n);H--;d.monitorRunDepen... function na (line 53) | function na(){function a(){if(!Z&&(Z=!0,d.calledRun=!0,!y)){N(F);k(d);if... class SandboxSupportBase (line 55) | class SandboxSupportBase { method constructor (line 56) | constructor(win) { method destroy (line 61) | destroy() { method exportValueToSandbox (line 68) | exportValueToSandbox(val) { method importValueFromSandbox (line 71) | importValueFromSandbox(val) { method createErrorForSandbox (line 74) | createErrorForSandbox(errorMessage) { method callSandboxFunction (line 77) | callSandboxFunction(name, args) { method createSandboxExternals (line 85) | createSandboxExternals() { class SandboxSupport (line 172) | class SandboxSupport extends SandboxSupportBase { method exportValueToSandbox (line 173) | exportValueToSandbox(val) { method importValueFromSandbox (line 176) | importValueFromSandbox(val) { method createErrorForSandbox (line 179) | createErrorForSandbox(errorMessage) { class Sandbox (line 183) | class Sandbox { method constructor (line 184) | constructor(win, module) { method create (line 190) | create(data) { method dispatchEvent (line 214) | dispatchEvent(event) { method dumpMemoryUse (line 217) | dumpMemoryUse() { method nukeSandbox (line 220) | nukeSandbox() { method evalForTesting (line 228) | evalForTesting(code, key) { function QuickJSSandbox (line 232) | function QuickJSSandbox() { FILE: src/StaffWebUI/wwwroot/pdfjs-4.2.67-dist/build/pdf.worker.mjs constant IDENTITY_MATRIX (line 54) | const IDENTITY_MATRIX = [1, 0, 0, 1, 0, 0]; constant FONT_IDENTITY_MATRIX (line 55) | const FONT_IDENTITY_MATRIX = [0.001, 0, 0, 0.001, 0, 0]; constant MAX_IMAGE_SIZE_TO_CACHE (line 56) | const MAX_IMAGE_SIZE_TO_CACHE = 10e6; constant LINE_FACTOR (line 57) | const LINE_FACTOR = 1.35; constant LINE_DESCENT_FACTOR (line 58) | const LINE_DESCENT_FACTOR = 0.35; constant BASELINE_FACTOR (line 59) | const BASELINE_FACTOR = LINE_DESCENT_FACTOR / LINE_FACTOR; constant OPS (line 235) | const OPS = { function setVerbosityLevel (line 330) | function setVerbosityLevel(level) { function getVerbosityLevel (line 335) | function getVerbosityLevel() { function info (line 338) | function info(msg) { function warn (line 343) | function warn(msg) { function unreachable (line 348) | function unreachable(msg) { function assert (line 351) | function assert(cond, msg) { function _isValidProtocol (line 356) | function _isValidProtocol(url) { function createValidAbsoluteUrl (line 368) | function createValidAbsoluteUrl(url, baseUrl = null, options = null) { function shadow (line 393) | function shadow(obj, prop, value, nonSerializable = false) { function BaseException (line 403) | function BaseException(message, name) { class PasswordException (line 414) | class PasswordException extends BaseException { method constructor (line 415) | constructor(msg, code) { class UnknownErrorException (line 420) | class UnknownErrorException extends BaseException { method constructor (line 421) | constructor(msg, details) { class InvalidPDFException (line 426) | class InvalidPDFException extends BaseException { method constructor (line 427) | constructor(msg) { class MissingPDFException (line 431) | class MissingPDFException extends BaseException { method constructor (line 432) | constructor(msg) { class UnexpectedResponseException (line 436) | class UnexpectedResponseException extends BaseException { method constructor (line 437) | constructor(msg, status) { class FormatError (line 442) | class FormatError extends BaseException { method constructor (line 443) | constructor(msg) { class AbortException (line 447) | class AbortException extends BaseException { method constructor (line 448) | constructor(msg) { function bytesToString (line 452) | function bytesToString(bytes) { function stringToBytes (line 469) | function stringToBytes(str) { function string32 (line 480) | function string32(value) { function objectSize (line 483) | function objectSize(obj) { function objectFromMap (line 486) | function objectFromMap(map) { function isLittleEndian (line 493) | function isLittleEndian() { function isEvalSupported (line 499) | function isEvalSupported() { class FeatureTest (line 507) | class FeatureTest { method isLittleEndian (line 508) | static get isLittleEndian() { method isEvalSupported (line 511) | static get isEvalSupported() { method isOffscreenCanvasSupported (line 514) | static get isOffscreenCanvasSupported() { method platform (line 517) | static get platform() { method isCSSRoundSupported (line 527) | static get isCSSRoundSupported() { class Util (line 532) | class Util { method makeHexColor (line 533) | static makeHexColor(r, g, b) { method scaleMinMax (line 536) | static scaleMinMax(transform, minMax) { method transform (line 580) | static transform(m1, m2) { method applyTransform (line 583) | static applyTransform(p, m) { method applyInverseTransform (line 588) | static applyInverseTransform(p, m) { method getAxialAlignedBoundingBox (line 594) | static getAxialAlignedBoundingBox(r, m) { method inverseTransform (line 601) | static inverseTransform(m) { method singularValueDecompose2dScale (line 605) | static singularValueDecompose2dScale(m) { method normalizeRect (line 617) | static normalizeRect(rect) { method intersect (line 629) | static intersect(rect1, rect2) { method #getExtremumOnCurve (line 642) | static #getExtremumOnCurve(x0, x1, x2, x3, y0, y1, y2, y3, t, minMax) { method #getExtremum (line 656) | static #getExtremum(x0, x1, x2, x3, y0, y1, y2, y3, a, b, c, minMax) { method bezierBoundingBox (line 672) | static bezierBoundingBox(x0, y0, x1, y1, x2, y2, x3, y3, minMax) { function stringToPDFString (line 687) | function stringToPDFString(str) { function stringToUTF8String (line 731) | function stringToUTF8String(str) { function utf8StringToString (line 734) | function utf8StringToString(str) { function isArrayEqual (line 737) | function isArrayEqual(arr1, arr2) { function getModificationDate (line 748) | function getModificationDate(date = new Date()) { function normalizeUnicode (line 754) | function normalizeUnicode(str) { function getUuid (line 761) | function getUuid() { constant CIRCULAR_REF (line 790) | const CIRCULAR_REF = Symbol("CIRCULAR_REF"); constant EOF (line 791) | const EOF = Symbol("EOF"); function clearPrimitiveCaches (line 795) | function clearPrimitiveCaches() { class Name (line 800) | class Name { method constructor (line 801) | constructor(name) { method get (line 804) | static get(name) { class Cmd (line 808) | class Cmd { method constructor (line 809) | constructor(cmd) { method get (line 812) | static get(cmd) { class Dict (line 819) | class Dict { method constructor (line 820) | constructor(xref = null) { method assignXref (line 827) | assignXref(newXref) { method size (line 830) | get size() { method get (line 833) | get(key1, key2, key3) { method getAsync (line 846) | async getAsync(key1, key2, key3) { method getArray (line 859) | getArray(key1, key2, key3) { method getRaw (line 880) | getRaw(key) { method getKeys (line 883) | getKeys() { method getRawValues (line 886) | getRawValues() { method set (line 889) | set(key, value) { method has (line 892) | has(key) { method forEach (line 895) | forEach(callback) { method empty (line 900) | static get empty() { method merge (line 907) | static merge({ method clone (line 949) | clone() { class Ref (line 957) | class Ref { method constructor (line 958) | constructor(num, gen) { method toString (line 962) | toString() { method fromString (line 968) | static fromString(str) { method get (line 979) | static get(num, gen) { class RefSet (line 984) | class RefSet { method constructor (line 985) | constructor(parent = null) { method has (line 988) | has(ref) { method put (line 991) | put(ref) { method remove (line 994) | remove(ref) { method clear (line 1000) | clear() { method [Symbol.iterator] (line 997) | [Symbol.iterator]() { class RefSetCache (line 1004) | class RefSetCache { method constructor (line 1005) | constructor() { method size (line 1008) | get size() { method get (line 1011) | get(ref) { method has (line 1014) | has(ref) { method put (line 1017) | put(ref, obj) { method putAlias (line 1020) | putAlias(ref, aliasRef) { method clear (line 1026) | clear() { method items (line 1029) | *items() { method [Symbol.iterator] (line 1023) | [Symbol.iterator]() { function isName (line 1035) | function isName(v, name) { function isCmd (line 1038) | function isCmd(v, cmd) { function isDict (line 1041) | function isDict(v, type) { function isRefsEqual (line 1044) | function isRefsEqual(v1, v2) { class BaseStream (line 1050) | class BaseStream { method constructor (line 1051) | constructor() { method length (line 1056) | get length() { method isEmpty (line 1059) | get isEmpty() { method isDataLoaded (line 1062) | get isDataLoaded() { method getByte (line 1065) | getByte() { method getBytes (line 1068) | getBytes(length) { method peekByte (line 1071) | peekByte() { method peekBytes (line 1078) | peekBytes(length) { method getUint16 (line 1083) | getUint16() { method getInt32 (line 1091) | getInt32() { method getByteRange (line 1098) | getByteRange(begin, end) { method getString (line 1101) | getString(length) { method skip (line 1104) | skip(n) { method reset (line 1107) | reset() { method moveStart (line 1110) | moveStart() { method makeSubStream (line 1113) | makeSubStream(start, length, dict = null) { method getBaseStreams (line 1116) | getBaseStreams() { constant PDF_VERSION_REGEXP (line 1125) | const PDF_VERSION_REGEXP = /^[1-9]\.\d$/; function getLookupTableFactory (line 1126) | function getLookupTableFactory(initializer) { class MissingDataException (line 1137) | class MissingDataException extends BaseException { method constructor (line 1138) | constructor(begin, end) { class ParserEOFException (line 1144) | class ParserEOFException extends BaseException { method constructor (line 1145) | constructor(msg) { class XRefEntryException (line 1149) | class XRefEntryException extends BaseException { method constructor (line 1150) | constructor(msg) { class XRefParseException (line 1154) | class XRefParseException extends BaseException { method constructor (line 1155) | constructor(msg) { function arrayBuffersToBytes (line 1159) | function arrayBuffersToBytes(arr) { function getInheritableProperty (line 1180) | function getInheritableProperty({ constant ROMAN_NUMBER_MAP (line 1203) | const ROMAN_NUMBER_MAP = ["", "C", "CC", "CCC", "CD", "D", "DC", "DCC", ... function toRomanNumerals (line 1204) | function toRomanNumerals(number, lowerCase = false) { function log2 (line 1222) | function log2(x) { function readInt8 (line 1228) | function readInt8(data, offset) { function readUint16 (line 1231) | function readUint16(data, offset) { function readUint32 (line 1234) | function readUint32(data, offset) { function isWhiteSpace (line 1237) | function isWhiteSpace(ch) { function isNumberArray (line 1240) | function isNumberArray(arr, len) { function parseXFAPath (line 1243) | function parseXFAPath(path) { function escapePDFName (line 1259) | function escapePDFName(str) { function escapeString (line 1280) | function escapeString(str) { function _collectJS (line 1290) | function _collectJS(entry, xref, list, parents) { function collectActions (line 1327) | function collectActions(xref, dict, eventType) { function encodeToXmlString (line 1382) | function encodeToXmlString(str) { function validateFontName (line 1415) | function validateFontName(fontFamily, mustWarn = false) { function validateCSSFont (line 1437) | function validateCSSFont(cssFontInfo) { function recoverJsURL (line 1455) | function recoverJsURL(str) { function numberToString (line 1472) | function numberToString(value) { function getNewAnnotationsMap (line 1485) | function getNewAnnotationsMap(annotationStorage) { function isAscii (line 1503) | function isAscii(str) { function stringToUTF16HexString (line 1506) | function stringToUTF16HexString(str) { function stringToUTF16String (line 1514) | function stringToUTF16String(str, bigEndian = false) { function getRotationMatrix (line 1525) | function getRotationMatrix(rotation, width, height) { function getSizeInBytes (line 1537) | function getSizeInBytes(x) { class Stream (line 1544) | class Stream extends BaseStream { method constructor (line 1545) | constructor(arrayBuffer, start, length, dict) { method length (line 1553) | get length() { method isEmpty (line 1556) | get isEmpty() { method getByte (line 1559) | getByte() { method getBytes (line 1565) | getBytes(length) { method getByteRange (line 1579) | getByteRange(begin, end) { method reset (line 1588) | reset() { method moveStart (line 1591) | moveStart() { method makeSubStream (line 1594) | makeSubStream(start, length, dict = null) { class StringStream (line 1598) | class StringStream extends Stream { method constructor (line 1599) | constructor(str) { class NullStream (line 1603) | class NullStream extends Stream { method constructor (line 1604) | constructor() { class ChunkedStream (line 1613) | class ChunkedStream extends Stream { method constructor (line 1614) | constructor(length, chunkSize, manager) { method getMissingChunks (line 1623) | getMissingChunks() { method numChunksLoaded (line 1632) | get numChunksLoaded() { method isDataLoaded (line 1635) | get isDataLoaded() { method onReceiveData (line 1638) | onReceiveData(begin, chunk) { method onReceiveProgressiveData (line 1654) | onReceiveProgressiveData(data) { method ensureByte (line 1665) | ensureByte(pos) { method ensureRange (line 1681) | ensureRange(begin, end) { method nextEmptyChunk (line 1699) | nextEmptyChunk(beginChunk) { method hasChunk (line 1709) | hasChunk(chunk) { method getByte (line 1712) | getByte() { method getBytes (line 1722) | getBytes(length) { method getByteRange (line 1742) | getByteRange(begin, end) { method makeSubStream (line 1754) | makeSubStream(start, length, dict = null) { method getBaseStreams (line 1791) | getBaseStreams() { class ChunkedStreamManager (line 1795) | class ChunkedStreamManager { method constructor (line 1796) | constructor(pdfNetworkStream, args) { method sendRequest (line 1811) | sendRequest(begin, end) { method requestAllChunks (line 1853) | requestAllChunks(noFetch = false) { method _requestChunks (line 1860) | _requestChunks(chunks) { method getStream (line 1899) | getStream() { method requestRange (line 1902) | requestRange(begin, end) { method requestRanges (line 1912) | requestRanges(ranges = []) { method groupChunks (line 1928) | groupChunks(chunks) { method onProgress (line 1954) | onProgress(args) { method onReceiveData (line 1960) | onReceiveData(args) { method onError (line 2018) | onError(err) { method getBeginChunk (line 2021) | getBeginChunk(begin) { method getEndChunk (line 2024) | getEndChunk(end) { method abort (line 2027) | abort(reason) { function resizeRgbImage (line 2041) | function resizeRgbImage(src, dest, w1, h1, w2, h2, alpha01) { class ColorSpace (line 2064) | class ColorSpace { method constructor (line 2065) | constructor(name, numComps) { method getRgb (line 2072) | getRgb(src, srcOffset) { method getRgbItem (line 2077) | getRgbItem(src, srcOffset, dest, destOffset) { method getRgbBuffer (line 2080) | getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) { method getOutputLength (line 2083) | getOutputLength(inputLength, alpha01) { method isPassthrough (line 2086) | isPassthrough(bits) { method isDefaultDecode (line 2089) | isDefaultDecode(decodeMap, bpc) { method fillRgb (line 2092) | fillRgb(dest, originalWidth, originalHeight, width, height, actualHeig... method usesZeroToOneRange (line 2146) | get usesZeroToOneRange() { method _cache (line 2149) | static _cache(cacheKey, xref, localColorSpaceCache, parsedColorSpace) { method getCached (line 2168) | static getCached(cacheKey, xref, localColorSpaceCache) { method parseAsync (line 2193) | static async parseAsync({ method parse (line 2204) | static parse({ method _parse (line 2219) | static _parse(cs, xref, resources = null, pdfFunctionFactory) { method isDefaultDecode (line 2328) | static isDefaultDecode(decode, numComps) { method singletons (line 2343) | static get singletons() { class AlternateCS (line 2357) | class AlternateCS extends ColorSpace { method constructor (line 2358) | constructor(numComps, base, tintFn) { method getRgbItem (line 2364) | getRgbItem(src, srcOffset, dest, destOffset) { method getRgbBuffer (line 2369) | getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) { method getOutputLength (line 2400) | getOutputLength(inputLength, alpha01) { class PatternCS (line 2404) | class PatternCS extends ColorSpace { method constructor (line 2405) | constructor(baseCS) { method isDefaultDecode (line 2409) | isDefaultDecode(decodeMap, bpc) { class IndexedCS (line 2413) | class IndexedCS extends ColorSpace { method constructor (line 2414) | constructor(base, highVal, lookup) { method getRgbItem (line 2431) | getRgbItem(src, srcOffset, dest, destOffset) { method getRgbBuffer (line 2436) | getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) { method getOutputLength (line 2447) | getOutputLength(inputLength, alpha01) { method isDefaultDecode (line 2450) | isDefaultDecode(decodeMap, bpc) { class DeviceGrayCS (line 2465) | class DeviceGrayCS extends ColorSpace { method constructor (line 2466) | constructor() { method getRgbItem (line 2469) | getRgbItem(src, srcOffset, dest, destOffset) { method getRgbBuffer (line 2473) | getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) { method getOutputLength (line 2485) | getOutputLength(inputLength, alpha01) { class DeviceRgbCS (line 2489) | class DeviceRgbCS extends ColorSpace { method constructor (line 2490) | constructor() { method getRgbItem (line 2493) | getRgbItem(src, srcOffset, dest, destOffset) { method getRgbBuffer (line 2498) | getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) { method getOutputLength (line 2513) | getOutputLength(inputLength, alpha01) { method isPassthrough (line 2516) | isPassthrough(bits) { class DeviceCmykCS (line 2520) | class DeviceCmykCS extends ColorSpace { method constructor (line 2521) | constructor() { method #toRgb (line 2524) | #toRgb(src, srcOffset, srcScale, dest, destOffset) { method getRgbItem (line 2533) | getRgbItem(src, srcOffset, dest, destOffset) { method getRgbBuffer (line 2536) | getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) { method getOutputLength (line 2544) | getOutputLength(inputLength, alpha01) { class CalGrayCS (line 2548) | class CalGrayCS extends ColorSpace { method constructor (line 2549) | constructor(whitePoint, blackPoint, gamma) { method #toRgb (line 2572) | #toRgb(src, srcOffset, dest, destOffset, scale) { method getRgbItem (line 2581) | getRgbItem(src, srcOffset, dest, destOffset) { method getRgbBuffer (line 2584) | getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) { method getOutputLength (line 2592) | getOutputLength(inputLength, alpha01) { class CalRGBCS (line 2596) | class CalRGBCS extends ColorSpace { method constructor (line 2605) | constructor(whitePoint, blackPoint, gamma, matrix) { method #matrixProduct (line 2626) | #matrixProduct(a, b, result) { method #toFlat (line 2631) | #toFlat(sourceWhitePoint, LMS, result) { method #toD65 (line 2636) | #toD65(sourceWhitePoint, LMS, result) { method #sRGBTransferFunction (line 2644) | #sRGBTransferFunction(color) { method #adjustToRange (line 2653) | #adjustToRange(min, max, value) { method #decodeL (line 2656) | #decodeL(L) { method #compensateBlackPoint (line 2665) | #compensateBlackPoint(sourceBlackPoint, XYZ_Flat, result) { method #normalizeWhitePointToFlat (line 2689) | #normalizeWhitePointToFlat(sourceWhitePoint, XYZ_In, result) { method #normalizeWhitePointToD65 (line 2702) | #normalizeWhitePointToD65(sourceWhitePoint, XYZ_In, result) { method #toRgb (line 2709) | #toRgb(src, srcOffset, dest, destOffset, scale) { method getRgbItem (line 2735) | getRgbItem(src, srcOffset, dest, destOffset) { method getRgbBuffer (line 2738) | getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) { method getOutputLength (line 2746) | getOutputLength(inputLength, alpha01) { class LabCS (line 2750) | class LabCS extends ColorSpace { method constructor (line 2751) | constructor(whitePoint, blackPoint, range) { method #fn_g (line 2774) | #fn_g(x) { method #decode (line 2777) | #decode(value, high1, low2, high2) { method #toRgb (line 2780) | #toRgb(src, srcOffset, maxVal, dest, destOffset) { method getRgbItem (line 2819) | getRgbItem(src, srcOffset, dest, destOffset) { method getRgbBuffer (line 2822) | getRgbBuffer(src, srcOffset, count, dest, destOffset, bits, alpha01) { method getOutputLength (line 2830) | getOutputLength(inputLength, alpha01) { method isDefaultDecode (line 2833) | isDefaultDecode(decodeMap, bpc) { method usesZeroToOneRange (line 2836) | get usesZeroToOneRange() { function hexToInt (line 2843) | function hexToInt(a, size) { function hexToStr (line 2850) | function hexToStr(a, size) { function addHex (line 2859) | function addHex(a, b, size) { function incHex (line 2867) | function incHex(a, size) { constant MAX_NUM_SIZE (line 2875) | const MAX_NUM_SIZE = 16; constant MAX_ENCODED_NUM_SIZE (line 2876) | const MAX_ENCODED_NUM_SIZE = 19; class BinaryCMapStream (line 2877) | class BinaryCMapStream { method constructor (line 2878) | constructor(data) { method readByte (line 2884) | readByte() { method readNumber (line 2890) | readNumber() { method readSigned (line 2903) | readSigned() { method readHex (line 2907) | readHex(num, size) { method readHexNumber (line 2911) | readHexNumber(num, size) { method readHexSigned (line 2937) | readHexSigned(num, size) { method readString (line 2946) | readString() { class BinaryCMapReader (line 2955) | class BinaryCMapReader { method process (line 2956) | async process(data, cMap, extend) { class DecodeStream (line 3102) | class DecodeStream extends BaseStream { method constructor (line 3103) | constructor(maybeMinBufferLength) { method isEmpty (line 3117) | get isEmpty() { method ensureBuffer (line 3123) | ensureBuffer(requested) { method getByte (line 3136) | getByte() { method getBytes (line 3146) | getBytes(length, ignoreColorSpace = false) { method reset (line 3168) | reset() { method makeSubStream (line 3171) | makeSubStream(start, length, dict = null) { method getBaseStreams (line 3184) | getBaseStreams() { class StreamsSequenceStream (line 3188) | class StreamsSequenceStream extends DecodeStream { method constructor (line 3189) | constructor(streams, onError = null) { method readBlock (line 3198) | readBlock() { method getBaseStreams (line 3221) | getBaseStreams() { class Ascii85Stream (line 3236) | class Ascii85Stream extends DecodeStream { method constructor (line 3237) | constructor(str, maybeLength) { method readBlock (line 3246) | readBlock() { class AsciiHexStream (line 3302) | class AsciiHexStream extends DecodeStream { method constructor (line 3303) | constructor(str, maybeLength) { method readBlock (line 3312) | readBlock() { class CCITTFaxDecoder (line 3370) | class CCITTFaxDecoder { method constructor (line 3371) | constructor(source, options = {}) { method readNextChar (line 3406) | readNextChar() { method _addPixels (line 3696) | _addPixels(a1, blackPixels) { method _addPixelsNeg (line 3712) | _addPixelsNeg(a1, blackPixels) { method _findTableCode (line 3738) | _findTableCode(start, end, table, limit) { method _getTwoDimCode (line 3758) | _getTwoDimCode() { method _getWhiteCode (line 3777) | _getWhiteCode() { method _getBlackCode (line 3804) | _getBlackCode() { method _lookBits (line 3840) | _lookBits(n) { method _eatBits (line 3854) | _eatBits(n) { class CCITTFaxStream (line 3865) | class CCITTFaxStream extends DecodeStream { method constructor (line 3866) | constructor(str, maybeLength, params) { method readBlock (line 3888) | readBlock() { class FlateStream (line 3909) | class FlateStream extends DecodeStream { method constructor (line 3910) | constructor(str, maybeLength) { method getBits (line 3931) | getBits(bits) { method getCode (line 3948) | getCode(table) { method generateHuffmanTable (line 3972) | generateHuffmanTable(lengths) { method #endsStreamOnError (line 4001) | #endsStreamOnError(err) { method readBlock (line 4005) | readBlock() { class ArithmeticDecoder (line 4384) | class ArithmeticDecoder { method constructor (line 4385) | constructor(data, start, end) { method byteIn (line 4397) | byteIn() { method readBit (line 4421) | readBit(contexts, pos) { class Jbig2Error (line 4478) | class Jbig2Error extends BaseException { method constructor (line 4479) | constructor(msg) { class ContextCache (line 4483) | class ContextCache { method getContexts (line 4484) | getContexts(id) { class DecodingContext (line 4491) | class DecodingContext { method constructor (line 4492) | constructor(data, start, end) { method decoder (line 4497) | get decoder() { method contextCache (line 4501) | get contextCache() { constant MAX_INT_32 (line 4506) | const MAX_INT_32 = 2 ** 31 - 1; constant MIN_INT_32 (line 4507) | const MIN_INT_32 = -(2 ** 31); function decodeInteger (line 4508) | function decodeInteger(contextCache, procedure, decoder) { function decodeIAID (line 4533) | function decodeIAID(contextCache, decoder, codeLength) { function decodeBitmapTemplate0 (line 4745) | function decodeBitmapTemplate0(width, height, decodingContext) { function decodeBitmap (line 4763) | function decodeBitmap(mmr, width, height, templateIndex, prediction, ski... function decodeRefinement (line 4871) | function decodeRefinement(width, height, templateIndex, referenceBitmap,... function decodeSymbolDictionary (line 4939) | function decodeSymbolDictionary(huffman, refinement, symbols, numberOfNe... function decodeTextRegion (line 5049) | function decodeTextRegion(huffman, refinement, width, height, defaultPix... function decodePatternDictionary (line 5166) | function decodePatternDictionary(mmr, patternWidth, patternHeight, maxPa... function decodeHalftoneRegion (line 5200) | function decodeHalftoneRegion(mmr, patterns, template, regionWidth, regi... function readSegmentHeader (line 5297) | function readSegmentHeader(data, start) { function readSegments (line 5389) | function readSegments(header, data, start, end) { function readRegionSegmentInformation (line 5418) | function readRegionSegmentInformation(data, start) { function processSegment (line 5428) | function processSegment(segment, visitor) { function processSegments (line 5620) | function processSegments(segments, visitor) { function parseJbig2Chunks (line 5625) | function parseJbig2Chunks(chunks) { function parseJbig2 (line 5634) | function parseJbig2(data) { class SimpleSegmentVisitor (line 5637) | class SimpleSegmentVisitor { method onPageInformation (line 5638) | onPageInformation(info) { method drawBitmap (line 5647) | drawBitmap(regionInfo, bitmap) { method onImmediateGenericRegion (line 5696) | onImmediateGenericRegion(region, data, start, end) { method onImmediateLosslessGenericRegion (line 5702) | onImmediateLosslessGenericRegion() { method onSymbolDictionary (line 5705) | onSymbolDictionary(dictionary, currentSegment, referredSegments, data,... method onImmediateTextRegion (line 5725) | onImmediateTextRegion(region, referredSegments, data, start, end) { method onImmediateLosslessTextRegion (line 5745) | onImmediateLosslessTextRegion() { method onPatternDictionary (line 5748) | onPatternDictionary(dictionary, currentSegment, data, start, end) { method onImmediateHalftoneRegion (line 5756) | onImmediateHalftoneRegion(region, referredSegments, data, start, end) { method onImmediateLosslessHalftoneRegion (line 5763) | onImmediateLosslessHalftoneRegion() { method onTables (line 5766) | onTables(currentSegment, data, start, end) { class HuffmanLine (line 5774) | class HuffmanLine { method constructor (line 5775) | constructor(lineData) { class HuffmanTreeNode (line 5793) | class HuffmanTreeNode { method constructor (line 5794) | constructor(line) { method buildTree (line 5806) | buildTree(line, shift) { method decodeNode (line 5818) | decodeNode(reader) { class HuffmanTable (line 5833) | class HuffmanTable { method constructor (line 5834) | constructor(lines, prefixCodesDone) { method decode (line 5846) | decode(reader) { method assignPrefixCodes (line 5849) | assignPrefixCodes(lines) { function decodeTablesSegment (line 5881) | function decodeTablesSegment(data, start, end) { function getStandardTable (line 5909) | function getStandardTable(number) { class Reader (line 5971) | class Reader { method constructor (line 5972) | constructor(data, start, end) { method readBit (line 5980) | readBit() { method readBits (line 5992) | readBits(numBits) { method byteAlign (line 6000) | byteAlign() { method next (line 6003) | next() { function getCustomHuffmanTable (line 6010) | function getCustomHuffmanTable(index, referredTo, customTables) { function getTextRegionHuffmanTables (line 6023) | function getTextRegionHuffmanTables(textRegion, referredTo, customTables... function getSymbolDictionaryHuffmanTables (line 6117) | function getSymbolDictionaryHuffmanTables(dictionary, referredTo, custom... function readUncompressedBitmap (line 6164) | function readUncompressedBitmap(reader, width, height) { function decodeMMRBitmap (line 6176) | function decodeMMRBitmap(input, width, height, endOfBlock) { class Jbig2Image (line 6215) | class Jbig2Image { method parseChunks (line 6216) | parseChunks(chunks) { method parse (line 6219) | parse(data) { class Jbig2Stream (line 6230) | class Jbig2Stream extends DecodeStream { method constructor (line 6231) | constructor(stream, maybeLength, params) { method bytes (line 6238) | get bytes() { method ensureBuffer (line 6241) | ensureBuffer(requested) {} method readBlock (line 6242) | readBlock() { function convertToRGBA (line 6277) | function convertToRGBA(params) { function convertBlackAndWhiteToRGBA (line 6286) | function convertBlackAndWhiteToRGBA({ function convertRGBToRGBA (line 6327) | function convertRGBToRGBA({ function grayToRGBA (line 6370) | function grayToRGBA(src, dest) { class JpegError (line 6386) | class JpegError extends BaseException { method constructor (line 6387) | constructor(msg) { class DNLMarkerError (line 6391) | class DNLMarkerError extends BaseException { method constructor (line 6392) | constructor(message, scanLines) { class EOIMarkerError (line 6397) | class EOIMarkerError extends BaseException { method constructor (line 6398) | constructor(msg) { function buildHuffmanTable (line 6411) | function buildHuffmanTable(codeLengths, values) { function getBlockBufferOffset (line 6455) | function getBlockBufferOffset(component, row, col) { function decodeScan (line 6458) | function decodeScan(data, offset, frame, components, resetInterval, spec... function quantizeAndInverse (line 6726) | function quantizeAndInverse(component, blockBufferOffset, p) { function buildComponentData (line 6929) | function buildComponentData(frame, component) { function findNextFileMarker (line 6941) | function findNextFileMarker(data, currentPos, startPos = currentPos) { class JpegImage (line 6968) | class JpegImage { method constructor (line 6969) | constructor({ method parse (line 6976) | parse(data, { method _getLinearizedBlockData (line 7247) | _getLinearizedBlockData(width, height, isSourcePDF = false) { method _isColorConversionNeeded (line 7297) | get _isColorConversionNeeded() { method _convertYccToRgb (line 7314) | _convertYccToRgb(data) { method _convertYccToRgba (line 7326) | _convertYccToRgba(data, out) { method _convertYcckToRgb (line 7338) | _convertYcckToRgb(data) { method _convertYcckToRgba (line 7352) | _convertYcckToRgba(data) { method _convertYcckToCmyk (line 7365) | _convertYcckToCmyk(data) { method _convertCmykToRgb (line 7377) | _convertCmykToRgb(data) { method _convertCmykToRgba (line 7391) | _convertCmykToRgba(data) { method getData (line 7404) | getData({ class JpegStream (line 7459) | class JpegStream extends DecodeStream { method constructor (line 7460) | constructor(stream, maybeLength, params) { method bytes (line 7474) | get bytes() { method ensureBuffer (line 7477) | ensureBuffer(requested) {} method readBlock (line 7478) | readBlock() { function intArrayFromBase64 (line 7621) | function intArrayFromBase64(s) { function tryParseAsDataURI (line 7629) | function tryParseAsDataURI(filename) { function updateMemoryViews (line 7638) | function updateMemoryViews() { function preRun (line 7653) | function preRun() { function initRuntime (line 7662) | function initRuntime() { function postRun (line 7666) | function postRun() { function addOnPreRun (line 7675) | function addOnPreRun(cb) { function addOnInit (line 7678) | function addOnInit(cb) { function addOnPostRun (line 7681) | function addOnPostRun(cb) { function addRunDependency (line 7687) | function addRunDependency(id) { function removeRunDependency (line 7691) | function removeRunDependency(id) { function getBinarySync (line 7710) | function getBinarySync(file) { function instantiateSync (line 7723) | function instantiateSync(file, info) { function createWasm (line 7730) | function createWasm() { function _jsPrintWarning (line 7899) | function _jsPrintWarning(message_ptr) { function _setImageData (line 7903) | function _setImageData(array_ptr, array_size) { function _storeErrorMessage (line 7906) | function _storeErrorMessage(message_ptr) { function run (line 7937) | function run() { class JpxError (line 7982) | class JpxError extends BaseException { method constructor (line 7983) | constructor(msg) { class JpxImage (line 7987) | class JpxImage { method decode (line 7989) | static decode(data, ignoreColorSpace = false) { method cleanup (line 7999) | static cleanup() { method parseImageProperties (line 8002) | static parseImageProperties(stream) { class JpxStream (line 8032) | class JpxStream extends DecodeStream { method constructor (line 8033) | constructor(stream, maybeLength, params) { method bytes (line 8040) | get bytes() { method ensureBuffer (line 8043) | ensureBuffer(requested) {} method readBlock (line 8044) | readBlock(ignoreColorSpace) { class LZWStream (line 8056) | class LZWStream extends DecodeStream { method constructor (line 8057) | constructor(str, maybeLength, earlyChange) { method readBits (line 8080) | readBits(n) { method readBlock (line 8097) | readBlock() { class PredictorStream (line 8175) | class PredictorStream extends DecodeStream { method constructor (line 8176) | constructor(str, maybeLength, params) { method readBlockTiff (line 8198) | readBlockTiff() { method readBlockPng (line 8270) | readBlockPng() { class RunLengthStream (line 8360) | class RunLengthStream extends DecodeStream { method constructor (line 8361) | constructor(str, maybeLength) { method readBlock (line 8366) | readBlock() { constant MAX_LENGTH_TO_CACHE (line 8410) | const MAX_LENGTH_TO_CACHE = 1000; function getInlineImageCacheKey (line 8411) | function getInlineImageCacheKey(bytes) { class Parser (line 8423) | class Parser { method constructor (line 8424) | constructor({ method refill (line 8438) | refill() { method shift (line 8442) | shift() { method tryShift (line 8451) | tryShift() { method getObj (line 8462) | getObj(cipherTransform = null) { method findDefaultInlineStreamEnd (line 8529) | findDefaultInlineStreamEnd(stream) { method findDCTDecodeInlineStreamEnd (line 8620) | findDCTDecodeInlineStreamEnd(stream) { method findASCII85DecodeInlineStreamEnd (line 8697) | findASCII85DecodeInlineStreamEnd(stream) { method findASCIIHexDecodeInlineStreamEnd (line 8731) | findASCIIHexDecodeInlineStreamEnd(stream) { method inlineStreamSkipEI (line 8749) | inlineStreamSkipEI(stream) { method makeInlineImage (line 8764) | makeInlineImage(cipherTransform) { method _findStreamLength (line 8843) | _findStreamLength(startPos, signature) { method makeStream (line 8872) | makeStream(dict, cipherTransform) { method filter (line 8923) | filter(stream, dict, length) { method makeFilter (line 8951) | makeFilter(stream, name, maybeLength, params) { function toHexDigit (line 9007) | function toHexDigit(ch) { class Lexer (line 9016) | class Lexer { method constructor (line 9017) | constructor(stream, knownCommands = null) { method nextChar (line 9025) | nextChar() { method peekChar (line 9028) | peekChar() { method getNumber (line 9031) | getNumber() { method getString (line 9105) | getString() { method getName (line 9203) | getName() { method _hexStringWarn (line 9242) | _hexStringWarn(ch) { method getHexString (line 9253) | getHexString() { method getObj (line 9293) | getObj() { method skipToNextLine (line 9395) | skipToNextLine() { class Linearization (line 9412) | class Linearization { method create (line 9413) | static create(stream) { constant BUILT_IN_CMAPS (line 9469) | const BUILT_IN_CMAPS = ["Adobe-GB1-UCS2", "Adobe-CNS1-UCS2", "Adobe-Japa... constant MAX_MAP_RANGE (line 9470) | const MAX_MAP_RANGE = 2 ** 24 - 1; class CMap (line 9471) | class CMap { method constructor (line 9472) | constructor(builtInCMap = false) { method addCodespaceRange (line 9481) | addCodespaceRange(n, low, high) { method mapCidRange (line 9485) | mapCidRange(low, high, dstLow) { method mapBfRange (line 9493) | mapBfRange(low, high, dstLow) { method mapBfRangeToArray (line 9508) | mapBfRangeToArray(low, high, array) { method mapOne (line 9519) | mapOne(src, dst) { method lookup (line 9522) | lookup(code) { method contains (line 9525) | contains(code) { method forEach (line 9528) | forEach(callback) { method charCodeOf (line 9543) | charCodeOf(value) { method getMap (line 9555) | getMap() { method readCharCode (line 9558) | readCharCode(str, offset, out) { method getCharCodeLength (line 9577) | getCharCodeLength(charCode) { method length (line 9591) | get length() { method isIdentityCMap (line 9594) | get isIdentityCMap() { class IdentityCMap (line 9609) | class IdentityCMap extends CMap { method constructor (line 9610) | constructor(vertical, n) { method mapCidRange (line 9615) | mapCidRange(low, high, dstLow) { method mapBfRange (line 9618) | mapBfRange(low, high, dstLow) { method mapBfRangeToArray (line 9621) | mapBfRangeToArray(low, high, array) { method mapOne (line 9624) | mapOne(src, dst) { method lookup (line 9627) | lookup(code) { method contains (line 9630) | contains(code) { method forEach (line 9633) | forEach(callback) { method charCodeOf (line 9638) | charCodeOf(value) { method getMap (line 9641) | getMap() { method length (line 9648) | get length() { method isIdentityCMap (line 9651) | get isIdentityCMap() { function strToInt (line 9655) | function strToInt(str) { function expectString (line 9662) | function expectString(obj) { function expectInt (line 9667) | function expectInt(obj) { function parseBfChar (line 9672) | function parseBfChar(cMap, lexer) { function parseBfRange (line 9689) | function parseBfRange(cMap, lexer) { function parseCidChar (line 9721) | function parseCidChar(cMap, lexer) { function parseCidRange (line 9738) | function parseCidRange(cMap, lexer) { function parseCodespaceRange (line 9758) | function parseCodespaceRange(cMap, lexer) { function parseWMode (line 9780) | function parseWMode(cMap, lexer) { function parseCMapName (line 9786) | function parseCMapName(cMap, lexer) { function parseCMap (line 9792) | async function parseCMap(cMap, lexer, fetchBuiltInCMap, useCMap) { function extendCMap (line 9848) | async function extendCMap(cMap, fetchBuiltInCMap, useCMap) { function createBuiltInCMap (line 9864) | async function createBuiltInCMap(name, fetchBuiltInCMap) { class CMapFactory (line 9890) | class CMapFactory { method create (line 9891) | static async create({ function getEncoding (line 9922) | function getEncoding(encodingName) { constant MAX_SUBR_NESTING (line 9947) | const MAX_SUBR_NESTING = 10; constant NUM_STANDARD_CFF_STRINGS (line 9949) | const NUM_STANDARD_CFF_STRINGS = 391; method stackFn (line 10067) | stackFn(stack, index) { method stackFn (line 10074) | stackFn(stack, index) { method stackFn (line 10081) | stackFn(stack, index) { method stackFn (line 10088) | stackFn(stack, index) { method stackFn (line 10119) | stackFn(stack, index) { class CFFParser (line 10159) | class CFFParser { method constructor (line 10160) | constructor(file, properties, seacAnalysisEnabled) { method parse (line 10165) | parse() { method parseHeader (line 10226) | parseHeader() { method parseDict (line 10251) | parseDict(dict) { method parseIndex (line 10316) | parseIndex(pos) { method parseNameIndex (line 10346) | parseNameIndex(index) { method parseStringIndex (line 10354) | parseStringIndex(index) { method createDict (line 10362) | createDict(Type, dict, strings) { method parseCharString (line 10369) | parseCharString(state, data, localSubrIndex, globalSubrIndex) { method parseCharStrings (line 10520) | parseCharStrings({ method emptyPrivateDictionary (line 10587) | emptyPrivateDictionary(parentDict) { method parsePrivateDict (line 10592) | parsePrivateDict(parentDict) { method parseCharsets (line 10628) | parseCharsets(pos, length, strings, cid) { method parseEncoding (line 10674) | parseEncoding(pos, properties, strings, charset) { method parseFDSelect (line 10732) | parseFDSelect(pos, length) { class CFF (line 10769) | class CFF { method constructor (line 10770) | constructor() { method duplicateFirstGlyph (line 10783) | duplicateFirstGlyph() { method hasGlyphId (line 10794) | hasGlyphId(id) { class CFFHeader (line 10802) | class CFFHeader { method constructor (line 10803) | constructor(major, minor, hdrSize, offSize) { class CFFStrings (line 10810) | class CFFStrings { method constructor (line 10811) | constructor() { method get (line 10814) | get(index) { method getSID (line 10823) | getSID(str) { method add (line 10834) | add(value) { method count (line 10837) | get count() { class CFFIndex (line 10841) | class CFFIndex { method constructor (line 10842) | constructor() { method add (line 10846) | add(data) { method set (line 10850) | set(index, data) { method get (line 10854) | get(index) { method count (line 10857) | get count() { class CFFDict (line 10861) | class CFFDict { method constructor (line 10862) | constructor(tables, strings) { method setByKey (line 10872) | setByKey(key, value) { method setByName (line 10892) | setByName(name, value) { method hasName (line 10898) | hasName(name) { method getByName (line 10901) | getByName(name) { method removeByName (line 10911) | removeByName(name) { method createTables (line 10914) | static createTables(layout) { class CFFTopDict (line 10936) | class CFFTopDict extends CFFDict { method tables (line 10937) | static get tables() { method constructor (line 10940) | constructor(strings) { class CFFPrivateDict (line 10946) | class CFFPrivateDict extends CFFDict { method tables (line 10947) | static get tables() { method constructor (line 10950) | constructor(strings) { class CFFCharset (line 10960) | class CFFCharset { method constructor (line 10961) | constructor(predefined, format, charset, raw) { class CFFEncoding (line 10968) | class CFFEncoding { method constructor (line 10969) | constructor(predefined, format, encoding, raw) { class CFFFDSelect (line 10976) | class CFFFDSelect { method constructor (line 10977) | constructor(format, fdSelect) { method getFDIndex (line 10981) | getFDIndex(glyphIndex) { class CFFOffsetTracker (line 10988) | class CFFOffsetTracker { method constructor (line 10989) | constructor() { method isTracking (line 10992) | isTracking(key) { method track (line 10995) | track(key, location) { method offset (line 11001) | offset(value) { method setEntryLocation (line 11006) | setEntryLocation(key, values, output) { class CFFCompiler (line 11031) | class CFFCompiler { method constructor (line 11032) | constructor(cff) { method compile (line 11035) | compile() { method encodeNumber (line 11107) | encodeNumber(value) { method EncodeFloatRegExp (line 11113) | static get EncodeFloatRegExp() { method encodeFloat (line 11116) | encodeFloat(num) { method encodeInteger (line 11144) | encodeInteger(value) { method compileHeader (line 11161) | compileHeader(header) { method compileNameIndex (line 11164) | compileNameIndex(names) { method compileTopDicts (line 11184) | compileTopDicts(dicts, length, removeCidKeys) { method compilePrivateDicts (line 11207) | compilePrivateDicts(dicts, trackers, output) { method compileDict (line 11230) | compileDict(dict, offsetTracker) { method compileStringIndex (line 11277) | compileStringIndex(strings) { method compileCharStrings (line 11284) | compileCharStrings(charStrings) { method compileCharset (line 11296) | compileCharset(charset, numGlyphs, strings, isCIDFont) { method compileEncoding (line 11327) | compileEncoding(encoding) { method compileFDSelect (line 11330) | compileFDSelect(fdSelect) { method compileTypedArray (line 11361) | compileTypedArray(data) { method compileIndex (line 11364) | compileIndex(index, trackers = []) { function mapSpecialUnicodeValues (line 15978) | function mapSpecialUnicodeValues(code) { function getUnicodeForGlyph (line 15988) | function getUnicodeForGlyph(name, glyphsUnicodeMap) { function getUnicodeRangeFor (line 16016) | function getUnicodeRangeFor(value, lastPosition = -1) { function getCharUnicodeCategory (line 16037) | function getCharUnicodeCategory(char) { function clearUnicodeCaches (line 16051) | function clearUnicodeCaches() { constant SEAC_ANALYSIS_ENABLED (line 16060) | const SEAC_ANALYSIS_ENABLED = true; function recoverGlyphName (line 16073) | function recoverGlyphName(name, glyphsUnicodeMap) { function type1FontGlyphMapping (line 16088) | function type1FontGlyphMapping(properties, builtInEncoding, glyphNames) { function normalizeFontName (line 16135) | function normalizeFontName(name) { function getStandardFontName (line 16980) | function getStandardFontName(name) { function isKnownFontName (line 16985) | function isKnownFontName(name) { class ToUnicodeMap (line 16992) | class ToUnicodeMap { method constructor (line 16993) | constructor(cmap = []) { method length (line 16996) | get length() { method forEach (line 16999) | forEach(callback) { method has (line 17004) | has(i) { method get (line 17007) | get(i) { method charCodeOf (line 17010) | charCodeOf(value) { method amend (line 17022) | amend(map) { class IdentityToUnicodeMap (line 17028) | class IdentityToUnicodeMap { method constructor (line 17029) | constructor(firstChar, lastChar) { method length (line 17033) | get length() { method forEach (line 17036) | forEach(callback) { method has (line 17041) | has(i) { method get (line 17044) | get(i) { method charCodeOf (line 17050) | charCodeOf(v) { method amend (line 17053) | amend(map) { class CFFFont (line 17062) | class CFFFont { method constructor (line 17063) | constructor(file, properties) { method numGlyphs (line 17078) | get numGlyphs() { method getCharset (line 17081) | getCharset() { method getGlyphMapping (line 17084) | getGlyphMapping() { method hasGlyphId (line 17131) | hasGlyphId(id) { method _createBuiltInEncoding (line 17134) | _createBuiltInEncoding() { function getUint32 (line 17167) | function getUint32(data, offset) { function getUint16 (line 17170) | function getUint16(data, offset) { function getInt16 (line 17173) | function getInt16(data, offset) { function getInt8 (line 17176) | function getInt8(data, offset) { function getFloat214 (line 17179) | function getFloat214(data, offset) { function getSubroutineBias (line 17182) | function getSubroutineBias(subrs) { function parseCmap (line 17192) | function parseCmap(data, start, end) { function parseCff (line 17242) | function parseCff(data, start, end, seacAnalysisEnabled) { function parseGlyfTable (line 17255) | function parseGlyfTable(glyf, loca, isGlyphLocationsLong) { function lookupCmap (line 17273) | function lookupCmap(ranges, unicode) { function compileGlyf (line 17294) | function compileGlyf(code, cmds, font) { function compileCharString (line 17451) | function compileCharString(charStringCode, cmds, font, glyphId) { constant NOOP (line 17799) | const NOOP = []; class Commands (line 17800) | class Commands { method add (line 17802) | add(cmd, args) { class CompiledFont (line 17816) | class CompiledFont { method constructor (line 17817) | constructor(fontMatrix) { method getPathJs (line 17825) | getPathJs(unicode) { method compileGlyph (line 17847) | compileGlyph(code, glyphId) { method compileGlyphImpl (line 17869) | compileGlyphImpl() { method hasBuiltPath (line 17872) | hasBuiltPath(unicode) { class TrueTypeCompiled (line 17880) | class TrueTypeCompiled extends CompiledFont { method constructor (line 17881) | constructor(glyphs, cmap, fontMatrix) { method compileGlyphImpl (line 17886) | compileGlyphImpl(code, cmds) { class Type2Compiled (line 17890) | class Type2Compiled extends CompiledFont { method constructor (line 17891) | constructor(cffInfo, cmap, fontMatrix, glyphNameMap) { method compileGlyphImpl (line 17904) | compileGlyphImpl(code, cmds, glyphId) { class FontRendererFactory (line 17908) | class FontRendererFactory { method create (line 17909) | static create(font, seacAnalysisEnabled) { constant ON_CURVE_POINT (line 20972) | const ON_CURVE_POINT = 1 << 0; constant X_SHORT_VECTOR (line 20973) | const X_SHORT_VECTOR = 1 << 1; constant Y_SHORT_VECTOR (line 20974) | const Y_SHORT_VECTOR = 1 << 2; constant REPEAT_FLAG (line 20975) | const REPEAT_FLAG = 1 << 3; constant X_IS_SAME_OR_POSITIVE_X_SHORT_VECTOR (line 20976) | const X_IS_SAME_OR_POSITIVE_X_SHORT_VECTOR = 1 << 4; constant Y_IS_SAME_OR_POSITIVE_Y_SHORT_VECTOR (line 20977) | const Y_IS_SAME_OR_POSITIVE_Y_SHORT_VECTOR = 1 << 5; constant OVERLAP_SIMPLE (line 20978) | const OVERLAP_SIMPLE = 1 << 6; constant ARG_1_AND_2_ARE_WORDS (line 20979) | const ARG_1_AND_2_ARE_WORDS = 1 << 0; constant ARGS_ARE_XY_VALUES (line 20980) | const ARGS_ARE_XY_VALUES = 1 << 1; constant WE_HAVE_A_SCALE (line 20981) | const WE_HAVE_A_SCALE = 1 << 3; constant MORE_COMPONENTS (line 20982) | const MORE_COMPONENTS = 1 << 5; constant WE_HAVE_AN_X_AND_Y_SCALE (line 20983) | const WE_HAVE_AN_X_AND_Y_SCALE = 1 << 6; constant WE_HAVE_A_TWO_BY_TWO (line 20984) | const WE_HAVE_A_TWO_BY_TWO = 1 << 7; constant WE_HAVE_INSTRUCTIONS (line 20985) | const WE_HAVE_INSTRUCTIONS = 1 << 8; class GlyfTable (line 20986) | class GlyfTable { method constructor (line 20987) | constructor({ method getSize (line 21011) | getSize() { method write (line 21017) | write() { method scale (line 21046) | scale(factors) { class Glyph (line 21052) | class Glyph { method constructor (line 21053) | constructor({ method parse (line 21062) | static parse(pos, glyf) { method getSize (line 21086) | getSize() { method write (line 21093) | write(pos, buf) { method scale (line 21108) | scale(factor) { class GlyphHeader (line 21123) | class GlyphHeader { method constructor (line 21124) | constructor({ method parse (line 21137) | static parse(pos, glyf) { method getSize (line 21146) | getSize() { method write (line 21149) | write(pos, buf) { method scale (line 21157) | scale(x, factor) { class Contour (line 21162) | class Contour { method constructor (line 21163) | constructor({ class SimpleGlyph (line 21173) | class SimpleGlyph { method constructor (line 21174) | constructor({ method parse (line 21181) | static parse(pos, glyf, numberOfContours) { method getSize (line 21265) | getSize() { method write (line 21292) | write(pos, buf) { method scale (line 21368) | scale(x, factor) { class CompositeGlyph (line 21379) | class CompositeGlyph { method constructor (line 21380) | constructor({ method parse (line 21395) | static parse(pos, glyf) { method getSize (line 21448) | getSize() { method write (line 21463) | write(pos, buf) { method scale (line 21499) | scale(x, factor) {} function writeInt16 (line 21505) | function writeInt16(dest, offset, num) { function writeInt32 (line 21509) | function writeInt32(dest, offset, num) { function writeData (line 21515) | function writeData(dest, offset, data) { constant OTF_HEADER_SIZE (line 21528) | const OTF_HEADER_SIZE = 12; constant OTF_TABLE_ENTRY_SIZE (line 21529) | const OTF_TABLE_ENTRY_SIZE = 16; class OpenTypeFileBuilder (line 21530) | class OpenTypeFileBuilder { method constructor (line 21531) | constructor(sfnt) { method getSearchParams (line 21535) | static getSearchParams(entriesCount, entrySize) { method toArray (line 21549) | toArray() { method addTable (line 21600) | addTable(tag, data) { constant HINTING_ENABLED (line 21613) | const HINTING_ENABLED = false; constant COMMAND_MAP (line 21614) | const COMMAND_MAP = { class Type1CharString (line 21631) | class Type1CharString { method constructor (line 21632) | constructor() { method convert (line 21639) | convert(encoded, subrs, seacAnalysisEnabled) { method executeCommand (line 21832) | executeCommand(howManyArgs, command, keepStack) { constant EEXEC_ENCRYPT_KEY (line 21856) | const EEXEC_ENCRYPT_KEY = 55665; constant CHAR_STRS_ENCRYPT_KEY (line 21857) | const CHAR_STRS_ENCRYPT_KEY = 4330; function isHexDigit (line 21858) | function isHexDigit(code) { function decrypt (line 21861) | function decrypt(data, key, discardNumber) { function decryptAscii (line 21882) | function decryptAscii(data, key, discardNumber) { function isSpecial (line 21908) | function isSpecial(c) { class Type1Parser (line 21911) | class Type1Parser { method constructor (line 21912) | constructor(stream, encrypted, seacAnalysisEnabled) { method readNumberArray (line 21922) | readNumberArray() { method readNumber (line 21934) | readNumber() { method readInt (line 21938) | readInt() { method readBoolean (line 21942) | readBoolean() { method nextChar (line 21946) | nextChar() { method prevChar (line 21949) | prevChar() { method getToken (line 21953) | getToken() { method readCharStrings (line 21982) | readCharStrings(bytes, lenIV) { method extractFontProgram (line 21988) | extractFontProgram(properties) { method extractFontHeader (line 22121) | extractFontHeader(properties) { function findBlock (line 22180) | function findBlock(streamBytes, signature, startIndex) { function getHeaderBlock (line 22206) | function getHeaderBlock(stream, suggestedLength) { function getEexecBlock (line 22252) | function getEexecBlock(stream, suggestedLength) { class Type1Font (line 22262) | class Type1Font { method constructor (line 22263) | constructor(name, file, properties) { method numGlyphs (line 22293) | get numGlyphs() { method getCharset (line 22296) | getCharset() { method getGlyphMapping (line 22305) | getGlyphMapping(properties) { method hasGlyphId (line 22332) | hasGlyphId(id) { method getSeacs (line 22342) | getSeacs(charstrings) { method getType2Charstrings (line 22352) | getType2Charstrings(type1Charstrings) { method getType2Subrs (line 22359) | getType2Subrs(type1Subrs) { method wrap (line 22379) | wrap(name, glyphs, charstrings, subrs, properties) { constant PRIVATE_USE_AREAS (line 22467) | const PRIVATE_USE_AREAS = [[0xe000, 0xf8ff], [0x100000, 0x10fffd]]; constant PDF_GLYPH_SPACE_UNITS (line 22468) | const PDF_GLYPH_SPACE_UNITS = 1000; constant EXPORT_DATA_PROPERTIES (line 22469) | const EXPORT_DATA_PROPERTIES = ["ascent", "bbox", "black", "bold", "char... constant EXPORT_DATA_EXTRA_PROPERTIES (line 22470) | const EXPORT_DATA_EXTRA_PROPERTIES = ["cMap", "defaultEncoding", "differ... function adjustWidths (line 22471) | function adjustWidths(properties) { function adjustTrueTypeToUnicode (line 22485) | function adjustTrueTypeToUnicode(properties, isSymbolicFont, nameRecords) { function adjustType1ToUnicode (line 22530) | function adjustType1ToUnicode(properties, builtInEncoding) { function amendFallbackToUnicode (line 22561) | function amendFallbackToUnicode(properties) { class fonts_Glyph (line 22579) | class fonts_Glyph { method constructor (line 22580) | constructor(originalCharCode, fontChar, unicode, accent, width, vmetri... method category (line 22591) | get category() { function int16 (line 22595) | function int16(b0, b1) { function writeSignedInt16 (line 22598) | function writeSignedInt16(bytes, index, value) { function signedInt16 (line 22602) | function signedInt16(b0, b1) { function writeUint32 (line 22606) | function writeUint32(bytes, index, value) { function int32 (line 22612) | function int32(b0, b1, b2, b3) { function string16 (line 22615) | function string16(value) { function safeString16 (line 22618) | function safeString16(value) { function isTrueTypeFile (line 22626) | function isTrueTypeFile(file) { function isTrueTypeCollectionFile (line 22630) | function isTrueTypeCollectionFile(file) { function isOpenTypeFile (line 22634) | function isOpenTypeFile(file) { function isType1File (line 22638) | function isType1File(file) { function isCFFFile (line 22648) | function isCFFFile(file) { function getFontFileType (line 22655) | function getFontFileType(file, { function applyStandardFontGlyphMap (line 22686) | function applyStandardFontGlyphMap(map, glyphMap) { function buildToFontChar (line 22691) | function buildToFontChar(encoding, glyphsUnicodeMap, differences) { function isMacNameRecord (line 22708) | function isMacNameRecord(r) { function isWinNameRecord (line 22711) | function isWinNameRecord(r) { function convertCidString (line 22714) | function convertCidString(charCode, cid, shouldThrow = false) { function adjustMapping (line 22728) | function adjustMapping(charCodeToGlyphId, hasGlyph, newGlyphZeroId, toUn... function getRanges (line 22775) | function getRanges(glyphs, toUnicodeExtraMap, numGlyphs) { function createCmapTable (line 22825) | function createCmapTable(glyphs, toUnicodeExtraMap, numGlyphs) { function validateOS2Table (line 22908) | function validateOS2Table(os2, file) { function createOS2Table (line 22929) | function createOS2Table(properties, charstrings, override) { function createPostTable (line 22985) | function createPostTable(properties) { function createPostscriptName (line 22989) | function createPostscriptName(name) { function createNameTable (line 22992) | function createNameTable(name, proto) { class Font (line 23026) | class Font { method constructor (line 23027) | constructor(name, file, properties) { method renderer (line 23151) | get renderer() { method exportData (line 23155) | exportData(extraProperties = false) { method fallbackToSystemFont (line 23167) | fallbackToSystemFont(properties) { method checkAndRepair (line 23264) | checkAndRepair(name, font, properties) { method convert (line 24594) | convert(fontName, font, properties) { method spaceWidth (line 24696) | get spaceWidth() { method _charToGlyph (line 24726) | _charToGlyph(charcode, isSpace = false) { method charsToGlyphs (line 24781) | charsToGlyphs(chars) { method getCharPositions (line 24810) | getCharPositions(chars) { method glyphCacheValues (line 24828) | get glyphCacheValues() { method encodeString (line 24831) | encodeString(str) { class ErrorFont (line 24865) | class ErrorFont { method constructor (line 24866) | constructor(error) { method charsToGlyphs (line 24871) | charsToGlyphs() { method encodeString (line 24874) | encodeString(chars) { method exportData (line 24877) | exportData(extraProperties = false) { class Pattern (line 24898) | class Pattern { method constructor (line 24899) | constructor() { method parseShading (line 24902) | static parseShading(shading, xref, res, pdfFunctionFactory, localColor... class BaseShading (line 24927) | class BaseShading { method constructor (line 24929) | constructor() { method getIR (line 24934) | getIR() { class RadialAxialShading (line 24938) | class RadialAxialShading extends BaseShading { method constructor (line 24939) | constructor(dict, xref, resources, pdfFunctionFactory, localColorSpace... method getIR (line 25047) | getIR() { class MeshStreamReader (line 25069) | class MeshStreamReader { method constructor (line 25070) | constructor(stream, context) { method hasData (line 25080) | get hasData() { method readBits (line 25095) | readBits(n) { method align (line 25119) | align() { method readFlag (line 25123) | readFlag() { method readCoordinate (line 25126) | readCoordinate() { method readComponents (line 25134) | readComponents() { function buildB (line 25152) | function buildB(count) { function getB (line 25161) | function getB(count) { function clearPatternCaches (line 25164) | function clearPatternCaches() { class MeshShading (line 25167) | class MeshShading extends BaseShading { method constructor (line 25171) | constructor(stream, xref, resources, pdfFunctionFactory, localColorSpa... method _decodeType4Shading (line 25236) | _decodeType4Shading(reader) { method _decodeType5Shading (line 25277) | _decodeType5Shading(reader, verticesPerRow) { method _decodeType6Shading (line 25295) | _decodeType6Shading(reader) { method _decodeType7Shading (line 25412) | _decodeType7Shading(reader) { method _buildFigureFromPatch (line 25537) | _buildFigureFromPatch(index) { method _updateBounds (line 25610) | _updateBounds() { method _packData (line 25625) | _packData() { method getIR (line 25655) | getIR() { class DummyShading (line 25665) | class DummyShading extends BaseShading { method getIR (line 25666) | getIR() { function getTilingPatternIR (line 25670) | function getTilingPatternIR(operatorList, dict, color) { function getXfaFontName (line 25924) | function getXfaFontName(name) { function getXfaFontWidths (line 25929) | function getXfaFontWidths(name) { function getXfaFontDict (line 25958) | function getXfaFontDict(name) { class PostScriptParser (line 25983) | class PostScriptParser { method constructor (line 25984) | constructor(lexer) { method nextToken (line 25990) | nextToken() { method accept (line 25994) | accept(type) { method expect (line 26001) | expect(type) { method parse (line 26007) | parse() { method parseBlock (line 26014) | parseBlock() { method parseCondition (line 26027) | parseCondition() { class PostScriptToken (line 26059) | class PostScriptToken { method opCache (line 26060) | static get opCache() { method constructor (line 26063) | constructor(type, value) { method getOperator (line 26067) | static getOperator(op) { method LBRACE (line 26070) | static get LBRACE() { method RBRACE (line 26073) | static get RBRACE() { method IF (line 26076) | static get IF() { method IFELSE (line 26079) | static get IFELSE() { class PostScriptLexer (line 26083) | class PostScriptLexer { method constructor (line 26084) | constructor(stream) { method nextChar (line 26089) | nextChar() { method getToken (line 26092) | getToken() { method getNumber (line 26148) | getNumber() { class BaseLocalCache (line 26171) | class BaseLocalCache { method constructor (line 26172) | constructor(options) { method getByName (line 26183) | getByName(name) { method getByRef (line 26193) | getByRef(ref) { method set (line 26196) | set(name, ref, data) { class LocalImageCache (line 26200) | class LocalImageCache extends BaseLocalCache { method set (line 26201) | set(name, ref = null, data) { class LocalColorSpaceCache (line 26219) | class LocalColorSpaceCache extends BaseLocalCache { method set (line 26220) | set(name = null, ref = null, data) { class LocalFunctionCache (line 26240) | class LocalFunctionCache extends BaseLocalCache { method constructor (line 26241) | constructor(options) { method set (line 26246) | set(name = null, ref, data) { class LocalGStateCache (line 26256) | class LocalGStateCache extends BaseLocalCache { method set (line 26257) | set(name, ref = null, data) { class LocalTilingPatternCache (line 26275) | class LocalTilingPatternCache extends BaseLocalCache { method constructor (line 26276) | constructor(options) { method set (line 26281) | set(name = null, ref, data) { class RegionalImageCache (line 26291) | class RegionalImageCache extends BaseLocalCache { method constructor (line 26292) | constructor(options) { method set (line 26297) | set(name = null, ref, data) { class GlobalImageCache (line 26307) | class GlobalImageCache { method constructor (line 26311) | constructor() { method _byteSize (line 26315) | get _byteSize() { method _cacheLimitReached (line 26322) | get _cacheLimitReached() { method shouldCache (line 26331) | shouldCache(ref, pageIndex) { method addByteSize (line 26346) | addByteSize(ref, byteSize) { method getData (line 26356) | getData(ref, pageIndex) { method setData (line 26371) | setData(ref, data) { method clear (line 26384) | clear(onlyData = false) { class PDFFunctionFactory (line 26399) | class PDFFunctionFactory { method constructor (line 26400) | constructor({ method create (line 26407) | create(fn) { method createFromArray (line 26420) | createFromArray(fnObj) { method getCached (line 26433) | getCached(cacheKey) { method _cache (line 26450) | _cache(cacheKey, parsedFunction) { method _localFunctionCache (line 26466) | get _localFunctionCache() { function toNumberArray (line 26470) | function toNumberArray(arr) { class PDFFunction (line 26479) | class PDFFunction { method getSampleArray (line 26480) | static getSampleArray(size, outputSize, bps, stream) { method parse (line 26505) | static parse({ method parseArray (line 26544) | static parseArray({ method constructSampled (line 26570) | static constructSampled({ method constructInterpolated (line 26659) | static constructInterpolated({ method constructStiched (line 26679) | static constructStiched({ method constructPostScript (line 26734) | static constructPostScript({ function isPDFFunction (line 26803) | function isPDFFunction(v) { class PostScriptStack (line 26814) | class PostScriptStack { method constructor (line 26816) | constructor(initialStack) { method push (line 26819) | push(value) { method pop (line 26825) | pop() { method copy (line 26831) | copy(n) { method index (line 26840) | index(n) { method roll (line 26843) | roll(n, p) { class PostScriptEvaluator (line 26865) | class PostScriptEvaluator { method constructor (line 26866) | constructor(operators) { method execute (line 26869) | execute(initialStack) { class AstNode (line 27097) | class AstNode { method constructor (line 27098) | constructor(type) { method visit (line 27101) | visit(visitor) { class AstArgument (line 27105) | class AstArgument extends AstNode { method constructor (line 27106) | constructor(index, min, max) { method visit (line 27112) | visit(visitor) { class AstLiteral (line 27116) | class AstLiteral extends AstNode { method constructor (line 27117) | constructor(number) { method visit (line 27123) | visit(visitor) { class AstBinaryOperation (line 27127) | class AstBinaryOperation extends AstNode { method constructor (line 27128) | constructor(op, arg1, arg2, min, max) { method visit (line 27136) | visit(visitor) { class AstMin (line 27140) | class AstMin extends AstNode { method constructor (line 27141) | constructor(arg, max) { method visit (line 27147) | visit(visitor) { class AstVariable (line 27151) | class AstVariable extends AstNode { method constructor (line 27152) | constructor(index, min, max) { method visit (line 27158) | visit(visitor) { class AstVariableDefinition (line 27162) | class AstVariableDefinition extends AstNode { method constructor (line 27163) | constructor(variable, arg) { method visit (line 27168) | visit(visitor) { class ExpressionBuilderVisitor (line 27172) | class ExpressionBuilderVisitor { method constructor (line 27173) | constructor() { method visitArgument (line 27176) | visitArgument(arg) { method visitVariable (line 27179) | visitVariable(variable) { method visitLiteral (line 27182) | visitLiteral(literal) { method visitBinaryOperation (line 27185) | visitBinaryOperation(operation) { method visitVariableDefinition (line 27192) | visitVariableDefinition(definition) { method visitMin (line 27199) | visitMin(max) { method toString (line 27204) | toString() { function buildAddOperation (line 27208) | function buildAddOperation(num1, num2) { function buildMulOperation (line 27220) | function buildMulOperation(num1, num2) { function buildSubOperation (line 27241) | function buildSubOperation(num1, num2) { function buildMinOperation (line 27254) | function buildMinOperation(num1, max) { class PostScriptCompiler (line 27262) | class PostScriptCompiler { method compile (line 27263) | compile(code, domain, range) { function isOdd (line 27426) | function isOdd(i) { function isEven (line 27429) | function isEven(i) { function findUnequal (line 27432) | function findUnequal(arr, start, value) { function setValues (line 27441) | function setValues(arr, start, end, value) { function reverseValues (line 27446) | function reverseValues(arr, start, end) { function createBidiText (line 27453) | function createBidiText(str, isLTR, vertical = false) { function bidi (line 27467) | function bidi(str, startLevel = -1, vertical = false) { constant NORMAL (line 27662) | const NORMAL = { constant BOLD (line 27666) | const BOLD = { constant ITALIC (line 27670) | const ITALIC = { constant BOLDITALIC (line 27674) | const BOLDITALIC = { function getStyleToAppend (line 27789) | function getStyleToAppend(style) { function getFamilyName (line 27807) | function getFamilyName(str) { function generateFont (line 27811) | function generateFont({ function getFontSubstitution (line 27852) | function getFontSubstitution(systemFontCache, idFactory, localFontPath, ... constant MIN_IMAGE_DIM (line 27925) | const MIN_IMAGE_DIM = 2048; constant MAX_IMAGE_DIM (line 27926) | const MAX_IMAGE_DIM = 65537; constant MAX_ERROR (line 27927) | const MAX_ERROR = 128; class ImageResizer (line 27928) | class ImageResizer { method constructor (line 27929) | constructor(imgData, isMask) { method needsToBeResized (line 27933) | static needsToBeResized(width, height) { method MAX_DIM (line 27958) | static get MAX_DIM() { method MAX_AREA (line 27961) | static get MAX_AREA() { method MAX_AREA (line 27965) | static set MAX_AREA(area) { method setMaxArea (line 27971) | static setMaxArea(area) { method _areGoodDims (line 27976) | static _areGoodDims(width, height) { method _guessMax (line 27988) | static _guessMax(start, end, tolerance, defaultHeight) { method createImage (line 28000) | static async createImage(imgData, isMask = false) { method _createImage (line 28003) | async _createImage() { method _encodeBMP (line 28046) | _encodeBMP() { constant SEED (line 28168) | const SEED = 0xc3d2e1f0; constant MASK_HIGH (line 28169) | const MASK_HIGH = 0xffff0000; constant MASK_LOW (line 28170) | const MASK_LOW = 0xffff; class MurmurHash3_64 (line 28171) | class MurmurHash3_64 { method constructor (line 28172) | constructor(seed) { method update (line 28176) | update(input) { method hexdigest (line 28246) | hexdigest() { function addState (line 28262) | function addState(parentState, pattern, checkFn, iterateFn, processFn) { class NullOptimizer (line 28580) | class NullOptimizer { method constructor (line 28581) | constructor(queue) { method _optimize (line 28584) | _optimize() {} method push (line 28585) | push(fn, args) { method flush (line 28590) | flush() {} method reset (line 28591) | reset() {} class QueueOptimizer (line 28593) | class QueueOptimizer extends NullOptimizer { method constructor (line 28594) | constructor(queue) { method isOffscreenCanvasSupported (line 28606) | set isOffscreenCanvasSupported(value) { method _optimize (line 28609) | _optimize() { method flush (line 28653) | flush() { method reset (line 28662) | reset() { class OperatorList (line 28668) | class OperatorList { method constructor (line 28671) | constructor(intent = 0, streamSink) { method isOffscreenCanvasSupported (line 28681) | set isOffscreenCanvasSupported(value) { method length (line 28684) | get length() { method ready (line 28687) | get ready() { method totalLength (line 28690) | get totalLength() { method addOp (line 28693) | addOp(fn, args) { method addImageOps (line 28704) | addImageOps(fn, args, optionalContent) { method addDependency (line 28713) | addDependency(dependency) { method addDependencies (line 28720) | addDependencies(dependencies) { method addOpList (line 28725) | addOpList(opList) { method getIR (line 28737) | getIR() { method _transfers (line 28744) | get _transfers() { method flush (line 28765) | flush(lastChunk = false, separateAnnots = null) { function decodeAndClamp (line 28794) | function decodeAndClamp(value, addend, coefficient, max) { function resizeImageMask (line 28803) | function resizeImageMask(src, bpc, w1, h1, w2, h2) { class PDFImage (line 28834) | class PDFImage { method constructor (line 28835) | constructor({ method buildImage (line 28976) | static async buildImage({ method createRawMask (line 29013) | static createRawMask({ method createMask (line 29046) | static async createMask({ method drawWidth (line 29110) | get drawWidth() { method drawHeight (line 29113) | get drawHeight() { method decodeBuffer (line 29116) | decodeBuffer(buffer) { method getComponents (line 29137) | getComponents(buffer) { method fillOpacity (line 29212) | fillOpacity(rgbaBuf, width, height, actualHeight, image) { method undoPreblend (line 29267) | undoPreblend(buffer, width, height) { method createImageData (line 29291) | async createImageData(forceRGBA = false, isOffscreenCanvasSupported = ... method fillGrayBuffer (line 29441) | fillGrayBuffer(buffer) { method createBitmap (line 29477) | createBitmap(kind, width, height, src) { method getImageBytes (line 29504) | getImageBytes(length, { constant TEXT_CHUNK_BATCH_SIZE (line 29569) | const TEXT_CHUNK_BATCH_SIZE = 10; function normalizeBlendMode (line 29571) | function normalizeBlendMode(value, parsingArray = false) { function incrementCachedImageMaskCount (line 29629) | function incrementCachedImageMaskCount(data) { class TimeSlotManager (line 29634) | class TimeSlotManager { method constructor (line 29637) | constructor() { method check (line 29640) | check() { method reset (line 29647) | reset() { class PartialEvaluator (line 29652) | class PartialEvaluator { method constructor (line 29653) | constructor({ method _pdfFunctionFactory (line 29680) | get _pdfFunctionFactory() { method clone (line 29687) | clone(newOptions = null) { method hasBlendModes (line 29692) | hasBlendModes(resources, nonBlendModesSet) { method fetchBuiltInCMap (line 29785) | async fetchBuiltInCMap(name) { method fetchStandardFontData (line 29811) | async fetchStandardFontData(name) { method buildFormXObject (line 29845) | async buildFormXObject(resources, xobj, smask, operatorList, task, ini... method _sendImgData (line 29908) | _sendImgData(objId, imgData, cacheGlobally = false) { method buildPaintImageXObject (line 29915) | async buildPaintImageXObject({ method handleSMask (line 30119) | handleSMask(smask, resources, operatorList, task, stateManager, localC... method handleTransferFunction (line 30139) | handleTransferFunction(tr) { method handleTilingType (line 30179) | handleTilingType(fn, color, resources, pattern, patternDict, operatorL... method handleSetFont (line 30212) | async handleSetFont(resources, fontArgs, fontRef, operatorList, task, ... method handleText (line 30232) | handleText(chars, state) { method ensureStateFont (line 30243) | ensureStateFont(state) { method setGState (line 30254) | async setGState({ method loadFont (line 30339) | loadFont(fontName, font, resources, fallbackFontDict = null, cssFontIn... method buildPath (line 30443) | buildPath(operatorList, fn, args, parsingText = false) { method parseColorSpace (line 30496) | parseColorSpace({ method parseShading (line 30518) | parseShading({ method handleColorN (line 30555) | handleColorN(operatorList, fn, args, cs, patterns, resources, task, lo... method _parseVisibilityExpression (line 30594) | _parseVisibilityExpression(array, nestingCounter, currentResult) { method parseMarkedContentProps (line 30628) | async parseMarkedContentProps(contentProperties, resources) { method getOperatorList (line 30681) | getOperatorList({ method getTextContent (line 31122) | getTextContent({ method extractDataStructures (line 31935) | async extractDataStructures(dict, properties) { method _simpleFontToUnicode (line 32035) | _simpleFontToUnicode(properties, forceGlyphs = false) { method buildToUnicode (line 32114) | async buildToUnicode(properties) { method readToUnicode (line 32155) | async readToUnicode(cmapObj) { method readCidToGidMap (line 32213) | readCidToGidMap(glyphsData, toUnicode) { method extractWidths (line 32225) | extractWidths(dict, descriptor, properties) { method isSerifFont (line 32345) | isSerifFont(baseFontName) { method getBaseFontMetrics (line 32349) | getBaseFontMetrics(name) { method buildCharCodeToWidth (line 32372) | buildCharCodeToWidth(widthsByGlyphName, properties) { method preEvaluateFont (line 32388) | preEvaluateFont(dict) { method translateFont (line 32509) | async translateFont({ method buildFontPaths (line 32721) | static buildFontPaths(font, glyphs, handler, evaluatorOptions) { method fallbackFontDict (line 32745) | static get fallbackFontDict() { class TranslatedFont (line 32754) | class TranslatedFont { method constructor (line 32755) | constructor({ method send (line 32769) | send(handler) { method fallback (line 32776) | fallback(handler) { method loadType3Data (line 32783) | loadType3Data(evaluator, resources, task) { method _removeType3ColorOperators (line 32842) | _removeType3ColorOperators(operatorList, fontBBoxSize = NaN) { class StateManager (line 32909) | class StateManager { method constructor (line 32910) | constructor(initialState = new EvalState()) { method save (line 32914) | save() { method restore (line 32919) | restore() { method transform (line 32925) | transform(args) { class TextState (line 32929) | class TextState { method constructor (line 32930) | constructor() { method setTextMatrix (line 32945) | setTextMatrix(a, b, c, d, e, f) { method setTextLineMatrix (line 32954) | setTextLineMatrix(a, b, c, d, e, f) { method translateTextMatrix (line 32963) | translateTextMatrix(x, y) { method translateTextLineMatrix (line 32968) | translateTextLineMatrix(x, y) { method carriageReturn (line 32973) | carriageReturn() { method clone (line 32977) | clone() { class EvalState (line 32985) | class EvalState { method constructor (line 32986) | constructor() { method clone (line 32993) | clone() { class EvaluatorPreprocessor (line 32997) | class EvaluatorPreprocessor { method opMap (line 32998) | static get opMap() { method constructor (line 33378) | constructor(stream, xref, stateManager = new StateManager()) { method savedStatesDepth (line 33388) | get savedStatesDepth() { method read (line 33391) | read(operation) { method preprocessCommand (line 33457) | preprocessCommand(fn, args) { class DefaultAppearanceEvaluator (line 33481) | class DefaultAppearanceEvaluator extends EvaluatorPreprocessor { method constructor (line 33482) | constructor(str) { method parse (line 33485) | parse() { function parseDefaultAppearance (line 33535) | function parseDefaultAppearance(str) { class AppearanceStreamEvaluator (line 33538) | class AppearanceStreamEvaluator extends EvaluatorPreprocessor { method constructor (line 33539) | constructor(stream, evaluatorOptions, xref) { method parse (line 33546) | parse() { method _localColorSpaceCache (line 33633) | get _localColorSpaceCache() { method _pdfFunctionFactory (line 33636) | get _pdfFunctionFactory() { function parseAppearanceStream (line 33644) | function parseAppearanceStream(stream, evaluatorOptions, xref) { function getPdfColor (line 33647) | function getPdfColor(color, isFill) { function createDefaultAppearance (line 33654) | function createDefaultAppearance({ class FakeUnicodeFont (line 33661) | class FakeUnicodeFont { method constructor (line 33662) | constructor(xref, fontFamily) { method fontDescriptorRef (line 33675) | get fontDescriptorRef() { method descendantFontRef (line 33689) | get descendantFontRef() { method baseFontRef (line 33728) | get baseFontRef() { method resources (line 33738) | get resources() { method _createContext (line 33745) | _createContext() { method createFontResources (line 33750) | createFontResources(text) { method getFirstPositionInfo (line 33767) | static getFirstPositionInfo(rect, rotation, fontSize) { method createAppearance (line 33782) | createAppearance(text, rect, rotation, fontSize, bgColor, strokeAlpha) { class NameOrNumberTree (line 33862) | class NameOrNumberTree { method constructor (line 33863) | constructor(root, xref, type) { method getAll (line 33871) | getAll() { method get (line 33909) | get(key) { class NameTree (line 33965) | class NameTree extends NameOrNumberTree { method constructor (line 33966) | constructor(root, xref) { class NumberTree (line 33970) | class NumberTree extends NameOrNumberTree { method constructor (line 33971) | constructor(root, xref) { function clearGlobalCaches (line 33981) | function clearGlobalCaches() { function pickPlatformItem (line 33992) | function pickPlatformItem(dict) { class FileSpec (line 34006) | class FileSpec { method constructor (line 34008) | constructor(root, xref, skipContent = false) { method filename (line 34029) | get filename() { method content (line 34036) | get content() { method serializable (line 34056) | get serializable() { function isWhitespace (line 34079) | function isWhitespace(s, index) { function isWhitespaceString (line 34083) | function isWhitespaceString(s) { class XMLParserBase (line 34091) | class XMLParserBase { method _resolveEntities (line 34092) | _resolveEntities(s) { method _parseContent (line 34114) | _parseContent(s, start) { method _parseProcessingInstruction (line 34163) | _parseProcessingInstruction(s, start) { method parseXml (line 34186) | parseXml(s) { method onResolveEntity (line 34284) | onResolveEntity(name) { method onPi (line 34287) | onPi(name, value) {} method onComment (line 34288) | onComment(text) {} method onCdata (line 34289) | onCdata(text) {} method onDoctype (line 34290) | onDoctype(doctypeContent) {} method onText (line 34291) | onText(text) {} method onBeginElement (line 34292) | onBeginElement(name, attributes, isEmpty) {} method onEndElement (line 34293) | onEndElement(name) {} method onError (line 34294) | onError(code) {} class SimpleDOMNode (line 34296) | class SimpleDOMNode { method constructor (line 34297) | constructor(nodeName, nodeValue) { method firstChild (line 34305) | get firstChild() { method nextSibling (line 34308) | get nextSibling() { method textContent (line 34319) | get textContent() { method children (line 34327) | get children() { method hasChildNodes (line 34330) | hasChildNodes() { method searchNode (line 34333) | searchNode(paths, pos) { method dump (line 34387) | dump(buffer) { class SimpleXMLParser (line 34411) | class SimpleXMLParser extends XMLParserBase { method constructor (line 34412) | constructor({ method parseFromString (line 34423) | parseFromString(data) { method onText (line 34439) | onText(text) { method onCdata (line 34446) | onCdata(text) { method onBeginElement (line 34450) | onBeginElement(name, attributes, isEmpty) { method onEndElement (line 34466) | onEndElement(name) { method onError (line 34477) | onError(code) { class MetadataParser (line 34484) | class MetadataParser { method constructor (line 34485) | constructor(data) { method _repair (line 34497) | _repair(data) { method _getSequence (line 34528) | _getSequence(entry) { method _parseArray (line 34535) | _parseArray(entry) { method _parse (line 34543) | _parse(xmlDocument) { method serializable (line 34572) | get serializable() { class DecryptStream (line 34583) | class DecryptStream extends DecodeStream { method constructor (line 34584) | constructor(str, maybeLength, decrypt) { method readBlock (line 34592) | readBlock() { class ARCFourCipher (line 34620) | class ARCFourCipher { method constructor (line 34621) | constructor(key) { method encryptBlock (line 34637) | encryptBlock(data) { method decryptBlock (line 34656) | decryptBlock(data) { method encrypt (line 34659) | encrypt(data) { function hash (line 34666) | function hash(data, offset, length) { class Word64 (line 34732) | class Word64 { method constructor (line 34733) | constructor(highInteger, lowInteger) { method and (line 34737) | and(word) { method xor (line 34741) | xor(word) { method or (line 34745) | or(word) { method shiftRight (line 34749) | shiftRight(places) { method shiftLeft (line 34758) | shiftLeft(places) { method rotateRight (line 34767) | rotateRight(places) { method not (line 34780) | not() { method add (line 34784) | add(word) { method copyTo (line 34793) | copyTo(bytes, offset) { method assign (line 34803) | assign(word) { function rotr (line 34809) | function rotr(x, n) { function ch (line 34812) | function ch(x, y, z) { function maj (line 34815) | function maj(x, y, z) { function sigma (line 34818) | function sigma(x) { function sigmaPrime (line 34821) | function sigmaPrime(x) { function littleSigma (line 34824) | function littleSigma(x) { function littleSigmaPrime (line 34827) | function littleSigmaPrime(x) { function hash (line 34831) | function hash(data, offset, length) { function ch (line 34904) | function ch(result, x, y, z, tmp) { function maj (line 34912) | function maj(result, x, y, z, tmp) { function sigma (line 34922) | function sigma(result, x, tmp) { function sigmaPrime (line 34932) | function sigmaPrime(result, x, tmp) { function littleSigma (line 34942) | function littleSigma(result, x, tmp) { function littleSigmaPrime (line 34952) | function littleSigmaPrime(result, x, tmp) { function hash (line 34963) | function hash(data, offset, length, mode384 = false) { function calculateSHA384 (line 35107) | function calculateSHA384(data, offset, length) { class NullCipher (line 35110) | class NullCipher { method decryptBlock (line 35111) | decryptBlock(data) { method encrypt (line 35114) | encrypt(data) { class AESBaseCipher (line 35118) | class AESBaseCipher { method constructor (line 35119) | constructor() { method _expandKey (line 35133) | _expandKey(cipherKey) { method _decrypt (line 35136) | _decrypt(input, key) { method _encrypt (line 35204) | _encrypt(input, key) { method _decryptBlock2 (line 35275) | _decryptBlock2(data, finalize) { method decryptBlock (line 35323) | decryptBlock(data, finalize, iv = null) { method encrypt (line 35345) | encrypt(data, iv) { class AES128Cipher (line 35382) | class AES128Cipher extends AESBaseCipher { method constructor (line 35383) | constructor(key) { method _expandKey (line 35390) | _expandKey(cipherKey) { class AES256Cipher (line 35420) | class AES256Cipher extends AESBaseCipher { method constructor (line 35421) | constructor(key) { method _expandKey (line 35427) | _expandKey(cipherKey) { class PDF17 (line 35468) | class PDF17 { method checkOwnerPassword (line 35469) | checkOwnerPassword(password, ownerValidationSalt, userBytes, ownerPass... method checkUserPassword (line 35477) | checkUserPassword(password, userValidationSalt, userPassword) { method getOwnerKey (line 35484) | getOwnerKey(password, ownerKeySalt, userBytes, ownerEncryption) { method getUserKey (line 35493) | getUserKey(password, userKeySalt, userEncryption) { class PDF20 (line 35502) | class PDF20 { method _hash (line 35503) | _hash(password, input, userBytes) { method checkOwnerPassword (line 35534) | checkOwnerPassword(password, ownerValidationSalt, userBytes, ownerPass... method checkUserPassword (line 35542) | checkUserPassword(password, userValidationSalt, userPassword) { method getOwnerKey (line 35549) | getOwnerKey(password, ownerKeySalt, userBytes, ownerEncryption) { method getUserKey (line 35558) | getUserKey(password, userKeySalt, userEncryption) { class CipherTransform (line 35567) | class CipherTransform { method constructor (line 35568) | constructor(stringCipherConstructor, streamCipherConstructor) { method createStream (line 35572) | createStream(stream, length) { method decryptString (line 35578) | decryptString(s) { method encryptString (line 35584) | encryptString(s) { class CipherTransformFactory (line 35610) | class CipherTransformFactory { method #createEncryptionKey20 (line 35612) | #createEncryptionKey20(revision, password, ownerPassword, ownerValidat... method #prepareKeyData (line 35627) | #prepareKeyData(fileId, password, ownerPassword, userPassword, flags, ... method #decodeUserPassword (line 35702) | #decodeUserPassword(password, ownerPassword, revision, keyLength) { method #buildObjectKey (line 35737) | #buildObjectKey(num, gen, encryptionKey, isAes = false) { method #buildCipherConstructor (line 35758) | #buildCipherConstructor(cf, name, num, gen, key) { method constructor (line 35787) | constructor(dict, fileId, password) { method createCipherTransform (line 35874) | createCipherTransform(num, gen) { function writeObject (line 35894) | async function writeObject(ref, obj, buffer, { function writeDict (line 35908) | async function writeDict(dict, buffer, transform) { function writeStream (line 35916) | async function writeStream(stream, buffer, transform) { function writeArray (line 35960) | async function writeArray(array, buffer, transform) { function writeValue (line 35973) | async function writeValue(value, buffer, transform) { function writeInt (line 35999) | function writeInt(number, size, offset, buffer) { function writeString (line 36006) | function writeString(string, offset, buffer) { function computeMD5 (line 36011) | function computeMD5(filesize, xrefInfo) { function writeXFADataForAcroform (line 36028) | function writeXFADataForAcroform(str, newRefs) { function updateAcroform (line 36060) | async function updateAcroform({ function updateXFA (line 36093) | function updateXFA({ function getXRefTable (line 36114) | async function getXRefTable(xrefInfo, baseOffset, newRefs, newXref, buff... function getIndexes (line 36138) | function getIndexes(newRefs) { function getXRefStreamTable (line 36151) | async function getXRefStreamTable(xrefInfo, baseOffset, newRefs, newXref... function computeIDs (line 36190) | function computeIDs(baseOffset, xrefInfo, newXref) { function getTrailerDict (line 36196) | function getTrailerDict(xrefInfo, newRefs, useXrefStream) { function incrementalUpdate (line 36221) | async function incrementalUpdate({ constant MAX_DEPTH (line 36286) | const MAX_DEPTH = 40; class StructTreeRoot (line 36294) | class StructTreeRoot { method constructor (line 36295) | constructor(rootDict, rootRef) { method init (line 36301) | init() { method #addIdToPage (line 36304) | #addIdToPage(pageRef, id, type) { method addAnnotationIdToPage (line 36316) | addAnnotationIdToPage(pageRef, id) { method readRoleMap (line 36319) | readRoleMap() { method canCreateStructureTree (line 36331) | static async canCreateStructureTree({ method createStructureTree (line 36368) | static async createStructureTree({ method canUpdateStructTree (line 36411) | async canUpdateStructTree({ method updateStructureTree (line 36478) | async updateStructureTree({ method #writeKids (line 36532) | static async #writeKids({ method #collectParents (line 36606) | static #collectParents({ method #updateParentTag (line 36678) | static async #updateParentTag({ class StructElementNode (line 36721) | class StructElementNode { method constructor (line 36722) | constructor(tree, dict) { method role (line 36728) | get role() { method parseKids (line 36739) | parseKids() { method parseKid (line 36760) | parseKid(pageObjId, kid) { class StructElement (line 36814) | class StructElement { method constructor (line 36815) | constructor({ class StructTreePage (line 36830) | class StructTreePage { method constructor (line 36831) | constructor(structTreeRoot, pageDict) { method parse (line 36837) | parse(pageRef) { method addNode (line 36875) | addNode(dict, map, level = 0) { method addTopLevelNode (line 36908) | addTopLevelNode(dict, element) { method serializable (line 36933) | get serializable() { function isValidExplicitDest (line 36999) | function isValidExplicitDest(dest) { function fetchDest (line 37044) | function fetchDest(dest) { function fetchRemoteDest (line 37050) | function fetchRemoteDest(action) { class Catalog (line 37064) | class Catalog { method constructor (line 37065) | constructor(pdfManager, xref) { method cloneDict (line 37083) | cloneDict() { method version (line 37086) | get version() { method lang (line 37096) | get lang() { method needsRendering (line 37100) | get needsRendering() { method collection (line 37104) | get collection() { method acroForm (line 37119) | get acroForm() { method acroFormRef (line 37134) | get acroFormRef() { method metadata (line 37138) | get metadata() { method markInfo (line 37164) | get markInfo() { method _readMarkInfo (line 37176) | _readMarkInfo() { method structTreeRoot (line 37194) | get structTreeRoot() { method _readStructTreeRoot (line 37206) | _readStructTreeRoot() { method toplevelPagesDict (line 37216) | get toplevelPagesDict() { method documentOutline (line 37223) | get documentOutline() { method _readDocumentOutline (line 37235) | _readDocumentOutline() { method permissions (line 37318) | get permissions() { method _readPermissions (line 37330) | _readPermissions() { method optionalContentConfig (line 37349) | get optionalContentConfig() { method #readOptionalContentGroup (line 37383) | #readOptionalContentGroup(groupRef) { method #readOptionalContentConfig (line 37438) | #readOptionalContentConfig(config, contentGroupRefs) { method setActualNumPages (line 37522) | setActualNumPages(num = null) { method hasActualNumPages (line 37525) | get hasActualNumPages() { method _pagesCount (line 37528) | get _pagesCount() { method numPages (line 37535) | get numPages() { method destinations (line 37538) | get destinations() { method getDestination (line 37558) | getDestination(id) { method _readDests (line 37578) | _readDests() { method pageLabels (line 37587) | get pageLabels() { method _readPageLabels (line 37599) | _readPageLabels() { method pageLayout (line 37677) | get pageLayout() { method pageMode (line 37693) | get pageMode() { method viewerPreferences (line 37709) | get viewerPreferences() { method openAction (line 37827) | get openAction() { method attachments (line 37852) | get attachments() { method xfaImages (line 37867) | get xfaImages() { method _collectJavaScript (line 37881) | _collectJavaScript() { method jsActions (line 37914) | get jsActions() { method fontFallback (line 37929) | async fontFallback(id, handler) { method cleanup (line 37938) | async cleanup(manuallyTriggered = false) { method getPageDict (line 37955) | async getPageDict(pageIndex) { method getAllPageDicts (line 38044) | async getAllPageDicts(recoveryMode = false) { method getPageIndex (line 38142) | getPageIndex(pageRef) { method baseUrl (line 38216) | get baseUrl() { method parseDestDictionary (line 38231) | static parseDestDictionary({ function mayHaveChildren (line 38420) | function mayHaveChildren(value) { function addChildren (line 38423) | function addChildren(node, nodesToVisit) { class ObjectLoader (line 38437) | class ObjectLoader { method constructor (line 38438) | constructor(dict, keys, xref) { method load (line 38444) | async load() { method _walk (line 38462) | async _walk(nodesToVisit) { function stripQuotes (line 38670) | function stripQuotes(str) { function getInteger (line 38676) | function getInteger({ function getFloat (line 38691) | function getFloat({ function getKeyword (line 38706) | function getKeyword({ function getStringOption (line 38720) | function getStringOption(data, options) { function getMeasurement (line 38727) | function getMeasurement(str, def = "0") { function getRatio (line 38750) | function getRatio(data) { function getRelevant (line 38773) | function getRelevant(data) { function getColor (line 38782) | function getColor(data, def = [0, 0, 0]) { function getBBox (line 38806) | function getBBox(data) { class HTMLResult (line 38833) | class HTMLResult { method FAILURE (line 38834) | static get FAILURE() { method EMPTY (line 38837) | static get EMPTY() { method constructor (line 38840) | constructor(success, html, bbox, breakNode) { method isBreak (line 38846) | isBreak() { method breakNode (line 38849) | static breakNode(node) { method success (line 38852) | static success(html, bbox = null) { class FontFinder (line 38861) | class FontFinder { method constructor (line 38862) | constructor(pdfFonts) { method add (line 38869) | add(pdfFonts, reallyMissingFonts = null) { method addPdfFont (line 38886) | addPdfFont(pdfFont) { method getDefault (line 38917) | getDefault() { method find (line 38920) | find(fontName, mustWarn = true) { function selectFont (line 38975) | function selectFont(xfaFont, typeface) { function fonts_getMetrics (line 38986) | function fonts_getMetrics(xfaFont, real = false) { constant WIDTH_FACTOR (line 39012) | const WIDTH_FACTOR = 1.02; class FontInfo (line 39013) | class FontInfo { method constructor (line 39014) | constructor(xfaFont, margin, lineHeight, fontFinder) { method defaultFont (line 39043) | defaultFont(fontFinder) { class FontSelector (line 39067) | class FontSelector { method constructor (line 39068) | constructor(defaultXfaFont, defaultParaMargin, defaultLineHeight, font... method pushData (line 39072) | pushData(xfaFont, margin, lineHeight) { method popFont (line 39090) | popFont() { method topFont (line 39093) | topFont() { class TextMeasure (line 39097) | class TextMeasure { method constructor (line 39098) | constructor(defaultXfaFont, defaultParaMargin, defaultLineHeight, font... method pushData (line 39103) | pushData(xfaFont, margin, lineHeight) { method popFont (line 39106) | popFont(xfaFont) { method addPara (line 39109) | addPara() { method addString (line 39113) | addString(str) { method compute (line 39149) | compute(maxWidth) { function parseIndex (line 39234) | function parseIndex(index) { function parseExpression (line 39241) | function parseExpression(expr, dotDotAllowed, noExpr = true) { function searchNode (line 39317) | function searchNode(root, container, expr, dotDotAllowed = true, useCach... function createDataNode (line 39394) | function createDataNode(root, container, expr) { constant NS_DATASETS (line 39478) | const NS_DATASETS = NamespaceIds.datasets.id; class XFAObject (line 39479) | class XFAObject { method constructor (line 39480) | constructor(nsId, name, hasChildren = false) { method isXFAObject (line 39489) | get isXFAObject() { method isXFAObjectArray (line 39492) | get isXFAObjectArray() { method createNodes (line 39495) | createNodes(path) { method [$onChild] (line 39511) | [$onChild](child) { method [$onChildCheck] (line 39539) | [$onChildCheck](child) { method [$isNsAgnostic] (line 39542) | [$isNsAgnostic]() { method [$acceptWhitespace] (line 39545) | [$acceptWhitespace]() { method [$isCDATAXml] (line 39548) | [$isCDATAXml]() { method [$isBindable] (line 39551) | [$isBindable]() { method [$popPara] (line 39554) | [$popPara]() { method [$pushPara] (line 39559) | [$pushPara]() { method [$setId] (line 39562) | [$setId](ids) { method [$getTemplateRoot] (line 39567) | [$getTemplateRoot]() { method [$isSplittable] (line 39570) | [$isSplittable]() { method [$isThereMoreWidth] (line 39573) | [$isThereMoreWidth]() { method [$appendChild] (line 39576) | [$appendChild](child) { method [$removeChild] (line 39583) | [$removeChild](child) { method [$hasSettableValue] (line 39587) | [$hasSettableValue]() { method [$setValue] (line 39590) | [$setValue](_) {} method [$onText] (line 39591) | [$onText](_) {} method [$finalize] (line 39592) | [$finalize]() {} method [$clean] (line 39593) | [$clean](builder) { method [$indexOf] (line 39600) | [$indexOf](child) { method [$insertAt] (line 39603) | [$insertAt](i, child) { method [$isTransparent] (line 39610) | [$isTransparent]() { method [$lastAttribute] (line 39613) | [$lastAttribute]() { method [$text] (line 39616) | [$text]() { method [_attributeNames] (line 39622) | get [_attributeNames]() { method [$isDescendent] (line 39635) | [$isDescendent](parent) { method [$getParent] (line 39645) | [$getParent]() { method [$getSubformParent] (line 39648) | [$getSubformParent]() { method [$getChildren] (line 39651) | [$getChildren](name = null) { method [$dump] (line 39657) | [$dump]() { method [$toStyle] (line 39679) | [$toStyle]() { method [$toHTML] (line 39682) | [$toHTML]() { method [$getContainedChildren] (line 39685) | *[$getContainedChildren]() { method [_filteredChildrenGenerator] (line 39690) | *[_filteredChildrenGenerator](filter, include) { method [$flushHTML] (line 39702) | [$flushHTML]() { method [$addHTML] (line 39705) | [$addHTML](html, bbox) { method [$getAvailableSpace] (line 39708) | [$getAvailableSpace]() {} method [$childrenToHTML] (line 39709) | [$childrenToHTML]({ method [$setSetAttributes] (line 39742) | [$setSetAttributes](attributes) { method [_getUnsetAttributes] (line 39745) | [_getUnsetAttributes](protoAttributes) { method [$resolvePrototypes] (line 39750) | [$resolvePrototypes](ids, ancestors = new Set()) { method [_resolvePrototypesHelper] (line 39755) | [_resolvePrototypesHelper](ids, ancestors) { method [_getPrototype] (line 39763) | [_getPrototype](ids, ancestors) { method [_applyPrototype] (line 39821) | [_applyPrototype](proto, ids, ancestors) { method [_cloneAttribute] (line 39875) | static [_cloneAttribute](obj) { method [$clone] (line 39884) | [$clone]() { method [$getChildren] (line 39916) | [$getChildren](name = null) { method [$getChildrenByClass] (line 39922) | [$getChildrenByClass](name) { method [$getChildrenByName] (line 39925) | [$getChildrenByName](name, allTransparent, first = true) { method [$getChildrenByNameIt] (line 39928) | *[$getChildrenByNameIt](name, allTransparent, first = true) { class XFAObjectArray (line 39949) | class XFAObjectArray { method constructor (line 39950) | constructor(max = Infinity) { method isXFAObject (line 39954) | get isXFAObject() { method isXFAObjectArray (line 39957) | get isXFAObjectArray() { method push (line 39960) | push(child) { method isEmpty (line 39969) | isEmpty() { method dump (line 39972) | dump() { method [$clone] (line 39975) | [$clone]() { method children (line 39980) | get children() { method clear (line 39983) | clear() { class XFAAttribute (line 39987) | class XFAAttribute { method constructor (line 39988) | constructor(node, name, value) { method [$getParent] (line 39995) | [$getParent]() { method [$isDataValue] (line 39998) | [$isDataValue]() { method [$getDataValue] (line 40001) | [$getDataValue]() { method [$setValue] (line 40004) | [$setValue](value) { method [$text] (line 40008) | [$text]() { method [$isDescendent] (line 40011) | [$isDescendent](parent) { class XmlObject (line 40015) | class XmlObject extends XFAObject { method constructor (line 40016) | constructor(nsId, name, attributes = {}) { method [$toString] (line 40039) | [$toString](buf) { method [$onChild] (line 40077) | [$onChild](child) { method [$onText] (line 40087) | [$onText](str) { method [$finalize] (line 40090) | [$finalize]() { method [$toHTML] (line 40098) | [$toHTML]() { method [$getChildren] (line 40107) | [$getChildren](name = null) { method [$getAttributes] (line 40113) | [$getAttributes]() { method [$getChildrenByClass] (line 40116) | [$getChildrenByClass](name) { method [$getChildrenByNameIt] (line 40123) | *[$getChildrenByNameIt](name, allTransparent) { method [$getAttributeIt] (line 40137) | *[$getAttributeIt](name, skipConsumed) { method [$getRealChildrenByNameIt] (line 40146) | *[$getRealChildrenByNameIt](name, allTransparent, skipConsumed) { method [$isDataValue] (line 40156) | [$isDataValue]() { method [$getDataValue] (line 40162) | [$getDataValue]() { method [$setValue] (line 40174) | [$setValue](value) { method [$dump] (line 40178) | [$dump](hasNS = false) { class ContentObject (line 40198) | class ContentObject extends XFAObject { method constructor (line 40199) | constructor(nsId, name) { method [$onText] (line 40203) | [$onText](text) { method [$finalize] (line 40206) | [$finalize]() {} class OptionObject (line 40208) | class OptionObject extends ContentObject { method constructor (line 40209) | constructor(nsId, name, options) { method [$finalize] (line 40213) | [$finalize]() { method [$clean] (line 40220) | [$clean](builder) { class StringObject (line 40225) | class StringObject extends ContentObject { method [$finalize] (line 40226) | [$finalize]() { class IntegerObject (line 40230) | class IntegerObject extends ContentObject { method constructor (line 40231) | constructor(nsId, name, defaultValue, validator) { method [$finalize] (line 40236) | [$finalize]() { method [$clean] (line 40243) | [$clean](builder) { class Option01 (line 40249) | class Option01 extends IntegerObject { method constructor (line 40250) | constructor(nsId, name) { class Option10 (line 40254) | class Option10 extends IntegerObject { method constructor (line 40255) | constructor(nsId, name) { function measureToString (line 40267) | function measureToString(m) { method anchorType (line 40274) | anchorType(node, style) { method dimensions (line 40309) | dimensions(node, style) { method position (line 40331) | position(node, style) { method rotate (line 40340) | rotate(node, style) { method presence (line 40349) | presence(node, style) { method hAlign (line 40360) | hAlign(node, style) { method margin (line 40386) | margin(node, style) { function setMinMaxDimensions (line 40392) | function setMinMaxDimensions(node, style) { function layoutText (line 40409) | function layoutText(text, xfaFont, margin, lineHeight, fontFinder, width) { function layoutNode (line 40418) | function layoutNode(node, availableSpace) { function computeBbox (line 40480) | function computeBbox(node, html, availableSpace) { function fixDimensions (line 40512) | function fixDimensions(node) { function layoutClass (line 40536) | function layoutClass(node) { function toStyle (line 40556) | function toStyle(node, ...names) { function createWrapper (line 40578) | function createWrapper(node, html) { function fixTextIndent (line 40663) | function fixTextIndent(styles) { function setAccess (line 40673) | function setAccess(node, classNames) { function isPrintOnly (line 40686) | function isPrintOnly(node) { function getCurrentPara (line 40689) | function getCurrentPara(node) { function setPara (line 40693) | function setPara(node, nodeStyle, value) { function setFontFamily (line 40728) | function setFontFamily(xfaFont, node, fontFinder, style) { function fixURL (line 40756) | function fixURL(str) { function createLine (line 40767) | function createLine(node, children) { function flushHTML (line 40776) | function flushHTML(node) { function addHTML (line 40801) | function addHTML(node, html, bbox) { function getAvailableSpace (line 40861) | function getAvailableSpace(node) { function getTransformedBBox (line 40896) | function getTransformedBBox(node) { function checkDimensions (line 40946) | function checkDimensions(node, space) { constant TEMPLATE_NS_ID (line 41043) | const TEMPLATE_NS_ID = NamespaceIds.template.id; constant SVG_NS (line 41044) | const SVG_NS = "http://www.w3.org/2000/svg"; constant MAX_ATTEMPTS_FOR_LRTB_LAYOUT (line 41045) | const MAX_ATTEMPTS_FOR_LRTB_LAYOUT = 2; constant MAX_EMPTY_PAGES (line 41046) | const MAX_EMPTY_PAGES = 3; constant DEFAULT_TAB_INDEX (line 41047) | const DEFAULT_TAB_INDEX = 5000; constant HEADING_PATTERN (line 41048) | const HEADING_PATTERN = /^H(\d+)$/; constant MIMES (line 41049) | const MIMES = new Set(["image/gif", "image/jpeg", "image/jpg", "image/pj... constant IMAGES_HEADERS (line 41050) | const IMAGES_HEADERS = [[[0x42, 0x4d], "image/bmp"], [[0xff, 0xd8, 0xff]... function getBorderDims (line 41051) | function getBorderDims(node) { function hasMargin (line 41070) | function hasMargin(node) { function _setValue (line 41073) | function _setValue(templateNode, value) { function isRequired (line 41090) | function isRequired(node) { function setTabIndex (line 41093) | function setTabIndex(node) { function applyAssist (line 41122) | function applyAssist(obj, attributes) { function ariaLabel (line 41149) | function ariaLabel(obj) { function valueToHtml (line 41162) | function valueToHtml(value) { function setFirstUnsplittable (line 41178) | function setFirstUnsplittable(node) { function unsetFirstUnsplittable (line 41185) | function unsetFirstUnsplittable(node) { function handleBreak (line 41191) | function handleBreak(node) { function handleOverflow (line 41254) | function handleOverflow(node, extraNode, space) { class AppearanceFilter (line 41265) | class AppearanceFilter extends StringObject { method constructor (line 41266) | constructor(attributes) { class Arc (line 41274) | class Arc extends XFAObject { method constructor (line 41275) | constructor(attributes) { method [$toHTML] (line 41299) | [$toHTML]() { class Area (line 41373) | class Area extends XFAObject { method constructor (line 41374) | constructor(attributes) { method [$getContainedChildren] (line 41398) | *[$getContainedChildren]() { method [$isTransparent] (line 41401) | [$isTransparent]() { method [$isBindable] (line 41404) | [$isBindable]() { method [$addHTML] (line 41407) | [$addHTML](html, bbox) { method [$getAvailableSpace] (line 41413) | [$getAvailableSpace]() { method [$toHTML] (line 41416) | [$toHTML](availableSpace) { class Assist (line 41459) | class Assist extends XFAObject { method constructor (line 41460) | constructor(attributes) { method [$toHTML] (line 41469) | [$toHTML]() { class Barcode (line 41473) | class Barcode extends XFAObject { method constructor (line 41474) | constructor(attributes) { class Bind (line 41529) | class Bind extends XFAObject { method constructor (line 41530) | constructor(attributes) { class BindItems (line 41537) | class BindItems extends XFAObject { method constructor (line 41538) | constructor(attributes) { class Bookend (line 41546) | class Bookend extends XFAObject { method constructor (line 41547) | constructor(attributes) { class BooleanElement (line 41556) | class BooleanElement extends Option01 { method constructor (line 41557) | constructor(attributes) { method [$toHTML] (line 41564) | [$toHTML](availableSpace) { class Border (line 41568) | class Border extends XFAObject { method constructor (line 41569) | constructor(attributes) { method [$getExtra] (line 41584) | [$getExtra]() { method [$toStyle] (line 41609) | [$toStyle]() { class Break (line 41652) | class Break extends XFAObject { method constructor (line 41653) | constructor(attributes) { class BreakAfter (line 41675) | class BreakAfter extends XFAObject { method constructor (line 41676) | constructor(attributes) { class BreakBefore (line 41693) | class BreakBefore extends XFAObject { method constructor (line 41694) | constructor(attributes) { method [$toHTML] (line 41710) | [$toHTML](availableSpace) { class Button (line 41715) | class Button extends XFAObject { method constructor (line 41716) | constructor(attributes) { method [$toHTML] (line 41724) | [$toHTML](availableSpace) { class Calculate (line 41763) | class Calculate extends XFAObject { method constructor (line 41764) | constructor(attributes) { class Caption (line 41775) | class Caption extends XFAObject { method constructor (line 41776) | constructor(attributes) { method [$setValue] (line 41790) | [$setValue](value) { method [$getExtra] (line 41793) | [$getExtra](availableSpace) { method [$toHTML] (line 41817) | [$toHTML](availableSpace) { class Certificate (line 41882) | class Certificate extends StringObject { method constructor (line 41883) | constructor(attributes) { class Certificates (line 41891) | class Certificates extends XFAObject { method constructor (line 41892) | constructor(attributes) { class CheckButton (line 41908) | class CheckButton extends XFAObject { method constructor (line 41909) | constructor(attributes) { method [$toHTML] (line 41921) | [$toHTML](availableSpace) { class ChoiceList (line 41980) | class ChoiceList extends XFAObject { method constructor (line 41981) | constructor(attributes) { method [$toHTML] (line 41997) | [$toHTML](availableSpace) { class Color (line 42071) | class Color extends XFAObject { method constructor (line 42072) | constructor(attributes) { method [$hasSettableValue] (line 42081) | [$hasSettableValue]() { method [$toStyle] (line 42084) | [$toStyle]() { class Comb (line 42088) | class Comb extends XFAObject { method constructor (line 42089) | constructor(attributes) { class Connect (line 42101) | class Connect extends XFAObject { method constructor (line 42102) | constructor(attributes) { class ContentArea (line 42113) | class ContentArea extends XFAObject { method constructor (line 42114) | constructor(attributes) { method [$toHTML] (line 42128) | [$toHTML](availableSpace) { class Corner (line 42152) | class Corner extends XFAObject { method constructor (line 42153) | constructor(attributes) { method [$toStyle] (line 42171) | [$toStyle]() { class DateElement (line 42177) | class DateElement extends ContentObject { method constructor (line 42178) | constructor(attributes) { method [$finalize] (line 42185) | [$finalize]() { method [$toHTML] (line 42189) | [$toHTML](availableSpace) { class DateTime (line 42193) | class DateTime extends ContentObject { method constructor (line 42194) | constructor(attributes) { method [$finalize] (line 42201) | [$finalize]() { method [$toHTML] (line 42205) | [$toHTML](availableSpace) { class DateTimeEdit (line 42209) | class DateTimeEdit extends XFAObject { method constructor (line 42210) | constructor(attributes) { method [$toHTML] (line 42222) | [$toHTML](availableSpace) { class Decimal (line 42250) | class Decimal extends ContentObject { method constructor (line 42251) | constructor(attributes) { method [$finalize] (line 42268) | [$finalize]() { method [$toHTML] (line 42272) | [$toHTML](availableSpace) { class DefaultUi (line 42276) | class DefaultUi extends XFAObject { method constructor (line 42277) | constructor(attributes) { class Desc (line 42285) | class Desc extends XFAObject { method constructor (line 42286) | constructor(attributes) { class DigestMethod (line 42303) | class DigestMethod extends OptionObject { method constructor (line 42304) | constructor(attributes) { class DigestMethods (line 42311) | class DigestMethods extends XFAObject { method constructor (line 42312) | constructor(attributes) { class Draw (line 42321) | class Draw extends XFAObject { method constructor (line 42322) | constructor(attributes) { method [$setValue] (line 42365) | [$setValue](value) { method [$toHTML] (line 42368) | [$toHTML](availableSpace) { class Edge (line 42443) | class Edge extends XFAObject { method constructor (line 42444) | constructor(attributes) { method [$toStyle] (line 42456) | [$toStyle]() { class Encoding (line 42500) | class Encoding extends OptionObject { method constructor (line 42501) | constructor(attributes) { class Encodings (line 42508) | class Encodings extends XFAObject { method constructor (line 42509) | constructor(attributes) { class Encrypt (line 42518) | class Encrypt extends XFAObject { method constructor (line 42519) | constructor(attributes) { class EncryptData (line 42527) | class EncryptData extends XFAObject { method constructor (line 42528) | constructor(attributes) { class Encryption (line 42539) | class Encryption extends XFAObject { method constructor (line 42540) | constructor(attributes) { class EncryptionMethod (line 42549) | class EncryptionMethod extends OptionObject { method constructor (line 42550) | constructor(attributes) { class EncryptionMethods (line 42557) | class EncryptionMethods extends XFAObject { method constructor (line 42558) | constructor(attributes) { class Event (line 42567) | class Event extends XFAObject { method constructor (line 42568) | constructor(attributes) { class ExData (line 42585) | class ExData extends ContentObject { method constructor (line 42586) | constructor(attributes) { method [$isCDATAXml] (line 42602) | [$isCDATAXml]() { method [$onChild] (line 42605) | [$onChild](child) { method [$toHTML] (line 42616) | [$toHTML](availableSpace) { class ExObject (line 42623) | class ExObject extends XFAObject { method constructor (line 42624) | constructor(attributes) { class ExclGroup (line 42648) | class ExclGroup extends XFAObject { method constructor (line 42649) | constructor(attributes) { method [$isBindable] (line 42691) | [$isBindable]() { method [$hasSettableValue] (line 42694) | [$hasSettableValue]() { method [$setValue] (line 42697) | [$setValue](value) { method [$isThereMoreWidth] (line 42707) | [$isThereMoreWidth]() { method [$isSplittable] (line 42710) | [$isSplittable]() { method [$flushHTML] (line 42728) | [$flushHTML]() { method [$addHTML] (line 42731) | [$addHTML](html, bbox) { method [$getAvailableSpace] (line 42734) | [$getAvailableSpace]() { method [$toHTML] (line 42737) | [$toHTML](availableSpace) { class Execute (line 42854) | class Execute extends XFAObject { method constructor (line 42855) | constructor(attributes) { class Extras (line 42865) | class Extras extends XFAObject { method constructor (line 42866) | constructor(attributes) { class Field (line 42885) | class Field extends XFAObject { method constructor (line 42886) | constructor(attributes) { method [$isBindable] (line 42939) | [$isBindable]() { method [$setValue] (line 42942) | [$setValue](value) { method [$toHTML] (line 42945) | [$toHTML](availableSpace) { class Fill (line 43203) | class Fill extends XFAObject { method constructor (line 43204) | constructor(attributes) { method [$toStyle] (line 43218) | [$toStyle]() { class Filter (line 43257) | class Filter extends XFAObject { method constructor (line 43258) | constructor(attributes) { class Float (line 43282) | class Float extends ContentObject { method constructor (line 43283) | constructor(attributes) { method [$finalize] (line 43290) | [$finalize]() { method [$toHTML] (line 43294) | [$toHTML](availableSpace) { class template_Font (line 43298) | class template_Font extends XFAObject { method constructor (line 43299) | constructor(attributes) { method [$clean] (line 43342) | [$clean](builder) { method [$toStyle] (line 43346) | [$toStyle]() { class Format (line 43388) | class Format extends XFAObject { method constructor (line 43389) | constructor(attributes) { class Handler (line 43398) | class Handler extends StringObject { method constructor (line 43399) | constructor(attributes) { class Hyphenation (line 43407) | class Hyphenation extends XFAObject { method constructor (line 43408) | constructor(attributes) { class Image (line 43445) | class Image extends StringObject { method constructor (line 43446) | constructor(attributes) { method [$toHTML] (line 43457) | [$toHTML]() { class ImageEdit (line 43522) | class ImageEdit extends XFAObject { method constructor (line 43523) | constructor(attributes) { method [$toHTML] (line 43533) | [$toHTML](availableSpace) { class Integer (line 43544) | class Integer extends ContentObject { method constructor (line 43545) | constructor(attributes) { method [$finalize] (line 43552) | [$finalize]() { method [$toHTML] (line 43556) | [$toHTML](availableSpace) { class Issuers (line 43560) | class Issuers extends XFAObject { method constructor (line 43561) | constructor(attributes) { class Items (line 43570) | class Items extends XFAObject { method constructor (line 43571) | constructor(attributes) { method [$toHTML] (line 43595) | [$toHTML]() { class Keep (line 43603) | class Keep extends XFAObject { method constructor (line 43604) | constructor(attributes) { class KeyUsage (line 43616) | class KeyUsage extends XFAObject { method constructor (line 43617) | constructor(attributes) { class Line (line 43635) | class Line extends XFAObject { method constructor (line 43636) | constructor(attributes) { method [$toHTML] (line 43645) | [$toHTML]() { class Linear (line 43707) | class Linear extends XFAObject { method constructor (line 43708) | constructor(attributes) { method [$toStyle] (line 43717) | [$toStyle](startColor) { class LockDocument (line 43724) | class LockDocument extends ContentObject { method constructor (line 43725) | constructor(attributes) { method [$finalize] (line 43732) | [$finalize]() { class Manifest (line 43736) | class Manifest extends XFAObject { method constructor (line 43737) | constructor(attributes) { class Margin (line 43748) | class Margin extends XFAObject { method constructor (line 43749) | constructor(attributes) { method [$toStyle] (line 43760) | [$toStyle]() { class Mdp (line 43766) | class Mdp extends XFAObject { method constructor (line 43767) | constructor(attributes) { class Medium (line 43780) | class Medium extends XFAObject { method constructor (line 43781) | constructor(attributes) { class Message (line 43795) | class Message extends XFAObject { method constructor (line 43796) | constructor(attributes) { class NumericEdit (line 43804) | class NumericEdit extends XFAObject { method constructor (line 43805) | constructor(attributes) { method [$toHTML] (line 43816) | [$toHTML](availableSpace) { class Occur (line 43844) | class Occur extends XFAObject { method constructor (line 43845) | constructor(attributes) { method [$clean] (line 43867) | [$clean]() { class Oid (line 43888) | class Oid extends StringObject { method constructor (line 43889) | constructor(attributes) { class Oids (line 43897) | class Oids extends XFAObject { method constructor (line 43898) | constructor(attributes) { class Overflow (line 43907) | class Overflow extends XFAObject { method constructor (line 43908) | constructor(attributes) { method [$getExtra] (line 43917) | [$getExtra]() { class PageArea (line 43935) | class PageArea extends XFAObject { method constructor (line 43936) | constructor(attributes) { method [$isUsable] (line 43967) | [$isUsable]() { method [$cleanPage] (line 43976) | [$cleanPage]() { method [$getNextPage] (line 43979) | [$getNextPage]() { method [$getAvailableSpace] (line 43994) | [$getAvailableSpace]() { method [$toHTML] (line 44000) | [$toHTML]() { class PageSet (line 44048) | class PageSet extends XFAObject { method constructor (line 44049) | constructor(attributes) { method [$cleanPage] (line 44063) | [$cleanPage]() { method [$isUsable] (line 44071) | [$isUsable]() { method [$getNextPage] (line 44074) | [$getNextPage]() { class Para (line 44123) | class Para extends XFAObject { method constructor (line 44124) | constructor(attributes) { method [$toStyle] (line 44153) | [$toStyle]() { class PasswordEdit (line 44184) | class PasswordEdit extends XFAObject { method constructor (line 44185) | constructor(attributes) { class template_Pattern (line 44197) | class template_Pattern extends XFAObject { method constructor (line 44198) | constructor(attributes) { method [$toStyle] (line 44207) | [$toStyle](startColor) { class Picture (line 44230) | class Picture extends StringObject { method constructor (line 44231) | constructor(attributes) { class Proto (line 44238) | class Proto extends XFAObject { method constructor (line 44239) | constructor(attributes) { class Radial (line 44353) | class Radial extends XFAObject { method constructor (line 44354) | constructor(attributes) { method [$toStyle] (line 44363) | [$toStyle](startColor) { class Reason (line 44370) | class Reason extends StringObject { method constructor (line 44371) | constructor(attributes) { class Reasons (line 44379) | class Reasons extends XFAObject { method constructor (line 44380) | constructor(attributes) { class Rectangle (line 44389) | class Rectangle extends XFAObject { method constructor (line 44390) | constructor(attributes) { method [$toHTML] (line 44400) | [$toHTML]() { class RefElement (line 44456) | class RefElement extends StringObject { method constructor (line 44457) | constructor(attributes) { class Script (line 44464) | class Script extends StringObject { method constructor (line 44465) | constructor(attributes) { class SetProperty (line 44476) | class SetProperty extends XFAObject { method constructor (line 44477) | constructor(attributes) { class SignData (line 44484) | class SignData extends XFAObject { method constructor (line 44485) | constructor(attributes) { class Signature (line 44497) | class Signature extends XFAObject { method constructor (line 44498) | constructor(attributes) { class Signing (line 44511) | class Signing extends XFAObject { method constructor (line 44512) | constructor(attributes) { class Solid (line 44521) | class Solid extends XFAObject { method constructor (line 44522) | constructor(attributes) { method [$toStyle] (line 44529) | [$toStyle](startColor) { class Speak (line 44533) | class Speak extends StringObject { method constructor (line 44534) | constructor(attributes) { class Stipple (line 44548) | class Stipple extends XFAObject { method constructor (line 44549) | constructor(attributes) { method [$toStyle] (line 44562) | [$toStyle](bgColor) { class Subform (line 44567) | class Subform extends XFAObject { method constructor (line 44568) | constructor(attributes) { method [$getSubformParent] (line 44634) | [$getSubformParent]() { method [$isBindable] (line 44641) | [$isBindable]() { method [$isThereMoreWidth] (line 44644) | [$isThereMoreWidth]() { method [$getContainedChildren] (line 44647) | *[$getContainedChildren]() { method [$flushHTML] (line 44650) | [$flushHTML]() { method [$addHTML] (line 44653) | [$addHTML](html, bbox) { method [$getAvailableSpace] (line 44656) | [$getAvailableSpace]() { method [$isSplittable] (line 44659) | [$isSplittable]() { method [$toHTML] (line 44681) | [$toHTML](availableSpace) { class SubformSet (line 44872) | class SubformSet extends XFAObject { method constructor (line 44873) | constructor(attributes) { method [$getContainedChildren] (line 44892) | *[$getContainedChildren]() { method [$getSubformParent] (line 44895) | [$getSubformParent]() { method [$isBindable] (line 44902) | [$isBindable]() { class SubjectDN (line 44906) | class SubjectDN extends ContentObject { method constructor (line 44907) | constructor(attributes) { method [$finalize] (line 44915) | [$finalize]() { class SubjectDNs (line 44923) | class SubjectDNs extends XFAObject { method constructor (line 44924) | constructor(attributes) { class Submit (line 44933) | class Submit extends XFAObject { method constructor (line 44934) | constructor(attributes) { class Template (line 44957) | class Template extends XFAObject { method constructor (line 44958) | constructor(attributes) { method [$finalize] (line 44964) | [$finalize]() { method [$isSplittable] (line 44973) | [$isSplittable]() { method [$searchNode] (line 44976) | [$searchNode](expr, container) { method [$toPages] (line 44982) | *[$toPages]() { class Text (line 45178) | class Text extends ContentObject { method constructor (line 45179) | constructor(attributes) { method [$acceptWhitespace] (line 45192) | [$acceptWhitespace]() { method [$onChild] (line 45195) | [$onChild](child) { method [$onText] (line 45203) | [$onText](str) { method [$finalize] (line 45209) | [$finalize]() { method [$getExtra] (line 45214) | [$getExtra]() { method [$toHTML] (line 45225) | [$toHTML](availableSpace) { class TextEdit (line 45262) | class TextEdit extends XFAObject { method constructor (line 45263) | constructor(attributes) { method [$toHTML] (line 45285) | [$toHTML](availableSpace) { class Time (line 45331) | class Time extends StringObject { method constructor (line 45332) | constructor(attributes) { method [$finalize] (line 45339) | [$finalize]() { method [$toHTML] (line 45343) | [$toHTML](availableSpace) { class TimeStamp (line 45347) | class TimeStamp extends XFAObject { method constructor (line 45348) | constructor(attributes) { class ToolTip (line 45357) | class ToolTip extends StringObject { method constructor (line 45358) | constructor(attributes) { class Traversal (line 45366) | class Traversal extends XFAObject { method constructor (line 45367) | constructor(attributes) { class Traverse (line 45376) | class Traverse extends XFAObject { method constructor (line 45377) | constructor(attributes) { method name (line 45387) | get name() { method [$isTransparent] (line 45390) | [$isTransparent]() { class Ui (line 45394) | class Ui extends XFAObject { method constructor (line 45395) | constructor(attributes) { method [$getExtra] (line 45414) | [$getExtra]() { method [$toHTML] (line 45431) | [$toHTML](availableSpace) { class Validate (line 45439) | class Validate extends XFAObject { method constructor (line 45440) | constructor(attributes) { class Value (line 45454) | class Value extends XFAObject { method constructor (line 45455) | constructor(attributes) { method [$setValue] (line 45480) | [$setValue](value) { method [$text] (line 45507) | [$text]() { method [$toHTML] (line 45525) | [$toHTML](availableSpace) { class Variables (line 45536) | class Variables extends XFAObject { method constructor (line 45537) | constructor(attributes) { method [$isTransparent] (line 45555) | [$isTransparent]() { class TemplateNamespace (line 45559) | class TemplateNamespace { method [$buildXFAObject] (line 45560) | static [$buildXFAObject](name, attributes) { method appearanceFilter (line 45568) | static appearanceFilter(attrs) { method arc (line 45571) | static arc(attrs) { method area (line 45574) | static area(attrs) { method assist (line 45577) | static assist(attrs) { method barcode (line 45580) | static barcode(attrs) { method bind (line 45583) | static bind(attrs) { method bindItems (line 45586) | static bindItems(attrs) { method bookend (line 45589) | static bookend(attrs) { method boolean (line 45592) | static boolean(attrs) { method border (line 45595) | static border(attrs) { method break (line 45598) | static break(attrs) { method breakAfter (line 45601) | static breakAfter(attrs) { method breakBefore (line 45604) | static breakBefore(attrs) { method button (line 45607) | static button(attrs) { method calculate (line 45610) | static calculate(attrs) { method caption (line 45613) | static caption(attrs) { method certificate (line 45616) | static certificate(attrs) { method certificates (line 45619) | static certificates(attrs) { method checkButton (line 45622) | static checkButton(attrs) { method choiceList (line 45625) | static choiceList(attrs) { method color (line 45628) | static color(attrs) { method comb (line 45631) | static comb(attrs) { method connect (line 45634) | static connect(attrs) { method contentArea (line 45637) | static contentArea(attrs) { method corner (line 45640) | static corner(attrs) { method date (line 45643) | static date(attrs) { method dateTime (line 45646) | static dateTime(attrs) { method dateTimeEdit (line 45649) | static dateTimeEdit(attrs) { method decimal (line 45652) | static decimal(attrs) { method defaultUi (line 45655) | static defaultUi(attrs) { method desc (line 45658) | static desc(attrs) { method digestMethod (line 45661) | static digestMethod(attrs) { method digestMethods (line 45664) | static digestMethods(attrs) { method draw (line 45667) | static draw(attrs) { method edge (line 45670) | static edge(attrs) { method encoding (line 45673) | static encoding(attrs) { method encodings (line 45676) | static encodings(attrs) { method encrypt (line 45679) | static encrypt(attrs) { method encryptData (line 45682) | static encryptData(attrs) { method encryption (line 45685) | static encryption(attrs) { method encryptionMethod (line 45688) | static encryptionMethod(attrs) { method encryptionMethods (line 45691) | static encryptionMethods(attrs) { method event (line 45694) | static event(attrs) { method exData (line 45697) | static exData(attrs) { method exObject (line 45700) | static exObject(attrs) { method exclGroup (line 45703) | static exclGroup(attrs) { method execute (line 45706) | static execute(attrs) { method extras (line 45709) | static extras(attrs) { method field (line 45712) | static field(attrs) { method fill (line 45715) | static fill(attrs) { method filter (line 45718) | static filter(attrs) { method float (line 45721) | static float(attrs) { method font (line 45724) | static font(attrs) { method format (line 45727) | static format(attrs) { method handler (line 45730) | static handler(attrs) { method hyphenation (line 45733) | static hyphenation(attrs) { method image (line 45736) | static image(attrs) { method imageEdit (line 45739) | static imageEdit(attrs) { method integer (line 45742) | static integer(attrs) { method issuers (line 45745) | static issuers(attrs) { method items (line 45748) | static items(attrs) { method keep (line 45751) | static keep(attrs) { method keyUsage (line 45754) | static keyUsage(attrs) { method line (line 45757) | static line(attrs) { method linear (line 45760) | static linear(attrs) { method lockDocument (line 45763) | static lockDocument(attrs) { method manifest (line 45766) | static manifest(attrs) { method margin (line 45769) | static margin(attrs) { method mdp (line 45772) | static mdp(attrs) { method medium (line 45775) | static medium(attrs) { method message (line 45778) | static message(attrs) { method numericEdit (line 45781) | static numericEdit(attrs) { method occur (line 45784) | static occur(attrs) { method oid (line 45787) | static oid(attrs) { method oids (line 45790) | static oids(attrs) { method overflow (line 45793) | static overflow(attrs) { method pageArea (line 45796) | static pageArea(attrs) { method pageSet (line 45799) | static pageSet(attrs) { method para (line 45802) | static para(attrs) { method passwordEdit (line 45805) | static passwordEdit(attrs) { method pattern (line 45808) | static pattern(attrs) { method picture (line 45811) | static picture(attrs) { method proto (line 45814) | static proto(attrs) { method radial (line 45817) | static radial(attrs) { method reason (line 45820) | static reason(attrs) { method reasons (line 45823) | static reasons(attrs) { method rectangle (line 45826) | static rectangle(attrs) { method ref (line 45829) | static ref(attrs) { method script (line 45832) | static script(attrs) { method setProperty (line 45835) | static setProperty(attrs) { method signData (line 45838) | static signData(attrs) { method signature (line 45841) | static signature(attrs) { method signing (line 45844) | static signing(attrs) { method solid (line 45847) | static solid(attrs) { method speak (line 45850) | static speak(attrs) { method stipple (line 45853) | static stipple(attrs) { method subform (line 45856) | static subform(attrs) { method subformSet (line 45859) | static subformSet(attrs) { method subjectDN (line 45862) | static subjectDN(attrs) { method subjectDNs (line 45865) | static subjectDNs(attrs) { method submit (line 45868) | static submit(attrs) { method template (line 45871) | static template(attrs) { method text (line 45874) | static text(attrs) { method textEdit (line 45877) | static textEdit(attrs) { method time (line 45880) | static time(attrs) { method timeStamp (line 45883) | static timeStamp(attrs) { method toolTip (line 45886) | static toolTip(attrs) { method traversal (line 45889) | static traversal(attrs) { method traverse (line 45892) | static traverse(attrs) { method ui (line 45895) | static ui(attrs) { method validate (line 45898) | static validate(attrs) { method value (line 45901) | static value(attrs) { method variables (line 45904) | static variables(attrs) { function createText (line 45917) | function createText(content) { class Binder (line 45922) | class Binder { method constructor (line 45923) | constructor(root) { method _isConsumeData (line 45930) | _isConsumeData() { method _isMatchTemplate (line 45933) | _isMatchTemplate() { method bind (line 45936) | bind() { method getData (line 45940) | getData() { method _bindValue (line 45943) | _bindValue(formNode, data, picture) { method _findDataByNameToConsume (line 45961) | _findDataByNameToConsume(name, isValue, dataNode, global) { method _setProperties (line 45997) | _setProperties(formNode, dataNode) { method _bindItems (line 46059) | _bindItems(formNode, dataNode) { method _bindOccurrences (line 46124) | _bindOccurrences(formNode, matches, picture) { method _createOccurrences (line 46150) | _createOccurrences(formNode) { method _getOccurInfo (line 46186) | _getOccurInfo(formNode) { method _setAndBind (line 46197) | _setAndBind(formNode, dataNode) { method _bindElement (line 46202) | _bindElement(formNode, dataNode) { class DataHandler (line 46332) | class DataHandler { method constructor (line 46333) | constructor(root, data) { method serialize (line 46337) | serialize(storage) { constant CONFIG_NS_ID (line 46385) | const CONFIG_NS_ID = NamespaceIds.config.id; class Acrobat (line 46386) | class Acrobat extends XFAObject { method constructor (line 46387) | constructor(attributes) { class Acrobat7 (line 46397) | class Acrobat7 extends XFAObject { method constructor (line 46398) | constructor(attributes) { class ADBE_JSConsole (line 46403) | class ADBE_JSConsole extends OptionObject { method constructor (line 46404) | constructor(attributes) { class ADBE_JSDebugger (line 46408) | class ADBE_JSDebugger extends OptionObject { method constructor (line 46409) | constructor(attributes) { class AddSilentPrint (line 46413) | class AddSilentPrint extends Option01 { method constructor (line 46414) | constructor(attributes) { class AddViewerPreferences (line 46418) | class AddViewerPreferences extends Option01 { method constructor (line 46419) | constructor(attributes) { class AdjustData (line 46423) | class AdjustData extends Option10 { method constructor (line 46424) | constructor(attributes) { class AdobeExtensionLevel (line 46428) | class AdobeExtensionLevel extends IntegerObject { method constructor (line 46429) | constructor(attributes) { class Agent (line 46433) | class Agent extends XFAObject { method constructor (line 46434) | constructor(attributes) { class AlwaysEmbed (line 46440) | class AlwaysEmbed extends ContentObject { method constructor (line 46441) | constructor(attributes) { class Amd (line 46445) | class Amd extends StringObject { method constructor (line 46446) | constructor(attributes) { class config_Area (line 46450) | class config_Area extends XFAObject { method constructor (line 46451) | constructor(attributes) { class Attributes (line 46461) | class Attributes extends OptionObject { method constructor (line 46462) | constructor(attributes) { class AutoSave (line 46466) | class AutoSave extends OptionObject { method constructor (line 46467) | constructor(attributes) { class Base (line 46471) | class Base extends StringObject { method constructor (line 46472) | constructor(attributes) { class BatchOutput (line 46476) | class BatchOutput extends XFAObject { method constructor (line 46477) | constructor(attributes) { class BehaviorOverride (line 46482) | class BehaviorOverride extends ContentObject { method constructor (line 46483) | constructor(attributes) { method [$finalize] (line 46486) | [$finalize]() { class Cache (line 46490) | class Cache extends XFAObject { method constructor (line 46491) | constructor(attributes) { class Change (line 46496) | class Change extends Option01 { method constructor (line 46497) | constructor(attributes) { class Common (line 46501) | class Common extends XFAObject { method constructor (line 46502) | constructor(attributes) { class Compress (line 46515) | class Compress extends XFAObject { method constructor (line 46516) | constructor(attributes) { class CompressLogicalStructure (line 46521) | class CompressLogicalStructure extends Option01 { method constructor (line 46522) | constructor(attributes) { class CompressObjectStream (line 46526) | class CompressObjectStream extends Option10 { method constructor (line 46527) | constructor(attributes) { class Compression (line 46531) | class Compression extends XFAObject { method constructor (line 46532) | constructor(attributes) { class Config (line 46540) | class Config extends XFAObject { method constructor (line 46541) | constructor(attributes) { class Conformance (line 46549) | class Conformance extends OptionObject { method constructor (line 46550) | constructor(attributes) { class ContentCopy (line 46554) | class ContentCopy extends Option01 { method constructor (line 46555) | constructor(attributes) { class Copies (line 46559) | class Copies extends IntegerObject { method constructor (line 46560) | constructor(attributes) { class Creator (line 46564) | class Creator extends StringObject { method constructor (line 46565) | constructor(attributes) { class CurrentPage (line 46569) | class CurrentPage extends IntegerObject { method constructor (line 46570) | constructor(attributes) { class Data (line 46574) | class Data extends XFAObject { method constructor (line 46575) | constructor(attributes) { class Debug (line 46591) | class Debug extends XFAObject { method constructor (line 46592) | constructor(attributes) { class DefaultTypeface (line 46597) | class DefaultTypeface extends ContentObject { method constructor (line 46598) | constructor(attributes) { class Destination (line 46603) | class Destination extends OptionObject { method constructor (line 46604) | constructor(attributes) { class DocumentAssembly (line 46608) | class DocumentAssembly extends Option01 { method constructor (line 46609) | constructor(attributes) { class Driver (line 46613) | class Driver extends XFAObject { method constructor (line 46614) | constructor(attributes) { class DuplexOption (line 46621) | class DuplexOption extends OptionObject { method constructor (line 46622) | constructor(attributes) { class DynamicRender (line 46626) | class DynamicRender extends OptionObject { method constructor (line 46627) | constructor(attributes) { class Embed (line 46631) | class Embed extends Option01 { method constructor (line 46632) | constructor(attributes) { class config_Encrypt (line 46636) | class config_Encrypt extends Option01 { method constructor (line 46637) | constructor(attributes) { class config_Encryption (line 46641) | class config_Encryption extends XFAObject { method constructor (line 46642) | constructor(attributes) { class EncryptionLevel (line 46649) | class EncryptionLevel extends OptionObject { method constructor (line 46650) | constructor(attributes) { class Enforce (line 46654) | class Enforce extends StringObject { method constructor (line 46655) | constructor(attributes) { class Equate (line 46659) | class Equate extends XFAObject { method constructor (line 46660) | constructor(attributes) { class EquateRange (line 46671) | class EquateRange extends XFAObject { method constructor (line 46672) | constructor(attributes) { method unicodeRange (line 46678) | get unicodeRange() { class Exclude (line 46698) | class Exclude extends ContentObject { method constructor (line 46699) | constructor(attributes) { method [$finalize] (line 46702) | [$finalize]() { class ExcludeNS (line 46706) | class ExcludeNS extends StringObject { method constructor (line 46707) | constructor(attributes) { class FlipLabel (line 46711) | class FlipLabel extends OptionObject { method constructor (line 46712) | constructor(attributes) { class config_FontInfo (line 46716) | class config_FontInfo extends XFAObject { method constructor (line 46717) | constructor(attributes) { class FormFieldFilling (line 46727) | class FormFieldFilling extends Option01 { method constructor (line 46728) | constructor(attributes) { class GroupParent (line 46732) | class GroupParent extends StringObject { method constructor (line 46733) | constructor(attributes) { class IfEmpty (line 46737) | class IfEmpty extends OptionObject { method constructor (line 46738) | constructor(attributes) { class IncludeXDPContent (line 46742) | class IncludeXDPContent extends StringObject { method constructor (line 46743) | constructor(attributes) { class IncrementalLoad (line 46747) | class IncrementalLoad extends OptionObject { method constructor (line 46748) | constructor(attributes) { class IncrementalMerge (line 46752) | class IncrementalMerge extends Option01 { method constructor (line 46753) | constructor(attributes) { class Interactive (line 46757) | class Interactive extends Option01 { method constructor (line 46758) | constructor(attributes) { class Jog (line 46762) | class Jog extends OptionObject { method constructor (line 46763) | constructor(attributes) { class LabelPrinter (line 46767) | class LabelPrinter extends XFAObject { method constructor (line 46768) | constructor(attributes) { class Layout (line 46777) | class Layout extends OptionObject { method constructor (line 46778) | constructor(attributes) { class Level (line 46782) | class Level extends IntegerObject { method constructor (line 46783) | constructor(attributes) { class Linearized (line 46787) | class Linearized extends Option01 { method constructor (line 46788) | constructor(attributes) { class Locale (line 46792) | class Locale extends StringObject { method constructor (line 46793) | constructor(attributes) { class LocaleSet (line 46797) | class LocaleSet extends StringObject { method constructor (line 46798) | constructor(attributes) { class Log (line 46802) | class Log extends XFAObject { method constructor (line 46803) | constructor(attributes) { class MapElement (line 46811) | class MapElement extends XFAObject { method constructor (line 46812) | constructor(attributes) { class MediumInfo (line 46818) | class MediumInfo extends XFAObject { method constructor (line 46819) | constructor(attributes) { class config_Message (line 46824) | class config_Message extends XFAObject { method constructor (line 46825) | constructor(attributes) { class Messaging (line 46831) | class Messaging extends XFAObject { method constructor (line 46832) | constructor(attributes) { class Mode (line 46837) | class Mode extends OptionObject { method constructor (line 46838) | constructor(attributes) { class ModifyAnnots (line 46842) | class ModifyAnnots extends Option01 { method constructor (line 46843) | constructor(attributes) { class MsgId (line 46847) | class MsgId extends IntegerObject { method constructor (line 46848) | constructor(attributes) { class NameAttr (line 46852) | class NameAttr extends StringObject { method constructor (line 46853) | constructor(attributes) { class NeverEmbed (line 46857) | class NeverEmbed extends ContentObject { method constructor (line 46858) | constructor(attributes) { class NumberOfCopies (line 46862) | class NumberOfCopies extends IntegerObject { method constructor (line 46863) | constructor(attributes) { class OpenAction (line 46867) | class OpenAction extends XFAObject { method constructor (line 46868) | constructor(attributes) { class Output (line 46873) | class Output extends XFAObject { method constructor (line 46874) | constructor(attributes) { class OutputBin (line 46881) | class OutputBin extends StringObject { method constructor (line 46882) | constructor(attributes) { class OutputXSL (line 46886) | class OutputXSL extends XFAObject { method constructor (line 46887) | constructor(attributes) { class Overprint (line 46892) | class Overprint extends OptionObject { method constructor (line 46893) | constructor(attributes) { class Packets (line 46897) | class Packets extends StringObject { method constructor (line 46898) | constructor(attributes) { method [$finalize] (line 46901) | [$finalize]() { class PageOffset (line 46908) | class PageOffset extends XFAObject { method constructor (line 46909) | constructor(attributes) { class PageRange (line 46923) | class PageRange extends StringObject { method constructor (line 46924) | constructor(attributes) { method [$finalize] (line 46927) | [$finalize]() { class Pagination (line 46936) | class Pagination extends OptionObject { method constructor (line 46937) | constructor(attributes) { class PaginationOverride (line 46941) | class PaginationOverride extends OptionObject { method constructor (line 46942) | constructor(attributes) { class Part (line 46946) | class Part extends IntegerObject { method constructor (line 46947) | constructor(attributes) { class Pcl (line 46951) | class Pcl extends XFAObject { method constructor (line 46952) | constructor(attributes) { class Pdf (line 46965) | class Pdf extends XFAObject { method constructor (line 46966) | constructor(attributes) { class Pdfa (line 46990) | class Pdfa extends XFAObject { method constructor (line 46991) | constructor(attributes) { class Permissions (line 46999) | class Permissions extends XFAObject { method constructor (line 47000) | constructor(attributes) { class PickTrayByPDFSize (line 47013) | class PickTrayByPDFSize extends Option01 { method constructor (line 47014) | constructor(attributes) { class config_Picture (line 47018) | class config_Picture extends StringObject { method constructor (line 47019) | constructor(attributes) { class PlaintextMetadata (line 47023) | class PlaintextMetadata extends Option01 { method constructor (line 47024) | constructor(attributes) { class Presence (line 47028) | class Presence extends OptionObject { method constructor (line 47029) | constructor(attributes) { class Present (line 47033) | class Present extends XFAObject { method constructor (line 47034) | constructor(attributes) { class Print (line 47060) | class Print extends Option01 { method constructor (line 47061) | constructor(attributes) { class PrintHighQuality (line 47065) | class PrintHighQuality extends Option01 { method constructor (line 47066) | constructor(attributes) { class PrintScaling (line 47070) | class PrintScaling extends OptionObject { method constructor (line 47071) | constructor(attributes) { class PrinterName (line 47075) | class PrinterName extends StringObject { method constructor (line 47076) | constructor(attributes) { class Producer (line 47080) | class Producer extends StringObject { method constructor (line 47081) | constructor(attributes) { class Ps (line 47085) | class Ps extends XFAObject { method constructor (line 47086) | constructor(attributes) { class Range (line 47098) | class Range extends ContentObject { method constructor (line 47099) | constructor(attributes) { method [$finalize] (line 47102) | [$finalize]() { class Record (line 47111) | class Record extends ContentObject { method constructor (line 47112) | constructor(attributes) { method [$finalize] (line 47115) | [$finalize]() { class Relevant (line 47123) | class Relevant extends ContentObject { method constructor (line 47124) | constructor(attributes) { method [$finalize] (line 47127) | [$finalize]() { class Rename (line 47131) | class Rename extends ContentObject { method constructor (line 47132) | constructor(attributes) { method [$finalize] (line 47135) | [$finalize]() { class RenderPolicy (line 47142) | class RenderPolicy extends OptionObject { method constructor (line 47143) | constructor(attributes) { class RunScripts (line 47147) | class RunScripts extends OptionObject { method constructor (line 47148) | constructor(attributes) { class config_Script (line 47152) | class config_Script extends XFAObject { method constructor (line 47153) | constructor(attributes) { class ScriptModel (line 47160) | class ScriptModel extends OptionObject { method constructor (line 47161) | constructor(attributes) { class Severity (line 47165) | class Severity extends OptionObject { method constructor (line 47166) | constructor(attributes) { class SilentPrint (line 47170) | class SilentPrint extends XFAObject { method constructor (line 47171) | constructor(attributes) { class Staple (line 47177) | class Staple extends XFAObject { method constructor (line 47178) | constructor(attributes) { class StartNode (line 47183) | class StartNode extends StringObject { method constructor (line 47184) | constructor(attributes) { class StartPage (line 47188) | class StartPage extends IntegerObject { method constructor (line 47189) | constructor(attributes) { class SubmitFormat (line 47193) | class SubmitFormat extends OptionObject { method constructor (line 47194) | constructor(attributes) { class SubmitUrl (line 47198) | class SubmitUrl extends StringObject { method constructor (line 47199) | constructor(attributes) { class SubsetBelow (line 47203) | class SubsetBelow extends IntegerObject { method constructor (line 47204) | constructor(attributes) { class SuppressBanner (line 47208) | class SuppressBanner extends Option01 { method constructor (line 47209) | constructor(attributes) { class Tagged (line 47213) | class Tagged extends Option01 { method constructor (line 47214) | constructor(attributes) { class config_Template (line 47218) | class config_Template extends XFAObject { method constructor (line 47219) | constructor(attributes) { class Threshold (line 47228) | class Threshold extends OptionObject { method constructor (line 47229) | constructor(attributes) { class To (line 47233) | class To extends OptionObject { method constructor (line 47234) | constructor(attributes) { class TemplateCache (line 47238) | class TemplateCache extends XFAObject { method constructor (line 47239) | constructor(attributes) { class Trace (line 47248) | class Trace extends XFAObject { method constructor (line 47249) | constructor(attributes) { class Transform (line 47254) | class Transform extends XFAObject { method constructor (line 47255) | constructor(attributes) { class Type (line 47266) | class Type extends OptionObject { method constructor (line 47267) | constructor(attributes) { class Uri (line 47271) | class Uri extends StringObject { method constructor (line 47272) | constructor(attributes) { class config_Validate (line 47276) | class config_Validate extends OptionObject { method constructor (line 47277) | constructor(attributes) { class ValidateApprovalSignatures (line 47281) | class ValidateApprovalSignatures extends ContentObject { method constructor (line 47282) | constructor(attributes) { method [$finalize] (line 47285) | [$finalize]() { class ValidationMessaging (line 47289) | class ValidationMessaging extends OptionObject { method constructor (line 47290) | constructor(attributes) { class Version (line 47294) | class Version extends OptionObject { method constructor (line 47295) | constructor(attributes) { class VersionControl (line 47299) | class VersionControl extends XFAObject { method constructor (line 47300) | constructor(attributes) { class ViewerPreferences (line 47307) | class ViewerPreferences extends XFAObject { method constructor (line 47308) | constructor(attributes) { class WebClient (line 47321) | class WebClient extends XFAObject { method constructor (line 47322) | constructor(attributes) { class Whitespace (line 47329) | class Whitespace extends OptionObject { method constructor (line 47330) | constructor(attributes) { class Window (line 47334) | class Window extends ContentObject { method constructor (line 47335) | constructor(attributes) { method [$finalize] (line 47338) | [$finalize]() { class Xdc (line 47350) | class Xdc extends XFAObject { method constructor (line 47351) | constructor(attributes) { class Xdp (line 47357) | class Xdp extends XFAObject { method constructor (line 47358) | constructor(attributes) { class Xsl (line 47363) | class Xsl extends XFAObject { method constructor (line 47364) | constructor(attributes) { class Zpl (line 47370) | class Zpl extends XFAObject { method constructor (line 47371) | constructor(attributes) { class ConfigNamespace (line 47380) | class ConfigNamespace { method [$buildXFAObject] (line 47381) | static [$buildXFAObject](name, attributes) { method acrobat (line 47387) | static acrobat(attrs) { method acrobat7 (line 47390) | static acrobat7(attrs) { method ADBE_JSConsole (line 47393) | static ADBE_JSConsole(attrs) { method ADBE_JSDebugger (line 47396) | static ADBE_JSDebugger(attrs) { method addSilentPrint (line 47399) | static addSilentPrint(attrs) { method addViewerPreferences (line 47402) | static addViewerPreferences(attrs) { method adjustData (line 47405) | static adjustData(attrs) { method adobeExtensionLevel (line 47408) | static adobeExtensionLevel(attrs) { method agent (line 47411) | static agent(attrs) { method alwaysEmbed (line 47414) | static alwaysEmbed(attrs) { method amd (line 47417) | static amd(attrs) { method area (line 47420) | static area(attrs) { method attributes (line 47423) | static attributes(attrs) { method autoSave (line 47426) | static autoSave(attrs) { method base (line 47429) | static base(attrs) { method batchOutput (line 47432) | static batchOutput(attrs) { method behaviorOverride (line 47435) | static behaviorOverride(attrs) { method cache (line 47438) | static cache(attrs) { method change (line 47441) | static change(attrs) { method common (line 47444) | static common(attrs) { method compress (line 47447) | static compress(attrs) { method compressLogicalStructure (line 47450) | static compressLogicalStructure(attrs) { method compressObjectStream (line 47453) | static compressObjectStream(attrs) { method compression (line 47456) | static compression(attrs) { method config (line 47459) | static config(attrs) { method conformance (line 47462) | static conformance(attrs) { method contentCopy (line 47465) | static contentCopy(attrs) { method copies (line 47468) | static copies(attrs) { method creator (line 47471) | static creator(attrs) { method currentPage (line 47474) | static currentPage(attrs) { method data (line 47477) | static data(attrs) { method debug (line 47480) | static debug(attrs) { method defaultTypeface (line 47483) | static defaultTypeface(attrs) { method destination (line 47486) | static destination(attrs) { method documentAssembly (line 47489) | static documentAssembly(attrs) { method driver (line 47492) | static driver(attrs) { method duplexOption (line 47495) | static duplexOption(attrs) { method dynamicRender (line 47498) | static dynamicRender(attrs) { method embed (line 47501) | static embed(attrs) { method encrypt (line 47504) | static encrypt(attrs) { method encryption (line 47507) | static encryption(attrs) { method encryptionLevel (line 47510) | static encryptionLevel(attrs) { method enforce (line 47513) | static enforce(attrs) { method equate (line 47516) | static equate(attrs) { method equateRange (line 47519) | static equateRange(attrs) { method exclude (line 47522) | static exclude(attrs) { method excludeNS (line 47525) | static excludeNS(attrs) { method flipLabel (line 47528) | static flipLabel(attrs) { method fontInfo (line 47531) | static fontInfo(attrs) { method formFieldFilling (line 47534) | static formFieldFilling(attrs) { method groupParent (line 47537) | static groupParent(attrs) { method ifEmpty (line 47540) | static ifEmpty(attrs) { method includeXDPContent (line 47543) | static includeXDPContent(attrs) { method incrementalLoad (line 47546) | static incrementalLoad(attrs) { method incrementalMerge (line 47549) | static incrementalMerge(attrs) { method interactive (line 47552) | static interactive(attrs) { method jog (line 47555) | static jog(attrs) { method labelPrinter (line 47558) | static labelPrinter(attrs) { method layout (line 47561) | static layout(attrs) { method level (line 47564) | static level(attrs) { method linearized (line 47567) | static linearized(attrs) { method locale (line 47570) | static locale(attrs) { method localeSet (line 47573) | static localeSet(attrs) { method log (line 47576) | static log(attrs) { method map (line 47579) | static map(attrs) { method mediumInfo (line 47582) | static mediumInfo(attrs) { method message (line 47585) | static message(attrs) { method messaging (line 47588) | static messaging(attrs) { method mode (line 47591) | static mode(attrs) { method modifyAnnots (line 47594) | static modifyAnnots(attrs) { method msgId (line 47597) | static msgId(attrs) { method nameAttr (line 47600) | static nameAttr(attrs) { method neverEmbed (line 47603) | static neverEmbed(attrs) { method numberOfCopies (line 47606) | static numberOfCopies(attrs) { method openAction (line 47609) | static openAction(attrs) { method output (line 47612) | static output(attrs) { method outputBin (line 47615) | static outputBin(attrs) { method outputXSL (line 47618) | static outputXSL(attrs) { method overprint (line 47621) | static overprint(attrs) { method packets (line 47624) | static packets(attrs) { method pageOffset (line 47627) | static pageOffset(attrs) { method pageRange (line 47630) | static pageRange(attrs) { method pagination (line 47633) | static pagination(attrs) { method paginationOverride (line 47636) | static paginationOverride(attrs) { method part (line 47639) | static part(attrs) { method pcl (line 47642) | static pcl(attrs) { method pdf (line 47645) | static pdf(attrs) { method pdfa (line 47648) | static pdfa(attrs) { method permissions (line 47651) | static permissions(attrs) { method pickTrayByPDFSize (line 47654) | static pickTrayByPDFSize(attrs) { method picture (line 47657) | static picture(attrs) { method plaintextMetadata (line 47660) | static plaintextMetadata(attrs) { method presence (line 47663) | static presence(attrs) { method present (line 47666) | static present(attrs) { method print (line 47669) | static print(attrs) { method printHighQuality (line 47672) | static printHighQuality(attrs) { method printScaling (line 47675) | static printScaling(attrs) { method printerName (line 47678) | static printerName(attrs) { method producer (line 47681) | static producer(attrs) { method ps (line 47684) | static ps(attrs) { method range (line 47687) | static range(attrs) { method record (line 47690) | static record(attrs) { method relevant (line 47693) | static relevant(attrs) { method rename (line 47696) | static rename(attrs) { method renderPolicy (line 47699) | static renderPolicy(attrs) { method runScripts (line 47702) | static runScripts(attrs) { method script (line 47705) | static script(attrs) { method scriptModel (line 47708) | static scriptModel(attrs) { method severity (line 47711) | static severity(attrs) { method silentPrint (line 47714) | static silentPrint(attrs) { method staple (line 47717) | static staple(attrs) { method startNode (line 47720) | static startNode(attrs) { method startPage (line 47723) | static startPage(attrs) { method submitFormat (line 47726) | static submitFormat(attrs) { method submitUrl (line 47729) | static submitUrl(attrs) { method subsetBelow (line 47732) | static subsetBelow(attrs) { method suppressBanner (line 47735) | static suppressBanner(attrs) { method tagged (line 47738) | static tagged(attrs) { method template (line 47741) | static template(attrs) { method templateCache (line 47744) | static templateCache(attrs) { method threshold (line 47747) | static threshold(attrs) { method to (line 47750) | static to(attrs) { method trace (line 47753) | static trace(attrs) { method transform (line 47756) | static transform(attrs) { method type (line 47759) | static type(attrs) { method uri (line 47762) | static uri(attrs) { method validate (line 47765) | static validate(attrs) { method validateApprovalSignatures (line 47768) | static validateApprovalSignatures(attrs) { method validationMessaging (line 47771) | static validationMessaging(attrs) { method version (line 47774) | static version(attrs) { method versionControl (line 47777) | static versionControl(attrs) { method viewerPreferences (line 47780) | static viewerPreferences(attrs) { method webClient (line 47783) | static webClient(attrs) { method whitespace (line 47786) | static whitespace(attrs) { method window (line 47789) | static window(attrs) { method xdc (line 47792) | static xdc(attrs) { method xdp (line 47795) | static xdp(attrs) { method xsl (line 47798) | static xsl(attrs) { method zpl (line 47801) | static zpl(attrs) { constant CONNECTION_SET_NS_ID (line 47809) | const CONNECTION_SET_NS_ID = NamespaceIds.connectionSet.id; class ConnectionSet (line 47810) | class ConnectionSet extends XFAObject { method constructor (line 47811) | constructor(attributes) { class EffectiveInputPolicy (line 47818) | class EffectiveInputPolicy extends XFAObject { method constructor (line 47819) | constructor(attributes) { class EffectiveOutputPolicy (line 47827) | class EffectiveOutputPolicy extends XFAObject { method constructor (line 47828) | constructor(attributes) { class Operation (line 47836) | class Operation extends StringObject { method constructor (line 47837) | constructor(attributes) { class RootElement (line 47847) | class RootElement extends StringObject { method constructor (line 47848) | constructor(attributes) { class SoapAction (line 47856) | class SoapAction extends StringObject { method constructor (line 47857) | constructor(attributes) { class SoapAddress (line 47865) | class SoapAddress extends StringObject { method constructor (line 47866) | constructor(attributes) { class connection_set_Uri (line 47874) | class connection_set_Uri extends StringObject { method constructor (line 47875) | constructor(attributes) { class WsdlAddress (line 47883) | class WsdlAddress extends StringObject { method constructor (line 47884) | constructor(attributes) { class WsdlConnection (line 47892) | class WsdlConnection extends XFAObject { method constructor (line 47893) | constructor(attributes) { class XmlConnection (line 47905) | class XmlConnection extends XFAObject { method constructor (line 47906) | constructor(attributes) { class XsdConnection (line 47913) | class XsdConnection extends XFAObject { method constructor (line 47914) | constructor(attributes) { class ConnectionSetNamespace (line 47922) | class ConnectionSetNamespace { method [$buildXFAObject] (line 47923) | static [$buildXFAObject](name, attributes) { method connectionSet (line 47929) | static connectionSet(attrs) { method effectiveInputPolicy (line 47932) | static effectiveInputPolicy(attrs) { method effectiveOutputPolicy (line 47935) | static effectiveOutputPolicy(attrs) { method operation (line 47938) | static operation(attrs) { method rootElement (line 47941) | static rootElement(attrs) { method soapAction (line 47944) | static soapAction(attrs) { method soapAddress (line 47947) | static soapAddress(attrs) { method uri (line 47950) | static uri(attrs) { method wsdlAddress (line 47953) | static wsdlAddress(attrs) { method wsdlConnection (line 47956) | static wsdlConnection(attrs) { method xmlConnection (line 47959) | static xmlConnection(attrs) { method xsdConnection (line 47962) | static xsdConnection(attrs) { constant DATASETS_NS_ID (line 47971) | const DATASETS_NS_ID = NamespaceIds.datasets.id; class datasets_Data (line 47972) | class datasets_Data extends XmlObject { method constructor (line 47973) | constructor(attributes) { method [$isNsAgnostic] (line 47976) | [$isNsAgnostic]() { class Datasets (line 47980) | class Datasets extends XFAObject { method constructor (line 47981) | constructor(attributes) { method [$onChild] (line 47986) | [$onChild](child) { class DatasetsNamespace (line 47994) | class DatasetsNamespace { method [$buildXFAObject] (line 47995) | static [$buildXFAObject](name, attributes) { method datasets (line 48001) | static datasets(attributes) { method data (line 48004) | static data(attributes) { constant LOCALE_SET_NS_ID (line 48013) | const LOCALE_SET_NS_ID = NamespaceIds.localeSet.id; class CalendarSymbols (line 48014) | class CalendarSymbols extends XFAObject { method constructor (line 48015) | constructor(attributes) { class CurrencySymbol (line 48024) | class CurrencySymbol extends StringObject { method constructor (line 48025) | constructor(attributes) { class CurrencySymbols (line 48030) | class CurrencySymbols extends XFAObject { method constructor (line 48031) | constructor(attributes) { class DatePattern (line 48036) | class DatePattern extends StringObject { method constructor (line 48037) | constructor(attributes) { class DatePatterns (line 48042) | class DatePatterns extends XFAObject { method constructor (line 48043) | constructor(attributes) { class DateTimeSymbols (line 48048) | class DateTimeSymbols extends ContentObject { method constructor (line 48049) | constructor(attributes) { class Day (line 48053) | class Day extends StringObject { method constructor (line 48054) | constructor(attributes) { class DayNames (line 48058) | class DayNames extends XFAObject { method constructor (line 48059) | constructor(attributes) { class Era (line 48069) | class Era extends StringObject { method constructor (line 48070) | constructor(attributes) { class EraNames (line 48074) | class EraNames extends XFAObject { method constructor (line 48075) | constructor(attributes) { class locale_set_Locale (line 48080) | class locale_set_Locale extends XFAObject { method constructor (line 48081) | constructor(attributes) { class locale_set_LocaleSet (line 48095) | class locale_set_LocaleSet extends XFAObject { method constructor (line 48096) | constructor(attributes) { class Meridiem (line 48101) | class Meridiem extends StringObject { method constructor (line 48102) | constructor(attributes) { class MeridiemNames (line 48106) | class MeridiemNames extends XFAObject { method constructor (line 48107) | constructor(attributes) { class Month (line 48112) | class Month extends StringObject { method constructor (line 48113) | constructor(attributes) { class MonthNames (line 48117) | class MonthNames extends XFAObject { method constructor (line 48118) | constructor(attributes) { class NumberPattern (line 48128) | class NumberPattern extends StringObject { method constructor (line 48129) | constructor(attributes) { class NumberPatterns (line 48134) | class NumberPatterns extends XFAObject { method constructor (line 48135) | constructor(attributes) { class NumberSymbol (line 48140) | class NumberSymbol extends StringObject { method constructor (line 48141) | constructor(attributes) { class NumberSymbols (line 48146) | class NumberSymbols extends XFAObject { method constructor (line 48147) | constructor(attributes) { class TimePattern (line 48152) | class TimePattern extends StringObject { method constructor (line 48153) | constructor(attributes) { class TimePatterns (line 48158) | class TimePatterns extends XFAObject { method constructor (line 48159) | constructor(attributes) { class TypeFace (line 48164) | class TypeFace extends XFAObject { method constructor (line 48165) | constructor(attributes) { class TypeFaces (line 48170) | class TypeFaces extends XFAObject { method constructor (line 48171) | constructor(attributes) { class LocaleSetNamespace (line 48176) | class LocaleSetNamespace { method [$buildXFAObject] (line 48177) | static [$buildXFAObject](name, attributes) { method calendarSymbols (line 48183) | static calendarSymbols(attrs) { method currencySymbol (line 48186) | static currencySymbol(attrs) { method currencySymbols (line 48189) | static currencySymbols(attrs) { method datePattern (line 48192) | static datePattern(attrs) { method datePatterns (line 48195) | static datePatterns(attrs) { method dateTimeSymbols (line 48198) | static dateTimeSymbols(attrs) { method day (line 48201) | static day(attrs) { method dayNames (line 48204) | static dayNames(attrs) { method era (line 48207) | static era(attrs) { method eraNames (line 48210) | static eraNames(attrs) { method locale (line 48213) | static locale(attrs) { method localeSet (line 48216) | static localeSet(attrs) { method meridiem (line 48219) | static meridiem(attrs) { method meridiemNames (line 48222) | static meridiemNames(attrs) { method month (line 48225) | static month(attrs) { method monthNames (line 48228) | static monthNames(attrs) { method numberPattern (line 48231) | static numberPattern(attrs) { method numberPatterns (line 48234) | static numberPatterns(attrs) { method numberSymbol (line 48237) | static numberSymbol(attrs) { method numberSymbols (line 48240) | static numberSymbols(attrs) { method timePattern (line 48243) | static timePattern(attrs) { method timePatterns (line 48246) | static timePatterns(attrs) { method typeFace (line 48249) | static typeFace(attrs) { method typeFaces (line 48252) | static typeFaces(attrs) { constant SIGNATURE_NS_ID (line 48260) | const SIGNATURE_NS_ID = NamespaceIds.signature.id; class signature_Signature (line 48261) | class signature_Signature extends XFAObject { method constructor (line 48262) | constructor(attributes) { class SignatureNamespace (line 48266) | class SignatureNamespace { method [$buildXFAObject] (line 48267) | static [$buildXFAObject](name, attributes) { method signature (line 48273) | static signature(attributes) { constant STYLESHEET_NS_ID (line 48281) | const STYLESHEET_NS_ID = NamespaceIds.stylesheet.id; class Stylesheet (line 48282) | class Stylesheet extends XFAObject { method constructor (line 48283) | constructor(attributes) { class StylesheetNamespace (line 48287) | class StylesheetNamespace { method [$buildXFAObject] (line 48288) | static [$buildXFAObject](name, attributes) { method stylesheet (line 48294) | static stylesheet(attributes) { constant XDP_NS_ID (line 48303) | const XDP_NS_ID = NamespaceIds.xdp.id; class xdp_Xdp (line 48304) | class xdp_Xdp extends XFAObject { method constructor (line 48305) | constructor(attributes) { method [$onChildCheck] (line 48316) | [$onChildCheck](child) { class XdpNamespace (line 48321) | class XdpNamespace { method [$buildXFAObject] (line 48322) | static [$buildXFAObject](name, attributes) { method xdp (line 48328) | static xdp(attributes) { constant XHTML_NS_ID (line 48339) | const XHTML_NS_ID = NamespaceIds.xhtml.id; constant VALID_STYLES (line 48341) | const VALID_STYLES = new Set(["color", "font", "font-family", "font-size... function mapStyle (line 48349) | function mapStyle(styleStr, node, richText) { function checkStyle (line 48391) | function checkStyle(node) { class XhtmlObject (line 48403) | class XhtmlObject extends XmlObject { method constructor (line 48404) | constructor(attributes, name) { method [$clean] (line 48409) | [$clean](builder) { method [$acceptWhitespace] (line 48413) | [$acceptWhitespace]() { method [$onText] (line 48416) | [$onText](str, richText = false) { method [$pushGlyphs] (line 48429) | [$pushGlyphs](measure, mustPop = true) { method [$toHTML] (line 48511) | [$toHTML](availableSpace) { class A (line 48537) | class A extends XhtmlObject { method constructor (line 48538) | constructor(attributes) { class B (line 48543) | class B extends XhtmlObject { method constructor (line 48544) | constructor(attributes) { method [$pushGlyphs] (line 48547) | [$pushGlyphs](measure) { class Body (line 48555) | class Body extends XhtmlObject { method constructor (line 48556) | constructor(attributes) { method [$toHTML] (line 48559) | [$toHTML](availableSpace) { class Br (line 48572) | class Br extends XhtmlObject { method constructor (line 48573) | constructor(attributes) { method [$text] (line 48576) | [$text]() { method [$pushGlyphs] (line 48579) | [$pushGlyphs](measure) { method [$toHTML] (line 48582) | [$toHTML](availableSpace) { class Html (line 48588) | class Html extends XhtmlObject { method constructor (line 48589) | constructor(attributes) { method [$toHTML] (line 48592) | [$toHTML](availableSpace) { class I (line 48624) | class I extends XhtmlObject { method constructor (line 48625) | constructor(attributes) { method [$pushGlyphs] (line 48628) | [$pushGlyphs](measure) { class Li (line 48636) | class Li extends XhtmlObject { method constructor (line 48637) | constructor(attributes) { class Ol (line 48641) | class Ol extends XhtmlObject { method constructor (line 48642) | constructor(attributes) { class P (line 48646) | class P extends XhtmlObject { method constructor (line 48647) | constructor(attributes) { method [$pushGlyphs] (line 48650) | [$pushGlyphs](measure) { method [$text] (line 48656) | [$text]() { class Span (line 48664) | class Span extends XhtmlObject { method constructor (line 48665) | constructor(attributes) { class Sub (line 48669) | class Sub extends XhtmlObject { method constructor (line 48670) | constructor(attributes) { class Sup (line 48674) | class Sup extends XhtmlObject { method constructor (line 48675) | constructor(attributes) { class Ul (line 48679) | class Ul extends XhtmlObject { method constructor (line 48680) | constructor(attributes) { class XhtmlNamespace (line 48684) | class XhtmlNamespace { method [$buildXFAObject] (line 48685) | static [$buildXFAObject](name, attributes) { method a (line 48691) | static a(attributes) { method b (line 48694) | static b(attributes) { method body (line 48697) | static body(attributes) { method br (line 48700) | static br(attributes) { method html (line 48703) | static html(attributes) { method i (line 48706) | static i(attributes) { method li (line 48709) | static li(attributes) { method ol (line 48712) | static ol(attributes) { method p (line 48715) | static p(attributes) { method span (line 48718) | static span(attributes) { method sub (line 48721) | static sub(attributes) { method sup (line 48724) | static sup(attributes) { method ul (line 48727) | static ul(attributes) { class UnknownNamespace (line 48757) | class UnknownNamespace { method constructor (line 48758) | constructor(nsId) { method [$buildXFAObject] (line 48761) | [$buildXFAObject](name, attributes) { class Root (line 48774) | class Root extends XFAObject { method constructor (line 48775) | constructor(ids) { method [$onChild] (line 48780) | [$onChild](child) { method [$finalize] (line 48784) | [$finalize]() { class Empty (line 48793) | class Empty extends XFAObject { method constructor (line 48794) | constructor() { method [$onChild] (line 48797) | [$onChild](_) { class Builder (line 48801) | class Builder { method constructor (line 48802) | constructor(rootNameSpace = null) { method buildRoot (line 48812) | buildRoot(ids) { method build (line 48815) | build({ method isNsAgnostic (line 48863) | isNsAgnostic() { method _searchNamespace (line 48866) | _searchNamespace(nsName) { method _addNamespacePrefix (line 48887) | _addNamespacePrefix(prefixes) { method _getNamespaceToUse (line 48901) | _getNamespaceToUse(prefix) { method clean (line 48912) | clean(data) { class XFAParser (line 48939) | class XFAParser extends XMLParserBase { method constructor (line 48940) | constructor(rootNameSpace = null, richText = false) { method parse (line 48954) | parse(data) { method onText (line 48962) | onText(text) { method onCdata (line 48973) | onCdata(text) { method _mkAttributes (line 48976) | _mkAttributes(attributes, tagName) { method _getNameAndPrefix (line 49016) | _getNameAndPrefix(name, nsAgnostic) { method onBeginElement (line 49023) | onBeginElement(tagName, attributes, isEmpty) { method onEndElement (line 49045) | onEndElement(name) { method onError (line 49061) | onError(code) { class XFAFactory (line 49075) | class XFAFactory { method constructor (line 49076) | constructor(data) { method isValid (line 49087) | isValid() { method _createPagesHelper (line 49090) | _createPagesHelper() { method _createPages (line 49108) | async _createPages() { method getBoundingBox (line 49122) | getBoundingBox(pageIndex) { method getNumPages (line 49125) | async getNumPages() { method setImages (line 49131) | setImages(images) { method setFonts (line 49134) | setFonts(fonts) { method appendFonts (line 49149) | appendFonts(fonts, reallyMissingFonts) { method getPages (line 49152) | async getPages() { method serializeData (line 49160) | serializeData(storage) { method _createDocument (line 49163) | static _createDocument(data) { method getRichTextAsHtml (line 49169) | static getRichTextAsHtml(rc) { class AnnotationFactory (line 49223) | class AnnotationFactory { method createGlobals (line 49224) | static createGlobals(pdfManager) { method create (line 49239) | static async create(xref, ref, annotationGlobals, idFactory, collectFi... method _create (line 49243) | static _create(xref, ref, annotationGlobals, idFactory, collectFields ... method _getPageIndex (line 49332) | static async _getPageIndex(xref, ref, pdfManager) { method generateImages (line 49365) | static generateImages(annotations, xref, isOffscreenCanvasSupported) { method saveNewAnnotations (line 49383) | static async saveNewAnnotations(evaluator, task, annotations, imagePro... method printNewAnnotations (line 49467) | static async printNewAnnotations(annotationGlobals, evaluator, task, a... function getRgbColor (line 49530) | function getRgbColor(color, defaultColor = new Uint8ClampedArray(3)) { function getPdfColorArray (line 49551) | function getPdfColorArray(color) { function getQuadPoints (line 49554) | function getQuadPoints(dict, rect) { function getTransformMatrix (line 49592) | function getTransformMatrix(rect, bbox, matrix) { class Annotation (line 49601) | class Annotation { method constructor (line 49602) | constructor(params) { method _hasFlag (line 49670) | _hasFlag(flags, flag) { method _isViewable (line 49673) | _isViewable(flags) { method _isPrintable (line 49676) | _isPrintable(flags) { method mustBeViewed (line 49679) | mustBeViewed(annotationStorage, _renderForms) { method mustBePrinted (line 49686) | mustBePrinted(annotationStorage) { method viewable (line 49693) | get viewable() { method printable (line 49702) | get printable() { method _parseStringHelper (line 49711) | _parseStringHelper(data) { method setDefaultAppearance (line 49719) | setDefaultAppearance(params) { method setTitle (line 49731) | setTitle(title) { method setContents (line 49734) | setContents(contents) { method setModificationDate (line 49737) | setModificationDate(modificationDate) { method setFlags (line 49740) | setFlags(flags) { method hasFlag (line 49746) | hasFlag(flag) { method setRectangle (line 49749) | setRectangle(rectangle) { method setColor (line 49752) | setColor(color) { method setLineEndings (line 49755) | setLineEndings(lineEndings) { method setRotation (line 49781) | setRotation(mk, dict) { method setBorderAndBackgroundColors (line 49794) | setBorderAndBackgroundColors(mk) { method setBorderStyle (line 49802) | setBorderStyle(borderStyle) { method setAppearance (line 49831) | setAppearance(dict) { method setOptionalContent (line 49854) | setOptionalContent(dict) { method loadResources (line 49863) | loadResources(keys, appearance) { method getOperatorList (line 49874) | async getOperatorList(evaluator, task, intent, renderForms, annotation... method save (line 49933) | async save(evaluator, task, annotationStorage) { method hasTextContent (line 49936) | get hasTextContent() { method extractTextContent (line 49939) | async extractTextContent(evaluator, task, viewBox) { method _transformPoint (line 49983) | _transformPoint(coords, bbox, matrix) { method getFieldObject (line 49995) | getFieldObject() { method reset (line 50011) | reset() { method _constructFieldName (line 50016) | _constructFieldName(dict) { class AnnotationBorderStyle (line 50048) | class AnnotationBorderStyle { method constructor (line 50049) | constructor() { method setWidth (line 50056) | setWidth(width, rect = [0, 0, 0, 0]) { method setStyle (line 50073) | setStyle(style) { method setDashArray (line 50097) | setDashArray(dashArray, forceStyle = false) { method setHorizontalCornerRadius (line 50122) | setHorizontalCornerRadius(radius) { method setVerticalCornerRadius (line 50127) | setVerticalCornerRadius(radius) { class MarkupAnnotation (line 50133) | class MarkupAnnotation extends Annotation { method constructor (line 50134) | constructor(params) { method setCreationDate (line 50185) | setCreationDate(creationDate) { method _setDefaultAppearance (line 50188) | _setDefaultAppearance({ method createNewAnnotation (line 50265) | static async createNewAnnotation(xref, annotation, dependencies, param... method createNewPrintAnnotation (line 50293) | static async createNewPrintAnnotation(annotationGlobals, xref, annotat... class WidgetAnnotation (line 50310) | class WidgetAnnotation extends Annotation { method constructor (line 50311) | constructor(params) { method _decodeFormValue (line 50384) | _decodeFormValue(formValue) { method hasFieldFlag (line 50394) | hasFieldFlag(flag) { method _isViewable (line 50397) | _isViewable(flags) { method mustBeViewed (line 50400) | mustBeViewed(annotationStorage, renderForms) { method getRotationMatrix (line 50406) | getRotationMatrix(annotationStorage) { method getBorderAndBackgroundAppearances (line 50418) | getBorderAndBackgroundAppearances(annotationStorage) { method getOperatorList (line 50439) | async getOperatorList(evaluator, task, intent, renderForms, annotation... method _getMKDict (line 50491) | _getMKDict(rotation) { method amendSavedDict (line 50504) | amendSavedDict(annotationStorage, dict) {} method save (line 50505) | async save(evaluator, task, annotationStorage) { method _getAppearance (line 50593) | async _getAppearance(evaluator, task, intent, annotationStorage) { method _getFontData (line 50723) | static async _getFontData(evaluator, task, appearanceData, resources) { method _getTextWidth (line 50738) | _getTextWidth(text, font) { method _computeFontSize (line 50741) | _computeFontSize(height, width, text, font, lineCount) { method _renderText (line 50800) | _renderText(text, font, fontSize, totalWidth, alignment, prevInfo, hPa... method _getSaveFieldResources (line 50816) | _getSaveFieldResources(xref) { method getFieldObject (line 50850) | getFieldObject() { class TextWidgetAnnotation (line 50854) | class TextWidgetAnnotation extends WidgetAnnotation { method constructor (line 50855) | constructor(params) { method hasTextContent (line 50883) | get hasTextContent() { method _getCombAppearance (line 50886) | _getCombAppearance(defaultAppearance, font, text, fontSize, width, hei... method _getMultilineAppearance (line 50897) | _getMultilineAppearance(defaultAppearance, lines, font, fontSize, widt... method _splitLine (line 50916) | _splitLine(line, font, fontSize, width, cache = {}) { method getFieldObject (line 50968) | getFieldObject() { class ButtonWidgetAnnotation (line 50990) | class ButtonWidgetAnnotation extends WidgetAnnotation { method constructor (line 50991) | constructor(params) { method getOperatorList (line 51011) | async getOperatorList(evaluator, task, intent, renderForms, annotation... method save (line 51047) | async save(evaluator, task, annotationStorage) { method _saveCheckbox (line 51056) | async _saveCheckbox(evaluator, task, annotationStorage) { method _saveRadioButton (line 51102) | async _saveRadioButton(evaluator, task, annotationStorage) { method _getDefaultCheckedAppearance (line 51167) | _getDefaultCheckedAppearance(params, type) { method _processCheckBox (line 51208) | _processCheckBox(params) { method _processRadioButton (line 51260) | _processRadioButton(params) { method _processPushButton (line 51301) | _processPushButton(params) { method getFieldObject (line 51318) | getFieldObject() { method fallbackFontDict (line 51345) | get fallbackFontDict() { class ChoiceWidgetAnnotation (line 51354) | class ChoiceWidgetAnnotation extends WidgetAnnotation { method constructor (line 51355) | constructor(params) { method getFieldObject (line 51397) | getFieldObject() { method amendSavedDict (line 51419) | amendSavedDict(annotationStorage, dict) { method _getAppearance (line 51439) | async _getAppearance(evaluator, task, intent, annotationStorage) { class SignatureWidgetAnnotation (line 51536) | class SignatureWidgetAnnotation extends WidgetAnnotation { method constructor (line 51537) | constructor(params) { method getFieldObject (line 51543) | getFieldObject() { class TextAnnotation (line 51552) | class TextAnnotation extends MarkupAnnotation { method constructor (line 51553) | constructor(params) { class LinkAnnotation (line 51579) | class LinkAnnotation extends Annotation { method constructor (line 51580) | constructor(params) { class PopupAnnotation (line 51601) | class PopupAnnotation extends Annotation { method constructor (line 51602) | constructor(params) { class FreeTextAnnotation (line 51651) | class FreeTextAnnotation extends MarkupAnnotation { method constructor (line 51652) | constructor(params) { method hasTextContent (line 51695) | get hasTextContent() { method createNewDict (line 51698) | static createNewDict(annotation, xref, { method createNewAppearanceStream (line 51735) | static async createNewAppearanceStream(annotation, xref, params) { class LineAnnotation (line 51846) | class LineAnnotation extends MarkupAnnotation { method constructor (line 51847) | constructor(params) { class SquareAnnotation (line 51887) | class SquareAnnotation extends MarkupAnnotation { method constructor (line 51888) | constructor(params) { class CircleAnnotation (line 51930) | class CircleAnnotation extends MarkupAnnotation { method constructor (line 51931) | constructor(params) { class PolylineAnnotation (line 51976) | class PolylineAnnotation extends MarkupAnnotation { method constructor (line 51977) | constructor(params) { class PolygonAnnotation (line 52033) | class PolygonAnnotation extends PolylineAnnotation { method constructor (line 52034) | constructor(params) { class CaretAnnotation (line 52039) | class CaretAnnotation extends MarkupAnnotation { method constructor (line 52040) | constructor(params) { class InkAnnotation (line 52045) | class InkAnnotation extends MarkupAnnotation { method constructor (line 52046) | constructor(params) { method createNewDict (line 52103) | static createNewDict(annotation, xref, { method createNewAppearanceStream (line 52141) | static async createNewAppearanceStream(annotation, xref, params) { method createNewAppearanceStreamForHighlight (line 52194) | static async createNewAppearanceStreamForHighlight(annotation, xref, p... class HighlightAnnotation (line 52237) | class HighlightAnnotation extends MarkupAnnotation { method constructor (line 52238) | constructor(params) { method createNewDict (line 52269) | static createNewDict(annotation, xref, { method createNewAppearanceStream (line 52302) | static async createNewAppearanceStream(annotation, xref, params) { class UnderlineAnnotation (line 52344) | class UnderlineAnnotation extends MarkupAnnotation { method constructor (line 52345) | constructor(params) { class SquigglyAnnotation (line 52373) | class SquigglyAnnotation extends MarkupAnnotation { method constructor (line 52374) | constructor(params) { class StrikeOutAnnotation (line 52413) | class StrikeOutAnnotation extends MarkupAnnotation { method constructor (line 52414) | constructor(params) { class StampAnnotation (line 52442) | class StampAnnotation extends MarkupAnnotation { method constructor (line 52443) | constructor(params) { method createImage (line 52449) | static async createImage(bitmap, xref) { method createNewDict (line 52511) | static createNewDict(annotation, xref, { method createNewAppearanceStream (line 52542) | static async createNewAppearanceStream(annotation, xref, params) { class FileAttachmentAnnotation (line 52571) | class FileAttachmentAnnotation extends MarkupAnnotation { method constructor (line 52572) | constructor(params) { function decodeString (line 52594) | function decodeString(str) { class DatasetXMLParser (line 52602) | class DatasetXMLParser extends SimpleXMLParser { method constructor (line 52603) | constructor(options) { method onEndElement (line 52607) | onEndElement(name) { class DatasetReader (line 52615) | class DatasetReader { method constructor (line 52616) | constructor(data) { method getValue (line 52631) | getValue(path) { class XRef (line 52654) | class XRef { method constructor (line 52656) | constructor(stream, pdfManager) { method getNewPersistentRef (line 52667) | getNewPersistentRef(obj) { method getNewTemporaryRef (line 52675) | getNewTemporaryRef() { method resetNewTemporaryRef (line 52688) | resetNewTemporaryRef() { method setStartXRef (line 52697) | setStartXRef(startXRef) { method parse (line 52700) | parse(recoveryMode = false) { method processXRefTable (line 52753) | processXRefTable(parser) { method readXRefTable (line 52776) | readXRefTable(parser) { method processXRefStream (line 52837) | processXRefStream(stream) { method readXRefStream (line 52856) | readXRefStream(stream) { method indexObjects (line 52923) | indexObjects() { method readXRef (line 53134) | readXRef(recoveryMode = false) { method lastXRefStreamPos (line 53201) | get lastXRefStreamPos() { method getEntry (line 53204) | getEntry(i) { method fetchIfRef (line 53211) | fetchIfRef(obj, suppressEncryption = false) { method fetch (line 53217) | fetch(ref, suppressEncryption = false) { method fetchUncompressed (line 53254) | fetchUncompressed(ref, xrefEntry, suppressEncryption = false) { method fetchCompressed (line 53292) | fetchCompressed(ref, xrefEntry, suppressEncryption = false) { method fetchIfRefAsync (line 53351) | async fetchIfRefAsync(obj, suppressEncryption) { method fetchAsync (line 53357) | async fetchAsync(ref, suppressEncryption) { method getCatalogObj (line 53368) | getCatalogObj() { constant DEFAULT_USER_UNIT (line 53394) | const DEFAULT_USER_UNIT = 1.0; constant LETTER_SIZE_MEDIABOX (line 53395) | const LETTER_SIZE_MEDIABOX = [0, 0, 612, 792]; class Page (line 53396) | class Page { method constructor (line 53397) | constructor({ method _getInheritableProperty (line 53438) | _getInheritableProperty(key, getArray = false) { method content (line 53456) | get content() { method resources (line 53459) | get resources() { method _getBoundingBox (line 53463) | _getBoundingBox(name) { method mediaBox (line 53477) | get mediaBox() { method cropBox (line 53480) | get cropBox() { method userUnit (line 53483) | get userUnit() { method view (line 53490) | get view() { method rotate (line 53504) | get rotate() { method _onSubStreamError (line 53515) | _onSubStreamError(reason, objId) { method getContentStream (line 53522) | getContentStream() { method xfaData (line 53533) | get xfaData() { method #replaceIdByRef (line 53538) | #replaceIdByRef(annotations, deletedAnnotations, existingAnnotations) { method saveNewAnnotations (line 53556) | async saveNewAnnotations(handler, task, annotations, imagePromises) { method save (line 53605) | save(handler, task, annotationStorage) { method loadResources (line 53634) | loadResources(keys) { method getOperatorList (line 53643) | getOperatorList({ method extractTextContent (line 53787) | extractTextContent({ method getStructTree (line 53821) | async getStructTree() { method _parseStructTree (line 53830) | _parseStructTree(structTreeRoot) { method getAnnotationsData (line 53835) | async getAnnotationsData(handler, task, intent) { method annotations (line 53872) | get annotations() { method _parsedAnnotations (line 53876) | get _parsedAnnotations() { method jsActions (line 53918) | get jsActions() { constant PDF_HEADER_SIGNATURE (line 53923) | const PDF_HEADER_SIGNATURE = new Uint8Array([0x25, 0x50, 0x44, 0x46, 0x2... constant STARTXREF_SIGNATURE (line 53924) | const STARTXREF_SIGNATURE = new Uint8Array([0x73, 0x74, 0x61, 0x72, 0x74... constant ENDOBJ_SIGNATURE (line 53925) | const ENDOBJ_SIGNATURE = new Uint8Array([0x65, 0x6e, 0x64, 0x6f, 0x62, 0... constant FINGERPRINT_FIRST_BYTES (line 53926) | const FINGERPRINT_FIRST_BYTES = 1024; constant EMPTY_FINGERPRINT (line 53927) | const EMPTY_FINGERPRINT = "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\... function find (line 53928) | function find(stream, signature, limit = 1024, backwards = false) { class PDFDocument (line 53965) | class PDFDocument { method constructor (line 53966) | constructor(pdfManager, stream) { method parse (line 53993) | parse(recoveryMode) { method linearization (line 53997) | get linearization() { method startXRef (line 54009) | get startXRef() { method checkHeader (line 54055) | checkHeader() { method parseStartXRef (line 54074) | parseStartXRef() { method numPages (line 54077) | get numPages() { method _hasOnlyDocumentSignatures (line 54090) | _hasOnlyDocumentSignatures(fields, recursionDepth = 0) { method _xfaStreams (line 54113) | get _xfaStreams() { method xfaDatasets (line 54156) | get xfaDatasets() { method xfaData (line 54179) | get xfaData() { method xfaFactory (line 54198) | get xfaFactory() { method isPureXfa (line 54205) | get isPureXfa() { method htmlForXfa (line 54208) | get htmlForXfa() { method loadXfaImages (line 54211) | async loadXfaImages() { method loadXfaFonts (line 54228) | async loadXfaFonts(handler, task) { method serializeXfaData (line 54348) | async serializeXfaData(annotationStorage) { method version (line 54351) | get version() { method formInfo (line 54354) | get formInfo() { method documentInfo (line 54384) | get documentInfo() { method fingerprints (line 54459) | get fingerprints() { method _getLinearizationPage (line 54483) | async _getLinearizationPage(pageIndex) { method getPage (line 54513) | getPage(pageIndex) { method checkFirstPage (line 54551) | async checkFirstPage(recoveryMode = false) { method checkLastPage (line 54565) | async checkLastPage(recoveryMode = false) { method fontFallback (line 54631) | fontFallback(id, handler) { method cleanup (line 54634) | async cleanup(manuallyTriggered = false) { method #collectFieldObjects (line 54637) | async #collectFieldObjects(name, fieldRef, promises, annotationGlobals... method fieldObjects (line 54689) | get fieldObjects() { method hasJSActions (line 54717) | get hasJSActions() { method _parseHasJSActions (line 54721) | async _parseHasJSActions() { method calculationOrderIds (line 54731) | get calculationOrderIds() { method annotationGlobals (line 54751) | get annotationGlobals() { function parseDocBaseUrl (line 54762) | function parseDocBaseUrl(url) { class BasePdfManager (line 54772) | class BasePdfManager { method constructor (line 54773) | constructor(args) { method docId (line 54784) | get docId() { method password (line 54787) | get password() { method docBaseUrl (line 54790) | get docBaseUrl() { method catalog (line 54793) | get catalog() { method ensureDoc (line 54796) | ensureDoc(prop, args) { method ensureXRef (line 54799) | ensureXRef(prop, args) { method ensureCatalog (line 54802) | ensureCatalog(prop, args) { method getPage (line 54805) | getPage(pageIndex) { method fontFallback (line 54808) | fontFallback(id, handler) { method loadXfaFonts (line 54811) | loadXfaFonts(handler, task) { method loadXfaImages (line 54814) | loadXfaImages() { method serializeXfaData (line 54817) | serializeXfaData(annotationStorage) { method cleanup (line 54820) | cleanup(manuallyTriggered = false) { method ensure (line 54823) | async ensure(obj, prop, args) { method requestRange (line 54826) | requestRange(begin, end) { method requestLoadedStream (line 54829) | requestLoadedStream(noFetch = false) { method sendProgressiveData (line 54832) | sendProgressiveData(chunk) { method updatePassword (line 54835) | updatePassword(password) { method terminate (line 54838) | terminate(reason) { class LocalPdfManager (line 54842) | class LocalPdfManager extends BasePdfManager { method constructor (line 54843) | constructor(args) { method ensure (line 54849) | async ensure(obj, prop, args) { method requestRange (line 54856) | requestRange(begin, end) { method requestLoadedStream (line 54859) | requestLoadedStream(noFetch = false) { method terminate (line 54862) | terminate(reason) {} class NetworkPdfManager (line 54864) | class NetworkPdfManager extends BasePdfManager { method constructor (line 54865) | constructor(args) { method ensure (line 54875) | async ensure(obj, prop, args) { method requestRange (line 54890) | requestRange(begin, end) { method requestLoadedStream (line 54893) | requestLoadedStream(noFetch = false) { method sendProgressiveData (line 54896) | sendProgressiveData(chunk) { method terminate (line 54901) | terminate(reason) { function wrapReason (line 54924) | function wrapReason(reason) { class MessageHandler (line 54943) | class MessageHandler { method constructor (line 54944) | constructor(sourceName, targetName, comObj) { method on (line 55015) | on(actionName, handler) { method send (line 55022) | send(actionName, data, transfers) { method sendWithPromise (line 55030) | sendWithPromise(actionName, data, transfers) { method sendWithStream (line 55047) | sendWithStream(actionName, data, queueingStrategy, transfers) { method #createStreamSink (line 55100) | #createStreamSink(data) { method #processStreamMessage (line 55183) | #processStreamMessage(data) { method #deleteStreamController (line 55300) | async #deleteStreamController(streamController, streamId) { method destroy (line 55304) | destroy() { class PDFWorkerStream (line 55311) | class PDFWorkerStream { method constructor (line 55312) | constructor(msgHandler) { method getFullReader (line 55318) | getFullReader() { method getRangeReader (line 55323) | getRangeReader(begin, end) { method cancelAllRequests (line 55328) | cancelAllRequests(reason) { class PDFWorkerStreamReader (line 55335) | class PDFWorkerStreamReader { method constructor (line 55336) | constructor(msgHandler) { method headersReady (line 55350) | get headersReady() { method contentLength (line 55353) | get contentLength() { method isStreamingSupported (line 55356) | get isStreamingSupported() { method isRangeSupported (line 55359) | get isRangeSupported() { method read (line 55362) | async read() { method cancel (line 55378) | cancel(reason) { class PDFWorkerStreamRangeReader (line 55382) | class PDFWorkerStreamRangeReader { method constructor (line 55383) | constructor(begin, end, msgHandler) { method isStreamingSupported (line 55392) | get isStreamingSupported() { method read (line 55395) | async read() { method cancel (line 55411) | cancel(reason) { class WorkerTask (line 55427) | class WorkerTask { method constructor (line 55428) | constructor(name) { method finished (line 55433) | get finished() { method finish (line 55436) | finish() { method terminate (line 55439) | terminate() { method ensureNotTerminated (line 55442) | ensureNotTerminated() { class WorkerMessageHandler (line 55448) | class WorkerMessageHandler { method setup (line 55449) | static setup(handler, port) { method createDocumentHandler (line 55465) | static createDocumentHandler(docParams, port) { method initializeFromPort (line 56030) | static initializeFromPort(port) { function isMessagePort (line 56036) | function isMessagePort(maybePort) { FILE: src/StaffWebUI/wwwroot/pdfjs-4.2.67-dist/web/viewer.mjs class FluentType (line 38) | class FluentType { method constructor (line 39) | constructor(value) { method valueOf (line 42) | valueOf() { class FluentNone (line 46) | class FluentNone extends FluentType { method constructor (line 47) | constructor(value = "???") { method toString (line 50) | toString(scope) { class FluentNumber (line 54) | class FluentNumber extends FluentType { method constructor (line 55) | constructor(value, opts = {}) { method toString (line 59) | toString(scope) { class FluentDateTime (line 69) | class FluentDateTime extends FluentType { method constructor (line 70) | constructor(value, opts = {}) { method toString (line 74) | toString(scope) { function match (line 89) | function match(scope, selector, key) { function getDefault (line 104) | function getDefault(scope, variants, star) { function getArguments (line 111) | function getArguments(scope, args) { function resolveExpression (line 126) | function resolveExpression(scope, expr) { function resolveVariableReference (line 148) | function resolveVariableReference(scope, { function resolveMessageReference (line 181) | function resolveMessageReference(scope, { function resolveTermReference (line 204) | function resolveTermReference(scope, { function resolveFunctionReference (line 231) | function resolveFunctionReference(scope, { function resolveSelectExpression (line 252) | function resolveSelectExpression(scope, { function resolveComplexPattern (line 269) | function resolveComplexPattern(scope, ptn) { function resolvePattern (line 298) | function resolvePattern(scope, value) { class Scope (line 305) | class Scope { method constructor (line 306) | constructor(bundle, errors, args) { method reportError (line 314) | reportError(error) { method memoizeIntlObject (line 320) | memoizeIntlObject(ctor, opts) { function values (line 335) | function values(opts, allowed) { function NUMBER (line 345) | function NUMBER(args, opts) { function DATETIME (line 364) | function DATETIME(args, opts) { function getMemoizerForLocale (line 384) | function getMemoizerForLocale(locales) { class FluentBundle (line 399) | class FluentBundle { method constructor (line 400) | constructor(locales, { method hasMessage (line 417) | hasMessage(id) { method getMessage (line 420) | getMessage(id) { method addResource (line 423) | addResource(res, { method formatPattern (line 445) | formatPattern(pattern, args = null, errors = null) { class FluentResource (line 487) | class FluentResource { method constructor (line 488) | constructor(source) { class Indent (line 835) | class Indent { method constructor (line 836) | constructor(value, length) { function translateElement (line 887) | function translateElement(element, translation) { function overlayChildNodes (line 904) | function overlayChildNodes(fromFragment, toElement) { function hasAttribute (line 925) | function hasAttribute(attributes, name) { function overlayAttributes (line 936) | function overlayAttributes(fromElement, toElement) { function getNodeForNamedElement (line 952) | function getNodeForNamedElement(sourceElement, translatedChild) { function createSanitizedElement (line 967) | function createSanitizedElement(element) { function createTextNodeFromTextContent (line 971) | function createTextNodeFromTextContent(element) { function isElementAllowed (line 974) | function isElementAllowed(element) { function isAttrNameLocalizable (line 978) | function isAttrNameLocalizable(name, element, explicitlyAllowed = null) { function shallowPopulateUsing (line 1005) | function shallowPopulateUsing(fromElement, toElement) { class CachedIterable (line 1011) | class CachedIterable extends Array { method from (line 1012) | static from(iterable) { class CachedSyncIterable (line 1021) | class CachedSyncIterable extends CachedIterable { method constructor (line 1022) | constructor(iterable) { method touchNext (line 1042) | touchNext(count = 1) { method [Symbol.iterator] (line 1030) | [Symbol.iterator]() { class CachedAsyncIterable (line 1056) | class CachedAsyncIterable extends CachedIterable { method constructor (line 1057) | constructor(iterable) { method touchNext (line 1079) | async touchNext(count = 1) { method [Symbol.asyncIterator] (line 1067) | [Symbol.asyncIterator]() { class Localization (line 1096) | class Localization { method constructor (line 1097) | constructor(resourceIds = [], generateBundles) { method addResourceIds (line 1102) | addResourceIds(resourceIds, eager = false) { method removeResourceIds (line 1107) | removeResourceIds(resourceIds) { method formatWithFallback (line 1112) | async formatWithFallback(keys, method) { method formatMessages (line 1134) | formatMessages(keys) { method formatValues (line 1137) | formatValues(keys) { method formatValue (line 1140) | async formatValue(id, args) { method handleEvent (line 1147) | handleEvent() { method onChange (line 1150) | onChange(eager = false) { function valueFromBundle (line 1157) | function valueFromBundle(bundle, errors, message, args) { function messageFromBundle (line 1163) | function messageFromBundle(bundle, errors, message, args) { function keysFromBundle (line 1184) | function keysFromBundle(method, bundle, keys, translations) { class DOMLocalization (line 1215) | class DOMLocalization extends Localization { method constructor (line 1216) | constructor(resourceIds, generateBundles) { method onChange (line 1231) | onChange(eager = false) { method setAttributes (line 1237) | setAttributes(element, id, args) { method getAttributes (line 1246) | getAttributes(element) { method connectRoot (line 1252) | connectRoot(newRoot) { method disconnectRoot (line 1270) | disconnectRoot(root) { method translateRoots (line 1283) | translateRoots() { method pauseObserving (line 1287) | pauseObserving() { method resumeObserving (line 1294) | resumeObserving() { method translateMutations (line 1302) | translateMutations(mutations) { method translateFragment (line 1335) | translateFragment(frag) { method translateElements (line 1338) | async translateElements(elements) { method applyTranslations (line 1346) | applyTranslations(elements, translations) { method getTranslatables (line 1355) | getTranslatables(element) { method getKeysForElement (line 1362) | getKeysForElement(element) { class AltTextManager (line 1386) | class AltTextManager { method constructor (line 1406) | constructor({ method _elements (line 1435) | get _elements() { method #createSVGElement (line 1438) | #createSVGElement() { method editAltText (line 1464) | async editAltText(uiManager, editor) { method #setPosition (line 1498) | #setPosition() { method #finish (line 1574) | #finish() { method #close (line 1579) | #close() { method #updateUIState (line 1592) | #updateUIState() { method #save (line 1595) | #save() { method #onClick (line 1611) | #onClick(evt) { method #removeOnClickListeners (line 1618) | #removeOnClickListeners() { method destroy (line 1623) | destroy() { class AnnotationEditorLayerBuilder (line 1649) | class AnnotationEditorLayerBuilder { method constructor (line 1655) | constructor(options) { method render (line 1669) | async render(viewport, intent = "display") { method cancel (line 1711) | cancel() { method hide (line 1718) | hide() { method show (line 1724) | show() { class AnnotationEditorParams (line 1748) | class AnnotationEditorParams { method constructor (line 1749) | constructor(options, eventBus) { method #bindListeners (line 1753) | #bindListeners({ class AnnotationLayerBuilder (line 1847) | class AnnotationLayerBuilder { method constructor (line 1850) | constructor({ method render (line 1883) | async render(viewport, intent = "display") { method cancel (line 1941) | cancel() { method hide (line 1946) | hide() { method #updatePresentationModeState (line 1952) | #updatePresentationModeState(state) { method initialize (line 2115) | async initialize(appConfig) { method _parseHashParams (line 2151) | async _parseHashParams() { method _initializeViewerComponents (line 2219) | async _initializeViewerComponents() { method run (line 2389) | async run(config) { method externalServices (line 2460) | get externalServices() { method mlManager (line 2463) | get mlManager() { method initialized (line 2466) | get initialized() { method initializedPromise (line 2469) | get initializedPromise() { method zoomIn (line 2472) | zoomIn(steps, scaleFactor) { method zoomOut (line 2482) | zoomOut(steps, scaleFactor) { method zoomReset (line 2492) | zoomReset() { method pagesCount (line 2498) | get pagesCount() { method page (line 2501) | get page() { method page (line 2504) | set page(val) { method supportsPrinting (line 2507) | get supportsPrinting() { method supportsFullscreen (line 2510) | get supportsFullscreen() { method supportsPinchToZoom (line 2513) | get supportsPinchToZoom() { method supportsIntegratedFind (line 2516) | get supportsIntegratedFind() { method loadingBar (line 2519) | get loadingBar() { method supportsMouseWheelZoomCtrlKey (line 2524) | get supportsMouseWheelZoomCtrlKey() { method supportsMouseWheelZoomMetaKey (line 2527) | get supportsMouseWheelZoomMetaKey() { method supportsCaretBrowsingMode (line 2530) | get supportsCaretBrowsingMode() { method moveCaret (line 2533) | moveCaret(isUp, select) { method setTitleUsingUrl (line 2537) | setTitleUsingUrl(url = "", downloadUrl = null) { method setTitle (line 2556) | setTitle(title = this._title) { method _docFilename (line 2564) | get _docFilename() { method _hideViewBookmark (line 2567) | _hideViewBookmark() { method close (line 2576) | async close() { method open (line 2623) | async open(args) { method _ensureDownloadComplete (line 2673) | _ensureDownloadComplete() { method download (line 2679) | async download(options = {}) { method save (line 2693) | async save(options = {}) { method downloadOrSave (line 2725) | downloadOrSave(options = {}) { method _documentError (line 2732) | async _documentError(key, moreInfo = null) { method _otherError (line 2741) | async _otherError(key, moreInfo = null) { method progress (line 2760) | progress(level) { method load (line 2773) | load(pdfDocument) { method _scriptingDocProperties (line 2928) | async _scriptingDocProperties(pdfDocument) { method _initializeAutoPrint (line 2960) | async _initializeAutoPrint(pdfDocument, openActionPromise) { method _initializeMetadata (line 2987) | async _initializeMetadata(pdfDocument) { method _initializePageLabels (line 3030) | async _initializePageLabels(pdfDocument) { method _initializePdfHistory (line 3064) | _initializePdfHistory({ method _initializeAnnotationStorageCallbacks (line 3089) | _initializeAnnotationStorageCallbacks(pdfDocument) { method setInitialView (line 3109) | setInitialView(storedHash, { method _cleanup (line 3146) | _cleanup() { method forceRendering (line 3154) | forceRendering() { method beforePrint (line 3159) | beforePrint() { method afterPrint (line 3194) | afterPrint() { method rotatePages (line 3209) | rotatePages(delta) { method requestPresentationMode (line 3212) | requestPresentationMode() { method triggerPrinting (line 3215) | triggerPrinting() { method bindEvents (line 3221) | bindEvents() { method bindWindowEvents (line 3364) | bindWindowEvents() { method unbindEvents (line 3502) | unbindEvents() { method unbindWindowEvents (line 3506) | unbindWindowEvents() { method _accumulateTicks (line 3510) | _accumulateTicks(ticks, prop) { method _accumulateFactor (line 3519) | _accumulateFactor(previousScale, factor, prop) { method _centerAtPos (line 3530) | _centerAtPos(previousScale, x, y) { method _unblockDocumentLoadEvent (line 3541) | _unblockDocumentLoadEvent() { method scriptingReady (line 3545) | get scriptingReady() { function loadFakeWorker (line 3576) | async function loadFakeWorker() { function loadPDFBug (line 3580) | async function loadPDFBug(self) { function reportPageStatsPDFBug (line 3586) | function reportPageStatsPDFBug({ function webViewerPageRender (line 3595) | function webViewerPageRender({ function webViewerPageRendered (line 3602) | function webViewerPageRendered({ function webViewerPageMode (line 3620) | function webViewerPageMode({ function webViewerNamedAction (line 3647) | function webViewerNamedAction(evt) { function webViewerPresentationModeChanged (line 3665) | function webViewerPresentationModeChanged(evt) { function webViewerSidebarViewChanged (line 3668) | function webViewerSidebarViewChanged({ function webViewerUpdateViewarea (line 3676) | function webViewerUpdateViewarea({ function webViewerScrollModeChanged (line 3693) | function webViewerScrollModeChanged(evt) { function webViewerSpreadModeChanged (line 3698) | function webViewerSpreadModeChanged(evt) { function webViewerResize (line 3703) | function webViewerResize() { function webViewerHashchange (line 3721) | function webViewerHashchange(evt) { function webViewerPresentationMode (line 3747) | function webViewerPresentationMode() { function webViewerSwitchAnnotationEditorMode (line 3750) | function webViewerSwitchAnnotationEditorMode(evt) { function webViewerSwitchAnnotationEditorParams (line 3753) | function webViewerSwitchAnnotationEditorParams(evt) { function webViewerPrint (line 3756) | function webViewerPrint() { function webViewerDownload (line 3759) | function webViewerDownload() { function webViewerFirstPage (line 3762) | function webViewerFirstPage() { function webViewerLastPage (line 3765) | function webViewerLastPage() { function webViewerNextPage (line 3768) | function webViewerNextPage() { function webViewerPreviousPage (line 3771) | function webViewerPreviousPage() { function webViewerZoomIn (line 3774) | function webViewerZoomIn() { function webViewerZoomOut (line 3777) | function webViewerZoomOut() { function webViewerZoomReset (line 3780) | function webViewerZoomReset() { function webViewerPageNumberChanged (line 3783) | function webViewerPageNumberChanged(evt) { function webViewerScaleChanged (line 3792) | function webViewerScaleChanged(evt) { function webViewerRotateCw (line 3795) | function webViewerRotateCw() { function webViewerRotateCcw (line 3798) | function webViewerRotateCcw() { function webViewerOptionalContentConfig (line 3801) | function webViewerOptionalContentConfig(evt) { function webViewerSwitchScrollMode (line 3804) | function webViewerSwitchScrollMode(evt) { function webViewerSwitchSpreadMode (line 3807) | function webViewerSwitchSpreadMode(evt) { function webViewerDocumentProperties (line 3810) | function webViewerDocumentProperties() { function webViewerFindFromUrlHash (line 3813) | function webViewerFindFromUrlHash(evt) { function webViewerUpdateFindMatchesCount (line 3825) | function webViewerUpdateFindMatchesCount({ function webViewerUpdateFindControlState (line 3834) | function webViewerUpdateFindControlState({ function webViewerScaleChanging (line 3851) | function webViewerScaleChanging(evt) { function webViewerRotationChanging (line 3855) | function webViewerRotationChanging(evt) { function webViewerPageChanging (line 3862) | function webViewerPageChanging({ function webViewerResolutionChange (line 3874) | function webViewerResolutionChange(evt) { function webViewerVisibilityChange (line 3877) | function webViewerVisibilityChange(evt) { function setZoomDisabledTimeout (line 3883) | function setZoomDisabledTimeout() { function webViewerWheel (line 3891) | function webViewerWheel(evt) { function webViewerTouchStart (line 3944) | function webViewerTouchStart(evt) { function webViewerTouchMove (line 3964) | function webViewerTouchMove(evt) { function webViewerTouchEnd (line 4052) | function webViewerTouchEnd(evt) { function webViewerClick (line 4061) | function webViewerClick(evt) { function webViewerKeyUp (line 4070) | function webViewerKeyUp(evt) { function webViewerKeyDown (line 4075) | function webViewerKeyDown(evt) { function beforeUnload (line 4349) | function beforeUnload(evt) { function webViewerAnnotationEditorStatesChanged (line 4354) | function webViewerAnnotationEditorStatesChanged(data) { function webViewerReportTelemetry (line 4357) | function webViewerReportTelemetry({ class AppOptions (line 4655) | class AppOptions { method constructor (line 4656) | constructor() { method get (line 4659) | static get(name) { method getAll (line 4662) | static getAll(kind = null, defaultOnly = false) { method set (line 4673) | static set(name, value) { method setAll (line 4676) | static setAll(options, init = false) { method remove (line 4693) | static remove(name) { class BaseTreeViewer (line 4715) | class BaseTreeViewer { method constructor (line 4716) | constructor(options) { method reset (line 4725) | reset() { method _dispatchEvent (line 4732) | _dispatchEvent(count) { method _bindLink (line 4735) | _bindLink(element, params) { method _normalizeTextContent (line 4738) | _normalizeTextContent(str) { method _addToggleButton (line 4741) | _addToggleButton(div, hidden = false) { method _toggleTreeItem (line 4757) | _toggleTreeItem(root, show = false) { method _toggleAllTreeItems (line 4765) | _toggleAllTreeItems() { method _finishRendering (line 4768) | _finishRendering(fragment, count, hasAnyNesting = false) { method render (line 4778) | render(params) { method _updateCurrentTreeItem (line 4781) | _updateCurrentTreeItem(treeItem = null) { method _scrollToCurrentTreeItem (line 4791) | _scrollToCurrentTreeItem(treeItem) { class CaretBrowsingMode (line 4820) | class CaretBrowsingMode { method constructor (line 4824) | constructor(mainContainer, viewerContainer, toolbarContainer) { method #isOnSameLine (line 4829) | #isOnSameLine(rect1, rect2) { method #isUnderOver (line 4838) | #isUnderOver(rect, x, y, isUp) { method #isVisible (line 4842) | #isVisible(rect) { method #getCaretPosition (line 4845) | #getCaretPosition(selection, isUp) { method #caretPositionFromPoint (line 4856) | static #caretPositionFromPoint(x, y) { method #setCaretPositionHelper (line 4869) | #setCaretPositionHelper(selection, caretX, select, element, rect) { method #setCaretPosition (line 4926) | #setCaretPosition(select, selection, newLineElement, newLineElementRec... method #getNodeOnNextPage (line 4936) | #getNodeOnNextPage(textLayer, isUp) { method moveCaret (line 4952) | moveCaret(isUp, select) { function download (line 5033) | function download(blobUrl, filename) { class DownloadManager (line 5047) | class DownloadManager { method downloadUrl (line 5049) | downloadUrl(url, filename, _options) { method downloadData (line 5056) | downloadData(data, filename, contentType) { method openOrDownloadData (line 5062) | openOrDownloadData(data, filename, dest = null) { method download (line 5090) | download(blob, url, filename, _options) { class DrawLayerBuilder (line 5112) | class DrawLayerBuilder { method constructor (line 5114) | constructor(options) { method render (line 5117) | async render(intent = "display") { method cancel (line 5125) | cancel() { method setParent (line 5133) | setParent(parent) { method getDrawLayer (line 5136) | getDrawLayer() { function waitOnEventOrTimeout (line 5159) | async function waitOnEventOrTimeout({ class EventBus (line 5184) | class EventBus { method on (line 5186) | on(eventName, listener, options = null) { method off (line 5193) | off(eventName, listener, options = null) { method dispatch (line 5196) | dispatch(eventName, data) { method _on (line 5223) | _on(eventName, listener, options = null) { method _off (line 5245) | _off(eventName, listener, options = null) { class AutomationEventBus (line 5260) | class AutomationEventBus extends EventBus { method dispatch (line 5261) | dispatch(eventName, data) { class BaseExternalServices (line 5275) | class BaseExternalServices { method constructor (line 5276) | constructor() { method updateFindControlState (line 5281) | updateFindControlState(data) {} method updateFindMatchesCount (line 5282) | updateFindMatchesCount(data) {} method initPassiveLoading (line 5283) | initPassiveLoading() {} method reportTelemetry (line 5284) | reportTelemetry(data) {} method createL10n (line 5285) | async createL10n() { method createScripting (line 5288) | createScripting() { method updateEditorStates (line 5291) | updateEditorStates(data) { method getNimbusExperimentData (line 5294) | async getNimbusExperimentData() {} function docProperties (line 5312) | async function docProperties(pdfDocument) { class GenericScripting (line 5338) | class GenericScripting { method constructor (line 5339) | constructor(sandboxBundleSrc) { method createSandbox (line 5347) | async createSandbox(data) { method dispatchEventInSandbox (line 5351) | async dispatchEventInSandbox(event) { method destroySandbox (line 5355) | async destroySandbox() { function initCom (line 5388) | function initCom(app) {} class Preferences (line 5389) | class Preferences extends _preferences_js__WEBPACK_IMPORTED_MODULE_1__.B... method _writeToStorage (line 5390) | async _writeToStorage(prefObj) { method _readFromStorage (line 5393) | async _readFromStorage(prefObj) { class ExternalServices (line 5399) | class ExternalServices extends _external_services_js__WEBPACK_IMPORTED_M... method createL10n (line 5400) | async createL10n() { method createScripting (line 5403) | createScripting() { class MLManager (line 5407) | class MLManager { method guess (line 5408) | async guess() { function createBundle (line 5435) | function createBundle(lang, text) { class GenericL10n (line 5444) | class GenericL10n extends _l10n_js__WEBPACK_IMPORTED_MODULE_3__.L10n { method constructor (line 5445) | constructor(lang) { method #generateBundles (line 5452) | static async *#generateBundles(defaultLang, baseLang) { method #createBundle (line 5475) | static async #createBundle(lang, baseURL, paths) { method #getPaths (line 5484) | static async #getPaths() { method #generateBundlesFallback (line 5500) | static async *#generateBundlesFallback(lang) { method #createBundleFallback (line 5503) | static async #createBundleFallback(lang) { class GrabToPan (line 5521) | class GrabToPan { method constructor (line 5522) | constructor({ method activate (line 5536) | activate() { method deactivate (line 5543) | deactivate() { method toggle (line 5551) | toggle() { method ignoreTarget (line 5558) | ignoreTarget(node) { method #onMouseDown (line 5561) | #onMouseDown(event) { method #onMouseMove (line 5586) | #onMouseMove(event) { method #endPan (line 5603) | #endPan() { class L10n (line 5621) | class L10n { method constructor (line 5625) | constructor({ method _setL10n (line 5633) | _setL10n(l10n) { method getLanguage (line 5636) | getLanguage() { method getDirection (line 5639) | getDirection() { method get (line 5642) | async get(ids, args = null, fallback) { method translate (line 5656) | async translate(element) { method pause (line 5662) | pause() { method resume (line 5665) | resume() { method #fixupLangCode (line 5668) | static #fixupLangCode(langCode) { method #isRTL (line 5688) | static #isRTL(lang) { class OverlayManager (line 5704) | class OverlayManager { method active (line 5707) | get active() { method register (line 5710) | async register(dialog, canForceClose = false) { method open (line 5723) | async open(dialog) { method close (line 5738) | async close(dialog = this.#active) { class PasswordPrompt (line 5765) | class PasswordPrompt { method constructor (line 5769) | constructor(options, overlayManager, isViewerEmbedded = false) { method open (line 5787) | async open() { method close (line 5802) | async close() { method #verify (line 5807) | #verify() { method #cancel (line 5813) | #cancel() { method #invokeCallback (line 5817) | #invokeCallback(password) { method setUpdateCallback (line 5826) | async setUpdateCallback(updateCallback, reason) { class PDFAttachmentViewer (line 5855) | class PDFAttachmentViewer extends _base_tree_viewer_js__WEBPACK_IMPORTED... method constructor (line 5856) | constructor(options) { method reset (line 5861) | reset(keepRenderedCapability = false) { method _dispatchEvent (line 5869) | async _dispatchEvent(attachmentsCount) { method _bindLink (line 5888) | _bindLink(element, { method render (line 5897) | render({ method #appendAttachment (line 5929) | #appendAttachment({ class PDFCursorTools (line 5976) | class PDFCursorTools { method constructor (line 5979) | constructor({ method activeTool (line 5991) | get activeTool() { method switchTool (line 5994) | switchTool(tool) { method #addEventListeners (line 6030) | #addEventListeners() { method _handTool (line 6075) | get _handTool() { function getPageName (line 6110) | function getPageName(size, isPortrait, pageNames) { class PDFDocumentProperties (line 6115) | class PDFDocumentProperties { method constructor (line 6117) | constructor({ method open (line 6138) | async open() { method close (line 6183) | async close() { method setDocument (line 6186) | setDocument(pdfDocument) { method #reset (line 6197) | #reset() { method #updateUI (line 6204) | #updateUI(reset = false) { method #parseFileSize (line 6219) | async #parseFileSize(fileSize = 0) { method #parsePageSize (line 6231) | async #parsePageSize(pageSizeInches, pagesRotation) { method #parseDate (line 6283) | async #parseDate(inputDate) { method #parseLinearization (line 6293) | #parseLinearization(isLinearized) { class PDFFindBar (line 6314) | class PDFFindBar { method constructor (line 6316) | constructor(options, eventBus) { method reset (line 6367) | reset() { method dispatchEvent (line 6370) | dispatchEvent(type, findPrev = false) { method updateUIState (line 6382) | updateUIState(state, previous, matchesCount) { method updateResultsCount (line 6414) | updateResultsCount({ method open (line 6434) | open() { method close (line 6444) | close() { method toggle (line 6455) | toggle() { method #resizeObserverCallback (line 6462) | #resizeObserverCallback(entries) { function isAlphabeticalScript (line 6501) | function isAlphabeticalScript(charCode) { function isAscii (line 6504) | function isAscii(charCode) { function isAsciiAlpha (line 6507) | function isAsciiAlpha(charCode) { function isAsciiDigit (line 6510) | function isAsciiDigit(charCode) { function isAsciiSpace (line 6513) | function isAsciiSpace(charCode) { function isHan (line 6516) | function isHan(charCode) { function isKatakana (line 6519) | function isKatakana(charCode) { function isHiragana (line 6522) | function isHiragana(charCode) { function isHalfwidthKatakana (line 6525) | function isHalfwidthKatakana(charCode) { function isThai (line 6528) | function isThai(charCode) { function getCharacterType (line 6531) | function getCharacterType(charCode) { function getNormalizeWithNFKC (line 6559) | function getNormalizeWithNFKC() { function normalize (line 6602) | function normalize(text) { function getOriginalIndex (line 6745) | function getOriginalIndex(diffs, pos, len) { class PDFFindController (line 6764) | class PDFFindController { method constructor (line 6768) | constructor({ method highlightMatches (line 6781) | get highlightMatches() { method pageMatches (line 6784) | get pageMatches() { method pageMatchesLength (line 6787) | get pageMatchesLength() { method selected (line 6790) | get selected() { method state (line 6793) | get state() { method setDocument (line 6796) | setDocument(pdfDocument) { method #onFind (line 6806) | #onFind(state) { method scrollMatchIntoView (line 6856) | scrollMatchIntoView({ method #reset (line 6876) | #reset() { method #query (line 6906) | get #query() { method #shouldDirtyMatch (line 6919) | #shouldDirtyMatch(state) { method #isEntireWord (line 6944) | #isEntireWord(content, startIdx, length) { method #calculateRegExpMatch (line 6963) | #calculateRegExpMatch(query, entireWord, pageIndex, pageContent) { method #convertToRegExpString (line 6982) | #convertToRegExpString(query, hasDiacritics) { method #calculateMatch (line 7022) | #calculateMatch(pageIndex) { method #extractText (line 7063) | #extractText() { method #updatePage (line 7098) | #updatePage(index) { method #updateAllPages (line 7107) | #updateAllPages() { method #nextMatch (line 7113) | #nextMatch() { method #matchesReady (line 7162) | #matchesReady(matches) { method #nextPageMatch (line 7181) | #nextPageMatch() { method #advanceOffsetPage (line 7195) | #advanceOffsetPage(previous) { method #updateMatch (line 7206) | #updateMatch(found = false) { method #onFindBarClose (line 7225) | #onFindBarClose(evt) { method #requestMatchesCount (line 7244) | #requestMatchesCount() { method #updateUIResultsCount (line 7265) | #updateUIResultsCount() { method #updateUIState (line 7271) | #updateUIState(state, previous = false) { function getCurrentHash (line 7302) | function getCurrentHash() { class PDFHistory (line 7305) | class PDFHistory { method constructor (line 7307) | constructor({ method initialize (line 7325) | initialize({ method reset (line 7381) | reset() { method push (line 7394) | push({ method pushPage (line 7441) | pushPage(pageNumber) { method pushCurrentPosition (line 7468) | pushCurrentPosition() { method back (line 7474) | back() { method forward (line 7483) | forward() { method popStateInProgress (line 7492) | get popStateInProgress() { method initialBookmark (line 7495) | get initialBookmark() { method initialRotation (line 7498) | get initialRotation() { method #pushOrReplaceState (line 7501) | #pushOrReplaceState(destination, forceReplace = false) { method #tryPushCurrentPosition (line 7522) | #tryPushCurrentPosition(temporary = false) { method #isValidPage (line 7554) | #isValidPage(val) { method #isValidState (line 7557) | #isValidState(state, checkReload = false) { method #updateInternalState (line 7582) | #updateInternalState(destination, uid, removeTemporary = false) { method #parseCurrentHash (line 7595) | #parseCurrentHash(checkNameddest = false) { method #updateViewarea (line 7609) | #updateViewarea({ method #popState (line 7637) | #popState({ method #pageHide (line 7687) | #pageHide() { method #bindEvents (line 7692) | #bindEvents() { method #unbindEvents (line 7710) | #unbindEvents() { function isDestHashesEqual (line 7715) | function isDestHashesEqual(destHash, pushHash) { function isDestArraysEqual (line 7728) | function isDestArraysEqual(firstDest, secondDest) { class PDFLayerViewer (line 7774) | class PDFLayerViewer extends _base_tree_viewer_js__WEBPACK_IMPORTED_MODU... method constructor (line 7775) | constructor(options) { method reset (line 7785) | reset() { method _dispatchEvent (line 7790) | _dispatchEvent(layersCount) { method _bindLink (line 7796) | _bindLink(element, { method _setNestedName (line 7820) | async _setNestedName(element, { method _addToggleButton (line 7830) | _addToggleButton(div, { method _toggleAllTreeItems (line 7835) | _toggleAllTreeItems() { method render (line 7841) | render({ method #updateLayers (line 7901) | async #updateLayers(promise = null) { class PDFLinkService (line 7950) | class PDFLinkService { method constructor (line 7952) | constructor({ method setDocument (line 7967) | setDocument(pdfDocument, baseUrl = null) { method setViewer (line 7971) | setViewer(pdfViewer) { method setHistory (line 7974) | setHistory(pdfHistory) { method pagesCount (line 7977) | get pagesCount() { method page (line 7980) | get page() { method page (line 7983) | set page(value) { method rotation (line 7988) | get rotation() { method rotation (line 7991) | set rotation(value) { method isInPresentationMode (line 7996) | get isInPresentationMode() { method goToDestination (line 7999) | async goToDestination(dest) { method goToPage (line 8047) | goToPage(val) { method addLinkAttributes (line 8064) | addLinkAttributes(link, url, newWindow = false) { method getDestinationHash (line 8097) | getDestinationHash(dest) { method getAnchorUrl (line 8110) | getAnchorUrl(anchor) { method setHash (line 8113) | setHash(hash) { method executeNamedAction (line 8192) | executeNamedAction(action) { method executeSetOCGState (line 8223) | async executeSetOCGState(action) { method #isValidExplicitDest (line 8235) | static #isValidExplicitDest(dest) { class SimpleLinkService (line 8281) | class SimpleLinkService extends PDFLinkService { method setDocument (line 8282) | setDocument(pdfDocument, baseUrl = null) {} class PDFOutlineViewer (line 8298) | class PDFOutlineViewer extends _base_tree_viewer_js__WEBPACK_IMPORTED_MO... method constructor (line 8299) | constructor(options) { method reset (line 8316) | reset() { method _dispatchEvent (line 8325) | _dispatchEvent(outlineCount) { method _bindLink (line 8338) | _bindLink(element, { method _setStyles (line 8386) | _setStyles(element, { method _addToggleButton (line 8397) | _addToggleButton(div, { method _toggleAllTreeItems (line 8423) | _toggleAllTreeItems() { method render (line 8429) | render({ method _currentOutlineItem (line 8476) | async _currentOutlineItem() { method _getPageNumberToDestHash (line 8504) | async _getPageNumberToDestHash(pdfDocument) { class PDFPageView (line 8597) | class PDFPageView { method constructor (line 8613) | constructor(options) { method #addLayer (line 8676) | #addLayer(div, name) { method renderingState (line 8693) | get renderingState() { method renderingState (line 8696) | set renderingState(state) { method #setDimensions (line 8722) | #setDimensions() { method setPdfPage (line 8734) | setPdfPage(pdfPage) { method destroy (line 8749) | destroy() { method _textHighlighter (line 8753) | get _textHighlighter() { method #renderAnnotationLayer (line 8760) | async #renderAnnotationLayer() { method #renderAnnotationEditorLayer (line 8775) | async #renderAnnotationEditorLayer() { method #renderDrawLayer (line 8790) | async #renderDrawLayer() { method #renderXfaLayer (line 8797) | async #renderXfaLayer() { method #renderTextLayer (line 8820) | async #renderTextLayer() { method #renderStructTreeLayer (line 8854) | async #renderStructTreeLayer() { method #buildXfaTextContentItems (line 8868) | async #buildXfaTextContentItems(textDivs) { method _resetZoomLayer (line 8877) | _resetZoomLayer(removeFromDOM = false) { method reset (line 8890) | reset({ method update (line 8951) | update({ method cancelRendering (line 9049) | cancelRendering({ method cssTransform (line 9087) | cssTransform({ method width (line 9139) | get width() { method height (line 9142) | get height() { method getPagePoint (line 9145) | getPagePoint(x, y) { method #finishRenderTask (line 9148) | async #finishRenderTask(renderTask, error = null) { method draw (line 9171) | async draw() { method setPageLabel (line 9364) | setPageLabel(label) { method thumbnailCanvas (line 9375) | get thumbnailCanvas() { class PDFPresentationMode (line 9410) | class PDFPresentationMode { method constructor (line 9415) | constructor({ method request (line 9428) | async request() { method active (line 9463) | get active() { method #mouseWheel (line 9466) | #mouseWheel(evt) { method #notifyStateChange (line 9490) | #notifyStateChange(state) { method #enter (line 9497) | #enter() { method #exit (line 9518) | #exit() { method #mouseDown (line 9542) | #mouseDown(evt) { method #contextMenu (line 9561) | #contextMenu() { method #showControls (line 9564) | #showControls() { method #hideControls (line 9575) | #hideControls() { method #resetMouseScrollState (line 9583) | #resetMouseScrollState() { method #touchSwipe (line 9587) | #touchSwipe(evt) { method #addWindowListeners (line 9633) | #addWindowListeners() { method #removeWindowListeners (line 9668) | #removeWindowListeners() { method #addFullscreenChangeListeners (line 9672) | #addFullscreenChangeListeners() { method #removeFullscreenChangeListeners (line 9687) | #removeFullscreenChangeListeners() { function renderPage (line 9717) | function renderPage(activeServiceOnEntry, pdfDocument, pageNumber, size,... class PDFPrintService (line 9749) | class PDFPrintService { method constructor (line 9750) | constructor({ method layout (line 9768) | layout() { method destroy (line 9784) | destroy() { method renderPages (line 9804) | renderPages() { method useRenderedPage (line 9825) | useRenderedPage() { method performPrint (line 9845) | performPrint() { method active (line 9858) | get active() { method throwIfInactive (line 9861) | throwIfInactive() { function dispatchEvent (line 9900) | function dispatchEvent(eventType) { function abort (line 9908) | function abort() { function renderProgress (line 9914) | function renderProgress(index, total) { function ensureOverlay (line 9941) | function ensureOverlay() { class PDFPrintServiceFactory (line 9954) | class PDFPrintServiceFactory { method initGlobals (line 9955) | static initGlobals(app) { method supportsPrinting (line 9958) | static get supportsPrinting() { method createPrintService (line 9961) | static createPrintService(params) { class PDFRenderingQueue (line 9988) | class PDFRenderingQueue { method constructor (line 9989) | constructor() { method setViewer (line 10001) | setViewer(pdfViewer) { method setThumbnailViewer (line 10004) | setThumbnailViewer(pdfThumbnailViewer) { method isHighestPriority (line 10007) | isHighestPriority(view) { method renderHighestPriority (line 10010) | renderHighestPriority(currentlyVisiblePages) { method getHighestPriority (line 10028) | getHighestPriority(visible, views, scrolledDown, preRenderExtra = fals... method isViewFinished (line 10069) | isViewFinished(view) { method renderView (line 10072) | renderView(view) { class PDFScriptingManager (line 10117) | class PDFScriptingManager { method constructor (line 10129) | constructor({ method setViewer (line 10138) | setViewer(pdfViewer) { method setDocument (line 10141) | async setDocument(pdfDocument) { method dispatchWillSave (line 10252) | async dispatchWillSave() { method dispatchDidSave (line 10258) | async dispatchDidSave() { method dispatchWillPrint (line 10264) | async dispatchWillPrint() { method dispatchDidPrint (line 10282) | async dispatchDidPrint() { method destroyPromise (line 10288) | get destroyPromise() { method ready (line 10291) | get ready() { method _pageOpenPending (line 10294) | get _pageOpenPending() { method _visitedPages (line 10297) | get _visitedPages() { method #updateFromSandbox (line 10300) | async #updateFromSandbox(detail) { method #dispatchPageOpen (line 10391) | async #dispatchPageOpen(pageNumber, initialize = false) { method #dispatchPageClose (line 10420) | async #dispatchPageClose(pageNumber) { method #initScripting (line 10444) | #initScripting() { method #destroyScripting (line 10451) | async #destroyScripting() { class PDFSidebar (line 10496) | class PDFSidebar { method constructor (line 10502) | constructor({ method reset (line 10530) | reset() { method visibleView (line 10540) | get visibleView() { method setInitialView (line 10543) | setInitialView(view = _ui_utils_js__WEBPACK_IMPORTED_MODULE_0__.Sideba... method switchView (line 10557) | switchView(view, forceOpen = false) { method open (line 10607) | open() { method close (line 10621) | close(evt = null) { method toggle (line 10635) | toggle(evt = null) { method #dispatchEvent (line 10642) | #dispatchEvent() { method #showUINotification (line 10651) | #showUINotification() { method #hideUINotification (line 10657) | #hideUINotification(reset = false) { method #addEventListeners (line 10665) | #addEventListeners() { method outerContainerWidth (line 10764) | get outerContainerWidth() { method #updateWidth (line 10767) | #updateWidth(width = 0) { method #mouseMove (line 10782) | #mouseMove(evt) { method #mouseUp (line 10789) | #mouseUp(evt) { class TempImageFactory (line 10819) | class TempImageFactory { method getCanvas (line 10821) | static getCanvas(width, height) { method destroyCanvas (line 10834) | static destroyCanvas() { class PDFThumbnailView (line 10843) | class PDFThumbnailView { method constructor (line 10844) | constructor({ method #updateDims (line 10890) | #updateDims() { method setPdfPage (line 10905) | setPdfPage(pdfPage) { method reset (line 10915) | reset() { method update (line 10926) | update({ method cancelRendering (line 10939) | cancelRendering() { method #getPageDrawContext (line 10946) | #getPageDrawContext(upscaleFactor = 1) { method #convertCanvasToImage (line 10961) | #convertCanvasToImage(canvas) { method #finishRenderTask (line 10977) | async #finishRenderTask(renderTask, canvas, error = null) { method draw (line 10990) | async draw() { method setImage (line 11043) | setImage(pageView) { method #reduceImage (line 11064) | #reduceImage(img) { method #pageL10nArgs (line 11089) | get #pageL10nArgs() { method setPageLabel (line 11094) | setPageLabel(label) { class PDFThumbnailViewer (line 11124) | class PDFThumbnailViewer { method constructor (line 11125) | constructor({ method #scrollUpdated (line 11140) | #scrollUpdated() { method getThumbnail (line 11143) | getThumbnail(index) { method #getVisibleThumbs (line 11146) | #getVisibleThumbs() { method scrollThumbnailIntoView (line 11152) | scrollThumbnailIntoView(pageNumber) { method pagesRotation (line 11195) | get pagesRotation() { method pagesRotation (line 11198) | set pagesRotation(rotation) { method cleanup (line 11216) | cleanup() { method #resetView (line 11224) | #resetView() { method setDocument (line 11231) | setDocument(pdfDocument) { method #cancelRendering (line 11269) | #cancelRendering() { method setPageLabels (line 11274) | setPageLabels(labels) { method #ensurePdfPageLoaded (line 11290) | async #ensurePdfPageLoaded(thumbView) { method #getScrollAhead (line 11305) | #getScrollAhead(visible) { method forceRendering (line 11313) | forceRendering() { function isValidAnnotationEditorMode (line 11361) | function isValidAnnotationEditorMode(mode) { class PDFPageViewBuffer (line 11364) | class PDFPageViewBuffer { method constructor (line 11367) | constructor(size) { method push (line 11370) | push(view) { method resize (line 11380) | resize(newSize, idsToKeep = null) { method has (line 11400) | has(view) { method #destroyFirstView (line 11406) | #destroyFirstView() { method [Symbol.iterator] (line 11403) | [Symbol.iterator]() { class PDFViewer (line 11412) | class PDFViewer { method constructor (line 11433) | constructor(options) { method pagesCount (line 11498) | get pagesCount() { method getPageView (line 11501) | getPageView(index) { method getCachedPageViews (line 11504) | getCachedPageViews() { method pageViewsReady (line 11507) | get pageViewsReady() { method renderForms (line 11510) | get renderForms() { method enableScripting (line 11513) | get enableScripting() { method currentPageNumber (line 11516) | get currentPageNumber() { method currentPageNumber (line 11519) | set currentPageNumber(val) { method _setCurrentPageNumber (line 11530) | _setCurrentPageNumber(val, resetCurrentPageView = false) { method currentPageLabel (line 11553) | get currentPageLabel() { method currentPageLabel (line 11556) | set currentPageLabel(val) { method currentScale (line 11571) | get currentScale() { method currentScale (line 11574) | set currentScale(val) { method currentScaleValue (line 11585) | get currentScaleValue() { method currentScaleValue (line 11588) | set currentScaleValue(val) { method pagesRotation (line 11596) | get pagesRotation() { method pagesRotation (line 11599) | set pagesRotation(rotation) { method firstPagePromise (line 11632) | get firstPagePromise() { method onePageRendered (line 11635) | get onePageRendered() { method pagesPromise (line 11638) | get pagesPromise() { method _layerProperties (line 11641) | get _layerProperties() { method #initializePermissions (line 11670) | #initializePermissions(permissions) { method #onePageRenderedOrForceFetch (line 11690) | async #onePageRenderedOrForceFetch() { method getAllText (line 11707) | async getAllText() { method #copyCallback (line 11731) | #copyCallback(textLayerMode, event) { method setDocument (line 11764) | setDocument(pdfDocument) { method setPageLabels (line 11952) | setPageLabels(labels) { method _resetView (line 11968) | _resetView() { method #ensurePageViewVisible (line 12011) | #ensurePageViewVisible() { method _scrollUpdate (line 12056) | _scrollUpdate() { method #scrollIntoView (line 12062) | #scrollIntoView(pageView, pageSpot = null) { method #isSameScale (line 12093) | #isSameScale(newScale) { method #setScaleUpdatePages (line 12096) | #setScaleUpdatePages(newScale, newValue, { method #pageWidthScaleFactor (line 12149) | get #pageWidthScaleFactor() { method #setScale (line 12155) | #setScale(value, options) { method #resetCurrentPageView (line 12204) | #resetCurrentPageView() { method pageLabelToPageNumber (line 12213) | pageLabelToPageNumber(label) { method scrollPageIntoView (line 12223) | scrollPageIntoView({ method _updateLocation (line 12322) | _updateLocation(firstPage) { method update (line 12345) | update() { method containsElement (line 12374) | containsElement(element) { method focus (line 12377) | focus() { method _isContainerRtl (line 12380) | get _isContainerRtl() { method isInPresentationMode (line 12383) | get isInPresentationMode() { method isChangingPresentationMode (line 12386) | get isChangingPresentationMode() { method isHorizontalScrollbarEnabled (line 12389) | get isHorizontalScrollbarEnabled() { method isVerticalScrollbarEnabled (line 12392) | get isVerticalScrollbarEnabled() { method _getVisiblePages (line 12395) | _getVisiblePages() { method cleanup (line 12407) | cleanup() { method _cancelRendering (line 12414) | _cancelRendering() { method #ensurePdfPageLoaded (line 12419) | async #ensurePdfPageLoaded(pageView) { method #getScrollAhead (line 12434) | #getScrollAhead(visible) { method forceRendering (line 12448) | forceRendering(currentlyVisiblePages) { method hasEqualPageSizes (line 12461) | get hasEqualPageSizes() { method getPagesOverview (line 12471) | getPagesOverview() { method optionalContentConfigPromise (line 12494) | get optionalContentConfigPromise() { method optionalContentConfigPromise (line 12506) | set optionalContentConfigPromise(promise) { method scrollMode (line 12525) | get scrollMode() { method scrollMode (line 12528) | set scrollMode(mode) { method _updateScrollMode (line 12546) | _updateScrollMode(pageNumber = null) { method spreadMode (line 12567) | get spreadMode() { method spreadMode (line 12570) | set spreadMode(mode) { method _updateSpreadMode (line 12584) | _updateSpreadMode(pageNumber = null) { method _getPageAdvance (line 12625) | _getPageAdvance(currentPageNumber, previous = false) { method nextPage (line 12727) | nextPage() { method previousPage (line 12737) | previousPage() { method increaseScale (line 12746) | increaseScale({ method decreaseScale (line 12768) | decreaseScale({ method #updateContainerHeightCss (line 12790) | #updateContainerHeightCss(height = this.container.clientHeight) { method #resizeObserverCallback (line 12796) | #resizeObserverCallback(entries) { method containerTopLeft (line 12805) | get containerTopLeft() { method annotationEditorMode (line 12808) | get annotationEditorMode() { method annotationEditorMode (line 12811) | set annotationEditorMode({ method annotationEditorParams (line 12835) | set annotationEditorParams({ method refresh (line 12844) | refresh(noUpdate = false, updateArgs = Object.create(null)) { class BasePreferences (line 12974) | class BasePreferences { method constructor (line 13021) | constructor() { method _writeToStorage (line 13041) | async _writeToStorage(prefObj) { method _readFromStorage (line 13044) | async _readFromStorage(prefObj) { method #updatePref (line 13047) | #updatePref({ method reset (line 13053) | async reset() { method set (line 13064) | async set(name, value) { method get (line 13092) | async get(name) { method initializedPromise (line 13100) | get initializedPromise() { function getXfaHtmlForPrinting (line 13123) | function getXfaHtmlForPrinting(printContainer, pdfDocument) { class SecondaryToolbar (line 13163) | class SecondaryToolbar { method constructor (line 13165) | constructor(options, eventBus) { method isOpen (line 13277) | get isOpen() { method setPageNumber (line 13280) | setPageNumber(pageNumber) { method setPagesCount (line 13284) | setPagesCount(pagesCount) { method reset (line 13288) | reset() { method #updateUIState (line 13303) | #updateUIState() { method #bindListeners (line 13315) | #bindListeners(buttons) { method #cursorToolChanged (line 13354) | #cursorToolChanged({ method #scrollModeChanged (line 13364) | #scrollModeChanged({ method #spreadModeChanged (line 13390) | #spreadModeChanged({ method open (line 13402) | open() { method close (line 13413) | close() { method toggle (line 13424) | toggle() { class StructTreeLayerBuilder (line 13489) | class StructTreeLayerBuilder { method renderingDone (line 13491) | get renderingDone() { method render (line 13494) | render(structTree) { method hide (line 13502) | hide() { method show (line 13507) | show() { method #setAttributes (line 13512) | #setAttributes(structElement, htmlElement) { method #walk (line 13528) | #walk(node) { class TextAccessibilityManager (line 13570) | class TextAccessibilityManager { method setTextMapping (line 13575) | setTextMapping(textDivs) { method #compareElementPositions (line 13578) | static #compareElementPositions(e1, e2) { method enable (line 13603) | enable() { method disable (line 13629) | disable() { method removePointerInTextLayer (line 13637) | removePointerInTextLayer(element) { method #addIdToAriaOwns (line 13666) | #addIdToAriaOwns(id, node) { method addPointerInTextLayer (line 13673) | addPointerInTextLayer(element, isRemovable) { method moveElementInDOM (line 13699) | moveElementInDOM(container, element, contentElement, isRemovable) { class TextHighlighter (line 13729) | class TextHighlighter { method constructor (line 13731) | constructor({ method setTextMapping (line 13744) | setTextMapping(divs, texts) { method enable (line 13748) | enable() { method disable (line 13768) | disable() { method _convertMatches (line 13777) | _convertMatches(matches, matchesLength) { method _renderMatches (line 13816) | _renderMatches(matches) { method _updateMatches (line 13915) | _updateMatches(reset = false) { class TextLayerBuilder (line 13964) | class TextLayerBuilder { method constructor (line 13970) | constructor({ method #finishRendering (line 13989) | #finishRendering() { method numTextDivs (line 13996) | get numTextDivs() { method render (line 13999) | async render(viewport) { method hide (line 14045) | hide() { method show (line 14051) | show() { method cancel (line 14057) | cancel() { method setTextContentSource (line 14068) | setTextContentSource(source) { method #bindMouse (line 14072) | #bindMouse() { class Toolbar (line 14127) | class Toolbar { method constructor (line 14129) | constructor(options, eventBus) { method #setAnnotationEditorUIManager (line 14216) | #setAnnotationEditorUIManager(uiManager, parentContainer) { method setPageNumber (line 14223) | setPageNumber(pageNumber, pageLabel) { method setPagesCount (line 14228) | setPagesCount(pagesCount, hasPageLabels) { method setPageScale (line 14233) | setPageScale(pageScaleValue, pageScale) { method reset (line 14238) | reset() { method #bindListeners (line 14251) | #bindListeners(buttons) { method #editorModeChanged (line 14303) | #editorModeChanged({ method #updateUIState (line 14326) | #updateUIState(resetNumPages = false) { method updateLoadingIndicatorState (line 14376) | updateLoadingIndicatorState(loading = false) { class OutputScale (line 14489) | class OutputScale { method constructor (line 14490) | constructor() { method scaled (line 14495) | get scaled() { function scrollIntoView (line 14499) | function scrollIntoView(element, spot, scrollMatches = false) { function watchScroll (line 14526) | function watchScroll(viewAreaElement, callback) { function parseQueryString (line 14559) | function parseQueryString(query) { function removeNullCharacters (line 14567) | function removeNullCharacters(str, replaceInvisible = false) { function binarySearchFirstItem (line 14576) | function binarySearchFirstItem(items, condition, start = 0) { function approximateFraction (line 14596) | function approximateFraction(x) { function roundToDivide (line 14634) | function roundToDivide(x, div) { function getPageSizeInches (line 14638) | function getPageSizeInches({ function backtrackBeforeAllVisibleElements (line 14652) | function backtrackBeforeAllVisibleElements(index, views, top) { function getVisibleElements (line 14671) | function getVisibleElements({ function normalizeWheelEventDirection (line 14753) | function normalizeWheelEventDirection(evt) { function normalizeWheelEventDelta (line 14761) | function normalizeWheelEventDelta(evt) { function isValidRotation (line 14773) | function isValidRotation(angle) { function isValidScrollMode (line 14776) | function isValidScrollMode(mode) { function isValidSpreadMode (line 14779) | function isValidSpreadMode(mode) { function isPortraitOrientation (line 14782) | function isPortraitOrientation(size) { function clamp (line 14789) | function clamp(v, min, max) { class ProgressBar (line 14792) | class ProgressBar { method constructor (line 14798) | constructor(bar) { method percent (line 14802) | get percent() { method percent (line 14805) | set percent(val) { method setWidth (line 14814) | setWidth(viewer) { method setDisableAutoFetch (line 14824) | setDisableAutoFetch(delay = 5000) { method hide (line 14837) | hide() { method show (line 14844) | show() { function getActiveOrFocusedElement (line 14852) | function getActiveOrFocusedElement() { function apiPageLayoutToViewerModes (line 14861) | function apiPageLayoutToViewerModes(layout) { function apiPageModeToSidebarView (line 14886) | function apiPageModeToSidebarView(mode) { function toggleCheckedBtn (line 14901) | function toggleCheckedBtn(button, toggle, view = null) { function toggleExpandedBtn (line 14906) | function toggleExpandedBtn(button, toggle, view = null) { class ViewHistory (line 14922) | class ViewHistory { method constructor (line 14923) | constructor(fingerprint, cacheSize = DEFAULT_VIEW_HISTORY_CACHE_SIZE) { method _writeToStorage (line 14952) | async _writeToStorage() { method _readFromStorage (line 14956) | async _readFromStorage() { method set (line 14959) | async set(name, val) { method setMultiple (line 14964) | async setMultiple(properties) { method get (line 14971) | async get(name, defaultValue) { method getMultiple (line 14976) | async getMultiple(properties) { function getViewerConfiguration (line 15020) | function getViewerConfiguration() { function webViewerLoad (line 15147) | function webViewerLoad() { class XfaLayerBuilder (line 15187) | class XfaLayerBuilder { method constructor (line 15188) | constructor({ method render (line 15201) | async render(viewport, intent = "display") { method cancel (line 15240) | cancel() { method hide (line 15243) | hide() { function __webpack_require__ (line 15262) | function __webpack_require__(moduleId) { FILE: src/StaffWebUI/wwwroot/theme-info.js class LoadingThemeInfo (line 5) | class LoadingThemeInfo extends HTMLElement { method getEffectiveTheme (line 6) | static getEffectiveTheme() { method updateEffectiveThemeClass (line 18) | static updateEffectiveThemeClass() { method connectedCallback (line 23) | connectedCallback() { FILE: test/E2ETest/Infrastructure/AppHostFixture.cs class AppHostFixture (line 7) | public class AppHostFixture : IAsyncDisposable method AppHostFixture (line 13) | public AppHostFixture() method InitializeAsync (line 19) | private async Task InitializeAsync() method DisposeAsync (line 39) | public async ValueTask DisposeAsync() class Resource (line 45) | public class Resource(string name, AppHostFixture owner) method CreateHttpClientAsync (line 47) | public async Task CreateHttpClientAsync() method ResolveUrlAsync (line 50) | public async Task ResolveUrlAsync(string relativeUrl) FILE: test/E2ETest/Infrastructure/AppTestCollection.cs class AppTestCollection (line 4) | [CollectionDefinition(Name)] FILE: test/E2ETest/Infrastructure/LoginExtensions.cs class LoginExtensions (line 5) | public static class LoginExtensions method LoginAsTestUserAsync (line 7) | public static async Task LoginAsTestUserAsync(this IPage page, AppHost... FILE: test/E2ETest/Infrastructure/PlaywrightTestBase.cs class PlaywrightTestBase (line 5) | public class PlaywrightTestBase : IAsyncLifetime method InitializeAsync (line 11) | public virtual async Task InitializeAsync() method DisposeAsync (line 30) | public async Task DisposeAsync() FILE: test/E2ETest/TicketAssistantTest.cs class TicketAssistantTest (line 5) | [Collection(AppTestCollection.Name)] method NthReply (line 10) | ILocator NthReply(int n) => Page.Locator(".assistant .message.assistan... method InitializeAsync (line 12) | public override async Task InitializeAsync() method OffersOptionsToCheckManualAndWriteReply (line 18) | [Fact] method CanAnswerQuestionAboutTicket (line 29) | [Fact] method CanSearchManualToGetAnswer (line 40) | [Fact] method SendMessageAsync (line 60) | private async Task SendMessageAsync(string text) method GetNthCompletedReply (line 67) | private async Task GetNthCompletedReply(int n) FILE: test/E2ETest/TicketsListTest.cs class TicketsListTest (line 3) | [Collection(AppTestCollection.Name)] method InitializeAsync (line 6) | public override async Task InitializeAsync() method HasPageTitle (line 12) | [Fact] method ShowsOpenTicketsButNotClosedOnes (line 20) | [Fact] method CanSwitchToShowClosedTickets (line 30) | [Fact] FILE: test/EvaluationTests/AnswerScoringEvaluator.cs class AnswerScoringEvaluator (line 7) | public sealed class AnswerScoringEvaluator : IEvaluator class Context (line 9) | public sealed class Context(string expectedAnswer) : EvaluationContext... method EvaluateAsync (line 20) | public async ValueTask EvaluateAsync( method GetEvaluationInstructions (line 83) | private static List GetEvaluationInstructions( method Interpret (line 145) | internal static EvaluationMetricInterpretation Interpret(NumericMetric... type ScoringResponse (line 160) | record ScoringResponse(AnswerScore[] Scores); type AnswerScore (line 161) | record AnswerScore(int Index, int ScoreLabel, string DescriptionOfQuality); FILE: test/EvaluationTests/EvalQuestion.cs class EvalQuestion (line 3) | public class EvalQuestion FILE: test/EvaluationTests/EvaluationTests.cs class EvaluationTests (line 17) | public class EvaluationTests : IAsyncLifetime method InitializeAsync (line 26) | public async Task InitializeAsync() method DisposeAsync (line 35) | public Task DisposeAsync() => Task.CompletedTask; method LoadEvaluationQuestions (line 37) | static EvalQuestion[] LoadEvaluationQuestions() method GetReportingConfiguration (line 50) | static ReportingConfiguration GetReportingConfiguration() method EvaluateQuestionsInALoop (line 79) | [Fact] method EvaluateQuestionsWithMemberData (line 98) | [Theory] method EvaluateQuestion_HowToAccessEssentials (line 109) | [Fact] method EvaluateQuestion_WhatAreTheOverheatingPrecautions (line 123) | [Fact] method EvaluateQuestion_Summit3000TrekkingBackpackStrapAdjustment (line 138) | [Fact] method EvaluateQuestion (line 152) | private static async Task EvaluateQuestion(EvalQuestion question, Repo... FILE: test/EvaluationTests/Settings.cs class Settings (line 10) | public class Settings method Settings (line 18) | public Settings(IConfiguration config) method GetCurrentSettings (line 36) | private static Settings GetCurrentSettings()