Home
last modified time | relevance | path

Searched refs:graphPath (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/materialsystem/
H A Dshaderbuilder.cpp223 const auto graphPath = QUrlHelper::urlToLocalFileOrQrc(shaderGraph(type)); in generateCode() local
224 QFile file(graphPath); in generateCode()
226 qWarning() << "Couldn't open file:" << graphPath; in generateCode()
262 qCWarning(ShaderCache) << "Couldn't open cached shader file:" << graphPath; in generateCode()
307 …const auto deincludified = QShaderProgramPrivate::deincludify(code, graphPath + QStringLiteral(".g… in generateCode()
372 const auto graphPath = Qt3DRender::QUrlHelper::urlToLocalFileOrQrc(shaderGraph(type)); in hashKeyForShaderGraph() local
373 QFile file(graphPath); in hashKeyForShaderGraph()
375 qWarning() << graphPath << "doesn't exist"; in hashKeyForShaderGraph()
381 hashBuilder.addData(graphPath.toUtf8()); in hashKeyForShaderGraph()
383 QFileInfo info(graphPath); in hashKeyForShaderGraph()
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/libopenstorage/openstorage/api/client/volume/
H A Dclient.go17 graphPath = "/graph" const
43 …if err := v.c.Put().Resource(graphPath + "/create").Instance(id).Do().Unmarshal(&response); err !=…
54 …if err := v.c.Put().Resource(graphPath + "/remove").Instance(id).Do().Unmarshal(&response); err !=…
65 …if err := v.c.Get().Resource(graphPath + "/inspect").Instance(id).Do().Unmarshal(&response); err !…
73 …if err := v.c.Put().Resource(graphPath + "/release").Instance(id).Do().Unmarshal(&response); err !…
84 v.c.Get().Resource(graphPath + "/exists").Instance(id).Do().Unmarshal(&response)
89 body, _ := v.c.Get().Resource(graphPath + "/diff?id=" + id + "&parent=" + parent).Do().Body()
95 err := v.c.Get().Resource(graphPath + "/changes").Instance(id).Do().Unmarshal(&changes)
105 …if err = v.c.Put().Resource(graphPath + "/diff?id=" + id + "&parent=" + parent).Instance(id).Body(…
113 err := v.c.Get().Resource(graphPath + "/diffsize").Instance(id).Do().Unmarshal(&size)
/dports/biology/abyss/abyss-2.3.1/Layout/
H A Dlayout.cc70 static string graphPath; variable
217 arg >> opt::graphPath; in main()
311 if (!opt::graphPath.empty()) { in main()
312 ofstream out(opt::graphPath.c_str()); in main()
313 assert_good(out, opt::graphPath); in main()
315 assert_good(out, opt::graphPath); in main()
/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/graphite/browser/
H A Dviews.py163 graphPath = path[len(username)+1:]
165 username, graphPath = path.split('.', 1)
167 username, graphPath = path, None
201 if graphPath:
202 prefix = graphPath.rstrip('.') + '.'
/dports/biology/abyss/abyss-2.3.1/MergePaths/
H A DMergeContigs.cpp88 static string graphPath; variable
422 const string& graphPath = opt::graphPath; in outputGraph() local
423 assert(!graphPath.empty()); in outputGraph()
425 cerr << "Writing `" << graphPath << "'..." << endl; in outputGraph()
426 ofstream fout(graphPath.c_str()); in outputGraph()
427 assert_good(fout, graphPath); in outputGraph()
429 assert_good(fout, graphPath); in outputGraph()
459 arg >> opt::graphPath; in main()
631 if (!opt::graphPath.empty()) in main()
H A DPathConsensus.cpp96 static string graphPath; variable
794 case 'g': arg >> opt::graphPath; break; in main()
986 if (!opt::graphPath.empty()) { in main()
987 ofstream fout(opt::graphPath.c_str()); in main()
988 assert_good(fout, opt::graphPath); in main()
999 assert_good(fout, opt::graphPath); in main()
H A DMergePaths.cpp95 static string graphPath; variable
730 if (opt::graphPath.empty()) in outputPathGraph()
732 ofstream out(opt::graphPath.c_str()); in outputPathGraph()
733 assert_good(out, opt::graphPath); in outputPathGraph()
735 assert_good(out, opt::graphPath); in outputPathGraph()
940 arg >> opt::graphPath; in main()
1000 if (!opt::graphPath.empty()) in main()
/dports/biology/abyss/abyss-2.3.1/BloomDBG/
H A Dbloom-dbg.cc204 if (!params.graphPath.empty()) { in writeAuxiliaryFiles()
205 ofstream graphOut(params.graphPath.c_str()); in writeAuxiliaryFiles()
206 assert_good(graphOut, params.graphPath); in writeAuxiliaryFiles()
208 assert_good(graphOut, params.graphPath); in writeAuxiliaryFiles()
210 assert_good(graphOut, params.graphPath); in writeAuxiliaryFiles()
406 arg >> params.graphPath; in main()
H A DAssemblyParams.h37 std::string graphPath; member
79 minCov(2), graphPath(), numHashes(1), threads(1), in AssemblyParams()
/dports/biology/abyss/abyss-2.3.1/PathOverlap/
H A DPathOverlap.cpp86 static string graphPath; variable
597 arg >> opt::graphPath; in main()
669 if (opt::graphPath.empty()) in main()
670 opt::graphPath = "-"; in main()
702 if (!opt::graphPath.empty()) { in main()
704 ostream& out = opt::graphPath == "-" ? cout : (fout.open(opt::graphPath.c_str()), fout); in main()
705 assert_good(out, opt::graphPath); in main()
707 assert_good(out, opt::graphPath); in main()
/dports/biology/abyss/abyss-2.3.1/Overlap/
H A DOverlap.cpp90 static string graphPath; variable
382 case 'g': arg >> opt::graphPath; break; in main()
583 if (!opt::graphPath.empty()) { in main()
585 ofstream fout(opt::graphPath.c_str()); in main()
586 assert_good(fout, opt::graphPath); in main()
588 assert_good(fout, opt::graphPath); in main()
/dports/biology/abyss/abyss-2.3.1/PopBubbles/
H A DPopBubbles.cpp113 static string graphPath; variable
572 arg >> opt::graphPath; in main()
682 if (!opt::graphPath.empty()) { in main()
721 ofstream fout(opt::graphPath.c_str()); in main()
722 assert_good(fout, opt::graphPath); in main()
724 assert_good(fout, opt::graphPath); in main()
/dports/biology/abyss/abyss-2.3.1/FilterGraph/
H A DFilterGraph.cc126 static string graphPath; variable
640 arg >> opt::graphPath; in main()
807 if (!opt::graphPath.empty()) { in main()
808 ofstream fout(opt::graphPath.c_str()); in main()
809 assert_good(fout, opt::graphPath); in main()
811 assert_good(fout, opt::graphPath); in main()
/dports/biology/abyss/abyss-2.3.1/Assembly/
H A DOptions.cc141 string graphPath; variable
281 getline(arg, graphPath); in parse()
H A DOptions.h24 extern std::string graphPath;
/dports/biology/abyss/abyss-2.3.1/Scaffold/
H A Dscaffold.cc119 static string graphPath; variable
821 if (!opt::graphPath.empty()) { in scaffold()
822 ofstream out(opt::graphPath.c_str()); in scaffold()
823 assert_good(out, opt::graphPath); in scaffold()
825 assert_good(out, opt::graphPath); in scaffold()
1028 arg >> opt::graphPath; in main()
/dports/biology/abyss/abyss-2.3.1/ABYSS/
H A Dabyss.cc117 write_graph(opt::graphPath, g); in assemble()
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/3rd_party/nonius-1.1.2/nonius/
H A Dnonius.h++3131 …th(e);e.length>1?b=b.concat(c):d.push(e[0])});a.singlePoints=d;return a.graphPath=b},drawGraph:fun…
3194 …ion(){var a=this,b=a.options,c=b.trackByArea,d=[].concat(c?a.areaPath:a.graphPath),e=d.length,f=a.…