| /plugin/whennotfound/ |
| D | action.php | 14 global $ID; 20 if(is_file(wikiFN($ID))) return; 28 if(strpos($ID,$exclude)!==false) return; 50 global $ID; 51 if(auth_quickaclcheck($ID)>=AUTH_EDIT) return; 55 global $ID; 58 if($index == '@subpage_with_same_name') $index = noNS($ID); 59 if(is_file(wikiFN("$ID:$index"))){ 62 if(auth_quickaclcheck($ID)>=AUTH_CREATE) $get['whennotfounded']=$ID; 63 header("Location: ".wl("$ID:$index", $get,null,'&')); [all …]
|
| /plugin/chat/ |
| D | chat.php | 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 [all …]
|
| /plugin/wysiwyg/ |
| D | ajax.php | 56 global $ID; 57 $ID = getID(); 58 $ID = cleanID($_REQUEST['id']); 60 unlock($ID); 64 global $ID; 67 $ID = getID(); 68 $NS = getNS($ID); 72 $ID = cleanID($_REQUEST['id']); 77 $aclLevel = auth_aclcheck($ID,$user,$groups); 79 $fileName = wikiFN($ID); [all …]
|
| /plugin/prolog/ |
| D | attribute_include.php | 48 foreach($joinedIDs as $ID) 50 $files = $this->scan($ID); 69 * @param string $ID ID of the page or namespace 72 function scan($ID = null) argument 74 $path = $this->ID2abs($ID); 79 if($this->getScanType($ID) == 'SINGLE_PAGE') 81 elseif($this->getScanType($ID) == 'RECURSIVE_DIRECTORY') 83 elseif($this->getScanType($ID) == 'SINGLE_DIRECTORY') 121 * @param string $ID 124 function getScanType($ID = null) argument [all …]
|
| /plugin/socialcards/ |
| 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) { 79 'content' => p_get_metadata($ID, 'title', METADATA_RENDER_USING_SIMPLE_CACHE), 82 $desc = p_get_metadata($ID, 'description', METADATA_RENDER_USING_SIMPLE_CACHE); 132 'content' => wl($ID, '', true), 136 'content' => p_get_metadata($ID, 'title', METADATA_RENDER_USING_SIMPLE_CACHE), 156 $_dates = p_get_metadata($ID, 'date', METADATA_RENDER_USING_SIMPLE_CACHE); 177 $_subject = p_get_metadata($ID, 'subject', METADATA_RENDER_USING_SIMPLE_CACHE); [all …]
|
| /plugin/dokutranslate/ |
| D | action.php | 126 global $ID; 128 if (!@file_exists(metaFN($ID, '.translate'))) { 130 if (!isModerator($ID)) { 165 global $ID; 181 if (@file_exists(metaFN($ID, '.translate')) && in_array($act, array('draft', 'recover'))) { 189 if (!@file_exists(metaFN($ID, '.translate')) && empty($_REQUEST['translate'])) { 198 if (!@file_exists(metaFN($ID, '.translate')) && !empty($_REQUEST['translate'])) { 201 if (!isModerator($ID)) { 217 if (!@file_exists(wikiFN($ID))) { 222 $datapath = dataPath($ID); [all …]
|
| /plugin/crosspost/ |
| D | action.php | 30 global $ID; 40 $meta = p_get_metadata( $ID, 'crosspost_to' ); 43 $name = noNS( $ID ); 48 if( strpos( $ID, ':' ) === false ) $page .= ':' . $ID; 54 if( $ID != $page && !$exists ) 56 saveWikiText( $page, "{{page>$ID}}", 'link from ' . $ID ); 58 array('crosspost_source' => $ID 80 p_set_metadata( $ID, 95 global $ID; 99 $meta = p_get_metadata( $ID, 'crosspost_source' ); [all …]
|
| /plugin/linkback/action/ |
| 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/charter/lib/pchart/ |
| 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; 127 { if(isset($this->Data[$i][$Serie])) { $ID = $i+1; } } 131 $this->Data[$ID][$Serie] = $Value; 133 $this->Data[$ID]["Name"] = $Description; 134 elseif (!isset($this->Data[$ID]["Name"])) 135 $this->Data[$ID]["Name"] = $ID; [all …]
|
| 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/projects/pchart/pchart/ |
| D | pdata.php | 77 $ID = 1; 80 $this->SetSerieName($Value,"Serie".$ID); 81 $ID++; 95 $ID = 1; 98 $this->AddPoint($Value,"Serie".$ID); 99 $ID++; 118 $ID = 0; 120 { if(isset($this->Data[$i][$Serie])) { $ID = $i+1; } } 124 $this->Data[$ID][$Serie] = $Value; 126 $this->Data[$ID]["Name"] = $Description; [all …]
|
| 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/nosecedit/ |
| 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/ajaxedit/ |
| 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/tools/ |
| 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, "&") 110 ,'email' => wl($ID, array('rev' =>(int)$rev, 'do' => 'tellafriend'), false, '&') 111 ,'odt' => wl($ID, array("rev" =>(int)$rev, "do" => "export_odt"), false, "&") [all …]
|
| /plugin/page4release/ |
| 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/statdisplay/pchart/ |
| 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/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, $oldrev, $rev); [all …]
|
| /plugin/button/ |
| 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($… 171 global $ID; 172 $this->targets[$ID][$name] = $value; 176 global $ID; 177 return $this->targets[$ID][$name]; [all …]
|
| /plugin/bliki/ |
| D | syntax.php | 91 $fp = wikiFN($ID); 92 $ID = substr($fp, 0, strrpos($fp, '.')); 95 if (is_dir($ID . '/')) { 97 …$posts = $this->read_dir_to_array($ID . '/', 'file', '/^[0-9]{4}-[0-9]{2}-[0-9]{2}-[0-9]{6}\.txt$/… 104 $recents[] = $ID . '/' . $post; 111 $years = $this->read_dir_to_array($ID . '/', 'dir'); 117 $months = $this->read_dir_to_array($ID . '/' . $year . '/', 'dir'); 122 $days = $this->read_dir_to_array($ID . '/' . $year . '/' . $month . '/', 'dir'); 127 $posts = $this->read_dir_to_array($ID . '/' . $year . '/' . $month . '/' . $day . '/', 136 $recents[] = $ID . '/' . $year . '/' . $month . '/' . $day . '/' . $post; [all …]
|
| /plugin/todo/ |
| H A D | action.php | 74 global $ID, $conf, $lang; 88 $ID = cleanID(urldecode($_REQUEST['pageid'])); 110 if(auth_quickaclcheck($ID) < AUTH_EDIT) { 115 if(checklock($ID)) { 116 $locktime = filemtime(wikiLockFN($ID)); 134 $wikitext = rawWiki($ID); 156 lock($ID); 158 …saveWikiText($ID, $wikitext, $this->getLang($checked?'checkboxchange_on':'checkboxchange_off').': … 159 unlock($ID); 162 'date' => @filemtime(wikiFN($ID)), [all …]
|
| /plugin/bureaucracyau/helper/ |
| D | actiontemplate.php | 68 global $ID; 80 $myns = getNS($ID); 95 global $ID; 96 $ns = getNS($ID); 102 resolve_pageid(getNS($ID), $templatepage, $ignored); 126 global $ID; 140 resolve_pageid(getNS($ID), $tpl, $ignored); 143 resolve_pageid(getNS($ID), $tpl, $ignored); 220 global $ID; 231 'form' => $ID, [all …]
|
| /plugin/bureaucracy-au/helper/ |
| D | actiontemplate.php | 68 global $ID; 80 $myns = getNS($ID); 95 global $ID; 96 $ns = getNS($ID); 102 resolve_pageid(getNS($ID), $templatepage, $ignored); 126 global $ID; 140 resolve_pageid(getNS($ID), $tpl, $ignored); 143 resolve_pageid(getNS($ID), $tpl, $ignored); 220 global $ID; 231 'form' => $ID, [all …]
|
| /plugin/nodisp/ |
| 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/autostart/ |
| D | action.php | 32 global $ID; 33 if (!$this->page_exists($ID)) { 34 if($this->page_exists($ID.':'.$conf['start'])) 36 $id = $ID.':'.$conf['start']; 37 elseif($this->page_exists($ID.':'.noNS(cleanID($ID)))) 39 $id = $ID.':'.noNS(cleanID($ID));
|