Home
last modified time | relevance | path

Searched refs:XTAG_LOGGING (Results 1 – 2 of 2) sorted by relevance

/dports/www/nextcloud/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Models/
H A DServiceProperties.php67 if (array_key_exists(Resources::XTAG_LOGGING, $parsedResponse)) {
68 $result->setLogging(Logging::create($parsedResponse[Resources::XTAG_LOGGING]));
219 $result[Resources::XTAG_LOGGING] =
/dports/www/nextcloud/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/
H A DResources.php362 const XTAG_LOGGING = 'Logging'; define in MicrosoftAzure\\Storage\\Common\\Internal\\Resources