Searched refs:urlParameters (Results 1 – 8 of 8) sorted by relevance
| /plugin/approve/helper/ |
| H A D | tpl.php | 63 $urlParameters = []; 65 $urlParameters['rev'] = $last_approved_rev; 67 echo ' <a href="' . wl($INFO['id'], $urlParameters) . '">'; 91 $urlParameters = []; 93 $urlParameters['rev'] = $last_approved_rev; 95 echo ' <a href="' . wl($INFO['id'], $urlParameters) . '">'; 106 $urlParameters = [ 111 echo ' | <a href="'.wl($INFO['id'], $urlParameters).'">'; 117 $urlParameters = [ 122 echo ' | <a href="'.wl($INFO['id'], $urlParameters).'">';
|
| /plugin/structodt/meta/ |
| D | AggregationEditorTableOdt.php | 95 $urlParameters = array( 103 $urlParameters['schema[' . $key . '][0]'] = $schema[0]; 104 $urlParameters['schema[' . $key . '][1]'] = $schema[1]; 109 $urlParameters["filter[$i][$j]"] = $value; 120 $href = wl($ID, $urlParameters); 126 $urlParameters['format'] = 'pdf'; 127 $href = wl($ID, $urlParameters);
|
| D | AggregationTableOdt.php | 73 $urlParameters = array( 80 $urlParameters['schema[' . $key . '][0]'] = $schema[0]; 81 $urlParameters['schema[' . $key . '][1]'] = $schema[1]; 86 $urlParameters["filter[$i][$j]"] = $value; 90 $href = wl($ID, $urlParameters);
|
| /plugin/ireadit/action/ |
| H A D | notification.php | 42 $urlParameters = []; 46 $urlParameters['rev'] = $row['current_rev']; 49 $link = '<a class="wikilink1" href="' . wl($page, $urlParameters, true) . '">';
|
| /plugin/ireadit/syntax/ |
| H A D | list.php | 162 $urlParameters = []; 164 $urlParameters['rev'] = $row['last_read_rev']; 168 $urlParameters['rev'] = $row['current_rev']; 170 $url = wl($page, $urlParameters);
|
| /plugin/slacknotifier/helper/ |
| D | Formatter.php | 56 $urlParameters = $oldRev ? "do=diff&rev2[0]=$oldRev&rev2[1]=$rev" : "rev=$rev"; 58 return wl($page, $urlParameters, true, '&');
|
| /plugin/watchcycle/ |
| D | syntax.php | 166 $urlParameters = ['rev' => $watchcycle['last_maintainer_rev'], 'do' => 'diff']; 169 $changes_link = '<a href="' . wl($ID, $urlParameters) . '">' . $changes_link . '</a>';
|
| /plugin/authhiorgserver/ |
| D | auth.php | 99 function myUrl($urlParameters = '') { argument 102 return wl($ID, $urlParameters, true, '&');
|