Lines Matching defs:param
29 * @param string $string the string being converted
48 * @param string $separator The boundary string
49 * @param string $string The input string
50 * @param int $limit The number of expected elements
51 * @param mixed $default The value to use when filling up missing elements
73 * @param $in
74 * @param bool $trim Consider a string of whitespace to be blank
90 * @param string $string being stripped
125 * @param null|string $token security token or null to read it from request variable
145 * @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
351 * @param array|object $params the data to encode
352 * @param string $sep series of pairs are separated by this character
366 * @param array $params array with (attribute name-attribute value) pairs
367 * @param bool $skipEmptyStrings skip empty string values?
455 * @param string $id pageid being filtered
456 * @param bool $ue apply urlencoding?
492 * @param string $id page id, defaults to start page
493 * @param string|array $urlParameters URL parameters, associative array recommended
494 * @param bool $absolute request an absolute URL instead of relative
495 * @param string $separator parameter separator
544 * @param string $id page id, defaults to start page
545 * @param string $format the export renderer to use
546 * @param string|array $urlParameters URL parameters, associative array recommended
547 * @param bool $abs request an absolute URL instead of relative
548 * @param string $sep parameter separator
591 * @param string $id the media file id or URL
592 * @param mixed $more string or array with additional parameters
593 * @param bool $direct link to detail page if false
594 * @param string $sep URL parameter separator
595 * @param bool $abs Create an absolute URL
711 * @param string $text - optional text to check, if not given the globals are used
788 * @param bool $single If set only a single IP is returned.
843 * @param string $link the link, e.g. "wiki>page"
857 * @param string $ips comma separated list of IP addresses
885 * @param string $id page id
919 * @param string $id page id to lock
944 * @param string $id page id to unlock
970 * @param string $text
993 * @param string $text
1008 * @param string $id page id
1009 * @param string $ext extension of file being read, default 'txt'
1022 * @param string $id page id
1023 * @param string|int $rev timestamp when a revision of wikitext is desired
1037 * @param string $id the id of the page to be created
1092 * @param array $data array with event data
1176 * @param string $range in form "from-to"
1177 * @param string $id page id
1178 * @param string $rev optional, the revision timestamp
1207 * @param string $pre prefix
1208 * @param string $text text in the middle
1209 * @param string $suf suffix
1210 * @param bool $pretty add additional empty lines between sections
1241 * wiki, triggered in @param string $id the page ID
1256 * @param string $id page id
1257 * @param string $text wikitext being saved
1258 * @param string $summary summary of text update
1259 * @param bool $minor mark this saved version as minor update
1289 * @param string $id page id
1304 * @param string $id The changed page
1305 * @param string $who Who to notify (admin|subscribers|register)
1306 * @param int|string $rev Old page revision
1307 * @param string $summary What changed
1308 * @param boolean $minor Is this a minor edit?
1309 * @param string[] $replace Additional string substitutions, @KEY@ to be replaced by value
1310 * @param int|string $current_rev New page revision
1393 * @param int $size A file size
1394 * @param int $dec A number of decimal places
1418 * @param int $dt timestamp
1455 * @param int|null $dt timestamp when given, null will take current timestamp
1456 * @param string $format empty default to $conf['dformat'], or provide format as recognized by strftime()
1477 * @param int $int_date current date in UNIX timestamp
1495 * @param string $email email address
1522 * @param string $string
1523 * @param string $char backslashed character
1541 * @param string $value PHP size shorthand
1566 * @param string $string
1582 * @param string $keep the part to keep
1583 * @param string $short the part to shorten
1584 * @param int $max maximum chars you want for the whole string
1585 * @param int $min minimum number of chars to have left for middle shortening
1586 * @param string $char the shortening character to use
1606 * @param string|null $username or null when currently logged-in user should be used
1607 * @param bool $textonly true returns only plain text, true allows returning html
1620 * @param string|null $username or null when currently logged-in user should be used
1621 * @param bool $textonly true returns only plain text, true allows returning html
1743 * @param string $type - type of image 'badge' or 'button'
1772 * @param int $mem Size of memory you want to allocate in bytes
1773 * @param int $bytes already allocated memory (see above)
1810 * @param string $url url being directed to
1862 * @param string $param The name of the parameter
1863 * @param array $valid_values A set of valid values; Optionally a default may
1865 * @param array $array The array containing the value (typically $_POST
1867 * @param string $exc The text of the raised exception
1873 function valid_input_set($param, $valid_values, $array, $exc = '')
1875 if (isset($array[$param]) && in_array($array[$param], $valid_values)) {
1876 return $array[$param];
1888 * @param string $pref preference key
1889 * @param mixed $default value returned when preference not found
1915 * @param string $pref preference key
1916 * @param string $val preference value
1969 * @param string &$text reference to the CSS or JavaScript code to clean
1985 * @param string $file full path to the SVG file
1986 * @param int $maxsize maximum allowed size for the SVG to be embedded