/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | PropFind.php | 40 * @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 D | PropFind.php | 40 * @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 D | syntax.php | 135 $depth = false; 137 list($match,$depth) = explode(';;',$match); 150 return array('basics',$match,$depth); 152 return array('basics',"",$depth); 172 return array('basics',"",$depth); 175 return array(strtolower($match),$date,$depth); 192 list($which, $date_str,$depth) = $data; 198 if($depth) { 199 $this->row_depth($depth); 294 STATIC $depth [all...] |
H A D | HOW-TO | 65 ~~QUICKSTATS:<month_year>&<category><;;depth>~~ 66 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>~~ [all...] |
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/ |
H A D | Invocation.php | 93 * @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 D | DeserializationContext.php | 14 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 D | jsx.min.js | 1 …depth=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 D | UIElementTooDeep.php | 25 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 D | JsonDeserializationVisitorFactory.php | 23 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 D | DimensionGroup.php | 29 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 D | PrefixNode.php | 29 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 D | Invocation.php | 102 $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 D | action.php | 99 $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 D | ListNode.php | 20 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 D | CodeSniffer.php | 727 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 D | helper.inc.php | 145 * @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 D | helper.inc.php | 145 * @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 D | helper.inc.php | 145 * @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 D | olists.php | 68 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 D | ulists.php | 69 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 D | JsonFormatter.php | 159 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 D | functions.php | 294 * @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 D | README.md | 5 $depth = 1; 9 $result = $wikiClient->$method($wiki, [ "depth" => $depth ]);
|
/plugin/siteexport/syntax/ |
H A D | toc.php | 78 $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 D | cli.php | 179 $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...] |