/plugin/outliner/ |
H A 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/ |
H A D | DrawioClient.js | 108 localStorage.setItem('.' + this.cookieName, token); 129 sessionStorage.setItem('.' + this.cookieName, token); 133 localStorage.setItem('.' + this.cookieName, token);
|
H A D | Settings.js | 50 localStorage.setItem('.drawio-config', JSON.stringify(value)); 258 localStorage.setItem(mxSettings.key, JSON.stringify(mxSettings.settings));
|
H A 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/ |
H A 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/ |
H A D | jquery.socialshareprivacy.localstorage.js | 18 localStorage.setItem('socialSharePrivacy_'+service_name, 'perma_on');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/ |
H A D | GooglePrivacyDlpV2HybridContentItem.php | 44 public function setItem(GooglePrivacyDlpV2ContentItem $item) function in Google\\Service\\DLP\\GooglePrivacyDlpV2HybridContentItem
|
H A D | GooglePrivacyDlpV2DeidentifyContentResponse.php | 30 public function setItem(GooglePrivacyDlpV2ContentItem $item) function in Google\\Service\\DLP\\GooglePrivacyDlpV2DeidentifyContentResponse
|
H A D | GooglePrivacyDlpV2ReidentifyContentResponse.php | 30 public function setItem(GooglePrivacyDlpV2ContentItem $item) function in Google\\Service\\DLP\\GooglePrivacyDlpV2ReidentifyContentResponse
|
H A D | GooglePrivacyDlpV2InspectContentRequest.php | 66 public function setItem(GooglePrivacyDlpV2ContentItem $item) function in Google\\Service\\DLP\\GooglePrivacyDlpV2InspectContentRequest
|
H A D | GooglePrivacyDlpV2DeidentifyContentRequest.php | 100 public function setItem(GooglePrivacyDlpV2ContentItem $item) function in Google\\Service\\DLP\\GooglePrivacyDlpV2DeidentifyContentRequest
|
H A D | GooglePrivacyDlpV2ReidentifyContentRequest.php | 72 public function setItem(GooglePrivacyDlpV2ContentItem $item) function in Google\\Service\\DLP\\GooglePrivacyDlpV2ReidentifyContentRequest
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/ |
H A D | CreateItemRequest.php | 30 public function setItem(Item $item) function in Google\\Service\\Forms\\CreateItemRequest
|
H A D | UpdateItemRequest.php | 34 public function setItem(Item $item) function in Google\\Service\\Forms\\UpdateItemRequest
|
/plugin/simplenavi/ |
H A D | script.js | 12 window.sessionStorage.setItem('simplenavi-filter', $box.val());
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/ |
H A D | PushItemRequest.php | 62 public function setItem(PushItem $item) function in Google\\Service\\CloudSearch\\PushItemRequest
|
H A D | IndexItemRequest.php | 82 public function setItem(Item $item) function in Google\\Service\\CloudSearch\\IndexItemRequest
|
/plugin/bez/scripts/ |
H A D | thread.js | 81 localStorage.setItem('comments_are_hidden', '0'); 88 localStorage.setItem('comments_are_hidden', '1');
|
/plugin/aichat/script/ |
H A D | AIChatChat.js | 186 sessionStorage.setItem('ai-chat-history', JSON.stringify(this.#history));
|
/plugin/diagramsnet/lib/math/ |
H A 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/bookcreator/ |
H A D | script.js | 117 window.localStorage.setItem(this.localStorageKey, JSON.stringify(this._storage)); 144 window.localStorage.setItem(this.localStorageKey, value);
|
/plugin/diagramsnet/lib/js/orgchart/ |
H A 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…
|
/plugin/filelisting/ |
H A D | script.js | 39 localStorage.setItem(this.storageKey, status);
|
/plugin/dirtylittlehelper/mermaid/editor/src/routes/ |
H A D | Edit.svelte | 51 localStorage.setItem(historyListKey, JSON.stringify(historyList));
|
/plugin/diagramsnet/lib/js/onedrive/ |
H A D | mxODPicker.js | 40 localStorage.setItem('mxODPickerRecentList', JSON.stringify(recentList));
|