Home
last modified time | relevance | path

Searched refs:evaluate (Results 26 – 50 of 104) sorted by relevance

12345

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/
H A DJsonMatchesTest.php19 $this->assertEquals($expected, $constraint->evaluate($jsonOther, '', true));
/plugin/const/
H A DREADME.md9 This plugin uses the evalmath class (http://www.phpclasses.org/package/2695-PHP-Safely-evaluate-mat…
H A Dclass.evalmath.php161 public function evaluate( $expression ) { function in EvalMath
228 return $this->evaluate( $expression );
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DExpressionLanguageExclusionStrategy.php57 return $this->expressionEvaluator->evaluate($property->excludeIf, $variables);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DConstraint.php43 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
H A DConsecutiveParameters.php114 $parameter->evaluate(
H A DParameters.php131 $parameter->evaluate(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsIdentical.php61 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_IsIdentical
H A DIsEqual.php106 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_IsEqual
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Expression/
H A DExpressionEvaluatorTest.php26 self::assertSame(3, $this->evaluator->evaluate('a + b', ['a' => 1, 'b' => 2]));
/plugin/s5reloaded/ui/effects_support/
H A Dsound.js46 }) : Sound.template.evaluate(options));
H A Dprototype.js25 XPath: !!document.evaluate,
425 return function(match) { return template.evaluate(match) };
626 return new Template(this, pattern).evaluate(object);
670 evaluate: function(object) {
3070 if (B.WebKit && !doc.evaluate)
3179 if (document.evaluate && window.XPathResult) {
3186 var result = document.evaluate(xpath, el, null,
3249 new Template(c[name]).evaluate(m));
3276 new Template(x[name]).evaluate(m));
3384 return new Template("[@#{1}]").evaluate(m);
[all …]
/plugin/ifauthex/lib/
H A Dparser.php175 $values[] = $arg->evaluate();
208 public function evaluate() { function in AST\\ElementInstance
222 return $this->definition()->evaluate($this);
549 public function evaluate($elmInstance) { function in AST\\ElementDefinition
/plugin/ifauthex/
H A Dsyntax.php134 $exprPermission = (bool) $exprOrMatch->evaluate();
/plugin/tagfilter/script/select2/
H A Dselect2.js571 function evaluate(val) { function
703 this.container.css(evaluate(opts.containerCss));
704 this.container.addClass(evaluate(opts.containerCssClass));
721 this.dropdown.addClass(evaluate(opts.dropdownCssClass));
1064 this.container.addClass(evaluate(this.opts.containerCssClass));
1067 this.dropdown.addClass(evaluate(this.opts.dropdownCssClass));
1270 css = $.extend(css, evaluate(this.opts.dropdownCss));
1427 return evaluate(this.opts.maximumSelectionSize);
1585 more.detach().appendTo(results).text(evaluate(self.opts.formatLoadMore, page+1));
1653 render("<li class='select2-selection-limit'>" + evaluate(opt
[all...]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dutility.js265 evaluate: /\{\{([\s\S]+?)\}\}/g, property in _.templateSettings
280 evaluate: /<\?([\s\S]+?)\?>/g, property in _.templateSettings
417 var template = _.template('<<\nx\n>>', null, {evaluate: /<<(.*?)>>/g});
/plugin/findologicxmlexport/vendor/jms/serializer/src/Accessor/
H A DDefaultAccessorStrategy.php68 return $this->evaluator->evaluate($metadata->expression, $variables);
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dif.rst32 You can also use ``not`` to check for values that evaluate to ``false``:
/plugin/openlayersmapoverlays/lib/
H A Dlayers.js59evaluate:function(context){return true},clone:function(){return null},toString:function(){var stri…
/plugin/structcondstyle/
H A Daction.php201 $cond_applies = $this->ops[$operator]->evaluate($row_val,$argument);
/plugin/pubmed2020/tests/
H A DPM15924077.ris16 …ce of the Multidisciplinary Falls Consultation, our aims were first, to evaluate the prevalence of…
H A DPM15924077.nbib18 evaluate the prevalence of a cognitive decline among outpatients who consult for
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js21 XPath: !!document.evaluate,
524 return new Template(this, pattern).evaluate(object);
540 return function(match) { return template.evaluate(match) };
558 evaluate: function(object) {
1516 var query = document.evaluate(expression, $(parentElement) || document,
2745 new Template(c[i]).evaluate(m));
2771 new Template(x[i]).evaluate(m));
2850 return new Template("[@#{1}]").evaluate(m);
2855 return new Template(Selector.xpath.operators[m[2]]).evaluate(m);
2861 return new Template(Selector.xpath.pseudos[m[1]]).evaluate(m);
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dintro.rst17 * *Secure*: Twig has a sandbox mode to evaluate untrusted template code. This
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js1384 evaluate : /<%([\s\S]+?)%>/g,
1423 (settings.evaluate || noMatch).source
1429 text.replace(matcher, function(match, escape, interpolate, evaluate, offset) { argument
1437 } else if (evaluate) {
1438 source += "';\n" + evaluate + "\n__p+='";

12345