Lines Matching refs:ID
55 global $ID,$conf;
56 $ID = 'wiki:start';
70 global $ID,$conf;
71 $ID = 'wiki:syntax';
86 $info['meta'] = p_get_metadata($ID);
102 global $ID,$conf,$REV;
107 $ID = 'wiki:syntax';
122 $info['meta'] = p_get_metadata($ID);
148 global $ID,$conf,$REV;
150 $ID = 'wiki:syntax';
163 $info['meta'] = p_get_metadata($ID);
176 global $ID,$conf,$REV,$RANGE;
178 $ID = 'wiki:syntax';
205 $info['meta'] = p_get_metadata($ID);
233 global $ID,$conf;
237 $ID = 'wiki:dokuwiki';
248 $info['meta'] = p_get_metadata($ID); // need $INFO set correctly for updateMetadata()
254 $pageFile = new \dokuwiki\File\PageFile($ID);
259 'id' => $ID,
267 $info['meta'] = p_get_metadata($ID);
277 p_set_metadata($ID, ['last_change' => false]);
280 $this->assertEquals($info['meta']['last_change'], p_get_metadata($ID,'last_change'));
296 …$this->assertEquals($info['meta'], p_get_metadata($ID)); // check metadata has been updated corr…
303 global $ID,$conf;
304 $ID = 'wiki:syntax';
326 $draft = getCacheName($info['client']."\n".$ID,'.draft');
334 $info['meta'] = p_get_metadata($ID);
352 global $ID,$conf;
353 $ID = 'wiki:start';