Lines Matching refs:parameter
38 <var>parameter</var> *(<code>"&"</code> <var>parameter</var>)]<br/>
40  <var>parameter</var> = <var>key</var> <code>"="</code>
86 returns whether this URL has a parameter with a given key.
92 <TRUE/> if this URL has at least one parameter with the given key. In
99 returns the value of a parameter with a given key.
105 the non-escaped value of the first parameter with the given key. If
106 there is no parameter with the given key, or if <code>key</code> is an
112 sets the value of a parameter with a given key.
118 the non-escaped value to be set for the parameter. If there already is a
119 parameter with this key, the value of its first appearance will be replaced.
120 Otherwise, a parameter with the given key/value will be appended.