Home
last modified time | relevance | path

Searched refs:graph_end (Results 1 – 25 of 41) sorted by relevance

12

/dports/net-mgmt/cacti/cacti-1.2.19/
H A Dgraph.php112 $graph_end = time() - 30; variable
115 $graph_start = $graph_end - $rra['timespan'];
117 $graph_start = $graph_end - ($rra['step'] * $rra['rows'] * $rra['steps']);
120 …regate_build_children_url(get_request_var('local_graph_id'), $graph_start, $graph_end, $rra['id']);
130 …util' graph_start='<?php print $graph_start;?>' graph_end='<?php print $graph_end;?>' rra_id='<?ph…
131 …t_var('view_type') . '&graph_start=' . $graph_start . '&graph_end=' . $graph_end);?>'><img src='<…
327 $graph_end = get_request_var('graph_end'); variable
329 $graph_end = $now - $seconds_between_graph_updates; variable
333 if (($graph_end - get_request_var('graph_start'))>$max_timespan) {
343 if ($graph_start == $graph_end) {
[all …]
H A Dgraphs.php1654 $graph_end = '-' . read_config_option('poller_interval');
1656 …_var('id') . '&rra_id=0&graph_start=' . $graph_start . '&graph_end=' . $graph_end . '&v=' . mt_ran…
1666 $graph_data_array['graph_end'] = $graph_end;
/dports/net-mgmt/cacti/cacti-1.2.19/lib/
H A Dgraph_variables.php398 …_percentile(&$regexp_match_array, &$graph, &$graph_item, &$graph_items, $graph_start, $graph_end) { argument
457 …tem['local_data_id'] . '_' . $percentile . '_' . $type . '_' . $graph_start . '_' . $graph_end])) {
458 …h_item['local_data_id'] . '_' . $percentile . '_' . $type . '_' . $graph_start . '_' . $graph_end];
467 $nth_cache = nth_percentile($local_data_array, $graph_start, $graph_end, $percentile);
473 $nth_cache = nth_percentile($local_data_array, $graph_start, $graph_end, $percentile, 0, true);
479 $nth_cache = nth_percentile($local_data_array, $graph_start, $graph_end, $percentile);
486 $nth_cache = nth_percentile($local_data_array, $graph_start, $graph_end, $percentile, 0, true);
493 $nth_cache = nth_percentile($local_data_array, $graph_start, $graph_end, $percentile);
500 $nth_cache = nth_percentile($local_data_array, $graph_start, $graph_end, $percentile, 0, true);
518 $nth_cache = nth_percentile($local_data_array, $graph_start, $graph_end, $percentile);
[all …]
H A Drrd.php949 function rrd_function_process_graph_options($graph_start, $graph_end, &$graph, &$graph_data_array) { argument
1063 '--end=' . cacti_escapeshellarg($graph_end) . RRD_NL;
1400 $graph_end = -($rra_seconds);
1402 $graph_end = $graph_data_array['graph_end'];
1408 …$graph_opts = rrd_function_process_graph_options($graph_start, $graph_end, $graph, $graph_data_arr…
1413 '--end=' . cacti_escapeshellarg($graph_end) . RRD_NL .
1589 … = variable_nth_percentile($match, $graph, $graph_item, $graph_items, $graph_start, $graph_end);
1604 …dth_summation($match, $graph, $graph_item, $graph_items, $graph_start, $graph_end, $rra['steps'], …
2534 function rrdtool_function_get_resstep($local_data_ids, $graph_start, $graph_end, $type = 'res') { argument
2545 if ($graph_end < 0) {
[all …]
H A Daggregate.php25 function aggregate_build_children_url($local_graph_id, $graph_start = -1, $graph_end = -1, $rra_id … argument
51 …ph_start >= 0 ? '&graph_start=' . $graph_start:'') . ($graph_end >= 0 ? '&graph_end=' . $graph_end
/dports/www/firefox-esr/firefox-91.8.0/devtools/client/inspector/animation/test/
H A Dbrowser.ini24 summary-graph_end-delay-sign_head.js
102 [browser_animation_summary-graph_end-delay-sign.js]
103 [browser_animation_summary-graph_end-delay-sign-rtl.js]
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/inspector/animation/test/
H A Dbrowser.ini25 summary-graph_end-delay-sign_head.js
98 [browser_animation_summary-graph_end-delay-sign.js]
99 [browser_animation_summary-graph_end-delay-sign-rtl.js]
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/client/inspector/animation/test/
H A Dbrowser.ini24 summary-graph_end-delay-sign_head.js
102 [browser_animation_summary-graph_end-delay-sign.js]
103 [browser_animation_summary-graph_end-delay-sign-rtl.js]
/dports/www/firefox/firefox-99.0/devtools/client/inspector/animation/test/
H A Dbrowser.ini26 summary-graph_end-delay-sign_head.js
107 [browser_animation_summary-graph_end-delay-sign.js]
108 [browser_animation_summary-graph_end-delay-sign-rtl.js]
/dports/databases/rrdtool/rrdtool-1.7.2/tests/
H A Drpn1.output11 graph_end = 920808000
/dports/databases/pecl-rrd/rrd-2.0.1/tests/
H A Drrd_018.phpt43 ["graph_end"]=>
H A Drrd_019.phpt48 ["graph_end"]=>
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Dscalar_analysis_nodes.h160 dag_iterator graph_end() { return dag_iterator(); } in graph_end() function
162 const_dag_iterator graph_end() const { return graph_cend(); } in graph_end() function
H A Dscalar_analysis.cpp400 for (auto itr = node->graph_begin(); itr != node->graph_end(); ++itr) { in GetCoefficientFromRecurrentTerm()
470 for (auto itr = node->graph_begin(); itr != node->graph_end(); ++itr) { in GetRecurrentTerm()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Dscalar_analysis_nodes.h160 dag_iterator graph_end() { return dag_iterator(); } in graph_end() function
162 const_dag_iterator graph_end() const { return graph_cend(); } in graph_end() function
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Dscalar_analysis_nodes.h160 dag_iterator graph_end() { return dag_iterator(); } in graph_end() function
162 const_dag_iterator graph_end() const { return graph_cend(); } in graph_end() function
H A Dscalar_analysis.cpp400 for (auto itr = node->graph_begin(); itr != node->graph_end(); ++itr) { in GetCoefficientFromRecurrentTerm()
470 for (auto itr = node->graph_begin(); itr != node->graph_end(); ++itr) { in GetRecurrentTerm()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dscalar_analysis_nodes.h160 dag_iterator graph_end() { return dag_iterator(); } in graph_end() function
162 const_dag_iterator graph_end() const { return graph_cend(); } in graph_end() function
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dscalar_analysis_nodes.h160 dag_iterator graph_end() { return dag_iterator(); } in graph_end() function
162 const_dag_iterator graph_end() const { return graph_cend(); } in graph_end() function
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dscalar_analysis_nodes.h160 dag_iterator graph_end() { return dag_iterator(); } in graph_end() function
162 const_dag_iterator graph_end() const { return graph_cend(); } in graph_end() function
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Dscalar_analysis_nodes.h160 dag_iterator graph_end() { return dag_iterator(); } in graph_end() function
162 const_dag_iterator graph_end() const { return graph_cend(); } in graph_end() function
/dports/science/libghemical/libghemical-3.0.0/src/
H A Dengine.h437 f64 graph_end; variable
472 if (p1 >= graph_end) return; in AddValue()
H A Dengine.cpp977 graph_end = ge; in radial_density_function_evaluator()
988 f64 graph_width = graph_end - graph_begin; in radial_density_function_evaluator()
999 f64 next_radius = graph_begin + (graph_end - graph_begin) * ((f64) (n1 + 1)) / (f64) classes; in radial_density_function_evaluator()
/dports/lang/spidermonkey60/firefox-60.9.0/devtools/client/inspector/animation/test/
H A Dbrowser.ini34 [browser_animation_summary-graph_end-delay-sign.js]
/dports/math/py-networkx/networkx-2.6.3/networkx/readwrite/
H A Dgexf.py715 graph_end = graph_xml.get("end")
716 if graph_end is not None:
717 G.graph["end"] = graph_end

12