Lasso Soft Inc. > Home

Name Summary Category
pair [Pair] creates a new pair from a single name/value parameter. The name and the value can be of any data type. Pair
xml_notation No description available. XML
zip_file The [zip_file] type requires a [zip] object as a parameter. A second integer parameter represents which file within the zip object should be inspected, where zero (0) is the first file. Zip
zip When instantiated the [zip] type creates a zip archive object. Requires a string parameter as the filepath to the zip archive. An optional second octal integer parameter denotes a flag to use that... Zip
os_process [OS_Process] allows a native process to be started on the same machine as Lasso Service and for interactive communication with that process to take place. This allows shell scripts to be... OS Process
ODBC No description available. Database Registry
pair->first The [pair->first] method returns the first element of a pair. The pair data type is usually used within an array to store a sequence of name/value pairs. The [map->get] method also... Pair
pair->asString The [pair->asString] method outputs a pair object as a string object. This method is used mostly for debugging purposes. Pair
pair->invoke No description available. Pair
pair->forEach The [pair->forEach] method allows an operation to be executed on each element of the pair in turn. Pair
pair->get The [pair->get] returns either the first or second element of a pair. Setting the parameter to 1 is equivalent to using [pair->first] while setting the parameter to 2 is equivalent to the... Pair
pair->name The [pair->name] returns the first element of a pair. This method is equivalent to the [pair->first] method  The pair data type is usually used within an array to store a... Pair
pair->acceptDeserializedElement No description available. Pair
os_process->open [OS_Process->Open] accepts three parameters which open a native process. These include the required path to the executable to call, an optional array of command line parameters, and an optional... OS Process
os_process->read [OS_Process->Read] reads any available data from the standard output of the native process and returns a byte stream. This method accepts two parameters. The first specifies the maximum number of... OS Process
os_process->readError [OS_Process->ReadError] reads any available data from the standard error output of the native process and returns a byte stream. This tag accepts one parameter which specifies the maximum number... OS Process
os_process->readstring [OS_Process->ReadString] reads any available data from the standard output of the native process and returns a string value. This tag accepts two parameters. The first specifies the maximum... OS Process
os_process->readLine [OS_Process->ReadLine] reads available data from the standard output of the native process up until the first new line, return, or return/new line pair and returns a string value. A -Timeout... OS Process
os_process->write [OS_Process->Write] writes data to the standard input of the native process. A byte stream is written directly to the native process. A string is converted using the character set which was... OS Process
os_process->setEncoding [OS_Process->SetEncoding] sets the character set which is used for the automatic conversion of data passed to the native process using [OS_Process->Write] and read from the process using... OS Process
os_process->isOpen [OS_Process->IsOpen] returns true if the [OS_Process] object is currently attached to a native process. This method can be used to determine if the native process has exited on its own. OS Process
os_process->detach [OS_Process->Detach] allows Lasso to detach from a native process and leave it running in the background. This method can be used to start a background daemon with Lasso which should remain... OS Process
os_process->closeWrite [OS_Process->CloseWrite] closes the standard input of the native process. Some native processes will accept multiple writes and wait until the standard input has been closed before performing... OS Process
os_process->close [OS_Process->Close] closes Lasso's connection to the native process. Both the standard input and the standard output of the native process are closed. Most processes will exit when this... OS Process
os_process->exitCode No description available. OS Process
Showing 1,476 - 1,500 of 2,580

Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.

LassoSoft Inc. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft