Changes between Version 11 and Version 12 of Doc/panc/dml/functions


Ignore:
Timestamp:
Mar 10, 2007, 9:41:00 PM (19 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Charles Loomis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/panc/dml/functions

    v11 v12  
    5656# will be the string '[hello world]'
    5757}}}
     58
     59=== base64_encode( arg:string ) : string ===
     60
     61This function encodes the given string into its Base64 (defined in RFC 2045) form.
    5862
    5963=== clone( arg:element ) : element ===
     
    173177}}}
    174178
     179=== hash( ... ) : nlist ===
     180
     181This is a synonym for the {{{nlist}}} function.
     182
    175183=== index ( sub:string, arg:string, [ start:long ] ) : long ===
    176184
     
    246254
    247255This function checks if the given argument is a double.
     256
     257=== is_hash( arg:element ) : boolean ===
     258
     259This function checks if the given argument is a nlist.  Synonym for the {{{is_nlist}}} function.
    248260
    249261=== is_list( arg:element ) : boolean ===
     
    458470This function converts the given property into a string.
    459471
     472=== traceback( arg:string ) : string ===
     473
     474Prints the argument and a traceback from the current execution point to the standard error.  Value returned is the argument.  This will throw an evaluation error (along with a traceback) if the argument is not a string.
     475
    460476=== unescape( arg:string ) : string ===
    461477