Function name |
File name |
BitsToIPv4 (string bits)
|
IP.ycp
|
Build (map tokens)
|
URL.ycp
|
CAlnum ()
|
String.ycp
|
CAlpha ()
|
String.ycp
|
CDigit ()
|
String.ycp
|
CGraph ()
|
String.ycp
|
CLower ()
|
String.ycp
|
CPrint ()
|
String.ycp
|
CPunct ()
|
String.ycp
|
CSpace ()
|
String.ycp
|
CUpper ()
|
String.ycp
|
CXdigit ()
|
String.ycp
|
Check (string address)
|
Address.ycp
|
Check (string host)
|
Hostname.ycp
|
Check (string ip)
|
IP.ycp
|
Check (string netmask)
|
Netmask.ycp
|
Check (string url)
|
URL.ycp
|
Check4 (string address)
|
Address.ycp
|
Check4 (string ip)
|
IP.ycp
|
Check4 (string netmask)
|
Netmask.ycp
|
Check6 (string address)
|
Address.ycp
|
Check6 (string ip)
|
IP.ycp
|
Check6 (string netmask)
|
Netmask.ycp
|
CheckDomain (string domain)
|
Hostname.ycp
|
CheckFQ (string host)
|
Hostname.ycp
|
CheckKeys (map m, list keys)
|
Map.ycp
|
CheckMAC (string address)
|
Address.ycp
|
Clamp (integer i, integer min, integer max)
|
Integer.ycp
|
ComputeBroadcast (string ip, string mask)
|
IP.ycp
|
ComputeNetwork (string ip, string mask)
|
IP.ycp
|
ConvertBackAndForth (list <string> strings_in, boolean to_punycode)
|
Punycode.ycp
|
CreateNewCacheRecord (string decoded, string encoded)
|
Punycode.ycp
|
CurrentDomain ()
|
Hostname.ycp
|
CurrentFQ ()
|
Hostname.ycp
|
CurrentHostname ()
|
Hostname.ycp
|
CutBlanks (string input)
|
String.ycp
|
CutRegexMatch (string input, string regex, boolean glob)
|
String.ycp
|
CutZeros (string input)
|
String.ycp
|
DecodeDomainName (string encoded_domain_name)
|
Punycode.ycp
|
DecodePunycodes (list <string> punycode_strings)
|
Punycode.ycp
|
DetectRichText (string file)
|
RichText.ycp
|
DocodeDomainNames (list <string> encoded_domain_names)
|
Punycode.ycp
|
EncodeDomainName (string decoded_domain_name)
|
Punycode.ycp
|
EncodePunycodes (list <string> punycode_strings)
|
Punycode.ycp
|
EscapeString (string in, map<string,string> transform)
|
URL.ycp
|
EscapeTags (string text)
|
String.ycp
|
FirstChunk (string s, string separators)
|
String.ycp
|
FormatFilename (string file_path, integer len)
|
String.ycp
|
FormatRate (integer bytes_per_second)
|
String.ycp
|
FormatRateMessage (string text, integer avg_bps, integer curr_bps)
|
String.ycp
|
FormatSize (integer bytes)
|
String.ycp
|
FormatSizeWithPrecision (integer bytes, integer precision, boolean omit_zeroes)
|
String.ycp
|
FormatTime (integer seconds)
|
String.ycp
|
FormatTwoDigits (integer x)
|
String.ycp
|
FormatURL (map tokens, integer len)
|
URL.ycp
|
FromBits (integer bits)
|
Netmask.ycp
|
FromString (string s)
|
Map.ycp
|
GetCommentLines (string input)
|
String.ycp
|
GetDecodedCachedString (string encoded_string)
|
Punycode.ycp
|
GetEncodedCachedString (string decoded_string)
|
Punycode.ycp
|
GetMaximumCacheSize ()
|
Punycode.ycp
|
GetMetaDataLines (string input)
|
String.ycp
|
GetTmpDirectory ()
|
Punycode.ycp
|
HidePassword (string url)
|
URL.ycp
|
HidePasswordToken (map tokens)
|
URL.ycp
|
IPv4ToBits (string ipv4)
|
IP.ycp
|
IsPowerOfTwo (integer i)
|
Integer.ycp
|
Keys (map m)
|
Map.ycp
|
KeysToLower (map<string, any> m)
|
Map.ycp
|
KeysToUpper (map<string, any> m)
|
Map.ycp
|
MakeMapFromParams (string params)
|
URL.ycp
|
MakeParamsFromMap (map <string, string> params_map)
|
URL.ycp
|
Max (list<integer> values)
|
Integer.ycp
|
MergeFQ (string hostname, string domain)
|
Hostname.ycp
|
Min (list<integer> values)
|
Integer.ycp
|
NewlineItems (string s)
|
String.ycp
|
NonEmpty (list<string> l)
|
String.ycp
|
OptFormat (string f, string s)
|
String.ycp
|
OptParens (string s)
|
String.ycp
|
Pad (string text, integer length)
|
String.ycp
|
PadZeros (string text, integer length)
|
String.ycp
|
Parse (string url)
|
URL.ycp
|
ParseOptions (string options, map parameters)
|
String.ycp
|
ParseSysconfigComment (string comment)
|
String.ycp
|
Quote (string var)
|
String.ycp
|
Random (integer len)
|
String.ycp
|
Range (integer stop)
|
Integer.ycp
|
RangeFrom (integer start, integer stop)
|
Integer.ycp
|
RemoveShortcut (string label)
|
String.ycp
|
Replace (string s, string source, string target)
|
String.ycp
|
Rich2Plain (string richtext)
|
RichText.ycp
|
SetMaximumCacheSize (integer new_max_size)
|
Punycode.ycp
|
SplitFQ (string fqhostname)
|
Hostname.ycp
|
StartsWith (string str, string test)
|
String.ycp
|
Sum (list<integer> values)
|
Integer.ycp
|
TextTable (list<string> header, list <list <string> > items, map <string, any> options)
|
String.ycp
|
ToBits (string netmask)
|
Netmask.ycp
|
ToHex (string ip)
|
IP.ycp
|
ToInteger (string ip)
|
IP.ycp
|
ToString (integer ip)
|
IP.ycp
|
ToString (map m)
|
Map.ycp
|
TypeRepository ()
|
TypeRepository.ycp
|
UnEscapeString (string in, map<string,string> transform)
|
URL.ycp
|
UnQuote (string var)
|
String.ycp
|
UnderlinedHeader (string header_line, integer left_padding)
|
String.ycp
|
Valid4 ()
|
Address.ycp
|
Valid4 ()
|
IP.ycp
|
ValidChars
|
Hostname.ycp
|
ValidCharsFilename ()
|
String.ycp
|
ValidDomain ()
|
Hostname.ycp
|
ValidFQ ()
|
Hostname.ycp
|
ValidHost ()
|
Hostname.ycp
|
ValidMAC ()
|
Address.ycp
|
Values (map m)
|
Map.ycp
|
WrapAt (string text, integer width, string split_string)
|
String.ycp
|
enum_validator (list values, string value)
|
TypeRepository.ycp
|
is_a (any value, string type)
|
TypeRepository.ycp
|
is_string (any s)
|
TypeRepository.ycp
|
regex_validator (string regex, string value)
|
TypeRepository.ycp
|
transform_map_filename
|
URL.ycp
|
transform_map_passwd
|
URL.ycp
|
transform_map_query
|
URL.ycp
|