Lines Matching refs:ID
113 global $ID;
114 $this->styles[$ID][$name] = $value;
118 global $ID;
119 return isset($this->styles[$ID][$name]) ? $this->styles[$ID][$name] : $this->getConfStyles($name);
123 global $ID;
124 return (array_key_exists($ID, $this->styles) && is_array($this->styles[$ID]) && array_key_exists($name, $this->styles[$ID]))
171 global $ID;
172 $this->targets[$ID][$name] = $value;
176 global $ID;
177 return $this->targets[$ID][$name];
181 global $ID;
182 return (array_key_exists($ID, $this->targets) && is_array($this->targets[$ID]) && array_key_exists($name, $this->targets[$ID])) ? true : false;
236 global $ID;
290 $ID,
347 global $ID;
349 $resolveid = (new PageResolver($ID))->resolveId($resolveid);
355 $resolveid = (new MediaResolver($ID))->resolveId($resolveid);
369 global $ID;
380 // For empty $id we need to know the current $ID
385 $id = $ID;
390 $id = $ID . $id;
398 $id = (new PageResolver($ID))->resolveId($id);
470 global $ID;
475 $src = (new MediaResolver($ID))->resolveId($src);
484 $link['url'] = ml($src, array('id' => $ID, 'cache' => $cache), ($linking == 'direct'));
492 $link['url'] = ml($src, array('id' => $ID, 'cache' => $cache), true);