Searched refs:concatenation (Results 1 – 9 of 9) sorted by relevance
123 concatenation() ( ::alternation:: concatenation() #alternation )*125 concatenation:127 ( ( internal_options() | assertion() | quantification() | condition() ) #concatenation )*142 ::_capturing:: concatenation()?143 ( ::alternation:: concatenation()? )?
91 * > > #concatenation105 We read that the whole expression is composed of a single concatenation of two
72 concatenation() ( ::or:: concatenation() #choice )*74 concatenation:75 repetition() ( repetition() #concatenation )*
207 $rule = $this->concatenation($nNodeId);225 $rule = $this->concatenation($nNodeId);255 protected function concatenation(&$pNodeId) function in Hoa\\Compiler\\Llk\\Rule\\Analyzer
7 The ``join`` filter returns a string which is the concatenation of the items
240 $this->allowedModes = array('integer_value', 'string_value_quoted', 'string_value_braced', 'concatenation');440 public function concatenation($match, $state) { function in refnotes_bibtex_handler 441 /* Nothing special to do, concatenation will happen anyway */
466 concatenation, ``{{ foo|raw ~ bar }}`` won't give the expected result as467 escaping is applied on the result of the concatenation, not on the
1 …tWhile(/[0-7]/);\n return \"number\";\n }\n // Token concatenation in macros\n …
1 …Exp.prototype.toString` (rather than e.g. `String` or\n // concatenation with an empty …