MCPcopy Create free account

hub / github.com/Rob--W/crxviewer / functions

Functions412 in github.com/Rob--W/crxviewer

↓ 2 callersFunctionclamp
(val,length)
src/lib/spark-md5.min.js:1
↓ 2 callersFunctioncloseViewAndOpenCrxUrl
(crxUrl)
src/crxviewer.js:1820
↓ 2 callersFunctioncompress_block
(ltree, dtree)
src/lib/zip.js/deflate.js:985
↓ 2 callersFunctioncopy
(worker, sn, reader, writer, offset, size, computeCrc32, onend, onprogress, onreaderror, onwriteerror)
src/lib/zip.js/zip.js:479
↓ 2 callersFunctioncreateWorker
(type, callback, onerror)
src/lib/zip.js/zip.js:876
↓ 2 callersFunctiondecodeASCII
(str)
src/lib/zip.js/zip.js:494
↓ 2 callersFunctiondecodeUTF8
(string)
src/lib/zip.js/zip.js:514
↓ 2 callersFunctiondispatchPanelSizeChange
()
src/crxviewer.js:1418
↓ 2 callersFunctiondoRenderSourceCodeViewer
()
src/crxviewer.js:532
↓ 2 callersFunctiondoSeek
(length, eocdrNotFoundCallback)
src/lib/zip.js/zip.js:626
↓ 2 callersFunctionencodeQueryStringPart
(key, value)
src/cws_pattern.js:369
↓ 2 callersFunctionencodeUTF8
(string)
src/lib/zip.js/zip.js:710
↓ 2 callersFunctionevaluateCondition
(code)
external/builder.js:54
↓ 2 callersMethodfindAll
* @returns {object[]} A direct reference to the internal result array. * Do not mutate this return value.
src/search-tools.js:156
↓ 2 callersMethodfindPrev
()
src/search-tools.js:106
↓ 2 callersFunctionformatByteSizeSuffix
(fileSize)
src/crxviewer.js:37
↓ 2 callersFunctionformatSubject
(id, subject)
src/crxviewer.js:1013
↓ 2 callersFunctiongetBytes
(str)
src/lib/zip.js/zip.js:714
↓ 2 callersFunctiongetGenericType
(filename)
src/crxviewer.js:127
↓ 2 callersFunctiongetMimeTypeForFilename
(filename)
src/crxviewer.js:165
↓ 2 callersFunctiongetPlatformInfoFallback
()
src/chrome-platform-info.js:70
↓ 2 callersMethodgetQueryStatus
()
src/search-tools.js:472
↓ 2 callersFunctiongetString
(bytes)
src/lib/zip.js/zip.js:518
↓ 2 callersFunctiongetVersionString
()
make.js:32
↓ 2 callersFunctiongetXpis
(amodomain, slugorid, page, callback)
src/crxviewer.js:1957
↓ 2 callersFunctionget_amo_domain
(url)
src/cws_pattern.js:233
↓ 2 callersFunctionget_amo_slug
(url)
src/cws_pattern.js:238
↓ 2 callersFunctionget_equivalent_download_url
(url)
src/cws_pattern.js:265
↓ 2 callersFunctionget_webstore_url
(url)
src/cws_pattern.js:189
↓ 2 callersFunctionget_xpi_url
(amoDomain, addonSlug)
src/cws_pattern.js:78
↓ 2 callersFunctionget_zip_name
(url, /*optional*/filename)
src/cws_pattern.js:214
↓ 2 callersFunctiongrepSearch
(searchTerm)
src/crxviewer.js:1447
↓ 2 callersFunctionhideFindStatus
()
src/crxviewer.js:376
↓ 2 callersFunctioninflateReset
(z)
src/lib/zip.js/inflate.js:1793
↓ 2 callersFunctioninit_block
()
src/lib/zip.js/deflate.js:652
↓ 2 callersFunctioninitialize
()
src/crxviewer.js:1644
↓ 2 callersFunctionis_crx_download_url
(url)
src/cws_pattern.js:319
↓ 2 callersFunctionis_not_crx_url
(url)
src/cws_pattern.js:296
↓ 2 callersFunctionis_webstore_url
(url)
src/cws_pattern.js:328
↓ 2 callersFunctionloadCachedUrlInViewer
(blob_url, human_readable_name, onHasBlob, onHasNoBlob)
src/crxviewer.js:2142
↓ 2 callersFunctionloadNonCrxUrlInViewer
(url, human_readable_name, onHasBlob, onHasNoBlob)
src/crxviewer.js:2150
↓ 2 callersFunctionlongest_match
(cur_match)
src/lib/zip.js/deflate.js:1292
↓ 2 callersFunctionmatchPattern
* @param {RegExp} pattern * @param {number} pos * @param {string} text * @param {boolean} lookbehind * @returns {RegExpExecArray | null}
src/lib/prettify/prism.js:892
↓ 2 callersFunctionmaybeShowPermissionRequest
()
src/crxviewer.js:2222
↓ 2 callersFunctionmd51
(s)
src/lib/spark-md5.min.js:1
↓ 2 callersFunctionmd5blk
(s)
src/lib/spark-md5.min.js:1
↓ 2 callersFunctionmd5blk_array
(a)
src/lib/spark-md5.min.js:1
↓ 2 callersMethodmodifyBeforeRequest
* @param {URL} url The URL that will be requested. * @returns {boolean} Whether domain fronting has been applied.
src/domain-fronter.js:47
↓ 2 callersFunctiononflush
()
src/lib/zip.js/zip.js:309
↓ 2 callersFunctionparseCertificate
* Parses the Subject from a given DER-encoded certificate. * * @param {Uint8Array|Buffer} data - An array of bytes. * @returns {object} The Subject
src/asn1lite.js:238
↓ 2 callersFunctionparseDirectoryString
* Parses a string from a DirectoryString TLV. * * @param {object} tlv - A TLV from parseDERTLV. * @returns {string} A string if the TLV is a suppor
src/asn1lite.js:190
↓ 2 callersFunctionpreprocess
* A simple preprocessor that is based on the Firefox preprocessor * (https://dxr.mozilla.org/mozilla-central/source/build/docs/preprocessor.rst). *
external/builder.js:38
↓ 2 callersFunctionprioritizedFilenames
(filenames)
src/search-worker.js:63
↓ 2 callersFunctionpublicKeyToExtensionId
(base64encodedKey)
src/crxviewer.js:2333
↓ 2 callersFunctionreadCommonHeader
(entry, data, index, centralDirectory, onerror)
src/lib/zip.js/zip.js:534
↓ 2 callersFunctionready2
()
src/popup.js:72
↓ 2 callersFunctionregisterTabsOnUpdatedForPageAction
()
src/background.js:67
↓ 2 callersFunctionremoveFirefoxSpecificFiles
()
make.js:82
↓ 2 callersFunctionremove_redundant_indentation
(output, frame)
src/lib/beautify/beautifier.js:199
↓ 2 callersFunctionrenderAudioInfo
(text)
src/crxviewer.js:611
↓ 2 callersFunctionrenderImageInfo
(text)
src/crxviewer.js:585
↓ 2 callersFunctionrenderVideoInfo
(text)
src/crxviewer.js:637
↓ 2 callersFunctionreorderForms
(firefoxFirst)
src/crxviewer.js:1756
↓ 2 callersFunctionscan_tree
(tree,// the tree to be scanned max_code // and its largest code of non zero frequency )
src/lib/zip.js/deflate.js:718
↓ 2 callersFunctionscrollElementIntoViewIfNeeded
(scrollableElement, element)
src/crxviewer.js:1344
↓ 2 callersFunctionsend_tree
(tree,// the tree to be sent max_code // and its largest code of non zero frequency )
src/lib/zip.js/deflate.js:833
↓ 2 callersFunctionsetActionClickAction
(actionClickAction)
src/bg-contextmenu.js:182
↓ 2 callersMethodsetCurrentPosition
* Set the position to use for the next findNext / findPrev call. * * @param {number} line - The line number (0-based). * @param {number
src/search-tools.js:219
↓ 2 callersFunctionsetOptionFromUrl
(key)
src/crxviewer.js:1784
↓ 2 callersFunctionshow
()
src/bg-contextmenu.js:236
↓ 2 callersFunctionshowPageActionIfNeeded
(tab)
src/background.js:208
↓ 2 callersFunctionshowPermissionPromptIfMissingHostPermission
()
src/popup.js:84
↓ 2 callersFunctionsmaller
(tree, n, m, depth)
src/lib/zip.js/deflate.js:470
↓ 2 callersFunctionsortAndAppend
(list)
src/crxviewer.js:101
↓ 2 callersFunctiontoCwsUrl
()
src/crxviewer.js:1743
↓ 2 callersFunctiontoUtf8
(str)
src/lib/spark-md5.min.js:1
↓ 2 callersFunctiontoggleOutputVisibility
()
src/crxviewer.js:819
↓ 2 callersFunctiontogglePageAction
(isEnabled)
src/background.js:116
↓ 2 callersFunctiontryTriggerDownload
(blob, filename)
src/popup.js:223
↓ 2 callersFunctionv
(a)
src/lib/sha256.js:14
↓ 2 callersFunctionviewFileInfo
(entry)
src/crxviewer.js:201
↓ 2 callersFunctionviewTextSource
(text, filename, pre, onPreRendered)
src/crxviewer.js:694
↓ 2 callersFunctionwalkTokens
(tokens)
src/lib/prettify/prism.js:2853
↓ 1 callersMethod_createSVGRoot
* Create a <svg> element for use in `this.svgRoot`, which has two children: * - `this.svgRoot.firstChild` will contain highlighted results.
src/search-tools.js:562
↓ 1 callersFunction_mergeOpts
(allOptions, childFieldName)
src/lib/beautify/beautifier.js:2409
↓ 1 callersFunction_normalizeOpts
(options)
src/lib/beautify/beautifier.js:2429
↓ 1 callersMethod_removeSVGRoot
()
src/search-tools.js:549
↓ 1 callersMethod_renderBetweenLines
* Render highlighted results in the given line range (inclusive, 0-based). * * @param {number} lineStart - Start of range. Must be at least
src/search-tools.js:591
↓ 1 callersFunction_tr_align
()
src/lib/zip.js/deflate.js:925
↓ 1 callersFunction_tr_flush_block
(buf, // input block, or NULL if too old stored_len, // length of input block eof // true if this is the l
src/lib/zip.js/deflate.js:1071
↓ 1 callersFunctionall_lines_start_with
(lines, c)
src/lib/beautify/beautifier.js:243
↓ 1 callersFunctionapplyFilter
(/*regex*/pattern)
src/crxviewer.js:1429
↓ 1 callersFunctionarrayBuffer2Utf8Str
(buff)
src/lib/spark-md5.min.js:1
↓ 1 callersFunctionbeautify
(type, source, options)
src/lib/beautify/worker-beautify.js:54
↓ 1 callersFunctionbi_reverse
(code, // the value to invert len // its bit length )
src/lib/zip.js/deflate.js:202
↓ 1 callersFunctionbinaryToHex
(uint8Array)
src/lib/modern-crypto.js:17
↓ 1 callersFunctionblobSlice
(blob, index, length)
src/lib/zip.js/zip.js:84
↓ 1 callersFunctionbuild_bl_tree
()
src/lib/zip.js/deflate.js:768
↓ 1 callersFunctioncalculateExtensionID
()
src/crxviewer.js:997
↓ 1 callersFunctioncan_viewsource_crx_url
(url)
src/cws_pattern.js:290
← previousnext →101–200 of 412, ranked by callers