Lines Matching refs:mimeType

1705 …iles(evt.dataTransfer.files, 0, 0, editorUi.maxBackgroundSize, function(data, mimeType, x, y, w, h)  argument
3962 allowTab, helpLink, showDeviceButton, rowLimit, data, mimeType, base64Encoded, hints, hideDialog) argument
4027 …if (urlParams['noDevice'] != '1' && data != null && mimeType != null && (mimeType.substring(0, 6) …
4028 (mimeType.substring(0, 9) != 'image/svg' || mxClient.IS_SVG)))
4033 preview.setAttribute('src', 'data:' + mimeType + ';base64,' + temp);
4043 if (!mxClient.IS_FF && navigator.clipboard != null && mimeType == 'image/png')
4048 var html = '<img src="' + 'data:' + mimeType + ';base64,' + temp + '">';
4751 …les(evt.dataTransfer.files, 0, 0, editorUi.maxImageSize, function(data, mimeType, x, y, w, h, file… argument
4834 …editorUi.importFiles(fileInput.files, 0, 0, editorUi.maxImageSize, function(data, mimeType, x, y, … argument
5235 if (data.docs[0].mimeType == 'application/mxe' || (data.docs[0].mimeType != null &&
5236 data.docs[0].mimeType.substring(0, 23) == 'application/vnd.jgraph.'))
5240 else if (data.docs[0].mimeType == 'application/vnd.google-apps.folder')
8967 function addButton(data, mimeType, x, y, w, h, img, aspect, title) argument
8974 if (mimeType == null || mimeType.substring(0, 6) == 'image/')
9377 return function(data, mimeType, x, y, w, h, img, doneFn, file) argument
9383 addButton(xml, mimeType, x, y, w, h, img, 'fixed', (mxEvent.isAltDown(evt)) ?
9398 addButton(xml, mimeType, x, y, w, h, img, 'fixed', (mxEvent.isAltDown(evt)) ?
9407 addButton(data, mimeType, x, y, w, h, img, 'fixed', (mxEvent.isAltDown(evt)) ?
9565 …editorUi.importFiles(fileInput.files, 0, 0, editorUi.maxImageSize, function(data, mimeType, x, y, … argument
9569 createImportHandler(evt)(data, mimeType, x, y, w, h, img, doneFn, file);