Home
last modified time | relevance | path

Searched refs:depth (Results 201 – 225 of 271) sorted by last modified time

1234567891011

/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DDepthExclusionStrategy.php34 $depth = $context->getDepth();
43 $relativeDepth = $depth - $nthProperty;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DAnnotationDriver.php245 $propertyMetadata->maxDepth = $annot->depth;
/plugin/indexmenu2/
H A Daction.php99 $depth = (int)@$this->getConf('replace_idx_depth');
100 if ($depth < 1 || $depth > 10) $depth = 1;
111 $instr .= "{{indexmenu>.#$depth$ajax}}";
/plugin/randominc/
H A Dsyntax.php42 function _randompage($ns, $depth=0) { argument
60 search($data,$dir,'search_allpages',array('ns' => $ns, 'depth' => $depth));
/plugin/nssearch/
H A Daction.php36 function getDepthNs($id, $depth) argument
40 array_splice($a, 1+(int)$depth);
75 if (substr($nslist[0],0,6) == '@depth')
/plugin/remotelistnamespace/
H A DREADME.md5 $depth = 1;
9 $result = $wikiClient->$method($wiki, [ "depth" => $depth ]);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php1900 $depth=1, argument
1904 echo str_repeat("\t", $depth);
1931 echo str_repeat("\t", $depth);
1956 echo str_repeat("\t", $depth);
2033 ($depth + 1),
2130 ($depth + 1),
2212 if ($depth > 50) {
2221 $oldDepth = $depth;
2229 $depth--;
2238 ($depth + 1),
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php727 echo str_repeat("\t", $depth);
746 echo str_repeat("\t", $depth);
761 echo str_repeat("\t", $depth);
774 echo str_repeat("\t", $depth);
834 echo str_repeat("\t", $depth);
862 echo str_repeat("\t", $depth);
908 echo str_repeat("\t", $depth);
919 echo str_repeat("\t", $depth);
992 echo str_repeat("\t", $depth);
1022 echo str_repeat("\t", $depth);
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
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…
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;
/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.js.map1depth","l_buf","lit_bufsize","d_buf","opt_len","static_len","bi_buf","bi_valid","deflateResetKeep"…
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(…
/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/relativetimehelper/
H A Dhelper.php23 * @param int $depth how fine the granularity should be
27 public function getRelativeTimeString($timestamp, $depth = 2, $now = null) { argument
92 while (count($parts) > $depth) {
/plugin/publist/bib2tpl/
H A Dhelper.inc.php145 * @param int $depth Counting depth. Default 1.
148 static function lcount(&$array, $depth=1) argument
151 $depth--;
153 if ( $depth > 0 )
157 $sum += is_array($elem) ? self::lcount($elem, $depth) : 0;
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md204 * Changed: Reader::parse returns an array with 1 level less depth.
/plugin/icalevents/vendor/sabre/xml/lib/Deserializer/
H A Dfunctions.php148 $currentDepth = $reader->depth;
162 } while ($reader->depth >= $currentDepth && $reader->next());
/plugin/icalevents/vendor/sabre/xml/lib/
H A DReader.php214 $previousDepth = $this->depth;
216 while ($this->read() && $this->depth != $previousDepth) {
/plugin/icalevents/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php73 if ($reader->depth < 1) {
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js1925 var depth = 0; // Current depth inside the tag tree.
2057 if (tag.charAt(1) == '/') depth--;
2058 else if (tag.charAt(tag.length - 2) != '/') depth++;
2060 if(depth < 0) {
2074 } while(depth >= 0);
2136 var depth = 0; // Current depth inside the tag tree.
2192 if(tag.charAt(1) == '/') { depth--; }
2193 else if(tag.charAt(tag.length - 2) != '/') { depth++; }
2252 } while(depth > 0);
/plugin/markdownextra/
H A Dmarkdown.php2037 $depth = 0; # Current depth inside the tag tree.
2164 if ($tag{1} == '/') $depth--;
2165 else if ($tag{strlen($tag)-2} != '/') $depth++;
2167 if ($depth < 0) {
2181 } while ($depth >= 0);
2239 $depth = 0; # Current depth inside the tag tree.
2292 if ($tag{1} == '/') $depth--;
2293 else if ($tag{strlen($tag)-2} != '/') $depth++;
2349 } while ($depth > 0);

1234567891011