Searched refs:cfgItem (Results 1 – 9 of 9) sorted by relevance
/dports/www/gitea/gitea-1.16.5/routers/web/admin/ |
H A D | admin.go | 190 u, err := url.Parse(cfgItem) 193 return cfgItem 196 atIdx := strings.Index(cfgItem, "@") 200 return cfgItem[:colonIdx+1] + "******" + cfgItem[atIdx:] 204 return cfgItem 210 return shadowPasswordKV(cfgItem, ",") 213 atIdx := strings.Index(cfgItem, "@") 217 return cfgItem[:colonIdx+1] + "******" + cfgItem[atIdx:] 220 return cfgItem 228 return shadowURL(provider, cfgItem) [all …]
|
/dports/cad/fritzing/fritzing-parts-0.9.2b/parts/part-gen-scripts/obsolete/cheetah scripts/ |
H A D | partomatic.py | 105 for cfgItem, cfgValue in cfgParser.items(section): 110 if(cfgItem == "resistance"): 112 cfgDict[cfgItem] = cfgValue
|
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/lipi-toolkit/3rdparty/lipi-toolkit/src/util/lib/ |
H A D | LTKConfigFileReader.cpp | 214 stringStringMap::const_iterator cfgItem = m_cfgFileMap.find(key); in getConfigValue() local 215 if (cfgItem != m_cfgFileMap.end() ) in getConfigValue() 217 outValue = cfgItem->second.c_str(); in getConfigValue()
|
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/ConfigMigration/ |
H A D | configmigrationwizard.cpp | 82 for (ConfigMigrationItem* cfgItem : cfgMigration->getItemsToMigrate()) in init() 84 treeItem = new QTreeWidgetItem({cfgItem->label}); in init() 85 treeItem->setData(0, Qt::UserRole, static_cast<int>(cfgItem->type)); in init()
|
/dports/net/spoofer/spoofer-1.4.7/manager/scheduler/ |
H A D | app.h | 198 bool opAllowed(QLocalSocket *ui, const Config::MemberBase &cfgItem); 199 bool opAllowedVerbose(QLocalSocket *ui, const Config::MemberBase &cfgItem);
|
H A D | app.cpp | 978 bool App::opAllowed(QLocalSocket *ui, const Config::MemberBase &cfgItem) in opAllowed() argument 981 if (cfgItem.variant().toBool()) return true; in opAllowed() 985 bool App::opAllowedVerbose(QLocalSocket *ui, const Config::MemberBase &cfgItem) in opAllowedVerbose() argument 987 if (opAllowed(ui, cfgItem)) return true; in opAllowedVerbose() 1058 SpooferBase::Config::MemberBase *cfgItem = config->find(name); in uiRead() local 1059 if (cfgItem) { in uiRead() 1062 if (!cfgItem->setFromString(value, msg.text)) { in uiRead()
|
/dports/net/spoofer/spoofer-1.4.7/manager/gui/ |
H A D | mainwindow.h | 104 bool opAllowed(const Config::MemberBase &cfgItem);
|
H A D | mainwindow.cpp | 822 bool MainWindow::opAllowed(const Config::MemberBase &cfgItem) in opAllowed() argument 825 (connectionIsPrivileged || cfgItem.variant().toBool()); in opAllowed()
|
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/mcusupport/ |
H A D | mcusupportoptions.cpp | 1223 for (const auto &cfgItem : qAsConst(config)) { in fixExistingKits() local 1224 if (cfgItem.key == "QUL_GENERATORS") { in fixExistingKits() 1225 auto idx = cfgItem.value.indexOf("/lib/cmake/Qul"); in fixExistingKits() 1226 auto qulDir = cfgItem.value.left(idx); in fixExistingKits()
|