UIZE JavaScript Framework

JavaScript Modules Index

The UIZE JavaScript Framework includes over a hundred JavaScript modules to get you started creating powerful Web applications and slick Web sites.
Uize  The Uize module is the base module that defines the Uize namespace for the UIZE JavaScript Framework, and also provides a module loader mechanism and a healthy assortment of utility belt methods. Uize.Array  This is reference documentation for the Uize.Array module of the UIZE JavaScript Framework. Uize.Array.Dupes  The Uize.Array.Dupes module provides functionality to deal with arrays containing duplicate values. Uize.Array.Join  The Uize.Array.Join module provides methods for joining arrays to form strings. Uize.Array.Order  The Uize.Array.Order module provides utility methods for reordering the elements of arrays, with support for reversing, jumbling, inside to out, etc. Uize.Array.Sort  The Uize.Array.Sort module provides a powerful array sorting method that is very versatile and highly optimized for performance. Uize.Array.Util  The Uize.Array.Util module provides a number of miscellaneous utility methods for manipulating arrays. Uize.Build  This is reference documentation for the Uize.Build module of the UIZE JavaScript Framework. Uize.Build.All  The Uize.Build.All module provides a method for running all the build scripts necessary for building the UIZE JavaScript Framework in the correct sequence. Uize.Build.AuditStrings  The Uize.Build.AuditStrings package provides a method to audit all JavaScript files in a folder for literal strings - useful for internationalization. Uize.Build.BuildStateCombinationLibraries  The Uize.Build.BuildStateCombinationLibraries module provides a method for building JavaScript library files for all combinations of the specified states. Uize.Build.Deploy  The Uize.Build.Deploy package provides a method for deploying the built UIZE Web site to the s production environment. Uize.Build.Deps  The Uize.Build.Deps package logs to the console all the dependencies for a specified JavaScript module. Uize.Build.FileBuilders  This is reference documentation for the Uize.Build.FileBuilders module of the UIZE JavaScript Framework. Uize.Build.FileBuilders.BuiltLibraryModules  The Uize.Build.FileBuilders.BuiltLibraryModules module defines a file builder for the built versions of the JavaScript library modules (.library.js files) of a site. Uize.Build.FileBuilders.BuiltModules  The Uize.Build.FileBuilders.BuiltModules module defines a file builder for the built versions (scrunched, if so configured) of the JavaScript modules of a site. Uize.Build.FileBuilders.CompiledCss  The Uize.Build.FileBuilders.CompiledCss module defines a file builder for CSS files compiled from .csst files. Uize.Build.FileBuilders.CompiledCssModules  The Uize.Build.FileBuilders.CompiledCssModules module defines a file builder for CSS modules compiled from built .css files. Uize.Build.FileBuilders.CompiledJstModules  The Uize.Build.FileBuilders.CompiledJstModules module defines a file builder for JST modules compiled from .js.jst files. Uize.Build.FileBuilders.CompiledLocModules  The Uize.Build.FileBuilders.CompiledLocModules module defines a file builder for locale string JavaScript modules in the site temp folder. Uize.Build.FileBuilders.CompiledSimpleDataModules  The Uize.Build.FileBuilders.CompiledSimpleDataModules module defines a file builder for data modules compiled from .simpledata files. Uize.Build.FileBuilders.CompiledWidgetHtmltModules  The Uize.Build.FileBuilders.CompiledWidgetHtmltModules module defines a file builder for widget HTML template (.htmlt) modules. Uize.Build.FileBuilders.CompressedCssFiles  The Uize.Build.FileBuilders.CompressedCssFiles module defines a file builder for the compressed versions of the CSS files of a site. Uize.Build.FileBuilders.CompressedModules  The Uize.Build.FileBuilders.CompressedModules module defines a file builder for the compressed versions of the JavaScript modules of a site. Uize.Build.FileBuilders.InMemoryCompiledJstTemplates  The Uize.Build.FileBuilders.InMemoryCompiledJstTemplates module defines a file builder for building in-memory compiled JST templates from .jst source files. Uize.Build.FileBuilders.InMemoryHtmlInfo  The Uize.Build.FileBuilders.InMemoryHtmlInfo module defines a file builder for the in-memory HTML info objects for the built HTML pages of a site. Uize.Build.FileBuilders.InMemoryModuleBuiltSize  The Uize.Build.FileBuilders.InMemoryModuleBuiltSize module defines a file builder for the in-memory built size for each JavaScript module. Uize.Build.FileBuilders.InMemoryModuleDirectDependencies  The Uize.Build.FileBuilders.InMemoryModuleDirectDependencies module defines a file builder for the in-memory direct dependencies object for each JavaScript module. Uize.Build.FileBuilders.InMemoryModuleMetadata  The Uize.Build.FileBuilders.InMemoryModuleMetadata module defines a file builder for the in-memory metadata object for each JavaScript module. Uize.Build.FileBuilders.InMemoryParsedSimpleDataFiles  The Uize.Build.FileBuilders.InMemoryParsedSimpleDataFiles module defines a file builder for building in-memory parsed SimpleData objects from their corresponding source files. Uize.Build.FileBuilders.JstDerivedPages  The Uize.Build.FileBuilders.JstDerivedPages module defines a file builder for pages derived from JST template files. Uize.Build.FileBuilders.SimpleDataHtmlPages  The Uize.Build.FileBuilders.SimpleDataHtmlPages module defines a file builder for HTML pages derived from HTML SimpleData (.html.simpledata) files. Uize.Build.FileBuilders.SimpleDataPages  The Uize.Build.FileBuilders.SimpleDataPages module defines a file builder for HTML pages derived from SimpleData (.simpledata) files. Uize.Build.FileBuilders.SimpleDocPages  The Uize.Build.FileBuilders.SimpleDocPages module defines a file builder for building HTML pages from the SimpleDoc (.simple) pages of a site. Uize.Build.FileBuilders.SourceFiles  The Uize.Build.FileBuilders.SourceFiles module defines a file builder for files that come from the source folder of a project. Uize.Build.FileBuilders.TempGeneratedNamespaceModules  The Uize.Build.FileBuilders.TempGeneratedNamespaceModules module defines a file builder for JavaScript namespace modules generated from folders and for which there are not explicit JavaScript modules. Uize.Build.FileBuilders.TempJsModules  The Uize.Build.FileBuilders.TempJsModules module defines a file builder for regular JavaScript modules in the site temp folder. Uize.Build.FileBuilders.TempUizeModule  The Uize.Build.FileBuilders.TempUizeModule module defines a file builder for the Uize module that stitches in registration of the folder organization namespaces (as specified by the folderOrgNamespaces property of the UIZE config for the site). Uize.Build.FileBuilders.UnprocessedFiles  The Uize.Build.FileBuilders.UnprocessedFiles module defines a file builder for unprocessed files, such as image files, literal HTML files, literal CSS files, etc. Uize.Build.Files  The Uize.Build.Files module implements a base class that can be subclassed to create build script modules for building different types of files. Uize.Build.Files.JsModules  The Uize.Build.Files.JsModules build script generates built JavaScript modules from all the source JavaScript modules, including various non-JavaScript source files (such as CSS template files with the .csst file extension). Uize.Build.Files.JstDerivedPages  The Uize.Build.Files.JstDerivedPages package provides a method to recurse the source folder for a site and build pages derived from JST (.jst) files that have a type sub-extension (e.g. .html.jst files). Uize.Build.Files.UnprocessedFiles  The Uize.Build.Files.UnprocessedFiles package provides a method to recurse the source folder for a site and copy unprocessed files (static .html pages, static .css files, .gif, jpg, and .png image files, etc.) into the built folder. Uize.Build.FolderOrganizeJsModules  The Uize.Build.FolderOrganizeJsModules package iterates over all the JavaScript modules under the specified namespace and folder organizes them. Uize.Build.ListJsModules  The Uize.Build.ListJsModules package writes out a log file containing a list of all the JavaScript modules for a Web site. Uize.Build.Loc  The Uize.Build.Loc package lets you execute one of the localization service methods for a project that is configured for localization. Uize.Build.ModuleInfo  The Uize.Build.ModuleInfo module provides various methods for obtaining information about JavaScript modules. Uize.Build.NeatenJsFiles  The Uize.Build.NeatenJsFiles package provides a way to recurse folder structures and neaten all JavaScript (.js) files by removing unnecessary trailing whitespace. Uize.Build.PluralsModules  The Uize.Build.PluralsModules build script builds plural rules modules for various languages, as defined by the CLDR plural rules. Uize.Build.Scruncher  The Uize.Build.Scruncher package provides a method for scrunching (compressing / minifying) JavaScript source code into compact / obfuscated scrunched code. Uize.Build.Search  The Uize.Build.Search package lets you execute one of the regular expression based codebase searches configured for your project. Uize.Build.ServicesSetup  The Uize.Build.ServicesSetup package.... Uize.Build.Templates  This is reference documentation for the Uize.Build.Templates module of the UIZE JavaScript Framework. Uize.Build.Templates.Module  This is reference documentation for the Uize.Build.Templates.Module module of the UIZE JavaScript Framework. Uize.Build.Templates.Module.HeadComment  This is reference documentation for the Uize.Build.Templates.Module.HeadComment module of the UIZE JavaScript Framework. Uize.Build.Templates.Module.Plurals  This is reference documentation for the Uize.Build.Templates.Module.Plurals module of the UIZE JavaScript Framework. Uize.Build.Templates.Module.Plurals.ClassesInfo  This is reference documentation for the Uize.Build.Templates.Module.Plurals.ClassesInfo module of the UIZE JavaScript Framework. Uize.Build.Templates.Module.Plurals.ModuleTemplate  This is reference documentation for the Uize.Build.Templates.Module.Plurals.ModuleTemplate module of the UIZE JavaScript Framework. Uize.Build.Templates.Module.ScrunchedHeadComment  This is reference documentation for the Uize.Build.Templates.Module.ScrunchedHeadComment module of the UIZE JavaScript Framework. Uize.Build.Templates.Module.Widget  This is reference documentation for the Uize.Build.Templates.Module.Widget module of the UIZE JavaScript Framework. Uize.Build.Templates.Module.Widget.VisualSampler  This is reference documentation for the Uize.Build.Templates.Module.Widget.VisualSampler module of the UIZE JavaScript Framework. Uize.Build.Templates.Module.Widget.VisualTests  This is reference documentation for the Uize.Build.Templates.Module.Widget.VisualTests module of the UIZE JavaScript Framework. Uize.Build.Templates.Module.Widget.Widget  This is reference documentation for the Uize.Build.Templates.Module.Widget.Widget module of the UIZE JavaScript Framework. Uize.Build.Test  The Uize.Build.Test module provides a method for testing a specified JavaScript module. Uize.Build.UpdateCopyrightNotices  The Uize.Build.UpdateCopyrightNotices package provides a way to recurse folder structures and update the copyright notices for all JavaScript (.js) files to cover the current year. Uize.Build.Util  The Uize.Build.Util package provides various utility methods to facilitate building of pages for a Web site project. Uize.Build.Util.Whitespace  The Uize.Build.Util.Whitespace module provides a means for altering the line break and indent characters for files that contain normalized whitespace characters. Uize.Build.WebServer  The Uize.Build.WebServer package provides a method for running a Web server for a project on the localhost. Uize.Build.Widget  The Uize.Build.Widget package provides a convenient way to stub out a UIZE V2 widget class. Uize.Build.Wsh  The Uize.Build.Wsh package is designed to run in the context of Windows Script Host and provides methods for recursing folder structures and building files. Uize.Class  The Uize.Class module defines a base class from which many of the classes in the UIZE JavaScript Framework inherit. Uize.Class.Test  The Uize.Class.Test class provides a minimal base class for test classes of various types. Uize.Class.Value  The Uize.Class.Value class is a simple class that merely implements the value interface (i.e. it declares a value state property). Uize.Class.mChildObjectBindings  The Uize.Class.mChildObjectBindings mixin implements features to provide a declarative approach to binding the state properties of a class instance to those of its child objects. Uize.Class.mChildObjectEventBindings  The Uize.Class.mChildObjectEventBindings mixin implements features to provide a declarative approach to wiring Uize events on instances and their child objects (such as widget and child widget events), as well as other types of events on other types of objects (such as DOM events on DOM nodes for widgets). Uize.Class.mDeclarativeChildObjects  The Uize.Class.mDeclarativeChildObjects mixin implements features to provide a declarative approach to adding child objects (such as child widgets or child models) to a Uize.Class subclass. Uize.Class.mModels  The Uize.Class.mModels mixin implements features to provide a declarative approach to adding and binding models to a Uize.Class subclass. Uize.Class.mTreeInheritance  The Uize.Class.mTreeInheritance module is a mixin module that provides an implementation for tree inheritance features that can be mixed in to classes. Uize.Color  The Uize.Color module provides support for Color Spaces, Color Encodings, Named Colors, the sRGB and HSL color spaces, and many color encodings. Uize.Color.ColorsHslTransformer  The Uize.Color.ColorsHslTransformer module implements a class for transforming the hue, saturation, and lightness of a set of colors in a performant manner. Uize.Color.Util  The Uize.Color.Util module provides miscellaneous utility methods for working with colors. Uize.Color.xCmyk  The Uize.Color.xCmyk module extends the Uize.Color object by adding a profile for the CMYK color space, and by providing encodings for this color space. Uize.Color.xHsv  The Uize.Color.xHsv module extends the Uize.Color object by adding a profile for the HSV color space, and by providing encodings for this color space. Uize.Color.xSvgColors  The Uize.Color.xSvgColors extension module extends the Uize.Color object by adding SVG 1.0 / CSS 3 color definitions to the Uize.Color.colors object. Uize.Color.xUtil  The Uize.Color.xUtil module is an extension module that extends the Uize.Color object by adding various instance and static utility methods. Uize.Comm  The Uize.Comm class provides functionality and interface that is shared by subclasses that implement support for specific communication protocols. Uize.Comm.Ajax  The Uize.Comm.Ajax class implements support for Ajax (Asynchronous JavaScript And XML) communication through the XMLHttpRequest (XHR) object. Uize.Comm.Iframe  The Uize.Comm.Iframe class implements support for communication to a server by submitting form data to it and targeting its response to an IFRAME. Uize.Comm.Iframe.Upload  The Uize.Comm.Iframe.Upload class implements support for file upload by submitting form data to a server and targeting its response back to an IFRAME. Uize.Comm.Script  The Uize.Comm.Script class implements support for communication with a server via cross-site scripting through the insertion of script tags into the document. Uize.Curve  The Uize.Curve module provides a namespace and services for curve related modules, and provides a number of useful built-in curve function generators. Uize.Curve.Examples  This is reference documentation for the Uize.Curve.Examples module of the UIZE JavaScript Framework. Uize.Curve.Mod  The Uize.Curve.Mod module defines various curve function modifiers, to enable creation of new curve functions by combining existing curve functions. Uize.Curve.Rubber  The Uize.Curve.Rubber module defines various "rubbery" easing curve function generators that emulate qualities of motion, like bounce and elasticity. Uize.Data  This is reference documentation for the Uize.Data module of the UIZE JavaScript Framework. Uize.Data.Combinations  The Uize.Data.Combinations module provides methods for generating object or array combinations from a combination specifier, with support for an optional combination transformer and combination matcher. Uize.Data.Compare  The Uize.Data.Compare module provides various utility methods for comparing the contents of data objects. Uize.Data.Csv  The Uize.Data.Csv module provides support for serializing to and parsing from CSV (Comma Separated Values) formatted data, with configurable options. Uize.Data.Diff  The Uize.Data.Diff module provides a way to compare all the leaf node properties of two data objects and report the property differences in the form of a diff result object. Uize.Data.Flatten  The Uize.Data.Flatten package provides methods for flattening a hierarchical / tree structured object to a flat, key/value hash table, as well as unflattening a key/value hash table to produce a hierarchical / tree structured object. Uize.Data.Mappings  The Uize.Data.Mappings module provides a method for determining how values have been mapped between a source object and a mapped object. Uize.Data.Matches  The Uize.Data.Matches module provides methods for finding matching elements in arrays or matching properties in objects. Uize.Data.NameValueRecords  The Uize.Data.NameValueRecords package provides methods for converting between a hash object and an array with elements representing name-value pairs. Uize.Data.PathsTree  The Uize.Data.PathsTree package provides methods for converting between a... Uize.Data.PathsTree.CompactString  The Uize.Data.PathsTree.CompactString package provides methods for converting between a... Uize.Data.Simple  The Uize.Data.Simple package provides methods for parsing data represented in the SIMPLE format, an indentation based format for declaring data structures. Uize.Data.Util  The Uize.Data.Util module provides miscellaneous utility methods for working with data objects. Uize.Data.ValuePack  The Uize.Data.ValuePack module provides methods for packing just the values of an object structure into a values array, or unpacking such a packed values array to produce an object structure. Uize.Date  The Uize.Date module provides methods for working with dates, including converting time to different units, encoding / decoding dates in ISO 8601, etc. Uize.Date.Formatter  The Uize.Date.Formatter module provides methods for formatting and parsing date strings, supporting a wide variety of different formatting options. Uize.Doc  This is reference documentation for the Uize.Doc module of the UIZE JavaScript Framework. Uize.Doc.Simple  The Uize.Doc.Simple package provides a method for building HTML documentation from documentation that is written in the Wikitext-like SimpleDoc format. Uize.Doc.Sucker  The Uize.Doc.Sucker package provides methods for extracting SimpleDoc documentation from special documentation comments inside JavaScript source code. Uize.Dom  This is reference documentation for the Uize.Dom module of the UIZE JavaScript Framework. Uize.Dom.Basics  The Uize.Dom.Basics module provides a very minimal set of methods to ease working with DOM nodes - just the basics that are needed by the Uize.Widget class. Uize.Dom.Classes  The Uize.Dom.Classes module facilitates manipulation of the value of the className property of DOM nodes, with support for adding classes, removing classes, toggling classes, and more. Uize.Dom.CssModule  The Uize.Dom.CssModule class.... Uize.Dom.Event  The Uize.Dom.Event package provides convenient methods for abstracting differences between the DOM node event systems of different browsers. Uize.Dom.Form  The Uize.Dom.Form package provides convenient methods for harvesting values from - and setting values for - many form elements in a single operation. Uize.Dom.Fullscreen  The Uize.Dom.Fullscreen package provides features to managing full screen mode for browsers that support the HTML5 fullscreen API. Uize.Dom.Pos  The Uize.Dom.Pos module provides a set of methods for working with positioning and coordinates of DOM nodes. Uize.Dom.Text  The Uize.Dom.Text module provides a method for getting the text content of DOM nodes. Uize.Dom.Tree  The Uize.Dom.Tree package provides convenience methods for generating a tree data object by analyzing HTML on a page. Uize.Dom.Util  The Uize.Dom.Util module provides a home for miscellaneous node related methods that are too esoteric to belong in the base Uize.Dom.Basics module. Uize.Dom.VirtualEvent  The Uize.Dom.VirtualEvent package provides features to facilitate creation of virtual DOM events. Uize.Dom.VirtualEvents  This is reference documentation for the Uize.Dom.VirtualEvents module of the UIZE JavaScript Framework. Uize.Dom.VirtualEvents.Edge  The Uize.Dom.VirtualEvents.Edge module implements virtual DOM events that can be used to detect when the mouse enters / exits nodes at specific edges. Uize.Dom.VirtualEvents.ModClick  The Uize.Dom.VirtualEvents.ModClick package registers a number of different modifier click virtual DOM events, such as the ctrlClick(), shiftClick(), and altClick() events. Uize.Dom.VirtualEvents.Remain  The Uize.Dom.VirtualEvents.Remain package implements a set of remain-in-state virtual DOM events, such as the remainOver(), remainDown(), and remainOut() events. Uize.Event  This is reference documentation for the Uize.Event module of the UIZE JavaScript Framework. Uize.Event.Bus  The Uize.Event.Bus module defines a simple event bus class that can be instantiated for managing wiring and unwiring of event handlers and firing of events. Uize.Fade  The Uize.Fade class is the foundation for animation in the UIZE JavaScript Framework, supporting quantization, curves, compound value fades, and more. Uize.Fade.Factory  The Uize.Fade.Factory module implements factory methods for conveniently initiating fades, along with a system for managing a pool of active fades. Uize.Fade.mSeries  The Uize.Fade.mSeries mixin module lets you mix in static and instance methods for interpolating a series of values between specified start and end values, into Uize.Fade subclasses. Uize.Fade.xFactory  The Uize.Fade.xFactory module has been deprecated in favor of the newer Uize.Fade.Factory module. Uize.Flo  The Uize.Flo module... Uize.Fx  The Uize.Fx module provides easy ways to initiate fades of CSS style properties, making a wide array of unique JavaScript animation effects possible. Uize.Fx.Scroll  The Uize.Fx.Scroll module provides easy functionality to animate the scrolling of the document. Uize.Fx.xShadows  The Uize.Fx.xShadows extension module supports animating the box-shadow and text-shadow CSS3 style properties, making many stunning effects possible. Uize.Json  The Uize.Json module provides versatile methods for serializing and deserializing objects to and from the JSON (JavaScript Object Notation) format. Uize.Json.MultiLineStringLiteral  The Uize.Json.MultiLineStringLiteral module provides a method for serializing multi-line text strings to multi-line JavaScript string literal expressions using string concatenation. Uize.Loc  This is reference documentation for the Uize.Loc module of the UIZE JavaScript Framework. Uize.Loc.FileFormats  This is reference documentation for the Uize.Loc.FileFormats module of the UIZE JavaScript Framework. Uize.Loc.FileFormats.AndroidStrings  The Uize.Loc.FileFormats.AndroidStrings module provides support for serializing to and parsing from Android string resources files. Uize.Loc.FileFormats.JavaProperties  The Uize.Loc.FileFormats.JavaProperties module provides support for serializing to and parsing from Java properties files. Uize.Loc.FileFormats.JavaPropertiesAscii  The Uize.Loc.FileFormats.JavaPropertiesAscii module provides support for serializing to and parsing from Java properties files, where all characters outside the ASCII range should be Unicode-escaped. Uize.Loc.FileFormats.JavaPropertiesUnicode  The Uize.Loc.FileFormats.JavaPropertiesUnicode module provides support for serializing to and parsing from Java properties files that support unescaped Unicode characters. Uize.Loc.FileFormats.MacStrings  The Uize.Loc.FileFormats.MacStrings module provides support for serializing to and parsing from Mac OS / iOS Strings Files. Uize.Loc.FileFormats.Po  The Uize.Loc.FileFormats.Po module provides support for serializing to and parsing from GNU gettext PO files. Uize.Loc.FileFormats.ProjectStrings  This is reference documentation for the Uize.Loc.FileFormats.ProjectStrings module of the UIZE JavaScript Framework. Uize.Loc.FileFormats.ProjectStrings.Csv  The Uize.Loc.FileFormats.ProjectStrings.Csv module provides support for representing the resource strings for an entire project using the CSV file format. Uize.Loc.FileFormats.ProjectStrings.Util  The Uize.Loc.FileFormats.ProjectStrings.Util module provides utility methods for working with project strings objects, in the context of representing the resource strings of a project using different file formats. Uize.Loc.FileFormats.ProjectStrings.Xliff  The Uize.Loc.FileFormats.ProjectStrings.Xliff module provides methods to serialize a resource strings object to XLIFF format and parse a resource strings object from XLIFF format. Uize.Loc.FileFormats.QtTs  The Uize.Loc.FileFormats.QtTs module provides support for serializing to and parsing from QT Framework string resources files. Uize.Loc.Plurals  This is reference documentation for the Uize.Loc.Plurals module of the UIZE JavaScript Framework. Uize.Loc.Plurals.ClassesInfo  The Uize.Loc.Plurals.ClassesInfo module implements a feature for determining the plural categories supported for a specific language. Uize.Loc.Plurals.Langs  This is reference documentation for the Uize.Loc.Plurals.Langs module of the UIZE JavaScript Framework. Uize.Loc.Plurals.Langs.af  The Uize.Loc.Plurals.Langs.af module implements a feature for determining a plural category from a number value for the af language. Uize.Loc.Plurals.Langs.ak  The Uize.Loc.Plurals.Langs.ak module implements a feature for determining a plural category from a number value for the ak language. Uize.Loc.Plurals.Langs.am  The Uize.Loc.Plurals.Langs.am module implements a feature for determining a plural category from a number value for the am language. Uize.Loc.Plurals.Langs.ar  The Uize.Loc.Plurals.Langs.ar module implements a feature for determining a plural category from a number value for the ar language. Uize.Loc.Plurals.Langs.asa  The Uize.Loc.Plurals.Langs.asa module implements a feature for determining a plural category from a number value for the asa language. Uize.Loc.Plurals.Langs.ast  The Uize.Loc.Plurals.Langs.ast module implements a feature for determining a plural category from a number value for the ast language. Uize.Loc.Plurals.Langs.az  The Uize.Loc.Plurals.Langs.az module implements a feature for determining a plural category from a number value for the az language. Uize.Loc.Plurals.Langs.be  The Uize.Loc.Plurals.Langs.be module implements a feature for determining a plural category from a number value for the be language. Uize.Loc.Plurals.Langs.bem  The Uize.Loc.Plurals.Langs.bem module implements a feature for determining a plural category from a number value for the bem language. Uize.Loc.Plurals.Langs.bez  The Uize.Loc.Plurals.Langs.bez module implements a feature for determining a plural category from a number value for the bez language. Uize.Loc.Plurals.Langs.bg  The Uize.Loc.Plurals.Langs.bg module implements a feature for determining a plural category from a number value for the bg language. Uize.Loc.Plurals.Langs.bh  The Uize.Loc.Plurals.Langs.bh module implements a feature for determining a plural category from a number value for the bh language. Uize.Loc.Plurals.Langs.bm  The Uize.Loc.Plurals.Langs.bm module implements a feature for determining a plural category from a number value for the bm language. Uize.Loc.Plurals.Langs.bn  The Uize.Loc.Plurals.Langs.bn module implements a feature for determining a plural category from a number value for the bn language. Uize.Loc.Plurals.Langs.bo  The Uize.Loc.Plurals.Langs.bo module implements a feature for determining a plural category from a number value for the bo language. Uize.Loc.Plurals.Langs.br  The Uize.Loc.Plurals.Langs.br module implements a feature for determining a plural category from a number value for the br language. Uize.Loc.Plurals.Langs.brx  The Uize.Loc.Plurals.Langs.brx module implements a feature for determining a plural category from a number value for the brx language. Uize.Loc.Plurals.Langs.bs  The Uize.Loc.Plurals.Langs.bs module implements a feature for determining a plural category from a number value for the bs language. Uize.Loc.Plurals.Langs.ca  The Uize.Loc.Plurals.Langs.ca module implements a feature for determining a plural category from a number value for the ca language. Uize.Loc.Plurals.Langs.cgg  The Uize.Loc.Plurals.Langs.cgg module implements a feature for determining a plural category from a number value for the cgg language. Uize.Loc.Plurals.Langs.chr  The Uize.Loc.Plurals.Langs.chr module implements a feature for determining a plural category from a number value for the chr language. Uize.Loc.Plurals.Langs.ckb  The Uize.Loc.Plurals.Langs.ckb module implements a feature for determining a plural category from a number value for the ckb language. Uize.Loc.Plurals.Langs.cs  The Uize.Loc.Plurals.Langs.cs module implements a feature for determining a plural category from a number value for the cs language. Uize.Loc.Plurals.Langs.cy  The Uize.Loc.Plurals.Langs.cy module implements a feature for determining a plural category from a number value for the cy language. Uize.Loc.Plurals.Langs.da  The Uize.Loc.Plurals.Langs.da module implements a feature for determining a plural category from a number value for the da language. Uize.Loc.Plurals.Langs.de  The Uize.Loc.Plurals.Langs.de module implements a feature for determining a plural category from a number value for the de language. Uize.Loc.Plurals.Langs.dsb  The Uize.Loc.Plurals.Langs.dsb module implements a feature for determining a plural category from a number value for the dsb language. Uize.Loc.Plurals.Langs.dv  The Uize.Loc.Plurals.Langs.dv module implements a feature for determining a plural category from a number value for the dv language. Uize.Loc.Plurals.Langs.dz  The Uize.Loc.Plurals.Langs.dz module implements a feature for determining a plural category from a number value for the dz language. Uize.Loc.Plurals.Langs.ee  The Uize.Loc.Plurals.Langs.ee module implements a feature for determining a plural category from a number value for the ee language. Uize.Loc.Plurals.Langs.el  The Uize.Loc.Plurals.Langs.el module implements a feature for determining a plural category from a number value for the el language. Uize.Loc.Plurals.Langs.en  The Uize.Loc.Plurals.Langs.en module implements a feature for determining a plural category from a number value for the en language. Uize.Loc.Plurals.Langs.eo  The Uize.Loc.Plurals.Langs.eo module implements a feature for determining a plural category from a number value for the eo language. Uize.Loc.Plurals.Langs.es  The Uize.Loc.Plurals.Langs.es module implements a feature for determining a plural category from a number value for the es language. Uize.Loc.Plurals.Langs.et  The Uize.Loc.Plurals.Langs.et module implements a feature for determining a plural category from a number value for the et language. Uize.Loc.Plurals.Langs.eu  The Uize.Loc.Plurals.Langs.eu module implements a feature for determining a plural category from a number value for the eu language. Uize.Loc.Plurals.Langs.fa  The Uize.Loc.Plurals.Langs.fa module implements a feature for determining a plural category from a number value for the fa language. Uize.Loc.Plurals.Langs.ff  The Uize.Loc.Plurals.Langs.ff module implements a feature for determining a plural category from a number value for the ff language. Uize.Loc.Plurals.Langs.fi  The Uize.Loc.Plurals.Langs.fi module implements a feature for determining a plural category from a number value for the fi language. Uize.Loc.Plurals.Langs.fil  The Uize.Loc.Plurals.Langs.fil module implements a feature for determining a plural category from a number value for the fil language. Uize.Loc.Plurals.Langs.fo  The Uize.Loc.Plurals.Langs.fo module implements a feature for determining a plural category from a number value for the fo language. Uize.Loc.Plurals.Langs.fr  The Uize.Loc.Plurals.Langs.fr module implements a feature for determining a plural category from a number value for the fr language. Uize.Loc.Plurals.Langs.fur  The Uize.Loc.Plurals.Langs.fur module implements a feature for determining a plural category from a number value for the fur language. Uize.Loc.Plurals.Langs.fy  The Uize.Loc.Plurals.Langs.fy module implements a feature for determining a plural category from a number value for the fy language. Uize.Loc.Plurals.Langs.ga  The Uize.Loc.Plurals.Langs.ga module implements a feature for determining a plural category from a number value for the ga language. Uize.Loc.Plurals.Langs.gd  The Uize.Loc.Plurals.Langs.gd module implements a feature for determining a plural category from a number value for the gd language. Uize.Loc.Plurals.Langs.gl  The Uize.Loc.Plurals.Langs.gl module implements a feature for determining a plural category from a number value for the gl language. Uize.Loc.Plurals.Langs.gsw  The Uize.Loc.Plurals.Langs.gsw module implements a feature for determining a plural category from a number value for the gsw language. Uize.Loc.Plurals.Langs.gu  The Uize.Loc.Plurals.Langs.gu module implements a feature for determining a plural category from a number value for the gu language. Uize.Loc.Plurals.Langs.guw  The Uize.Loc.Plurals.Langs.guw module implements a feature for determining a plural category from a number value for the guw language. Uize.Loc.Plurals.Langs.gv  The Uize.Loc.Plurals.Langs.gv module implements a feature for determining a plural category from a number value for the gv language. Uize.Loc.Plurals.Langs.ha  The Uize.Loc.Plurals.Langs.ha module implements a feature for determining a plural category from a number value for the ha language. Uize.Loc.Plurals.Langs.haw  The Uize.Loc.Plurals.Langs.haw module implements a feature for determining a plural category from a number value for the haw language. Uize.Loc.Plurals.Langs.he  The Uize.Loc.Plurals.Langs.he module implements a feature for determining a plural category from a number value for the he language. Uize.Loc.Plurals.Langs.hi  The Uize.Loc.Plurals.Langs.hi module implements a feature for determining a plural category from a number value for the hi language. Uize.Loc.Plurals.Langs.hr  The Uize.Loc.Plurals.Langs.hr module implements a feature for determining a plural category from a number value for the hr language. Uize.Loc.Plurals.Langs.hsb  The Uize.Loc.Plurals.Langs.hsb module implements a feature for determining a plural category from a number value for the hsb language. Uize.Loc.Plurals.Langs.hu  The Uize.Loc.Plurals.Langs.hu module implements a feature for determining a plural category from a number value for the hu language. Uize.Loc.Plurals.Langs.hy  The Uize.Loc.Plurals.Langs.hy module implements a feature for determining a plural category from a number value for the hy language. Uize.Loc.Plurals.Langs.id  The Uize.Loc.Plurals.Langs.id module implements a feature for determining a plural category from a number value for the id language. Uize.Loc.Plurals.Langs.ig  The Uize.Loc.Plurals.Langs.ig module implements a feature for determining a plural category from a number value for the ig language. Uize.Loc.Plurals.Langs.ii  The Uize.Loc.Plurals.Langs.ii module implements a feature for determining a plural category from a number value for the ii language. Uize.Loc.Plurals.Langs.in  The Uize.Loc.Plurals.Langs.in module implements a feature for determining a plural category from a number value for the in language. Uize.Loc.Plurals.Langs.is  The Uize.Loc.Plurals.Langs.is module implements a feature for determining a plural category from a number value for the is language. Uize.Loc.Plurals.Langs.it  The Uize.Loc.Plurals.Langs.it module implements a feature for determining a plural category from a number value for the it language. Uize.Loc.Plurals.Langs.iu  The Uize.Loc.Plurals.Langs.iu module implements a feature for determining a plural category from a number value for the iu language. Uize.Loc.Plurals.Langs.iw  The Uize.Loc.Plurals.Langs.iw module implements a feature for determining a plural category from a number value for the iw language. Uize.Loc.Plurals.Langs.ja  The Uize.Loc.Plurals.Langs.ja module implements a feature for determining a plural category from a number value for the ja language. Uize.Loc.Plurals.Langs.jbo  The Uize.Loc.Plurals.Langs.jbo module implements a feature for determining a plural category from a number value for the jbo language. Uize.Loc.Plurals.Langs.jgo  The Uize.Loc.Plurals.Langs.jgo module implements a feature for determining a plural category from a number value for the jgo language. Uize.Loc.Plurals.Langs.ji  The Uize.Loc.Plurals.Langs.ji module implements a feature for determining a plural category from a number value for the ji language. Uize.Loc.Plurals.Langs.jmc  The Uize.Loc.Plurals.Langs.jmc module implements a feature for determining a plural category from a number value for the jmc language. Uize.Loc.Plurals.Langs.jv  The Uize.Loc.Plurals.Langs.jv module implements a feature for determining a plural category from a number value for the jv language. Uize.Loc.Plurals.Langs.jw  The Uize.Loc.Plurals.Langs.jw module implements a feature for determining a plural category from a number value for the jw language. Uize.Loc.Plurals.Langs.ka  The Uize.Loc.Plurals.Langs.ka module implements a feature for determining a plural category from a number value for the ka language. Uize.Loc.Plurals.Langs.kab  The Uize.Loc.Plurals.Langs.kab module implements a feature for determining a plural category from a number value for the kab language. Uize.Loc.Plurals.Langs.kaj  The Uize.Loc.Plurals.Langs.kaj module implements a feature for determining a plural category from a number value for the kaj language. Uize.Loc.Plurals.Langs.kcg  The Uize.Loc.Plurals.Langs.kcg module implements a feature for determining a plural category from a number value for the kcg language. Uize.Loc.Plurals.Langs.kde  The Uize.Loc.Plurals.Langs.kde module implements a feature for determining a plural category from a number value for the kde language. Uize.Loc.Plurals.Langs.kea  The Uize.Loc.Plurals.Langs.kea module implements a feature for determining a plural category from a number value for the kea language. Uize.Loc.Plurals.Langs.kk  The Uize.Loc.Plurals.Langs.kk module implements a feature for determining a plural category from a number value for the kk language. Uize.Loc.Plurals.Langs.kkj  The Uize.Loc.Plurals.Langs.kkj module implements a feature for determining a plural category from a number value for the kkj language. Uize.Loc.Plurals.Langs.kl  The Uize.Loc.Plurals.Langs.kl module implements a feature for determining a plural category from a number value for the kl language. Uize.Loc.Plurals.Langs.km  The Uize.Loc.Plurals.Langs.km module implements a feature for determining a plural category from a number value for the km language. Uize.Loc.Plurals.Langs.kn  The Uize.Loc.Plurals.Langs.kn module implements a feature for determining a plural category from a number value for the kn language. Uize.Loc.Plurals.Langs.ko  The Uize.Loc.Plurals.Langs.ko module implements a feature for determining a plural category from a number value for the ko language. Uize.Loc.Plurals.Langs.ks  The Uize.Loc.Plurals.Langs.ks module implements a feature for determining a plural category from a number value for the ks language. Uize.Loc.Plurals.Langs.ksb  The Uize.Loc.Plurals.Langs.ksb module implements a feature for determining a plural category from a number value for the ksb language. Uize.Loc.Plurals.Langs.ksh  The Uize.Loc.Plurals.Langs.ksh module implements a feature for determining a plural category from a number value for the ksh language. Uize.Loc.Plurals.Langs.ku  The Uize.Loc.Plurals.Langs.ku module implements a feature for determining a plural category from a number value for the ku language. Uize.Loc.Plurals.Langs.kw  The Uize.Loc.Plurals.Langs.kw module implements a feature for determining a plural category from a number value for the kw language. Uize.Loc.Plurals.Langs.ky  The Uize.Loc.Plurals.Langs.ky module implements a feature for determining a plural category from a number value for the ky language. Uize.Loc.Plurals.Langs.lag  The Uize.Loc.Plurals.Langs.lag module implements a feature for determining a plural category from a number value for the lag language. Uize.Loc.Plurals.Langs.lb  The Uize.Loc.Plurals.Langs.lb module implements a feature for determining a plural category from a number value for the lb language. Uize.Loc.Plurals.Langs.lg  The Uize.Loc.Plurals.Langs.lg module implements a feature for determining a plural category from a number value for the lg language. Uize.Loc.Plurals.Langs.lkt  The Uize.Loc.Plurals.Langs.lkt module implements a feature for determining a plural category from a number value for the lkt language. Uize.Loc.Plurals.Langs.ln  The Uize.Loc.Plurals.Langs.ln module implements a feature for determining a plural category from a number value for the ln language. Uize.Loc.Plurals.Langs.lo  The Uize.Loc.Plurals.Langs.lo module implements a feature for determining a plural category from a number value for the lo language. Uize.Loc.Plurals.Langs.lt  The Uize.Loc.Plurals.Langs.lt module implements a feature for determining a plural category from a number value for the lt language. Uize.Loc.Plurals.Langs.lv  The Uize.Loc.Plurals.Langs.lv module implements a feature for determining a plural category from a number value for the lv language. Uize.Loc.Plurals.Langs.mas  The Uize.Loc.Plurals.Langs.mas module implements a feature for determining a plural category from a number value for the mas language. Uize.Loc.Plurals.Langs.mg  The Uize.Loc.Plurals.Langs.mg module implements a feature for determining a plural category from a number value for the mg language. Uize.Loc.Plurals.Langs.mgo  The Uize.Loc.Plurals.Langs.mgo module implements a feature for determining a plural category from a number value for the mgo language. Uize.Loc.Plurals.Langs.mk  The Uize.Loc.Plurals.Langs.mk module implements a feature for determining a plural category from a number value for the mk language. Uize.Loc.Plurals.Langs.ml  The Uize.Loc.Plurals.Langs.ml module implements a feature for determining a plural category from a number value for the ml language. Uize.Loc.Plurals.Langs.mn  The Uize.Loc.Plurals.Langs.mn module implements a feature for determining a plural category from a number value for the mn language. Uize.Loc.Plurals.Langs.mo  The Uize.Loc.Plurals.Langs.mo module implements a feature for determining a plural category from a number value for the mo language. Uize.Loc.Plurals.Langs.mr  The Uize.Loc.Plurals.Langs.mr module implements a feature for determining a plural category from a number value for the mr language. Uize.Loc.Plurals.Langs.ms  The Uize.Loc.Plurals.Langs.ms module implements a feature for determining a plural category from a number value for the ms language. Uize.Loc.Plurals.Langs.mt  The Uize.Loc.Plurals.Langs.mt module implements a feature for determining a plural category from a number value for the mt language. Uize.Loc.Plurals.Langs.my  The Uize.Loc.Plurals.Langs.my module implements a feature for determining a plural category from a number value for the my language. Uize.Loc.Plurals.Langs.nah  The Uize.Loc.Plurals.Langs.nah module implements a feature for determining a plural category from a number value for the nah language. Uize.Loc.Plurals.Langs.naq  The Uize.Loc.Plurals.Langs.naq module implements a feature for determining a plural category from a number value for the naq language. Uize.Loc.Plurals.Langs.nb  The Uize.Loc.Plurals.Langs.nb module implements a feature for determining a plural category from a number value for the nb language. Uize.Loc.Plurals.Langs.nd  The Uize.Loc.Plurals.Langs.nd module implements a feature for determining a plural category from a number value for the nd language. Uize.Loc.Plurals.Langs.ne  The Uize.Loc.Plurals.Langs.ne module implements a feature for determining a plural category from a number value for the ne language. Uize.Loc.Plurals.Langs.nl  The Uize.Loc.Plurals.Langs.nl module implements a feature for determining a plural category from a number value for the nl language. Uize.Loc.Plurals.Langs.nn  The Uize.Loc.Plurals.Langs.nn module implements a feature for determining a plural category from a number value for the nn language. Uize.Loc.Plurals.Langs.nnh  The Uize.Loc.Plurals.Langs.nnh module implements a feature for determining a plural category from a number value for the nnh language. Uize.Loc.Plurals.Langs.no  The Uize.Loc.Plurals.Langs.no module implements a feature for determining a plural category from a number value for the no language. Uize.Loc.Plurals.Langs.nqo  The Uize.Loc.Plurals.Langs.nqo module implements a feature for determining a plural category from a number value for the nqo language. Uize.Loc.Plurals.Langs.nr  The Uize.Loc.Plurals.Langs.nr module implements a feature for determining a plural category from a number value for the nr language. Uize.Loc.Plurals.Langs.nso  The Uize.Loc.Plurals.Langs.nso module implements a feature for determining a plural category from a number value for the nso language. Uize.Loc.Plurals.Langs.ny  The Uize.Loc.Plurals.Langs.ny module implements a feature for determining a plural category from a number value for the ny language. Uize.Loc.Plurals.Langs.nyn  The Uize.Loc.Plurals.Langs.nyn module implements a feature for determining a plural category from a number value for the nyn language. Uize.Loc.Plurals.Langs.om  The Uize.Loc.Plurals.Langs.om module implements a feature for determining a plural category from a number value for the om language. Uize.Loc.Plurals.Langs.or  The Uize.Loc.Plurals.Langs.or module implements a feature for determining a plural category from a number value for the or language. Uize.Loc.Plurals.Langs.os  The Uize.Loc.Plurals.Langs.os module implements a feature for determining a plural category from a number value for the os language. Uize.Loc.Plurals.Langs.pa  The Uize.Loc.Plurals.Langs.pa module implements a feature for determining a plural category from a number value for the pa language. Uize.Loc.Plurals.Langs.pap  The Uize.Loc.Plurals.Langs.pap module implements a feature for determining a plural category from a number value for the pap language. Uize.Loc.Plurals.Langs.pl  The Uize.Loc.Plurals.Langs.pl module implements a feature for determining a plural category from a number value for the pl language. Uize.Loc.Plurals.Langs.prg  The Uize.Loc.Plurals.Langs.prg module implements a feature for determining a plural category from a number value for the prg language. Uize.Loc.Plurals.Langs.ps  The Uize.Loc.Plurals.Langs.ps module implements a feature for determining a plural category from a number value for the ps language. Uize.Loc.Plurals.Langs.pt  The Uize.Loc.Plurals.Langs.pt module implements a feature for determining a plural category from a number value for the pt language. Uize.Loc.Plurals.Langs.pt-PT  The Uize.Loc.Plurals.Langs.pt-PT module implements a feature for determining a plural category from a number value for the pt-PT language. Uize.Loc.Plurals.Langs.pt_PT  The Uize.Loc.Plurals.Langs.pt_PT module implements a . Uize.Loc.Plurals.Langs.rm  The Uize.Loc.Plurals.Langs.rm module implements a feature for determining a plural category from a number value for the rm language. Uize.Loc.Plurals.Langs.ro  The Uize.Loc.Plurals.Langs.ro module implements a feature for determining a plural category from a number value for the ro language. Uize.Loc.Plurals.Langs.rof  The Uize.Loc.Plurals.Langs.rof module implements a feature for determining a plural category from a number value for the rof language. Uize.Loc.Plurals.Langs.root  The Uize.Loc.Plurals.Langs.root module implements a feature for determining a plural category from a number value for the root language. Uize.Loc.Plurals.Langs.ru  The Uize.Loc.Plurals.Langs.ru module implements a feature for determining a plural category from a number value for the ru language. Uize.Loc.Plurals.Langs.rwk  The Uize.Loc.Plurals.Langs.rwk module implements a feature for determining a plural category from a number value for the rwk language. Uize.Loc.Plurals.Langs.sah  The Uize.Loc.Plurals.Langs.sah module implements a feature for determining a plural category from a number value for the sah language. Uize.Loc.Plurals.Langs.saq  The Uize.Loc.Plurals.Langs.saq module implements a feature for determining a plural category from a number value for the saq language. Uize.Loc.Plurals.Langs.se  The Uize.Loc.Plurals.Langs.se module implements a feature for determining a plural category from a number value for the se language. Uize.Loc.Plurals.Langs.seh  The Uize.Loc.Plurals.Langs.seh module implements a feature for determining a plural category from a number value for the seh language. Uize.Loc.Plurals.Langs.ses  The Uize.Loc.Plurals.Langs.ses module implements a feature for determining a plural category from a number value for the ses language. Uize.Loc.Plurals.Langs.sg  The Uize.Loc.Plurals.Langs.sg module implements a feature for determining a plural category from a number value for the sg language. Uize.Loc.Plurals.Langs.sh  The Uize.Loc.Plurals.Langs.sh module implements a feature for determining a plural category from a number value for the sh language. Uize.Loc.Plurals.Langs.shi  The Uize.Loc.Plurals.Langs.shi module implements a feature for determining a plural category from a number value for the shi language. Uize.Loc.Plurals.Langs.si  The Uize.Loc.Plurals.Langs.si module implements a feature for determining a plural category from a number value for the si language. Uize.Loc.Plurals.Langs.sk  The Uize.Loc.Plurals.Langs.sk module implements a feature for determining a plural category from a number value for the sk language. Uize.Loc.Plurals.Langs.sl  The Uize.Loc.Plurals.Langs.sl module implements a feature for determining a plural category from a number value for the sl language. Uize.Loc.Plurals.Langs.sma  The Uize.Loc.Plurals.Langs.sma module implements a feature for determining a plural category from a number value for the sma language. Uize.Loc.Plurals.Langs.smi  The Uize.Loc.Plurals.Langs.smi module implements a feature for determining a plural category from a number value for the smi language. Uize.Loc.Plurals.Langs.smj  The Uize.Loc.Plurals.Langs.smj module implements a feature for determining a plural category from a number value for the smj language. Uize.Loc.Plurals.Langs.smn  The Uize.Loc.Plurals.Langs.smn module implements a feature for determining a plural category from a number value for the smn language. Uize.Loc.Plurals.Langs.sms  The Uize.Loc.Plurals.Langs.sms module implements a feature for determining a plural category from a number value for the sms language. Uize.Loc.Plurals.Langs.sn  The Uize.Loc.Plurals.Langs.sn module implements a feature for determining a plural category from a number value for the sn language. Uize.Loc.Plurals.Langs.so  The Uize.Loc.Plurals.Langs.so module implements a feature for determining a plural category from a number value for the so language. Uize.Loc.Plurals.Langs.sq  The Uize.Loc.Plurals.Langs.sq module implements a feature for determining a plural category from a number value for the sq language. Uize.Loc.Plurals.Langs.sr  The Uize.Loc.Plurals.Langs.sr module implements a feature for determining a plural category from a number value for the sr language. Uize.Loc.Plurals.Langs.ss  The Uize.Loc.Plurals.Langs.ss module implements a feature for determining a plural category from a number value for the ss language. Uize.Loc.Plurals.Langs.ssy  The Uize.Loc.Plurals.Langs.ssy module implements a feature for determining a plural category from a number value for the ssy language. Uize.Loc.Plurals.Langs.st  The Uize.Loc.Plurals.Langs.st module implements a feature for determining a plural category from a number value for the st language. Uize.Loc.Plurals.Langs.sv  The Uize.Loc.Plurals.Langs.sv module implements a feature for determining a plural category from a number value for the sv language. Uize.Loc.Plurals.Langs.sw  The Uize.Loc.Plurals.Langs.sw module implements a feature for determining a plural category from a number value for the sw language. Uize.Loc.Plurals.Langs.syr  The Uize.Loc.Plurals.Langs.syr module implements a feature for determining a plural category from a number value for the syr language. Uize.Loc.Plurals.Langs.ta  The Uize.Loc.Plurals.Langs.ta module implements a feature for determining a plural category from a number value for the ta language. Uize.Loc.Plurals.Langs.te  The Uize.Loc.Plurals.Langs.te module implements a feature for determining a plural category from a number value for the te language. Uize.Loc.Plurals.Langs.teo  The Uize.Loc.Plurals.Langs.teo module implements a feature for determining a plural category from a number value for the teo language. Uize.Loc.Plurals.Langs.th  The Uize.Loc.Plurals.Langs.th module implements a feature for determining a plural category from a number value for the th language. Uize.Loc.Plurals.Langs.ti  The Uize.Loc.Plurals.Langs.ti module implements a feature for determining a plural category from a number value for the ti language. Uize.Loc.Plurals.Langs.tig  The Uize.Loc.Plurals.Langs.tig module implements a feature for determining a plural category from a number value for the tig language. Uize.Loc.Plurals.Langs.tk  The Uize.Loc.Plurals.Langs.tk module implements a feature for determining a plural category from a number value for the tk language. Uize.Loc.Plurals.Langs.tl  The Uize.Loc.Plurals.Langs.tl module implements a feature for determining a plural category from a number value for the tl language. Uize.Loc.Plurals.Langs.tn  The Uize.Loc.Plurals.Langs.tn module implements a feature for determining a plural category from a number value for the tn language. Uize.Loc.Plurals.Langs.to  The Uize.Loc.Plurals.Langs.to module implements a feature for determining a plural category from a number value for the to language. Uize.Loc.Plurals.Langs.tr  The Uize.Loc.Plurals.Langs.tr module implements a feature for determining a plural category from a number value for the tr language. Uize.Loc.Plurals.Langs.ts  The Uize.Loc.Plurals.Langs.ts module implements a feature for determining a plural category from a number value for the ts language. Uize.Loc.Plurals.Langs.tzm  The Uize.Loc.Plurals.Langs.tzm module implements a feature for determining a plural category from a number value for the tzm language. Uize.Loc.Plurals.Langs.ug  The Uize.Loc.Plurals.Langs.ug module implements a feature for determining a plural category from a number value for the ug language. Uize.Loc.Plurals.Langs.uk  The Uize.Loc.Plurals.Langs.uk module implements a feature for determining a plural category from a number value for the uk language. Uize.Loc.Plurals.Langs.ur  The Uize.Loc.Plurals.Langs.ur module implements a feature for determining a plural category from a number value for the ur language. Uize.Loc.Plurals.Langs.uz  The Uize.Loc.Plurals.Langs.uz module implements a feature for determining a plural category from a number value for the uz language. Uize.Loc.Plurals.Langs.ve  The Uize.Loc.Plurals.Langs.ve module implements a feature for determining a plural category from a number value for the ve language. Uize.Loc.Plurals.Langs.vi  The Uize.Loc.Plurals.Langs.vi module implements a feature for determining a plural category from a number value for the vi language. Uize.Loc.Plurals.Langs.vo  The Uize.Loc.Plurals.Langs.vo module implements a feature for determining a plural category from a number value for the vo language. Uize.Loc.Plurals.Langs.vun  The Uize.Loc.Plurals.Langs.vun module implements a feature for determining a plural category from a number value for the vun language. Uize.Loc.Plurals.Langs.wa  The Uize.Loc.Plurals.Langs.wa module implements a feature for determining a plural category from a number value for the wa language. Uize.Loc.Plurals.Langs.wae  The Uize.Loc.Plurals.Langs.wae module implements a feature for determining a plural category from a number value for the wae language. Uize.Loc.Plurals.Langs.wo  The Uize.Loc.Plurals.Langs.wo module implements a feature for determining a plural category from a number value for the wo language. Uize.Loc.Plurals.Langs.xh  The Uize.Loc.Plurals.Langs.xh module implements a feature for determining a plural category from a number value for the xh language. Uize.Loc.Plurals.Langs.xog  The Uize.Loc.Plurals.Langs.xog module implements a feature for determining a plural category from a number value for the xog language. Uize.Loc.Plurals.Langs.yi  The Uize.Loc.Plurals.Langs.yi module implements a feature for determining a plural category from a number value for the yi language. Uize.Loc.Plurals.Langs.yo  The Uize.Loc.Plurals.Langs.yo module implements a feature for determining a plural category from a number value for the yo language. Uize.Loc.Plurals.Langs.zh  The Uize.Loc.Plurals.Langs.zh module implements a feature for determining a plural category from a number value for the zh language. Uize.Loc.Plurals.Langs.zu  The Uize.Loc.Plurals.Langs.zu module implements a feature for determining a plural category from a number value for the zu language. Uize.Loc.Plurals.RuleParser  The Uize.Loc.Plurals.RuleParser module provides methods for parsing CLDR plural rules defined using the CLDR plural rule syntax. Uize.Loc.Plurals.Util  The Uize.Loc.Plurals.Util module provides some utility methods that are used by the various language specific plural modules. Uize.Loc.Pseudo  The Uize.Loc.Pseudo module provides methods to facilitate the pseudo-localization of the resource strings of an application. Uize.Loc.Pseudo.Xml  The Uize.Loc.Pseudo.Xml module provides a method to facilitate the pseudo-localization of the resource strings of an application that contain XML-based markup (such as HTML). Uize.Loc.Strings  This is reference documentation for the Uize.Loc.Strings module of the UIZE JavaScript Framework. Uize.Loc.Strings.Metrics  The Uize.Loc.Strings.Metrics module provides methods for obtaining metrics, such as word and character counts, from resource strings. Uize.Loc.Strings.PluralUtils  The Uize.Loc.Strings.PluralUtils module provides utility methods for working with resource strings objects with plurals groups. Uize.Loc.Strings.StringPath  The Uize.Loc.Strings.StringPath module provides methods for serializing to and parsing from string path values. Uize.Loc.Strings.Util  The Uize.Loc.Strings.Util module provides utility methods for working with resource strings. Uize.Loc.Util  This is reference documentation for the Uize.Loc.Util module of the UIZE JavaScript Framework. Uize.Loc.Util.LocModuleCompiler  The Uize.Loc.Util.LocModuleCompiler module provides a method for compiling UIZE loc modules (.loc files) to JavaScript modules. Uize.Math  This is reference documentation for the Uize.Math module of the UIZE JavaScript Framework. Uize.Math.Blend  The Uize.Math.Blend package module supports blending two values to produce a new, interpolated value, with support for blending arbitrarily complex data structures, quantization, and interpolation curve functions (and structures). Uize.Math.LogicalPos  The Uize.Math.LogicalPos module provides methods for working with logical positioning of rectangles within a view port. Uize.Math.Matrix2D  The Uize.Math.Matrix2D module provides support for building and applying 2-D affine transformations in a 2-dimensional plane. Uize.Oop  This is reference documentation for the Uize.Oop module of the UIZE JavaScript Framework. Uize.Oop.BasicClass  The Uize.Oop.BasicClass module implements an abstract base class for lightweight class modules. Uize.Oop.mClassFeatureDeclaration  The Uize.Oop.mClassFeatureDeclaration mixin lets you mix in a feature declaration mechanism into class constructor functions. Uize.Parse  This is reference documentation for the Uize.Parse module of the UIZE JavaScript Framework. Uize.Parse.Base  The Uize.Parse.Base module implements an abstract base class for lightweight parser class modules. Uize.Parse.Code  This is reference documentation for the Uize.Parse.Code module of the UIZE JavaScript Framework. Uize.Parse.Code.CStyleMultiLineComment  The Uize.Parse.Code.CStyleMultiLineComment module defines a parser class for C-style multi-line comments. Uize.Parse.Code.CStyleSingleLineComment  The Uize.Parse.Code.CStyleSingleLineComment module defines a parser class for C-style single line comments. Uize.Parse.Code.PoundComment  The Uize.Parse.Code.PoundComment module provides methods for parsing and serializing single line comments that start with a pound character. Uize.Parse.Code.StringLiteral  The Uize.Parse.Code.StringLiteral module defines a parser class for string literals. Uize.Parse.Code.Whitespace  The Uize.Parse.Code.Whitespace module provides methods for parsing and serializing whitespace sections. Uize.Parse.Items  The Uize.Parse.Items module implements an abstract base class for an items parser, where the parser classes for one or more item types can be configured in subclasses. Uize.Parse.JavaProperties  This is reference documentation for the Uize.Parse.JavaProperties module of the UIZE JavaScript Framework. Uize.Parse.JavaProperties.Document  The Uize.Parse.JavaProperties.Document module provides methods for parsing and serializing Java properties files. Uize.Parse.JavaProperties.Property  The Uize.Parse.JavaProperties.Property module provides methods for parsing and serializing properties in Java properties files. Uize.Parse.JavaProperties.PropertyName  The Uize.Parse.JavaProperties.PropertyName module provides methods for parsing and serializing property names in Java properties files. Uize.Parse.JavaProperties.PropertyValue  The Uize.Parse.JavaProperties.PropertyValue module provides methods for parsing and serializing property values in Java properties files. Uize.Parse.JavaProperties.UnicodeEscaped  The Uize.Parse.JavaProperties.UnicodeEscaped module provides methods for converting to and from Java Unicode-escaped strings. Uize.Parse.JavaPropertiesAscii  This is reference documentation for the Uize.Parse.JavaPropertiesAscii module of the UIZE JavaScript Framework. Uize.Parse.JavaPropertiesAscii.Document  The Uize.Parse.JavaPropertiesAscii.Document module provides methods for parsing and serializing Java properties files, where all characters outside the ASCII range should be Unicode-escaped. Uize.Parse.JavaPropertiesAscii.Property  The Uize.Parse.JavaPropertiesAscii.Property module provides methods for parsing and serializing properties in Java properties files, where all characters outside the ASCII range should be Unicode-escaped. Uize.Parse.JavaPropertiesAscii.PropertyName  The Uize.Parse.JavaPropertiesAscii.PropertyName module provides methods for parsing and serializing property names in Java properties files, where all characters outside the ASCII range should be Unicode-escaped. Uize.Parse.JavaPropertiesAscii.PropertyValue  The Uize.Parse.JavaPropertiesAscii.PropertyValue module provides methods for parsing and serializing property values in Java properties files, where all characters outside the ASCII range should be Unicode-escaped. Uize.Parse.JavaPropertiesUnicode  This is reference documentation for the Uize.Parse.JavaPropertiesUnicode module of the UIZE JavaScript Framework. Uize.Parse.JavaPropertiesUnicode.Document  The Uize.Parse.JavaPropertiesUnicode.Document module provides methods for parsing and serializing Java properties files that support unescaped Unicode characters. Uize.Parse.JavaPropertiesUnicode.Property  The Uize.Parse.JavaPropertiesUnicode.Property module provides methods for parsing and serializing properties in Java properties files that support unescaped Unicode characters. Uize.Parse.JavaPropertiesUnicode.PropertyName  The Uize.Parse.JavaPropertiesUnicode.PropertyName module provides methods for parsing and serializing property names in Java properties files that support unescaped Unicode characters. Uize.Parse.JavaPropertiesUnicode.PropertyValue  The Uize.Parse.JavaPropertiesUnicode.PropertyValue module provides methods for parsing and serializing property values in Java properties files that support unescaped Unicode characters. Uize.Parse.MacStrings  This is reference documentation for the Uize.Parse.MacStrings module of the UIZE JavaScript Framework. Uize.Parse.MacStrings.Document  The Uize.Parse.MacStrings.Document module provides methods for parsing and serializing Mac OS / iOS Strings Files. Uize.Parse.MacStrings.String  The Uize.Parse.MacStrings.String module provides methods for parsing and serializing strings in Mac OS / iOS Strings Files. Uize.Parse.Po  This is reference documentation for the Uize.Parse.Po module of the UIZE JavaScript Framework. Uize.Parse.Po.Document  The Uize.Parse.Po.Document module provides methods for parsing and serializing GNU gettext PO files. Uize.Parse.Po.Name  The Uize.Parse.Po.Name module provides methods for parsing and serializing names in GNU gettext PO files. Uize.Parse.Po.NameValue  The Uize.Parse.Po.NameValue module provides methods for parsing and serializing name-value pairs in GNU gettext PO files. Uize.Parse.Po.Value  The Uize.Parse.Po.Value module provides methods for parsing and serializing values in GNU gettext PO files. Uize.Parse.Xml  This is reference documentation for the Uize.Parse.Xml module of the UIZE JavaScript Framework. Uize.Parse.Xml.Cdata  The Uize.Parse.Xml.Cdata module provides methods for parsing and serializing CDATA sections of XML documents. Uize.Parse.Xml.Comment  The Uize.Parse.Xml.Comment module provides methods for parsing and serializing comments of XML documents. Uize.Parse.Xml.NodeList  The Uize.Parse.Xml.NodeList module provides methods for parsing and serializing XML nodes. Uize.Parse.Xml.Tag  The Uize.Parse.Xml.Tag module provides methods for parsing and serializing individual XML tags. Uize.Parse.Xml.TagAttribute  The Uize.Parse.Xml.TagAttribute module provides methods for parsing and serializing individual tag attributes of XML tags. Uize.Parse.Xml.TagAttributeValue  The Uize.Parse.Xml.TagAttributeValue module provides methods for parsing and serializing tag attribute values for tag attributes of XML tags. Uize.Parse.Xml.TagAttributes  The Uize.Parse.Xml.TagAttributes module provides methods for parsing and serializing tag attributes lists of XML tags. Uize.Parse.Xml.TagOrAttributeName  The Uize.Parse.Xml.TagOrAttributeName module provides methods for parsing and serializing tag names or attribute names of XML tags. Uize.Parse.Xml.Text  The Uize.Parse.Xml.Text module provides methods for parsing and serializing text nodes of XML documents. Uize.Parse.Xml.Util  The Uize.Parse.Xml.Util module provides utility methods for working with parser class trees generated by the various parsing objects under the Uize.Parse.Xml namespace. Uize.Service  The Uize.Service module defines a base class from which classes that define services can inherit. Uize.Service.Adapter  The Uize.Service.Adapter module defines a base class from which classes that define service adapters can inherit. Uize.Services  This is reference documentation for the Uize.Services module of the UIZE JavaScript Framework. Uize.Services.FileBuilder  The Uize.Services.FileBuilder module defines a class for a file builder service. Uize.Services.FileBuilderAdapter  The Uize.Services.FileBuilderAdapter module defines an abstract base class for adapters for the file builder service (Uize.Services.FileBuilder). Uize.Services.FileBuilderAdapter.Basic  The Uize.Services.FileBuilderAdapter.Basic module defines a basic adapter for the file builder service (Uize.Services.FileBuilder). Uize.Services.FileSystem  The Uize.Services.FileSystem module defines a class for a file system service. Uize.Services.FileSystemAdapter  The Uize.Services.FileSystemAdapter module defines an abstract base class for adapters for the file system service (Uize.Services.FileSystem). Uize.Services.FileSystemAdapter.Node  The Uize.Services.FileSystemAdapter.Node module defines an adapter for the file system service (Uize.Services.FileSystem) for the NodeJS environment. Uize.Services.FileSystemAdapter.Wsh  The Uize.Services.FileSystemAdapter.Wsh module defines an adapter for the file system service (Uize.Services.FileSystem) for the WSH (Windows Script Host) environment. Uize.Services.Loc  The Uize.Services.Loc module defines a class for a project localization service. Uize.Services.LocAdapter  The Uize.Services.LocAdapter module defines a base class for adapters for the Uize.Services.Loc service. Uize.Services.LocAdapter.Uize  The Uize.Services.LocAdapter.Uize module defines an adapter for the Uize.Services.Loc service, specifically to be used with the UIZE JavaScript Framework. Uize.Services.LocAdapter.mHtmlPseudoLocalization  The Uize.Services.LocAdapter.mHtmlPseudoLocalization mixin lets you mix in a true HTML pseudo-localization behavior for resource strings that contain HTML. Uize.Services.Setup  The Uize.Services.Setup package.... Uize.Services.Store  The Uize.Services.Store module defines a class for a simple key/value store service. Uize.Services.StoreAdapter  The Uize.Services.StoreAdapter module defines an abstract base class for adapters for the store service (Uize.Services.Store). Uize.Services.StoreAdapter.BrowserLocalStorage  The Uize.Services.StoreAdapter.BrowserLocalStorage module defines an adapter for the store service (Uize.Services.Store) that uses the browser's localStorage object for persisting data. Uize.Services.StoreAdapter.Memory  The Uize.Services.StoreAdapter.Memory module defines a simple adapter for the store service (Uize.Services.Store) that uses a non-persistent in-memory object for storing data. Uize.Str  This is reference documentation for the Uize.Str module of the UIZE JavaScript Framework. Uize.Str.BackslashEscapedLinebreaks  The Uize.Str.BackslashEscapedLinebreaks module provides methods for converting to and from backslash-escaped linebreaks. Uize.Str.Builder  The Uize.Str.Builder module implements an object to facilitate the building of very large strings, in a way that minimizes performance costs. Uize.Str.Camel  The Uize.Str.Camel module provides convenience methods for dealing with camelCased strings. Uize.Str.CharClass  The Uize.Str.CharClass module defines a simple class that provides methods for working with strings that may contain chars of a specific character class. Uize.Str.Discombobulator  The Uize.Str.Discombobulator module lets you discombobulate text, with processes like uppercasing, special-charring, bracketing, hyphenating, etc. Uize.Str.Has  The Uize.Str.Has module provides methods for testing if a string starts with, ends with, or contains a specified substring. Uize.Str.Indented  The Uize.Str.Indented module provides methods for working with multi-line strings, supporting indenting, changing linebreaks, modifying lines, etc. Uize.Str.Limit  The Uize.Str.Limit module provides methods for limiting the length of strings and performing truncation in different ways. Uize.Str.Lines  The Uize.Str.Lines module provides methods for working with multi-line strings, supporting indenting, changing linebreaks, modifying lines, etc. Uize.Str.Repeat  The Uize.Str.Repeat module provides features for repeating string segments. Uize.Str.Replace  The Uize.Str.Replace module provides methods for replacing substrings in a string by specifying a replacement lookup. Uize.Str.Search  The Uize.Str.Search package lets you search for all occurrences of a match in a multi-line string, providing information such as start and end line number and character position for each of the search results. Uize.Str.SegmentHighlighter  The Uize.Str.SegmentHighlighter module defines a class that can be used to generate highlights for segments of a source string. Uize.Str.Split  The Uize.Str.Split module provides some utility methods for splitting strings. Uize.Str.Trim  The Uize.Str.Trim module provides methods for detecting and removing whitespace padding around single line strings. Uize.Str.Whitespace  The Uize.Str.Whitespace module provides methods for working with strings that may contain whitespace characters. Uize.Template  The Uize.Template module implements a JavaScript Templates system, with rich template functionality that fully leverages the JavaScript language. Uize.Template.Module  The Uize.Template.Module module provides methods for building JavaScript modules from JavaScript templates. Uize.Templates  This is reference documentation for the Uize.Templates module of the UIZE JavaScript Framework. Uize.Templates.Adoptable  This is reference documentation for the Uize.Templates.Adoptable module of the UIZE JavaScript Framework. Uize.Templates.Calculator  The Uize.Templates.Calculator module generates HTML that can be used for instances of the Uize.Widget.Calculator class. Uize.Templates.Calendar  The Uize.Templates.Calendar module generates HTML that can be used for instances of the Uize.Widget.Calendar class. Uize.Templates.Collection  The Uize.Templates.Collection module generates HTML that can be used for instances of the Uize.Widget.Collection class. Uize.Templates.CollectionItem  The Uize.Templates.CollectionItem module generates HTML that can be used for instances of the Uize.Widget.CollectionItem class. Uize.Templates.ColorGrid  This is reference documentation for the Uize.Templates.ColorGrid module of the UIZE JavaScript Framework. Uize.Templates.List  The Uize.Templates.List module is a JavaScript Template module, used for generating HTML markup for an unordered list from a JSON data tree. Uize.Templates.ProgressBar  This is reference documentation for the Uize.Templates.ProgressBar module of the UIZE JavaScript Framework. Uize.Templates.SimpleDoc  This is reference documentation for the Uize.Templates.SimpleDoc module of the UIZE JavaScript Framework. Uize.Templates.Text  This is reference documentation for the Uize.Templates.Text module of the UIZE JavaScript Framework. Uize.Templates.Text.ProgressBar  The Uize.Templates.Text.ProgressBar module is a JavaScript Template module, used for generating a text progress bar string that can be used when outputting to logs, consoles, terminals, etc. Uize.Templates.Text.Table  The Uize.Templates.Text.Table module is a JavaScript Template module, used for generating a text-based table layout of data that can be used when outputting to logs, consoles, terminals, etc. Uize.Templates.Text.Tables  This is reference documentation for the Uize.Templates.Text.Tables module of the UIZE JavaScript Framework. Uize.Templates.Text.Tables.Breakdown  The Uize.Templates.Text.Tables.Breakdown module is a JavaScript Template module, used for generating a text-based counts breakdown table that can be used when outputting to logs, consoles, terminals, etc. Uize.Templates.Text.Tables.Histogram  The Uize.Templates.Text.Tables.Histogram module is a JavaScript Template module, used for generating a text-based histogram table that can be used when outputting to logs, consoles, terminals, etc. Uize.Templates.Text.Tables.YinYangBreakdown  The Uize.Templates.Text.Tables.YinYangBreakdown module is a JavaScript Template module, used for generating a text-based yin and yang style breakdown table that can be used when outputting to logs, consoles, terminals, etc. Uize.Test  The Uize.Test class provides the foundation for a JavaScript Testing Framework, supporting unit testing, functional testing, performance testing, etc. Uize.Test.Class  The Uize.Test.Class module provides convenience methods for writing test cases against Uize.Class subclass modules. Uize.Test.Class.mChildObjectBindings  The Uize.Test.Class.mChildObjectBindings module provides convenience methods for writing test cases against Uize.Class subclass modules that mix-in Uize.Class.mChildObjectBindings. Uize.Test.Class.mDeclarativeChildObjects  The Uize.Test.Class.mDeclarativeChildObjects module provides convenience methods for writing test cases against Uize.Class subclass modules that mix-in Uize.Class.mDeclarativeChildObjects. Uize.Test.Class.mModels  The Uize.Test.Class.mModels module provides convenience methods for writing test cases against Uize.Class subclass modules that mix-in Uize.Class.mModels. Uize.Test.Class.mSpy  The Uize.Test.Class.mSpy module provides spying convenience methods for writing test cases against Uize.Class subclass modules. Uize.Test.ParserTest  The Uize.Test.ParserTest module defines a base class for parser test classes. Uize.Test.Performance  This is reference documentation for the Uize.Test.Performance module of the UIZE JavaScript Framework. Uize.Test.Performance.ArrayBuildingStyles  The Uize.Test.Performance.ArrayBuildingStyles module defines a performance test that compares different approaches to building arrays. Uize.Test.Performance.ArrayIterationStyles  The Uize.Test.Performance.ArrayIterationStyles module defines a performance test that compares different approaches to iterating over the elements of an array. Uize.Test.Performance.ArraySummingApproaches  The Uize.Test.Performance.ArraySummingApproaches module defines a performance test that compares different approaches to summing all the elements of an array. Uize.Test.Performance.ConstrainImplementationApproaches  The Uize.Test.Performance.ConstrainImplementationApproaches module defines a performance test that compares different implementation approaches for constraining a value to a range. Uize.Test.Performance.TestingForUndefined  The Uize.Test.Performance.TestingForUndefined module defines a performance test that compares different approaches to testing for an undefined value. Uize.Test.Runner  The Uize.Test.Runner package module provides a way to dynamically produce a test runner instance that can act as a wrapper for running tests for one or more modules. Uize.Test.TestData  This is reference documentation for the Uize.Test.TestData module of the UIZE JavaScript Framework. Uize.Test.TestData.Animals  DEVELOPERS: Chris van Rensburg Uize.Test.TestData.AnimalsAndPlants  DEVELOPERS: Chris van Rensburg Uize.Test.TestData.Plants  DEVELOPERS: Chris van Rensburg Uize.Test.Uize  The Uize.Test.Uize module defines a suite of unit tests for the Uize module. Uize.Test.Uize.Array  This is reference documentation for the Uize.Test.Uize.Array module of the UIZE JavaScript Framework. Uize.Test.Uize.Array.Dupes  The Uize.Test.Uize.Array.Dupes module defines a suite of unit tests for the Uize.Array.Dupes module. Uize.Test.Uize.Array.Join  The Uize.Test.Uize.Array.Join module defines a suite of unit tests for the Uize.Array.Join module. Uize.Test.Uize.Array.Order  The Uize.Test.Uize.Array.Order module defines a suite of unit tests for the Uize.Array.Order module. Uize.Test.Uize.Array.Sort  The Uize.Test.Uize.Array.Sort module defines a suite of unit tests for the Uize.Array.Sort module. Uize.Test.Uize.Array.Util  The Uize.Test.Uize.Array.Util module defines a suite of unit tests for the Uize.Array.Util module. Uize.Test.Uize.Build  This is reference documentation for the Uize.Test.Uize.Build module of the UIZE JavaScript Framework. Uize.Test.Uize.Build.Util  This is reference documentation for the Uize.Test.Uize.Build.Util module of the UIZE JavaScript Framework. Uize.Test.Uize.Build.Util.Whitespace  The Uize.Test.Uize.Build.Util.Whitespace module defines a suite of unit tests for the Uize.Build.Util.Whitespace module. Uize.Test.Uize.Class  The Uize.Test.Uize.Class module defines a suite of unit tests for the Uize.Class module. Uize.Test.Uize.Class.mChildObjectBindings  The Uize.Test.Uize.Class.mChildObjectBindings module defines a suite of unit tests for the Uize.Class.mChildObjectBindings mixin module. Uize.Test.Uize.Class.mChildObjectEventBindings  The Uize.Test.Uize.Class.mChildObjectEventBindings module defines a suite of unit tests for the Uize.Class.mChildObjectEventBindings mixin module. Uize.Test.Uize.Class.mDeclarativeChildObjects  The Uize.Test.Uize.Class.mDeclarativeChildObjects module defines a suite of unit tests for the Uize.Class.mDeclarativeChildObjects mixin module. Uize.Test.Uize.Class.mModels  The Uize.Test.Uize.Class.mModels module defines a suite of unit tests for the Uize.Class.mModels mixin module. Uize.Test.Uize.Class.mTreeInheritance  The Uize.Test.Uize.Class.mTreeInheritance module defines a suite of unit tests for the Uize.Class.mTreeInheritance mixin module. Uize.Test.Uize.Data  This is reference documentation for the Uize.Test.Uize.Data module of the UIZE JavaScript Framework. Uize.Test.Uize.Data.Combinations  The Uize.Test.Uize.Data.Combinations module defines a suite of unit tests for the Uize.Data.Combinations module. Uize.Test.Uize.Data.Compare  The Uize.Test.Uize.Data.Compare module defines a suite of unit tests for the Uize.Data.Compare module. Uize.Test.Uize.Data.Csv  The Uize.Test.Uize.Data.Csv module defines a suite of unit tests for the Uize.Data.Csv module. Uize.Test.Uize.Data.Diff  The Uize.Test.Uize.Data.Diff module defines a suite of unit tests for the Uize.Data.Diff module. Uize.Test.Uize.Data.Flatten  The Uize.Test.Uize.Data.Flatten module defines a suite of unit tests for the Uize.Data.Flatten module. Uize.Test.Uize.Data.Mappings  The Uize.Test.Uize.Data.Mappings module defines a suite of unit tests for the Uize.Data.Mappings module. Uize.Test.Uize.Data.Matches  The Uize.Test.Uize.Data.Matches module defines a suite of unit tests for the Uize.Data.Matches module. Uize.Test.Uize.Data.NameValueRecords  The Uize.Test.Uize.Data.NameValueRecords module defines a suite of unit tests for the Uize.Data.NameValueRecords module. Uize.Test.Uize.Data.PathsTree  The Uize.Test.Uize.Data.PathsTree module defines a suite of unit tests for the Uize.Data.PathsTree module. Uize.Test.Uize.Data.PathsTree.CompactString  The Uize.Test.Uize.Data.PathsTree.CompactString module defines a suite of unit tests for the Uize.Data.PathsTree.CompactString module. Uize.Test.Uize.Data.Util  The Uize.Test.Uize.Data.Util module defines a suite of unit tests for the Uize.Data.Util module. Uize.Test.Uize.Data.ValuePack  The Uize.Test.Uize.Data.ValuePack module defines a suite of unit tests for the Uize.Data.ValuePack module. Uize.Test.Uize.Date  The Uize.Test.Uize.Date module defines a suite of unit tests for the Uize.Date module. Uize.Test.Uize.Date.Formatter  The Uize.Test.Uize.Date.Formatter module defines a suite of unit tests for the Uize.Date.Formatter module. Uize.Test.Uize.Dom  This is reference documentation for the Uize.Test.Uize.Dom module of the UIZE JavaScript Framework. Uize.Test.Uize.Dom.Classes  The Uize.Test.Uize.Dom.Classes module defines a suite of unit tests for the Uize.Dom.Classes module. Uize.Test.Uize.Flo  The Uize.Test.Uize.Flo module defines a suite of unit tests for the Uize.Flo module. Uize.Test.Uize.Loc  This is reference documentation for the Uize.Test.Uize.Loc module of the UIZE JavaScript Framework. Uize.Test.Uize.Loc.FileFormats  This is reference documentation for the Uize.Test.Uize.Loc.FileFormats module of the UIZE JavaScript Framework. Uize.Test.Uize.Loc.FileFormats.AndroidStrings  The Uize.Test.Uize.Loc.FileFormats.AndroidStrings module defines a suite of unit tests for the Uize.Loc.FileFormats.AndroidStrings module. Uize.Test.Uize.Loc.FileFormats.JavaProperties  The Uize.Test.Uize.Loc.FileFormats.JavaProperties module defines a suite of unit tests for the Uize.Loc.FileFormats.JavaProperties module. Uize.Test.Uize.Loc.FileFormats.MacStrings  The Uize.Test.Uize.Loc.FileFormats.MacStrings module defines a suite of unit tests for the Uize.Loc.FileFormats.MacStrings module. Uize.Test.Uize.Loc.FileFormats.Po  The Uize.Test.Uize.Loc.FileFormats.Po module defines a suite of unit tests for the Uize.Loc.FileFormats.Po module. Uize.Test.Uize.Loc.FileFormats.ProjectStrings  This is reference documentation for the Uize.Test.Uize.Loc.FileFormats.ProjectStrings module of the UIZE JavaScript Framework. Uize.Test.Uize.Loc.FileFormats.ProjectStrings.Csv  The Uize.Test.Uize.Loc.FileFormats.ProjectStrings.Csv module defines a suite of unit tests for the Uize.Loc.FileFormats.ProjectStrings.Csv module. Uize.Test.Uize.Loc.FileFormats.ProjectStrings.Util  The Uize.Test.Uize.Loc.FileFormats.ProjectStrings.Util module defines a suite of unit tests for the Uize.Loc.FileFormats.ProjectStrings.Util module. Uize.Test.Uize.Loc.FileFormats.ProjectStrings.Xliff  The Uize.Test.Uize.Loc.FileFormats.ProjectStrings.Xliff module defines a suite of unit tests for the Uize.Loc.FileFormats.ProjectStrings.Xliff module. Uize.Test.Uize.Loc.FileFormats.QtTs  The Uize.Test.Uize.Loc.FileFormats.QtTs module defines a suite of unit tests for the Uize.Loc.FileFormats.QtTs module. Uize.Test.Uize.Loc.Plurals  This is reference documentation for the Uize.Test.Uize.Loc.Plurals module of the UIZE JavaScript Framework. Uize.Test.Uize.Loc.Plurals.RuleParser  The Uize.Test.Uize.Loc.Plurals.RuleParser module defines a suite of unit tests for the Uize.Loc.Plurals.RuleParser module. Uize.Test.Uize.Loc.Plurals.Util  The Uize.Test.Uize.Loc.Plurals.Util module defines a suite of unit tests for the Uize.Loc.Plurals.Util module. Uize.Test.Uize.Loc.Pseudo  The Uize.Test.Uize.Loc.Pseudo module defines a suite of unit tests for the Uize.Loc.Pseudo module. Uize.Test.Uize.Loc.Pseudo.Xml  The Uize.Test.Uize.Loc.Pseudo.Xml module defines a suite of unit tests for the Uize.Loc.Pseudo.Xml module. Uize.Test.Uize.Loc.Strings  This is reference documentation for the Uize.Test.Uize.Loc.Strings module of the UIZE JavaScript Framework. Uize.Test.Uize.Loc.Strings.Metrics  The Uize.Test.Uize.Loc.Strings.Metrics module defines a suite of unit tests for the Uize.Loc.Strings.Metrics module. Uize.Test.Uize.Loc.Strings.PluralUtils  The Uize.Test.Uize.Loc.Strings.PluralUtils module defines a suite of unit tests for the Uize.Loc.Strings.PluralUtils module. Uize.Test.Uize.Loc.Strings.StringPath  The Uize.Test.Uize.Loc.Strings.StringPath module defines a suite of unit tests for the Uize.Loc.Strings.StringPath module. Uize.Test.Uize.Loc.Strings.Util  The Uize.Test.Uize.Loc.Strings.Util module defines a suite of unit tests for the Uize.Loc.Strings.Util module. Uize.Test.Uize.Math  This is reference documentation for the Uize.Test.Uize.Math module of the UIZE JavaScript Framework. Uize.Test.Uize.Math.Blend  The Uize.Test.Uize.Math.Blend module defines a suite of unit tests for the Uize.Math.Blend module. Uize.Test.Uize.Parse  This is reference documentation for the Uize.Test.Uize.Parse module of the UIZE JavaScript Framework. Uize.Test.Uize.Parse.Code  This is reference documentation for the Uize.Test.Uize.Parse.Code module of the UIZE JavaScript Framework. Uize.Test.Uize.Parse.Code.CStyleMultiLineComment  The Uize.Test.Uize.Parse.Code.CStyleMultiLineComment module defines a suite of unit tests for the Uize.Parse.Code.CStyleMultiLineComment module. Uize.Test.Uize.Parse.Code.CStyleSingleLineComment  The Uize.Test.Uize.Parse.Code.CStyleSingleLineComment module defines a suite of unit tests for the Uize.Parse.Code.CStyleSingleLineComment module. Uize.Test.Uize.Parse.Code.PoundComment  The Uize.Test.Uize.Parse.Code.PoundComment module defines a suite of unit tests for the Uize.Parse.Code.PoundComment module. Uize.Test.Uize.Parse.Code.StringLiteral  The Uize.Test.Uize.Parse.Code.StringLiteral module defines a suite of unit tests for the Uize.Parse.Code.StringLiteral module. Uize.Test.Uize.Parse.Code.Whitespace  The Uize.Test.Uize.Parse.Code.Whitespace module defines a suite of unit tests for the Uize.Parse.Code.Whitespace module. Uize.Test.Uize.Parse.JavaProperties  This is reference documentation for the Uize.Test.Uize.Parse.JavaProperties module of the UIZE JavaScript Framework. Uize.Test.Uize.Parse.JavaProperties.Document  The Uize.Test.Uize.Parse.JavaProperties.Document module defines a suite of unit tests for the Uize.Parse.JavaProperties.Document module. Uize.Test.Uize.Parse.JavaProperties.Property  The Uize.Test.Uize.Parse.JavaProperties.Property module defines a suite of unit tests for the Uize.Parse.JavaProperties.Property module. Uize.Test.Uize.Parse.JavaProperties.PropertyName  The Uize.Test.Uize.Parse.JavaProperties.PropertyName module defines a suite of unit tests for the Uize.Parse.JavaProperties.PropertyName module. Uize.Test.Uize.Parse.JavaProperties.PropertyValue  The Uize.Test.Uize.Parse.JavaProperties.PropertyValue module defines a suite of unit tests for the Uize.Parse.JavaProperties.PropertyValue module. Uize.Test.Uize.Parse.JavaProperties.UnicodeEscaped  The Uize.Test.Uize.Parse.JavaProperties.UnicodeEscaped module defines a suite of unit tests for the Uize.Parse.JavaProperties.UnicodeEscaped module. Uize.Test.Uize.Parse.JavaPropertiesAscii  This is reference documentation for the Uize.Test.Uize.Parse.JavaPropertiesAscii module of the UIZE JavaScript Framework. Uize.Test.Uize.Parse.JavaPropertiesAscii.Document  The Uize.Test.Uize.Parse.JavaPropertiesAscii.Document module defines a suite of unit tests for the Uize.Parse.JavaPropertiesAscii.Document module. Uize.Test.Uize.Parse.JavaPropertiesAscii.Property  The Uize.Test.Uize.Parse.JavaPropertiesAscii.Property module defines a suite of unit tests for the Uize.Parse.JavaPropertiesAscii.Property module. Uize.Test.Uize.Parse.JavaPropertiesAscii.PropertyName  The Uize.Test.Uize.Parse.JavaPropertiesAscii.PropertyName module defines a suite of unit tests for the Uize.Parse.JavaPropertiesAscii.PropertyName module. Uize.Test.Uize.Parse.JavaPropertiesAscii.PropertyValue  The Uize.Test.Uize.Parse.JavaPropertiesAscii.PropertyValue module defines a suite of unit tests for the Uize.Parse.JavaPropertiesAscii.PropertyValue module. Uize.Test.Uize.Parse.JavaPropertiesUnicode  This is reference documentation for the Uize.Test.Uize.Parse.JavaPropertiesUnicode module of the UIZE JavaScript Framework. Uize.Test.Uize.Parse.JavaPropertiesUnicode.Document  The Uize.Test.Uize.Parse.JavaPropertiesUnicode.Document module defines a suite of unit tests for the Uize.Parse.JavaPropertiesUnicode.Document module. Uize.Test.Uize.Parse.JavaPropertiesUnicode.Property  The Uize.Test.Uize.Parse.JavaPropertiesUnicode.Property module defines a suite of unit tests for the Uize.Parse.JavaPropertiesUnicode.Property module. Uize.Test.Uize.Parse.JavaPropertiesUnicode.PropertyName  The Uize.Test.Uize.Parse.JavaPropertiesUnicode.PropertyName module defines a suite of unit tests for the Uize.Parse.JavaPropertiesUnicode.PropertyName module. Uize.Test.Uize.Parse.JavaPropertiesUnicode.PropertyValue  The Uize.Test.Uize.Parse.JavaPropertiesUnicode.PropertyValue module defines a suite of unit tests for the Uize.Parse.JavaPropertiesUnicode.PropertyValue module. Uize.Test.Uize.Parse.MacStrings  This is reference documentation for the Uize.Test.Uize.Parse.MacStrings module of the UIZE JavaScript Framework. Uize.Test.Uize.Parse.MacStrings.Document  The Uize.Test.Uize.Parse.MacStrings.Document module defines a suite of unit tests for the Uize.Parse.MacStrings.Document module. Uize.Test.Uize.Parse.MacStrings.String  The Uize.Test.Uize.Parse.MacStrings.String module defines a suite of unit tests for the Uize.Parse.MacStrings.String module. Uize.Test.Uize.Parse.Po  This is reference documentation for the Uize.Test.Uize.Parse.Po module of the UIZE JavaScript Framework. Uize.Test.Uize.Parse.Po.Document  The Uize.Test.Uize.Parse.Po.Document module defines a suite of unit tests for the Uize.Parse.Po.Document module. Uize.Test.Uize.Parse.Po.Name  The Uize.Test.Uize.Parse.Po.Name module defines a suite of unit tests for the Uize.Parse.Po.Name module. Uize.Test.Uize.Parse.Po.NameValue  The Uize.Test.Uize.Parse.Po.NameValue module defines a suite of unit tests for the Uize.Parse.Po.NameValue module. Uize.Test.Uize.Parse.Po.Value  The Uize.Test.Uize.Parse.Po.Value module defines a suite of unit tests for the Uize.Parse.Po.Value module. Uize.Test.Uize.Parse.Xml  This is reference documentation for the Uize.Test.Uize.Parse.Xml module of the UIZE JavaScript Framework. Uize.Test.Uize.Parse.Xml.Cdata  The Uize.Test.Uize.Parse.Xml.Cdata module defines a suite of unit tests for the Uize.Parse.Xml.Cdata module. Uize.Test.Uize.Parse.Xml.Comment  The Uize.Test.Uize.Parse.Xml.Comment module defines a suite of unit tests for the Uize.Parse.Xml.Comment module. Uize.Test.Uize.Parse.Xml.NodeList  The Uize.Test.Uize.Parse.Xml.NodeList module defines a suite of unit tests for the Uize.Parse.Xml.NodeList module. Uize.Test.Uize.Parse.Xml.Tag  The Uize.Test.Uize.Parse.Xml.Tag module defines a suite of unit tests for the Uize.Parse.Xml.Tag module. Uize.Test.Uize.Parse.Xml.TagAttribute  The Uize.Test.Uize.Parse.Xml.TagAttribute module defines a suite of unit tests for the Uize.Parse.Xml.TagAttribute module. Uize.Test.Uize.Parse.Xml.TagAttributeValue  The Uize.Test.Uize.Parse.Xml.TagAttributeValue module defines a suite of unit tests for the Uize.Parse.Xml.TagAttributeValue module. Uize.Test.Uize.Parse.Xml.TagAttributes  The Uize.Test.Uize.Parse.Xml.TagAttributes module defines a suite of unit tests for the Uize.Parse.Xml.TagAttributes module. Uize.Test.Uize.Parse.Xml.TagOrAttributeName  The Uize.Test.Uize.Parse.Xml.TagOrAttributeName module defines a suite of unit tests for the Uize.Parse.Xml.TagOrAttributeName module. Uize.Test.Uize.Parse.Xml.Text  The Uize.Test.Uize.Parse.Xml.Text module defines a suite of unit tests for the Uize.Parse.Xml.Text module. Uize.Test.Uize.Service  The Uize.Test.Uize.Service module defines a suite of unit tests for the Uize.Service module. Uize.Test.Uize.Services  This is reference documentation for the Uize.Test.Uize.Services module of the UIZE JavaScript Framework. Uize.Test.Uize.Services.FileSystem  The Uize.Test.Uize.Services.FileSystem module defines a suite of unit tests for the Uize.Services.FileSystem module. Uize.Test.Uize.Services.LocAdapter  The Uize.Test.Uize.Services.LocAdapter module defines a suite of unit tests for the Uize.Services.LocAdapter module. Uize.Test.Uize.Str  This is reference documentation for the Uize.Test.Uize.Str module of the UIZE JavaScript Framework. Uize.Test.Uize.Str.BackslashEscapedLinebreaks  The Uize.Test.Uize.Str.BackslashEscapedLinebreaks module defines a suite of unit tests for the Uize.Str.BackslashEscapedLinebreaks module. Uize.Test.Uize.Str.Builder  The Uize.Test.Uize.Str.Builder module defines a suite of unit tests for the Uize.Str.Builder module. Uize.Test.Uize.Str.Camel  The Uize.Test.Uize.Str.Camel module defines a suite of unit tests for the Uize.Str.Camel module. Uize.Test.Uize.Str.Has  The Uize.Test.Uize.Str.Has module defines a suite of unit tests for the Uize.Str.Has module. Uize.Test.Uize.Str.Limit  The Uize.Test.Uize.Str.Limit module defines a suite of unit tests for the Uize.Str.Limit module. Uize.Test.Uize.Str.Lines  The Uize.Test.Uize.Str.Lines module defines a suite of unit tests for the Uize.Str.Lines module. Uize.Test.Uize.Str.Repeat  The Uize.Test.Uize.Str.Repeat module defines a suite of unit tests for the Uize.Str.Repeat module. Uize.Test.Uize.Str.Replace  The Uize.Test.Uize.Str.Replace module defines a suite of unit tests for the Uize.Str.Replace module. Uize.Test.Uize.Str.Split  The Uize.Test.Uize.Str.Split module defines a suite of unit tests for the Uize.Str.Split module. Uize.Test.Uize.Str.Trim  The Uize.Test.Uize.Str.Trim module defines a suite of unit tests for the Uize.Str.Trim module. Uize.Test.Uize.Str.Whitespace  The Uize.Test.Uize.Str.Whitespace module defines a suite of unit tests for the Uize.Str.Whitespace module. Uize.Test.Uize.Template  The Uize.Test.Uize.Template module defines a suite of unit tests for the Uize.Template module. Uize.Test.Uize.Templates  This is reference documentation for the Uize.Test.Uize.Templates module of the UIZE JavaScript Framework. Uize.Test.Uize.Templates.Calculator  The Uize.Test.Uize.Templates.Calculator module defines basic unit tests for the Uize.Templates.Calculator JavaScript template module. Uize.Test.Uize.Templates.Calendar  The Uize.Test.Uize.Templates.Calendar module defines basic unit tests for the Uize.Templates.Calendar JavaScript template module. Uize.Test.Uize.Templates.Collection  The Uize.Test.Uize.Templates.Collection module defines basic unit tests for the Uize.Templates.Collection JavaScript template module. Uize.Test.Uize.Templates.CollectionItem  The Uize.Test.Uize.Templates.CollectionItem module defines basic unit tests for the Uize.Templates.CollectionItem JavaScript template module. Uize.Test.Uize.Templates.List  The Uize.Test.Uize.Templates.List module defines basic unit tests for the Uize.Templates.List JavaScript template module. Uize.Test.Uize.Templates.Text  This is reference documentation for the Uize.Test.Uize.Templates.Text module of the UIZE JavaScript Framework. Uize.Test.Uize.Templates.Text.ProgressBar  The Uize.Test.Uize.Templates.Text.ProgressBar module defines basic unit tests for the Uize.Templates.Text.ProgressBar JavaScript template module. Uize.Test.Uize.Templates.Text.Table  The Uize.Test.Uize.Templates.Text.Table module defines basic unit tests for the Uize.Templates.Text.Table JavaScript template module. Uize.Test.Uize.Url  The Uize.Test.Uize.Url module defines a suite of unit tests for the Uize.Url module. Uize.Test.Uize.Util  This is reference documentation for the Uize.Test.Uize.Util module of the UIZE JavaScript Framework. Uize.Test.Uize.Util.Html  This is reference documentation for the Uize.Test.Uize.Util.Html module of the UIZE JavaScript Framework. Uize.Test.Uize.Util.Html.Encode  The Uize.Test.Uize.Util.Html.Encode module defines a suite of unit tests for the Uize.Util.Html.Encode module. Uize.Test.Uize.Util.Html.Entities  The Uize.Test.Uize.Util.Html.Entities module defines a suite of unit tests for the Uize.Util.Html.Entities module. Uize.Test.Uize.Util.Html.EntityInfo  The Uize.Test.Uize.Util.Html.EntityInfo module defines a suite of unit tests for the Uize.Util.Html.EntityInfo module. Uize.Test.Uize.Util.Html.Has  The Uize.Test.Uize.Util.Html.Has module defines a suite of unit tests for the Uize.Util.Html.Has module. Uize.Test.Uize.Util.Matchers  This is reference documentation for the Uize.Test.Uize.Util.Matchers module of the UIZE JavaScript Framework. Uize.Test.Uize.Util.Matchers.AttributeMatcher  The Uize.Test.Uize.Util.Matchers.AttributeMatcher module defines a suite of unit tests for the Uize.Util.Matchers.AttributeMatcher module. Uize.Test.Uize.Util.Matchers.ValueListMatcher  The Uize.Test.Uize.Util.Matchers.ValueListMatcher module defines a suite of unit tests for the Uize.Util.Matchers.ValueListMatcher module. Uize.Test.Uize.Util.ModuleNaming  The Uize.Test.Uize.Util.ModuleNaming module defines a suite of unit tests for the Uize.Util.ModuleNaming module. Uize.Test.Uize.Util.PropertyAdapter  The Uize.Test.Uize.Util.PropertyAdapter module defines a suite of unit tests for the Uize.Util.PropertyAdapter module. Uize.Test.Uize.Util.RegExpComposition  The Uize.Test.Uize.Util.RegExpComposition module defines a suite of unit tests for the Uize.Util.RegExpComposition module. Uize.Test.Uize.Util.RegExpComposition.Printf  The Uize.Test.Uize.Util.RegExpComposition.Printf module defines a suite of unit tests for the Uize.Util.RegExpComposition.Printf module. Uize.Test.Uize.Util.RegExpComposition.PrintfWithParam  The Uize.Test.Uize.Util.RegExpComposition.PrintfWithParam module defines a suite of unit tests for the Uize.Util.RegExpComposition.PrintfWithParam module. Uize.Test.Uize.Util.Spy  The Uize.Test.Uize.Util.Spy module defines a suite of unit tests for the Uize.Util.Spy module. Uize.Test.Uize.Widget  This is reference documentation for the Uize.Test.Uize.Widget module of the UIZE JavaScript Framework. Uize.Test.Uize.Widget.Form  This is reference documentation for the Uize.Test.Uize.Widget.Form module of the UIZE JavaScript Framework. Uize.Test.Uize.Widget.Form.mDeclarativeElements  The Uize.Test.Uize.Widget.Form.mDeclarativeElements module defines a suite of unit tests for the Uize.Widget.Form.mDeclarativeElements mixin module. Uize.Test.Uize.Widget.HtmltCompiler  The Uize.Test.Uize.Widget.HtmltCompiler module defines a suite of unit tests for the Uize.Widget.HtmltCompiler module. Uize.Test.Uize.Widget.mCssBindings  The Uize.Test.Uize.Widget.mCssBindings module defines a suite of unit tests for the Uize.Widget.mCssBindings module. Uize.Test.Uize.Xml  The Uize.Test.Uize.Xml module defines a suite of unit tests for the Uize.Xml module. Uize.Test.Widget  The Uize.Test.Widget module provides convenience methods for writing test cases against Uize.Widget subclass modules. Uize.Test.Widget.mChildBindings  The Uize.Test.Widget.mChildBindings module provides convenience methods for writing test cases against Uize.Widget subclass modules that mix-in Uize.Widget.mChildBindings. Uize.Test.Widget.mCssBindings  The Uize.Test.Widget.mCssBindings module provides convenience methods for writing test cases against Uize.Widget subclass modules that mix-in Uize.Widget.mCssBindings. Uize.Test.Widget.mDeclarativeChildren  The Uize.Test.Widget.mDeclarativeChildren module provides convenience methods for writing test cases against Uize.Widget subclass modules that mix-in Uize.Widget.mDeclarativeChildren. Uize.Test.Widget.mEventBindings  The Uize.Test.Widget.mEventBindings module provides convenience methods for writing test cases against Uize.Widget subclass modules that mix-in Uize.Widget.mEventBindings. Uize.Test.Widget.mHtmlBindings  The Uize.Test.Widget.mHtmlBindings module provides convenience methods for writing test cases against Uize.Widget subclass modules that mix-in Uize.Widget.mHtmlBindings. Uize.Tooltip  The Uize.Tooltip module manages the display of decorated HTML tooltips that follow the mouse as it moves and that are positioned to always be in view. Uize.Url  The Uize.Url module eases working with URLs, supporting query string parsing and serialization, resolving relative URLs to absolute URLs, and more. Uize.Util  This is reference documentation for the Uize.Util module of the UIZE JavaScript Framework. Uize.Util.Browser  This is reference documentation for the Uize.Util.Browser module of the UIZE JavaScript Framework. Uize.Util.Browser.Cookies  The Uize.Util.Browser.Cookies module is a package under the Uize namespace, and provides a couple of methods for managing browser cookies. Uize.Util.Bucket  The Uize.Util.Bucket module implements methods for randomized selection of values from defined sets of buckets. Uize.Util.Coupler  The Uize.Util.Coupler class implements a mechanism for coupling two or more instances of any Uize.Class subclass by synchronizing values of state properties. Uize.Util.Cycle  The Uize.Util.Cycle module implements a cycle automation behavior that can be useful in building automated / animated user experiences, such as slideshows. Uize.Util.Debug  The Uize.Util.Debug package provides convenience methods to aid in debugging code during development. Uize.Util.Dependencies  The Uize.Util.Dependencies utility module provides methods for working with dependency relationships in a generic way. Uize.Util.Dependencies.Analyzer  The Uize.Util.Dependencies.Analyzer utility module provides a way to perform a detailed analysis of the dependencies of a module, producing a comprehensive report in the form of a JSON object. Uize.Util.Dependencies.Async  The Uize.Util.Dependencies.Async utility module provides methods for working with dependency relationships in a generic way, and where the method for obtaining direct dependencies involves an asynchronous process. Uize.Util.Html  This is reference documentation for the Uize.Util.Html module of the UIZE JavaScript Framework. Uize.Util.Html.Encode  The Uize.Util.Html.Encode package defines utility methods for HTML encoding and HTML decoding of strings. Uize.Util.Html.Entities  The Uize.Util.Html.Entities package defines lookup objects that map HTML entity names to character codes, and vice versa. Uize.Util.Html.EntityInfo  The Uize.Util.Html.EntityInfo package defines a lookup object that maps HTML entity character codes to description / categorization information about the entities. Uize.Util.Html.Has  The Uize.Util.Html.Has package defines a method for testing if strings contain HTML markup. Uize.Util.Matchers  This is reference documentation for the Uize.Util.Matchers module of the UIZE JavaScript Framework. Uize.Util.Matchers.AttributeMatcher  The Uize.Util.Matchers.AttributeMatcher package provides a way to resolve an attribute matcher expression to an attribute matcher function. Uize.Util.Matchers.Base  The Uize.Util.Matchers.Base package implements an abstract Uize.Util.Matchers.ModuleNameMatcher  The Uize.Util.Matchers.ModuleNameMatcher package provides a way to resolve a module name matcher expression to a value matcher function that can be used in high performance filtering of module name lists. Uize.Util.Matchers.ValueListMatcher  The Uize.Util.Matchers.ValueListMatcher package provides a way to resolve a value list matcher expression to a value matcher function. Uize.Util.ModuleNaming  The Uize.Util.ModuleNaming package provides utility methods to help with following the various UIZE conventions for module naming. Uize.Util.Needs  The Uize.Util.Needs class implements a mechanism for expressing needs/provides relationships in a semantically elegant way. Uize.Util.Oop  The Uize.Util.Oop package provides convenience methods for... Uize.Util.PropertyAdapter  The Uize.Util.PropertyAdapter class implements a mechanism for connecting two state properties together, with optional bi-directional value adapter code. Uize.Util.RegExpComposition  The Uize.Util.RegExpComposition module provides a way to define regular expressions in a compositional way, by defining regular expressions to use other regular expressions. Uize.Util.RegExpComposition.Printf  The Uize.Util.RegExpComposition.Printf package defines a regular expression composition object for matching printf formatting specifier character sequences. Uize.Util.RegExpComposition.PrintfWithParam  The Uize.Util.RegExpComposition.PrintfWithParam package defines a regular expression composition object for matching printf formatting specifier character sequences, with support for param / argument placeholders (such as "%1"). Uize.Util.RegExpComposition.WordSplitter  The Uize.Util.RegExpComposition.WordSpliiter package defines a regular expression composition object for matching non-word character sequences. Uize.Util.RegExpComposition.WordSplitterHtml  The Uize.Util.RegExpComposition.WordSplitterHtml package defines a regular expression composition object for matching non-word character sequences in strings that contains HTML tags and HTML entities. Uize.Util.Spy  The Uize.Util.Spy class provides utility functionality for "spying" on methods of objects or classes, primarily useful as part of unit testing. Uize.Web  The Uize.Web module provides support for ease of selecting, traversing, styling, and wiring events of DOM nodes, among other useful operations needed for creating an interactive UI. Uize.Web.library  The Uize.Web.library module is a library module that bundles together various JavaScript modules that would commonly be needed when using the Uize.Web module. Uize.Web.xDom  The Uize.Web.xDom module extends the Uize.Web object by adding functionality for manipulating the DOM. Uize.Web.xEffects  The Uize.Web.xEffects module extends the Uize.Web object by adding functionality for animation effects. Uize.Web.xFilters  The Uize.Web.xFilters module extends the Uize.Web object by adding functionality for filtering & traversing the matched set of DOM elements. Uize.Web.xSelector  The Uize.Web.xSelector module extends the Uize.Web object by adding functionality for selecting nodes via CSS selector syntax, not supported natively by the browser. Uize.Widget  The Uize.Widget class serves as the base class for widgets in the UIZE JavaScript Framework, providing services to ease the implementation of widgets. Uize.Widget.AutoSuggest  The Uize.Widget.AutoSuggest widget manages requesting and display a set of selectable suggestions based on user input into a textbox and supports fine-grained specification of how suggestions are displayed. Uize.Widget.AutoTooltip  The Uize.Widget.AutoTooltip class makes it easy to display fancy / decorated HTML tooltips for nodes, using data that is tucked into their attributes. Uize.Widget.Bar  The Uize.Widget.Bar class implements a widget for displaying numerical values using a bar, with full and empty indicators and an optional value knob. Uize.Widget.Bar.Progress  The Uize.Widget.Bar.Progress class implements a progress bar that estimates the duration of operations using the known durations of past operations. Uize.Widget.Bar.Slider  The Uize.Widget.Bar.Slider class implements a slider widget that lets the user select a value by clicking-and-dragging the slider knob along a track. Uize.Widget.Bar.Slider.Plus  The Uize.Widget.Bar.Slider.Plus class extends the barebones slider base class by adding buttons for incrementing and decrementing the slider's value. Uize.Widget.Bar.mSlider  The Uize.Widget.Bar.mSlider module implements a mixin that lets you mix in knob drag-and-drop functionality into bar widget classes to produce slider widget classes. Uize.Widget.Button  The Uize.Widget.Button class implements the button widget - the most basic and atomic widget that is used in the implementation of many other widgets. Uize.Widget.Button.Checkbox  The Uize.Widget.Button.Checkbox class implements a thin wrapper around the button base class in order to support buttons that behave as checkboxes. Uize.Widget.Button.Filter  The Uize.Widget.Button.Filter widget provides functionality for a filter button within a Uize.Widget.Options.FilterGroup widget. Uize.Widget.Button.Toggle  The Uize.Widget.Button.Toggle class extends its superclass by letting the user repeatedly click in order to cycle through a set of two or more values. Uize.Widget.Button.ValueDisplay  The Uize.Widget.Button.ValueDisplay widget provides the base functionality for button widget that wants to display details about a value. Uize.Widget.Button.ValueDisplay.Selector  The Uize.Widget.Button.ValueDisplay.Selector widget provides the functionality for displaying an option value within an options selector Uize.Widget.Calculator  The Uize.Widget.Calculator class implements a calculator widget that uses the Uize.Widget.Button widget class for buttons and that doesn't impose any HTML layout or CSS styling. Uize.Widget.CalculatorAbstract  The Uize.Widget.CalculatorAbstract class implements an abstract class for a basic calculator, widget with division, multiplication, addition, subtraction, square root, memory, and percent. Uize.Widget.Calendar  The Uize.Widget.Calendar class implements a calendar widget that supports selecting a date within a given date range, with month and year navigation. Uize.Widget.Captcha  The Uize.Widget.Captcha class encapsulates the logic required to display and use a captcha. Uize.Widget.Captcha.Recaptcha  The Uize.Widget.Captcha.Recaptcha class encapsulates the logic required to display and use reCAPTCHA, a captcha implementation developed by a group of researchers at CMU (http://recaptcha.net). Uize.Widget.Collapsy  The Uize.Widget.Collapsy widget provides functionality surrounding showing status messages (like a form warning) in both a collapsed and expanded state. Uize.Widget.Collection  The Uize.Widget.Collection class manages a collection of items, with support for managing selected state, and methods for manipulating the collection. Uize.Widget.Collection.Dynamic  The Uize.Widget.Collection.Dynamic class extends Uize.Widget.Collection by adding dynamic adding, removing, and drag-and-drop re-ordering of items. Uize.Widget.Collection.Dynamic.Table  The Uize.Widget.Collection.Dynamic.Table class thinly extends Uize.Widget.Collection.Dynamic by adding support for handling collections of table rows. Uize.Widget.Collection.Dynamic.xDialogEditable  The Uize.Widget.Collection.Dynamic.xDialogEditable module extends the Uize.Widget.Collection.Dynamic base class by adding editing capability for dynamic collections. Uize.Widget.CollectionItem  The Uize.Widget.CollectionItem widget class manages state for an item that is intended to be one of many items owned by a collection widget instance. Uize.Widget.CollectionItem.Zooming  The Uize.Widget.CollectionItem.Zooming class extends its superclass by adding a zoom and pan behavior that lets the user more closely inspect an item. Uize.Widget.ColorGrid  The Uize.Widget.ColorGrid class implements a color grid, where total rows and columns is configurable, and colors are interpolated from corner colors. Uize.Widget.ColorGrid.Draggable  The Uize.Widget.ColorGrid.Draggable class extends its superclass by adding the ability to stretch the grid's color gradient by clicking and dragging. Uize.Widget.Committer  The Uize.Widget.Committer class provides a way to interface between a configurable set of state properties, on one or more instance, and other code. Uize.Widget.Count  The Uize.Widget.Count class implements a fancy number display, using images to represent digits, and using an animation effect when changing values. Uize.Widget.Dialog  The Uize.Widget.Dialog class implements support for inline dialogs, with features like drag-and-drop moving, ok, cancel, and close buttons, and more. Uize.Widget.Dialog.Confirm  The Uize.Widget.Dialog.Confirm class implements a confirmation dialog that can be used by the confirm and inform methods of the Uize.Widget class. Uize.Widget.Dialog.Form  The Uize.Widget.Dialog.Form class implements support for FORM-based dialogs, where the dialog result is an object with the values of its form inputs. Uize.Widget.Dialog.Iframe  The Uize.Widget.Dialog.Form class extends its superclass with support for iframe dialogs, where the dialog's contents is a page loaded into an iframe. Uize.Widget.Dialog.Picker  The Uize.Widget.Dialog.Picker widget acts as a base class for various value picker dialogs, such as date picker dialogs, color picker dialogs, etc. Uize.Widget.Dialog.Picker.Date  The Uize.Widget.Dialog.Picker.Date widget lets the user select a date from a modal dialog containing a calendar widget, with support for valid date ranges. Uize.Widget.Dialog.Picker.Palette  The Uize.Widget.Dialog.Picker.Palette widget is a thin base class for picker dialog widgets that act as a droplist palette. Uize.Widget.Dialog.Picker.Palette.Selector  The Uize.Widget.Dialog.Picker.Palette.Selector widget lets the user select a value from a modal dialog containing a set of options (i.e. a droplist). Uize.Widget.Dialog.Picker.Palette.mSelector  The Uize.Widget.Dialog.Picker.Palette.mSelector widget mixin lets the user select a value from a modal dialog containing a set of options (i.e. a droplist). Uize.Widget.Dialog.Picker.mPalette  The Uize.Widget.Dialog.Picker.mPalette widget mixin is a thin base class for picker dialog widgets that act as a droplist palette. Uize.Widget.Dialog.mConfirm  The Uize.Widget.Dialog.mConfirm mixin module implements features to facilitate the creation of confirm dialogs (dialog subclasses). Uize.Widget.Dialog.mForm  The Uize.Widget.Dialog.mForm mixin module implements features to facilitate the creation of form dialogs (dialogs containing forms). Uize.Widget.Dialog.mPicker  The Uize.Widget.Dialog.mPicker widget mixin mixes base functionality for various value picker dialogs, such as date picker dialogs, color picker dialogs, etc. Uize.Widget.Dialog.mResizable  The Uize.Widget.Dialog.mResizable mixin module implements features to allow dialogs to dynamically resize. Uize.Widget.Dialog.xResizable  The Uize.Widget.Dialog.xResizable module extends the Uize.Widget.Dialog base class by adding a highly configurable resizing capability for dialogs. Uize.Widget.DirectionalPad  The Uize.Widget.DirectionalPad class manages the state of a set of button widgets that emulate a directional pad. Uize.Widget.Drag  The Uize.Widget.Drag class implements support for managing drag operations and draggable nodes - slider / scrollbar knobs, resizer drag handles, etc. Uize.Widget.Drag.Move  The Uize.Widget.Drag.Move class wires a drag-and-drop behavior to a node to let the user move its position, with support for different position units. Uize.Widget.Drag.Move.Drop  The Uize.Widget.Drag.Move.Drop class implements support for adding/removing/wiring widgets as drop targets. Uize.Widget.EdgeHugger  The Uize.Widget.EdgeHugger class... Uize.Widget.EggTimer  The Uize.Widget.EggTimer class implements a countdown timer widget (or egg timer), where digits flip at intervals using a JavaScript animation effect. Uize.Widget.FilterGroups  The Uize.Widget.FilteredInput widget provides functionality for... Uize.Widget.Fleeting  The Uize.Widget.Fleeting class implements a fleeting message behavior with a configurable display lifespan and a JavaScript animation fade out effect. Uize.Widget.Flip  The Uize.Widget.Flip class implements a widget for producing a flip up or flip down JavaScript animation effect when its HTML contents are changed. Uize.Widget.Form  The Uize.Widget.Form widget provides functionality for managing form elements and handling validation Uize.Widget.Form.mDeclarativeElements  The Uize.Widget.Form.mDeclarativeElements mixin implements features to provide a declarative approach to adding form elements to a form. Uize.Widget.FormDialog  The Uize.Widget.FormDialog class serves as a thin widget to plumb the value of a Uize.Widget.Form widget (or subclass) as the dialog submission value. Uize.Widget.FormElement  The Uize.Widget.FormElement class serves as a wrapper class in order to provide an interface for any form element (input, select, textarea, etc). Uize.Widget.FormElement.Captcha  The Uize.Widget.FormElement.Captcha class encapsulates the logic required to display and use a captcha. Uize.Widget.FormElement.Captcha.Recaptcha  The Uize.Widget.FormElement.Captcha.Recaptcha class encapsulates the logic required to display and use reCAPTCHA, a captcha implementation developed by a group of researchers at CMU (http://recaptcha.net). Uize.Widget.FormElement.Select  The Uize.Widget.FormElement.Select class serves a wrapper class in order to provide a beter programmable interface to a