Home
last modified time | relevance | path

Searched refs:depth (Results 76 – 100 of 271) sorted by path

1234567891011

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php495 $depth = $this->server->getHTTPDepth(0);
520 if ($depth == 0 && $node instanceof ICalendarObject) {
579 if ($node instanceof ICalendarObjectContainer && $depth === 0) {
585 $depth = 1;
594 if ($node instanceof ICalendarObjectContainer && $depth == 1) {
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php389 $depth = $this->server->getHTTPDepth(0);
391 if ($depth == 0) {
438 if ($depth == 0) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php192 * @param int $depth
195 function propFind($url, array $properties, $depth = 0) { argument
224 'Depth' => $depth,
237 if ($depth === 0) {
H A DCorePlugin.php332 $depth = $this->server->getHTTPDepth(1);
334 if (!$this->server->enablePropfindDepthInfinity && $depth != 0) $depth = 1;
336 … $newProperties = $this->server->getPropertiesForPath($path, $propFindXml->properties, $depth);
H A DPropFind.php40 * @param int $depth
43 function __construct($path, array $properties, $depth = 0, $requestType = self::NORMAL) { argument
47 $this->depth = $depth;
200 return $this->depth;
207 * @param int $depth
210 function setDepth($depth) { argument
212 $this->depth = $depth;
307 protected $depth = 0; variable in Sabre\\DAV\\PropFind
H A DServer.php573 $depth = $this->httpRequest->getHeader('Depth');
575 if (is_null($depth)) return $default;
577 if ($depth == 'infinity') return self::DEPTH_INFINITY;
581 if (!ctype_digit($depth)) return $default;
583 return (int)$depth;
885 * @param int $depth
888 function getPropertiesForPath($path, $propertyNames = [], $depth = 0) { argument
891 if (!$this->enablePropfindDepthInfinity && $depth != 0) $depth = 1;
896 $propFind = new PropFind($path, (array)$propertyNames, $depth, $propFindType);
905 if (($depth > 0 || $depth === self::DEPTH_INFINITY) && $parentNode instanceof ICollection) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php63 ($lock->depth != 0 && strpos($uri, $lock->uri . '/') === 0) ||
H A DPDO.php104 $lockInfo->depth = $row['depth'];
140 $lockInfo->depth,
151 $lockInfo->depth,
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DLockInfo.php70 public $depth = 0; variable in Sabre\\DAV\\Locks\\LockInfo
H A DPlugin.php189 $lockInfo->depth = $this->server->getHTTPDepth();
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DLockDiscovery.php92 …$writer->writeElement('{DAV:}depth', ($lock->depth == DAV\Server::DEPTH_INFINITY ? 'infinity' : $l…
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1112 $depth = $this->server->getHTTPDepth(0);
1115 $result = $this->expandProperties($requestUri, $report->properties, $depth);
1134 * @param int $depth
1137 protected function expandProperties($path, array $requestedProperties, $depth) { argument
1139 …dProperties = $this->server->getPropertiesForPath($path, array_keys($requestedProperties), $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;
H A DMock.php41 ($lock->depth!=0 && strpos($uri, $lock->uri . '/')===0) ||
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DPluginTest.php102 $depth = $xml->xpath('/d:prop/d:lockdiscovery/d:activelock/d:depth');
103 $this->assertEquals('infinity',(string)$depth[0]);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DLockDiscoveryTest.php18 $lock->depth = 0;
56 $lock->depth = 0;
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md143 * Changed: Reader::parse returns an array with 1 level less depth.
/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DElements.php110 $currentDepth = $reader->depth;
119 } while ($reader->depth >= $currentDepth && $reader->next());
H A DXmlFragment.php75 if ($reader->depth < 1) {
/plugin/davcal/vendor/sabre/xml/lib/
H A DReader.php127 $previousDepth = $this->depth;
200 $previousDepth = $this->depth;
202 while ($this->read() && $this->depth != $previousDepth) {
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/diagramsnet/lib/js/
H A Dapp.min.js134depth)&&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,…
/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