Searched refs:stanza (Results 1 – 2 of 2) sorted by relevance
206 if not stanza.lstrip('\n'):208 return stanza221 return stanza226 text_before = stanza[:dependencies_location]227 text_after = '\n' + stanza[dependencies_location:]232 text_before = stanza[:dependencies_match.start()]233 text_after = stanza[dependencies_match.end():]243 stanza = (text_before +249 stanza = text_before + text_after[1:]250 return stanza[all …]
61 while (my $stanza = <CHECK_CONFIG>) {62 if ($stanza =~ /\A#if defined\(MBEDTLS_ECDSA_C\)/) {63 for my $curve ($stanza =~ /(?<=\()MBEDTLS_ECP_DP_\w+_ENABLED(?=\))/g) {
Completed in 3 milliseconds