Home
last modified time | relevance | path

Searched refs:depth (Results 126 – 150 of 271) sorted by relevance

1234567891011

/plugin/zip/pear/File/
H A DArchive.php875 * @param int $depth Maximal number of directories in path of the files
878 function predMaxDepth($depth) argument
881 return new File_Archive_Predicate_MaxDepth($depth);
/plugin/googlesearch/
H A Dnusoap.php1028 var $depth = 0; variable in XMLSchema
1152 $depth = $this->depth++;
1154 $this->depth_array[$depth] = $pos;
1156 if ($depth > 0) {
1445 $this->depth--;
4101 var $depth = 0; variable in wsdl
4350 $depth = $this->depth++;
4559 $this->depth--;
4578 $pos = isset($this->depth_array[$this->depth]) ? $this->depth_array[$this->depth] : 0;
5813 var $depth = 0; variable in soap_parser
[all …]
/plugin/mantis/lib/
H A Dclass.wsdl.php41 var $depth = 0; variable in wsdl
316 $depth = $this->depth++;
318 $this->depth_array[$depth] = $pos;
525 $this->depth--;
544 $pos = isset($this->depth_array[$this->depth]) ? $this->depth_array[$this->depth] : 0;
H A Dnusoap.php1109 var $depth = 0; variable in nusoap_xmlschema
1248 $depth = $this->depth++;
1250 $this->depth_array[$depth] = $pos;
1252 if ($depth > 0) {
1543 $this->depth--;
4553 var $depth = 0; variable in wsdl
4828 $depth = $this->depth++;
5037 $this->depth--;
5056 $pos = isset($this->depth_array[$this->depth]) ? $this->depth_array[$this->depth] : 0;
6460 var $depth = 0; variable in nusoap_parser
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLineFormatter.php147 protected function normalizeException(\Throwable $e, int $depth = 0): string argument
/plugin/filelist/
H A Dsyntax.php
/plugin/catlist/
H A Dsyntax.php145 // Max depth
288 * rendering time) and up to the max depth. _walk() prepares and start the tree walking.
343 $this->_walk_recurse($data, $path, $ns, "", false, false, 1/*root depth is 1*/, $data['tree']/*root*/);
356 * The local tree depth is $depth. $excluPages, $excluNS are flags indicates if the
360 function _walk_recurse (&$data, $path, $ns, $relns, $excluPages, $excluNS, $depth, &$_TREE) {
399 $okdepth = ($depth < $data['maxdepth']) || ($data['maxdepth'] == 0);
405 $this->_walk_recurse($data, $path.'/'.$file, $id, $rel_id, $exclunspages, $exclunsns, $depth+1, $item['_']);
363 _walk_recurse(& $data, $path, $ns, $relns, $excluPages, $excluNS, $depth, & $_TREE) global() argument
/plugin/gallery/
H A Dsyntax.php
/plugin/webdavclient/
H A Dhelper.php1112 * @param string $depth (Optional) The Depth parameter
1117 private function setupClient($conn, $cl = null, $depth = null, argument
1134 if(!is_null($depth))
1135 $this->client->headers['Depth'] = $depth;
/plugin/codemirror/dist/modes/
H A Dverilog.min.js.map1depth","tlvIndentationStyle","tlvIdentNext","tlvInBlockComment","string","tlvCodeActive","pos","bl…
H A Dpython.min.js.map1depth","inner","tokenString","eol","eatWhile","singleLineStringErrors","isString","pop","push","al…
H A Dxml.min.js.map1depth","Context","startOfLine","this","prev","context","indent","indented","hasOwnProperty","noInd…
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dcolor.js19 ….*?([a-z]*)$/,"$1");var b="+"+(2*parseFloat(c))+a;return{width:b,height:c,depth:c,lspace:this.conf…
/plugin/evesso/phpoauthlib/
H A DREADME.md88 For usage with complete auth flow, please see the examples. More in-depth documentation will come w…
/plugin/siteexport/
H A DREADME.md62 * **Specific depth:**<br>
63 …Exports everything below the defined namespace but only for the defined depth. The depth means how…
/plugin/diagramsnet/lib/math/jax/input/TeX/
H A Djax.js19depth:this.dd,voffset:this.dh});return[b.mml(m)];case"horizontal":return[b.mml(this.left),n,b.mml(… property in AnonymousFunctione94a32f95c00.q
/plugin/include/
H A Dhelper.php47 $this->defaults['depth'] = $this->getConf('depth');
205 case 'depth':
206 $flags['depth'] = max(intval($value), 0);
702 // depth is absolute depth, not relative depth, but 0 has a special meaning.
703 $depth = $flags['depth'] ? $flags['depth']
[all...]
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.core.js536 function baseFlatten(array, depth, predicate, isStrict, result) { argument
545 if (depth > 0 && predicate(value)) {
546 if (depth > 1) {
548 baseFlatten(value, depth - 1, predicate, isStrict, result);
/plugin/nstoc/
H A Dsyntax.php500 // There's a depth value only, make it numeric:
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php189 $lockInfo->depth = $this->server->getHTTPDepth();
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsBasicTests.yml70 depth.
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php189 $lockInfo->depth = $this->server->getHTTPDepth();
/plugin/oauth/vendor/lusitanian/oauth/
H A DREADME.md111 For usage with complete auth flow, please see the examples. More in-depth documentation will come with release 1.0.
/plugin/diagramsnet/lib/js/deflate/
H A Dpako.min.js2depth)&&n++,!S(e,i,t.heap[n],t.depth));)t.heap[a]=t.heap[n],a=n,n<<=1;t.heap[a]=i},D=function(t,e,…

1234567891011