Home
last modified time | relevance | path

Searched refs:parenthesis (Results 1 – 25 of 64) sorted by relevance

123

/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/codemirror/dist/modes/
H A Debnf.min.js1parenthesis:1};var d={comment:0,_string:1,characterClass:2};var e=null;if(b.bracesMode)e=a.getMode… property in AnonymousFunction1590f7240200.c
H A Debnf.min.js.map1parenthesis","stateType","comment","_string","characterClass","bracesMode","getMode","startState",…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dcoding_standards.rst45 * Do not put any spaces after an opening parenthesis and before a closing
46 parenthesis in expressions:
69 * Do not put any spaces before and after the parenthesis used for filter and
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D48.48.js1parenthesis.cs","@razorRoot"],[/[})]/,"@rematch","@pop"],{include:"razorCommon"}],razorRoot:[[/\{/…
H A D16.16.js.map1parenthesis' },\n { open: '<', close: '>', token: 'delimiter.angle' }\n ],\n tokenize…
H A D45.45.js1 …bute.delimiter"}}],[/\)$/,{token:"delimiter.parenthesis",next:"@popall"}],[/\)/,{token:"delimiter.
H A D42.42.js.map1parenthesis' },\n { open: '`(', close: ')', token: 'delimiter.parenthesis' },\n { op…
H A D41.41.js1 …iter.bracket.php"],[/[\[\]]/,"delimiter.array.php"],[/[()]/,"delimiter.parenthesis.php"],[/[ \t\r\…
H A D45.45.js.map1parenthesis', open: '(', close: ')' }\n ],\n keywords: [\n 'append',\n 'block'…
H A D57.57.js.map1parenthesis' },\n { open: '<', close: '>', token: 'delimiter.angle' }\n ],\n tokenize…
H A D56.56.js.map1 …,\n brackets: [\n { open: '(', close: ')', token: 'delimiter.parenthesis' },\n { …
H A D10.10.js.map1 …imiter.bracket', open: '{', close: '}' },\n { token: 'delimiter.parenthesis', open: '(', cl…
H A D54.54.js.map1 …elimiter.array', open: '[', close: ']' },\n { token: 'delimiter.parenthesis', open: '(', cl…
H A D48.48.js.map1parenthesis.cs', '@razorRoot'],\n [/[})]/, '@rematch', '@pop'],\n { include:…
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Durl.md13 this one is in parenthesis (http://example.com/).
15 this one is in parenthesis (http://example.com:80/?id=1,2,3).
/plugin/findologicxmlexport/vendor/sebastian/version/
H A D.php_cs35 'parenthesis',
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A D.php_cs36 'parenthesis',
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A D.php_cs36 'parenthesis',
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/
H A D.php_cs36 'parenthesis',
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A D.php_cs38 'parenthesis',
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DOperatorSpacingSniff.php92 $parenthesis = array_keys($tokens[$stackPtr]['nested_parenthesis']);
93 $bracket = array_pop($parenthesis);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Formatting/
H A DOperatorBracketSniff.php152 $parenthesis = array_reverse($tokens[$stackPtr]['nested_parenthesis'], true);
153 foreach ($parenthesis as $bracket => $endBracket) {
/plugin/mathpublish/phpmathpublisher/
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/condition/
H A DREADME.md9 …parated by logical operators (&&, and, ||, or, ^, xor for now), use of parenthesis is allowed, neg…

123