Home
last modified time | relevance | path

Searched refs:handleConfig (Results 1 – 25 of 33) sorted by relevance

12

/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/mgechev/revive/lint/
H A Dfile.go172 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 Dcfg.c350 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 Durl.c925 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 Dwebutl.h32 int handleConfig(Tcl_Interp * interp, Tcl_Obj ** tclo, Tcl_Obj * newValue,
H A Dwebutl.c189 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 DSampleApp.cpp86 .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 DEnvironment.java99 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 DhardwareController.h67 void handleConfig(string section, std::unordered_map<string, string>& settings);
H A DhardwareController.cpp49 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 DGoogleJapaneseInputControllerInterface.h80 - (void)handleConfig;
H A DGoogleJapaneseInputController.mm326 [self handleConfig];
375 [self handleConfig];
382 - (void)handleConfig { method
H A DGoogleJapaneseInputController_test.mm660 TEST_F(GoogleJapaneseInputControllerTest, handleConfig) {
669 [controller_ handleConfig];
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/mac/
H A DGoogleJapaneseInputControllerInterface.h80 - (void)handleConfig;
H A DGoogleJapaneseInputController.mm326 [self handleConfig];
375 [self handleConfig];
382 - (void)handleConfig { method
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/mac/
H A DGoogleJapaneseInputControllerInterface.h80 - (void)handleConfig;
H A DGoogleJapaneseInputController.mm326 [self handleConfig];
375 [self handleConfig];
382 - (void)handleConfig { method
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/mac/
H A DGoogleJapaneseInputControllerInterface.h80 - (void)handleConfig;
H A DGoogleJapaneseInputController.mm326 [self handleConfig];
375 [self handleConfig];
382 - (void)handleConfig { method
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/mac/
H A DGoogleJapaneseInputControllerInterface.h80 - (void)handleConfig;
H A DGoogleJapaneseInputController.mm326 [self handleConfig];
375 [self handleConfig];
382 - (void)handleConfig { method
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/mac/
H A DGoogleJapaneseInputControllerInterface.h80 - (void)handleConfig;
H A DGoogleJapaneseInputController.mm326 [self handleConfig];
375 [self handleConfig];
382 - (void)handleConfig { method
/dports/devel/poco/poco-1.10.1-all/PageCompiler/src/
H A DPageCompiler.cpp98 .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 Dmulti.cpp211 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 Dzodbload.py827 h.handleConfig(opts.configroot, opts.confighandlers)

12