Android Barcode Support Library
Android barcode support module.
Android barcode support module.
A library of utility handlers for functions commonly needed by Android widgets.
This library consists of the basic arithmetic operations of standard library of LiveCode Builder.
This library consists of the operations on arrays included in the standard library of LiveCode Builder.
Sometimes there are restrictions about how some LCB code can be used correctly. It may only be possible to make it work in a sensible way if is passed a particular range of values, or if the system is in a particular state. These are known as "preconditions" for the code. Many preconditions can be expressed via the LCB type system. For example, you can declare that the parameters passed to handler must be particular types of value. For example, when you write `in pName as String`, you are saying that the handler can only work when the `pName` parameter is a character string. This is a precondition that can be checked automatically by the LCB compiler and virtual machine. Some preconditions can't yet be automatically checked by LCB. An example would be a requirement that a string contains only ASCII characters, or that an array has a particular key. This module provides syntax to assist with explicit precondition checks.
This library consists of the operations on binary strings provided by the standard library of LiveCode Builder.
This module specifies the bitwise operations on integers included in the standard library of LiveCode Builder.
This library consists of the operations on bytes included in the standard library of LiveCode Builder.
This module specifies the syntax definitions and bindings for canvas drawing operations in modular LiveCode.
This library consists of the operations on chars included in the standard library of LiveCode Builder.
This library consists of the operations on codeunits included in the standard library of LiveCode Builder.
This library provides low-level system functionality for modular LiveCode programs.
This module provides utility handlers for converting to and from Emscripten types.
This library provides operations for interacting with LiveCode Script from LiveCode Builder.
This module specifies the syntax definitions and bindings for filesystem operations in LiveCode Builder. >*Note:* This module is currently experimental and unstable. The >syntax is likely to change in future versions of LiveCode.
This module provides utility handlers for converting to and from Java types.
This library consists of the operations on lists included in the standard library of LiveCode Builder.
This library consists of the logical operations included in the standard library of LiveCode Builder.
This library consists of the mathematical operations included in the standard library of LiveCode Builder.
This library consists of the foundational mathematical operations included in the standard library of LiveCode Builder.
This module provides utility handlers for converting to and from Obj-C types.
This library consists of the sorting operations provided by the standard library of LiveCode Builder.
This module specifies the syntax definitions and bindings for stream input and output operations in modular LiveCode.
This library consists of the operations on strings included in the standard library of LiveCode Builder.
This library provides low-level system functionality for modular LiveCode programs.
This library consists of the general operations on types provided by the standard library of LiveCode Builder.
This library consists of the operations for performing complex type conversion in LiveCode Builder.
This library provides syntax for unit testing LiveCode Builder programs. It is used by the LiveCode Builder standard library's testsuite. To use this library, write your tests in a Builder source code file. Each group of tests should be a public handler with a name beginning with `Test`. If possible, use one test per handler. Otherwise, add a `plan N tests` statement at the start of the handler.
This library consists of the operations on widgets provided by LiveCode Builder.
Utility functions for LiveCode Script-compatible item lists. Many LiveCode Builder widget and library extensions expose APIs to LiveCode Script that use item lists. This library provides a set of functions for converting `List` values to-and-from comma-delimited item strings.
A PDFium support module.
A library of utility handlers for functions commonly needed by widgets.
Shared module for several widgets