Lines Matching refs:config
103 (NS.config ?
104 (NS.config.projectCode || NS.config.projectName
105 || NS.config.shortProjectName)
206 config: {
255 if(this.config.echoToConsole) console.log(text);
258 if(this.config.autoScrollOutput){
310 storage.setJSON(configStorageKey,this.config);
321 Object.keys(SF.config).forEach(function(k){
323 SF.config[k] = storedConfig[k];
463 if(null!==sql && this.config.autoClearOutput){
502 const confVal = !!SF.config[e.dataset.config];
510 SF.config[this.dataset.config] = this.checked;