Searched refs:concatenation (Results 1 – 13 of 13) 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
440 public function concatenation($match, $state) { function in refnotes_bibtex_handler
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 …
869 numbers out of `argv` with `+` without having that mean concatenation,
776 …nted. As part of the sourcemap handling these should be updated to return arrays for concatenation.
1 …concatenation instead of addition\n // by adding empty string in between\n compileOr(node, frame…
1 …Exp.prototype.toString` (rather than e.g. `String` or\n // concatenation with an empty …