Searched refs:noBinary (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Editor.js | 2915 …otype.loadUrl = function(url, success, error, forceBinary, retry, dataUriPrefix, noBinary, headers) argument 2919 var binary = !noBinary && (forceBinary || /(\.png)($|\?)/i.test(url) ||
|
H A D | EditorUi.js | 14877 …otype.loadUrl = function(url, success, error, forceBinary, retry, dataUriPrefix, noBinary, headers) argument 14880 …return this.editor.loadUrl(url, success, error, forceBinary, retry, dataUriPrefix, noBinary, heade…
|