Lines Matching refs:sValue
1293 function jmolGetPropertyAsArray(sKey,sValue,targetSuffix) { argument
1294 return _jmolEvalJSON(jmolGetPropertyAsJSON(sKey,sValue,targetSuffix),sKey)
1297 function jmolGetPropertyAsString(sKey,sValue,targetSuffix) { argument
1299 if(!sValue)sValue=""
1300 return (applet ? applet.getPropertyAsString(sKey,sValue) + "" : "")
1303 function jmolGetPropertyAsJSON(sKey,sValue,targetSuffix) { argument
1304 if(!sValue)sValue = ""
1307 return (applet ? applet.getPropertyAsJSON(sKey,sValue) + "" : "")
1313 function jmolGetPropertyAsJavaObject(sKey,sValue,targetSuffix) { argument
1314 if(!sValue)sValue = ""
1316 return (applet ? applet.getProperty(sKey,sValue) : null)