Home
last modified time | relevance | path

Searched refs:depth (Results 51 – 75 of 271) sorted by last modified time

1234567891011

/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/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);
/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/indexmenu/scripts/
H A Dtoolbarindexwizard.js272 let sel, ns, depth, syntax, eo;
283 depth = parseInt(jQuery('#nsdepth').val());
284 depth = depth ? '#' + depth : '';
286 syntax = '{{indexmenu>' + ns + depth + options + '}}';
287 eo = depth.length + options.length + 2;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DDimensionGroup.php29 public $depth; variable in Google\\Service\\Sheets\\DimensionGroup
50 public function setDepth($depth) argument
52 $this->depth = $depth;
59 return $this->depth;
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md209 …the Monolog's Formatters' `normalize` method, make sure you add the new `$depth = 0` argument to y…
215 …alizerFormatter against circular and very deep structures, it now stops normalizing at a depth of 9
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLineFormatter.php147 protected function normalizeException(\Throwable $e, int $depth = 0): string argument
H A DWildfireFormatter.php131 protected function normalize($data, int $depth = 0) argument
137 return parent::normalize($data, $depth);
H A DNormalizerFormatter.php130 protected function normalize($data, int $depth = 0) argument
132 if ($depth > $this->maxNormalizeDepth) {
159 $normalized[$key] = $this->normalize($value, $depth + 1);
171 return $this->normalizeException($data, $depth);
199 protected function normalizeException(Throwable $e, int $depth = 0) argument
238 $data['previous'] = $this->normalizeException($previous, $depth + 1);
H A DJsonFormatter.php159 protected function normalize($data, int $depth = 0) argument
161 if ($depth > $this->maxNormalizeDepth) {
175 $normalized[$key] = $this->normalize($value, $depth + 1);
186 return $this->normalizeException($data, $depth);
202 protected function normalizeException(Throwable $e, int $depth = 0): array argument
204 $data = parent::normalizeException($e, $depth);
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php80 ->depth('== 0');
111 ->depth('== 0')
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1023 static $depth = 0;
1026 if ($depth != 0 && $key == '..') {
1041 $depth++;
1043 $depth--;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DPrefixNode.php29 public $depth; variable in Google\\Service\\Spanner\\PrefixNode
60 public function setDepth($depth) argument
62 $this->depth = $depth;
69 return $this->depth;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php81 $depth = 0;
89 $depth++;
90 $str = "{$depth}) Name: '{$tuple[1]}', ";
H A Dfunctions.php294 * @param int $depth User specified recursion depth.
301 function json_decode($json, $assoc = false, $depth = 512, $options = 0) argument
303 $data = \json_decode($json, $assoc, $depth, $options);
318 * @param int $depth Set the maximum depth. Must be greater than zero.
324 function json_encode($value, $options = 0, $depth = 512) argument
326 $json = \json_encode($value, $options, $depth);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DUIElementTooDeep.php25 public $depth; variable in Google\\Service\\ToolResults\\UIElementTooDeep
38 public function setDepth($depth) argument
40 $this->depth = $depth;
47 return $this->depth;
/plugin/c3chart/assets/
H A Dd3.min.js2depth=e.depth+1;return a.eachBefore(Sr)}function Nr(t){return t.children}function kr(t){t.data=t.d… property in ud
/plugin/structtemplate/_vagrant/
H A Ddeprovision_dokuwiki_from_but_protect.sh47 for file in $(find "${DW_PATH}" -type f -depth | grep -v "^${DW_PATH}/${PROTECTED_DIR}/") ; do
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js1210 var depth = wrap[0];
1215 while (depth--) el = el.lastChild;
2508 depth = depth || 0;
2515 var filter = fn(s, i, depth);
33253 depth: depth
33260 if (foundElementData.depth < depth) {
33265 depth: depth
33290 addElementData(label, depth);
33340 var depth = elementData.depth;
33354 if (!tree[depth]) {
[all …]
H A Dbpmn-modeler.production.min.js34depth<t&&(r=function(e,t){var n=t.indexOf(e);-1!==n&&t.splice(n,1);return t}(n,r)).push({element:n…

1234567891011