Home
last modified time | relevance | path

Searched refs:created_recently (Results 1 – 3 of 3) sorted by relevance

/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/
H A Ddata_structures_nonred.inc70 int created_recently; /* 1 if was created during last iteration, otherwise 0 */
343 new_tr_node->created_recently = 1;
736 if (leaf->created_recently) {
737 leaf->created_recently = 0;
743 if (leaf->parent->created_recently) {
744 leaf->parent->created_recently = 0;
859 new_tllr_node->created_recently = 1;
1130 if (leaf->created_recently) {
1132 leaf->created_recently = 0;
1138 if (leaf->parent->created_recently) {
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/devise/mailer/
H A D_confirmation_instructions_account.text.erb1 <% if @resource.unconfirmed_email.present? || !@resource.created_recently? %>
H A D_confirmation_instructions_account.html.haml2 - if @resource.unconfirmed_email.present? || !@resource.created_recently?