Method plist/search
SEARCH returns a subset of a parameter list.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
DESCRIPTION: SEARCH returns a subset of a parameter list.
Please notice that this method is just a wrapper of plist/subset.
CALL: p = search(pl, 'key')
p = search(pl, search_pl)
p = search(pl, 'key1', 'key2')
p = search(pl, {'key1', 'key2'})
REMARK: It is possible to use a star (*) as a wild-card.
A warning is given for any key not in the original plist.
Parameters Description
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details |
|
Access |
public |
Defining Class |
plist |
Sealed |
0 |
Static |
0 |
Parameter Description
Sets for this method … |
Default |
Default |
no description |
Key |
Default Value |
Options |
Description |
ltpda_run_method |
KEYS |
'' |
none |
The keys to search for. |
Example |
plist('KEYS', '') |
back to top
Some information of the method plist/subset are listed below: |
Class name |
plist |
Method name |
subset |
Category |
Helper |
Package name |
ltpda |
VCS Version |
967b0eec0dece803a81af8ef54ad2f8c784b20b2 |
Min input args |
1 |
Max input args |
-1 |
Min output args |
1 |
Max output args |
-1 |
Can be used as modifier |
0 |
Supported numeric types |
{'double'} |
|
Method: plist/removeKeys |
|
Method: plist/setDefaultForParam |
 |
©LTP Team