Home
last modified time | relevance | path

Searched refs:ID (Results 426 – 450 of 1363) sorted by relevance

1...<<11121314151617181920>>...55

/plugin/instructions/
H A Dsyntax.php34 global $ID, $INFO;
36 $urlpage = DOKU_URL."doku.php?id=".$ID;
42 $id_curr = $ID;
44 $id_curr = substr(strrchr($ID, ":"), 1);
/plugin/sfauth/
H A Daction.php42 global $ID;
45 …echo '<a href="'.wl($ID, array('do' => 'login', 'u' => 'sf', 'p' => 'sf', 'sf' => '1')).'" class="…
/plugin/shorturl/
H A Dsyntax.php46 global $ID;
53 $shortID = $shorturl->autoGenerateShortUrl($ID);
/plugin/projects/lib/
H A Dmutex.php20 global $ID;
40 global $ID;
/plugin/s5/
H A Dsyntax.php62 global $ID;
65 …$renderer->doc .= '<a href="'.exportlink($ID, 's5',sizeof($data)?array('s5theme'=>$data[0]):null).…
/plugin/diagrams/
H A Drenderer.php25 global $ID;
30 p_set_metadata($ID, ['format' => ['diagrams' => $headers]]);
/plugin/fastwiki/
H A Daction.php162 global $ACT, $INPUT, $ID, $INFO;
169 if ($compareid && (auth_quickaclcheck($ID) != auth_quickaclcheck($compareid)))
212 global $ACT, $INPUT, $ID;
222 global $INPUT, $_COOKIE, $ID;
234 if (page_exists($newid) && (auth_quickaclcheck($ID) == auth_quickaclcheck($newid)))
/plugin/denyactions/action/
H A Dact.php27 global $ID;
34 $perm = auth_quickaclcheck($ID);
/plugin/fedauth/classes/adm/
H A Dfa_restore.adm.class.php36 global $ID;
39 $location = wl($ID).'?do='.$_REQUEST['do'].'&page='.$_REQUEST['page'];
H A Dfa_manage.adm.class.php135 global $ID;
139 … $out = '<div id="fa__' . $listtype . '" class="sprovs"><form action="'.wl($ID).'" method="post">'
167 global $ID;
169 $out = '<div id="fa__restore"><form action="'.wl($ID).'" method="post">'
/plugin/commentsyntax/syntax/
H A Dpreventive.php52 global $ID, $ACT;
56 error_log($this->mode.': match='.$match.' |'.$ID);
/plugin/randompage2/
H A Dsyntax.php41 global $ID;
48 $renderer->doc .= '<a href="'.wl($ID, array('do' => 'randompage'), true).'">';
/plugin/autlogin/
H A Dajax.php22 $ID = getID(); variable
31 global $ID;
/plugin/mellelexport/
H A Dsyntax.php63 global $ID, $REV;
68 …$renderer->doc .= '<a href="'.exportlink($ID, 'mellelexport', ($REV != '' ? 'rev='.$REV : '')).'?p…
/plugin/syntaxhighlightjs/action/
H A Dsxh.php71 global $ID;
76 if ($ID != $INFO["id"]) return;
/plugin/changes/
H A Daction.php35 global $ID;
38 $depends = p_get_metadata($ID, 'relation depends');
/plugin/blogtng/syntax/
H A Dheader.php58 global $ID;
69 … $renderer->doc .= DOKU_LF.'<h'.$level.'><a name="'.$hid.'" id="'.$hid.'" href="'.wl($ID).'">';
/plugin/prosemirror/
H A Dhelper.php45 global $ID;
56 'id' => $ID,
/plugin/recommend/lang/de/
H A Dintro.txt6 * Seiten-ID
9 … beginnen und enden, werden mit einem vorangestellten '':'' mit der kompletten Seiten-ID verglichen
/plugin/xml/
H A Drenderer.php66 global $ID;
69 …$this->doc .= '<document domain="' . DOKU_URL .'" id="' . cleanID($ID) . '" revision="' . $INFO['r…
71 $output_filename = str_replace(':','-',$ID).".xml";
76 p_set_metadata($ID,array('format' => array('xml' => $headers) ));
401 global $ID;
406 if ($id === '') $id = $ID;
408 resolve_pageid(getNS($ID), $id, $exists);
565 global $ID;
569 resolve_mediaid(getNS($ID), $src, $exists);
603 global $ID;
[all …]
/plugin/glossary/syntax/
H A Dspan.php89 global $ID;
90 $ns = getNS ($ID);
96 $ns = getNS ($ID);
/plugin/menupopup/
H A Dsyntax.php192 global $ID;
195 resolve_pageid(getNS($ID),$page,$exists); // resolve shortcuts
202 if (!isset($filechain)) $filechain[] = $ID;
/plugin/tipoftheday/syntax/
H A Dtotd.php41 global $ID;
83 …$renderer->doc .= tpl_link(wl($ID, array('totd' => $sections[$prev])), "&lt;", 'title="previous" o…
84 …$renderer->doc .= tpl_link(wl($ID, array('totd' => $sections[$next])), "&gt;", 'title="next" oncli…
/plugin/issuetracker/
H A Ditsearch.php6 global $ID;
118 …$link = 'doku.php?id='.$ID.'&do=showcaselink&showid='.$item['id'].'&project='.$item['project'…
135 …$link = 'doku.php?id='.$ID.'&do=showcaselink&showid='.$item['id'].'&project='.$item['proj…
162 … ' <form method="post" action="doku.php?id=' . $ID . '&do=it_search">'.NL.
/plugin/tabinclude/
H A Dhelper.php45 global $ID;
103 resolve_pageid(getNS($ID),$page,$exists);
123 }else if($ID==$page){
186 global $ID;
199 …$html.=tpl_link(wl($ID,'tabpage_idx='.$i.'#dokuwiki__content'),$tabs[$i]['title'],'class="'.$selec…
234 global $ID;

1...<<11121314151617181920>>...55