Home
last modified time | relevance | path

Searched refs:unique_push (Results 1 – 25 of 26) sorted by relevance

12

/dports/dns/p5-Net-DNS/Net-DNS-1.32/t/
H A D06-packet-unique-push.t22 $packet->unique_push( "answer", $rr_1 );
23 $packet->unique_push( "answer", $rr_2 );
26 $packet->unique_push( "answer", $rr_3 );
27 $packet->unique_push( "answer", $rr_4 );
H A D04-packet-truncate.t83 $packet->unique_push( authority => @auth );
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/phoromatic/pages/
H A Dphoromatic_result.php116 pts_arrays::unique_push($benchmark_tickets, $row['BenchmarkTicketID']);
117 pts_arrays::unique_push($upload_times, $row['UploadTime']);
118 pts_arrays::unique_push($xml_result_hash, $row['XmlUploadHash']);
119 pts_arrays::unique_push($system_types, $row['SystemID']);
120 pts_arrays::unique_push($schedule_types, $row['ScheduleID']);
121 pts_arrays::unique_push($trigger_types, $row['Trigger']);
122 pts_arrays::unique_push($tickets, $row['BenchmarkTicketID']);
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/phoromatic/public_html/
H A Dpublic.php80 pts_arrays::unique_push($system_types, $row['SystemID']);
81 pts_arrays::unique_push($schedule_types, $row['ScheduleID']);
82 pts_arrays::unique_push($trigger_types, $row['Trigger']);
/dports/dns/dnscheckengine/engine/lib/DNSCheck/Lookup/
H A DResolver.pm215 $p->unique_push('answer', Net::DNS::RR->new("$name 4711 IN $type $_"))
219 $p->unique_push('authority', Net::DNS::RR->new("$zone 4711 IN NS $ns"));
224 $p->unique_push('additional',
534 $tmp->unique_push(answer => $cnamerr)
563 $tmp->unique_push(answer => $cnamerr)
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/commands/
H A Drun_tests_in_suite.php40 pts_arrays::unique_push($to_run, $test_profile);
H A Dinfo.php63 pts_arrays::unique_push($unique_tests, $result_obj->test_profile->get_title());
/dports/dns/p5-Net-DNS/Net-DNS-1.32/lib/Net/DNS/
H A DUpdate.pm126 sub unique_push { subroutine
H A DPacket.pm518 sub unique_push { subroutine
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/
H A Dpts_arrays.php35 public static function unique_push(&$array, $to_push) function in pts_arrays
H A Dpts_test_suites.php116 pts_arrays::unique_push($tests_in_result_file, $tp->get_identifier(false));
H A Dpts_render.php368 pts_arrays::unique_push($unique_compiler_data, $result_json['compiler-options']);
H A Dpts_test_suite.php328 pts_arrays::unique_push($unique_tests, $obj->test_profile->get_identifier());
H A Dpts_openbenchmarking.php496 pts_arrays::unique_push($repos, $index);
H A Dpts_result_viewer_settings.php132 …pts_arrays::unique_push($tests_with_multiple_versions[$ti_no_version], $result_object->test_profil…
/dports/dns/gdnsd2/gdnsd-2.4.3/t/Net/DNS/
H A DPacket.pm447 sub unique_push { subroutine
459 &unique_push;
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/modules/
H A Dperf_tips.php85 …pts_arrays::unique_push($test_hardware_types, $test_run_request->test_profile->get_test_hardware_t…
H A Dsystem_monitor.php508 pts_arrays::unique_push(self::$cgroup_enabled_controllers, $cgroup_controller );
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/client/
H A Dpts_test_install_manager.php56 …$added = pts_arrays::unique_push($this->tests_to_install, new pts_test_install_request($test_profi…
H A Dpts_client.php1676 …pts_arrays::unique_push($similar_tests, array($identifier, ' [' . ucwords(substr($type, 0, -1)) . …
1680 …pts_arrays::unique_push($similar_tests, array($identifier, ' [' . ucwords(substr($type, 0, -1)) . …
1691 pts_arrays::unique_push($similar_tests, array($result, ' [Test Result]'));
1700 pts_arrays::unique_push($similar_tests, array($possible_identifier, ' [Test]'));
1707 pts_arrays::unique_push($similar_tests, array($possible_identifier, ' [Test]'));
H A Dpts_test_run_manager.php941 …pts_arrays::unique_push($test_hardware_types, $test_to_run->test_profile->get_test_hardware_type()…
1404 …pts_arrays::unique_push($subsystems_to_test, $test_run_request->test_profile->get_test_hardware_ty…
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/pts_Graph/
H A Dpts_OverviewGraph.php64 pts_arrays::unique_push($this->graph_identifiers, $buffer_item->get_result_identifier());
H A Dpts_graph_core.php242 pts_arrays::unique_push($this->graph_identifiers, $system);
/dports/devel/p5-RRDTool-OO/RRDTool-OO-0.36/lib/RRDTool/
H A DOO.pm920 my($self, $field, $value, $unique_push) = @_;
931 if($unique_push) {
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/phoromatic/
H A Dphoromatic_server.php423 pts_arrays::unique_push($triggers, $row2['Trigger']);

12