Lines Matching refs:param

29  * @param string $string the string being converted
45 * @param string $separator The boundary string
46 * @param string $string The input string
47 * @param int $limit The number of expected elements
48 * @param mixed $default The value to use when filling up missing elements
70 * @param $in
71 * @param bool $trim Consider a string of whitespace to be blank
89 * @param string $string being stripped
122 * @param null|string $token security token or null to read it from request variable
144 * @param bool $print if true print the field, otherwise html of the field is returned
160 * @param string $id pageid
161 * @param bool $htmlClient add info about whether is mobile browser
349 * @param array $params array with key-value pairs
350 * @param string $sep series of pairs are separated by this character
374 * @param array $params array with (attribute name-attribute value) pairs
375 * @param bool $skipEmptyStrings skip empty string values?
463 * @param string $id pageid being filtered
464 * @param bool $ue apply urlencoding?
500 * @param string $id page id, defaults to start page
501 * @param string|array $urlParameters URL parameters, associative array recommended
502 * @param bool $absolute request an absolute URL instead of relative
503 * @param string $separator parameter separator
551 * @param string $id page id, defaults to start page
552 * @param string $format the export renderer to use
553 * @param string|array $urlParameters URL parameters, associative array recommended
554 * @param bool $abs request an absolute URL instead of relative
555 * @param string $sep parameter separator
597 * @param string $id the media file id or URL
598 * @param mixed $more string or array with additional parameters
599 * @param bool $direct link to detail page if false
600 * @param string $sep URL parameter separator
601 * @param bool $abs Create an absolute URL
720 * @param string $text - optional text to check, if not given the globals are used
790 * @param boolean $single If set only a single IP is returned
875 * @param string $link the link, e.g. "wiki>page"
891 * @param string $ips comma separated list of IP addresses
919 * @param string $id page id
953 * @param string $id page id to lock
978 * @param string $id page id to unlock
1005 * @param string $text
1028 * @param string $text
1042 * @param string $id page id
1043 * @param string $ext extension of file being read, default 'txt'
1056 * @param string $id page id
1057 * @param string|int $rev timestamp when a revision of wikitext is desired
1071 * @param string $id the id of the page to be created
1126 * @param array $data array with event data
1210 * @param string $range in form "from-to"
1211 * @param string $id page id
1212 * @param string $rev optional, the revision timestamp
1241 * @param string $pre prefix
1242 * @param string $text text in the middle
1243 * @param string $suf suffix
1244 * @param bool $pretty add additional empty lines between sections
1275 * @param string $id the page ID
1291 * @param string $id page id
1292 * @param string $text wikitext being saved
1293 * @param string $summary summary of text update
1294 * @param bool $minor mark this saved version as minor update
1323 * @param string $id page id
1336 * @param string $id The changed page
1337 * @param string $who Who to notify (admin|subscribers|register)
1338 * @param int|string $rev Old page revision
1339 * @param string $summary What changed
1340 * @param boolean $minor Is this a minor edit?
1341 * @param string[] $replace Additional string substitutions, @KEY@ to be replaced by value
1342 * @param int|string $current_rev New page revision
1425 * @param int $size A file size
1426 * @param int $dec A number of decimal places
1452 * @param int $dt timestamp
1490 * @param int|null $dt timestamp when given, null will take current timestamp
1491 * @param string $format empty default to $conf['dformat'], or provide format as recognized by strftime()
1512 * @param int $int_date current date in UNIX timestamp
1530 * @param string $email email address
1556 * @param string $string
1557 * @param string $char backslashed character
1573 * @param string $value PHP size shorthand
1598 * @param string $string
1614 * @param string $keep the part to keep
1615 * @param string $short the part to shorten
1616 * @param int $max maximum chars you want for the whole string
1617 * @param int $min minimum number of chars to have left for middle shortening
1618 * @param string $char the shortening character to use
1638 * @param string|null $username or null when currently logged-in user should be used
1639 * @param bool $textonly true returns only plain text, true allows returning html
1652 * @param string|null $username or null when currently logged-in user should be used
1653 * @param bool $textonly true returns only plain text, true allows returning html
1777 * @param string $type - type of image 'badge' or 'button'
1807 * @param int $mem Size of memory you want to allocate in bytes
1808 * @param int $bytes already allocated memory (see above)
1842 * @param string $url url being directed to
1894 * @param string $param The name of the parameter
1895 * @param array $valid_values A set of valid values; Optionally a default may
1897 * @param array $array The array containing the value (typically $_POST
1899 * @param string $exc The text of the raised exception
1905 function valid_input_set($param, $valid_values, $array, $exc = '')
1907 if (isset($array[$param]) && in_array($array[$param], $valid_values)) {
1908 return $array[$param];
1920 * @param string $pref preference key
1921 * @param mixed $default value returned when preference not found
1947 * @param string $pref preference key
1948 * @param string $val preference value
2001 * @param string &$text reference to the CSS or JavaScript code to clean
2017 * @param string $file full path to the SVG file
2018 * @param int $maxsize maximum allowed size for the SVG to be embedded