List of Stringlist methods: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (Automatically generated page update) |
||
Line 1: | Line 1: | ||
<!-- This page was automatically generated and will be automatically | <!-- This page was automatically generated and will be automatically | ||
replaced, so any manual edits will be lost. You've been warned. --> | replaced, so any manual edits will be lost. You've been warned. --> | ||
The following are the available Stringlist class methods. | The following are the available [[Stringlist class]] methods. | ||
{{Template:Method list header|class=Stringlist}} | {{Template:Method list header|class=Stringlist}} | ||
<table class="wikitable"> | <table class="wikitable"> |
Revision as of 17:58, 31 January 2011
The following are the available Stringlist class methods.
Method | Description |
---|---|
Add | Add string as new Stringlist item |
AddImage | Add image as new Stringlist item |
AddOrdered | Add an item to an ordered Stringlist |
AddOrderedUnique | Conditionally add an item to an ordered Stringlist |
AddUnique | Conditionally add an item to a Stringlist |
AddUniqueOrdered | Conditionally add an item to an ordered Stringlist |
AppendCertificateInfo | Add certificate information to a Stringlist |
AppendCertificateRequest | Add certificate request to a Stringlist |
AppendCertificateRequestInfo | Add certificate request information to a Stringlist |
AppendClientCertificateRequest | Add client certificate request to a Stringlist |
AppendEncryptedSecurityData | Add RC4 encrypted base64 data to a Stringlist |
AppendFieldImages | Add fields stored in image format to a Stringlist |
AppendFieldValues | Add fields names and values to a Stringlist |
AppendGeneratedPrivateKey | Add base64 encoded RSA private key to a Stringlist |
AppendJournalData | Add lines from journal to Stringlist |
AppendOpenProcedure | Add lines from procedure to Stringlist |
AppendPrivateKeyInfo | Add RSA private key information to a Stringlist |
AppendProcedureList | Add information about procedures to a Stringlist |
AppendSignedCertificate | Add base64 encoded signed certificate to a Stringlist |
AppendSignedClientCertificate | Add base64 encoded signed client certificate to a Stringlist |
AppendSirfactCommandOutput | Add SirFact command output to a Stringlist |
AppendSirfactData | Add SirFact data display to a Stringlist |
AppendTrace | Add trace buffer data to a Stringlist |
BinaryProcedureDecode | Convert to String from binary procedure format |
BinaryProcedureEncode | Convert from binary procedure format to string |
BindImage | Associate a Stringlist with an image |
ChangeItemLength | Change length of Stringlist item |
CheckCertificate | Check format of base64 encoded certificate |
CheckCertificateRequest | Check format of base64 encoded certificate request |
Compare | Compare two Stringlists and produce Stringlist describing differences |
Copy | Copy Stringlist |
CopyImageBinding | Copy image association from another Stringlist |
CopyItems | Copy items between Stringlists |
Count | Number of items in Stringlist |
CreateLines | Create delimited string from Stringlist |
DeepCopy | Copy Stringlist |
Dequeue | Retrieve value of first Stringlist item, then remove item |
Empty | Remove all items from a Stringlist |
Enqueue | Add string as new Stringlist item |
Find | Find next stringlist item that matches a string |
FindImageItem | Find next matching image item in Stringlist |
FindImageItemUp | Find previous matching image item in Stringlist |
FindUp | Find previous stringlist item that matches a string |
FirstItem | Retrieve value of first Stringlist item |
GetImage | Retrieve Stringlist item into image |
Insert | Insert string into a Stringlist |
InsertImage | Insert image into a Stringlist |
Item | Retrieve value of Stringlist item |
ItemDifferenceList | Compare Stringlist to delimited Stringlist item |
ItemLength | Length of Stringlist item |
LastItem | Retrieve value of last Stringlist item |
List | Construct a new Stringlist from list of strings |
ListToItem | Convert Stringlist to single delimited Stringlist item |
Locate | Locate next Stringlist item containing string |
LocateUp | Locate previous Stringlist item containing string |
MaxItemLength | Maximum Stringlist item length |
MoveFromId | Move data from $list to Stringlist |
MoveToId | Move data from Stringlist to $list |
New | Create new Stringlist instance |
Overlay | Overlay part of Stringlist item with string |
OverlayImageItem | Overlay part of Stringlist item with image item |
ParseLines | Parse delimited string into Stringlist |
Patch | Update base Stringlist with patch Stringlist |
PatchLines | Apply patch Stringlist to a base Stringlist |
PatchString | Update base string with patch Stringlist |
Pop | Retrieve value of last Stringlist item, then remove last item |
Display contents of a Stringlist | |
Push | Add string as new Stringlist item |
RegexCapture | Capture substrings to Stringlist using regex |
RegexLocate | Find next item in Stringlist that matches a regex |
RegexLocateUp | Find previous item in Stringlist that matches a regex |
RegexReplaceCorresponding | Replace substrings that match regex with items in a Stringlist |
RegexSplit | Split a string onto a Stringlist using regex |
RegexSubset | Create subset of Stringlist that matches a regex |
RemoveItem | Remove item from Stringlist |
Replace | Replace a Stringlist item with a string |
ReplaceImage | Replace Stringlist item with an image |
Sort | Sort the contents of a Stringlist |
SortNew | Sort the contents of a Stringlist object to a new Stringlist |
Subset | Create Stringlist subset |
SubsetImageItem | Create Stringlist subset based on image item |
UnbindImage | Disassociate a Stringlist from an image |
Update | Produce Stringlist from input Stringlist using Stringlist of updates |