Home
last modified time | relevance | path

Searched refs:nihResolverFormat (Results 1 – 3 of 3) sorted by relevance

/dports/science/jmol/jmol-14.32.7/src/org/jmol/viewer/
H A DGlobalSettings.java87 nihResolverFormat = g.nihResolverFormat; in GlobalSettings()
89 if (nihResolverFormat == null) in GlobalSettings()
90 nihResolverFormat = JC.databases.get("nci"); in GlobalSettings()
91 setCIR(nihResolverFormat); in GlobalSettings()
370 setO("nihResolverFormat", nihResolverFormat); in GlobalSettings()
463 nmrUrlFormat, nmrPredictFormat, smilesUrlFormat, nihResolverFormat, field in GlobalSettings
1040 app(str, "#set nihResolverFormat " + PT.esc(nihResolverFormat)); in getLoadState()
1080 if (template == null || template.equals(nihResolverFormat) && smilesUrlFormat != null) in setCIR()
1084 nihResolverFormat = template.substring(0, pt + 10); in setCIR()
1085 smilesUrlFormat = nihResolverFormat + "/%FILE/file?format=sdf&get3d=true"; in setCIR()
[all …]
H A DViewer.java4831 return g.nihResolverFormat in setLoadFormat()
4963 format = g.nihResolverFormat + "/%FILE/names"; in setLoadFormat()
4966 format = g.nihResolverFormat + "/%FILE/image"; in setLoadFormat()
4970 format = g.nihResolverFormat + "/%FILE/stdinchi"; in setLoadFormat()
4973 format = g.nihResolverFormat + "/%FILE/inchikey"; in setLoadFormat()
4976 format = g.nihResolverFormat + "/%FILE/stdinchikey"; in setLoadFormat()
4979 format = g.nihResolverFormat + "/%FILE/"; in setLoadFormat()
5957 g.nihResolverFormat = value; in setStringPropertyTok()
H A DJmol.properties4386 bug fix: SET nihResolverFormat does not work; using "=" does work.