SYMBOL INDEX (567 symbols across 74 files) FILE: client/js/ajax.requester.js function isSimpleMethod (line 47) | function isSimpleMethod() { function containsNonSimpleHeaders (line 54) | function containsNonSimpleHeaders(headers) { function isXdr (line 67) | function isXdr(xhr) { function getCorsAjaxTransport (line 73) | function getCorsAjaxTransport() { function getXhrOrXdr (line 93) | function getXhrOrXdr(id, suppliedXhr) { function dequeue (line 116) | function dequeue(id) { function onComplete (line 130) | function onComplete(id, xdrError) { function getParams (line 148) | function getParams(id) { function sendRequest (line 174) | function sendRequest(id, optXhr) { function createUrl (line 228) | function createUrl(id, params, additionalQueryParams) { function getXhrReadyStateChangeHandler (line 250) | function getXhrReadyStateChangeHandler(id) { function registerForUploadProgress (line 258) | function registerForUploadProgress(id) { function getXdrLoadHandler (line 272) | function getXdrLoadHandler(id) { function getXdrErrorHandler (line 280) | function getXdrErrorHandler(id) { function setHeaders (line 286) | function setHeaders(id) { function isResponseSuccessful (line 322) | function isResponseSuccessful(responseCode) { function prepareToSend (line 326) | function prepareToSend(id, optXhr, addToPath, additionalParams, addition... FILE: client/js/azure/azure.xhr.upload.handler.js function combineChunks (line 61) | function combineChunks(id) { function determineBlobUrl (line 85) | function determineBlobUrl(id) { function getSignedUrl (line 101) | function getSignedUrl(id, optChunkIdx) { function handleFailure (line 131) | function handleFailure(xhr, promise) { FILE: client/js/azure/get-sas.js function sasResponseReceived (line 24) | function sasResponseReceived(id, xhr, isError) { FILE: client/js/azure/rest/put-block-list.js function createRequestBody (line 61) | function createRequestBody(blockIdEntries) { FILE: client/js/azure/rest/put-block.js function createBlockId (line 56) | function createBlockId(partNum) { FILE: client/js/button.js function createInput (line 57) | function createInput() { FILE: client/js/deletefile.ajax.requester.js function getMandatedParams (line 24) | function getMandatedParams() { FILE: client/js/dnd.js function uploadDroppedFiles (line 23) | function uploadDroppedFiles(files, uploadDropZone) { function traverseFileTree (line 32) | function traverseFileTree(entry) { function extractDirectoryPath (line 76) | function extractDirectoryPath(entry) { function getFilesInDirectory (line 93) | function getFilesInDirectory(entry, reader, accumEntries, existingPromis... function handleDataTransfer (line 117) | function handleDataTransfer(dataTransfer, uploadDropZone) { function setupDropzone (line 166) | function setupDropzone(dropArea) { function isFileDrag (line 202) | function isFileDrag(dragEvent) { function leavingDocumentOut (line 223) | function leavingDocumentOut(e) { function setupDragDrop (line 231) | function setupDragDrop() { function dragoverShouldBeCanceled (line 353) | function dragoverShouldBeCanceled() { function disableDropOutside (line 357) | function disableDropOutside(e) { function isValidFileDrag (line 379) | function isValidFileDrag(e) { function isOrSetDropDisabled (line 403) | function isOrSetDropDisabled(isDisabled) { function triggerHidezonesEvent (line 410) | function triggerHidezonesEvent() { function attachEvents (line 433) | function attachEvents() { FILE: client/js/features.js function testSupportsFileInputElement (line 21) | function testSupportsFileInputElement() { function isChrome14OrHigher (line 42) | function isChrome14OrHigher() { function isCrossOriginXhrSupported (line 48) | function isCrossOriginXhrSupported() { function isXdrSupported (line 60) | function isXdrSupported() { function isCrossOriginAjaxSupported (line 66) | function isCrossOriginAjaxSupported() { function isFolderSelectionSupported (line 74) | function isFolderSelectionSupported() { function isLocalStorageSupported (line 79) | function isLocalStorageSupported() { function isDragAndDropSupported (line 91) | function isDragAndDropSupported() { FILE: client/js/form-support.js function determineNewEndpoint (line 43) | function determineNewEndpoint(formEl) { function validateForm (line 51) | function validateForm(formEl, nativeSubmit) { function maybeUploadOnSubmit (line 62) | function maybeUploadOnSubmit(formEl) { function determineFormEl (line 88) | function determineFormEl(formEl) { FILE: client/js/identify.js function isIdentifiable (line 5) | function isIdentifiable(magicBytes, questionableBytes) { FILE: client/js/image-support/exif.js function parseLittleEndian (line 22) | function parseLittleEndian(hex) { function seekToApp1 (line 37) | function seekToApp1(offset, promise) { function getApp1Offset (line 67) | function getApp1Offset() { function isLittleEndian (line 88) | function isLittleEndian(app1Start) { function getDirEntryCount (line 99) | function getDirEntryCount(app1Start, littleEndian) { function getIfd (line 115) | function getIfd(app1Start, dirEntries) { function getDirEntries (line 123) | function getDirEntries(ifdHex) { function getTagValues (line 136) | function getTagValues(littleEndian, dirEntries) { FILE: client/js/image-support/image.js function isImg (line 10) | function isImg(el) { function isCanvas (line 14) | function isCanvas(el) { function isImgCorsSupported (line 18) | function isImgCorsSupported() { function isCanvasSupported (line 22) | function isCanvasSupported() { function determineMimeOfFileName (line 31) | function determineMimeOfFileName(nameWithPath) { function isCrossOrigin (line 60) | function isCrossOrigin(url) { function registerImgLoadListeners (line 86) | function registerImgLoadListeners(img, promise) { function registerCanvasDrawImageListener (line 101) | function registerCanvasDrawImageListener(canvas, promise) { function registerThumbnailRenderedListener (line 117) | function registerThumbnailRenderedListener(imgOrCanvas, promise) { function draw (line 136) | function draw(fileOrBlob, container, options) { function drawOnCanvasOrImgFromUrl (line 198) | function drawOnCanvasOrImgFromUrl(url, canvasOrImg, draw, maxSize, custo... function drawOnImgFromUrlWithCssScaling (line 227) | function drawOnImgFromUrlWithCssScaling(url, img, draw, maxSize) { function drawFromUrl (line 249) | function drawFromUrl(url, container, options) { FILE: client/js/image-support/megapix-image.js function detectSubsampling (line 21) | function detectSubsampling(img) { function detectVerticalSquash (line 44) | function detectVerticalSquash(img, iw, ih) { function renderImageToDataURL (line 75) | function renderImageToDataURL(img, blob, options, doSquash) { function maybeCalculateDownsampledDimensions (line 90) | function maybeCalculateDownsampledDimensions(spec) { function renderImageToCanvas (line 108) | function renderImageToCanvas(img, blob, canvas, options, doSquash) { function renderImageToCanvasWithCustomResizer (line 199) | function renderImageToCanvasWithCustomResizer(resizeInfo) { function transformCoordinate (line 243) | function transformCoordinate(canvas, width, height, orientation) { function MegaPixImage (line 302) | function MegaPixImage(srcImage, errorCallback) { FILE: client/js/image-support/validation.image.js function hasNonZeroLimits (line 16) | function hasNonZeroLimits(limits) { function getWidthHeight (line 34) | function getWidthHeight() { function getFailingLimit (line 73) | function getFailingLimit(limits, dimensions) { FILE: client/js/jquery-dnd.js function init (line 7) | function init(options) { function dataStore (line 20) | function dataStore(key, val) { function dnd (line 38) | function dnd(instanceToStore) { function addCallbacks (line 42) | function addCallbacks(transformedOpts) { function transformVariables (line 61) | function transformVariables(source, dest) { function isValidCommand (line 101) | function isValidCommand(command) { function delegateCommand (line 107) | function delegateCommand(command) { FILE: client/js/jquery-plugin.js function init (line 7) | function init(options) { function getNewUploaderInstance (line 17) | function getNewUploaderInstance(params) { function dataStore (line 42) | function dataStore(key, val) { function uploader (line 62) | function uploader(instanceToStore) { function pluginOption (line 66) | function pluginOption(option, optionVal) { function addCallbacks (line 72) | function addCallbacks(transformedOpts, newUploaderInstance) { function transformVariables (line 112) | function transformVariables(source, dest) { function isValidCommand (line 166) | function isValidCommand(command) { function delegateCommand (line 174) | function delegateCommand(command) { function maybeWrapInJquery (line 187) | function maybeWrapInJquery(val) { FILE: client/js/paste.js function isImage (line 15) | function isImage(item) { function registerPasteHandler (line 20) | function registerPasteHandler() { function unregisterPasteHandler (line 35) | function unregisterPasteHandler() { FILE: client/js/s3/multipart.abort.ajax.requester.js function getHeaders (line 44) | function getHeaders(id, uploadId) { function handleAbortRequestComplete (line 67) | function handleAbortRequestComplete(id, xhr, isError) { FILE: client/js/s3/multipart.complete.ajax.requester.js function getHeaders (line 44) | function getHeaders(id, uploadId, body) { function handleCompleteRequestComplete (line 69) | function handleCompleteRequestComplete(id, xhr, isError) { function getCompleteRequestBody (line 114) | function getCompleteRequestBody(etagEntries) { FILE: client/js/s3/multipart.initiate.ajax.requester.js function getHeaders (line 51) | function getHeaders(id) { function handleInitiateRequestComplete (line 99) | function handleInitiateRequestComplete(id, xhr, isError) { FILE: client/js/s3/request-signer.js function handleSignatureReceived (line 263) | function handleSignatureReceived(id, xhrOrXdr, isError) { function getStringToSignArtifacts (line 325) | function getStringToSignArtifacts(id, version, requestInfo) { function determineSignatureClientSide (line 421) | function determineSignatureClientSide(id, toBeSigned, signatureEffort, u... function signPolicy (line 445) | function signPolicy(policy, signatureEffort, updatedAccessKey, updatedSe... function signApiRequest (line 454) | function signApiRequest(signatureConstructor, headersStr, signatureEffor... FILE: client/js/s3/s3.form.upload.handler.js function isValidResponse (line 51) | function isValidResponse(id, iframe) { function generateAwsParams (line 82) | function generateAwsParams(id) { function createForm (line 112) | function createForm(id, iframe) { function handleUpload (line 136) | function handleUpload(id) { function handleFinishedUpload (line 183) | function handleFinishedUpload(id, iframe) { FILE: client/js/session.ajax.requester.js function onComplete (line 27) | function onComplete(id, xhrOrXdr, isError) { FILE: client/js/session.js function isJsonResponseValid (line 21) | function isJsonResponseValid(response) { function handleFileItems (line 29) | function handleFileItems(fileItems, success, xhrOrXdr, promise) { FILE: client/js/third-party/crypto-js/core.js function F (line 25) | function F() {} FILE: client/js/third-party/crypto-js/sha256.js function isPrime (line 21) | function isPrime(n) { function getFractionalBits (line 32) | function getFractionalBits(n) { FILE: client/js/traditional/traditional.form.upload.handler.js function getIframeContentJson (line 22) | function getIframeContentJson(id, iframe) { function createForm (line 53) | function createForm(id, iframe) { FILE: client/js/ui.handler.click.filebuttons.js function examineEvent (line 24) | function examineEvent(target, event) { FILE: client/js/ui.handler.click.filename.js function examineEvent (line 21) | function examineEvent(target, event) { FILE: client/js/ui.handler.edit.filename.js function getFilenameSansExtension (line 16) | function getFilenameSansExtension(fileId) { function getOriginalExtension (line 27) | function getOriginalExtension(fileId) { function handleNameUpdate (line 33) | function handleNameUpdate(newFilenameInputEl, fileId) { function registerInputBlurHandler (line 51) | function registerInputBlurHandler(inputEl, fileId) { function registerInputEnterKeyHandler (line 58) | function registerInputEnterKeyHandler(inputEl, fileId) { FILE: client/js/ui.handler.events.js function addHandler (line 26) | function addHandler(element) { FILE: client/js/ui.handler.focusin.filenameinput.js function handleInputFocus (line 17) | function handleInputFocus(target, event) { FILE: client/js/upload-data.js function getDataByIds (line 11) | function getDataByIds(idOrIds) { function getDataByUuids (line 25) | function getDataByUuids(uuids) { function getDataByStatus (line 39) | function getDataByStatus(status) { FILE: client/js/upload-handler/form.upload.handler.js function expungeFile (line 29) | function expungeFile(id) { function getFileIdForIframeName (line 56) | function getFileIdForIframeName(iframeName) { function initIframeForUpload (line 67) | function initIframeForUpload(name) { function registerPostMessageCallback (line 85) | function registerPostMessageCallback(iframe, callback) { FILE: client/js/upload-handler/xhr.upload.handler.js function abort (line 46) | function abort(id) { FILE: client/js/uploader.api.js function completeUpload (line 355) | function completeUpload(result) { function r (line 613) | function r(name, replacement) { message = message.replace(name, replacem... FILE: client/js/uploader.basic.api.js function allowMultiple (line 676) | function allowMultiple() { function r (line 1288) | function r(name, replacement) { message = message.replace(name, replacem... FILE: client/js/uploadsuccess.ajax.requester.js function handleSuccessResponse (line 30) | function handleSuccessResponse(id, xhrOrXdr, isError) { FILE: client/typescript/fine-uploader.d.ts class FineUploaderBasic (line 9) | class FineUploaderBasic { type CustomResizerCallBack (line 589) | interface CustomResizerCallBack { type ResizeInfo (line 606) | interface ResizeInfo { type UploadFilter (line 637) | interface UploadFilter { type FoundUploadItems (line 655) | interface FoundUploadItems extends UploadFilter { type ScaleImageOptions (line 669) | interface ScaleImageOptions { type PromiseOptions (line 703) | interface PromiseOptions { type BlobWrapper (line 751) | interface BlobWrapper { type CanvasWrapper (line 765) | interface CanvasWrapper { type ResumableFileObject (line 787) | interface ResumableFileObject { type CoreOptions (line 816) | interface CoreOptions { type FormatFileNameFuncton (line 943) | interface FormatFileNameFuncton { type BlobsOptions (line 950) | interface BlobsOptions { type CameraOptions (line 962) | interface CameraOptions { type ConcurrentOptions (line 985) | interface ConcurrentOptions { type ChunkingOptions (line 997) | interface ChunkingOptions { type ParamNamesOptions (line 1037) | interface ParamNamesOptions { type SuccessOptions (line 1079) | interface SuccessOptions { type CorsOptions (line 1125) | interface CorsOptions { type DeleteFileOptions (line 1149) | interface DeleteFileOptions { type ExtraButtonsOptions (line 1187) | interface ExtraButtonsOptions { type FormOptions (line 1227) | interface FormOptions { type Messages (line 1253) | interface Messages { type PasteOptions (line 1337) | interface PasteOptions { type ResumeOptions (line 1355) | interface ResumeOptions { type RetryOptions (line 1387) | interface RetryOptions { type RequestOptions (line 1417) | interface RequestOptions { type SizeOptions (line 1498) | interface SizeOptions { type ScalingOptions (line 1516) | interface ScalingOptions { type SessionOptions (line 1580) | interface SessionOptions { type TextOptions (line 1610) | interface TextOptions { type ImageOptions (line 1636) | interface ImageOptions { type ValidationOptions (line 1666) | interface ValidationOptions { type WorkArounds (line 1716) | interface WorkArounds { type CoreEvents (line 1748) | interface CoreEvents { type OnAutoRetry (line 1944) | interface OnAutoRetry { type OnCancel (line 1956) | interface OnCancel { type OnComplete (line 1967) | interface OnComplete { type OnAllComplete (line 1980) | interface OnAllComplete { type OnDelete (line 1991) | interface OnDelete { type OnDeleteComplete (line 2001) | interface OnDeleteComplete { type OnError (line 2013) | interface OnError { type OnManualRetry (line 2026) | interface OnManualRetry { type OnPasteReceived (line 2037) | interface OnPasteReceived { type OnProgress (line 2047) | interface OnProgress { type OnResume (line 2060) | interface OnResume { type OnSessionRequestComplete (line 2073) | interface OnSessionRequestComplete { type OnStatusChange (line 2085) | interface OnStatusChange { type OnSubmit (line 2094) | interface OnSubmit { type OnSubmitDelete (line 2105) | interface OnSubmitDelete { type OnSubmitted (line 2115) | interface OnSubmitted { type OnTotalProgress (line 2126) | interface OnTotalProgress { type OnUpload (line 2137) | interface OnUpload { type ChunkData (line 2149) | interface ChunkData { type OnUploadChunk (line 2171) | interface OnUploadChunk { type OnUploadChunkSuccess (line 2183) | interface OnUploadChunkSuccess { type BlobDataObject (line 2196) | interface BlobDataObject { type OnValidate (line 2210) | interface OnValidate { type OnValidateBatch (line 2221) | interface OnValidateBatch { class FineUploader (line 2250) | class FineUploader extends FineUploaderBasic { type UIOptions (line 2303) | interface UIOptions extends CoreOptions { type ShowMessageFunction (line 2403) | interface ShowMessageFunction { type ShowConfirmFunction (line 2410) | interface ShowConfirmFunction { type ShowPromptFunction (line 2417) | interface ShowPromptFunction { type UIDeleteFileOptions (line 2424) | interface UIDeleteFileOptions extends DeleteFileOptions { type UIDisplayOptions (line 2454) | interface UIDisplayOptions { type UIDragAndDropOptions (line 2472) | interface UIDragAndDropOptions { type UIFailedUploadTextDisplay (line 2490) | interface UIFailedUploadTextDisplay { type UIMessages (line 2516) | interface UIMessages extends Messages { type UIRetryOptions (line 2534) | interface UIRetryOptions extends RetryOptions { type UIThumbnailsOptions (line 2562) | interface UIThumbnailsOptions { type UIThumbnailsPlaceholderOptions (line 2599) | interface UIThumbnailsPlaceholderOptions { type UIPasteOptions (line 2626) | interface UIPasteOptions extends PasteOptions { type UIScalingOptions (line 2644) | interface UIScalingOptions extends ScalingOptions { type UITextOptions (line 2664) | interface UITextOptions extends TextOptions { class FineUploader (line 2722) | class FineUploader extends FineUploaderCore { class FineUploaderBasic (line 2774) | class FineUploaderBasic extends FineUploaderBasicCore { type AzureChunkingOptions (line 2831) | interface AzureChunkingOptions extends ChunkingOptions { type AzureCorsOptions (line 2849) | interface AzureCorsOptions extends CorsOptions { type AzureBlobPropertyNameFunction (line 2861) | interface AzureBlobPropertyNameFunction { type AzureBlobPropertyOptions (line 2868) | interface AzureBlobPropertyOptions { type AzureRequestOptions (line 2888) | interface AzureRequestOptions extends RequestOptions { type AzureCustomHeaderFunction (line 2913) | interface AzureCustomHeaderFunction { type AzureSignatureOptions (line 2920) | interface AzureSignatureOptions { type AzureUploadSuccessOptions (line 2942) | interface AzureUploadSuccessOptions { type AzureFailedUploadTextDisplayOptions (line 2975) | interface AzureFailedUploadTextDisplayOptions { type AzureResumableFileObject (line 2987) | interface AzureResumableFileObject extends ResumableFileObject { type AzureCoreOptions (line 2997) | interface AzureCoreOptions extends CoreOptions { type AzureUIOptions (line 3027) | interface AzureUIOptions extends UIOptions, AzureCoreOptions { class FineUploader (line 3102) | class FineUploader extends FineUploaderCore { class FineUploaderBasic (line 3178) | class FineUploaderBasic extends FineUploaderBasicCore { type S3CredentialsOptions (line 3259) | interface S3CredentialsOptions { type S3ChunkingOptions (line 3289) | interface S3ChunkingOptions extends ChunkingOptions { type S3CorsOptions (line 3301) | interface S3CorsOptions extends CorsOptions { type S3iFrameSupportOptions (line 3313) | interface S3iFrameSupportOptions { type BucketFunction (line 3326) | interface BucketFunction { type HostFunction (line 3333) | interface HostFunction { type KeyFunction (line 3340) | interface KeyFunction { type S3ObjectPropertyOptions (line 3347) | interface S3ObjectPropertyOptions { type S3RequestOptions (line 3412) | interface S3RequestOptions extends RequestOptions { type S3CustomHeaderFunction (line 3453) | interface S3CustomHeaderFunction { type S3SignatureOptions (line 3460) | interface S3SignatureOptions { type S3UploadSuccessOptions (line 3486) | interface S3UploadSuccessOptions { type S3CoreOptions (line 3519) | interface S3CoreOptions extends CoreOptions { type S3FailedUploadTextDisplayOptions (line 3557) | interface S3FailedUploadTextDisplayOptions { type OnCredentialsExpired (line 3569) | interface OnCredentialsExpired { type S3Events (line 3576) | interface S3Events extends CoreEvents { type S3UIOptions (line 3589) | interface S3UIOptions extends UIOptions, S3CoreOptions { type S3ResumableFileObject (line 3631) | interface S3ResumableFileObject extends ResumableFileObject { FILE: test/static/local/client.js function FancyJSON (line 2) | function FancyJSON(runner) { function mochaSaucePlease (line 78) | function mochaSaucePlease(fn) { FILE: test/static/local/formdata.js function mockFormData (line 2) | function mockFormData() { function unmockFormData (line 47) | function unmockFormData() { FILE: test/static/local/helpme.js function XMLHttpRequest (line 3) | function XMLHttpRequest() {} // jshint ignore:line function mockXhr (line 96) | function mockXhr() { function unmockXhr (line 103) | function unmockXhr() { FILE: test/static/local/karma-runner.js function checkIfDone (line 12) | function checkIfDone() { FILE: test/static/third-party/assert/assert.js function f (line 32) | function f() {} function replacer (line 160) | function replacer(key, value) { function truncate (line 173) | function truncate(s, n) { function getMessage (line 181) | function getMessage(self) { function fail (line 198) | function fail(actual, expected, message, operator, stackStartFunction) { function ok (line 218) | function ok(value, message) { function _deepEqual (line 249) | function _deepEqual(actual, expected) { function isArguments (line 294) | function isArguments(object) { function objEquiv (line 298) | function objEquiv(a, b) { function expectedException (line 368) | function expectedException(actual, expected) { function _throws (line 384) | function _throws(shouldThrow, block, expected, message) { FILE: test/static/third-party/jquery.simulate/jquery.simulate.js function trigger (line 218) | function trigger() { function trigger (line 239) | function trigger() { function findCenter (line 270) | function findCenter( elem ) { FILE: test/static/third-party/jquery/jquery.js function isArraylike (line 983) | function isArraylike( obj ) { function Sizzle (line 1177) | function Sizzle( selector, context, results, seed ) { function isNative (line 1290) | function isNative( fn ) { function createCache (line 1300) | function createCache() { function markFunction (line 1318) | function markFunction( fn ) { function assert (line 1327) | function assert( fn ) { function addHandle (line 1350) | function addHandle( attrs, handler, test ) { function boolHandler (line 1369) | function boolHandler( elem, name ) { function interpolationHandler (line 1383) | function interpolationHandler( elem, name ) { function valueHandler (line 1393) | function valueHandler( elem ) { function siblingCheck (line 1408) | function siblingCheck( a, b ) { function createInputPseudo (line 1435) | function createInputPseudo( type ) { function createButtonPseudo (line 1446) | function createButtonPseudo( type ) { function createPositionalPseudo (line 1457) | function createPositionalPseudo( fn ) { function tokenize (line 2455) | function tokenize( selector, parseOnly ) { function toSelector (line 2522) | function toSelector( tokens ) { function addCombinator (line 2532) | function addCombinator( matcher, combinator, base ) { function elementMatcher (line 2582) | function elementMatcher( matchers ) { function condense (line 2596) | function condense( unmatched, map, filter, context, xml ) { function setMatcher (line 2617) | function setMatcher( preFilter, selector, matcher, postFilter, postFinde... function matcherFromTokens (line 2710) | function matcherFromTokens( tokens ) { function matcherFromGroupMatchers (line 2765) | function matcherFromGroupMatchers( elementMatchers, setMatchers ) { function multipleContexts (line 2893) | function multipleContexts( selector, contexts, results ) { function select (line 2902) | function select( selector, context, results, seed ) { function setFilters (line 2970) | function setFilters() {} function createOptions (line 3001) | function createOptions( options ) { function internalData (line 3584) | function internalData( elem, name, data, pvt /* Internal Use Only */ ){ function internalRemoveData (line 3673) | function internalRemoveData( elem, name, pvt ) { function dataAttr (line 3870) | function dataAttr( elem, key, data ) { function isEmptyDataObject (line 3902) | function isEmptyDataObject( obj ) { function returnTrue (line 4724) | function returnTrue() { function returnFalse (line 4728) | function returnFalse() { function safeActiveElement (line 4732) | function safeActiveElement() { function sibling (line 5850) | function sibling( cur, dir ) { function winnow (line 5968) | function winnow( elements, qualifier, not ) { function createSafeFragment (line 5996) | function createSafeFragment( document ) { function manipulationTarget (line 6310) | function manipulationTarget( elem, content ) { function disableScript (line 6320) | function disableScript( elem ) { function restoreScript (line 6324) | function restoreScript( elem ) { function setGlobalEval (line 6335) | function setGlobalEval( elems, refElements ) { function cloneCopyEvent (line 6343) | function cloneCopyEvent( src, dest ) { function fixCloneNodeIssues (line 6371) | function fixCloneNodeIssues( src, dest ) { function getAll (line 6464) | function getAll( context, tag ) { function fixDefaultChecked (line 6487) | function fixDefaultChecked( elem ) { function vendorPropName (line 6829) | function vendorPropName( style, name ) { function isHidden (line 6851) | function isHidden( elem, el ) { function showHide (line 6858) | function showHide( elements, show ) { function setPositiveNumber (line 7184) | function setPositiveNumber( elem, value, subtract ) { function augmentWidthOrHeight (line 7192) | function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) { function getWidthOrHeight (line 7231) | function getWidthOrHeight( elem, name, extra ) { function css_defaultDisplay (line 7275) | function css_defaultDisplay( nodeName ) { function actualDisplay (line 7307) | function actualDisplay( name, doc ) { function buildParams (line 7536) | function buildParams( prefix, obj, traditional, add ) { function addToPrefiltersOrTransports (line 7651) | function addToPrefiltersOrTransports( structure ) { function inspectPrefiltersOrTransports (line 7683) | function inspectPrefiltersOrTransports( structure, options, originalOpti... function ajaxExtend (line 7710) | function ajaxExtend( target, src ) { function done (line 8158) | function done( status, nativeStatusText, responses, headers ) { function ajaxHandleResponses (line 8305) | function ajaxHandleResponses( s, jqXHR, responses ) { function ajaxConvert (line 8360) | function ajaxConvert( s, response, jqXHR, isSuccess ) { function createStandardXHR (line 8628) | function createStandardXHR() { function createActiveXHR (line 8634) | function createActiveXHR() { function createFxNow (line 8880) | function createFxNow() { function createTween (line 8887) | function createTween( value, prop, animation ) { function Animation (line 8901) | function Animation( elem, properties, options ) { function propFilter (line 9005) | function propFilter( props, specialEasing ) { function defaultPrefilter (line 9072) | function defaultPrefilter( elem, props, opts ) { function Tween (line 9197) | function Tween( elem, options, prop, end, easing ) { function genFx (line 9423) | function genFx( type, includeWidth ) { function getWindow (line 9719) | function getWindow( elem ) { FILE: test/static/third-party/json2/json.js function f (line 206) | function f(n) { function quote (line 240) | function quote(string) { function str (line 257) | function str(key, holder) { function walk (line 452) | function walk(holder, key) { FILE: test/static/third-party/json2/json2.js function f (line 169) | function f(n) { function quote (line 203) | function quote(string) { function str (line 220) | function str(key, holder) { function walk (line 416) | function walk(holder, key) { FILE: test/static/third-party/json2/json_parse_state.js function debackslashify (line 286) | function debackslashify(text) { FILE: test/static/third-party/mocha/js/mocha.js function require (line 5) | function require(p){ function clonePath (line 77) | function clonePath(path) { function removeEmpty (line 80) | function removeEmpty(array) { function escapeHTML (line 89) | function escapeHTML(s) { function contextLines (line 250) | function contextLines(lines) { function eofNL (line 253) | function eofNL(curRange, i, current) { function isArray (line 362) | function isArray(obj) { function EventEmitter (line 372) | function EventEmitter(){} function on (line 407) | function on () { function Progress (line 551) | function Progress() { function Context (line 693) | function Context(){} function Hook (line 774) | function Hook(title, fn) { function F (line 783) | function F(){} function visit (line 977) | function visit(obj) { function image (line 1312) | function image(name) { function Mocha (line 1334) | function Mocha(options) { function parse (line 1622) | function parse(str) { function format (line 1661) | function format(ms) { function Base (line 1894) | function Base(runner) { function pluralize (line 1962) | function pluralize(n) { function pad (line 2012) | function pad(str, len) { function errorDiff (line 2025) | function errorDiff(err, type, escape) { function colorLines (line 2048) | function colorLines(name, str) { function Doc (line 2078) | function Doc(runner) { function Dot (line 2138) | function Dot(runner) { function F (line 2178) | function F(){} function HTMLCov (line 2207) | function HTMLCov(runner) { function coverageClass (line 2231) | function coverageClass(n) { function HTML (line 2284) | function HTML(runner, root) { function error (line 2423) | function error(msg) { function fragment (line 2431) | function fragment(html) { function hideSuitesWithout (line 2451) | function hideSuitesWithout(classname) { function unhide (line 2463) | function unhide() { function text (line 2474) | function text(el, str) { function on (line 2486) | function on(el, event, fn) { function JSONCov (line 2541) | function JSONCov(runner, output) { function map (line 2584) | function map(cov) { function coverage (line 2623) | function coverage(filename, data) { function clean (line 2666) | function clean(test) { function List (line 2698) | function List(runner) { function clean (line 2731) | function clean(test) { function JSONReporter (line 2763) | function JSONReporter(runner) { function clean (line 2804) | function clean(test) { function Landing (line 2854) | function Landing(runner) { function F (line 2910) | function F(){} function List (line 2940) | function List(runner) { function F (line 2981) | function F(){} function Markdown (line 3010) | function Markdown(runner) { function Min (line 3104) | function Min(runner) { function F (line 3121) | function F(){} function NyanCat (line 3150) | function NyanCat(runner) { function draw (line 3216) | function draw(color, n) { function write (line 3374) | function write(string) { function F (line 3382) | function F(){} function Progress (line 3420) | function Progress(runner, options) { function F (line 3476) | function F(){} function Spec (line 3507) | function Spec(runner) { function F (line 3571) | function F(){} function TAP (line 3602) | function TAP(runner) { function title (line 3650) | function title(test) { function Teamcity (line 3677) | function Teamcity(runner) { function escape (line 3710) | function escape(str) { function XUnit (line 3758) | function XUnit(runner) { function F (line 3792) | function F(){} function test (line 3802) | function test(test) { function tag (line 3824) | function tag(name, attrs, close, content) { function cdata (line 3842) | function cdata(str) { function Runnable (line 3888) | function Runnable(title, fn) { function F (line 3902) | function F(){} function multiple (line 4026) | function multiple(err) { function done (line 4033) | function done(err) { function Runner (line 4126) | function Runner(suite) { function F (line 4151) | function F(){} function next (line 4311) | function next(i) { function next (line 4351) | function next(suite) { function next (line 4450) | function next(err) { function next (line 4517) | function next() { function done (line 4523) | function done() { function uncaught (line 4575) | function uncaught(err){ function filterLeaks (line 4610) | function filterLeaks(ok, globals) { function Suite (line 4675) | function Suite(title, ctx) { function F (line 4695) | function F(){} function Test (line 4952) | function Test(title, fn) { function F (line 4962) | function F(){} function ignored (line 5116) | function ignored(path){ function highlight (line 5228) | function highlight(js) { function timeslice (line 5312) | function timeslice() { FILE: test/static/third-party/purl/purl.js function parseUri (line 37) | function parseUri( url, strictMode ) { function getAttrName (line 61) | function getAttrName( elm ) { function promote (line 67) | function promote(parent, key) { function parse (line 75) | function parse(parts, parent, key, val) { function merge (line 109) | function merge(parent, key, val) { function parseString (line 126) | function parseString(str) { function set (line 149) | function set(obj, key, val) { function lastBraceInKey (line 160) | function lastBraceInKey(str) { function reduce (line 172) | function reduce(obj, accumulator){ function isArray (line 183) | function isArray(vArg) { function keys (line 187) | function keys(obj) { function purl (line 195) | function purl( url, strictMode ) { FILE: test/static/third-party/q/q-1.0.1.js function flush (line 93) | function flush() { function uncurryThis (line 219) | function uncurryThis(f) { function Type (line 283) | function Type() { } function isObject (line 302) | function isObject(value) { function isStopIteration (line 309) | function isStopIteration(exception) { function makeStackTraceLong (line 331) | function makeStackTraceLong(error, promise) { function filterStackString (line 354) | function filterStackString(stackString) { function isNodeFrame (line 367) | function isNodeFrame(stackLine) { function getFileNameAndLineNumber (line 372) | function getFileNameAndLineNumber(stackLine) { function isInternalFrame (line 393) | function isInternalFrame(stackLine) { function captureLine (line 410) | function captureLine() { function deprecate (line 430) | function deprecate(callback, name, alternative) { function Q (line 449) | function Q(value) { function defer (line 488) | function defer() { function promise (line 629) | function promise(resolver) { function race (line 692) | function race(answerPs) { function Promise (line 721) | function Promise(descriptor, fallback, inspect) { function _fulfilled (line 785) | function _fulfilled(value) { function _rejected (line 793) | function _rejected(exception) { function _progressed (line 805) | function _progressed(value) { function when (line 867) | function when(value, fulfilled, rejected, progressed) { function nearer (line 899) | function nearer(value) { function isPromise (line 914) | function isPromise(object) { function isPromiseAlike (line 921) | function isPromiseAlike(object) { function isPending (line 930) | function isPending(object) { function isFulfilled (line 943) | function isFulfilled(object) { function isRejected (line 955) | function isRejected(object) { function resetUnhandledRejections (line 973) | function resetUnhandledRejections() { function trackRejection (line 982) | function trackRejection(promise, reason) { function untrackRejection (line 995) | function untrackRejection(promise) { function reject (line 1028) | function reject(reason) { function fulfill (line 1054) | function fulfill(value) { function coerce (line 1093) | function coerce(promise) { function master (line 1115) | function master(object) { function spread (line 1136) | function spread(value, fulfilled, rejected) { function async (line 1173) | function async(makeGenerator) { function spawn (line 1230) | function spawn(makeGenerator) { function _return (line 1260) | function _return(value) { function promised (line 1280) | function promised(callback) { function dispatch (line 1296) | function dispatch(object, op, args) { function all (line 1474) | function all(promises) { function allResolved (line 1523) | function allResolved(promises) { function allSettled (line 1542) | function allSettled(promises) { function regardless (line 1557) | function regardless() { function progress (line 1593) | function progress(object, progressed) { function bound (line 1801) | function bound() { function nodeify (line 1879) | function nodeify(object, nodeback) { FILE: test/static/third-party/sinon/fake_xml_http_request.js function FakeXMLHttpRequest (line 56) | function FakeXMLHttpRequest() { function UploadProgress (line 91) | function UploadProgress() { function verifyState (line 112) | function verifyState(xhr) { function each (line 124) | function each(collection, callback) { function some (line 130) | function some(collection, callback) { function verifyRequestSent (line 202) | function verifyRequestSent(xhr) { function verifyHeadersReceived (line 208) | function verifyHeadersReceived(xhr) { function verifyResponseBodyType (line 214) | function verifyResponseBodyType(body) { FILE: test/static/third-party/sinon/sinon.js function isDOMNode (line 17) | function isDOMNode(obj) { function isElement (line 36) | function isElement(obj) { function isFunction (line 40) | function isFunction(obj) { function mirrorProperties (line 44) | function mirrorProperties(target, source) { function isRestorable (line 52) | function isRestorable (obj) { FILE: test/unit/azure/simple-file-uploads.js function runTest (line 125) | function runTest(uploader, done) { FILE: test/unit/basic.js function getFileInput (line 7) | function getFileInput($containerEl) { FILE: test/unit/chunked-uploads.js function testChunkedUpload (line 22) | function testChunkedUpload(spec) { function testChunkedFailureAndRecovery (line 112) | function testChunkedFailureAndRecovery(restartAfterFailure, done) { function testChunkedEveryFailureAndRecovery (line 203) | function testChunkedEveryFailureAndRecovery(done) { function testResumeRecordsLogic (line 401) | function testResumeRecordsLogic(onUploadChunkSuccess, customKeys) { function testChunkingLogic (line 467) | function testChunkingLogic(forceChunking, done) { function testChunkingLogic (line 507) | function testChunkingLogic(chunkingSuccess, onComplete) { function testChunkingLogic (line 639) | function testChunkingLogic(chunkingSuccess, onComplete, chunkingSuccessS... function testChunkingLogic (line 699) | function testChunkingLogic(request, onComplete, sinonResponse) { function testOnUploadChunkLogic (line 834) | function testOnUploadChunkLogic(callbacks, options) { FILE: test/unit/delete-file.js function testDeleteFile (line 21) | function testDeleteFile(done, expectedMethod, deleteEnabled, successful,... FILE: test/unit/dnd.js function sameValueZero (line 35) | function sameValueZero(x, y) { FILE: test/unit/exif.js function testOrientation (line 18) | function testOrientation(key, expectedOrientation, done) { FILE: test/unit/file-upload-params-and-headers.js function getSimpleParamsUploader (line 20) | function getSimpleParamsUploader(mpe, paramsAsOptions) { function getSimpleHeadersUploader (line 35) | function getSimpleHeadersUploader(headersAsOptions) { function assertParamsInRequest (line 48) | function assertParamsInRequest(uploader, mpe, done, overrideParams) { function assertHeadersInRequest (line 76) | function assertHeadersInRequest(uploader, done) { FILE: test/unit/identify.js function testPreviewability (line 6) | function testPreviewability(expectedToBePreviewable, key, expectedMime, ... FILE: test/unit/s3/serverless-uploads.js function runTest (line 189) | function runTest(callback, done) { FILE: test/unit/s3/simple-file-uploads.js function runTest (line 401) | function runTest(keyFunc, done) { function runTest (line 445) | function runTest(keyFunc, done) { function runTest (line 482) | function runTest(keyFunc, done) { FILE: test/unit/scaling.js function runTestWithImage (line 41) | function runTestWithImage(includeOriginal) { function runTestWithNonImage (line 83) | function runTestWithNonImage(includeOriginal) { function runScaleTest (line 160) | function runScaleTest(orient, customResizer, done) { function runTest (line 288) | function runTest(customResizer, done) { function runTest (line 372) | function runTest(customResizer, done) { function runTest (line 569) | function runTest(customResizer, done) { function runTest (line 790) | function runTest(customResizer, done) { function runTest (line 847) | function runTest(customResizer, done) { FILE: test/unit/session.js function runTest (line 376) | function runTest(namespace, requiredKeyName, done) { FILE: test/unit/simple-file-uploads.js function getSimpleUploader (line 9) | function getSimpleUploader(autoUpload, mpe) { function runQueuedStatusTest (line 346) | function runQueuedStatusTest(autoUpload, done) { function testOnUploadLogic (line 508) | function testOnUploadLogic(callbacks) { FILE: test/unit/submit-validate-cancel.js function setupUploader (line 133) | function setupUploader(callback, blob, done, useQ) { function setupUploader (line 247) | function setupUploader(limits, numBlobsOrTheBlob, statusChangeLogic) { function setupStopOnFirstInvalidFileUploader (line 379) | function setupStopOnFirstInvalidFileUploader(stopOnFirstInvalidFile, don... function runCancelTest (line 418) | function runCancelTest(batch, done) { FILE: test/unit/templating.js function renderTemplate (line 113) | function renderTemplate(content) { FILE: test/unit/ui.handler.click.filename.js function testFilenameInputBlur (line 56) | function testFilenameInputBlur(origName, origNameSansExt, newName, newNa... FILE: test/unit/uploader.basic.api.js function runTest (line 229) | function runTest(callback, done) { function runTest (line 273) | function runTest(callback, done) { function setupUploader (line 357) | function setupUploader(allowedItems) { FILE: test/unit/validation.image.js function validate (line 15) | function validate(done, expectedErrorCode, limits) { FILE: test/unit/workarounds.js function getFileInput (line 7) | function getFileInput($containerEl) {