Home
last modified time | relevance | path

Searched refs:stringify (Results 51 – 75 of 207) sorted by path

123456789

/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js1925 JSON.stringify({data: text, format: format},
1984 JSON.stringify({data: text, config:
5876 JSON.stringify(patch, null, 2), function(newValue)
H A DDiffSync.js887 var old = JSON.stringify(source[key]);
888 var now = JSON.stringify(target[key]);
1162 return JSON.stringify(source, replacer) == JSON.stringify(target, replacer);
H A DDrawioFile.js334 'Shadow Details: ' + JSON.stringify(patchedDetails) +
337 '\nCurrent Details: ' + JSON.stringify(currentDetails) +
496 JSON.stringify(patches, null, 2));
593 '\n\nStats:\n' + JSON.stringify(this.stats, null, 2) +
1449 JSON.stringify(draft));
H A DDrawioFileSync.js1183 JSON.stringify(patches, null, 2)), e);
1231 var data = Graph.compress(JSON.stringify(obj));
H A DDriveClient.js360 params = JSON.stringify(reqObj.params);
586 var strAuthInfo = JSON.stringify(newAuthInfo);
2024 'params': delim + 'Content-Type: application/json\r\n\r\n' + JSON.stringify(metadata) + delim +
2594 DrawioClient.prototype.setPersistentToken.call(this, JSON.stringify(authInfo));
2607 DrawioClient.prototype.setPersistentToken.call(this, JSON.stringify(authInfo), sessionOnly);
H A DEditor.js2346 node.setAttribute('backgroundImage', JSON.stringify(bgImg));
7042 href = 'data:action/json,' + JSON.stringify(link);
H A DEditorUi.js3008 mxUtils.setTextContent(library, JSON.stringify(images));
7175 href = 'data:action/json,' + JSON.stringify(link);
10257 parent.postMessage(JSON.stringify({
11700 parent.postMessage(JSON.stringify({event: 'exit',
11717 parent.postMessage(JSON.stringify({
12115 parent.postMessage(JSON.stringify(msg), '*');
12318 parent.postMessage(JSON.stringify(msg), '*');
12365 parent.postMessage(JSON.stringify(msg), '*');
12561 … parent.postMessage(JSON.stringify({error: 'unknownMessage', data: JSON.stringify(data)}), '*');
12610 parent.postMessage(JSON.stringify(msg), '*');
[all …]
H A DElectronApp.js1988 extras: encodeURIComponent(JSON.stringify(extras)),
2043 extras: JSON.stringify(extras),
H A DExtensions.js6742 console.log(JSON.stringify(JSON.parse(state.state), null, 2));
H A DGitHubClient.js631 '/contents/' + path, JSON.stringify(entity), 'PUT');
H A DGitLabClient.js668 var req = new mxXmlRequest(url, JSON.stringify(entity), method);
H A DGraphViewer.js1851 '/#P' + encodeURIComponent(JSON.stringify(param)));
H A DMenus.js1065 Graph.compress(JSON.stringify(obj));
1083 (value != null) ? JSON.stringify(JSON.parse(value), null, 2) : '', function(newValue)
1093 localStorage.setItem(Editor.configurationKey, JSON.stringify(obj));
1247 JSON.stringify(editorUi.customLayoutConfig, null, 2),
1797 dlg.textarea.value = JSON.stringify(editorUi.diffPages(
1838 dlg.textarea.value = JSON.stringify(editorUi.diffPages(
2290 data = JSON.stringify(msg);
2329 var msg = (urlParams['proto'] == 'json') ? JSON.stringify({event: 'exit',
H A DMinimal.js1872 parent.postMessage(JSON.stringify({
2753 parent.postMessage(JSON.stringify({
H A DNotionClient.js317 this.executeRequest('/v1/databases/' + encodeURIComponent(folderObj.id), JSON.stringify({
338 this.executeRequest('/v1/databases/' + encodeURIComponent(parentId) + '/query', JSON.stringify({
453 this.executeRequest(url, JSON.stringify(reqBody), method, success, error);
663 JSON.stringify(reqBody), 'POST', mxUtils.bind(this, function(resp)
H A DP2PCollab.js26 var msg = JSON.stringify({from: myClientId, id: messageId, type: type,
H A DPages.js669 node.setAttribute('backgroundImage', JSON.stringify(bgImg));
1793 …params.push('viewbox=' + encodeURIComponent(JSON.stringify({x: Math.round(bounds.x), y: Math.round…
1909 node.setAttribute('viewState', JSON.stringify(
H A DRemoteLibrary.js18 …return 'R' + encodeURIComponent(JSON.stringify([this.libObj.id, this.libObj.title, this.libObj.dow…
H A DSettings.js50 localStorage.setItem('.drawio-config', JSON.stringify(value));
258 localStorage.setItem(mxSettings.key, JSON.stringify(mxSettings.settings));
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js1197 console.log('searchFileData', Graph.compress(JSON.stringify(this.createdSearchIndex)));
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js1650 … shapeName_1 = mxUtils.htmlEntities(JSON.stringify(shapeName_1));
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9stringify},v.parse={"application/x-www-form-urlencoded":o,"application/json":JSON.parse},m(c.proto…
/plugin/diagramsnet/lib/js/
H A Dexport.js202 doneDiv.setAttribute('bounds', JSON.stringify(bounds));
247 ipcRenderer.send('render-finished', {bounds: JSON.stringify(bounds), pageCount: pageCount});
H A Dextensions.min.js1022 window.console&&console.log(JSON.stringify(JSON.parse(a.state),null,2));null!=a.state?g(JSON.parse(…
1148 …(',"title":');a=a.getName();null==a&&(a="");a=mxUtils.htmlEntities(JSON.stringify(a));e.str=e.str.…
1705 …(t){return new Function("d","return {"+t.map((function(t,e){return JSON.stringify(t)+": d["+e+'] |…
1743 …ned||JSON.stringify==null)throw new Error("toJSONString can't find JSON.stringify. This works nati…
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js2049 var dlg = new EmbedDialog(ui, JSON.stringify(result, null, 2), null, null, function()

123456789