Lines Matching refs:offsetGet
92 $hash->offsetGet('DESCRIPTION'); // prevent complaining
112 $directive->id = $this->id($hash->offsetGet('ID'));
116 $type = explode('/', $hash->offsetGet('TYPE'));
128 $hash->offsetGet('DEFAULT'),
138 $directive->description = $hash->offsetGet('DESCRIPTION');
142 $directive->allowed = $this->lookup($this->evalArray($hash->offsetGet('ALLOWED')));
146 $directive->valueAliases = $this->evalArray($hash->offsetGet('VALUE-ALIASES'));
150 $raw_aliases = trim($hash->offsetGet('ALIASES'));
158 $directive->version = $hash->offsetGet('VERSION');
162 $directive->deprecatedUse = $this->id($hash->offsetGet('DEPRECATED-USE'));
166 $directive->deprecatedVersion = $hash->offsetGet('DEPRECATED-VERSION');
170 $directive->external = preg_split('/\s*,\s*/', trim($hash->offsetGet('EXTERNAL')));