Lines Matching refs:string

150 # bug fix: write VAR for string array does not work.
638 # string, point, axis-angle/plane/quaternion, atom bitset, bond bitset,
1059 # "v" (reverse -- "true" if a string does NOT match; nonmatching elements for list)
1060 # "m" (without "v", returns matching phrase in string or each list element or
1061 # with "v", returns all but the matching phrase in string or on any matching list e…
1400 # bug fix: ignoreError -- need not get error string
1617 # bug fix: load string inline with multiple models fails
2444 # new feature: /*SPLIT*/ in a command string allows it to be processed by
2627 # new feature: load [file info] FILTER "[filter string]"
2629 # new feature: load [file info] FILTER "[filter string];BIOMOLECULE n"
2695 # bug fix: (application) writeTip GT string not defined.
3116 # consume it (by returning an empty string ""), or modify it as desired.
3669 # For "stateInfo", the qualifier is string: "fileState", "modelState", etc.
3670 # Items may be integers or string-based keys
3746 # [jmolParameter] = "some string"
3811 # new feature: Jmol math allows direct string replacement in select atom expressions:
3830 # new feature: set atom properties from space-separated string:
3955 # bug fix: getproperty atominfo returning string to Integer()
4362 # because x was only saved as a string, not an array
4433 # new feature: someArray.add("string") adds string to right of each item
4434 # new feature: someArray.sub("string") adds string to left of each item
4573 # {x y z}.color gives a hexadecimal string [xRRGGBB]
4596 # delivers "colorscheme = " followed by a string of color values.
4683 # [syncId] (optional) a unique string of digits -- brackets included
5084 # (2) ni<0 indicates JavaScript functionName will return a single string that
5473 # string "test" "3.5"
5489 # int/float + string:
5490 # 0.0 + "3.5" ==> 3.5 (string converted to float)
5491 # 0 + "3.5" ==> 3 (string converted to float, then int)
5492 # "3.5" + 0 ==> "3.50" (integer converted to string)
5493 # "3.5" + 0.0 ==> "3.50.0" (float converted to string)
5576 # CHANGE: default string value for a bitset is now the ({n:m})
5577 # string format, which can be used in numerous commands.
5579 # To get the count within a string context, just use .size:
5629 # The string data in the file are loaded into the string.
5630 # If the file does not exist, then the string contains the error message.
5672 # measure "format string..."
5674 # where the format string may have the following keys:
5764 # The .lines operator splits a string into an array based on line termination.
5830 # string modulus for trimming and padding