Home
last modified time | relevance | path

Searched refs:depth (Results 51 – 75 of 271) sorted by relevance

1234567891011

/plugin/mantis/lib/
H A Dclass.xmlschema.php41 var $depth = 0; variable in nusoap_xmlschema
180 $depth = $this->depth++;
182 $this->depth_array[$depth] = $pos;
184 if ($depth > 0) {
185 $this->defaultNamespace[$pos] = $this->defaultNamespace[$this->depth_array[$depth - 1]];
475 $this->depth--;
477 if(isset($this->depth_array[$this->depth])){
478 $pos = $this->depth_array[$this->depth];
511 $pos = $this->depth_array[$this->depth - 1];
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DWildfireFormatter.php131 protected function normalize($data, int $depth = 0) argument
137 return parent::normalize($data, $depth);
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php80 ->depth('== 0');
111 ->depth('== 0')
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php36 public function getBugDependencyTrees( $ids, $depth, $extras ) { argument
38 …return $this->getDependenciesRecursive( $f_ids, $depth == -1 ? $this->getConf('tree_depth') : $dep…
40 private function getDependenciesRecursive( $ids, $depth, $extras ) { argument
49 $bug['depends_on'] = $this->getDependenciesRecursive( $bug['depends_on'], $depth--, $extras );
/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/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DRenderer.php233 $depth = substr_count($id, '/');
237 $depth++;
240 return str_repeat('../', $depth);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php81 $depth = 0;
89 $depth++;
90 $str = "{$depth}) Name: '{$tuple[1]}', ";
/plugin/jorgchart/
H A Djquery.jOrgChart.js100 depth : -1, property in $.fn.jOrgChart.defaults
168 if(opts.depth == -1 || (level+1 < opts.depth)) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DAbstractTest.php57 $lock->depth = DAV\Server::DEPTH_INFINITY;
82 $lock->depth = 0;
101 $lock->depth = 0;
/plugin/icalevents/vendor/sabre/xml/lib/Deserializer/
H A Dfunctions.php148 $currentDepth = $reader->depth;
162 } while ($reader->depth >= $currentDepth && $reader->next());
/plugin/siteexport/inc/
H A Dpdfgenerator.php56 …mpdf->setBasePath(empty($this->functions->settings->depth) ? './' : $this->functions->settings->de…
/plugin/findologicxmlexport/vendor/doctrine/instantiator/docs/en/
H A Dsidebar.rst2 :depth: 3
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dsidebar.rst2 :depth: 3
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DMaxDepth.php17 public $depth; variable in JMS\\Serializer\\Annotation\\MaxDepth
/plugin/webdav/vendor/sabre/xml/lib/Deserializer/
H A Dfunctions.php171 $currentDepth = $reader->depth;
185 } while ($reader->depth >= $currentDepth && $reader->next());
/plugin/odt/action/
H A Dexport.php250 $depth = $INPUT->int('book_nsdepth', 0);
251 if($depth < 0) {
252 $depth = 0;
257 $opts = array('depth' => $depth); //recursive all levels
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DLockInfo.php70 public $depth = 0; variable in Sabre\\DAV\\Locks\\LockInfo
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DLockInfo.php70 public $depth = 0; variable in Sabre\\DAV\\Locks\\LockInfo
/plugin/solr/
H A Dhelper.php327 $depth = substr_count($row['id'], ':');
330 $options['depth_prefix'] ? ' class="'.$options['depth_prefix'].$depth.'"' : '',
332 …str_repeat($options['depth_char'], $depth * $options['depth_indent']).preg_replace('/[a-z0-9_]+:/'…
/plugin/usersubscriptions/
H A DREADME9 add the r=<depth> (no value, ie r or r=, means infinite) option to make listing recursive,
10 …iptions ns1:ns2 r=2 />, to use it with the current namespace use <usersubscriptions . r=<depth> />,
/plugin/katex/_assets/
H A Dkatex.min.js1depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.children=e,this.classes=[],this.height…
/plugin/webdav/vendor/sabre/xml/lib/
H A DReader.php214 $previousDepth = $this->depth;
216 while ($this->read() && $this->depth != $previousDepth) {
/plugin/icalevents/vendor/sabre/xml/lib/
H A DReader.php214 $previousDepth = $this->depth;
216 while ($this->read() && $this->depth != $previousDepth) {
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dxml_reference.rst37 max-depth="2"
72 max-depth="2"
91 max-depth="2"
/plugin/xcom/lang/en/
H A Dfunctions.txt6depth'' or ''hash'' enclosed in parentheses. If not set, it defaults to ''hash''. If ''hash'' is s…

1234567891011