Home
last modified time | relevance | path

Searched refs:depth (Results 1 – 25 of 271) sorted by path

1234567891011

/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js750 function b_pos(grace,stem,nflags,b){var top,bot,d1,d2,shift=!grace?BEAM_SHIFT:3.5,depth=!grace?BEAM_DEPTH:1.8
753 if(stem>0){bot=b-(nflags-1)*shift-depth
756 top=b}else{top=b+(nflags-1)*shift+depth
/plugin/advanced/admin/
H A Dexport.php140 $depth = ($follow_ns ? 0 : 2);
144 $depth = ($follow_ns ? 2 : 1);
149 $options = array('depth' => $depth);
/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md51 In both cases you should strongly consider employing defence-in-depth measures, like [deploying a Content-Security-Policy](https://scotthelme.co.uk/content-security-policy-an-introduction/) (a browser security feature) so that your page is likely to be safe even if an attacker finds a vulnerability in one of the first lines of defence above.
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/amcharts/assets/amcharts/
H A Damcharts.js171 K)*D+c:(this.end+1-K)*D-c:0<Ia.value?D*K+c:D*K-c;this.columnsArray.push({column:ua,depth:L});v.x=t?…
H A Dserial.js36 …;this.columnsSet=d;e.remove(b)}}},compareDepth:function(a,b){return a.depth>b.depth?1:-1},zoomScro…
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js5144 this.depth = new utils.Buf16(2*L_CODES+1); //uch depth[2*L_CODES+1];
5145 zero(this.depth);
8471 function smaller(tree, n, m, depth) { argument
8475 (tree[_n2]/*.Freq*/ === tree[_m2]/*.Freq*/ && depth[n] <= depth[m]));
8494 smaller(tree, s.heap[j+1], s.heap[j], s.depth)) {
8498 if (smaller(tree, v, s.heap[j], s.depth)) { break; }
8599 s.depth[n] = 0;
8614 s.depth[node] = 0;
8648 s.depth[node] = (s.depth[n] >= s.depth[m] ? s.depth[n] : s.depth[m]) + 1;
H A Djszip.min.js13 …*cb+1),f(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new C.Buf16(2*cb+1),f(this.depth),t…
14depth)&&e++,!q(b,d,a.heap[e],a.depth));)a.heap[c]=a.heap[e],c=e,e<<=1;a.heap[c]=d}function s(a,b,c…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js22458 zero(this.depth);
23684 function smaller(tree, n, m, depth) {
23688 (tree[_n2]/*.Freq*/ === tree[_m2]/*.Freq*/ && depth[n] <= depth[m]));
23707 smaller(tree, s.heap[j+1], s.heap[j], s.depth)) {
23711 if (smaller(tree, v, s.heap[j], s.depth)) { break; }
23812 s.depth[n] = 0;
23827 s.depth[node] = 0;
23861 s.depth[node] = (s.depth[n] >= s.depth[m] ? s.depth[n] : s.depth[m]) + 1;
26784 if (arguments.length >= 3) ctx.depth = arguments[2];
26795 if (isUndefined(ctx.depth)) ctx.depth = 2;
[all …]
H A Dpdfmake.min.js12depth=new A.Buf16(2*nt+1),o(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf…
13depth=arguments[2]),arguments.length>=4&&(r.colors=arguments[3]),g(n)?r.showHidden=n:n&&e._extend(…
H A Dpdfmake.min.js.map1depth","l_buf","lit_bufsize","d_buf","opt_len","static_len","bi_buf","bi_valid","deflateResetKeep"…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DDimensionGroup.php29 public $depth; variable in Google\\Service\\Sheets\\DimensionGroup
50 public function setDepth($depth) argument
52 $this->depth = $depth;
59 return $this->depth;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DPrefixNode.php29 public $depth; variable in Google\\Service\\Spanner\\PrefixNode
60 public function setDepth($depth) argument
62 $this->depth = $depth;
69 return $this->depth;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DUIElementTooDeep.php25 public $depth; variable in Google\\Service\\ToolResults\\UIElementTooDeep
38 public function setDepth($depth) argument
40 $this->depth = $depth;
47 return $this->depth;
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php80 ->depth('== 0');
111 ->depth('== 0')
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php81 $depth = 0;
89 $depth++;
90 $str = "{$depth}) Name: '{$tuple[1]}', ";
H A Dfunctions.php294 * @param int $depth User specified recursion depth.
301 function json_decode($json, $assoc = false, $depth = 512, $options = 0) argument
303 $data = \json_decode($json, $assoc, $depth, $options);
318 * @param int $depth Set the maximum depth. Must be greater than zero.
324 function json_encode($value, $options = 0, $depth = 512) argument
326 $json = \json_encode($value, $options, $depth);
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md209 …the Monolog's Formatters' `normalize` method, make sure you add the new `$depth = 0` argument to y…
215 …alizerFormatter against circular and very deep structures, it now stops normalizing at a depth of 9
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DJsonFormatter.php159 protected function normalize($data, int $depth = 0) argument
161 if ($depth > $this->maxNormalizeDepth) {
175 $normalized[$key] = $this->normalize($value, $depth + 1);
186 return $this->normalizeException($data, $depth);
202 protected function normalizeException(Throwable $e, int $depth = 0): array argument
204 $data = parent::normalizeException($e, $depth);
H A DLineFormatter.php147 protected function normalizeException(\Throwable $e, int $depth = 0): string argument
H A DNormalizerFormatter.php130 protected function normalize($data, int $depth = 0) argument
132 if ($depth > $this->maxNormalizeDepth) {
159 $normalized[$key] = $this->normalize($value, $depth + 1);
171 return $this->normalizeException($data, $depth);
199 protected function normalizeException(Throwable $e, int $depth = 0) argument
238 $data['previous'] = $this->normalizeException($previous, $depth + 1);
H A DWildfireFormatter.php131 protected function normalize($data, int $depth = 0) argument
137 return parent::normalize($data, $depth);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1023 static $depth = 0;
1026 if ($depth != 0 && $key == '..') {
1041 $depth++;
1043 $depth--;
/plugin/bible/bible_douayRheims/
H A D2_Corinthians.txt213 …s: once I was stoned: thrice I suffered shipwreck: a night and a day I was in the depth of the sea.
H A D2_Esdras.txt223 …idst of the sea on dry land: but their persecutors thou threwest into the depth, as a stone into m…

1234567891011