Home
last modified time | relevance | path

Searched refs:graph_type (Results 1 – 25 of 997) sorted by relevance

12345678910>>...40

/dports/science/py-dlib/dlib-19.22/dlib/test/
H A Dgraph_labeler.cpp25 typename graph_type,
38 graph_type g; in make_data()
108 typename graph_type,
121 graph_type g; in make_data_sparse()
122 typename graph_type::edge_type v; in make_data_sparse()
199 typename graph_type,
212 graph_type g; in make_data2()
240 typename graph_type,
253 graph_type g; in make_data2_sparse()
254 typename graph_type::edge_type v; in make_data2_sparse()
[all …]
/dports/science/dlib-cpp/dlib-19.22/dlib/test/
H A Dgraph_labeler.cpp25 typename graph_type,
38 graph_type g; in make_data()
108 typename graph_type,
121 graph_type g; in make_data_sparse()
122 typename graph_type::edge_type v; in make_data_sparse()
199 typename graph_type,
212 graph_type g; in make_data2()
240 typename graph_type,
253 graph_type g; in make_data2_sparse()
254 typename graph_type::edge_type v; in make_data2_sparse()
[all …]
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/battery/
H A Dacpi_sys_batt_57 my ($graph_type, $batt_num);
60 $graph_type = $2;
63 elsif (!defined($batt_num) or !defined($graph_type)) {
103 if ($graph_type eq "capacity")
110 elsif ($graph_type eq "current")
115 elsif ($graph_type eq "voltage")
121 elsif ($graph_type eq "percents")
145 if ($graph_type eq "capacity")
151 elsif ($graph_type eq "voltage")
156 elsif ($graph_type eq "current")
[all …]
H A Dacpi_batt_85 my ($graph_type, $batt_num);
88 $graph_type = $2;
91 elsif (!defined($batt_num) or !defined($graph_type)) {
145 printf ("graph_title Battery %d (%s) %s\n" , $batt_num, $batt_name, $graph_type);
146 printf ("graph_info This graph shows battery %d (%s) %s\n" , $batt_num, $batt_name, $graph_type);
148 if ($graph_type eq "capacity")
160 elsif ($graph_type eq "voltage")
166 elsif ($graph_type eq "percents")
183 if ($graph_type eq "capacity")
194 elsif ($graph_type eq "voltage")
[all …]
/dports/net-mgmt/observium/observium/html/pages/device/port/
H A Dpagp.inc.php19 if (!$graph_type) { $graph_type = "pagp_bits"; } variable
21 $daily_traffic = "graph.php?port=" . $port['port_id'] . "&type=$graph_type&from=".$config…
22 $daily_url = "graph.php?port=" . $port['port_id'] . "&type=$graph_type&from=".$config…
24 $weekly_traffic = "graph.php?port=" . $port['port_id'] . "&type=$graph_type&from=".$config…
25 $weekly_url = "graph.php?port=" . $port['port_id'] . "&type=$graph_type&from=".$config…
27 $monthly_traffic = "graph.php?port=" . $port['port_id'] . "&type=$graph_type&from=".$config…
28 $monthly_url = "graph.php?port=" . $port['port_id'] . "&type=$graph_type&from=".$config…
30 $yearly_traffic = "graph.php?port=" . $port['port_id'] . "&type=$graph_type&from=".$config…
31 $yearly_url = "graph.php?port=" . $port['port_id'] . "&type=$graph_type&from=".$config…
/dports/devel/boost-docs/boost_1_72_0/boost/graph/
H A Dlabeled_graph.hpp236 typedef Graph graph_type; typedef
265 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
340 graph_type& graph() { return _graph; } in graph()
341 graph_type const& graph() const { return _graph; } in graph()
416 { return graph_traits<graph_type>::null_vertex(); } in null_vertex()
419 graph_type _graph;
436 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
462 labeled_graph(graph_type* g) in labeled_graph()
468 graph_type& graph() { return *_graph; } in graph()
469 graph_type const& graph() const { return *_graph; } in graph()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/graph/
H A Dlabeled_graph.hpp276 typedef Graph graph_type; typedef
304 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
397 graph_type& graph() { return _graph; } in graph()
398 graph_type const& graph() const { return _graph; } in graph()
487 return graph_traits< graph_type >::null_vertex(); in null_vertex()
491 graph_type _graph;
509 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
547 labeled_graph(graph_type* g) : _graph(g) {} in labeled_graph()
551 graph_type& graph() { return *_graph; } in graph()
552 graph_type const& graph() const { return *_graph; } in graph()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/graph/
H A Dlabeled_graph.hpp276 typedef Graph graph_type; typedef
304 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
397 graph_type& graph() { return _graph; } in graph()
398 graph_type const& graph() const { return _graph; } in graph()
487 return graph_traits< graph_type >::null_vertex(); in null_vertex()
491 graph_type _graph;
509 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
547 labeled_graph(graph_type* g) : _graph(g) {} in labeled_graph()
551 graph_type& graph() { return *_graph; } in graph()
552 graph_type const& graph() const { return *_graph; } in graph()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/graph/
H A Dlabeled_graph.hpp235 typedef Graph graph_type; typedef
264 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
338 graph_type& graph() { return _graph; } in graph()
339 graph_type const& graph() const { return _graph; } in graph()
414 { return graph_type::null_vertex(); } in null_vertex()
417 graph_type _graph;
434 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
460 labeled_graph(graph_type* g) in labeled_graph()
466 graph_type& graph() { return *_graph; } in graph()
528 { return graph_type::null_vertex(); } in null_vertex()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/graph/
H A Dlabeled_graph.hpp236 typedef Graph graph_type; typedef
265 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
339 graph_type& graph() { return _graph; } in graph()
340 graph_type const& graph() const { return _graph; } in graph()
415 { return graph_traits<graph_type>::null_vertex(); } in null_vertex()
418 graph_type _graph;
435 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
461 labeled_graph(graph_type* g) in labeled_graph()
467 graph_type& graph() { return *_graph; } in graph()
468 graph_type const& graph() const { return *_graph; } in graph()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/graph/
H A Dlabeled_graph.hpp276 typedef Graph graph_type; typedef
304 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
397 graph_type& graph() { return _graph; } in graph()
398 graph_type const& graph() const { return _graph; } in graph()
487 return graph_traits< graph_type >::null_vertex(); in null_vertex()
491 graph_type _graph;
509 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
547 labeled_graph(graph_type* g) : _graph(g) {} in labeled_graph()
551 graph_type& graph() { return *_graph; } in graph()
552 graph_type const& graph() const { return *_graph; } in graph()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/graph/
H A Dlabeled_graph.hpp276 typedef Graph graph_type; typedef
304 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
397 graph_type& graph() { return _graph; } in graph()
398 graph_type const& graph() const { return _graph; } in graph()
487 return graph_traits< graph_type >::null_vertex(); in null_vertex()
491 graph_type _graph;
509 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
547 labeled_graph(graph_type* g) : _graph(g) {} in labeled_graph()
551 graph_type& graph() { return *_graph; } in graph()
552 graph_type const& graph() const { return *_graph; } in graph()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/graph/
H A Dlabeled_graph.hpp236 typedef Graph graph_type; typedef
265 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
339 graph_type& graph() { return _graph; } in graph()
340 graph_type const& graph() const { return _graph; } in graph()
415 { return graph_traits<graph_type>::null_vertex(); } in null_vertex()
418 graph_type _graph;
435 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
461 labeled_graph(graph_type* g) in labeled_graph()
467 graph_type& graph() { return *_graph; } in graph()
468 graph_type const& graph() const { return *_graph; } in graph()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/graph/
H A Dlabeled_graph.hpp236 typedef Graph graph_type; typedef
265 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
339 graph_type& graph() { return _graph; } in graph()
340 graph_type const& graph() const { return _graph; } in graph()
415 { return graph_traits<graph_type>::null_vertex(); } in null_vertex()
418 graph_type _graph;
435 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
461 labeled_graph(graph_type* g) in labeled_graph()
467 graph_type& graph() { return *_graph; } in graph()
468 graph_type const& graph() const { return *_graph; } in graph()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/graph/
H A Dlabeled_graph.hpp236 typedef Graph graph_type; typedef
265 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
340 graph_type& graph() { return _graph; } in graph()
341 graph_type const& graph() const { return _graph; } in graph()
416 { return graph_traits<graph_type>::null_vertex(); } in null_vertex()
419 graph_type _graph;
436 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
462 labeled_graph(graph_type* g) in labeled_graph()
468 graph_type& graph() { return *_graph; } in graph()
469 graph_type const& graph() const { return *_graph; } in graph()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/graph/
H A Dlabeled_graph.hpp236 typedef Graph graph_type; typedef
265 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
339 graph_type& graph() { return _graph; } in graph()
340 graph_type const& graph() const { return _graph; } in graph()
415 { return graph_traits<graph_type>::null_vertex(); } in null_vertex()
418 graph_type _graph;
435 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
461 labeled_graph(graph_type* g) in labeled_graph()
467 graph_type& graph() { return *_graph; } in graph()
468 graph_type const& graph() const { return *_graph; } in graph()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/graph/
H A Dlabeled_graph.hpp236 typedef Graph graph_type; typedef
265 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
340 graph_type& graph() { return _graph; } in graph()
341 graph_type const& graph() const { return _graph; } in graph()
416 { return graph_traits<graph_type>::null_vertex(); } in null_vertex()
419 graph_type _graph;
436 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
462 labeled_graph(graph_type* g) in labeled_graph()
468 graph_type& graph() { return *_graph; } in graph()
469 graph_type const& graph() const { return *_graph; } in graph()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/graph/
H A Dlabeled_graph.hpp236 typedef Graph graph_type; typedef
265 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
340 graph_type& graph() { return _graph; } in graph()
341 graph_type const& graph() const { return _graph; } in graph()
416 { return graph_traits<graph_type>::null_vertex(); } in null_vertex()
419 graph_type _graph;
436 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
462 labeled_graph(graph_type* g) in labeled_graph()
468 graph_type& graph() { return *_graph; } in graph()
469 graph_type const& graph() const { return *_graph; } in graph()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/graph/
H A Dlabeled_graph.hpp236 typedef Graph graph_type; typedef
265 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
340 graph_type& graph() { return _graph; } in graph()
341 graph_type const& graph() const { return _graph; } in graph()
416 { return graph_traits<graph_type>::null_vertex(); } in null_vertex()
419 graph_type _graph;
436 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
462 labeled_graph(graph_type* g) in labeled_graph()
468 graph_type& graph() { return *_graph; } in graph()
469 graph_type const& graph() const { return *_graph; } in graph()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/graph/
H A Dlabeled_graph.hpp236 typedef Graph graph_type; typedef
265 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
339 graph_type& graph() { return _graph; } in graph()
340 graph_type const& graph() const { return _graph; } in graph()
415 { return graph_traits<graph_type>::null_vertex(); } in null_vertex()
418 graph_type _graph;
435 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
461 labeled_graph(graph_type* g) in labeled_graph()
467 graph_type& graph() { return *_graph; } in graph()
468 graph_type const& graph() const { return *_graph; } in graph()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/graph/
H A Dlabeled_graph.hpp236 typedef Graph graph_type; typedef
265 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
340 graph_type& graph() { return _graph; } in graph()
341 graph_type const& graph() const { return _graph; } in graph()
416 { return graph_traits<graph_type>::null_vertex(); } in null_vertex()
419 graph_type _graph;
436 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
462 labeled_graph(graph_type* g) in labeled_graph()
468 graph_type& graph() { return *_graph; } in graph()
469 graph_type const& graph() const { return *_graph; } in graph()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/graph/
H A Dlabeled_graph.hpp236 typedef Graph graph_type; typedef
265 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
339 graph_type& graph() { return _graph; } in graph()
340 graph_type const& graph() const { return _graph; } in graph()
415 { return graph_traits<graph_type>::null_vertex(); } in null_vertex()
418 graph_type _graph;
435 typedef typename Base::graph_type graph_type; typedef in boost::labeled_graph
461 labeled_graph(graph_type* g) in labeled_graph()
467 graph_type& graph() { return *_graph; } in graph()
468 graph_type const& graph() const { return *_graph; } in graph()
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/graph/detail/
H A Dadjacency_list.hpp535 graph_type& g = const_cast<graph_type&>(cg); in edges()
569 graph_type& g = static_cast<graph_type&>(g_); in remove_edge()
579 graph_type& g = static_cast<graph_type&>(g_); in remove_out_edge_if()
592 graph_type& g = static_cast<graph_type&>(g_); in remove_edge_if()
615 graph_type& g = static_cast<graph_type&>(g_); in clear_vertex()
631 graph_type& g = static_cast<graph_type&>(g_); in clear_out_edges()
662 graph_type& g = static_cast<graph_type&>(g_); in add_edge()
863 graph_type& g = static_cast<graph_type&>(g_); in remove_edge()
916 graph_type& g = const_cast<graph_type&>(cg); in edges()
1079 graph_type& g = const_cast<graph_type&>(cg); in in_edges()
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/pages/device/port/
H A Dpagp.inc.php6 if (! $graph_type) {
7 $graph_type = 'pagp_bits'; variable
10 $daily_traffic = 'graph.php?port=' . $port['port_id'] . "&amp;type=$graph_type&amp;from=" . Config:…
11 $daily_url = 'graph.php?port=' . $port['port_id'] . "&amp;type=$graph_type&amp;from=" . Config::get…
13 $weekly_traffic = 'graph.php?port=' . $port['port_id'] . "&amp;type=$graph_type&amp;from=" . Config…
14 $weekly_url = 'graph.php?port=' . $port['port_id'] . "&amp;type=$graph_type&amp;from=" . Config::ge…
16 $monthly_traffic = 'graph.php?port=' . $port['port_id'] . "&amp;type=$graph_type&amp;from=" . Confi…
17 $monthly_url = 'graph.php?port=' . $port['port_id'] . "&amp;type=$graph_type&amp;from=" . Config::g…
19 $yearly_traffic = 'graph.php?port=' . $port['port_id'] . "&amp;type=$graph_type&amp;from=" . Config…
20 $yearly_url = 'graph.php?port=' . $port['port_id'] . "&amp;type=$graph_type&amp;from=" . Config::ge…
/dports/devel/boost-docs/boost_1_72_0/boost/graph/detail/
H A Dadjacency_list.hpp594 graph_type& g = const_cast<graph_type&>(cg); in edges()
628 graph_type& g = static_cast<graph_type&>(g_); in remove_edge()
638 graph_type& g = static_cast<graph_type&>(g_); in remove_out_edge_if()
651 graph_type& g = static_cast<graph_type&>(g_); in remove_edge_if()
674 graph_type& g = static_cast<graph_type&>(g_); in clear_vertex()
689 graph_type& g = static_cast<graph_type&>(g_); in clear_out_edges()
720 graph_type& g = static_cast<graph_type&>(g_); in add_edge()
953 graph_type& g = static_cast<graph_type&>(g_); in remove_edge()
1015 graph_type& g = const_cast<graph_type&>(cg); in edges()
1180 graph_type& g = const_cast<graph_type&>(cg); in in_edges()
[all …]

12345678910>>...40