Home
last modified time | relevance | path

Searched refs:graphFile (Results 1 – 17 of 17) sorted by relevance

/dports/math/fricas/fricas-1.3.7/src/graph/viewAlone/
H A Dspoon2D.c232 FILE *graphFile; in makeView2DFromFileData() local
304 if ((graphFile = fopen(graphFilename,"r")) == NULL) { in makeView2DFromFileData()
310 fscanf(graphFile,"%g %g %g %g\n", in makeView2DFromFileData()
318 fscanf(graphFile,"%g %g\n", in makeView2DFromFileData()
323 fscanf(graphFile,"%g %g\n", in makeView2DFromFileData()
328 fscanf(graphFile,"%g %g\n", in makeView2DFromFileData()
333 fscanf(graphFile,"%g %g\n", in makeView2DFromFileData()
338 fscanf(graphFile,"%d\n", in makeView2DFromFileData()
356 fscanf(graphFile,"%d %d %d\n", in makeView2DFromFileData()
371 { fscanf(graphFile,"%g %g %g %g\n", in makeView2DFromFileData()
[all …]
/dports/devel/R-cran-rgexf/rgexf/R/
H A Dplot.R63 graphFile = "network.gexf", argument
128 doc <- gsub("$graphFile$", paste0("\"", graphFile, "\""), doc, fixed = TRUE)
200 graphFile = "network.gexf", argument
213 write.gexf(x, output = paste(dir, graphFile, sep="/"))
217 gexf_js_config(dir, graphFile, ...)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/stats/
H A Dcommit_graph.go40 graphFile, err := os.Open(graphFilePath)
48 defer graphFile.Close()
50 reader := bufio.NewReader(graphFile)
85 if err := graphFile.Close(); err != nil {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/stats/
H A Dcommit_graph.go40 graphFile, err := os.Open(graphFilePath)
48 defer graphFile.Close()
50 reader := bufio.NewReader(graphFile)
85 if err := graphFile.Close(); err != nil {
/dports/devel/spark/spark-2.1.1/graphx/src/test/scala/org/apache/spark/graphx/
H A DGraphLoaderSuite.scala33 val graphFile = new File(tmpDir.getAbsolutePath, "graph.txt") constant
34 val writer = new OutputStreamWriter(new FileOutputStream(graphFile), StandardCharsets.UTF_8)
/dports/math/rocs/rocs-21.12.3/src/autotests/
H A Dtest_project.cpp53 QTemporaryFile graphFile; in projectOperations() local
54 graphFile.setFileTemplate("XXXXXXX.graph2"); in projectOperations()
55 graphFile.open(); in projectOperations()
56 …GraphDocumentPtr graphDoc = project.importGraphDocument(QUrl::fromLocalFile(graphFile.fileName())); in projectOperations()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/pebbl/src/example/pebbl/
H A DlogAnalyze.cpp598 ofstream graphFile("tree.dot"); // open with default modes in endOfPass() local
620 graphFile << "digraph treeGraph {\n"; in endOfPass()
642 graphFile << "\"" << nameBuffer << "\" -> \"" << nameBuffer2 << "\" [label=\""; in endOfPass()
644 graphFile << "var " << parent->branchVariable; in endOfPass()
646 graphFile << " >= " << ceil(p->branchValue) << "\"];\n"; in endOfPass()
647 else graphFile << " <= " << floor(p->branchValue) << "\"]\n;"; in endOfPass()
650 if (makeDot) graphFile << "size = \"12,14\";\n}\n"; in endOfPass()
/dports/devel/R-cran-rgexf/rgexf/inst/gexf-js/
H A Dconfig.js.template4 graphFile : $graphFile$,
/dports/devel/R-cran-rgexf/rgexf/man/
H A Dplot.gexf.Rd10 graphFile = "network.gexf",
32 graphFile = "network.gexf",
43 \item{graphFile}{Name of the gexf file.}
/dports/devel/binaryen/binaryen-version_98/src/tools/
H A Dwasm-metadce.cpp404 std::string graphFile; in main() local
475 [&](Options* o, const std::string& argument) { graphFile = argument; }) in main()
488 if (graphFile.size() == 0) { in main()
519 auto graphInput(read_file<std::string>(graphFile, Flags::Text)); in main()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DTraceLogging.cpp123 bool graphFile = traceLoggerState->isGraphFileEnabled(); in initGraph() local
127 if (!graph_->init(start, graphFile)) { in initGraph()
132 if (graphFile) { in initGraph()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DTraceLogging.cpp122 bool graphFile = traceLoggerState->isGraphFileEnabled(); in initGraph() local
126 if (!graph_->init(start, graphFile)) { in initGraph()
131 if (graphFile) { in initGraph()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DTraceLogging.cpp123 bool graphFile = traceLoggerState->isGraphFileEnabled(); in initGraph() local
127 if (!graph_->init(start, graphFile)) { in initGraph()
132 if (graphFile) { in initGraph()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DTraceLogging.cpp121 bool graphFile = traceLoggerState->isGraphFileEnabled(); in initGraph() local
125 if (!graph_->init(start, graphFile)) { in initGraph()
130 if (graphFile) { in initGraph()
/dports/biology/bbmap/bbmap/current/jgi/
H A DDedupeProtein.java1622 private void writeGraph(String graphFile, ArrayList<ArrayList<Unit>> clist){ in writeGraph() argument
1628 …final TextStreamWriter tsw=(graphFile==null ? null : new TextStreamWriter(graphFile, overwrite, ap… in writeGraph()
H A DDedupe.java1663 private void writeGraph(String graphFile, ArrayList<ArrayList<Unit>> clist){ in writeGraph() argument
1669 …final TextStreamWriter tsw=(graphFile==null ? null : new TextStreamWriter(graphFile, overwrite, ap… in writeGraph()
H A DDedupe2.java1592 private void writeGraph(String graphFile, ArrayList<ArrayList<Unit>> clist){ in writeGraph() argument
1598 …final TextStreamWriter tsw=(graphFile==null ? null : new TextStreamWriter(graphFile, overwrite, ap… in writeGraph()