Home
last modified time | relevance | path

Searched refs:depth (Results 126 – 150 of 271) sorted by last modified time

1234567891011

/plugin/webdav/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/webdav/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/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php606 $depth = $this->httpRequest->getHeader('Depth');
608 if (is_null($depth)) return $default;
610 if ($depth == 'infinity') return self::DEPTH_INFINITY;
614 if (!ctype_digit($depth)) return $default;
616 return (int)$depth;
932 * @param int $depth
938 function getPropertiesForPath($path, $propertyNames = [], $depth = 0) { argument
954 * @param int $depth
957 function getPropertiesIteratorForPath($path, $propertyNames = [], $depth = 0) { argument
960 if (!$this->enablePropfindDepthInfinity && $depth != 0) $depth = 1;
[all …]
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 DCorePlugin.php332 $depth = $this->server->getHTTPDepth(1);
334 if (!$this->server->enablePropfindDepthInfinity && $depth != 0) $depth = 1;
336 …wProperties = $this->server->getPropertiesIteratorForPath($path, $propFindXml->properties, $depth);
/plugin/webdav/vendor/sabre/xml/lib/Deserializer/
H A Dfunctions.php171 $currentDepth = $reader->depth;
185 } while ($reader->depth >= $currentDepth && $reader->next());
/plugin/webdav/vendor/sabre/xml/lib/
H A DReader.php214 $previousDepth = $this->depth;
216 while ($this->read() && $this->depth != $previousDepth) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php513 $depth = $this->server->getHTTPDepth(0);
541 if ($depth == 0 && $node instanceof ICalendarObject) {
603 if ($node instanceof ICalendarObjectContainer && $depth === 0) {
613 $depth = 1;
622 if ($node instanceof ICalendarObjectContainer && $depth == 1) {
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php432 $depth = $this->server->getHTTPDepth(0);
434 if ($depth == 0) {
481 if ($depth == 0) {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1261 $depth = $this->server->getHTTPDepth(0);
1262 if ($depth !== 0) {
1368 $depth = $this->server->getHTTPDepth(0);
1370 $result = $this->expandProperties($path, $report->properties, $depth);
1389 * @param int $depth
1392 protected function expandProperties($path, array $requestedProperties, $depth) { argument
1394 …dProperties = $this->server->getPropertiesForPath($path, array_keys($requestedProperties), $depth);
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md210 * Changed: Reader::parse returns an array with 1 level less depth.
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php73 if ($reader->depth < 1) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DLockDiscovery.php92 …$writer->writeElement('{DAV:}depth', ($lock->depth == DAV\Server::DEPTH_INFINITY ? 'infinity' : $l…
/plugin/webdav/core/Plugin/
H A DFakeLocker.php138 $lockInfo->depth = \Sabre\DAV\Server::DEPTH_INFINITY;
/plugin/pglist/
H A Dsyntax.php71 'depth' => 1,
106 if(preg_match('/\b(\d+)\b/i',$params,$m)) $conf['depth'] = $m[1];
125 'depth' => $data['depth'],
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dflac.js716 depth = stream.readUInt32(),
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt1593 * Bugfix: getid3.demo.check.php now does in-depth scanning for MP2
2561 browse screen, but in detail it will scan in-depth
/plugin/jplayer/vendor/mustache/mustache/
H A DREADME.md24 And a more in-depth example -- this is the canonical Mustache template:
/plugin/filelist/
H A Dsyntax.php
/plugin/codemirror/dist/modes/
H A Djsx.min.js1depth=c;this.prev=d}function c(d){return new b(a.copyState(d.mode,d.state),d.mode,d.depth,d.prev&&…
H A Dsql.min.js.map1depth","m","pushContext","type","context","prev","indent","indentation","col","column","popContext…
H A Dswift.min.js.map1depth","inner","backUp","pop","openQuote","singleLine","escaped","eat","Context","align","this","p…
H A Dapl.min.js.map1 …\"greaterThanOrEqual\"],\n \"≠\": [null, \"notEqual\"],\n \"≡\": [\"depth\", \"match\"],\n …

1234567891011