Home
last modified time | relevance | path

Searched refs:newDepth (Results 1 – 4 of 4) sorted by relevance

/plugin/siteexport/action/
Dajax.php696 $newDepth = $this->functions->settings->depth;
702 … $DATA, 'additional Params' => $newAdditionalParameters, 'newDepth' => $newDepth, 'currentID' => $…
823 …A, $url, $newAdditionalParameters, $PARAMS, $noDeepReplace, $fileName, $newDepth, $ID, $IDexists );
828 …>message("DATA after SWITCH CASE decision", array($DATA, $noDeepReplace, $fileName, $newDepth), 1);
842 …sh( $DATA, $url, $noDeepReplace, $newAdditionalParameters, $ORIGDATA2, $newDepth, $IDexists, $file…
845 …rl, &$newAdditionalParameters, &$PARAMS, &$noDeepReplace, &$fileName, &$newDepth, &$ID, &$IDexists… argument
856 …$newDepth = './' . str_repeat('../', count(explode('/', $fileName))-1); // it is an ID at this poi…
859 …g->message("This is CSS file", array($DATA, $noDeepReplace, $fileName, $newDepth, $newAdditionalPa…
887 $newDepth = str_repeat('../', count(explode('/', $fileName))-1);
891 …"This is detail.php file with addParams", array($DATA, $ID, $fileName, $newDepth, $newAdditionalPa…
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/
DServer.php889 $newDepth = $propFind->getDepth();
892 if ($newDepth !== self::DEPTH_INFINITY) {
893 $newDepth--;
905 $subPropFind = new PropFind($subPath, $propertyNames, $newDepth, $propFindType);
912 … if (($newDepth === self::DEPTH_INFINITY || $newDepth >= 1) && $childNode instanceof ICollection) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
DServer.php845 $newDepth = $propFind->getDepth();
848 if ($newDepth !== self::DEPTH_INFINITY) {
849 $newDepth--;
854 $subPropFind->setDepth($newDepth);
867 … if (($newDepth === self::DEPTH_INFINITY || $newDepth >= 1) && $childNode instanceof ICollection) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
DParserATNSimulator.php1739 $newDepth = $depth;
1770 $newDepth--;
1785 if ($newDepth >= 0) {
1786 $newDepth++;
1797 $newDepth,