Lines Matching refs:emitError
997 … $this->emitError($lineNode, 'error_property_weirdgroupline', hsc($tree['tag']), hsc($line));
1002 …$this->emitError($group, 'error_property_unknowngroup', hsc($trees[0]['tag']), hsc($group['tag']));
1030 …$this->emitError($region, 'error_property_unknownproperty', hsc($group), hsc($variable), $property…
1033 $this->emitError($region, 'error_property_multi', hsc($group), hsc($variable));
1046 … $this->emitError($region, 'error_property_notmulti', hsc($group), hsc($variable), $minOccur);
1053 …$this->emitError($region, 'error_property_occur', hsc($group), hsc($variable), $minOccur, count($v…
1055 …$this->emitError($region, 'error_property_occurrange', hsc($group), hsc($variable), $minOccur, $ma…
1079 …$this->emitError($region, 'error_property_invalidchoice', hsc($group), hsc($variable), hsc($v), im…
1089 …$this->emitError($region, 'error_property_patterndesc', hsc($group), hsc($variable), hsc($v), $p['…
1091 …$this->emitError($region, 'error_property_pattern', hsc($group), hsc($variable), hsc($v), hsc($p['…
1110 function emitError($region, $msg_id) { function in helper_plugin_strata_syntax