Home
last modified time | relevance | path

Searched refs:operator (Results 151 – 175 of 276) sorted by relevance

12345678910>>...12

/plugin/bez/
H A DREADME.md53 * filtry pełnotekstowe są teraz niewrażliwe na wielkość liter oraz wstawiają operator "*" w miejsce każdego białego znaku
/plugin/codemirror/dist/modes/
H A Dvelocity.min.js.map1operator?\n else if (isOperatorChar.test(ch)) {\n state.lastTokenWasBuiltin = fa…
H A Drust.min.js.map1 …\"comment\", next: \"comment\"},\n {regex: /[-+\\/*=<>!]+/, token: \"operator\"},\n {regex: …
H A Dsparql.min.js.map1operator\";\n }\n stream.match(/^[A-Za-z0-9_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02F…
H A Dfortran.min.js.map1operator';\n }\n\n var ch = stream.next();\n if (ch == \"!\") {\n stream.skipToEnd()…
H A Doz.min.js.map1operator\";\n }\n\n // Atoms\n if(stream.match(atoms)) {\n return 'atom';\n }\n\n…
H A Ddjango.min.js.map1 …o match an operator\n if (stream.match(operators)) {\n return \"operator\";\n }\n…
H A Dclike.min.js.map1operator\";\n }\n stream.eatWhile(isIdentifierChar);\n if (namespaceSeparator) while (str…
H A Derlang.min.js.map1operator\");\n }else if (stream.match(/\\s*\\(/,false)) {\n // 'put' and 'erlang:put' …
H A Dphp.min.js.map1operator.\n if (stream.match(\"[\", false)) {\n // Match array operator\n state…
H A Dswift.min.js.map1operator\",\"postfix\",\"precedence\",\"precedencegroup\",\"prefix\",\"right\",\n …
/plugin/projects/
H A Dcodemirror.css147 .cm-s-default span.cm-operator {color: black;}
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinternals.rst39 * ``\Twig\Token::OPERATOR_TYPE``: An operator;
/plugin/sequencediagram/bower_components/snap.svg/doc/js/
H A Dprism.js6 …nctuation:/\(/}}, number:/\b-?(0x[\dA-Fa-f]+|\d*\.?\d+([Ee]-?\d+)?)\b/g,operator:/[-+]{1,2}|!|&lt;… property in Prism.languages.clike
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAsyncSearchNamespace.asciidoc84 $params['default_operator'] = (enum) The default operator for query string query (AND or OR) (Options = AND,OR) (Default = OR)
/plugin/structsection/
H A Dyarn.lock547 babel-helper-builder-binary-assignment-operator-visitor@^6.24.1:
549 …com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignme…
689 babel-plugin-syntax-exponentiation-operator@^6.8.0:
691 …y.yarnpkg.com/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-ope…
898 babel-plugin-transform-exponentiation-operator@^6.22.0:
900 …rnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-o…
903 babel-helper-builder-binary-assignment-operator-visitor "^6.24.1"
904 babel-plugin-syntax-exponentiation-operator "^6.8.0"
952 babel-plugin-transform-exponentiation-operator "^6.22.0"
/plugin/fetchmedia/
H A Dyarn.lock232 babel-helper-builder-binary-assignment-operator-visitor@^6.24.1:
234 …com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignme…
357 babel-plugin-syntax-exponentiation-operator@^6.8.0:
359 …y.yarnpkg.com/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-ope…
541 babel-plugin-transform-exponentiation-operator@^6.22.0:
543 …rnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-o…
545 babel-helper-builder-binary-assignment-operator-visitor "^6.24.1"
546 babel-plugin-syntax-exponentiation-operator "^6.8.0"
599 babel-plugin-transform-exponentiation-operator "^6.22.0"
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock193 babel-helper-builder-binary-assignment-operator-visitor@^6.8.0:
195 …com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignme…
343 babel-plugin-syntax-exponentiation-operator@^6.8.0:
345 …y.yarnpkg.com/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-ope…
583 babel-plugin-transform-exponentiation-operator@^6.3.13:
585 …rnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-o…
587 babel-helper-builder-binary-assignment-operator-visitor "^6.8.0"
588 babel-plugin-syntax-exponentiation-operator "^6.8.0"
686 babel-plugin-transform-exponentiation-operator "^6.3.13"
/plugin/blogtng/helper/
H A Dentry.php919 $operator = (($type == 'prev') ? '<' : '>');
926 AND A.created $operator B.created
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D36.36.js.map1 …[<>=\\\\+\\\\-\\\\*\\\\/\\\\^\\\\|\\\\~,]|and\\\\b|or\\\\b|not\\\\b]/, 'operator']\n ],\n …
H A D30.30.js.map1 …{\n cases: {\n '@operators': 'operator',\n …
H A D21.21.js.map1 …\]]/, '@brackets'],\n [/@symbols/, { cases: { '@operators': 'operator', '@default': '' …
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt144 operator operator
/plugin/codemirror/dist/
H A Dstyles.min.css1operator{color:#ff0}form#dw__editform .cm-s-abcdef span.cm-comment{color:#7a7b7c;font-style:italic…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Drelease-notes.asciidoc227 * We added the suppress operator `@` for the deprecation messages
231 Using the `@` operator is still possible to intercept the deprecation message

12345678910>>...12