Home
last modified time | relevance | path

Searched refs:displayGraph (Results 1 – 24 of 24) sorted by relevance

/dports/www/kanboard/kanboard-1.2.21/app/Controller/
H A DAnalyticController.php162 … $displayGraph = $this->projectDailyColumnStatsModel->countDays($project['id'], $from, $to) >= 2;
163 …$metrics = $displayGraph ? $this->projectDailyColumnStatsModel->getAggregatedMetrics($project['id'…
170 'display_graph' => $displayGraph,
/dports/www/matomo/piwik/core/ReportRenderer/
H A DHtml.php109 $displayGraph = $processedReport['displayGraph'];
111 $reportView->assign("displayGraph", $displayGraph);
113 if ($displayGraph) {
H A DPdf.php70 private $displayGraph; variable in Piwik\\ReportRenderer\\Pdf
228 $graphOnlyReport = $isAggregateReport && $this->displayGraph && !$this->displayTable;
232 && !$this->displayGraph
310 $this->displayGraph = $processedReport['displayGraph'];
323 if ($this->displayGraph) {
327 if ($this->displayGraph && $this->displayTable) {
/dports/math/colpack/ColPack-1.0.10-249-g9a7293a/
H A DChangeLog2 displayGraph() is updated to accept BipartiteGraphPartialColoringInterface &g
3 …At this point, displayGraph(BipartiteGraphPartialColoringInterface &g) cannot highlight coloring c…
5 Add "int displayGraph(ColPack::GraphColoring &g);" in extra.cpp to support debugging
/dports/www/matomo/piwik/plugins/CoreHome/templates/ReportRenderer/
H A D_htmlReportBody.twig12 {% if displayGraph %}
24 {% if displayGraph and displayTable %}
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/test/mlir-tblgen/
H A Dop-decl.td39 void displayGraph();
82 // CHECK: void displayGraph();
/dports/security/ophcrack/ophcrack-3.8.0/src/gui/
H A Dophcrackgui.h75 void displayGraph(void);
H A Dophcrackgui.cpp182 connect(graphButton, SIGNAL(clicked()), this, SLOT(displayGraph())); in OphcrackGUI()
744 void OphcrackGUI::displayGraph(void) { in displayGraph() function in OphcrackGUI
/dports/math/colpack/ColPack-1.0.10-249-g9a7293a/src/Utilities/
H A Dextra.h211 int displayGraph(map< int, map<int,bool> > *graph, vector<int>* vi_VertexColors=NULL,int i_RunInBac…
219 int displayGraph(T &g,int i_RunInBackground = false, int filter = DOT) {
H A Dextra.cpp184 int displayGraph(map< int, map<int,bool> > *graph, vector<int>* vi_VertexColors,int i_RunInBackgrou… in displayGraph() function
/dports/graphics/kgraphviewer/kgraphviewer-2.4.3/src/part/
H A Ddotgraphview.h209 bool displayGraph();
H A Ddotgraphview.cpp742 this, &DotGraphView::displayGraph); in initEmpty()
792 this, &DotGraphView::displayGraph); in slotLoadLibrary()
856 this, &DotGraphView::displayGraph); in loadDot()
984 this, &DotGraphView::displayGraph); in loadLibrary()
1016 bool DotGraphView::displayGraph() in displayGraph() function in KGraphViewer::DotGraphView
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/test/mlir-tblgen/
H A Dop-decl.td46 void displayGraph();
93 // CHECK: void displayGraph();
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-v0.3.1/src/
H A Dgraph.h208 void displayGraph(Graph * graph);
H A Dgraph.c610 void displayGraph(Graph * graph) in displayGraph() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/mlir-tblgen/
H A Dop-decl.td47 void displayGraph();
96 // CHECK: void displayGraph();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/test/mlir-tblgen/
H A Dop-decl.td48 void displayGraph();
97 // CHECK: void displayGraph();
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/mlir-tblgen/
H A Dop-decl.td47 void displayGraph();
96 // CHECK: void displayGraph();
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/mlir-tblgen/
H A Dop-decl-and-defs.td49 void displayGraph();
102 // CHECK: void displayGraph();
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/mlir-tblgen/
H A Dop-decl-and-defs.td49 void displayGraph();
102 // CHECK: void displayGraph();
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/mlir-tblgen/
H A Dop-decl-and-defs.td49 void displayGraph();
102 // CHECK: void displayGraph();
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/mlir-tblgen/
H A Dop-decl-and-defs.td49 void displayGraph();
102 // CHECK: void displayGraph();
/dports/www/squidanalyzer/squidanalyzer-6.5/resources/
H A Dsquidanalyzer.css29 .displayGraph { border: 0px; }
/dports/math/colpack/ColPack-1.0.10-249-g9a7293a/src/GeneralGraphColoring/
H A DGraphColoring.cpp764 displayGraph(graph, &vi_VertexColors, true, FDP); in BuildStarFromColorCombination_forChecking()