Deployment Guide

282 | Programmers Reference Dell Networking W-ClearPass Guest 6.0 | Deployment Guide
%X
Preferred time representation for the current locale, without the date
%y
Year as a decimal number without the century (00 to 99)
%Y
Year as a decimal number
%%
A literal % character
Programmer’s Reference
This section describes the following:
l "NwaAlnumPassword" on page 282
l "NwaBoolFormat" on page 282
l "NwaByteFormat" on page 283
l "NwaByteFormatBase10" on page 283
l "NwaComplexPassword" on page 283
l "NwaCsvCache" on page 283
l "NwaDigitsPassword($len)" on page 283
l "NwaDynamicLoad" on page 283
l "NwaGeneratePictureString" on page 283
l "NwaGenerateRandomPasswordMix" on page 284
l "NwaLettersDigitsPassword" on page 284
l "NwaLettersPassword" on page 284
l "NwaMoneyFormat" on page 284
l "NwaParseCsv" on page 284
l "NwaParseXml" on page 285
l "NwaPasswordByComplexity" on page 285
l "NwaSmsIsValidPhoneNumber " on page 286
l "NwaStrongPassword" on page 286
l "NwaVLookup" on page 286
l "NwaWordsPassword" on page 287
NwaAlnumPassword
NwaAlnumPassword($len)
Generates an alpha-numeric password (mixed case) of length $len characters.
NwaBoolFormat
NwaBoolFormat($value, $options = null)
Formats a boolean value as a string. If 3 function arguments are supplied, the 2nd and 3rd arguments are the values
to return for false and true, respectively. Otherwise, the $options parameter specifies how to do the conversion:
l If an integer 0 or 1, the string values 0 and “1 are returned.
l If a string containing a | character, the string is split at this separator and used as the values for false and true
respectively.