Lines Matching refs:param

26  * For $param='id' $conf['start'] is returned if no id was found.
31 * @param string $param the $_REQUEST variable name, default 'id'
32 * @param bool $clean if true, ID is cleaned
35 function getID($param = 'id', $clean = true)
42 $id = $INPUT->str($param);
52 if ($param != 'id') {
107 if ($id === '' && $param == 'id') $id = $conf['start'];
120 * @param string $raw_id The pageid to clean
121 * @param boolean $ascii Force ASCII
175 * @param string $id
192 * @param string $id
210 * @param string $id
223 * @param string $id
243 * @param string $title The headline title
244 * @param array|bool $check Existing IDs
279 * @param string $id page id
280 * @param string|int $rev empty or revision timestamp
281 * @param bool $clean flag indicating that $id should be cleaned (see wikiFN as well)
282 * @param bool $date_at
301 * @param string $id page id
302 * @param string|int $rev empty or revision timestamp
303 * @param bool $clean flag indicating that $id should be cleaned (see mediaFN as well)
304 * @param bool $date_at
324 * @param $raw_id string id of wikipage
325 * @param $rev int|string page revision, empty string for current
326 * @param $clean bool flag indicating that $raw_id should be cleaned. Only set to false
377 * @param string $id page id
392 * @param string $id page id
393 * @param string $ext file extension
411 * @param string $id media id
412 * @param string $ext extension of media
431 * @param string $id page id
450 * @param string $id media id
451 * @param string|int $rev empty string or revision timestamp
452 * @param bool $clean
475 * @param string $id The id of the local file
476 * @param string $ext The file extension (usually txt)
505 * @param string $ns namespace which is context of id
506 * @param string $id relative id
507 * @param bool $clean flag indicating that id should be cleaned
555 * @param string $ns namespace which is context of id
556 * @param string &$media (reference) relative media id, updated to resolved id
557 * @param bool &$exists (reference) updated with existance of media
558 * @param int|string $rev
559 * @param bool $date_at
574 * @param string $ns namespace which is context of id
575 * @param string &$page (reference) relative page id, updated to resolved id
576 * @param bool &$exists (reference) updated with existance of media
577 * @param string $rev
578 * @param bool $date_at
603 * @param string $data This data is used to create a unique md5 name
604 * @param string $ext This is appended to the filename if given
621 * @param string $id page id
634 * @param array $data event data - see isHiddenPage()
655 * @param string $id page id
671 * @param string $id page id
698 * @param string $file file name
699 * @param bool $safe if true, only encoded when non ASCII characters detected
728 * @param string $file file name
752 * @param string $page the pagename you're looking for
753 * @param bool $useacl only return pages readable by the current user, false to ignore ACLs