Home
last modified time | relevance | path

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

123

/plugin/outliner/
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/
DDrawioClient.js108 localStorage.setItem('.' + this.cookieName, token);
129 sessionStorage.setItem('.' + this.cookieName, token);
133 localStorage.setItem('.' + this.cookieName, token);
DSettings.js50 localStorage.setItem('.drawio-config', JSON.stringify(value));
258 localStorage.setItem(mxSettings.key, JSON.stringify(mxSettings.settings));
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/
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/
Djquery.socialshareprivacy.localstorage.js18 localStorage.setItem('socialSharePrivacy_'+service_name, 'perma_on');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
DGooglePrivacyDlpV2ReidentifyContentResponse.php30 public function setItem(GooglePrivacyDlpV2ContentItem $item) function in Google\\Service\\DLP\\GooglePrivacyDlpV2ReidentifyContentResponse
DGooglePrivacyDlpV2HybridContentItem.php44 public function setItem(GooglePrivacyDlpV2ContentItem $item) function in Google\\Service\\DLP\\GooglePrivacyDlpV2HybridContentItem
DGooglePrivacyDlpV2DeidentifyContentResponse.php30 public function setItem(GooglePrivacyDlpV2ContentItem $item) function in Google\\Service\\DLP\\GooglePrivacyDlpV2DeidentifyContentResponse
DGooglePrivacyDlpV2InspectContentRequest.php66 public function setItem(GooglePrivacyDlpV2ContentItem $item) function in Google\\Service\\DLP\\GooglePrivacyDlpV2InspectContentRequest
DGooglePrivacyDlpV2ReidentifyContentRequest.php72 public function setItem(GooglePrivacyDlpV2ContentItem $item) function in Google\\Service\\DLP\\GooglePrivacyDlpV2ReidentifyContentRequest
DGooglePrivacyDlpV2DeidentifyContentRequest.php100 public function setItem(GooglePrivacyDlpV2ContentItem $item) function in Google\\Service\\DLP\\GooglePrivacyDlpV2DeidentifyContentRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
DCreateItemRequest.php30 public function setItem(Item $item) function in Google\\Service\\Forms\\CreateItemRequest
DUpdateItemRequest.php34 public function setItem(Item $item) function in Google\\Service\\Forms\\UpdateItemRequest
/plugin/darkmodetoggle/
Dscript.js28 localStorage.setItem('darkMode', 'enabled');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
DPushItemRequest.php62 public function setItem(PushItem $item) function in Google\\Service\\CloudSearch\\PushItemRequest
DIndexItemRequest.php82 public function setItem(Item $item) function in Google\\Service\\CloudSearch\\IndexItemRequest
/plugin/simplenavi/
Dscript.js13 window.sessionStorage.setItem('simplenavi-filter', value);
/plugin/searchns/
Dscript.js61 localStorage.setItem(storageName, evt.target.value);
/plugin/bez/scripts/
Dthread.js81 localStorage.setItem('comments_are_hidden', '0');
88 localStorage.setItem('comments_are_hidden', '1');
/plugin/golocal/
Dscript.js89 localStorage.setItem('golocal', 'true');
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.persist.js54 window.localStorage.setItem(key, value);
71 window.sessionStorage.setItem(key, value);
/plugin/aichat/script/
DAIChatChat.js186 sessionStorage.setItem('ai-chat-history', JSON.stringify(this.#history));
/plugin/diagramsnet/lib/math/
Dlatest.js19 …urn z}}return null}function c(v){try{var x=v+" "+Date.now();localStorage.setItem(n,x)}catch(w){}}f…
/plugin/diagramsnet/lib/js/orgchart/
DOrgChart.Layout.min.js1setItem(i,th),i=i+1|0,k=k+1|0,this.ValidateState()):my.Bottom<th.Bottom?(theirWins&&mySteps.setIte…

123