Home
last modified time | relevance | path

Searched defs:expression (Results 76 – 100 of 106) sorted by relevance

12345

/plugin/const/
H A Dclass.evalmath.php161 public function evaluate( $expression ) {
173 public function assign_and_evaluate( $expression ) {
270 protected function nfx( $expression ) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUriTemplate.php61 private function parseExpression($expression)
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DAbstractField.php118 public function getRangeForExpression($expression, $max) argument
[all...]
/plugin/combo/ComboStrap/
H A DPipelineUtility.php37 static public function execute($expression, array $contextData = null): string argument
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php325 function tableau_expression($expression)
727 class expression class
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D65.65.js1 …ord.twig","",{token:"delimiter.twig",next:"@rawDataState"}]],{include:"expression"}],rawDataState:… property in AnonymousFunction7a949ff10100.m.tokenizer
H A D2.2.js31875 CSSCompletion.prototype.getCompletionsForExpression = function (expression, result) { argument
33598 LintVisitor.prototype.findValueInExpression = function (expression, v) { argument
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php124 protected function isSafeFor($type, \Twig_NodeInterface $expression, $env)
/plugin/mathpublish/phpmathpublisher/
H A DHelper.php362 public function tableExpression($expression)
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js285 assert: function(expression) { argument
430 assertElementMatches: function(element, expression) { argument
H A Dprototype.js1721 document._getElementsByXPath = function(expression, parentElement) { argument
2027 up: function(element, expression, index) { argument
2035 down: function(element, expression, index) { argument
2042 previous: function(element, expression, index) { argument
2050 next: function(element, expression, index) { argument
2729 Element.Methods.down = function(element, expression, index) { argument
3160 initialize: function(expression) { argument
3868 split: function(expression) { argument
3876 matchElements: function(elements, expression) { argument
3885 findElement: function(elements, expression, index) { argument
[all …]
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlParser.php491 public function expression() : Context\ExpressionContext function in ComboStrap\\PageSqlParser\\PageSqlParser
1399 public function expression( function in ComboStrap\\PageSqlParser\\Context\\ExpressionContext
1455 public function expression(?int $index = null) global() function in ComboStrap\\PageSqlParser\\Context\\PredicateContext
[all...]
/plugin/issuetracker/
H A Dprototype.js1830 document._getElementsByXPath = function(expression, parentElement) { argument
2193 up: function(element, expression, index) { argument
2201 down: function(element, expression, index) { argument
2208 previous: function(element, expression, index) { argument
2220 next: function(element, expression, index) { argument
2730 Element.Methods.down = function(element, expression, index) { argument
3936 function find(elements, expression, index) { argument
5430 function findElement(event, expression) { argument
6031 initialize: function(expression) { argument
6053 matchElements: function(elements, expression) { argument
[all …]
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1514 document._getElementsByXPath = function(expression, parentElement) { argument
1724 up: function(element, expression, index) { argument
1732 down: function(element, expression, index) { argument
1739 previous: function(element, expression, index) { argument
1747 next: function(element, expression, index) { argument
2701 initialize: function(expression) { argument
3318 split: function(expression) { argument
3326 matchElements: function(elements, expression) { argument
3335 findElement: function(elements, expression, index) { argument
/plugin/zip/pear/File/
H A DArchive.php968 function predCustom($expression)
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js26 …/g,klass:'escape',only:['string']};Syntax.Match=function(offset,length,expression,value){this.offs… argument
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php1068 public static function throws(Closure $expression, $class = 'Exception', $message = '')
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php1884 public $expression; variable in Google_GoalEventDetailsEventConditions
1899 public function setExpression( $expression) {
/plugin/dokuprism/prism/
H A Dprism.js34 Prism.languages.brightscript={comment:/(?:\brem|').*/i,"directive-statement":{pattern:/(^[\t ]*)#(?:const|else(?:[\t ]+if)?|end[\t ]+if|error|if).*/im,lookbehind:!0,alias:"property",inside:{"error-message":{pattern:/(^#error).+/,lookbehind:!0},directive:{pattern:/^#(?:const|else(?:[\t ]+if)?|end[\t ]+if|error|if)/,alias:"keyword"},expression:{pattern:/[\s\S]+/,inside:null}}},property:{pattern:/([\r\n{,][\t ]*)(?:(?!\d)\w+|"(?:[^"\r\n]|"")*"(?!"))(?=[ \t]*:)/,lookbehind:!0,greedy:!0},string:{pattern:/"(?:[^"\r\n]|"")*"(?!")/,greedy:!0},"class-name":{pattern:/(\bAs[\t ]+)\w+/i,lookbehind:!0},keyword:/\b(?:As|Dim|Each|Else|Elseif|End|Exit|For|Function|Goto|If|In|Print|Return|Step|Stop|Sub|Then|To|While)\b/i,boolean:/\b(?:false|true)\b/i,function:/\b(?!\d)\w+(?=[\t ]*\()/,number:/(?:\b\d+(?:\.\d+)?(?:[ed][+-]\d+)?|&h[a-f\d]+)\b[%&!#]?/i,operator:/--|\+\+|>>=?|<<=?|<>|[-+*/\\<>]=?|[:^=?]|\b(?:and|mod|not|or)\b/i,punctuation:/[.,;()[\]{}]/,constant:/\b(?:LINE_NUM)\b/i},Prism.languages.brightscript["directive-statement"].inside.expression.inside=Prism.languages.brightscript; class in Prism.languages.brightscript.directive-statement.inside
66 !function(e){var n={pattern:/((?:^|[^\\$])(?:\\{2})*)\$(?:\w+|\{[^{}]*\})/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{?|\}$/,alias:"punctuation"},expression:{pattern:/[\s\S]+/,inside:null}}};e.languages.groovy=e.languages.extend("clike",{string:{pattern:/'''(?:[^\\]|\\[\s\S])*?'''|'(?:\\.|[^\\'\r\n])*'/,greedy:!0},keyword:/\b(?:abstract|as|assert|boolean|break|byte|case|catch|char|class|const|continue|def|default|do|double|else|enum|extends|final|finally|float|for|goto|if|implements|import|in|instanceof|int|interface|long|native|new|package|private|protected|public|return|short|static|strictfp|super|switch|synchronized|this|throw|throws|trait|transient|try|void|volatile|while)\b/,number:/\b(?:0b[01_]+|0x[\da-f_]+(?:\.[\da-f_p\-]+)?|[\d_]+(?:\.[\d_]+)?(?:e[+-]?\d+)?)[glidf]?\b/i,operator:{pattern:/(^|[^.])(?:~|==?~?|\?[.:]?|\*(?:[.=]|\*=?)?|\.[@&]|\.\.<|\.\.(?!\.)|-[-=>]?|\+[+=]?|!=?|<(?:<=?|=>?)?|>(?:>>?=?|=)?|&[&=]?|\|[|=]?|\/=?|\^=?|%=?)/,lookbehind:!0},punctuation:/\.+|[{}[\];(),:$]/}),e.languages.insertBefore("groovy","string",{shebang:{pattern:/#!.+/,alias:"comment",greedy:!0},"interpolation-string":{pattern:/"""(?:[^\\]|\\[\s\S])*?"""|(["/])(?:\\.|(?!\1)[^\\\r\n])*\1|\$\/(?:[^/$]|\$(?:[/$]|(?![/$]))|\/(?!\$))*\/\$/,greedy:!0,inside:{interpolation:n,string:/[\s\S]+/}}}),e.languages.insertBefore("groovy","punctuation",{"spock-block":/\b(?:and|cleanup|expect|given|setup|then|when|where):/}),e.languages.insertBefore("groovy","function",{annotation:{pattern:/(^|[^.])@\w+/,lookbehind:!0,alias:"punctuation"}}),n.inside.expression.inside=e.languages.groovy}(Prism); class in n.inside
97 !function(n){n.languages.kotlin=n.languages.extend("clike",{keyword:{pattern:/(^|[^.])\b(?:abstract|actual|annotation|as|break|by|catch|class|companion|const|constructor|continue global() class in AnonymousClass6c1b58ba3501
188 !function(e){e.languages.xquery=e.languages.extend("markup",{"xquery-comment":{pattern:/\(:[\s\S]*?:\)/,greedy:!0,alias:"comment"},string:{pattern:/(["'])(?:\1\1|(?!\1)[\ global() class in e.languages.xquery.tag.inside.inside
[all...]
/plugin/highlightjs/highlight/languages/
H A Dmel.js17 …ab': 1, 'addPP': 1, 'addPanelCategory': 1, 'addPrefixToName': 1, 'advanceToNextDrivenKey': 1, 'aff…
/plugin/ol3/
H A Dscript.js1 …define&&define.amd?define([],e):"object"==typeof exports?exports.ol=e():t.ol=e()}(window,(function…
/plugin/processing/
H A Dscript.js12236 function AstStatement(expression) { argument

12345