Lines Matching defs:param

28  * @param string $string the string being converted
47 * @param string $separator The boundary string
48 * @param string $string The input string
49 * @param int $limit The number of expected elements
50 * @param mixed $default The value to use when filling up missing elements
72 * @param $in
73 * @param bool $trim Consider a string of whitespace to be blank
89 * @param string $string being stripped
124 * @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
159 * @param string $id pageid
160 * @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
552 * @param string $id page id, defaults to start page
553 * @param string $format the export renderer to use
554 * @param string|array $urlParameters URL parameters, associative array recommended
555 * @param bool $abs request an absolute URL instead of relative
556 * @param string $sep parameter separator
599 * @param string $id the media file id or URL
600 * @param mixed $more string or array with additional parameters
601 * @param bool $direct link to detail page if false
602 * @param string $sep URL parameter separator
603 * @param bool $abs Create an absolute URL
719 * @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
877 * @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
1004 * @param string $text
1027 * @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 * wiki, triggered in @param string $id the page ID
1290 * @param string $id page id
1291 * @param string $text wikitext being saved
1292 * @param string $summary summary of text update
1293 * @param bool $minor mark this saved version as minor update
1323 * @param string $id page id
1338 * @param string $id The changed page
1339 * @param string $who Who to notify (admin|subscribers|register)
1340 * @param int|string $rev Old page revision
1341 * @param string $summary What changed
1342 * @param boolean $minor Is this a minor edit?
1343 * @param string[] $replace Additional string substitutions, @KEY@ to be replaced by value
1344 * @param int|string $current_rev New page revision
1427 * @param int $size A file size
1428 * @param int $dec A number of decimal places
1452 * @param int $dt timestamp
1489 * @param int|null $dt timestamp when given, null will take current timestamp
1490 * @param string $format empty default to $conf['dformat'], or provide format as recognized by strftime()
1511 * @param int $int_date current date in UNIX timestamp
1529 * @param string $email email address
1556 * @param string $string
1557 * @param string $char backslashed character
1575 * @param string $value PHP size shorthand
1600 * @param string $string
1616 * @param string $keep the part to keep
1617 * @param string $short the part to shorten
1618 * @param int $max maximum chars you want for the whole string
1619 * @param int $min minimum number of chars to have left for middle shortening
1620 * @param string $char the shortening character to use
1640 * @param string|null $username or null when currently logged-in user should be used
1641 * @param bool $textonly true returns only plain text, true allows returning html
1654 * @param string|null $username or null when currently logged-in user should be used
1655 * @param bool $textonly true returns only plain text, true allows returning html
1777 * @param string $type - type of image 'badge' or 'button'
1806 * @param int $mem Size of memory you want to allocate in bytes
1807 * @param int $bytes already allocated memory (see above)
1844 * @param string $url url being directed to
1896 * @param string $param The name of the parameter
1897 * @param array $valid_values A set of valid values; Optionally a default may
1899 * @param array $array The array containing the value (typically $_POST
1901 * @param string $exc The text of the raised exception
1907 function valid_input_set($param, $valid_values, $array, $exc = '')
1909 if (isset($array[$param]) && in_array($array[$param], $valid_values)) {
1910 return $array[$param];
1922 * @param string $pref preference key
1923 * @param mixed $default value returned when preference not found
1949 * @param string $pref preference key
1950 * @param string $val preference value
2003 * @param string &$text reference to the CSS or JavaScript code to clean
2019 * @param string $file full path to the SVG file
2020 * @param int $maxsize maximum allowed size for the SVG to be embedded