Home
last modified time | relevance | path

Searched refs:hostids (Results 1 – 25 of 1140) sorted by relevance

12345678910>>...46

/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/include/classes/import/
H A DCImportedObjectContainer.php30 protected $hostids = []; variable in CImportedObjectContainer
40 * @param array $hostids
42 public function addHostIds(array $hostids): void { argument
43 foreach ($hostids as $hostid) {
44 $this->hostids[$hostid] = $hostid;
62 * @param string $hostids
66 public function isHostProcessed(string $hostids): bool { argument
67 return array_key_exists($hostids, $this->hostids);
87 return array_keys($this->hostids);
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/include/classes/import/
H A DCImportedObjectContainer.php30 protected $hostids = []; variable in CImportedObjectContainer
40 * @param array $hostids
42 public function addHostIds(array $hostids): void { argument
43 foreach ($hostids as $hostid) {
44 $this->hostids[$hostid] = $hostid;
62 * @param string $hostids
66 public function isHostProcessed(string $hostids): bool { argument
67 return array_key_exists($hostids, $this->hostids);
87 return array_keys($this->hostids);
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/include/classes/import/
H A DCImportedObjectContainer.php30 protected $hostids = []; variable in CImportedObjectContainer
40 * @param array $hostids
42 public function addHostIds(array $hostids): void { argument
43 foreach ($hostids as $hostid) {
44 $this->hostids[$hostid] = $hostid;
62 * @param string $hostids
66 public function isHostProcessed(string $hostids): bool { argument
67 return array_key_exists($hostids, $this->hostids);
87 return array_keys($this->hostids);
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/include/classes/import/
H A DCImportedObjectContainer.php30 protected $hostids = []; variable in CImportedObjectContainer
40 * @param array $hostids
42 public function addHostIds(array $hostids): void { argument
43 foreach ($hostids as $hostid) {
44 $this->hostids[$hostid] = $hostid;
62 * @param string $hostids
66 public function isHostProcessed(string $hostids): bool { argument
67 return array_key_exists($hostids, $this->hostids);
87 return array_keys($this->hostids);
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/include/classes/import/
H A DCImportedObjectContainer.php30 protected $hostids = []; variable in CImportedObjectContainer
40 * @param array $hostids
42 public function addHostIds(array $hostids): void { argument
43 foreach ($hostids as $hostid) {
44 $this->hostids[$hostid] = $hostid;
62 * @param string $hostids
66 public function isHostProcessed(string $hostids): bool { argument
67 return array_key_exists($hostids, $this->hostids);
87 return array_keys($this->hostids);
/dports/databases/p5-MongoDB/MongoDB-v2.2.2/lib/MongoDB/
H A D_URI.pm85 has hostids => ( attribute in MongoDB::_URI
428 $result{hostids} = lc _unescape_all( $result{hostids} );
430 if ( !defined $result{hostids} || !length $result{hostids} ) {
522 if ( !defined $hostids || !length $hostids ) {
525 $hostids = [ map { lc _unescape_all($_) } split ',', $hostids ];
544 $hostids = [ map { /:/ ? $_ : $_.":27017" } @$hostids ];
545 return $hostids;
561 my $hostids = $3;
562 $hostids = $self->_prepare_dns_hosts($hostids);
564 $self->{hostids} = $hostids;
[all …]
/dports/databases/p5-MongoDB/MongoDB-v2.2.2/t/unit/
H A Duri.t34 is_deeply( $uri->hostids, \@hostids );
43 my ( $uri, @hostids );
47 is_deeply( $uri->hostids, \@hostids, "single hostname" );
51 is_deeply( $uri->hostids, \@hostids, "single hostname with trailing comma" );
55 is_deeply( $uri->hostids, \@hostids, "hostname with empty auth credentials" );
59 is_deeply( $uri->hostids, \@hostids, "hostname with with trailing slash" );
64 is_deeply( $uri->hostids, \@hostids, "multiple hostnames" );
69 is_deeply( $uri->hostids, \@hostids, "multiple hostnames at localhost" );
107 is_deeply( $uri->hostids, \@hostids, "hostname normalized for case" );
111 is_deeply( $uri->hostids, \@hostids, "hostname url decoded" );
[all …]
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/app/controllers/
H A DCControllerCharts.php30 * @param array $hostids If not empty, return the listed host graphids.
35 protected function getGraphidsByHostids(array $hostids, array $graphids): array { argument
36 if (!$hostids && $graphids) {
42 'hostids' => $hostids,
47 if ($hostids && $graphids) {
58 * @param array $hostids Hosts for which search graphs by patterns.
62 protected function getGraphidsByPatterns(array $patterns, array $hostids): array { argument
65 'hostids' => $hostids,
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/ui/app/controllers/
H A DCControllerCharts.php30 * @param array $hostids If not empty, return the listed host graphids.
35 protected function getGraphidsByHostids(array $hostids, array $graphids): array { argument
36 if (!$hostids && $graphids) {
42 'hostids' => $hostids,
47 if ($hostids && $graphids) {
58 * @param array $hostids Hosts for which search graphs by patterns.
62 protected function getGraphidsByPatterns(array $patterns, array $hostids): array { argument
65 'hostids' => $hostids,
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/app/controllers/
H A DCControllerCharts.php30 * @param array $hostids If not empty, return the listed host graphids.
35 protected function getGraphidsByHostids(array $hostids, array $graphids): array { argument
36 if (!$hostids && $graphids) {
42 'hostids' => $hostids,
47 if ($hostids && $graphids) {
58 * @param array $hostids Hosts for which search graphs by patterns.
62 protected function getGraphidsByPatterns(array $patterns, array $hostids): array { argument
65 'hostids' => $hostids,
H A DCControllerPopupGeneric.php95 protected $hostids = []; variable in CControllerPopupGeneric
679 $hosts = $this->hostids
781 if ($this->hostids) {
1069 if ($this->hostids) {
1105 elseif ($this->hostids) {
1129 elseif ($this->hostids) {
1175 'hostids' => $this->hostids ? $this->hostids : null
1284 $hostids = CTemplateHelper::getParentTemplatesRecursive($hostids, $context);
1289 'hostids' => $hostids
1321 'hostids' => $hostids,
[all …]
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/app/controllers/
H A DCControllerCharts.php30 * @param array $hostids If not empty, return the listed host graphids.
35 protected function getGraphidsByHostids(array $hostids, array $graphids): array { argument
36 if (!$hostids && $graphids) {
42 'hostids' => $hostids,
47 if ($hostids && $graphids) {
58 * @param array $hostids Hosts for which search graphs by patterns.
62 protected function getGraphidsByPatterns(array $patterns, array $hostids): array { argument
65 'hostids' => $hostids,
H A DCControllerPopupGeneric.php95 protected $hostids = [];
679 $hosts = $this->hostids
781 if ($this->hostids) {
1069 if ($this->hostids) {
1105 elseif ($this->hostids) {
1129 elseif ($this->hostids) {
1175 'hostids' => $this->hostids ? $this->hostids : null
1284 $hostids = CTemplateHelper::getParentTemplatesRecursive($hostids, $context);
1289 'hostids' => $hostids
1321 'hostids' => $hostids,
[all …]
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/ui/app/controllers/
H A DCControllerCharts.php30 * @param array $hostids If not empty, return the listed host graphids.
35 protected function getGraphidsByHostids(array $hostids, array $graphids): array { argument
36 if (!$hostids && $graphids) {
42 'hostids' => $hostids,
47 if ($hostids && $graphids) {
58 * @param array $hostids Hosts for which search graphs by patterns.
62 protected function getGraphidsByPatterns(array $patterns, array $hostids): array { argument
65 'hostids' => $hostids,
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/app/controllers/
H A DCControllerCharts.php30 * @param array $hostids If not empty, return the listed host graphids.
35 protected function getGraphidsByHostids(array $hostids, array $graphids): array { argument
36 if (!$hostids && $graphids) {
42 'hostids' => $hostids,
47 if ($hostids && $graphids) {
58 * @param array $hostids Hosts for which search graphs by patterns.
62 protected function getGraphidsByPatterns(array $patterns, array $hostids): array { argument
65 'hostids' => $hostids,
H A DCControllerPopupGeneric.php95 protected $hostids = []; variable in CControllerPopupGeneric
679 $hosts = $this->hostids
781 if ($this->hostids) {
1069 if ($this->hostids) {
1105 elseif ($this->hostids) {
1129 elseif ($this->hostids) {
1175 'hostids' => $this->hostids ? $this->hostids : null
1284 $hostids = CTemplateHelper::getParentTemplatesRecursive($hostids, $context);
1289 'hostids' => $hostids
1321 'hostids' => $hostids,
[all …]
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/ui/app/controllers/
H A DCControllerCharts.php30 * @param array $hostids If not empty, return the listed host graphids.
35 protected function getGraphidsByHostids(array $hostids, array $graphids): array { argument
36 if (!$hostids && $graphids) {
42 'hostids' => $hostids,
47 if ($hostids && $graphids) {
58 * @param array $hostids Hosts for which search graphs by patterns.
62 protected function getGraphidsByPatterns(array $patterns, array $hostids): array { argument
65 'hostids' => $hostids,
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/ui/app/controllers/
H A DCControllerCharts.php30 * @param array $hostids If not empty, return the listed host graphids.
35 protected function getGraphidsByHostids(array $hostids, array $graphids): array { argument
36 if (!$hostids && $graphids) {
42 'hostids' => $hostids,
47 if ($hostids && $graphids) {
58 * @param array $hostids Hosts for which search graphs by patterns.
62 protected function getGraphidsByPatterns(array $patterns, array $hostids): array { argument
65 'hostids' => $hostids,
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/app/controllers/
H A DCControllerCharts.php30 * @param array $hostids If not empty, return the listed host graphids.
35 protected function getGraphidsByHostids(array $hostids, array $graphids): array { argument
36 if (!$hostids && $graphids) {
42 'hostids' => $hostids,
47 if ($hostids && $graphids) {
58 * @param array $hostids Hosts for which search graphs by patterns.
62 protected function getGraphidsByPatterns(array $patterns, array $hostids): array { argument
65 'hostids' => $hostids,
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/app/controllers/
H A DCControllerCharts.php30 * @param array $hostids If not empty, return the listed host graphids.
35 protected function getGraphidsByHostids(array $hostids, array $graphids): array { argument
36 if (!$hostids && $graphids) {
42 'hostids' => $hostids,
47 if ($hostids && $graphids) {
58 * @param array $hostids Hosts for which search graphs by patterns.
62 protected function getGraphidsByPatterns(array $patterns, array $hostids): array { argument
65 'hostids' => $hostids,
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/include/classes/api/services/
H A DCHostGeneral.php35 if ($hostids) {
36 $hostids = array_unique($hostids);
40 'hostids' => $hostids,
50 'templateids' => $hostids,
699 'hostids' => $hostids,
717 'hostids' => $hostids,
733 'hostids' => $hostids,
750 'hostids' => $hostids,
951 'hostids' => $hostids,
1001 $hostids = [];
[all …]
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/ui/include/classes/api/services/
H A DCHostGeneral.php35 if ($hostids) {
36 $hostids = array_unique($hostids);
40 'hostids' => $hostids,
50 'templateids' => $hostids,
699 'hostids' => $hostids,
717 'hostids' => $hostids,
733 'hostids' => $hostids,
750 'hostids' => $hostids,
951 'hostids' => $hostids,
1001 $hostids = [];
[all …]
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/ui/include/classes/api/services/
H A DCHostGeneral.php35 if ($hostids) {
36 $hostids = array_unique($hostids);
40 'hostids' => $hostids,
50 'templateids' => $hostids,
699 'hostids' => $hostids,
717 'hostids' => $hostids,
733 'hostids' => $hostids,
750 'hostids' => $hostids,
951 'hostids' => $hostids,
1001 $hostids = [];
[all …]
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/ui/include/classes/api/services/
H A DCHostGeneral.php35 if ($hostids) {
36 $hostids = array_unique($hostids);
40 'hostids' => $hostids,
50 'templateids' => $hostids,
699 'hostids' => $hostids,
717 'hostids' => $hostids,
733 'hostids' => $hostids,
750 'hostids' => $hostids,
951 'hostids' => $hostids,
1001 $hostids = [];
[all …]
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/ui/include/classes/api/services/
H A DCHostGeneral.php35 if ($hostids) {
36 $hostids = array_unique($hostids);
40 'hostids' => $hostids,
50 'templateids' => $hostids,
699 'hostids' => $hostids,
717 'hostids' => $hostids,
733 'hostids' => $hostids,
750 'hostids' => $hostids,
951 'hostids' => $hostids,
1001 $hostids = [];
[all …]

12345678910>>...46