Lines Matching full:parsed
36 # ' == ""' though, which cannot be parsed because the left-hand side looks
53 # When the :? is parsed, it is greedy. The else branch spans all the
190 # Since the condition of the '?:' modifier is expanded before being parsed and
204 # 1. The whole expression is only parsed.
205 # 2. The expression is parsed and the 'then' branch is evaluated.
206 # 3. The expression is parsed and the 'else' branch is evaluated.
208 # In all of these cases, the expression must be parsed in the same way,
212 # parsed differently, depending on whether the branch was taken or not. When
219 # that in both cases the expression is parsed in the same way, taking the
234 # everywhere else the modifier parts have their subexpressions parsed in the
240 # is always parsed using balanced mode. The modifier ':?', on the other hand,
255 # expected 'then2'. The 'then' branch of the ':?' modifier was parsed
258 # parsed in balanced mode, ignoring that the inner '}}' were ordinary
298 # parsed by inspecting the actual modifiers. In 2008, 2015, 2020, 2022 and
301 # were parsed differently, depending on whether the branch was active or not.