Home
last modified time | relevance | path

Searched refs:parenthesis (Results 1 – 25 of 64) sorted by last modified time

123

/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js29222 …ower case letters, ' + 'digits, space, apostrophe, left and rigth ' + 'parenthesis, plus sign, com…
/plugin/mathpublish/phpmathpublisher/
H A DHelper.php773 public function parenthesis($height, $style) function in RL\\PhpMathPublisher\\Helper
H A DMathExpression.php291 $paro = $this->helper->parenthesis(max($top, $bottom) * 2, "(");
292 $parf = $this->helper->parenthesis(max($top, $bottom) * 2, ")");
913 $leftImg = $this->helper->parenthesis($heightExp, $this->nodes[1]->nodes[0]->text);
915 $leftImg = $this->helper->parenthesis($heightExp, $this->nodes[1]->text);
920 $rightImg = $this->helper->parenthesis($heightExp, $this->nodes[3]->nodes[0]->text);
922 $rightImg = $this->helper->parenthesis($heightExp, '');
925 $rightImg = $this->helper->parenthesis($heightExp, $this->nodes[3]->text);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php167 $parenthesis = $this->validateComparisonFilter($startAt, $isRoot);
168 $endAt = !$parenthesis && $isRoot ? $this->length : $this->nextClosingParenthesis($startAt) + 1;
194 $startAt + ($parenthesis ? 1 : 0),
195 (int) $attributeEndsAfter - ($parenthesis ? 1 : 0)
200 $endAt - (int) $valueStartsAt - ($parenthesis ? 1 : 0)
214 * Validates some initial filter logic and determines if the filter is wrapped in parenthesis (validly).
223 $parenthesis = true;
225 # A filter without an opening parenthesis is only valid if it is the root. And it cannot have a closing parenthesis.
227 $parenthesis
[all...]
/plugin/strata/
H A Dmanual.txt347 The sort block takes a single variable per line, with an optional direction between parenthesis. Both full (ascending and descending) and abbreviated (asc and desc) are usable.
558 Aggregates are used on displays of variables. They are attached to the variable with ''@'', for example: ''?x@unique'' applies the unique aggregate to the values of variables ''?x''. Aggregates can be passed a hint by adding the hint between parenthesis: ''?variable@aggregate(hint)''.
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D29.29.js.map1 …imiter.bracket' },\n { open: '(', close: ')', token: 'delimiter.parenthesis' },\n { …
H A D34.34.js.map1 …miter.brackets' },\n { open: '(', close: ')', token: 'delimiter.parenthesis' }\n ],\n …
H A D35.35.js.map1 …limiter.square' },\n { open: '(', close: ')', token: 'delimiter.parenthesis' }\n ],\n …
H A D40.40.js.map1 …limiter.square' },\n { open: '(', close: ')', token: 'delimiter.parenthesis' }\n ],\n …
H A D41.41.js1 …iter.bracket.php"],[/[\[\]]/,"delimiter.array.php"],[/[()]/,"delimiter.parenthesis.php"],[/[ \t\r\…
H A D41.41.js.map1 … [/[\\[\\]]/, 'delimiter.array.php'],\n [/[()]/, 'delimiter.parenthesis.php'],\n …
H A D42.42.js.map1parenthesis' },\n { open: '`(', close: ')', token: 'delimiter.parenthesis' },\n { op…
H A D43.43.js.map1 …miter.brackets' },\n { open: '(', close: ')', token: 'delimiter.parenthesis' }\n ],\n …
H A D44.44.js.map1 …limiter.square', open: '[', close: ']' },\n { token: 'delimiter.parenthesis', open: '(', cl…
H A D45.45.js1 …bute.delimiter"}}],[/\)$/,{token:"delimiter.parenthesis",next:"@popall"}],[/\)/,{token:"delimiter.
H A D45.45.js.map1parenthesis', open: '(', close: ')' }\n ],\n keywords: [\n 'append',\n 'block'…
H A D46.46.js.map1 …imiter.bracket' },\n { open: '(', close: ')', token: 'delimiter.parenthesis' }\n ],\n …
H A D47.47.js.map1 …imiter.bracket' },\n { open: '(', close: ')', token: 'delimiter.parenthesis' }\n ],\n …
H A D48.48.js1parenthesis.cs","@razorRoot"],[/[})]/,"@rematch","@pop"],{include:"razorCommon"}],razorRoot:[[/\{/…
H A D48.48.js.map1parenthesis.cs', '@razorRoot'],\n [/[})]/, '@rematch', '@pop'],\n { include:…
H A D49.49.js.map1 …limiter.square' },\n { open: '(', close: ')', token: 'delimiter.parenthesis' }\n ],\n …
H A D50.50.js.map1 …limiter.square' },\n { open: '(', close: ')', token: 'delimiter.parenthesis' }\n ],\n …
H A D52.52.js.map1 …,\n brackets: [\n { open: '(', close: ')', token: 'delimiter.parenthesis' },\n { …
H A D54.54.js.map1 …elimiter.array', open: '[', close: ']' },\n { token: 'delimiter.parenthesis', open: '(', cl…
H A D56.56.js.map1 …,\n brackets: [\n { open: '(', close: ')', token: 'delimiter.parenthesis' },\n { …

123