Lines Matching refs:INFO

47         global $INFO;
48 //print_r($INFO); die();
54 } elseif (($action->data === 'show' || $action->data === 'index') && $INFO['perm'] && !defined(
56 ) && ($INFO['exists'] || getDwUserInfo($INFO['id'], $this)) && !isHiddenPage($INFO['id'])) {
74 print_r(array($action->data, $INFO['perm'], defined('DOKU_MEDIADETAIL'), $INFO['exists'],
75 getDwUserInfo($INFO['id'],$this), isHiddenPage($INFO['id'])));
83 global $ID, $INFO;
92 if (!(($sioc_type == 'post' && $INFO['exists']) || $sioc_type == 'user' || $sioc_type == 'container')) {
97 if (!$INFO['perm']) {
186 global $ID, $INFO, $conf;
190 } elseif (isset($INFO['meta']['title'])) {
191 $title = $INFO['meta']['title'];
215 if ($INFO['exists']) {
216 $wikicontainer->addTitle($INFO['meta']['title']);
219 if ($INFO['namespace']) {
220 $wikicontainer->addParent($INFO['namespace']);
301 global $ID, $INFO, $REV, $conf;
304 $INFO['meta']['title'] . ($REV ? ' (rev ' . $REV . ')' : ''),
312 $dwuserpage_id = cleanID($this->getConf('userns')) . ($conf['useslash'] ? '/' : ':') . $INFO['editor'];
322 $INFO['meta']['title'] . ($REV ? ' (rev ' . $REV . ')' : ''), // subject
328 if (isset($INFO['meta']['date']['created'])) {
329 $wikipage->addCreated(date('c', $INFO['meta']['date']['created']));
332 if (isset($INFO['meta']['date']['modified'])) {
333 $wikipage->addModified(date('c', $INFO['meta']['date']['modified']));
336 if ($INFO['editor'] && $this->getConf('userns')) {
337 $wikipage->addCreator(array('foaf:maker' => '#' . $INFO['editor'], 'sioc:modifier' => $dwuserpage_id));
340 if (isset($INFO['meta']['date']['created'])) {
344 $wikipage->addLinks($INFO['meta']['relation']['references']);
347 if (!$REV && $this->getConf('userns') && isset($INFO['meta']['contributor'])) {
350 foreach ($INFO['meta']['contributor'] as $cont_id => $cont_name) {
398 if ($INFO['namespace']) {
399 $wikipage->addContainer($INFO['namespace']);
410 //if ($INFO['editor'] && $this->getConf('userns')) $exporter->addObject($pageuser);
472 global $ID, $INFO, $conf;
486 if (!(($sioc_type === 'post' && $INFO['exists']) || $sioc_type === 'user' || $sioc_type === 'container')) {
492 if (!$INFO['perm']) {
507 "Container '" . ($INFO['meta']['title'] ?? $ID) . "' (SIOC document as RDF/XML)"
519 $title = htmlentities($INFO['meta']['title'] ?? $ID);