Lines Matching refs:ID
13 global $ID;
17 if (chat_plugin::isChatID($ID) && file_exists(wikiFN($ID))) {
20 …t type='text/javascript'>document.location='".wl(chat_plugin::stripChatNS($ID), true)."#chat';</sc…
32 global $ID;
37 $dID = chat_plugin::addChatNS($ID);
40 if (($ACT !== 'show' && $ACT !== 'export_xhtml') || !file_exists(wikiFN($ID))) {
93 function isChatID($ID) { argument
96 $pID = noNS($ID);
97 return strpos($ID, "$dNS:$pID") !== false;
105 function stripChatNS($ID) { argument
108 return str_replace("$dNS:", '', $ID);
116 function addChatNS($ID) { argument
119 if (chat_plugin::isChatID($ID)) {
120 return $ID;
122 $dID = getNS($ID);
126 $dID .= $dNS.':'.noNS($ID);
136 global $ID;
166 global $ID;
185 if (chat_plugin::isChatID($ID)) {
186 $mainID = chat_plugin::stripChatNS($ID);
195 $refreshURL = wl(chat_plugin::stripChatNS($ID), 'rid='.time(), true).'#chat';
236 if ($conf['useacl'] && $_SERVER['REMOTE_USER'] && auth_quickaclcheck($ID) >= AUTH_EDIT) {