Home
last modified time | relevance | path

Searched refs:NotFoundException (Results 1 – 25 of 2051) sorted by relevance

12345678910>>...83

/dports/www/owncloud/owncloud/lib/private/Files/Node/
H A DNonExistingFolder.php26 use OCP\Files\NotFoundException; alias
34 throw new NotFoundException();
38 throw new NotFoundException();
42 throw new NotFoundException();
46 throw new NotFoundException();
53 throw new NotFoundException();
58 throw new NotFoundException();
65 throw new NotFoundException();
73 throw new NotFoundException();
126 throw new NotFoundException();
[all …]
H A DNonExistingFile.php25 use OCP\Files\NotFoundException; alias
33 throw new NotFoundException();
37 throw new NotFoundException();
41 throw new NotFoundException();
45 throw new NotFoundException();
52 throw new NotFoundException();
57 throw new NotFoundException();
64 throw new NotFoundException();
72 throw new NotFoundException();
125 throw new NotFoundException();
[all …]
/dports/www/nextcloud/nextcloud/lib/private/Files/Node/
H A DNonExistingFolder.php26 use OCP\Files\NotFoundException; alias
34 throw new NotFoundException();
38 throw new NotFoundException();
42 throw new NotFoundException();
46 throw new NotFoundException();
53 throw new NotFoundException();
58 throw new NotFoundException();
65 throw new NotFoundException();
73 throw new NotFoundException();
126 throw new NotFoundException();
[all …]
H A DNonExistingFile.php25 use OCP\Files\NotFoundException; alias
33 throw new NotFoundException();
37 throw new NotFoundException();
41 throw new NotFoundException();
45 throw new NotFoundException();
52 throw new NotFoundException();
57 throw new NotFoundException();
64 throw new NotFoundException();
72 throw new NotFoundException();
125 throw new NotFoundException();
[all …]
/dports/www/nextcloud/nextcloud/lib/public/Files/
H A DNode.php46 * @throws NotFoundException
60 * @throws NotFoundException
80 * @throws NotFoundException
91 * @throws NotFoundException
117 * @throws NotFoundException
138 * @throws NotFoundException
149 * @throws NotFoundException
161 * @throws NotFoundException
177 * @throws NotFoundException
187 * @throws NotFoundException
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/icewind/smb/src/
H A DIShare.php30 * @throws NotFoundException
42 * @throws NotFoundException
53 * @throws NotFoundException
65 * @throws NotFoundException
76 * @throws NotFoundException
89 * @throws NotFoundException
100 * @throws NotFoundException
111 * @throws NotFoundException
120 * @throws NotFoundException
130 * @throws NotFoundException
[all …]
/dports/www/nextcloud/nextcloud/apps-pkg/files_external/3rdparty/icewind/smb/src/
H A DIShare.php30 * @throws NotFoundException
42 * @throws NotFoundException
53 * @throws NotFoundException
65 * @throws NotFoundException
76 * @throws NotFoundException
89 * @throws NotFoundException
100 * @throws NotFoundException
111 * @throws NotFoundException
120 * @throws NotFoundException
130 * @throws NotFoundException
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lightsail/include/aws/lightsail/model/
H A DNotFoundException.h32 class AWS_LIGHTSAIL_API NotFoundException
35 NotFoundException();
36 NotFoundException(Aws::Utils::Json::JsonView jsonValue);
37 NotFoundException& operator=(Aws::Utils::Json::JsonView jsonValue);
57 inline NotFoundException& WithCode(const Aws::String& value) { SetCode(value); return *this;} in WithCode()
63 inline NotFoundException& WithCode(const char* value) { SetCode(value); return *this;} in WithCode()
82 inline NotFoundException& WithDocs(const Aws::String& value) { SetDocs(value); return *this;} in WithDocs()
88 inline NotFoundException& WithDocs(const char* value) { SetDocs(value); return *this;} in WithDocs()
113 inline NotFoundException& WithMessage(const char* value) { SetMessage(value); return *this;} in WithMessage()
132 inline NotFoundException& WithTip(const Aws::String& value) { SetTip(value); return *this;} in WithTip()
[all …]
/dports/security/nextcloud-end_to_end_encryption/end_to_end_encryption/lib/
H A DIKeyStorage.php27 use OCP\Files\NotFoundException; alias
44 * @throws NotFoundException
55 * @throws NotFoundException
67 * @throws NotFoundException
78 * @throws NotFoundException
88 * @throws NotFoundException
100 * @throws NotFoundException
113 * @throws NotFoundException
125 * @throws NotFoundException
134 * @throws NotFoundException
H A DMetaDataStorage.php32 use OCP\Files\NotFoundException; alias
105 } catch (NotFoundException $ex) {
134 } catch (NotFoundException $ex) {
149 } catch (NotFoundException $ex) {
167 } catch (NotFoundException $ex) {
248 * @throws NotFoundException
264 * @throws NotFoundException
283 } catch (NotFoundException $e) {
291 } catch (NotFoundException $e) {
305 } catch (NotFoundException $e) {
[all …]
/dports/www/owncloud/owncloud/lib/public/Files/
H A DNode.php110 * @throws NotFoundException
131 * @throws NotFoundException
141 * @throws NotFoundException
153 * @throws NotFoundException
168 * @throws NotFoundException
178 * @throws NotFoundException
188 * @throws NotFoundException
198 * @throws NotFoundException
208 * @throws NotFoundException
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-serverlessrepo/include/aws/serverlessrepo/model/
H A DNotFoundException.h32 class AWS_SERVERLESSAPPLICATIONREPOSITORY_API NotFoundException
35 NotFoundException();
36 NotFoundException(Aws::Utils::Json::JsonView jsonValue);
37 NotFoundException& operator=(Aws::Utils::Json::JsonView jsonValue);
69 …inline NotFoundException& WithErrorCode(const Aws::String& value) { SetErrorCode(value); return *t… in WithErrorCode()
74 …inline NotFoundException& WithErrorCode(Aws::String&& value) { SetErrorCode(std::move(value)); ret… in WithErrorCode()
79 inline NotFoundException& WithErrorCode(const char* value) { SetErrorCode(value); return *this;} in WithErrorCode()
116 …inline NotFoundException& WithMessage(const Aws::String& value) { SetMessage(value); return *this;} in WithMessage()
122 …inline NotFoundException& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return … in WithMessage()
128 inline NotFoundException& WithMessage(const char* value) { SetMessage(value); return *this;} in WithMessage()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-signer/include/aws/signer/model/
H A DNotFoundException.h31 class AWS_SIGNER_API NotFoundException
34 NotFoundException();
35 NotFoundException(Aws::Utils::Json::JsonView jsonValue);
36 NotFoundException& operator=(Aws::Utils::Json::JsonView jsonValue);
56 …inline NotFoundException& WithMessage(const Aws::String& value) { SetMessage(value); return *this;} in WithMessage()
59 …inline NotFoundException& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return … in WithMessage()
62 inline NotFoundException& WithMessage(const char* value) { SetMessage(value); return *this;} in WithMessage()
81 inline NotFoundException& WithCode(const Aws::String& value) { SetCode(value); return *this;} in WithCode()
84 …inline NotFoundException& WithCode(Aws::String&& value) { SetCode(std::move(value)); return *this;} in WithCode()
87 inline NotFoundException& WithCode(const char* value) { SetCode(value); return *this;} in WithCode()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-schemas/include/aws/schemas/model/
H A DNotFoundException.h26 class AWS_SCHEMAS_API NotFoundException
29 NotFoundException();
30 NotFoundException(Aws::Utils::Json::JsonView jsonValue);
31 NotFoundException& operator=(Aws::Utils::Json::JsonView jsonValue);
63 inline NotFoundException& WithCode(const Aws::String& value) { SetCode(value); return *this;} in WithCode()
68 …inline NotFoundException& WithCode(Aws::String&& value) { SetCode(std::move(value)); return *this;} in WithCode()
73 inline NotFoundException& WithCode(const char* value) { SetCode(value); return *this;} in WithCode()
104 …inline NotFoundException& WithMessage(const Aws::String& value) { SetMessage(value); return *this;} in WithMessage()
109 …inline NotFoundException& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return … in WithMessage()
114 inline NotFoundException& WithMessage(const char* value) { SetMessage(value); return *this;} in WithMessage()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mq/include/aws/mq/model/
H A DNotFoundException.h31 class AWS_MQ_API NotFoundException
34 NotFoundException();
35 NotFoundException(Aws::Utils::Json::JsonView jsonValue);
36 NotFoundException& operator=(Aws::Utils::Json::JsonView jsonValue);
68 …inline NotFoundException& WithErrorAttribute(const Aws::String& value) { SetErrorAttribute(value);… in WithErrorAttribute()
73 …inline NotFoundException& WithErrorAttribute(Aws::String&& value) { SetErrorAttribute(std::move(va… in WithErrorAttribute()
78 …inline NotFoundException& WithErrorAttribute(const char* value) { SetErrorAttribute(value); return… in WithErrorAttribute()
109 …inline NotFoundException& WithMessage(const Aws::String& value) { SetMessage(value); return *this;} in WithMessage()
114 …inline NotFoundException& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return … in WithMessage()
119 inline NotFoundException& WithMessage(const char* value) { SetMessage(value); return *this;} in WithMessage()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-pinpoint/include/aws/pinpoint/model/
H A DNotFoundException.h32 class AWS_PINPOINT_API NotFoundException
35 NotFoundException();
36 NotFoundException(Aws::Utils::Json::JsonView jsonValue);
37 NotFoundException& operator=(Aws::Utils::Json::JsonView jsonValue);
69 …inline NotFoundException& WithMessage(const Aws::String& value) { SetMessage(value); return *this;} in WithMessage()
74 …inline NotFoundException& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return … in WithMessage()
79 inline NotFoundException& WithMessage(const char* value) { SetMessage(value); return *this;} in WithMessage()
110 …inline NotFoundException& WithRequestID(const Aws::String& value) { SetRequestID(value); return *t… in WithRequestID()
115 …inline NotFoundException& WithRequestID(Aws::String&& value) { SetRequestID(std::move(value)); ret… in WithRequestID()
120 inline NotFoundException& WithRequestID(const char* value) { SetRequestID(value); return *this;} in WithRequestID()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-amplifybackend/include/aws/amplifybackend/model/
H A DNotFoundException.h32 class AWS_AMPLIFYBACKEND_API NotFoundException
35 NotFoundException();
36 NotFoundException(Aws::Utils::Json::JsonView jsonValue);
37 NotFoundException& operator=(Aws::Utils::Json::JsonView jsonValue);
69 …inline NotFoundException& WithMessage(const Aws::String& value) { SetMessage(value); return *this;} in WithMessage()
74 …inline NotFoundException& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return … in WithMessage()
79 inline NotFoundException& WithMessage(const char* value) { SetMessage(value); return *this;} in WithMessage()
110 …inline NotFoundException& WithResourceType(const Aws::String& value) { SetResourceType(value); ret… in WithResourceType()
115 …inline NotFoundException& WithResourceType(Aws::String&& value) { SetResourceType(std::move(value)… in WithResourceType()
120 …inline NotFoundException& WithResourceType(const char* value) { SetResourceType(value); return *th… in WithResourceType()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-kafka/include/aws/kafka/model/
H A DNotFoundException.h34 class AWS_KAFKA_API NotFoundException
37 NotFoundException();
38 NotFoundException(Aws::Utils::Json::JsonView jsonValue);
39 NotFoundException& operator=(Aws::Utils::Json::JsonView jsonValue);
83 …inline NotFoundException& WithInvalidParameter(const Aws::String& value) { SetInvalidParameter(val… in WithInvalidParameter()
90 …inline NotFoundException& WithInvalidParameter(Aws::String&& value) { SetInvalidParameter(std::mov… in WithInvalidParameter()
97 …inline NotFoundException& WithInvalidParameter(const char* value) { SetInvalidParameter(value); re… in WithInvalidParameter()
140 …inline NotFoundException& WithMessage(const Aws::String& value) { SetMessage(value); return *this;} in WithMessage()
147 …inline NotFoundException& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return … in WithMessage()
154 inline NotFoundException& WithMessage(const char* value) { SetMessage(value); return *this;} in WithMessage()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-apigatewayv2/include/aws/apigatewayv2/model/
H A DNotFoundException.h32 class AWS_APIGATEWAYV2_API NotFoundException
35 NotFoundException();
36 NotFoundException(Aws::Utils::Json::JsonView jsonValue);
37 NotFoundException& operator=(Aws::Utils::Json::JsonView jsonValue);
69 …inline NotFoundException& WithMessage(const Aws::String& value) { SetMessage(value); return *this;} in WithMessage()
74 …inline NotFoundException& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return … in WithMessage()
79 inline NotFoundException& WithMessage(const char* value) { SetMessage(value); return *this;} in WithMessage()
110 …inline NotFoundException& WithResourceType(const Aws::String& value) { SetResourceType(value); ret… in WithResourceType()
115 …inline NotFoundException& WithResourceType(Aws::String&& value) { SetResourceType(std::move(value)… in WithResourceType()
120 …inline NotFoundException& WithResourceType(const char* value) { SetResourceType(value); return *th… in WithResourceType()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-chime/include/aws/chime/model/
H A DNotFoundException.h33 class AWS_CHIME_API NotFoundException
36 NotFoundException();
37 NotFoundException(Aws::Utils::Json::JsonView jsonValue);
38 NotFoundException& operator=(Aws::Utils::Json::JsonView jsonValue);
55 inline NotFoundException& WithCode(const ErrorCode& value) { SetCode(value); return *this;} in WithCode()
58 … inline NotFoundException& WithCode(ErrorCode&& value) { SetCode(std::move(value)); return *this;} in WithCode()
77 …inline NotFoundException& WithMessage(const Aws::String& value) { SetMessage(value); return *this;} in WithMessage()
80 …inline NotFoundException& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return … in WithMessage()
83 inline NotFoundException& WithMessage(const char* value) { SetMessage(value); return *this;} in WithMessage()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-chime-sdk-messaging/include/aws/chime-sdk-messaging/model/
H A DNotFoundException.h33 class AWS_CHIMESDKMESSAGING_API NotFoundException
36 NotFoundException();
37 NotFoundException(Aws::Utils::Json::JsonView jsonValue);
38 NotFoundException& operator=(Aws::Utils::Json::JsonView jsonValue);
55 inline NotFoundException& WithCode(const ErrorCode& value) { SetCode(value); return *this;} in WithCode()
58 … inline NotFoundException& WithCode(ErrorCode&& value) { SetCode(std::move(value)); return *this;} in WithCode()
77 …inline NotFoundException& WithMessage(const Aws::String& value) { SetMessage(value); return *this;} in WithMessage()
80 …inline NotFoundException& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return … in WithMessage()
83 inline NotFoundException& WithMessage(const char* value) { SetMessage(value); return *this;} in WithMessage()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-pinpoint/source/model/
H A DNotFoundException.cpp21 NotFoundException::NotFoundException() : in NotFoundException() function in Aws::Pinpoint::Model::NotFoundException
27 NotFoundException::NotFoundException(JsonView jsonValue) : in NotFoundException() function in Aws::Pinpoint::Model::NotFoundException
34 NotFoundException& NotFoundException::operator =(JsonView jsonValue) in operator =()
53 JsonValue NotFoundException::Jsonize() const in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-serverlessrepo/source/model/
H A DNotFoundException.cpp21 NotFoundException::NotFoundException() : in NotFoundException() function in Aws::ServerlessApplicationRepository::Model::NotFoundException
27 NotFoundException::NotFoundException(JsonView jsonValue) : in NotFoundException() function in Aws::ServerlessApplicationRepository::Model::NotFoundException
34 NotFoundException& NotFoundException::operator =(JsonView jsonValue) in operator =()
53 JsonValue NotFoundException::Jsonize() const in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-schemas/source/model/
H A DNotFoundException.cpp21 NotFoundException::NotFoundException() : in NotFoundException() function in Aws::Schemas::Model::NotFoundException
27 NotFoundException::NotFoundException(JsonView jsonValue) : in NotFoundException() function in Aws::Schemas::Model::NotFoundException
34 NotFoundException& NotFoundException::operator =(JsonView jsonValue) in operator =()
53 JsonValue NotFoundException::Jsonize() const in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mq/source/model/
H A DNotFoundException.cpp21 NotFoundException::NotFoundException() : in NotFoundException() function in Aws::MQ::Model::NotFoundException
27 NotFoundException::NotFoundException(JsonView jsonValue) : in NotFoundException() function in Aws::MQ::Model::NotFoundException
34 NotFoundException& NotFoundException::operator =(JsonView jsonValue) in operator =()
53 JsonValue NotFoundException::Jsonize() const in Jsonize()

12345678910>>...83