Home
last modified time | relevance | path

Searched refs:ID (Results 51 – 75 of 1363) sorted by relevance

12345678910>>...55

/plugin/xslfo/
H A Daction.php45 global $ID, $REV, $ACT;
60 if (auth_quickaclcheck($ID) < AUTH_READ) {
66 $title = p_get_first_heading($ID);
70 $cache_key = $ID.$REV.$this->template;
74 wikiFN($ID, $REV),
91 * @global string $ID
98 global $ID, $REV;
140 * @global string $ID
146 global $ID, $REV, $INFO, $conf;
157 $file = wikiFN($ID, $REV);
[all …]
/plugin/publish/action/
H A Dapprove.php35 global $ID, $INFO;
36 $original_id = $ID;
38 $ID = $page[0];
45 $ID = $original_id;
54 global $ID;
70 send_redirect(wl($ID, array('rev' => $this->helper->getRevision()), true, '&'));
75 global $ID;
97 $success = p_set_metadata($ID, array('approval' => $approvals), true, true);
103 $data['id'] = $ID;
H A Dbanner.php111 global $ID;
123 printf($this->getLang('apr_recent_draft'), wl($ID, 'force_rev=1'));
124 echo $this->difflink($ID, null, $revision) . '</span>';
128 global $ID;
141 printf($this->getLang('apr_outdated'), wl($ID, 'rev=' . $latestApprovedRevision));
142 echo $this->difflink($ID, $latestApprovedRevision, $revision) . '</span>';
178 global $ID;
185 wl($ID, 'rev=' . $previousApproved),
187 echo $this->difflink($ID, $previousApproved, $this->hlp->getRevision()) . '</span>';
191 global $ID;
[all …]
/plugin/highlightparent/
H A Daction.php51 global $ID, $ACT;
87 global $ID;
90 if (preg_match('/' . $pattern . '/', $ID, $matches) === 1) {
96 if ($baseID === $ID) {
111 global $ID, $conf;
112 if ($ID === $conf['start']) {
115 $ns = getNS($ID);
116 $page = noNS($ID);
/plugin/acknowledge/admin/
H A Dreport.php203 global $ID;
206 $ID,
224 global $ID;
227 $ID,
246 global $ID;
249 $ID,
263 global $ID;
266 wl($ID, ['do' => 'admin', 'page' => 'acknowledge_report']),
272 wl($ID, ['do' => 'admin', 'page' => 'acknowledge_assign']),
/plugin/editions/
H A Daction.php105 global $ID;
112 if (curNS($ID)!=$edition) {
113 $eLink = wl($this->getConf('editionNamespace').':'.$edition.':'.noNS($ID)).'#'.$pid;
143 global $ID;
148 if (!$includeStartpage && (noNS($ID) == $conf['start'])) return false;
149 $curRootNS = substr($ID, 0, strpos($ID,':'));
158 global $ID;
162 if (array_key_exists(curNS($ID), $editions)) {
163 $lang = $editions[curNS($ID)];
/plugin/todo/
H A Daction.php74 global $ID, $conf, $lang;
87 // path = page ID
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').': '.$todoText, $minoredit = true);
159 unlock($ID);
[all...]
/plugin/tipoftheday/
H A Daction.php37 $ID = urldecode($_REQUEST['id']);
38 list($ID, $params) = explode('&', $ID, 2);
41 $ID = cleanID($ID);
44 $ins = p_get_instructions("{{totd>$ID{$params}}}");
/plugin/deeplautotranslate/
H A Daction.php57 global $ID;
69 $split_id = explode(':', $ID);
91 global $ID;
97 if ($this->check_in_glossary_ns() and $event->data == 'show' and $ID == $this->get_glossary_ns()) {
101 $split_id = explode(':', $ID);
129 global $ID;
136 if(preg_match('/^' . $glossary_ns . ':(\w{2})_(\w{2})$/', $ID, $id_match)) {
190 global $ID;
215 saveWikiText($ID, $translated_text, 'Automatic translation');
220 send_redirect(wl($ID));
[all...]
/plugin/move/admin/
H A Dmain.php100 global $ID;
107 if($ID && $INPUT->has('dst')) {
116 $src = getNS($ID);
127 $this->plan->addPageMove($ID, $INPUT->str('dst'));
163 global $ID;
167 $treelink = wl($ID, array('do'=>'admin', 'page'=>'move_tree'));
174 $form->addHidden('id', $ID);
181 … $form->addElement(form_makeTextField('dst', $ID, $this->getLang('dst'), '', 'block indent'));
248 global $ID;
262 $form = new Doku_Form(array('action' => wl($ID), 'method' => 'post', 'class' => $class));
[all …]
/plugin/projects/action/
H A Daction.php59 global $ID;
60 $perm = auth_quickaclcheck($ID);
70 $project = getNS($ID);
152 $create->addHidden("id", $ID);
174 $subproject->addHidden("id", $ID);
188 $clean->addHidden("id", $ID);
201 $rebuild->addHidden("id", $ID);
214 global $ID;
217 $perm = auth_quickaclcheck($ID);
268 global $ID;
[all …]
/plugin/multiselect/
H A Dsyntax.php21 global $ID;
22 if(array_key_exists($ID,$this->_itemPos)) {
23 return $this->_itemPos[$ID]++;
25 $this->_itemPos[$ID] = 1;
30 global $ID;
31 if(array_key_exists($ID,$this->_itemPos)) {
32 $this->_itemPos[$ID];
69 global $ID;
79 $page=$ID;
/plugin/translate/
H A Dhelper.php58 global $INFO, $ID, $conf;
59 if (is_null($id)) $id = $ID;
118 global $ID;
119 if (is_null($id)) $id = $ID;
177 global $ID;
184 global $INFO, $ID;
196 global $INFO, $ID;
233 global $INFO, $ID;
268 global $INFO,$ID;
378 global $ID, $INFO;
[all …]
/plugin/semantic/
H A Daction.php140 global $ID;
142 $this->helper->getMetadata($ID);
167 global $ID;
169 $this->helper->getMetadata($ID);
195 global $ID;
197 $this->helper->getMetadata($ID);
221 global $ID;
223 $this->helper->getMetadata($ID);
251 global $ID;
253 $this->helper->getMetadata($ID);
/plugin/noticeboard/
H A Dsyntax.php99 <input type='hidden' name='id' value='".$ID."' />
111 <input type='hidden' name='id' value='".$ID."' />
122 <input type='hidden' name='id' value='".$ID."' />
130 <input type='hidden' name='parent' value='".$ID."' />
141 <input type='hidden' name='id' value='".$ID."' />
238 <input type='hidden' name='id' value='".$ID."' />
300 <input type='hidden' name='id' value='".$ID."' />
349 <input type='hidden' name='id' value='".$ID."' />
357 <input type='hidden' name='id' value='".$ID."' />
404 <input type='hidden' name='id' value='".$ID."' />
[all …]
/plugin/noticeboard/noticeboard/
H A Dsyntax.php99 <input type='hidden' name='id' value='".$ID."' />
111 <input type='hidden' name='id' value='".$ID."' />
122 <input type='hidden' name='id' value='".$ID."' />
130 <input type='hidden' name='parent' value='".$ID."' />
141 <input type='hidden' name='id' value='".$ID."' />
238 <input type='hidden' name='id' value='".$ID."' />
300 <input type='hidden' name='id' value='".$ID."' />
349 <input type='hidden' name='id' value='".$ID."' />
357 <input type='hidden' name='id' value='".$ID."' />
404 <input type='hidden' name='id' value='".$ID."' />
[all …]
/plugin/qc/action/
H A Dcron.php53 global $ID;
54 if (!$ID) return;
57 echo 'qc data gatherer: started on ' . $ID . NL;
69 $fixme = $qc->getQCData($ID);
73 if (isset($persist[$ID])) unset($persist[$ID]);
75 $persist[$ID] = $fixme;
/plugin/bloglinks/
H A Daction.php62 global $ID;
66 if (strlen($pattern) > 0 && preg_match($pattern, $ID)) {
75 if (trim($namespace) && (strpos($ID, $namespace . ':') === 0)) {
84 global $ID;
97 $meta = p_get_metadata($ID);
100 if (!$date) $date = filemtime(wikiFN($ID));
103 if (!$date) $date = filectime(wikiFN($ID));
105 $perm = auth_quickaclcheck($ID);
108 'id' => $ID,
/plugin/do/syntax/
H A Ddo.php106 global $ID;
185 global $ID;
193 $oldtask = $this->_oldTask($ID, $data['task']['md5']);
228 'do_page' => $ID,
287 global $ID;
291 if (!isset($this->run[$ID])) {
292 $this->hlp->cleanPageTasks($ID);
293 $this->run[$ID] = true;
302 if (!$this->_needsSave($ID, $data['task']['md5'])) {
310 $data['task']['page'] = $ID;
[all …]
/plugin/odt/renderer/
H A Dpagepdf.php43 global $ID;
49 $output_filename = str_replace(':','-',$ID).'.pdf';
58 p_set_metadata($ID,array('format' => array('odt_pagepdf' => $headers) ));
74 global $ID;
80 $temp_dir = $temp_dir."/odt/".str_replace(':','-',$ID);
105 $message = str_replace('%pageid%', $ID, $message);
113 p_set_metadata($ID,array('format' => array('odt_pagepdf' => $headers) ));
/plugin/popupviewer/
H A Daction.php34 global $ID;
62 $ID = getID('id');
64 if (auth_quickaclcheck($ID) < AUTH_READ) {
73 $JSINFO['id'] = $ID;
80 $popupscript = p_get_metadata($ID, 'popupscript', true);
84 $dest = str_replace(":", "/", $ID);
94 …$data = '<div class="dokuwiki" style="padding-bottom: 10px;">' . p_wiki_xhtml($ID,'',true) . '</di…
99 $SRC = mediaFN($ID);
/plugin/task/
H A Daction.php44 global $ID;
49 $back = $ID;
50 $ID = ($ns ? $ns.':' : '').cleanID($title);
60 lock($ID);
73 'id' => $ID,
140 global $ID;
156 $task = $my->readTask($ID);
206 $wiki = rawWiki($ID);
211 saveWikiText($ID, $new, $summary, true); // save as minor edit
224 $my->writeTask($ID, $task);
/plugin/pagemove/_test/
H A Dpagemove.test.php21 global $ID;
24 $ID = $this->movedId;
166 global $ID;
172 $opts['ns'] = getNS($ID);
284 global $ID;
290 $opts['ns'] = getNS($ID);
291 $opts['name'] = noNS($ID);
402 global $ID;
408 $opts['ns'] = getNS($ID);
409 $opts['name'] = noNS($ID);
[all …]
/plugin/fedauth/classes/usr/
H A Dfa_login.usr.class.php86 global $ID;
93 return wl($ID, $params, true, '&');
97 return wl($ID, 'do=fedauth', true, '&');
100 return wl($ID, 'do=fedauth', true, '&') . '&fa[register]';
102 return wl($ID);
112 global $ID, $conf, $auth;
118 . '<form action="'.wl($ID, 'do=fedauth').'" method="post">'
145 global $ID, $do;
169 … $out .= '<a href="'.wl($ID, array('do'=> $act, 'sectok' => $sectok)).'&fa['.$cmd.']['.$id.']">'
/plugin/tagsections/action/
H A Dajax.php37 global $INPUT, $ID, $INFO, $ACT;
45 $ID = getID();
79 global $ID;
82 list($PRE,$TEXT,$SUF) = rawWikiSlices($RANGE,$ID);
98 return $filter->getTagsBySiteID($ID);
134 global $ID, $PRE, $TEXT, $SUF;
136 list($PRE,$TEXT,$SUF) = rawWikiSlices($RANGE,$ID);
160 …saveWikiText($ID,con($PRE,$TEXT,$SUF,true),'Update tags using tagsections in range ' . $range, tru…
162 unlock($ID);

12345678910>>...55