Home
last modified time | relevance | path

Searched refs:urlParameters (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/inc/
H A Dpageutils.php99 $urlParameters = $_GET;
100 if (isset($urlParameters['id'])) {
101 unset($urlParameters['id']);
103 send_redirect(wl($id, $urlParameters, true, '&'));
H A Dcommon.php501 * @param string|array $urlParameters URL parameters, associative array recommended
506 function wl($id = '', $urlParameters = '', $absolute = false, $separator = '&')
509 if (is_array($urlParameters)) {
510 if (isset($urlParameters['rev']) && !$urlParameters['rev']) unset($urlParameters['rev']);
511 if (isset($urlParameters['at']) && $conf['date_at_format']) {
512 $urlParameters['at'] = date($conf['date_at_format'], $urlParameters['at']);
514 $urlParameters
505 wl($id = '', $urlParameters = '', $absolute = false, $separator = '&') global() argument
556 exportlink($id = '', $format = 'raw', $urlParameters = '', $abs = false, $sep = '&') global() argument
[all...]