Searched refs:replace (Results 1 - 5 of 5) sorted by relevance
/sssd/src/tests/intg/ |
H A D | util.py | 35 def replace(match): function in function:unindent 39 return UNINDENT_RE.sub(replace, text)
|
/sssd/src/confdb/ |
H A D | confdb.h | 395 * @param[in] replace If replace is set to true, pre-existing values will be 413 bool replace,
|
H A D | confdb.c | 110 bool replace, 182 if (replace) optype = LDB_FLAG_MOD_REPLACE; 109 confdb_add_param(struct confdb_ctx *cdb, bool replace, const char *section, const char *attribute, const char **values) argument
|
/sssd/src/config/SSSDConfig/ |
H A D | sssd_upgrade_config.py | 139 domain['name'] = domain['name'].strip().replace('domains', 'domain')
|
/sssd/src/sbus/ |
H A D | sbus_codegen | 200 type = type.replace("{", "DO") 201 type = type.replace("}", "DE") 230 self.name.replace(".", "_"))
|
Completed in 1352 milliseconds