| /plugin/diagramsnet/lib/math/extensions/a11y/ |
| D | collapsible.js | 123 complexity: t.getComplexity(), property 129 if (e.attr[r] = e.complexity, "math" === i.type) { 131 complexity: i.complexity, property 138 a.complexity = i.complexity, e.Append(a), i.Append(e), i.complexity = e.complexity, 151 …"number" != typeof (e = this.COLLAPSE[s]) && (e = e[i] || e.value), t.complexity > e && ("string" … 158 t.complexity = a.complexity = null, t.getComplexity(), 1; 181 …return this.UncollapseChild(t, 1), t.complexity > this.COLLAPSE.fenced && "leftright" === t.attr["… 190 …return this.UncollapseChild(t, 0), t.complexity > this.COLLAPSE.sqrt && (t = this.MakeAction(this.… 194 …return this.UncollapseChild(t, 0), t.complexity > this.COLLAPSE.sqrt && (t = this.MakeAction(this.… 204 …return (t.complexity > this.COLLAPSE.bigop || "mo" !== t.data[0].type) && (i = this.SplitAttribute… [all …]
|
| D | auto-collapse.js | 54 return (t = t.data[1].complexity) < (e = e.data[1].complexity) ? -1 : e < t ? 1 : 0;
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Metrics/ |
| D | CyclomaticComplexitySniff.php | 40 public $complexity = 10; variable in Generic_Sniffs_Metrics_CyclomaticComplexitySniff 99 $complexity = 1; 104 $complexity++; 108 if ($complexity > $this->absoluteComplexity) { 111 $complexity, 115 } else if ($complexity > $this->complexity) { 118 $complexity, 119 $this->complexity,
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/ |
| D | PasswordValidationPolicy.php | 25 public $complexity; variable in Google\\Service\\SQLAdmin\\PasswordValidationPolicy 50 public function setComplexity($complexity) argument 52 $this->complexity = $complexity; 59 return $this->complexity;
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/ |
| D | Dashboard.php | 37 $complexity = $this->complexity($classes, $baseLink); 48 'complexity_class' => $complexity['class'], 49 'complexity_method' => $complexity['method'], 66 protected function complexity(array $classes, $baseLink) function in SebastianBergmann\\CodeCoverage\\Report\\Html\\Dashboard
|
| /plugin/findologicxmlexport/vendor/jms/serializer/doc/ |
| D | index.rst | 8 This library allows you to (de-)serialize data of any complexity. Currently, it supports XML and JS… 14 - (De-)serialize data of any complexity; circular references are handled gracefully.
|
| /plugin/passwordgenerator/ |
| D | plugin.info.txt | 6 …erator. Simply creates new password or validates selected text against complexity requirements and…
|
| D | readme.txt | 4 …erator. Simply creates new password or validates selected text against complexity requirements and…
|
| /plugin/asciidocjs/node_modules/minimist/ |
| D | .eslintrc | 8 "complexity": 0,
|
| /plugin/asciidocjs/node_modules/get-intrinsic/ |
| D | .eslintrc | 16 "complexity": 0,
|
| /plugin/findologicxmlexport/vendor/jms/serializer/ |
| D | README.md | 12 This library allows you to (de-)serialize data of any complexity. Currently, it supports XML and JS… 18 - (De-)serialize data of any complexity; circular references and complex exclusion strategies are h…
|
| /plugin/asciidocjs/node_modules/resolve/ |
| D | .eslintrc | 9 "complexity": 0,
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/ |
| D | ChangeLog-3.1.md | 19 * The Clover XML report now contains cyclomatic complexity information
|
| /plugin/deletepageguard/ |
| H A D | CHANGELOG.md | 31 - Pattern complexity limits to prevent performance issues
|
| H A D | README.md | 65 …n against Regular Expression Denial of Service attacks through pattern complexity checks and execu…
|
| /plugin/barcodes/ |
| D | composer.lock | 392 "sebastian/complexity": "^2.0.3", 1033 "name": "sebastian/complexity", 1037 "url": "https://github.com/sebastianbergmann/complexity.git", 1042 …"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab… 1075 "description": "Library for calculating the complexity of PHP code units", 1076 "homepage": "https://github.com/sebastianbergmann/complexity", 1078 "issues": "https://github.com/sebastianbergmann/complexity/issues", 1079 "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.3"
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
| D | use.rst | 26 but without the associated complexity:
|
| /plugin/aichat/vendor/mehrab-wj/tiktoken-php/ |
| D | composer.lock | 849 "sebastian/complexity": "^2.0", 1746 "name": "sebastian/complexity", 1750 "url": "https://github.com/sebastianbergmann/complexity.git", 1755 …"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b… 1788 "description": "Library for calculating the complexity of PHP code units", 1789 "homepage": "https://github.com/sebastianbergmann/complexity", 1791 "issues": "https://github.com/sebastianbergmann/complexity/issues", 1792 "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 328 complexity: function () { 330 memo += current.complexity ? current.complexity() : 0; 7154 return '#<fabric.Canvas (' + this.complexity() + '): ' + 11730 complexity: function() { method 13734 complexity: function() { method 13992 complexity: function() { method 14163 complexity: function() { method 14343 complexity: function() { method 14586 complexity: function() { method 14774 complexity: function() { method [all …]
|
| D | fabric.min.js | 1 …xOf(object)>-1},complexity:function(){return this.getObjects().reduce(function(memo,current){memo+… method 4 …ners();return this},toString:function(){return"#<fabric.Canvas ("+this.complexity()+"): "+"{ objec… 6 …anvas=null;return data},isType:function(type){return this.type===type},complexity:function(){retur… method 8 …complexity:function(){return 1}});fabric.Line.ATTRIBUTE_NAMES=fabric.SHARED_ATTRIBUTES.concat("x1 … method 9 …complexity()+'): { "top": '+this.top+', "left": '+this.left+" }>"},toObject:function(propertiesToI… method 11 …complexity()+'): { "text": "'+this.text+'", "fontFamily": "'+this.fontFamily+'" }>'},_render:funct…
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
| D | UPGRADING.md | 36 overhead is no longer needed, reducing stack sizes, reducing complexity, 51 more complexity than the benefits it provides. All HTTP handlers that were 54 complexity in Guzzle, removes a dependency, and improves performance. RingPHP 560 templates, and URLs; however, this level of complexity is not needed in Guzzle 568 Guzzle as a library to add this level of complexity to parsing messages.
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/ |
| D | UPGRADING.md | 86 overhead is no longer needed, reducing stack sizes, reducing complexity, 101 more complexity than the benefits it provides. All HTTP handlers that were 104 complexity in Guzzle, removes a dependency, and improves performance. RingPHP 610 templates, and URLs; however, this level of complexity is not needed in Guzzle 618 Guzzle as a library to add this level of complexity to parsing messages.
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 52.52.js.map | 1 … root: [\n // identifiers and keywords\n // most complexity here is due to m…
|
| /plugin/pgn4web/pgn4web/ |
| D | pgn-standard.txt | 77 complexity. Ideally, if the documentation is not available for some reason,
|
| /plugin/jplayer/vendor/james-heinrich/getid3/ |
| D | changelog.txt | 2320 complexity. The naming convention for the images is
|