Changes between Version 19 and Version 20 of rappture_perl_api


Ignore:
Timestamp:
Oct 4, 2010 12:19:21 PM (14 years ago)
Author:
dkearney
Comment:

fixing the formating on perl documentation

Legend:

Unmodified
Added
Removed
Modified
  • rappture_perl_api

    v19 v20  
    2424  ''$library''->'''get(''' ''$path'' ''')''' [[BR]]
    2525  ''$library''->'''put(''' ''$path'', ''$value'', ''$append'' ''')''' [[BR]]
    26   ''$library''->'''putFile(''' ''$path'', ''$fileName'', ''$compress'', ''$append''
     26  ''$library''->'''putFile(''' ''$path'', ''$fileName'', ''$compress'', ''$append'' ''')''' [[BR]]
    2727  ''$library''->'''result( )''' [[BR]]
    2828
     
    137137
    138138  Input Arguments: [[BR]]
    139 1. ''$path'' - xml path (location) to store value.
    140 2. ''$value'' - data to store in this object.
    141 3. ''$append' - overwrite flag (1 or 0). if set to 0, data at ''$path'' will be overwritten. if set to 1, data will be appended.
     1391. ''$path'' - xml path (location) to store value. [[BR]]
     1402. ''$value'' - data to store in this object. [[BR]]
     1413. ''$append' - overwrite flag (1 or 0). if set to 0, data at ''$path'' will be overwritten. if set to 1, data will be appended. [[BR]]
    142142
    143143  Return Value: [[BR]]
     
    191191
    192192  Input Arguments: [[BR]]
    193 1. ''$path'' - xml path (location) to store value.
    194 2. ''$fileName'' - name of the file to store in this object.
    195 3. ''$compress'' - flag (1 or 0). if set to 1, file data will be gzip compressed and base64 encoded.
    196 3. ''$append' - overwrite flag (1 or 0). if set to 0, data at ''$path'' will be overwritten. if set to 1, data will be appended.
     1931. ''$path'' - xml path (location) to store value. [[BR]]
     1942. ''$fileName'' - name of the file to store in this object. [[BR]]
     1953. ''$compress'' - flag (1 or 0). if set to 1, file data will be gzip compressed and base64 encoded. [[BR]]
     1963. ''$append'' - overwrite flag (1 or 0). if set to 0, data at ''$path'' will be overwritten. if set to 1, data will be appended. [[BR]]
    197197
    198198  Return Value: [[BR]]
     
    2652651. ''$fromVal'' - String with numeric portion and optional units (ie. "3m"  or "3"). [[BR]]
    2662662. ''$to'' - String name of the units you want to convert to. [[BR]]
    267 3. ''$showUnits'' - String "1" or "0" to tell if you want units to show up in the result.
     2673. ''$showUnits'' - String "1" or "0" to tell if you want units to show up in the result. [[BR]]
    268268
    269269  Return Value: [[BR]]