Home
last modified time | relevance | path

Searched refs:graphs (Results 1 – 25 of 5976) sorted by relevance

12345678910>>...240

/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/pages/
H A Dapps.inc.php4 $graphs['apache'] = [
10 $graphs['drbd'] = [
16 $graphs['entropy'] = [
19 $graphs['mysql'] = [
25 $graphs['memcached'] = [
31 $graphs['redis'] = [
43 $graphs['nginx'] = [
47 $graphs['postfix'] = [
162 $graphs['gpsd'] = [
236 $graphs['bind'] = [
[all …]
/dports/print/lout/lout-3.40/doc/user/
H A Dgra_keys7 graphs. @RawIndex { graphs (statistical) }
12 graphs. @RawIndex { graphs (statistical) }
16 graphs. @RawIndex { graphs (statistical) }
20 graphs. @RawIndex { graphs (statistical) }
24 graphs. @RawIndex { graphs (statistical) }
28 graphs. @RawIndex { graphs (statistical) }
32 graphs. @RawIndex { graphs (statistical) }
36 graphs. @RawIndex { graphs (statistical) }
40 graphs. @RawIndex { graphs (statistical) }
44 graphs. @RawIndex { graphs (statistical) }
[all …]
H A Dgra_capt8 captions.graphs @SubIndex { in graphs }
9 graphs. @RawIndex { graphs (statistical) }
14 graphs. @RawIndex { graphs (statistical) }
18 graphs. @RawIndex { graphs (statistical) }
22 graphs. @RawIndex { graphs (statistical) }
55 graphs. @RawIndex { graphs (statistical) }
58 abovegap.graphs @SubIndex { in graphs }
59 graphs. @RawIndex { graphs (statistical) }
62 belowgap.graphs @SubIndex { in graphs }
66 leftgap.graphs @SubIndex { in graphs }
[all …]
H A Dgra_tick7 graphs. @RawIndex { graphs (statistical) }
10 graphs. @RawIndex { graphs (statistical) }
13 labels.in.graphs @SubIndex { in graphs }
21 graphs. @RawIndex { graphs (statistical) }
24 graphs. @RawIndex { graphs (statistical) }
27 graphs. @RawIndex { graphs (statistical) }
44 graphs. @RawIndex { graphs (statistical) }
93 graphs. @RawIndex { graphs (statistical) }
96 graphs. @RawIndex { graphs (statistical) }
99 graphs. @RawIndex { graphs (statistical) }
[all …]
H A Dgra_over21 graphs. @RawIndex { graphs (statistical) }
24 style.in.graphs @SubIndex { in graphs }
37 graphs. @RawIndex { graphs (statistical) }
40 graphs. @RawIndex { graphs (statistical) }
113 graphs. @RawIndex { graphs (statistical) }
116 graphs. @RawIndex { graphs (statistical) }
138 graphs. @RawIndex { graphs (statistical) }
141 width.in.graphs @SubIndex { in graphs }
142 graphs. @RawIndex { graphs (statistical) }
145 height.in.graphs @SubIndex { in graphs }
[all …]
/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/operators/
H A Dall.py47 if not graphs:
85 if not graphs:
87 graphs = iter(graphs)
88 U = next(graphs)
89 for H in graphs:
123 if not graphs:
125 graphs = iter(graphs)
126 C = next(graphs)
127 for H in graphs:
155 if not graphs:
[all …]
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/analysis/
H A DFunctionCallGraph.cpp106 tuple<CallGraphMap, CallGraphMap> graphs; in collectGraphs() local
110 …soltestAssert(get<0>(graphs).count(fullyQualifiedContractName) == 0 && get<1>(graphs).count(fullyQ… in collectGraphs()
121 return graphs; in collectGraphs()
289 checkCallGraphExpectations(get<0>(graphs), expectedCreationEdges); in BOOST_AUTO_TEST_CASE()
290 checkCallGraphExpectations(get<1>(graphs), expectedDeployedEdges); in BOOST_AUTO_TEST_CASE()
344 checkCallGraphExpectations(get<0>(graphs), expectedCreationEdges); in BOOST_AUTO_TEST_CASE()
345 checkCallGraphExpectations(get<1>(graphs), expectedDeployedEdges); in BOOST_AUTO_TEST_CASE()
390 checkCallGraphExpectations(get<0>(graphs), expectedCreationEdges); in BOOST_AUTO_TEST_CASE()
391 checkCallGraphExpectations(get<1>(graphs), expectedDeployedEdges); in BOOST_AUTO_TEST_CASE()
446 checkCallGraphExpectations(get<0>(graphs), expectedCreationEdges); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/devel/p5-Parse-RecDescent/Parse-RecDescent-1.967015/demo/
H A Ddemo_dot.pl97 OK /var/src/gv1.5/graphs/directed/KW91.dot
98 OK /var/src/gv1.5/graphs/directed/NaN.dot
100 OK /var/src/gv1.5/graphs/directed/alf.dot
110 OK /var/src/gv1.5/graphs/directed/dfa.dot
111 OK /var/src/gv1.5/graphs/directed/fig6.dot
112 OK /var/src/gv1.5/graphs/directed/fsm.dot
118 OK /var/src/gv1.5/graphs/directed/mike.dot
120 OK /var/src/gv1.5/graphs/directed/nhg.dot
127 OK /var/src/gv1.5/graphs/directed/rowe.dot
133 OK /var/src/gv1.5/graphs/directed/tree.dot
[all …]
/dports/math/maxima/maxima-5.43.2/doc/info/
H A Dgraphs.texi2 * Introduction to graphs::
6 @node Introduction to graphs, Functions and Variables for graphs, graphs-pkg, graphs-pkg
26 To use the @code{graphs} package, first load it with @code{load("graphs")}.
33 @node Functions and Variables for graphs, , Introduction to graphs, graphs-pkg
58 @c load ("graphs")$
75 @c load ("graphs")$
94 @c load ("graphs")$
143 @c load ("graphs")$
277 @c load ("graphs")$
482 @c load("graphs")$
[all …]
/dports/sysutils/xsysstats/xsysstats1.51/
H A Dporting.c388 graphs[i].running_avg<graphs[i].true_scale*graphs[i].scale_mult in set_values()
396 while (graphs[i].running_avg<graphs[i].true_scale * graphs[i].scale_mult && in set_values()
398 graphs[i].true_scale > graphs[i].min_scale) in set_values()
401 if (graphs[i].true_scale < graphs[i].min_scale) in set_values()
402 graphs[i].true_scale = graphs[i].min_scale; in set_values()
403 graphs[i].scale = graphs[i].true_scale; in set_values()
410 graphs[i].true_scale<graphs[i].max_scale) { in set_values()
414 graphs[i].true_scale < graphs[i].max_scale); in set_values()
415 if (graphs[i].true_scale>graphs[i].max_scale) in set_values()
416 graphs[i].true_scale = graphs[i].max_scale; in set_values()
[all …]
H A Dxsysstats.c148 sprintf(tmp, "%d/%d", graphs[i].scale, graphs[i].max_val/graphs[i].scale_mult); in minimal_label_lines()
195 sprintf(tmp, "%d/%d", graphs[i].scale, graphs[i].max_val/graphs[i].scale_mult); in draw_minimal_label()
274 graphs[i].name, graphs[i].name_len); in redraw_graph()
277 sprintf(tmp, "%d/%d", graphs[i].scale, graphs[i].max_val/graphs[i].scale_mult); in redraw_graph()
321 (graphs[i].scale * graphs[i].scale_mult)); in redraw_graph()
326 graphs[i].scale_lines<graphs[i].scale) { in redraw_graph()
671 graphs[count].scale_lines<graphs[count].scale) { in update_window()
716 graphs[i].name_len = strlen(graphs[i].name); in graph_loop()
1126 graphs[num_graphs-1].scale = graphs[tmp].scale; in set_link()
1367 if (graphs[j].type == graphs[i].type &&
[all …]
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/postfix/
H A Dpostfwd271 my %graphs = (
145 $graphs{policy_matchs}->{series}->{$policy}->{type} = 'GAUGE';
146 $graphs{policy_matchs}->{series}->{$policy}->{label} = $policy;
147 $graphs{policy_matchs}->{series}->{$policy}->{value} = 0;
168 $graphs{cache_stats}->{series}->{cache_dns}->{value} = $2;
169 $graphs{cache_stats}->{series}->{cache_rates}->{value} = $3;
199 print 'graph_vlabel ', $graphs{$key}->{vlabel}, "\n";
205 …my @pol_keys = sort { $graphs{$key}->{series}->{$b}->{value} <=> $graphs{$key}->{series}->{$a}->{v…
223 foreach my $label (keys %{$graphs{$key}->{series}}) {
237 …my @pol_keys = sort { $graphs{$key}->{series}->{$b}->{value} <=> $graphs{$key}->{series}->{$a}->{v…
[all …]
/dports/math/nauty/nauty27r3/
H A Dnauteste.ans1 2 graphs : orbits=6
2 16 graphs : orbits=7
3 29 graphs : orbits=8
4 32 graphs : orbits=9
5 21 graphs : orbits=10
6 14 graphs : orbits=11
7 23 graphs : orbits=12
8 218 graphs : orbits=13
9 1071 graphs : orbits=14
10 2658 graphs : orbits=15
[all …]
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Dnauteste.ans1 2 graphs : orbits=6
2 16 graphs : orbits=7
3 29 graphs : orbits=8
4 32 graphs : orbits=9
5 21 graphs : orbits=10
6 14 graphs : orbits=11
7 23 graphs : orbits=12
8 218 graphs : orbits=13
9 1071 graphs : orbits=14
10 2658 graphs : orbits=15
[all …]
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/snmp/
H A Dsnmp__rms2_52 my $graphs = {
102 unless (defined($graphs->{$mode}->{'title'})) {
104 foreach my $m (keys(%{$graphs})) {
105 if (defined($graphs->{$m}->{'title'})) {
115 my $last_oid = $graphs->{$mode}->{'list'};
132 if (substr($oid, 0, length($graphs->{$mode}->{'list'})) ne $graphs->{$mode}->{'list'}) {
172 my $typeoid = $graphs->{$mode}->{'list'};
186 printf("graph_title %s\n", $graphs->{$mode}->{'title'});
190 unless (defined($graphs->{$mode}->{'thatype'})) {
213 if (defined($graphs->{$mode}->{'scale'})) {
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/graphs/undirected/
H A DMakefile.am6 graphdir = $(pkgdatadir)/graphs
31 $(DOT) -Kneato -Tcmap -o$$i.cmap $(top_srcdir)/graphs/undirected/$$i; done
39 $(DOT) -Kneato -Tdia -o$$i.dia $(top_srcdir)/graphs/undirected/$$i; done
43 $(DOT) -Kneato -Tfig -o$$i.fig $(top_srcdir)/graphs/undirected/$$i; done
47 $(DOT) -Kneato -Tgd -o$$i.gd $(top_srcdir)/graphs/undirected/$$i; done
51 $(DOT) -Kneato -Tgd2 -o$$i.gd2 $(top_srcdir)/graphs/undirected/$$i; done
55 $(DOT) -Kneato -Tgif -o$$i.gif $(top_srcdir)/graphs/undirected/$$i; done
59 $(DOT) -Kneato -Tgv -o$$i.gv $(top_srcdir)/graphs/undirected/$$i; done
75 $(DOT) -Kneato -Tjpg -o$$i.jpg $(top_srcdir)/graphs/undirected/$$i; done
83 $(DOT) -Kneato -Tmp -o$$i.mp $(top_srcdir)/graphs/undirected/$$i; done
[all …]
/dports/net/ntpa/ntpa-0.8.2/examples/
H A Dgraph.conf79 Link graphs/ntp1/ntp1-1.png
99 Link graphs/ntp1/ntp1-3.png
119 Link graphs/ntp1/ntp1-15.png
140 Link graphs/ntp1/ntp1-1f.png
239 Link graphs/peer1/offset24-
258 Link graphs/peer1/offset72-
319 Link graphs/peer1/offset1-
339 Link graphs/peer1/offset3-
360 Link graphs/peer1/delay-
382 Link graphs/peer1/delayf-
[all …]
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/include/classes/api/services/
H A DCGraphGeneral.php43 * @param array $graphs
48 $graphs = zbx_toArray($graphs);
51 $graphs = $this->extendObjects($this->tableName(), $graphs,
143 * @param array $graphs
148 $graphs = zbx_toArray($graphs);
175 * @param array $graphs
922 return $graphs;
935 $graphs = array_column($graphs, null, 'graphid');
955 $graphs = array_intersect_key($graphs, array_flip($graphids));
957 if (!$graphs) {
[all …]
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/include/classes/api/services/
H A DCGraphGeneral.php43 * @param array $graphs
48 $graphs = zbx_toArray($graphs);
51 $graphs = $this->extendObjects($this->tableName(), $graphs,
143 * @param array $graphs
148 $graphs = zbx_toArray($graphs);
175 * @param array $graphs
922 return $graphs;
935 $graphs = array_column($graphs, null, 'graphid');
955 $graphs = array_intersect_key($graphs, array_flip($graphids));
957 if (!$graphs) {
[all …]
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/include/classes/api/services/
H A DCGraphGeneral.php43 * @param array $graphs
48 $graphs = zbx_toArray($graphs);
51 $graphs = $this->extendObjects($this->tableName(), $graphs,
143 * @param array $graphs
148 $graphs = zbx_toArray($graphs);
175 * @param array $graphs
922 return $graphs;
935 $graphs = array_column($graphs, null, 'graphid');
955 $graphs = array_intersect_key($graphs, array_flip($graphids));
957 if (!$graphs) {
[all …]
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/include/classes/api/services/
H A DCGraphGeneral.php43 * @param array $graphs
48 $graphs = zbx_toArray($graphs);
51 $graphs = $this->extendObjects($this->tableName(), $graphs,
143 * @param array $graphs
148 $graphs = zbx_toArray($graphs);
175 * @param array $graphs
922 return $graphs;
935 $graphs = array_column($graphs, null, 'graphid');
955 $graphs = array_intersect_key($graphs, array_flip($graphids));
957 if (!$graphs) {
[all …]
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/include/classes/api/services/
H A DCGraphGeneral.php43 * @param array $graphs
48 $graphs = zbx_toArray($graphs);
51 $graphs = $this->extendObjects($this->tableName(), $graphs,
143 * @param array $graphs
148 $graphs = zbx_toArray($graphs);
175 * @param array $graphs
922 return $graphs;
935 $graphs = array_column($graphs, null, 'graphid');
955 $graphs = array_intersect_key($graphs, array_flip($graphids));
957 if (!$graphs) {
[all …]
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/power/
H A Dsnmp__ups_76 my $graphs = {
154 unless (defined($graphs->{$mode}->{'title'})) {
156 foreach my $m (keys(%{$graphs})) {
157 if (defined($graphs->{$m}->{'title'})) {
158 printf("# %-18s %s\n", $m, $graphs->{$m}->{'title'});
165 if (defined $graphs->{$mode}->{'list'}) {
181 printf("graph_title %s\n", $graphs->{$mode}->{'title'});
184 printf("graph_vlabel %s\n", $graphs->{$mode}->{'unit'});
188 if (defined($graphs->{$mode}->{'label'})) {
208 if (defined($graphs->{$mode}->{'scale'})) {
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/graphs/directed/
H A DMakefile.am15 graphdir = $(pkgdatadir)/graphs
58 $(DOT) -Tdia -o$$i.dia $(top_srcdir)/graphs/directed/$$i; done
62 $(DOT) -Tfig -o$$i.fig $(top_srcdir)/graphs/directed/$$i; done
66 $(DOT) -Tgd -o$$i.gd $(top_srcdir)/graphs/directed/$$i; done
70 $(DOT) -Tgd2 -o$$i.gd2 $(top_srcdir)/graphs/directed/$$i; done
74 $(DOT) -Tgif -o$$i.gif $(top_srcdir)/graphs/directed/$$i; done
78 $(DOT) -Tgv -o$$i.gv $(top_srcdir)/graphs/directed/$$i; done
94 $(DOT) -Tjpg -o$$i.jpg $(top_srcdir)/graphs/directed/$$i; done
98 $(DOT) -Tmif -o$$i.mif $(top_srcdir)/graphs/directed/$$i; done
102 $(DOT) -Tmp -o$$i.mp $(top_srcdir)/graphs/directed/$$i; done
[all …]
/dports/deskutils/taskd/taskd-1.1.0/mon/
H A Dgraph19 my @graphs;
20 push @graphs, "rrdtool "
36 push @graphs, "rrdtool "
52 push @graphs, "rrdtool "
68 push @graphs, "rrdtool "
82 push @graphs, "rrdtool "
96 push @graphs, "rrdtool "
110 push @graphs, "rrdtool "
124 push @graphs, "rrdtool "
138 push @graphs, "rrdtool "
[all …]

12345678910>>...240