Home
last modified time | relevance | path

Searched refs:setItem (Results 1 – 25 of 60) sorted by relevance

123

/plugin/outliner/
H A Dscript.js26 localStorage.setItem(nodeId,state);
27 localStorage.setItem(nodeId + '_action',actionState);
37 localStorage.setItem(nodeId,'open');
38 localStorage.setItem(nodeId + '_action','action');
76 localStorage.setItem(id,'open');
77 localStorage.setItem(id + '_action','noAction');
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioClient.js108 localStorage.setItem('.' + this.cookieName, token);
129 sessionStorage.setItem('.' + this.cookieName, token);
133 localStorage.setItem('.' + this.cookieName, token);
H A DSettings.js50 localStorage.setItem('.drawio-config', JSON.stringify(value));
258 localStorage.setItem(mxSettings.key, JSON.stringify(mxSettings.settings));
H A DElectronApp.js345 localStorage.setItem('.lastImpDir', sysPath.dirname(path));
680 localStorage.setItem('.lastPluginDir', sysPath.dirname(paths[0]));
996 localStorage.setItem('.lastOpenDir', sysPath.dirname(paths[0]));
1473 localStorage.setItem('.lastSaveDir', sysPath.dirname(path));
1520 localStorage.setItem('.lastSaveDir', sysPath.dirname(path));
2112 localStorage.setItem('.lastExpDir', sysPath.dirname(path));
/plugin/drawio/
H A Dscript.js185 … localStorage.setItem(name, JSON.stringify({lastModified: new Date(), data: imgData}));
220 localStorage.setItem('.draft-' + name, dr);
241 localStorage.setItem('.draft-' + name, dr);
248 localStorage.setItem('.draft-' + name, dr);
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.localstorage.js18 localStorage.setItem('socialSharePrivacy_'+service_name, 'perma_on');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2HybridContentItem.php44 public function setItem(GooglePrivacyDlpV2ContentItem $item) function in Google\\Service\\DLP\\GooglePrivacyDlpV2HybridContentItem
H A DGooglePrivacyDlpV2DeidentifyContentResponse.php30 public function setItem(GooglePrivacyDlpV2ContentItem $item) function in Google\\Service\\DLP\\GooglePrivacyDlpV2DeidentifyContentResponse
H A DGooglePrivacyDlpV2ReidentifyContentResponse.php30 public function setItem(GooglePrivacyDlpV2ContentItem $item) function in Google\\Service\\DLP\\GooglePrivacyDlpV2ReidentifyContentResponse
H A DGooglePrivacyDlpV2InspectContentRequest.php66 public function setItem(GooglePrivacyDlpV2ContentItem $item) function in Google\\Service\\DLP\\GooglePrivacyDlpV2InspectContentRequest
H A DGooglePrivacyDlpV2DeidentifyContentRequest.php100 public function setItem(GooglePrivacyDlpV2ContentItem $item) function in Google\\Service\\DLP\\GooglePrivacyDlpV2DeidentifyContentRequest
H A DGooglePrivacyDlpV2ReidentifyContentRequest.php72 public function setItem(GooglePrivacyDlpV2ContentItem $item) function in Google\\Service\\DLP\\GooglePrivacyDlpV2ReidentifyContentRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DCreateItemRequest.php30 public function setItem(Item $item) function in Google\\Service\\Forms\\CreateItemRequest
H A DUpdateItemRequest.php34 public function setItem(Item $item) function in Google\\Service\\Forms\\UpdateItemRequest
/plugin/simplenavi/
H A Dscript.js12 window.sessionStorage.setItem('simplenavi-filter', $box.val());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DPushItemRequest.php62 public function setItem(PushItem $item) function in Google\\Service\\CloudSearch\\PushItemRequest
H A DIndexItemRequest.php82 public function setItem(Item $item) function in Google\\Service\\CloudSearch\\IndexItemRequest
/plugin/bez/scripts/
H A Dthread.js81 localStorage.setItem('comments_are_hidden', '0');
88 localStorage.setItem('comments_are_hidden', '1');
/plugin/aichat/script/
H A DAIChatChat.js186 sessionStorage.setItem('ai-chat-history', JSON.stringify(this.#history));
/plugin/diagramsnet/lib/math/
H A Dlatest.js19 …urn z}}return null}function c(v){try{var x=v+" "+Date.now();localStorage.setItem(n,x)}catch(w){}}f…
/plugin/bookcreator/
H A Dscript.js117 window.localStorage.setItem(this.localStorageKey, JSON.stringify(this._storage));
144 window.localStorage.setItem(this.localStorageKey, value);
/plugin/diagramsnet/lib/js/orgchart/
H A DOrgChart.Layout.min.js1setItem(i,th),i=i+1|0,k=k+1|0,this.ValidateState()):my.Bottom<th.Bottom?(theirWins&&mySteps.setIte…
/plugin/filelisting/
H A Dscript.js39 localStorage.setItem(this.storageKey, status);
/plugin/dirtylittlehelper/mermaid/editor/src/routes/
H A DEdit.svelte51 localStorage.setItem(historyListKey, JSON.stringify(historyList));
/plugin/diagramsnet/lib/js/onedrive/
H A DmxODPicker.js40 localStorage.setItem('mxODPickerRecentList', JSON.stringify(recentList));

123