(diff) (hist) . . NSpellCheck(); 14:47 . . (+1,332) . . Jamie (Talk | contribs) (New page: This function performs a spell check on the given text and using the specified dictionaries to compare spelling against. == Parameters == SpellCheck( textToCheck, dictionariesToUse ) * ...)
(diff) (hist) . . NSpellIsRegistered(); 14:30 . . (+631) . . Jamie (Talk | contribs) (New page: This function checks if a specified dictionary is currently registered and available for use in spell checking text. == Parameters == SpellIsRegistered( name ) * '''name''': a symbolic ...)
(diff) (hist) . . NSpellListDictionary(); 14:26 . . (+474) . . Jamie (Talk | contribs) (New page: This function lists the names of all dictionaries currently registered and available for use in spell checking text. == Parameters == SpellRegisterDictionary() none == Returns == Retu...)
(diff) (hist) . . NSpellRemoveDictionary(); 14:20 . . (+545) . . Jamie (Talk | contribs) (New page: This function removes a registered dictionary, making it no longer available for use in spell checking. == Parameters == SpellRemoveDictionary( name ) * '''name''': a symbolic name repr...)
(diff) (hist) . . NCategory:SpellCheckPlugin; 12:37 . . (+1,924) . . Jamie (Talk | contribs) (New page: The SpellCheckPlugin adds CFML functions within OpenBD that can pull in dictionary files and check the spelling of given text. As an example of this functionality, the following code will...)
(diff) (hist) . . NCategory:CronPlugin; 08:01 . . (+1,714) . . Alan (Talk | contribs) (New page: The CronPlugin makes the management and scheduling of tasks much easier within OpenBD. Inspired from the simplicity of the /etc/cron.d/ subdirectories, this plugin brings the ease of that...)
(diff) (hist) . . NCronSetDirectory(); 08:00 . . (+829) . . Alan (Talk | contribs) (New page: This function takes in a block of HTML block, however messy, and runs it through the W3 Tidy utility to produce a clean version of it. == Parameters == CronSetDirectory( uri ) * '''uri'...)