/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/mgechev/revive/lint/ |
H A D | file.go | 172 handleConfig := func(isEnabled bool, line int, name string) { 193 handleConfig(isEnabled, line, name) 194 handleConfig(!isEnabled, line, name) 196 handleConfig(isEnabled, line+1, name) 197 handleConfig(!isEnabled, line+1, name) 199 handleConfig(isEnabled, line, name)
|
/dports/www/websh/websh-3.6.0b5/src/generic/ |
H A D | cfg.c | 350 return handleConfig(interp, &cryptData->encryptChain, tmpObj, in Web_Cfg() 376 return handleConfig(interp, &cryptData->decryptChain, tmpObj, in Web_Cfg() 541 handleConfig(interp, &cryptData->encryptChain, tmp, 0); in Web_Cfg() 545 handleConfig(interp, &cryptData->decryptChain, tmp, 0); in Web_Cfg()
|
H A D | url.c | 925 return handleConfig(interp, &urlData->host, tmpObj, 1); in Web_CmdUrlCfg() 929 return handleConfig(interp, &urlData->port, tmpObj, 1); in Web_CmdUrlCfg() 933 return handleConfig(interp, &urlData->scriptname, tmpObj, 1); in Web_CmdUrlCfg() 937 return handleConfig(interp, &urlData->pathinfo, tmpObj, 1); in Web_CmdUrlCfg() 941 return handleConfig(interp, &urlData->querystring, tmpObj, 1); in Web_CmdUrlCfg()
|
H A D | webutl.h | 32 int handleConfig(Tcl_Interp * interp, Tcl_Obj ** tclo, Tcl_Obj * newValue,
|
H A D | webutl.c | 189 int handleConfig(Tcl_Interp * interp, Tcl_Obj ** tclo, Tcl_Obj * newValue, in handleConfig() function
|
/dports/devel/poco/poco-1.10.1-all/Util/samples/SampleApp/src/ |
H A D | SampleApp.cpp | 86 .callback(OptionCallback<SampleApp>(this, &SampleApp::handleConfig))); in defineOptions() 108 void handleConfig(const std::string& name, const std::string& value) in handleConfig() function in SampleApp
|
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/ |
H A D | Environment.java | 99 private EnvironmentMutableConfig handleConfig; field in Environment 1253 this.handleConfig = newHandleConfig; 1257 newTxnConfig.setNoSync(handleConfig.getTxnNoSync()); 1258 newTxnConfig.setWriteNoSync(handleConfig.getTxnWriteNoSync()); 1259 newTxnConfig.setDurability(handleConfig.getDurability()); 1821 handleConfig.copyHandlePropsTo(config); 1893 handleConfig.copyHandlePropsTo(config);
|
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/hardware/ |
H A D | hardwareController.h | 67 void handleConfig(string section, std::unordered_map<string, string>& settings);
|
H A D | hardwareController.cpp | 49 handleConfig(section, settings); in loadConfiguration() 61 handleConfig(section, settings); in loadConfiguration() 82 void HardwareController::handleConfig(string section, std::unordered_map<string, string>& settings) in handleConfig() function in HardwareController
|
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/mac/ |
H A D | GoogleJapaneseInputControllerInterface.h | 80 - (void)handleConfig;
|
H A D | GoogleJapaneseInputController.mm | 326 [self handleConfig]; 375 [self handleConfig]; 382 - (void)handleConfig { method
|
H A D | GoogleJapaneseInputController_test.mm | 660 TEST_F(GoogleJapaneseInputControllerTest, handleConfig) { 669 [controller_ handleConfig];
|
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/mac/ |
H A D | GoogleJapaneseInputControllerInterface.h | 80 - (void)handleConfig;
|
H A D | GoogleJapaneseInputController.mm | 326 [self handleConfig]; 375 [self handleConfig]; 382 - (void)handleConfig { method
|
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/mac/ |
H A D | GoogleJapaneseInputControllerInterface.h | 80 - (void)handleConfig;
|
H A D | GoogleJapaneseInputController.mm | 326 [self handleConfig]; 375 [self handleConfig]; 382 - (void)handleConfig { method
|
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/mac/ |
H A D | GoogleJapaneseInputControllerInterface.h | 80 - (void)handleConfig;
|
H A D | GoogleJapaneseInputController.mm | 326 [self handleConfig]; 375 [self handleConfig]; 382 - (void)handleConfig { method
|
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/mac/ |
H A D | GoogleJapaneseInputControllerInterface.h | 80 - (void)handleConfig;
|
H A D | GoogleJapaneseInputController.mm | 326 [self handleConfig]; 375 [self handleConfig]; 382 - (void)handleConfig { method
|
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/mac/ |
H A D | GoogleJapaneseInputControllerInterface.h | 80 - (void)handleConfig;
|
H A D | GoogleJapaneseInputController.mm | 326 [self handleConfig]; 375 [self handleConfig]; 382 - (void)handleConfig { method
|
/dports/devel/poco/poco-1.10.1-all/PageCompiler/src/ |
H A D | PageCompiler.cpp | 98 .callback(OptionCallback<CompilerApp>(this, &CompilerApp::handleConfig))); in defineOptions() 164 void handleConfig(const std::string& name, const std::string& value) in handleConfig() function in CompilerApp
|
/dports/games/hyperrogue/hyperrogue-12.0f/ |
H A D | multi.cpp | 211 void handleConfig(int sym, int uni); 461 keyhandler = [this] (int sym, int uni) { return handleConfig(sym, uni); }; in operator ()() 465 void handleConfig(int sym, int uni) { in handleConfig() function
|
/dports/databases/zodb/ZODB-5.6.0/src/ZODB/scripts/ |
H A D | zodbload.py | 827 h.handleConfig(opts.configroot, opts.confighandlers)
|