Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
X
 xchg
 xchgs
 xfm, GtkBookmarks
 Xinetd
 Xorg
let xchg (m:regexp) (d:string) (l:string) = del m d . label l
Replace a pattern with a different label in the tree, thus emulating a key but allowing to replace the keyword with a different value than matched
let xchg = [ Build.xchg Rx.space " " "space" ]
let xchgs (m:string) (l:string) = xchg m m l
Same as xchg, but the pattern is the default string
let xchgs = [ Build.xchgs " " "space" ]
let xfm = transform lns (incl (Sys.getenv("HOME") . "/.gtk-bookmarks"))
Parses xinetd configuration files
Parses /etc/X11/xorg.conf
Close