/plugin/wysiwyg/ |
H A D | ajax.php | 56 global $ID; 57 $ID = getID(); 60 unlock($ID); 64 global $ID; 67 $ID = getID(); 95 global $ID; 112 unlock($ID); 119 global $ID; 129 $ID = getID(); 144 global $ID; [all …]
|
/plugin/chat/ |
H A D | chat.php | 13 global $ID; 17 if (chat_plugin::isChatID($ID) && file_exists(wikiFN($ID))) { 32 global $ID; 93 function isChatID($ID) { argument 96 $pID = noNS($ID); 116 function addChatNS($ID) { argument 120 return $ID; 122 $dID = getNS($ID); 126 $dID .= $dNS.':'.noNS($ID); 136 global $ID; [all …]
|
/plugin/socialcards/ |
H A D | action.php | 51 * @global string $ID page id 56 global $ID, $conf, $INFO; 58 if(!page_exists($ID)) { 61 if(auth_quickaclcheck($ID) < AUTH_READ) { 132 'content' => wl($ID, '', true), 191 $geotags = p_get_metadata($ID, 'geo', METADATA_RENDER_USING_SIMPLE_CACHE); 245 * @global string $ID page id 248 global $ID; 249 $rel = p_get_metadata($ID, 'relation', METADATA_RENDER_USING_SIMPLE_CACHE); 268 * @global string $ID page id [all …]
|
/plugin/prolog/ |
H A D | attribute_include.php | 48 foreach($joinedIDs as $ID) 50 $files = $this->scan($ID); 72 function scan($ID = null) argument 74 $path = $this->ID2abs($ID); 121 * @param string $ID 126 $IDparts = explode(':', $ID); 201 function ID2abs($ID = null) { argument 202 if(noNS($ID) == '*' || noNS($ID) == '**') 225 if(substr($ID,0,1) == ':') 226 $ID = substr($ID,1); [all …]
|
/plugin/dokutranslate/ |
H A D | action.php | 126 global $ID; 130 if (!isModerator($ID)) { 165 global $ID; 201 if (!isModerator($ID)) { 222 $datapath = dataPath($ID); 232 $tmp = wikiFN($ID, $rev); 237 $metas = metaFiles($ID); 366 global $ID; 413 global $ID; 441 global $ID; [all …]
|
/plugin/crosspost/ |
H A D | action.php | 30 global $ID; 43 $name = noNS( $ID ); 48 if( strpos( $ID, ':' ) === false ) $page .= ':' . $ID; 56 saveWikiText( $page, "{{page>$ID}}", 'link from ' . $ID ); 80 p_set_metadata( $ID, 95 global $ID; 101 if( $meta == $ID ) return; 173 global $ID; 257 global $ID; 267 if( !in_array( $ID, $cc ) ) $cc[] = $ID; [all …]
|
/plugin/linkback/action/ |
H A D | receive.php | 26 global $ID; 37 $file = metaFN($ID, '.linkbacks'); 60 'rdf:about="' . wl($ID, '', true) . '"' . NL . 61 'dc:identifier="' . wl($ID, '', true) . '"' . NL . 62 'dc:title="' . tpl_pagetitle($ID, true) . '"' . NL . 63 'trackback:ping="' . DOKU_URL . 'lib/plugins/linkback/exe/trackback.php/' . $ID . '" />' . NL . 75 global $ID; 82 $file = metaFN($ID, '.linkbacks'); 102 'href' => DOKU_URL . 'lib/plugins/linkback/exe/pingback.php/' . $ID 115 global $ID; [all...] |
/plugin/nosecedit/ |
H A D | syntax.php | 26 global $ID; 28 if ($ID != "") 30 p_set_metadata($ID,array("sectionedit"=>"on"),FALSE,TRUE); 72 global $ID; 73 return (array($ID=>TRUE)); 81 global $ID; 86 if (isset($opt[$ID])==TRUE) 88 p_set_metadata($ID,array("sectionedit"=>"off"),FALSE,TRUE); 92 p_set_metadata($ID,array("sectionedit"=>"on"),FALSE,TRUE);
|
/plugin/page4release/ |
H A D | action.php | 23 global $conf, $ACT, $ID; 26 $filename = array_pop(explode(':',$ID)); 27 $release = p_get_metadata($ID, 'page4release',True); 30 …if ( (array_key_exists($ID,$page4release[$filename]) && ($page4release[$filename][$ID] != $rele… 31 || (!array_key_exists($ID,$page4release[$filename]) && ($release)) 38 if ($otherId != $ID) 44 $page4release[$filename][$ID] = $release; 47 unset($page4release[$filename][$ID]); 50 $page4release[$filename] = array($ID => $release);
|
/plugin/projects/pchart/pchart/ |
H A D | pdata.php | 77 $ID = 1; 81 $ID++; 95 $ID = 1; 98 $this->AddPoint($Value,"Serie".$ID); 99 $ID++; 118 $ID = 0; 124 $this->Data[$ID][$Serie] = $Value; 128 $this->Data[$ID]["Name"] = $ID; 134 $this->Data[$ID][$Serie] = $Val; 136 $this->Data[$ID]["Name"] = $ID; [all …]
|
H A D | pcache.php | 61 function IsInCache($ID,$Data,$Hash="") argument 64 $Hash = $this->GetHash($ID,$Data); 73 function WriteToCache($ID,$Data,$Picture) argument 75 $Hash = $this->GetHash($ID,$Data); 82 function DeleteFromCache($ID,$Data) argument 84 $Hash = $this->GetHash($ID,$Data); 92 function GetFromCache($ID,$Data) argument 94 $Hash = $this->GetHash($ID,$Data); 106 function GetHash($ID,$Data) argument 108 $mKey = "$ID";
|
/plugin/charter/lib/pchart/ |
H A D | pData.class.php | 83 $ID = 1; 85 { $this->SetSerieName($Value,"Serie".$ID); $ID++; } 100 $ID = 1; 102 { $this->AddPoint(intval($Value),"Serie".$ID); $ID++; } 125 $ID = 0; 131 $this->Data[$ID][$Serie] = $Value; 135 $this->Data[$ID]["Name"] = $ID; 141 $this->Data[$ID][$Serie] = $Val; 142 if (!isset($this->Data[$ID]["Name"])) 143 $this->Data[$ID]["Name"] = $ID; [all …]
|
H A D | pCache.class.php | 61 function IsInCache($ID,$Data,$Hash="") argument 64 $Hash = $this->GetHash($ID,$Data); 73 function WriteToCache($ID,$Data,$Picture) argument 75 $Hash = $this->GetHash($ID,$Data); 82 function DeleteFromCache($ID,$Data) argument 84 $Hash = $this->GetHash($ID,$Data); 92 function GetFromCache($ID,$Data) argument 94 $Hash = $this->GetHash($ID,$Data); 106 function GetHash($ID,$Data) argument 108 $mKey = "$ID";
|
/plugin/tools/ |
H A D | action.php | 59 global $ID; 67 $bm = p_get_metadata($ID,'tools'); 84 $id = $ID; 92 if (!$exists || preg_match("/$sp/i",$ID)) 99 $title = p_get_first_heading($ID); 100 if (!$title) $title = $ID; 102 $pml = wl($ID,'',true); 109 'print' => wl($ID, array("rev" =>(int)$rev, "mddo" => "print"), false, "&") 111 ,'odt' => wl($ID, array("rev" =>(int)$rev, "do" => "export_odt"), false, "&") 112 ,'pdf' => wl($ID, array("rev" =>(int)$rev, "do" => "export_pdf"), false, "&") [all …]
|
/plugin/ajaxedit/ |
H A D | helper.php | 19 public $ID; variable in helper_plugin_ajaxedit 23 global $ID; 24 $ID=isset($_POST["pageid"])?cleanID($_POST["pageid"]):$ID; 61 global $ID; 63 $this->ID=cleanID(trim($_POST["pageid"])); 65 $ID = $this->ID; 72 if (auth_quickaclcheck($ID) < $min_acl) { 81 if(checklock($ID)){ 85 if (!($data=rawWiki($ID))){ 98 global $ID; [all …]
|
/plugin/button/ |
H A D | syntax.php | 113 global $ID; 114 $this->styles[$ID][$name] = $value; 118 global $ID; 119 return isset($this->styles[$ID][$name]) ? $this->styles[$ID][$name] : $this->getConfStyles($name); 123 global $ID; 124 return (array_key_exists($ID, $this->styles) && is_array($this->styles[$ID]) && array_key_exists($name, $this->styles[$ID])) 171 global $ID; [all...] |
/plugin/statdisplay/pchart/ |
H A D | pCache.php | 50 public function IsInCache($ID, $Data, $Hash = "") { argument 52 $Hash = $this->GetHash ( $ID, $Data ); 63 public function WriteToCache($ID, $Data, pChart $Picture) { argument 64 $Hash = $this->GetHash ( $ID, $Data ); 73 public function DeleteFromCache($ID, $Data) { argument 74 $Hash = $this->GetHash ( $ID, $Data ); 83 * @param string $ID ID/short string of the Picture 89 public function GetFromCache($ID, $Data, $return = FALSE) { argument 90 $Hash = $this->GetHash ( $ID, $Data ); 107 protected function GetHash($ID, $Data) { argument [all …]
|
/plugin/statistics/inc/pchart/ |
H A D | pCache.php | 51 public function IsInCache($ID, $Data, $Hash = '') { argument 53 $Hash = $this->GetHash($ID, $Data); 61 public function WriteToCache($ID, $Data, pChart $Picture) { argument 62 $Hash = $this->GetHash($ID, $Data); 71 public function DeleteFromCache($ID, $Data) { argument 72 $Hash = $this->GetHash($ID, $Data); 82 * @param string $ID ID/short string of the Picture 87 public function GetFromCache($ID, $Data, $return = FALSE) { argument 88 $Hash = $this->GetHash($ID, 104 GetHash($ID, $Data) global() argument [all...] |
/plugin/publish/action/ |
H A D | mail.php | 39 global $ID; 54 if (!$this->hlp->isActive($ID)) { 82 $timestamp = dformat(filemtime(wikiFN($ID)), $conf['dformat']); 83 $subject = $this->getLang('apr_mail_subject') . ': ' . $ID . ' - ' . $timestamp; 104 global $ID; 109 $rev = filemtime(wikiFN($ID)); 117 $oldrev = $this->hlp->getLatestApprovedRevision($ID); 118 $difflink = $this->hlp->getDifflink($ID, $oldrev, $rev); 121 $changelog = new PageChangelog($ID); 123 $difflink = $this->hlp->getDifflink($ID, [all...] |
/plugin/nodisp/ |
H A D | action.php | 29 global $ID; 30 $acl = auth_quickaclcheck($ID); 41 global $ID; 42 $acl = auth_quickaclcheck($ID); 53 global $ID; 54 $acl = auth_quickaclcheck($ID); 65 global $ID; 66 $acl = auth_quickaclcheck($ID); 79 global $ID; 80 $acl = auth_quickaclcheck($ID);
|
/plugin/qc/ |
H A D | helper.php | 34 * @param string $id the page ID, defaults to global $ID 39 global $ACT, $INFO, $ID; 40 if ($id === '') $id = $ID; 71 global $ID; 72 $oldid = $ID; 73 $ID = $theid; 74 $data = unserialize(p_cached_output(wikiFN($ID), 'qc', $ID)); 75 $ID [all...] |
/plugin/bliki/ |
H A D | syntax.php | 91 $fp = wikiFN($ID); 92 $ID = substr($fp, 0, strrpos($fp, '.')); 95 if (is_dir($ID . '/')) { 104 $recents[] = $ID . '/' . $post; 155 global $ID, $conf; 224 * @param String $ID 228 function getUrlPartFromTimestamp($ID, $ts=0) { argument 243 return $ID . $sep . date('Y-m-d-His', $ts); 297 global $conf, $ID; 318 global $conf, $ID; [all …]
|
/plugin/bureaucracy-au/helper/ |
H A D | actiontemplate.php | 68 global $ID; 80 $myns = getNS($ID); 95 global $ID; 96 $ns = getNS($ID); 126 global $ID; 220 global $ID; 231 'form' => $ID, 288 global $ID; 289 $backupID = $ID; 311 $data[] = array('id' => $ID, 'level' => 1 + substr_count($ID, ':'), 'type' => 'f'); [all …]
|
/plugin/bureaucracyau/helper/ |
H A D | actiontemplate.php | 68 global $ID; 80 $myns = getNS($ID); 95 global $ID; 96 $ns = getNS($ID); 126 global $ID; 220 global $ID; 231 'form' => $ID, 288 global $ID; 289 $backupID = $ID; 311 $data[] = array('id' => $ID, 'level' => 1 + substr_count($ID, ':'), 'type' => 'f'); [all …]
|
/plugin/shorturl/ |
H A D | action.php | 34 global $ID; 40 if($redirects[$ID]){ 41 if(preg_match('/^https?:\/\//',$redirects[$ID])){ 42 send_redirect($redirects[$ID]); 45 msg(sprintf($this->getLang('redirected'),hsc($ID))); 47 send_redirect(wl($redirects[$ID] ,'',true)); 51 if ($_GET['generateShortURL'] != "" && auth_quickaclcheck($ID) >= AUTH_READ) { 54 $shortID = $shorturl->autoGenerateShortUrl($ID);
|