Home
last modified time | relevance | path

Searched refs:depth (Results 1 – 25 of 271) sorted by relevance

1234567891011

/plugin/webdav/vendor/sabre/dav/lib/DAV/
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
/plugin/davcal/vendor/sabre/dav/lib/DAV/
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
/plugin/quickstats/
H A Dsyntax.php294 STATIC $depth = false;
297 $depth = $new_depth;
301 return $depth;
372 $depth = $this->row_depth();
373 if($depth == 'all') $depth = 0;
385 if($depth && $num > $depth) continue;
502 if($depth == 'all') $depth = false;
581 if($depth == 'all') $depth = false;
585 if($depth > $asize) $depth = $asize;
600 if($depth !== false && $n > $depth) break;
[all …]
H A DHOW-TO66 The depth parameter limits the number of rows of output to depth number.
70 ~~QUICKSTATS:basics<;;depth>~~
71 ~~QUICKSTATS:ip<;;depth>~~
72 ~~QUICKSTATS:misc<;;depth>~~
73 ~~QUICKSTATS:countries<;;depth>~~
74 ~~QUICKSTATS:pages<;;depth>~~
75 ~~QUICKSTATS:ua<;;depth>~~
78 ~~QUICKSTATS:<month_year><;;depth>~~
80 ~~QUICKSTATS:<month_year>&ip<;;depth>~~
81 ~~QUICKSTATS:<month_year>&misc<;;depth>~~
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DInvocation.php93 * @param int $depth Depth.
99 $depth = -1 argument
104 $this->_depth = $depth;
143 * @param int $depth Depth.
146 public function setDepth($depth) argument
149 $this->_depth = $depth;
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DDeserializationContext.php14 private $depth = 0; variable in JMS\\Serializer\\DeserializationContext
28 return $this->depth;
33 $this->depth += 1;
38 if ($this->depth <= 0) {
42 $this->depth -= 1;
/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&&…
/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/findologicxmlexport/vendor/jms/serializer/src/Visitor/Factory/
H A DJsonDeserializationVisitorFactory.php23 private $depth = 512; variable in JMS\\Serializer\\Visitor\\Factory\\JsonDeserializationVisitorFactory
27 return new JsonDeserializationVisitor($this->options, $this->depth);
36 public function setDepth(int $depth): self argument
38 $this->depth = $depth;
/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/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/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DInvocation.php102 $depth = 42
104 ->when($result = new SUT($rule, $data, $todo, $depth))
113 ->isEqualTo($depth)
125 $depth = 42,
128 ->when($result = $invocation->setDepth($depth))
141 $depth = 42,
143 $invocation->setDepth($depth)
148 ->isEqualTo($depth);
/plugin/indexmenu2/
H A Daction.php99 $depth = (int)@$this->getConf('replace_idx_depth');
100 if ($depth < 1 || $depth > 10) $depth = 1;
111 $instr .= "{{indexmenu>.#$depth$ajax}}";
/plugin/prosemirror/parser/
H A DListNode.php20 protected $depth = 0; variable in dokuwiki\\plugin\\prosemirror\\parser\\ListNode
26 $this->depth = $this->parent->getDepth() + 1;
41 $liText = str_repeat(' ', $this->depth);
55 return $this->depth;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php727 echo str_repeat("\t", $depth);
746 echo str_repeat("\t", $depth);
761 echo str_repeat("\t", $depth);
774 echo str_repeat("\t", $depth);
834 echo str_repeat("\t", $depth);
862 echo str_repeat("\t", $depth);
908 echo str_repeat("\t", $depth);
919 echo str_repeat("\t", $depth);
992 echo str_repeat("\t", $depth);
1022 echo str_repeat("\t", $depth);
[all …]
/plugin/publistx/bib2tpl/
H A Dhelper.inc.php145 * @param int $depth Counting depth. Default 1.
148 static function lcount(&$array, $depth=1) argument
151 $depth--;
153 if ( $depth > 0 )
157 $sum += is_array($elem) ? self::lcount($elem, $depth) : 0;
/plugin/publist/bib2tpl/
H A Dhelper.inc.php145 * @param int $depth Counting depth. Default 1.
148 static function lcount(&$array, $depth=1) argument
151 $depth--;
153 if ( $depth > 0 )
157 $sum += is_array($elem) ? self::lcount($elem, $depth) : 0;
/plugin/publistf/bib2tpl/
H A Dhelper.inc.php145 * @param int $depth Counting depth. Default 1.
148 static function lcount(&$array, $depth=1) argument
151 $depth--;
153 if ( $depth > 0 )
157 $sum += is_array($elem) ? self::lcount($elem, $depth) : 0;
/plugin/markdowku/
H A Dolists.php68 private $depth = array(0, 4); variable in Doku_Handler_Markdown_Ordered_List
78 … if (preg_match('/^[ ]{'.$this->depth[$listlevel].'}/', substr($text, $real_position)) > 0) {
79 $real_position += $this->depth[$listlevel];
80 $logical_position += $this->depth[$listlevel];
91 $this->depth[$listlevel] = strlen(substr($text, $real_position)) - 1;
H A Dulists.php69 private $depth = array(0, 4); variable in Doku_Handler_Markdown_Unordered_List
79 … if (preg_match('/^[ ]{'.$this->depth[$listlevel].'}/', substr($text, $real_position)) > 0) {
80 $real_position += $this->depth[$listlevel];
81 $logical_position += $this->depth[$listlevel];
92 $this->depth[$listlevel] = strlen(substr($text, $real_position)) - 1;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
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/guzzlehttp/guzzle/src/
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/remotelistnamespace/
H A DREADME.md5 $depth = 1;
9 $result = $wikiClient->$method($wiki, [ "depth" => $depth ]);
/plugin/siteexport/syntax/
H A Dtoc.php78 $depth = 1;
92 return array($link[0], $link[1], $depth);
191 list($tocItem, $depth) = $tocElement;
290 private function __addTocItem($id, $name, $depth, $renderer) { argument
311 $item['depth'] = $depth;
431 * @param integer $depth
433 private function _convert_header(&$renderer, &$instr, $depth) { argument
435 $instr[1][1] += $depth;
439 * @param integer $depth
441 private function _convert_section(&$renderer, &$instr, $depth) { argument
[all …]
/plugin/combo/
H A Dcli.php179 $depth = $options->getOpt('depth', 0);
199 $this->index($startPath, $force, $depth);
203 $this->frontmatter($startPath, $depth);
209 $this->analytics($startPath, $output, $depth);
249 * @param int $depth recursion depth. 0 for unlimited
252 private function index($namespaces = array(), $rebuild = false, $depth = 0) argument
264 $pages = FsWikiUtility::getPages($namespaces, $depth);
303 private function analytics($namespaces = array(), $output = null, $depth argument
450 frontmatter($namespaces, $depth) global() argument
[all...]

1234567891011