summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/utils.repeat_string.page
blob: 0ae50a38ae236583c3b498b4037a3b86d66e4a42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:xsl="FIXME" style="xslt-template" id="utils.repeat_string">
 <info>
  <link type="guide" xref="utils" group="templates"/>
  <link type="guide" xref="templates" group="utils"/>
  <desc>Repeat a string a given number of times.</desc>
  <revision version="1.0" date="2011-08-24" status="final"/>
 </info>
 <title>utils.repeat_string</title>
 <synopsis>
  <title>Parameters</title>
  <terms>
   <item>
    <title><code>$string</code></title>
    <p>The string to repeat.</p>
   </item>
   <item>
    <title><code>$number</code></title>
    <p>The number of times to repeat <code>$string</code>.</p>
   </item>
  </terms>
 </synopsis>
 <p>This template repeats the <code>$string</code> argument <code>$number</code> times.</p>
 <list style="compact">
  <title>Calls Templates</title>
  <item>
   <p><link xref="utils.repeat_string"/></p>
  </item>
 </list>
</page>