Home
last modified time | relevance | path

Searched refs:treeFormat (Results 1 – 12 of 12) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/
H A DAddFromHistoryAction.properties21 treeFormat= {0} key
H A DCompareWithEditionAction.properties21 treeFormat= {0} key
H A DReplaceWithEditionAction.properties21 treeFormat= {0} key
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/
H A DCompareWithEditionAction.properties25 treeFormat= {0} key
H A DReplaceWithEditionAction.properties25 treeFormat= {0} key
H A DAddFromHistoryAction.properties30 treeFormat= {0} key
/dports/biology/iqtree/IQ-TREE-2.0.6/tree/
H A Dcandidateset.h174 void getAllTrees(vector<string> &trees, vector<double> &scores, int treeFormat = -1);
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/
H A DTextEditingTargetRMarkdownHelper.java743 String treeFormat = yamlTree.getKeyValue(RmdFrontMatter.OUTPUT_KEY); in replaceOutputFormatOptions()
745 if (treeFormat == format) in replaceOutputFormatOptions()
764 else if (treeFormat.length() > 0) in replaceOutputFormatOptions()
785 treeFormat = yamlTree.getKeyValue(format); in replaceOutputFormatOptions()
787 if (treeFormat == RmdFrontMatter.DEFAULT_FORMAT) in replaceOutputFormatOptions()
/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dbayes.c890 …strcpy(defaultModel.treeFormat, "Brlens"); /* default format for trees … in InitializeMrBayes()
H A Dbayes.h1148 char treeFormat[30]; /* format used to report trees/topologies */ member
H A Dmodel.c9867 strcpy(modelParams[i].treeFormat, tempStr); in DoReportParm()
9869 … MrBayesPrint ("%s Setting tree report format to %s\n", spacer, modelParams[i].treeFormat); in DoReportParm()
9871 …%s Setting tree report format to %s for partition %d\n", spacer, modelParams[i].treeFormat, i+1); in DoReportParm()
19243 if (strcmp(modelParams[p->relParts[i]].treeFormat,"Topology") != 0) in SetModelParams()
19318 if (strcmp(modelParams[p->relParts[i]].treeFormat,"Topology") != 0) in SetModelParams()
H A Dcommand.c13388 …Tree Brlens/Topology %s \n", mp->treeFormat); in GetUserHelp()