Lasso Soft Inc. > Home

Name Summary Category
decrypt_blowfish [Decrypt_BlowFish] decrypts a string. Accepts two parameters, a string to be decrypted and a -Seed keyword with the key or password for the decryption. The exact same -Seed must be used when... Encryption
delve Lasso Delve is a Lasso utility method explicitly for handling embedded arrays. With one array which contain other arrays, delve allows you to treat one array as a single series of elements, thus... Delve
decimal_random [ decimal_random ] provides a random decimal. When called with the optional upper and lower params will provide a random decimal between the parameters. Lower defaults to 0.0 when not provided. The... Decimal
dir The [dir] object provides access to filesystem directories. File
define_atbegin [define_atBegin] installs a method, object, or capture block that should be invoked prior to processing each web request. At-begins are global for the server and all requests. They can be used to...
Define_AtEnd No description available.
decimal->y1 Returns the Bessel function of the decimal to the second kind of order 1. Decimal
decimal->yn Returns the Bessel function of the second kind of order n. Accepts a single integer parameter representing the order n. Decimal
delve->d No description available. Delve
delve->forEach The [delve->foreach] method invokes a capture block on each element in the delve. The method requires a capture block to be passed to it. The capture block is invoked on each element of the... Delve
dir->exists The [dir->exists] method checks to see if the path set for the [dir] object exists and returns true if it does and false if it doesn't. File
dir->create The [dir->create] method creates a directory if one doesn't already exist at the path stored in the [dir] object. File
dir->forEach The [dir->forEach] method takes a block of code that will be executed for each item in the folder the [dir] object refers to. Inside the block you can access the current... File
dir->eachPath The [dir->eachPath] method returns a list of paths contained in the directory that the [dir] object represents. File
dir->eachFilePath The [dir->eachFilePath] method returns a list of file paths contained in the directory that the [dir] object represents.  File
dir->eachDirPath The [dir->eachDirPath] method returns a list of directory paths contained in the directory that the [dir] object represents. The return type is a [queriable_select] which allows you to work with... File
dir->each The [dir->each] method returns an object which contains each file and directory contained in the directory that the [dir] object represents. File
dir->eachFile The [dir->eachFile] method returns a list of [file] objects that reference the files immediately contained in the directory that the original [dir] object represents. File
dir->eachDir The [dir->eachDir] method returns a list of [dir] objects that reference the directories contained in the directory that the original [dir] object... File
dir->eachPathRecursive The [dir->eachPathRecursive] method returns a list of directory paths contained in the directory that the [dir] object represents and each of its sub-directories. File
dir->eachFilePathRecursive The [dir->eachFilePathRecursive] method returns a list of all the paths to all the files contained in the directory that the [dir] object represents and all of its... File
dir->eachDirPathRecursive The [dir->eachDirPathRecursive] method returns a list of all directories and sub-directories contained in the directory that the [dir] object represents. File
dir->eachEntry No description available. File
dir->delete [dir->delete] recursively deletes a directory from the file system. File
Decode_HTML The [Decode_HTML] method decodes HTML entitites into UTF-8 characters which can be handled natively by Lasso's string type. [Decode_HTML] performs the opposite operation of the [Encode_HTML]... Encoding
Showing 526 - 550 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