/plugin/outliner/ |
D | script.js | 26 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/ |
D | DrawioClient.js | 108 localStorage.setItem('.' + this.cookieName, token); 129 sessionStorage.setItem('.' + this.cookieName, token); 133 localStorage.setItem('.' + this.cookieName, token);
|
D | Settings.js | 50 localStorage.setItem('.drawio-config', JSON.stringify(value)); 258 localStorage.setItem(mxSettings.key, JSON.stringify(mxSettings.settings));
|
D | ElectronApp.js | 345 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/ |
D | script.js | 185 … 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/ |
D | jquery.socialshareprivacy.localstorage.js | 18 localStorage.setItem('socialSharePrivacy_'+service_name, 'perma_on');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/ |
D | GooglePrivacyDlpV2ReidentifyContentResponse.php | 30 public function setItem(GooglePrivacyDlpV2ContentItem $item) function in Google\\Service\\DLP\\GooglePrivacyDlpV2ReidentifyContentResponse
|
D | GooglePrivacyDlpV2HybridContentItem.php | 44 public function setItem(GooglePrivacyDlpV2ContentItem $item) function in Google\\Service\\DLP\\GooglePrivacyDlpV2HybridContentItem
|
D | GooglePrivacyDlpV2DeidentifyContentResponse.php | 30 public function setItem(GooglePrivacyDlpV2ContentItem $item) function in Google\\Service\\DLP\\GooglePrivacyDlpV2DeidentifyContentResponse
|
D | GooglePrivacyDlpV2InspectContentRequest.php | 66 public function setItem(GooglePrivacyDlpV2ContentItem $item) function in Google\\Service\\DLP\\GooglePrivacyDlpV2InspectContentRequest
|
D | GooglePrivacyDlpV2ReidentifyContentRequest.php | 72 public function setItem(GooglePrivacyDlpV2ContentItem $item) function in Google\\Service\\DLP\\GooglePrivacyDlpV2ReidentifyContentRequest
|
D | GooglePrivacyDlpV2DeidentifyContentRequest.php | 100 public function setItem(GooglePrivacyDlpV2ContentItem $item) function in Google\\Service\\DLP\\GooglePrivacyDlpV2DeidentifyContentRequest
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/ |
D | CreateItemRequest.php | 30 public function setItem(Item $item) function in Google\\Service\\Forms\\CreateItemRequest
|
D | UpdateItemRequest.php | 34 public function setItem(Item $item) function in Google\\Service\\Forms\\UpdateItemRequest
|
/plugin/darkmodetoggle/ |
D | script.js | 28 localStorage.setItem('darkMode', 'enabled');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/ |
D | PushItemRequest.php | 62 public function setItem(PushItem $item) function in Google\\Service\\CloudSearch\\PushItemRequest
|
D | IndexItemRequest.php | 82 public function setItem(Item $item) function in Google\\Service\\CloudSearch\\IndexItemRequest
|
/plugin/simplenavi/ |
D | script.js | 13 window.sessionStorage.setItem('simplenavi-filter', value);
|
/plugin/searchns/ |
D | script.js | 61 localStorage.setItem(storageName, evt.target.value);
|
/plugin/bez/scripts/ |
D | thread.js | 81 localStorage.setItem('comments_are_hidden', '0'); 88 localStorage.setItem('comments_are_hidden', '1');
|
/plugin/golocal/ |
D | script.js | 89 localStorage.setItem('golocal', 'true');
|
/plugin/indexmenu/scripts/fancytree/modules/ |
D | jquery.fancytree.persist.js | 54 window.localStorage.setItem(key, value); 71 window.sessionStorage.setItem(key, value);
|
/plugin/aichat/script/ |
D | AIChatChat.js | 186 sessionStorage.setItem('ai-chat-history', JSON.stringify(this.#history));
|
/plugin/diagramsnet/lib/math/ |
D | latest.js | 19 …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/ |
D | OrgChart.Layout.min.js | 1 …setItem(i,th),i=i+1|0,k=k+1|0,this.ValidateState()):my.Bottom<th.Bottom?(theirWins&&mySteps.setIte…
|