Home
last modified time | relevance | path

Searched refs:ID (Results 1 – 25 of 1363) sorted by relevance

12345678910>>...55

/plugin/wysiwyg/
H A Dajax.php56 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 Dchat.php13 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 Daction.php51 * @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 Dattribute_include.php48 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 Daction.php126 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 Daction.php30 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 Dreceive.php26 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 Dsyntax.php26 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 Daction.php23 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 Dpdata.php77 $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 Dpcache.php61 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 DpData.class.php83 $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 DpCache.class.php61 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 Daction.php59 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 Dhelper.php19 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 Dsyntax.php113 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 DpCache.php50 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 DpCache.php51 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 Dmail.php39 global $ID;
54 if (!$this->hlp->isActive($ID)) {
104 global $ID;
109 $rev = filemtime(wikiFN($ID));
121 $changelog = new PageChangelog($ID);
133 $oldlink = $this->revlink($ID, $oldrev);
136 $newlink = $this->revlink($ID, $rev);
140 $newlink = $this->revlink($ID, $rev);
143 $changelog = new PageChangelog($ID);
167 global $ID;
[all …]
/plugin/nodisp/
H A Daction.php29 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 Dhelper.php34 * @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 Dsyntax.php91 $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 Dactiontemplate.php68 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 Dactiontemplate.php68 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 Daction.php34 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);

12345678910>>...55