Home
last modified time | relevance | path

Searched refs:operator (Results 101 – 125 of 276) sorted by relevance

12345678910>>...12

/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dround.rst31 The ``//`` operator is equivalent to ``|round(0, 'floor')``.
/plugin/odt/ODT/css/
H A Dcssimportnew.php22 protected $operator = NULL; variable in css_attribute_selector
50 $this->operator = '=';
54 $this->operator = $attribute_string [$found-1].$attribute_string [$found];
69 if (!isset($this->operator)) {
73 switch ($this->operator) {
144 $returnstring .= $this->attribute.$this->operator.$this->value;
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst85 interpreted as the minus operator), use the ``attribute`` function instead to
560 The operator precedence is as follows, with the lowest-precedence operators
561 listed first: ``?:`` (ternary operator), ``b-and``, ``b-xor``, ``b-or``,
707 For complex string comparisons, the ``matches`` operator allows you to use
718 The ``in`` operator performs containment test.
735 To perform a negative test, use the ``not in`` operator:
762 Tests can be negated by using the ``is not`` operator:
778 Support for the extended ternary operator was added in Twig 1.12.0.
795 due to the :ref:`operator precedence rules <twig-expressions>`:
807 * ``?:``: The ternary operator:
[all …]
/plugin/codemirror/dist/modes/
H A Dsass.min.js.map1operator\";\n } else if (ch === \"(\") {\n stream.next();\n stream.eatSpace();\n\n …
H A Deiffel.min.js.map1operator\";\n } else if (/[0-9]/.test(ch)) {\n stream.eatWhile(/[xXbBCc0-9\\.]/);\n s…
H A Dcrystal.min.js.map1operator\" || !state.lastStyle) && indentExpressionKeywords.test(matched)) {\n state.bl…
H A Dsmarty.min.js.map1operator\", \"pipe\");\n } else if (ch == \".\") {\n return cont(\"operator\", \"prope…
H A Dspreadsheet.min.js.map1operator\";\n }\n\n var peek = stream.peek();\n\n //no stack\n switch …
H A Dlivescript.min.js.map1operator',\n regex: '(?:\\\\.{3}|\\\\s+\\\\?)'\n }, {\n token: 'keyword.variabl…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D30.30.js1 …ext:"@identifier_until_period"}],[/[a-z_$][\w$]*/,{cases:{"@operators":"operator","@typeKeywords":…
H A D67.67.js.map1operator', 'end operator'],\n ['property', 'end property'],\n ['raiseevent', 'end ra…
H A D54.54.js.map1operator',\n '@default': 'variable.name'\n }\n …
H A D64.64.js.map1operator.scss'\n }\n }\n ],\n [/\\s+\\-+(?…
H A D67.67.js1 …(addhandler|class|enum|event|function|get|if|interface|module|namespace|operator|property|raiseeve…
H A D57.57.js.map1operator'],\n { include: '@name' },\n ['([<>=\\\\+\\\\-\\\\*\\\\/\\\\^\\\\|\…
/plugin/jquery-syntax/jquery-syntax/bright/
H A Djquery.syntax.core.css21 .syntax-container.syntax-theme-bright .syntax .operator {
/plugin/codeprettify/code-prettify/src/
H A Dlang-swift.js51 …iOSApplicationExtension|is|lazy|left|let|mutating|none|nonmutating|open|operator|optional|OSX|OSXA…
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Drange.rst38 The Twig built-in ``..`` operator is just syntactic sugar for the ``range``
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.core.css18 .syntax-theme-base .syntax .operator {
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG73 * fixed .. (range operator) in sandbox policy
245 * adding support for the ?? operator
374 * fixed a regression in the in operator
382 * fixed the in operator to use strict comparisons
490 * added support for extended ternary operator syntaxes
503 * fixed bitwise operator precedences
630 * added slice notation support for the [] operator (syntactic sugar for the slice operator)
690 * fixed "in" operator for empty strings
792 * fixed the ternary operator precedence rule
876 * added the ** (power) operator
[all …]
/plugin/code3/styles/schemes/
H A Ddefault.css19 div.PSyHi_Container span.operator {
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js1operator:"delete"},{keys:"y",type:"operator",operator:"yank"},{keys:"c",type:"operator",operator:"…
2operator;var h=c.operatorArgs||{};var i=c.registerName;var j=b.sel;var k=oa(b.visualMode?ha(a,j.he…
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php42 public static function version_compare_replacement_sub($version1, $version2, $operator='') { argument
65 switch ($operator) {
102 public static function version_compare_replacement($version1, $version2, $operator='') { argument
105 return version_compare($version1, $version2, $operator);
121 $comparison = self::version_compare_replacement_sub($version1, $version2, $operator);
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst22 operator:
40 The ``..`` operator can take any expression at both sides:
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Din.test2 Twig supports the in operator

12345678910>>...12