Home
last modified time | relevance | path

Searched refs:first_found (Results 1 – 25 of 236) sorted by relevance

12345678910

/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/lookup_first_found/tasks/
H A Dmain.yml3 set_fact: "first_found={{ item }}"
18 - "first_found == first_expected"
19 - "first_found != first_unexpected"
21 - name: test q(first_found) with no files produces empty list
23 first_found_var: "{{ q('first_found', params, errors='ignore') }}"
28 - name: verify q(first_found) result
33 - name: test lookup(first_found) with no files produces empty string
40 - name: verify lookup(first_found) result
46 - name: test first_found with no matches and skip=True does nothing
54 loop: "{{ q('first_found', params) }}"
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/lookup_first_found/tasks/
H A Dmain.yml3 set_fact: "first_found={{ item }}"
18 - "first_found == first_expected"
19 - "first_found != first_unexpected"
21 - name: test q(first_found) with no files produces empty list
23 first_found_var: "{{ q('first_found', params, errors='ignore') }}"
28 - name: verify q(first_found) result
33 - name: test lookup(first_found) with no files produces empty string
40 - name: verify lookup(first_found) result
46 - name: test first_found with no matches and skip=True does nothing
54 loop: "{{ q('first_found', params) }}"
[all …]
/dports/devel/libvirt/libvirt-7.10.0/src/bhyve/
H A Dbhyve_firmware.c48 g_autofree char *first_found = NULL; in bhyveFirmwareFillDomain() local
64 if (!first_found) in bhyveFirmwareFillDomain()
65 first_found = g_strdup(entry->d_name); in bhyveFirmwareFillDomain()
70 if (!first_found) { in bhyveFirmwareFillDomain()
76 matching_firmware = g_steal_pointer(&first_found); in bhyveFirmwareFillDomain()
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/iterators/tasks/
H A Dmain.yml206 set_fact: "first_found={{ item }}"
221 - "first_found == first_expected"
222 - "first_found != first_unexpected"
276 - name: test q(first_found) with no files produces empty list
278 first_found_var: "{{ q('first_found', params, errors='ignore') }}"
283 - name: verify q(first_found) result
288 - name: test lookup(first_found) with no files produces empty string
295 - name: verify lookup(first_found) result
301 - name: test first_found with no matches and skip=True does nothing
309 loop: "{{ q('first_found', params) }}"
[all …]
/dports/devel/p5-SPOPS/SPOPS-0.87/SPOPS/Secure/
H A DHierarchy.pm137 my $first_found = undef;
170 $first_found ||= $security_check if ( $sec_listing );
177 unless ( $first_found ) {
185 return ( $level_track, $first_found ) unless ( $p->{ordered} );
186 return ( $level_track, $first_found, \@ordered );
/dports/science/minc2/minc-release-2.2.00/conversion/dicomserver_sonata/
H A Dstring_to_filename.c117 int first_found, sep_found, multi_word, comma_found, comma_found2, in_word; in string_to_initials() local
125 first_found = FALSE; in string_to_initials()
158 if (first_found && !(isalnum(ch)||ch=='-'||ch=='_')) { in string_to_initials()
163 first_found = TRUE; in string_to_initials()
/dports/science/minc2/minc-release-2.2.00/conversion/dcm2mnc/
H A Dstring_to_filename.c131 int first_found, sep_found, multi_word, comma_found, comma_found2, in_word; in string_to_initials() local
139 first_found = FALSE; in string_to_initials()
172 if (first_found && !(isalnum(ch)||ch=='-'||ch=='_')) { in string_to_initials()
177 first_found = TRUE; in string_to_initials()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Deventlist.cpp360 bool first_found = false; in evrange() local
381 if(!first_found) in evrange()
384 first_found = true; in evrange()
397 if(!first_found) in evrange()
400 first_found = true; in evrange()
438 if(!first_found) in evrange()
441 first_found = true; in evrange()
/dports/print/catdvi/catdvi-0.14/
H A Dpage.c552 struct list_node_t * first_found; member
605 quest->first_found = NULL; in page_grb_unique_y()
617 quest->first_found = p; in page_grb_unique_y()
634 quest->first_found = p; in page_grb_unique_y()
771 quest->first_found = newquest.first_found; in page_grb_recursion()
847 return quest.first_found; in page_guess_reference_box()
932 quest->first_found = NULL; in page_find_lowest_box()
951 quest->first_found = low; in page_find_lowest_box()
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/hostname/tasks/
H A Dmain.yml5 include_vars: "{{ lookup('first_found', params) }}"
24 file: "{{ lookup('first_found', files) }}"
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/docker/tests/integration/targets/setup_docker_compose/tasks/
H A Dsetup.yml3 include_vars: "{{ lookup('first_found', params) }}"
21 include_tasks: "{{ lookup('first_found', params) }}"
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/rayon-1.5.1/src/iter/find_first_last/
H A Dtest.rs7 let first_found = AtomicUsize::new(usize::max_value()); in same_range_first_consumers_return_correct_answer() localVariable
8 let far_right_consumer = FindConsumer::new(&find_op, MatchPosition::Leftmost, &first_found); in same_range_first_consumers_return_correct_answer()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/rayon-1.5.1/src/iter/find_first_last/
H A Dtest.rs7 let first_found = AtomicUsize::new(usize::max_value()); in same_range_first_consumers_return_correct_answer() localVariable
8 let far_right_consumer = FindConsumer::new(&find_op, MatchPosition::Leftmost, &first_found); in same_range_first_consumers_return_correct_answer()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/rayon-1.5.1/src/iter/find_first_last/
H A Dtest.rs7 let first_found = AtomicUsize::new(usize::max_value()); in same_range_first_consumers_return_correct_answer() localVariable
8 let far_right_consumer = FindConsumer::new(&find_op, MatchPosition::Leftmost, &first_found); in same_range_first_consumers_return_correct_answer()
/dports/misc/broot/broot-1.7.0/cargo-crates/rayon-1.5.1/src/iter/find_first_last/
H A Dtest.rs7 let first_found = AtomicUsize::new(usize::max_value()); in same_range_first_consumers_return_correct_answer() localVariable
8 let far_right_consumer = FindConsumer::new(&find_op, MatchPosition::Leftmost, &first_found); in same_range_first_consumers_return_correct_answer()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rayon-1.5.1/src/iter/find_first_last/
H A Dtest.rs7 let first_found = AtomicUsize::new(usize::max_value()); in same_range_first_consumers_return_correct_answer() localVariable
8 let far_right_consumer = FindConsumer::new(&find_op, MatchPosition::Leftmost, &first_found); in same_range_first_consumers_return_correct_answer()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/rayon-1.4.0/src/iter/find_first_last/
H A Dtest.rs7 let first_found = AtomicUsize::new(usize::max_value()); in same_range_first_consumers_return_correct_answer() localVariable
8 let far_right_consumer = FindConsumer::new(&find_op, MatchPosition::Leftmost, &first_found); in same_range_first_consumers_return_correct_answer()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/rayon-1.5.1/src/iter/find_first_last/
H A Dtest.rs7 let first_found = AtomicUsize::new(usize::max_value()); in same_range_first_consumers_return_correct_answer() localVariable
8 let far_right_consumer = FindConsumer::new(&find_op, MatchPosition::Leftmost, &first_found); in same_range_first_consumers_return_correct_answer()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rayon/src/iter/find_first_last/
H A Dtest.rs7 let first_found = AtomicUsize::new(usize::max_value()); in same_range_first_consumers_return_correct_answer() localVariable
8 let far_right_consumer = FindConsumer::new(&find_op, MatchPosition::Leftmost, &first_found); in same_range_first_consumers_return_correct_answer()
/dports/devel/grcov/grcov-0.8.2/cargo-crates/rayon-1.5.1/src/iter/find_first_last/
H A Dtest.rs7 let first_found = AtomicUsize::new(usize::max_value()); in same_range_first_consumers_return_correct_answer() localVariable
8 let far_right_consumer = FindConsumer::new(&find_op, MatchPosition::Leftmost, &first_found); in same_range_first_consumers_return_correct_answer()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/rayon-1.3.0/src/iter/find_first_last/
H A Dtest.rs7 let first_found = AtomicUsize::new(usize::max_value()); in same_range_first_consumers_return_correct_answer() localVariable
8 let far_right_consumer = FindConsumer::new(&find_op, MatchPosition::Leftmost, &first_found); in same_range_first_consumers_return_correct_answer()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/rayon-1.5.1/src/iter/find_first_last/
H A Dtest.rs7 let first_found = AtomicUsize::new(usize::max_value()); in same_range_first_consumers_return_correct_answer() localVariable
8 let far_right_consumer = FindConsumer::new(&find_op, MatchPosition::Leftmost, &first_found); in same_range_first_consumers_return_correct_answer()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/rayon/src/iter/find_first_last/
H A Dtest.rs7 let first_found = AtomicUsize::new(usize::max_value()); in same_range_first_consumers_return_correct_answer() localVariable
8 let far_right_consumer = FindConsumer::new(&find_op, MatchPosition::Leftmost, &first_found); in same_range_first_consumers_return_correct_answer()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rayon-1.3.0/src/iter/find_first_last/
H A Dtest.rs7 let first_found = AtomicUsize::new(usize::max_value()); in same_range_first_consumers_return_correct_answer() localVariable
8 let far_right_consumer = FindConsumer::new(&find_op, MatchPosition::Leftmost, &first_found); in same_range_first_consumers_return_correct_answer()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/rayon-1.5.1/src/iter/find_first_last/
H A Dtest.rs7 let first_found = AtomicUsize::new(usize::max_value()); in same_range_first_consumers_return_correct_answer() localVariable
8 let far_right_consumer = FindConsumer::new(&find_op, MatchPosition::Leftmost, &first_found); in same_range_first_consumers_return_correct_answer()

12345678910