/plugin/inclform/ |
H A D | syntax.php | 111 global $ID; 113 $form = $ID; // default to the current page ID
|
/plugin/abbrlist/ |
H A D | syntax.php | 50 global $ID; 110 p_set_metadata($ID, array('abbrlist' => array()));
|
/plugin/leightweightscript/ |
H A D | action.php | 37 global $ID; 40 if ( auth_quickaclcheck( $ID ) >= AUTH_EDIT ) {
|
/plugin/fedauth/classes/usr/ |
H A D | fa_signedin.usr.class.php | 29 global $ID; 32 $result = $svc->response(wl($ID, 'do=fedauth', true, '&'));
|
/plugin/nslist/ |
H A D | syntax.php | 55 global $ID; 59 'ns' => getNS($ID),
|
/plugin/lightweightscript/ |
H A D | action.php | 37 global $ID; 41 if ( auth_quickaclcheck( $ID ) >= AUTH_EDIT ) {
|
/plugin/blogtng/action/ |
H A D | comments.php | 49 global $INFO, $ID, $INPUT, $BLOGTNG; 59 $this->commenthelper->unsubscribe_by_key(md5($ID), $INPUT->str('btngu'));
|
/plugin/structodt/meta/ |
H A D | AggregationTableOdt.php | 64 global $ID; 90 $href = wl($ID, $urlParameters);
|
/plugin/noticeboard/classes/ |
H A D | EditForm.php | 73 Global $ID; 76 $noticeList = new helper_plugin_noticeboard_NoticeList($ID); 77 $notice = $noticeList->getNoticeById($ID);
|
/plugin/dokugource/ |
H A D | action.php | 41 global $ID; 68 global $ID; 75 $ns = $ID;
|
/plugin/ssocas/ |
H A D | action.php | 80 global $ID; 93 …$event->data->insertElement($insertElement,'<p>'.$lang['reghere'].': <a href="'.wl($ID,'do=registe… 97 …$event->data->insertElement($insertElement,'<p>'.$lang['pwdforget'].': <a href="'.wl($ID,'do=resen…
|
/plugin/explorertree/ |
H A D | helper.php | 101 global $ID; 105 if ($folder[0] != ':') $folder = resolve_id($folder,$ID); 109 …search($data,$conf['datadir'],'search_index',array('ns'=>getNS($ID)),$dir,$dir == '' ? 1 : count(e…
|
/plugin/noticeboard/noticeboard/classes/ |
H A D | EditForm.php | 73 Global $ID; 76 $noticeList = new helper_plugin_noticeboard_NoticeList($ID); 77 $notice = $noticeList->getNoticeById($ID);
|
/plugin/siteexport/ |
H A D | cron.php | 246 global $ID; 260 $ID = $_REQUEST['id'] = cleanID($id); // re-set the ID 274 $data = $this->siteexportAjax->__get_siteexport_list_and_init_tocs($ID);
|
/plugin/indexmenu/ |
H A D | action.php | 83 global $ID; 95 if (!p_get_metadata($ID, 'indexmenu hasindexmenu')) return; 153 global $ID, $ACT, $INFO; 155 if ($n = p_get_metadata($ID, 'indexmenu_n')) {
|
/plugin/dw2markdown/ |
H A D | renderer.php | 18 global $ID; 29 $metaheader['Content-Disposition'] = 'attachment; filename="' . noNS($ID) . '.md"'; 32 p_set_metadata($ID,$meta); 585 global $ID;
|
/plugin/editor/ |
H A D | syntax.php | 29 global $ID; 43 elseif ($ns == '.') $ns = getNS($ID);
|
/plugin/jiralinks/ |
H A D | action.php | 48 global $ID, $INFO, $conf; 54 $url = wl($ID, '', TRUE);
|
/plugin/autolink4/syntax/ |
H A D | allwords.php | 68 global $ID; 69 $ns = getNS($ID);
|
/plugin/outliner/ |
H A D | syntax.php | 71 global $ID; 78 $outline_id = ''.md5($ID).'_'.$pos;
|
/plugin/bibtex4dw/syntax/ |
H A D | cite.php | 55 global $ID; 57 $bibtexrenderer = bibtexrender_plugin_bibtex4dw::getResource($ID);
|
/plugin/s5reloaded/ |
H A D | renderer.php | 39 global $ID; 48 p_set_metadata($ID,array('format' => array('s5reloaded' => $headers) )); 64 global $ID;
|
/plugin/linkmanager/ |
H A D | functions.php | 28 global $ID; 33 $ns = dirname(str_replace(':','/',$ID)); 165 $ns = dirname(str_replace(':','/',$ID));
|
/plugin/tiledblog/ |
H A D | syntax.php | 46 global $ID; 47 $ns = getNS ($ID); 54 $ns = getNS ($ID);
|
/plugin/nroff/ |
H A D | renderer.php | 496 global $ID; 499 $title = $ID.' ↵'; 515 global $ID; 520 resolve_pageid(getNS($ID),$id,$exists); 542 if ($id == $ID) { 704 global $ID; 705 resolve_mediaid(getNS($ID),$src, $exists); 719 $link['url'] = ml($src,array('id'=>$ID,'cache'=>$cache),($linking=='direct')); 727 $link['url'] = ml($src,array('id'=>$ID,'cache'=>$cache),true);
|