Home
last modified time | relevance | path

Searched refs:complexity (Results 1 – 25 of 30) sorted by relevance

12

/plugin/diagramsnet/lib/math/extensions/a11y/
Dcollapsible.js123 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 …]
Dauto-collapse.js54 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/
DCyclomaticComplexitySniff.php40 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/
DPasswordValidationPolicy.php25 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/
DDashboard.php37 $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/
Dindex.rst8 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/
Dplugin.info.txt6 …erator. Simply creates new password or validates selected text against complexity requirements and…
Dreadme.txt4 …erator. Simply creates new password or validates selected text against complexity requirements and…
/plugin/asciidocjs/node_modules/minimist/
D.eslintrc8 "complexity": 0,
/plugin/asciidocjs/node_modules/get-intrinsic/
D.eslintrc16 "complexity": 0,
/plugin/findologicxmlexport/vendor/jms/serializer/
DREADME.md12 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.eslintrc9 "complexity": 0,
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
DChangeLog-3.1.md19 * The Clover XML report now contains cyclomatic complexity information
/plugin/deletepageguard/
H A DCHANGELOG.md31 - Pattern complexity limits to prevent performance issues
H A DREADME.md65 …n against Regular Expression Denial of Service attacks through pattern complexity checks and execu…
/plugin/barcodes/
Dcomposer.lock392 "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/
Duse.rst26 but without the associated complexity:
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
Dcomposer.lock849 "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/
Dfabric.js328 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 …]
Dfabric.min.js1 …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
8complexity:function(){return 1}});fabric.Line.ATTRIBUTE_NAMES=fabric.SHARED_ATTRIBUTES.concat("x1 … method
9complexity()+'): { "top": '+this.top+', "left": '+this.left+" }>"},toObject:function(propertiesToI… method
11complexity()+'): { "text": "'+this.text+'", "fontFamily": "'+this.fontFamily+'" }>'},_render:funct…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DUPGRADING.md36 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/
DUPGRADING.md86 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/
D52.52.js.map1 … root: [\n // identifiers and keywords\n // most complexity here is due to m…
/plugin/pgn4web/pgn4web/
Dpgn-standard.txt77 complexity. Ideally, if the documentation is not available for some reason,
/plugin/jplayer/vendor/james-heinrich/getid3/
Dchangelog.txt2320 complexity. The naming convention for the images is

12