Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 25 of 143) sorted by relevance

123456

/plugin/findologicxmlexport/vendor/jms/serializer/src/Visitor/Factory/
DJsonDeserializationVisitorFactory.php23 private $depth = 512; variable in JMS\\Serializer\\Visitor\\Factory\\JsonDeserializationVisitorFactory
36 public function setDepth(int $depth): self
/plugin/struct/meta/
H A DNestedValue.php24 protected $depth; variable in dokuwiki\\plugin\\struct\\meta\\NestedValue
36 public function __construct(?Value $value, $parentPath = '', $depth = 0)
54 public function setDepth($depth)
H A DNestedResult.php103 protected function nestBranch(NestedValue $parent, $row, $nesting, $depth = 0)
146 protected function getNodeForValue(Value $value, $parentPath, $depth)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
DUIElementTooDeep.php25 public $depth; variable in Google\\Service\\ToolResults\\UIElementTooDeep
38 public function setDepth($depth)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DDimensionGroup.php29 public $depth; variable in Google\\Service\\Sheets\\DimensionGroup
50 public function setDepth($depth)
/plugin/webdav/vendor/sabre/dav/lib/DAV/
DPropFind.php43 function __construct($path, array $properties, $depth = 0, $requestType = self::NORMAL) {
210 function setDepth($depth) {
307 protected $depth = 0; variable in Sabre\\DAV\\PropFind
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DPropFind.php43 function __construct($path, array $properties, $depth = 0, $requestType = self::NORMAL) {
210 function setDepth($depth) {
307 protected $depth = 0; variable in Sabre\\DAV\\PropFind
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
DInvocation.php99 $depth = -1
146 public function setDepth($depth)
/plugin/mindmap/
Dsyntax.php284 function get_media( &$media, $ns, $depth=0 )
326 function get_pages( &$pages, $ns, $depth=0, $use_first_header=false )
415 …function gather_data($namespaces, $depth=0, $include_media='none', $use_cached_pages=true, $use_fi…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
DPrefixNode.php29 public $depth; variable in Google\\Service\\Spanner\\PrefixNode
60 public function setDepth($depth)
/plugin/combo/
H A Dcli.php275 private function index($namespaces = array(), $rebuild = false, $depth = 0)
326 private function analytics($namespaces = array(), $output = null, $depth = 0)
486 private function frontmatter($namespaces, $depth)
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
Dfunctions.php147 function json_decode(string $json, bool $assoc = false, int $depth = 512, int $options = 0)
164 function json_encode($value, int $options = 0, int $depth = 512): string
DUtils.php273 …public static function jsonDecode(string $json, bool $assoc = false, int $depth = 512, int $option…
294 public static function jsonEncode($value, int $options = 0, int $depth = 512): string
/plugin/siteexport/syntax/
Dtoc.php290 private function __addTocItem($id, $name, $depth, $renderer) {
359 private function _convertInstructions($instr, $id, &$renderer, $depth = 1) {
433 private function _convert_header(&$renderer, &$instr, $depth) {
441 private function _convert_section(&$renderer, &$instr, $depth) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
DMaxDepth.php17 public $depth; variable in JMS\\Serializer\\Annotation\\MaxDepth
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
Dfunctions.php301 function json_decode($json, $assoc = false, $depth = 512, $options = 0)
324 function json_encode($value, $options = 0, $depth = 512)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
DJsonFormatter.php159 protected function normalize($data, int $depth = 0)
202 protected function normalizeException(Throwable $e, int $depth = 0): array
DNormalizerFormatter.php130 protected function normalize($data, int $depth = 0)
199 protected function normalizeException(Throwable $e, int $depth = 0)
/plugin/asciidocjs/node_modules/lodash/
DflattenDepth.js24 function flattenDepth(array, depth) { argument
DflatMapDepth.js26 function flatMapDepth(collection, iteratee, depth) { argument
D_baseFlatten.js15 function baseFlatten(array, depth, predicate, isStrict, result) { argument
/plugin/wordimport/docx/
DNumbering.php55 public function getType($id, int $depth): string
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
DCodeSniffer.php723 public function processRuleset($rulesetPath, $depth=0)
948 private function _expandSniffDirectory($directory, $depth=0)
1016 private function _expandRulesetReference($ref, $rulesetDir, $depth=0)
1196 private function _processRule($rule, $depth=0)
1327 private function _shouldProcessElement($element, $depth=0)
/plugin/bugzillaint/helper/
Dbugzillaclient.php36 public function getBugDependencyTrees( $ids, $depth, $extras ) {
40 private function getDependenciesRecursive( $ids, $depth, $extras ) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/
DDeserializationContext.php14 private $depth = 0; variable in JMS\\Serializer\\DeserializationContext

123456