Searched refs:newDepth (Results 1 – 4 of 4) sorted by relevance
/plugin/siteexport/action/ |
H A D | ajax.php | 696 $newDepth = $this->functions->settings->depth; 828 …>message("DATA after SWITCH CASE decision", array($DATA, $noDeepReplace, $fileName, $newDepth), 1); 842 …sh( $DATA, $url, $noDeepReplace, $newAdditionalParameters, $ORIGDATA2, $newDepth, $IDexists, $file… 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); 903 $newDepth = str_repeat('../', count(explode('/', $fileName))-1); 946 $newDepth = str_repeat('../', count(explode('/', $fileName))-1); 951 …ssage("This is something with '_detail' file", array($DATA, $backlinkID, $newDepth, $url, $ID), 2); 988 …sh( $DATA, $url, $noDeepReplace, $newAdditionalParameters, $ORIGDATA2, $newDepth, $IDexists, $file… argument [all …]
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | Server.php | 889 $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/ |
H A D | Server.php | 845 $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/ |
H A D | ParserATNSimulator.php | 1739 $newDepth = $depth; 1770 $newDepth--; 1783 // latch when newDepth goes negative - once we step out of the entry context we can't return 1785 if ($newDepth >= 0) { 1786 $newDepth++; 1797 $newDepth,
|