Searched refs:emitError (Results 1 – 1 of 1) sorted by relevance
| /plugin/strata/helper/ |
| D | syntax.php | 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['… [all …]
|