Home
last modified time | relevance | path

Searched refs:_GET (Results 151 – 175 of 199) sorted by relevance

12345678

/plugin/preregister/
H A Daction.php58 if($_GET && $_GET['prereg']) {
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php224 $v = sharedapi_extract_gpc_variable($_GET, $name, $default);
268 if (empty($variable) && isset($_GET[$gname])) {
273 if (empty($variable) && isset($_GET[$gname])) {
/plugin/photowidget/
H A Dphotowidget.php14 extract($_GET, EXTR_PREFIX_ALL, 'p');
/plugin/pdftools/
H A Dsyntax.php124 … <a href='doku.php?id=$ID&do=export_pdf&toc=0&tpl=$match$quer&rev=".($_GET['rev'])."'>";
/plugin/bez/action/
H A Dbase.php76 return $_GET['id'];
H A Ddefault.php124 $id = $_GET['id'];
242 header('Location: ' . DOKU_URL . 'doku.php?id=' . $_GET['id'] . '&do=login');
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DServerRequest.php182 ->withQueryParams($_GET)
/plugin/preservefilenames/
H A Daction_angua.php52 if (isset($_GET['qqfile'])) {
54 $filename_orig = (string) $_GET['qqfile'];
/plugin/issuetracker/
H A Daction.php114 $this->parameter = $_GET['showid'];
115 $this->project = $_GET['project'];
192 $this->itl_start = $_GET['itl_start'];
193 $this->itl_step = $_GET['itl_step'];
194 $this->itl_next = $_GET['itl_next'];
195 $this->itl_pjct = $_GET['itl_project'];
196 $this->itl_sort = $_GET['it_glbl_sort'];
198 $this->itl_sev = $_GET['itl_sev_filter'];
206 $this->project = $_GET['itl_project'];
210 $this->parameter = $_GET['showid'];
[all …]
/plugin/externalembed/
H A Daction.php51 $metadata = p_get_metadata($_GET['id']);
/plugin/bez/tpl/
H A D8d.php18 $tpl->url('8d', 'id', $tpl->get('thread')->id) . '?t=' . $_GET['t']) ?>">
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php94 if(isset($_GET ['q']))
95 $query = trim ( $_GET ['q'] );
/plugin/icalevents/
H A Dsyntax-impl.php185 $uid = rawurldecode($_GET['uid']);
186 $recurrenceId = rawurldecode($_GET['recurrence-id']);
/plugin/guestbook/
H A Dbasic.class.php274 if(intval($_GET['activate']) > 0 && $this->admin) {
278 … $sql = "UPDATE wiki_guestbook SET active=NOT active WHERE ID=" . intval($_GET['activate']) . ";";
/plugin/revealjs/syntax/
H A Dheader.php56 if ($this->getConf('revealjs_active') || $_GET['do']=='export_revealjs') {
/plugin/anewssystem/
H A Dsyntax.php91 if(stripos($_GET['archive'],'archive')!== false) $ans_conf['param'] = $_GET['archive'];
92 $_GET['archive']="";
964 $tmp = ','.$_GET['tag']; // this will overrule the page syntax setting
980 $prefs['anchor'] = $_GET['anchor']; // this will overrule the page syntax setting to
/plugin/combo/action/
H A Drouter.php140 $originalId = $_GET["id"] ?? null;
778 if (isset($_GET["id"])) {
779 $_GET["id"] = $targetPageId;
/plugin/authvk/
H A Daction.php31 if (isset($_GET['code'])) {
/plugin/dokugource/
H A Dadmin.php64 if(array_key_exists('download', $_GET)) if(@file_exists($conf['metadir'].'gource.log')) {
/plugin/tagfilter/
H A Daction.php31 $get_tagfilter = array_filter(array_keys($_GET), $f);
/plugin/highlight2wiki/
H A Daction.php63 //$title=$_GET['ti']; // things to log : title
66 $url=$_GET['ur'];
/plugin/siteexport/
H A Dpreload.php90 $_GET['purge'] = 'purge'; //activate purging
/plugin/xslfo/
H A Daction.php108 if (isset($_GET['debug'])) {
/plugin/nroff/
H A Drenderer.php104 if (isset($_GET['section']) && is_numeric($_GET['section']))
105 $section = $_GET['section'];
/plugin/userhomepage/
H A Daction.php115 if (($this->multiNsOk()) and ($_GET['do'] == null)) {
218 …ction')) && (page_exists($this->private_page)) && (((!isset($_GET['id'])) or (in_array($_GET['id']…

12345678