Home
last modified time | relevance | path

Searched refs:QP_NEXT_MARKER (Results 1 – 3 of 3) sorted by relevance

/dports/www/nextcloud/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/
H A DListContainersResult.php84 Utilities::tryGetValue($parsedResponse, Resources::QP_NEXT_MARKER);
H A DListBlobsResult.php89 Utilities::tryGetValue($parsed, Resources::QP_NEXT_MARKER);
/dports/www/nextcloud/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/
H A DResources.php257 const QP_NEXT_MARKER = 'NextMarker'; define in MicrosoftAzure\\Storage\\Common\\Internal\\Resources