Home
last modified time | relevance | path

Searched refs:evaluate (Results 51 – 75 of 104) sorted by relevance

12345

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js1460 evaluate: /<%([\s\S]+?)%>/g,
1499 (settings.evaluate || noMatch).source
1505 text.replace(matcher, function(match, escape, interpolate, evaluate, offset) { argument
1513 } else if (evaluate) {
1514 source += "';\n" + evaluate + "\n__p+='";
H A Dunderscore-min.js5evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var K=/(.)^/,…
/plugin/diagramsnet/lib/js/rough/
H A DREADME.md4 …bug=false&forceAllTransforms=false&shippedProposals=false&circleciRepo=&evaluate=true&fileSize=fal…
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php266 …g $scalar, int $flags = 0, array $delimiters = null, int &$i = 0, bool $evaluate = true, array $re… argument
304 if ($evaluate) {
H A DCHANGELOG.md183 * Yaml::parse() does not evaluate loaded files as PHP files by default
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php731 $digestAlgorithm = $xpath->evaluate($query, $refNode);
734 $digestValue = $xpath->evaluate($query, $refNode);
1064 $algorithm = $xpath->evaluate($query, $node);
1082 $sigValue = $xpath->evaluate($query, $this->sigNode);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dcache-api-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/ javax/ javax/cache/ javax/ ...
/plugin/combo/vendor/symfony/yaml/
H A DInline.php268 public static function parseScalar(string $scalar, int $flags = 0, array $delimiters = null, int &$i = 0, bool $evaluate = true, array &$references = [], bool &$isQuoted = null) argument
309 if ($evaluate) {
H A DCHANGELOG.md236 * Yaml::parse() does not evaluate loaded files as PHP files by default
/plugin/displayfile/
H A DREADME.md36 | `root_path` | empty | Specifies the root directory displayed file paths will evaluate relative to…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_gecko.js446 …var oLinksInteractor = this.EditorDocument.evaluate("//a[@href='" + sTempUrl + "']", this.EditorDo…
/plugin/codemirror/dist/modes/
H A Dvelocity.min.js.map1 …o #define #evaluate \" +\n \"#{if} #{elseif} #{foreach} #{set} #{inc…
H A Decl.min.js.map1evaluate event eventextra eventname exists exp failcode failmessage fetch fromunicode getisvalid g…
/plugin/quizlib/
H A DREADME.md4 …s functions to parse quizzes written in well-defined HTML syntax and to evaluate the user answers.…
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst254 The cached reader will not re-evaluate each time an annotation is loaded from cache.
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dwgxpath.install.js73 …l};var d=Cb(new Bb(c,b));if(!ib(c))throw Error("Bad token: "+T(c));this.evaluate=function(a,b){var… method in Nb
77 …ument.prototype||c.document;if(!d.evaluate||b)c.XPathResult=Y,d.evaluate=function(a,b,c,d){return(…
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var K=/(.)^/,…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst342 environment, making it safe to evaluate untrusted code.
473 The ``sandbox`` extension can be used to evaluate untrusted code. Access to
/plugin/issuetracker/
H A Dprototype.js26 XPath: !!document.evaluate,
542 return function(match) { return template.evaluate(match) };
745 return new Template(this, pattern).evaluate(object);
788 evaluate: function(object) {
1832 var query = document.evaluate(expression, $(parentElement) || document,
3078 if (B.WebKit && !doc.evaluate)
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md244 Nested handlebars paths can also include ../ segments, which evaluate their paths against a parent context.
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md393 * <a href="#_templatesettingsevaluate">`_.templateSettings.evaluate`</a>
1599 2. `value` *(&#42;)*: The value to evaluate.
1627 2. `value` *(&#42;)*: The value to evaluate.
1689 2. `value` *(&#42;)*: The value to evaluate.
1717 2. `value` *(&#42;)*: The value to evaluate.
9643 "escape" delimiters, and execute JavaScript in "evaluate" delimiters. Data
9667 4. `[options.evaluate=_.templateSettings.evaluate]` *(RegExp)*: The "evaluate" delimiter.
9688 // Use the "evaluate" delimiter to execute JavaScript and generate HTML.
9693 // Use the internal `print` function in "evaluate" delimiters.
11241 <h3 id="_templatesettingsevaluate"><code>_.templateSettings.evaluate</code></h3>
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php2060 $constraint->evaluate($value, $message);
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md704 * `FIX`: do not evaluate pasted text as HTML ([#1073](https://github.com/bpmn-io/bpmn-js/issues/107…
708 * `FIX`: do not evaluate pasted text as HTML ([#1073](https://github.com/bpmn-io/bpmn-js/issues/107…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1201 try{jsonObject=Firebug.context.evaluate(jsonString,null,null,function(){return null
2101 },evaluate:function(expr,context,api,errorHandler){context=context||"window"; method in FBL.Context
5973 Firebug.Debugger.evaluate(scriptSource,context)
6275 },evaluate:function(expr){var api="Firebug.CommandLine.API";
6276 var result=Firebug.context.evaluate(expr,"window",api,Firebug.Console.error);
6282 var result=this.evaluate(command);
7028 try{var result=doc.evaluate(xpath,doc,null,XPathResult.ANY_TYPE,null);
7876 if(object instanceof jsdIStackFrame){return Firebug.Debugger.evaluate(propName,this.context)

12345