Searched refs:concatenation (Results 1 – 15 of 15) 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
163 …}`) inside PHP echo blocks caused parse failures. Rewrote manage dialog using string concatenation.
1385 …HP parse error on line 1089 caused by `$colors['text']` PHP variable inside JS string concatenation1431 - Rewrote `manageRecurringSeries()` JS function using string concatenation instead of template lite…1804 - **Fixed:** Recurring stat card had broken CSS from `$colors['bg'] . '3e0'` concatenation — now us…10805 - **Fixed:** Changed JavaScript template literals to concatenation10829 **Changed from template literals to concatenation**:10863 // Use regular string concatenation:
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 …