/^public_key$/(9externalPathr/^secret_(.*)$/ /^sites$/face=+w gpgmailerhrng/^private_key$//^local_gskey$/@`@0փ@pH@P@ /^key_pairs$/ofregisterBackend$(w user_ldapgratio generateToken /^.*token$/s s /^slogan$/p /^token$/Hooksr serverinfo7#6Lr onlyofficendati /^cookie$/IVE/^jwt_secret$/o/^imprintUrl$//^privacyUrl$/gcw passwordsDice /^client_id$/io /^client_id$/ OC\{closure}cepassword_policy#vӕ notify_pushtio OC\{closure}e isPrivateIprc /^client_id$/e"r navigationalid /^client_id$/formatAppValuesnN$s whiteboardion removeTokenordI{@s@s@ඒ@X@setCacheResult setValueIntnhI{@s@s@ඒ@X@-/1KsetValueString OC\{closure}ce releaseLockono OC\{closure}ceI{@s@s@ඒ@X@ 4 08filesystem,dav setValueFloatregisterWidgetcew log_query.php getUserGroups XMLReaderamecreateDatabaseuXFu@@au@@+@ OC\{closure}io /^client_id$/,w user_samlsam I OC\{closure}ce /^client_id$/io /^client_id$/ /^client_id$/s /^client_id$/ getValueTypeno*files_trashbin setValueBoolnrollBacknTEMPORARY_TOKEN setValueArrayhQfboundaryrhsloadClassLoaderI{@s@s@ඒ@X@ /^client_id$/ OC\{closure}Comߢ>b __constructers isBackendUsed( deleteAll1 setPasswordongetAllListeners getForUpdateSQLm OCA\Circles\t enableApprsomXa@0a@f@`u@f@ deleteKeylueio getValuesath getDetailsathsetValues_withupdateSensitive updateLazysygetQueryBuilder挦sbackground-jobs&05 OC\DB\Adapterr user-filesing clearCacheeret emptyStringesB :|Jpost-migrationo parseStringDߢ>b __constructe setValuesesg[ @attributesme@ice hintShardKeySet PARAM_STRcrypt ''; } // This is hardcoded on purpose. // We only support a fixed list of attributes. $attributes_to_merge = array( 'style', 'class' ); $attributes = array(); foreach ( $attributes_to_merge as $attribute_name ) { if ( empty( $new_attributes[ $attribute_name ] ) && empty( $extra_attributes[ $attribute_name ] ) ) { continue; } if ( empty( $new_attributes[ $attribute_name ] ) ) { $attributes[ $attribute_name ] = $extra_attributes[ $attribute_name ]; continue; } if ( empty( $extra_attributes[ $attribute_name ] ) ) { $attributes[ $attribute_name ] = $new_attributes[ $attribute_name ]; continue; } $attributes[ $attribute_name ] = $extra_attributes[ $attribute_name ] . ' ' . $new_attributes[ $attribute_name ]; } foreach ( $extra_attributes as $attribute_name => $value ) { if ( ! in_array( $attribute_name, $attributes_to_merge, true ) ) { $attributes[ $attribute_name ] = $value; } } if ( empty( $attributes ) ) { return ''; } $normalized_attributes = array(); foreach ( $attributes as $key => $value ) { $normalized_attributes[] = $key . '="' . esc_attr( $value ) . '"'; } return implode( ' ', $normalized_attributes ); }