Home
last modified time | relevance | path

Searched refs:ID (Results 201 – 225 of 1363) sorted by relevance

12345678910>>...55

/plugin/tagfilter/_test/
H A Dsyntax.test.php23 global $ID, $INFO;
24 $ID = 'test:plugin_tagfilter:start';
63 global $ID, $INFO;
64 $ID = 'test:plugin_tagfilter:start2';
82 global $ID, $INFO;
83 $ID = 'test:plugin_tagfilter:start3';
/plugin/struct/action/
H A Dedit.php89 global $ID;
92 $tables = $assignments->getPageAssignments($ID);
110 global $ID;
113 if (auth_quickaclcheck($ID) == AUTH_READ) return '';
114 if (checklock($ID)) return '';
116 $schema = AccessTable::getPageAccess($tablename, $ID, $ts);
/plugin/mediasyntax/
H A Daction.php54 global $ID;
56 // check for stored toplevel ID in helper plugin
71 $this->helper->toplevel_id = $ID;
73 $this->helper->parse_instructions($ID, $ins);
114 global $ID;
121 // without the ID check we'd get the cache objects for included pages as well
122 if(!isset($cache->page) || ($cache->page != $ID)) return;
134 $depends = p_get_metadata($ID, 'plugin_mediasyntax');
172 resolve_pageid(getNS($ID), $page, $exists);
/plugin/nsexport/packer/ziphtml/
H A Dpacker.php45 global $ID;
47 $ID = $ID_PAGE;
50 $deep = substr_count($ID,':');
62 $instructions = p_cached_instructions(wikiFN($ID,''),false,$ID);
76 $output .= ' <title>'.$ID.'</title>'.DOKU_LF;
90 $this->_addFile(str_replace(':','/',$ID).'.html',$output);
H A Dzip.php127 foreach($pages as $ID){
128 if( auth_aclcheck($ID, $user, $groups) < AUTH_READ ) continue;
132 $deep = substr_count($ID,':');
137 $html = p_cached_output(wikiFN($ID,''), 'nsexport_xhtml');
145 $output .= ' <title>'.$ID.'</title>'.DOKU_LF;
159 $this->_addFile(str_replace(':','/',$ID).'.html',$output);
160 $media = array_merge($media,(array) p_get_metadata($ID,'plugin_nsexport'));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DWatcherNamespace.asciidoc41 $params['watch_id'] = (string) Watch ID (Required)
55 $params['watch_id'] = (string) Watch ID
68 $params['watch_id'] = (string) Watch ID
81 $params['id'] = (string) Watch ID
94 $params['id'] = (string) Watch ID
109 $params['id'] = (string) Watch ID
122 $params['id'] = (string) Watch ID
/plugin/docnavigation/syntax/
H A Dtoc.php77 global $ID;
82 'start' => $ID,
144 global $ID;
211 if ($ACT == 'preview' && $pageid === $ID) {
290 global $ID;
293 $resolver = new dokuwiki\File\PageResolver($ID);
297 resolve_pageid(getNS($ID), $pageid, $exists);
/plugin/structpublish/action/
H A Dbanner.php29 global $ID;
46 $newestRevision = new Revision($ID, $INFO['currentrev']);
48 $shownRevision = new Revision($ID, $REV);
75 $this->dbHelper->checkAccess($ID)
151 global $ID;
160 $this->dbHelper->checkAccess($ID, [Constants::ACTION_APPROVE])
168 if ($this->dbHelper->checkAccess($ID, [Constants::ACTION_PUBLISH])) {
/plugin/newpagetemplate/
H A Dhelper.php90 $ID = $page;
105 $file = noNS($ID);
125 '@ID@',
143 $ID,
144 getNS($ID),
145 curNS($ID),
146 $ucfirst(curNS($ID)),
147 $ucwords(curNS($ID)),
148 $ucupper(curNS($ID)),
/plugin/odtplus2dw/
H A Daction.php51 global $ID, $REV, $conf;
62 .'<a href='.wl($ID, $params).' class="action import_file" rel="nofollow" title="'.$this->getLang('import_button').'">'
75 global $ID, $lang;
79 if ( page_exists( $ID ) && $event->data != "odtplus2dw" ) return;
80 if ( page_exists( $ID ) ) echo p_render('xhtml',p_get_instructions( $this->getLang( 'formPageExistMessage' ) ), $info );
82 if ( auth_quickaclcheck( $ID ) < AUTH_EDIT ) return;
93 <input type="hidden" name="id" value="'.$ID.'"/>
150 global $ID, $conf;
195 if ( ! $this->pageName = $ID ) return $this->_msg('er_id');
198 if ( page_exists($ID) ) {
[all...]
/plugin/nsexport/packer/
H A Dpacker.php16 foreach($pages as $ID) {
17 if( auth_quickaclcheck($ID) < AUTH_READ ) continue;
19 $this->pack_page($ID);
29 public function pack_page($ID) { argument
/plugin/uilanguage/
H A Daction.php29 global $conf, $INFO, $ID, $lang;
40 if (strlen($ID) > 3 && $ID[2] == ':') {
41 $l = substr($ID, 0, 2);
/plugin/requiz/
H A Dhelper.php27 global $ID;
82 global $ID;
83 $lm = @filemtime(wikiFN($ID));
86 $ID.$lm;
/plugin/autotooltip/
H A Daction.php22 global $ID;
51 global $ID;
52 if (!$this->m_helper->isExcluded($ID) && page_exists($id) && $id != $ID) {
/plugin/rater/
H A Daction.php80 global $ID;
110 …echo '<meta http-equiv="refresh" content="1; URL=doku.php?id='.$ID.'#'.$anker_id.'"><div class="th…
111 '<a href="doku.php?id='.$ID.'" />'.$alink_Back.'</a></div>';
143 … '<a href="doku.php?id='.$ID.'#'.$anker_id.'" />'.$alink_Back.'</a></div>';
162 …echo '<meta http-equiv="refresh" content="2; URL=doku.php?id='.$ID.'#'.$anker_id.'"><div class="th…
163 '<a href="doku.php?id='.$ID.'#'.$anker_id.'" />'.$alink_Back.'</a></div>';
/plugin/txtconf/
H A Dadmin.php122 global $ID;
124 ptln('<form action="'.wl($ID).'" method="post">');
127 ptln(' <input type="hidden" name="id" value="'.$ID.'" />');
136 global $ID;
161 global $ID;
174 global $ID;
/plugin/showinitpage/
H A Daction.php35 global $ID;
41 && auth_quickaclcheck($ID) == AUTH_NONE
43 && ($ID === $conf['start'] || $this->getConf('initpagestartonly') === 0))
/plugin/log/
H A Dsyntax.php31 global $ID;
45 $logpage = log_get_log_page($this, $ID);
117 global $ID;
123 $form = new Doku_Form(array('action' => wl($ID,array('do'=>'log_new'), false, '&'),
126 $form->addHidden('id', $ID);
/plugin/dokubookmark/
H A Daction.php172 global $ID;
179 if (auth_quickaclcheck($ID) < AUTH_CREATE){
185 $file = wikiFN($ID);
188 if (checklock($ID)){
192 lock($ID);
/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/prettyphoto/
H A Drenderer.php23 global $ID;
25 resolve_mediaid(getNS($ID),$src, $exists);
36 $link['url'] = ml($src, array('id' => $ID, 'cache' => $cache), ($linking === 'direct'));
44 $link['url'] = ml($src, array('id' => $ID, 'cache' => $cache), true);
/plugin/mailto/
H A Daction.php57 global $INFO, $USERINFO, $ID, $REV;
78 $metas=p_get_metadata($ID);
92 … rawWiki($ID,$REV).$this->getConf('mailto_signature'),/// TODO improve here with a renderer email
101 p_set_metadata($ID,
/plugin/move/_test/
H A Dpagemove.test.php21 // @todo Move page to an ID which already exists
27 global $ID;
31 $ID = $this->movedId;
182 global $ID;
183 $newId = getNS($ID).':new_page';
189 $result = $MoveOp->movePage($ID, $this->movedToId);
298 global $ID;
305 $result = $MoveOp->movePage($ID, $newId);
414 global $ID;
422 $result = $MoveOp->movePage($ID,
[all...]
/plugin/prosemirror/parser/
H A DLocalLinkNode.php15 global $ID;
18 'data-resolvedTitle' => $ID . ' ↵',
19 'data-resolvedID' => $ID . '#' . $hash,
/plugin/adultcontent/
H A Daction.php26 global $ID;
28 $adult = p_get_metadata($ID, "adult");
40 p_set_metadata($ID, array('adult' => $adult));

12345678910>>...55