Home
last modified time | relevance | path

Searched refs:ID (Results 51 – 75 of 1363) sorted by last modified time

12345678910>>...55

/plugin/struct/lang/en/
H A Dassignments_intro.txt7 * Pages as usual with their full page ID.
/plugin/struct/admin/
H A Dschemas.php47 global $ID;
121 send_redirect(wl($ID, ['do' => 'admin', 'page' => 'struct_schemas'], true, '&'));
138 send_redirect(wl($ID, ['do' => 'admin', 'page' => 'struct_schemas'], true, '&'));
308 global $ID;
312 $ID,
317 $ID,
328 $ID,
/plugin/struct/action/
H A Daggregationeditor.php57 global $ID;
59 $JSINFO['plugins']['struct']['isPageEditor'] = auth_quickaclcheck($ID) >= AUTH_EDIT;
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/openlayersmap/syntax/
H A Dolmap.php828 global $ID;
829 $rel = p_get_metadata($ID, 'relation', METADATA_RENDER_USING_CACHE);
840 // p_set_metadata($ID, $relation, false, false);
/plugin/geotag/
H A Daction.php53 global $ID;
54 $title = p_get_metadata($ID, 'title', METADATA_RENDER_USING_SIMPLE_CACHE);
55 $geotags = p_get_metadata($ID, 'geo', METADATA_RENDER_USING_SIMPLE_CACHE) ?? array();
/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/acknowledge/lang/de/
H A Dassign.txt8 * Seiten wie üblich mit ihrer vollständigen Seiten-ID.
9 * Reguläre Ausdrücke, die mit ''/'' beginnen und enden - werden gegen eine vollständige Seiten-ID mit vorangestelltem '':'' verglichen.
/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/acknowledge/lang/en/
H A Dassign.txt8 * Pages as usual with their full page ID.
/plugin/acknowledge/syntax/
H A Dassign.php48 global $ID;
53 $helper->setPageAssignees($ID, $data['assignees']);
/plugin/backlinks/
H A Dsyntax.php82 global $ID;
84 $id = $ID;
/plugin/dokusioc/
H A Daction.php263 global $ID;
266 $userinfo = getDwUserInfo($ID, $this);
284 …$ID, normalizeUri($exporter->siocURL('user', $ID)), $userinfo['user'], $userinfo['name'], $userinf…
296 global $ID, $INFO, $REV, $conf;
310 $ID, // id
318 rawWiki($ID, $REV) // body (content)
354 $backlinks = ft_backlinks($ID);
363 $changelog = new PageChangeLog($ID);
463 global $ID, $INFO, $conf;
467 if (isHiddenPage($ID)) {
[all …]
/plugin/photogallery/
H A Dsyntax.php62 global $ID;
98 $data['ns'] = getNS($ID);
225 global $ID;
273 global $ID;
644 $ID = $img['id'];
649 $vsrc = ml($ID);
653 $ID = $img['poster'];
733 $tpar['media'] = $ID;
735 $tpar['media'] = idfilter($ID);
742 $ipar['tok'] = media_get_token($ID,$iw,$ih);
[all …]
/plugin/sqlite/
H A Dadmin.php143 global $ID;
147 'link' => wl($ID, ['do' => 'admin', 'page' => 'sqlite']),
156 'link' => wl($ID, ['do' => 'admin', 'page' => 'sqlite', 'db' => $db, 'sectok' => getSecurityToken()]),
238 global $ID;
249 return wl($ID, $params, false, $form ? '&' : '&amp;');
/plugin/starred/
H A Daction.php43 global $ID;
45 $ID = cleanID($INPUT->str('id'));
75 global $ID;
79 $star_html = $this->helper->starHtml($ID, $ID, $inneronly, true);
H A Dhelper.php44 global $ID;
52 if ($pageid === null) $pageid = $ID;
78 global $ID;
86 if ($pageid === null) $pageid = $ID;
133 * @param string $ID The page where the star is supposed to appear.
139 public function starHtml($ID, $pageid, $inneronly = false, $setid = false) argument
144 …$result .= '<a href="' . wl($ID, array('do' => 'startoggle_' . $pageid)) . '" data-pageid="' . $pa…
H A Dsyntax.php80 global $ID;
81 $R->doc .= $hlp->starHtml($ID, $pid, false);
/plugin/nodetailsxhtml/
H A Drenderer.php57 global $TOC, $ID, $INFO, $conf;
62 $meta = p_get_metadata($ID, null, false); // 2010-10-23 This should be save to use
86 global $TOC, $ID;
89 $forceToc = $this->info['forceTOC'] || p_get_metadata($ID, 'internal forceTOC', false);
108 p_set_metadata($ID, $meta);
124 global $ID;
144 $useNumbered = p_get_metadata($ID, 'usenumberedheading', true); // 2011-02-07 This should be save to use
244 global $ID;
254 // For empty $id we need to know the current $ID
259 $id = $ID;
[all...]
/plugin/nodetailsxhtml/syntax/
H A Dforcetoc.php42 global $ID, $INFO;
/plugin/keywords/action/
H A Dkeywords.php168 global $ID;
174 $kw = p_get_metadata($ID,'keywords');
/plugin/diffpreview/
H A Daction.php146 global $INFO, $ID, $INPUT, $conf;
151 $draft = new \dokuwiki\Draft($ID, $INFO['client']);
167 assert(isset($ID), 'ID should have been set');
170 'id' => $ID,
177 $cname = getCacheName($draft['client'] . $ID, '.draft');
/plugin/qna/syntax/
H A Dtoc.php50 global $ID;
55 $resolver = new dokuwiki\File\PageResolver($ID);
72 global $ID;
77 $data[0] = $ID;
/plugin/qna/
H A Daction.php181 global $ID;
185 if (isset($cache->page) && ($cache->page == $ID)) {
187 $depends = p_get_metadata($ID, 'relation depends');
/plugin/templater/
H A Dsyntax.php90 global $ID;
99 $parentpage = empty(self::$pagestack)? $ID : end(self::$pagestack); // get correct namespace
273 global $ID;
277 if (getNS($ID) == $iNS)

12345678910>>...55