Function 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
V
 verify
 VerifySignature, FireGPG.Inline
W
 wash, FireGPG.Selection
 wrap
function verify()
Verfiy signs of the current data of the editor.
verify: function(silent,
text,
charset,
signData,
fileMode,
fileFrom,
fileSig,
fileDataForSign,
fromDTA)
Function to verify signs in a text.
verify: function(text,
charset,
fileMode,
fileFrom,
fileSig,
fileDataForSign,
fromDTA)
Verify a text.
FireGPG.Inline.VerifySignature = function(content,
block)
This is the function called when the user click on “Verify” for a PGP’s signed message block
wash: function(text)
Transform HTML to usable text to encrypt
wrap:function (text,
limit)
This function wraps a single line of text into multiple lines, each no longer than limit, unless a single word is too long.
Close