cookbooks:devel:pseudovariables
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | Next revisionBoth sides next revision | ||
cookbooks:devel:pseudovariables [2021/07/27 13:51] – [$rpl(key)] miconda | cookbooks:devel:pseudovariables [2021/07/30 10:38] – [Send Data Attributes] miconda | ||
---|---|---|---|
Line 1199: | Line 1199: | ||
} | } | ||
</ | </ | ||
+ | ===== Header Field Iterator ===== | ||
+ | |||
+ | ====== $hfitname(iname) ====== | ||
+ | |||
+ | The header name of the header field iterator. | ||
+ | |||
+ | Example: | ||
+ | |||
+ | <code c> | ||
+ | hf_iterator_start(" | ||
+ | while(hf_iterator_next(" | ||
+ | xlog(" | ||
+ | } | ||
+ | hf_iterator_end(" | ||
+ | </ | ||
+ | |||
+ | ====== $hfitbody(iname) ====== | ||
+ | |||
+ | The header body of the header field iterator. | ||
+ | |||
+ | Example: | ||
+ | |||
+ | <code c> | ||
+ | hf_iterator_start(" | ||
+ | while(hf_iterator_next(" | ||
+ | xlog(" | ||
+ | } | ||
+ | hf_iterator_end(" | ||
+ | </ | ||
+ | |||
+ | ===== Body Line Iterator ===== | ||
+ | |||
+ | ====== $blitval(iname) ====== | ||
+ | |||
+ | The value of the body line iterator. | ||
+ | |||
+ | Example: | ||
+ | |||
+ | <code c> | ||
+ | bl_iterator_start(" | ||
+ | while(bl_iterator_next(" | ||
+ | xlog(" | ||
+ | } | ||
+ | bl_iterator_end(" | ||
+ | </ | ||
+ | |||
+ | |||
===== Send Data Attributes ===== | ===== Send Data Attributes ===== | ||
cookbooks/devel/pseudovariables.txt · Last modified: 2022/04/11 13:24 by henningw