View | Details | Raw Unified | Return to bug 223778 | Differences between
and this patch

Collapse All | Expand All

(-)www/nextcloud/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	nextcloud
3
PORTNAME=	nextcloud
4
PORTVERSION=	12.0.3
4
DISTVERSION=	13.0.0beta1
5
CATEGORIES=	www
5
CATEGORIES=	www
6
MASTER_SITES=	https://download.nextcloud.com/server/prereleases/
6
MASTER_SITES=	https://download.nextcloud.com/server/prereleases/
7
7
(-)www/nextcloud/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1506939592
1
TIMESTAMP = 1511267477
2
SHA256 (nextcloud-12.0.3.tar.bz2) = 88bcaccba886d0e5a145b15fe216d652ab68a0a4c089a102f1fa1e78e6ddfb71
2
SHA256 (nextcloud-13.0.0beta1.tar.bz2) = 158f7bc66f2ce5ef8f197d4e76053ecc94fd896e9f19fb91f996e8be304542af
3
SIZE (nextcloud-12.0.3.tar.bz2) = 42935218
3
SIZE (nextcloud-13.0.0beta1.tar.bz2) = 43661382
(-)www/nextcloud/files/patch-apps_user__external_appinfo_info.xml (+11 lines)
Line 0 Link Here
1
--- apps/user_external/appinfo/info.xml.orig	2017-11-14 21:46:24 UTC
2
+++ apps/user_external/appinfo/info.xml
3
@@ -12,7 +12,7 @@
4
 	<bugs>https://github.com/nextcloud/apps/issues</bugs>
5
 	<repository type="git">https://github.com/nextcloud/apps.git</repository>
6
 	<dependencies>
7
-		<nextcloud min-version="12" max-version="12" />
8
+		<nextcloud min-version="13" max-version="13" />
9
 	</dependencies>
10
 	<version>0.4</version>
11
 	<shipped>true</shipped>
(-)www/nextcloud/pkg-plist (-877 / +2135 lines)
Lines 5-10 Link Here
5
%%WWWDIR%%/3rdparty/LICENSE INFO
5
%%WWWDIR%%/3rdparty/LICENSE INFO
6
%%WWWDIR%%/3rdparty/README.md
6
%%WWWDIR%%/3rdparty/README.md
7
%%WWWDIR%%/3rdparty/autoload.php
7
%%WWWDIR%%/3rdparty/autoload.php
8
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/LICENSE.md
9
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/NOTICE.md
10
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/codecov.yml
11
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/composer.json
12
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Acm/AcmClient.php
13
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Acm/Exception/AcmException.php
14
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/AbstractModel.php
15
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/ApiProvider.php
16
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/DateTimeResult.php
17
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/DocModel.php
18
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/JsonParserTrait.php
19
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/JsonRpcErrorParser.php
20
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/RestJsonErrorParser.php
21
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/ErrorParser/XmlErrorParser.php
22
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/ListShape.php
23
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/MapShape.php
24
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/Operation.php
25
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/Parser/AbstractParser.php
26
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/Parser/AbstractRestParser.php
27
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/Parser/Crc32ValidatingParser.php
28
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/Parser/Exception/ParserException.php
29
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/Parser/JsonParser.php
30
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/Parser/JsonRpcParser.php
31
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php
32
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/Parser/QueryParser.php
33
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/Parser/RestJsonParser.php
34
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/Parser/RestXmlParser.php
35
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/Parser/XmlParser.php
36
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/Serializer/Ec2ParamBuilder.php
37
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/Serializer/JsonBody.php
38
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/Serializer/JsonRpcSerializer.php
39
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/Serializer/QueryParamBuilder.php
40
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/Serializer/QuerySerializer.php
41
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/Serializer/RestJsonSerializer.php
42
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/Serializer/RestSerializer.php
43
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/Serializer/RestXmlSerializer.php
44
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/Serializer/XmlBody.php
45
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/Service.php
46
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/Shape.php
47
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/ShapeMap.php
48
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/StructureShape.php
49
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/TimestampShape.php
50
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Api/Validator.php
51
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ApiGateway/ApiGatewayClient.php
52
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ApiGateway/Exception/ApiGatewayException.php
53
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ApplicationAutoScaling/ApplicationAutoScalingClient.php
54
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ApplicationAutoScaling/Exception/ApplicationAutoScalingException.php
55
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ApplicationDiscoveryService/ApplicationDiscoveryServiceClient.php
56
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ApplicationDiscoveryService/Exception/ApplicationDiscoveryServiceException.php
57
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Appstream/AppstreamClient.php
58
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Appstream/Exception/AppstreamException.php
59
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Athena/AthenaClient.php
60
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Athena/Exception/AthenaException.php
61
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/AutoScaling/AutoScalingClient.php
62
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/AutoScaling/Exception/AutoScalingException.php
63
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/AwsClient.php
64
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/AwsClientInterface.php
65
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/AwsClientTrait.php
66
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Batch/BatchClient.php
67
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Batch/Exception/BatchException.php
68
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Budgets/BudgetsClient.php
69
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Budgets/Exception/BudgetsException.php
70
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CacheInterface.php
71
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ClientResolver.php
72
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudDirectory/CloudDirectoryClient.php
73
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudDirectory/Exception/CloudDirectoryException.php
74
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudFormation/CloudFormationClient.php
75
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudFormation/Exception/CloudFormationException.php
76
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php
77
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudFront/CookieSigner.php
78
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudFront/Exception/CloudFrontException.php
79
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudFront/Signer.php
80
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudFront/UrlSigner.php
81
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudHSMV2/CloudHSMV2Client.php
82
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudHSMV2/Exception/CloudHSMV2Exception.php
83
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudHsm/CloudHsmClient.php
84
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudHsm/Exception/CloudHsmException.php
85
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudSearch/CloudSearchClient.php
86
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudSearch/Exception/CloudSearchException.php
87
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudSearchDomain/CloudSearchDomainClient.php
88
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudSearchDomain/Exception/CloudSearchDomainException.php
89
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php
90
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudTrail/Exception/CloudTrailException.php
91
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudTrail/LogFileIterator.php
92
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudTrail/LogFileReader.php
93
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudTrail/LogRecordIterator.php
94
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudWatch/CloudWatchClient.php
95
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudWatch/Exception/CloudWatchException.php
96
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudWatchEvents/CloudWatchEventsClient.php
97
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudWatchEvents/Exception/CloudWatchEventsException.php
98
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudWatchLogs/CloudWatchLogsClient.php
99
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CloudWatchLogs/Exception/CloudWatchLogsException.php
100
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CodeBuild/CodeBuildClient.php
101
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CodeBuild/Exception/CodeBuildException.php
102
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CodeCommit/CodeCommitClient.php
103
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CodeCommit/Exception/CodeCommitException.php
104
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CodeDeploy/CodeDeployClient.php
105
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CodeDeploy/Exception/CodeDeployException.php
106
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CodePipeline/CodePipelineClient.php
107
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CodePipeline/Exception/CodePipelineException.php
108
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CodeStar/CodeStarClient.php
109
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CodeStar/Exception/CodeStarException.php
110
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityClient.php
111
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityProvider.php
112
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CognitoIdentity/Exception/CognitoIdentityException.php
113
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CognitoIdentityProvider/CognitoIdentityProviderClient.php
114
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CognitoIdentityProvider/Exception/CognitoIdentityProviderException.php
115
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CognitoSync/CognitoSyncClient.php
116
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CognitoSync/Exception/CognitoSyncException.php
117
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Command.php
118
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CommandInterface.php
119
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CommandPool.php
120
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ConfigService/ConfigServiceClient.php
121
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ConfigService/Exception/ConfigServiceException.php
122
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CostandUsageReportService/CostandUsageReportServiceClient.php
123
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/CostandUsageReportService/Exception/CostandUsageReportServiceException.php
124
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Credentials/AssumeRoleCredentialProvider.php
125
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Credentials/CredentialProvider.php
126
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Credentials/Credentials.php
127
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Credentials/CredentialsInterface.php
128
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Credentials/EcsCredentialProvider.php
129
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Credentials/InstanceProfileProvider.php
130
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/DAX/DAXClient.php
131
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/DAX/Exception/DAXException.php
132
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/DataPipeline/DataPipelineClient.php
133
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/DataPipeline/Exception/DataPipelineException.php
134
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/DatabaseMigrationService/DatabaseMigrationServiceClient.php
135
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/DatabaseMigrationService/Exception/DatabaseMigrationServiceException.php
136
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/DeviceFarm/DeviceFarmClient.php
137
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/DeviceFarm/Exception/DeviceFarmException.php
138
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/DirectConnect/DirectConnectClient.php
139
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/DirectConnect/Exception/DirectConnectException.php
140
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/DirectoryService/DirectoryServiceClient.php
141
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/DirectoryService/Exception/DirectoryServiceException.php
142
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/DoctrineCacheAdapter.php
143
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/DynamoDb/BinaryValue.php
144
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/DynamoDb/DynamoDbClient.php
145
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/DynamoDb/Exception/DynamoDbException.php
146
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/DynamoDb/LockingSessionConnection.php
147
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/DynamoDb/Marshaler.php
148
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/DynamoDb/NumberValue.php
149
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/DynamoDb/SessionConnectionInterface.php
150
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/DynamoDb/SessionHandler.php
151
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/DynamoDb/SetValue.php
152
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/DynamoDb/StandardSessionConnection.php
153
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/DynamoDb/WriteRequestBatch.php
154
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/DynamoDbStreams/DynamoDbStreamsClient.php
155
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/DynamoDbStreams/Exception/DynamoDbStreamsException.php
156
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Ec2/Ec2Client.php
157
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Ec2/Exception/Ec2Exception.php
158
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Ecr/EcrClient.php
159
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Ecr/Exception/EcrException.php
160
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Ecs/EcsClient.php
161
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Ecs/Exception/EcsException.php
162
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Efs/EfsClient.php
163
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Efs/Exception/EfsException.php
164
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ElastiCache/ElastiCacheClient.php
165
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ElastiCache/Exception/ElastiCacheException.php
166
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ElasticBeanstalk/ElasticBeanstalkClient.php
167
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ElasticBeanstalk/Exception/ElasticBeanstalkException.php
168
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancing/ElasticLoadBalancingClient.php
169
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php
170
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancingV2/ElasticLoadBalancingV2Client.php
171
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancingV2/Exception/ElasticLoadBalancingV2Exception.php
172
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ElasticTranscoder/ElasticTranscoderClient.php
173
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ElasticTranscoder/Exception/ElasticTranscoderException.php
174
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ElasticsearchService/ElasticsearchServiceClient.php
175
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ElasticsearchService/Exception/ElasticsearchServiceException.php
176
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Emr/EmrClient.php
177
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Emr/Exception/EmrException.php
178
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Endpoint/EndpointProvider.php
179
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Endpoint/Partition.php
180
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Endpoint/PartitionEndpointProvider.php
181
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Endpoint/PartitionInterface.php
182
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Endpoint/PatternEndpointProvider.php
183
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Exception/AwsException.php
184
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Exception/CouldNotCreateChecksumException.php
185
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Exception/CredentialsException.php
186
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Exception/MultipartUploadException.php
187
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Exception/UnresolvedApiException.php
188
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Exception/UnresolvedEndpointException.php
189
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Exception/UnresolvedSignatureException.php
190
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Firehose/Exception/FirehoseException.php
191
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Firehose/FirehoseClient.php
192
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/GameLift/Exception/GameLiftException.php
193
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/GameLift/GameLiftClient.php
194
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Glacier/Exception/GlacierException.php
195
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Glacier/GlacierClient.php
196
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Glacier/MultipartUploader.php
197
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Glacier/TreeHash.php
198
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Glue/Exception/GlueException.php
199
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Glue/GlueClient.php
200
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Greengrass/Exception/GreengrassException.php
201
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Greengrass/GreengrassClient.php
202
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleHandler.php
203
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleStream.php
204
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV5/PsrStream.php
205
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV6/GuzzleHandler.php
206
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/HandlerList.php
207
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/HasDataTrait.php
208
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/HashInterface.php
209
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/HashingStream.php
210
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Health/Exception/HealthException.php
211
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Health/HealthClient.php
212
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/History.php
213
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Iam/Exception/IamException.php
214
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Iam/IamClient.php
215
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/IdempotencyTokenMiddleware.php
216
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ImportExport/Exception/ImportExportException.php
217
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ImportExport/ImportExportClient.php
218
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Inspector/Exception/InspectorException.php
219
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Inspector/InspectorClient.php
220
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Iot/Exception/IotException.php
221
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Iot/IotClient.php
222
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/IotDataPlane/Exception/IotDataPlaneException.php
223
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/IotDataPlane/IotDataPlaneClient.php
224
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/JsonCompiler.php
225
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Kinesis/Exception/KinesisException.php
226
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Kinesis/KinesisClient.php
227
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/KinesisAnalytics/Exception/KinesisAnalyticsException.php
228
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/KinesisAnalytics/KinesisAnalyticsClient.php
229
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Kms/Exception/KmsException.php
230
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Kms/KmsClient.php
231
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Lambda/Exception/LambdaException.php
232
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Lambda/LambdaClient.php
233
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/LexModelBuildingService/Exception/LexModelBuildingServiceException.php
234
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/LexModelBuildingService/LexModelBuildingServiceClient.php
235
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/LexRuntimeService/Exception/LexRuntimeServiceException.php
236
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/LexRuntimeService/LexRuntimeServiceClient.php
237
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Lightsail/Exception/LightsailException.php
238
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Lightsail/LightsailClient.php
239
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/LruArrayCache.php
240
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/MTurk/Exception/MTurkException.php
241
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/MTurk/MTurkClient.php
242
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/MachineLearning/Exception/MachineLearningException.php
243
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/MachineLearning/MachineLearningClient.php
244
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/Exception/MarketplaceCommerceAnalyticsException.php
245
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php
246
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/MarketplaceEntitlementService/Exception/MarketplaceEntitlementServiceException.php
247
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/MarketplaceEntitlementService/MarketplaceEntitlementServiceClient.php
248
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/MarketplaceMetering/Exception/MarketplaceMeteringException.php
249
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/MarketplaceMetering/MarketplaceMeteringClient.php
250
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Middleware.php
251
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/MigrationHub/Exception/MigrationHubException.php
252
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/MigrationHub/MigrationHubClient.php
253
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/MockHandler.php
254
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/MultiRegionClient.php
255
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Multipart/AbstractUploadManager.php
256
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Multipart/AbstractUploader.php
257
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Multipart/UploadState.php
258
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/OpsWorks/Exception/OpsWorksException.php
259
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/OpsWorks/OpsWorksClient.php
260
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/OpsWorksCM/Exception/OpsWorksCMException.php
261
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/OpsWorksCM/OpsWorksCMClient.php
262
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Organizations/Exception/OrganizationsException.php
263
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Organizations/OrganizationsClient.php
264
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/PhpHash.php
265
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Pinpoint/Exception/PinpointException.php
266
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Pinpoint/PinpointClient.php
267
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Polly/Exception/PollyException.php
268
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Polly/PollyClient.php
269
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/PresignUrlMiddleware.php
270
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/PsrCacheAdapter.php
271
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Rds/AuthTokenGenerator.php
272
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Rds/Exception/RdsException.php
273
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Rds/RdsClient.php
274
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Redshift/Exception/RedshiftException.php
275
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Redshift/RedshiftClient.php
276
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Rekognition/Exception/RekognitionException.php
277
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Rekognition/RekognitionClient.php
278
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/Exception/ResourceGroupsTaggingAPIException.php
279
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/ResourceGroupsTaggingAPIClient.php
280
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Result.php
281
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ResultInterface.php
282
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ResultPaginator.php
283
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/RetryMiddleware.php
284
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Route53/Exception/Route53Exception.php
285
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Route53/Route53Client.php
286
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Route53Domains/Exception/Route53DomainsException.php
287
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Route53Domains/Route53DomainsClient.php
288
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/AmbiguousSuccessParser.php
289
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/ApplyChecksumMiddleware.php
290
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/BatchDelete.php
291
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/BucketEndpointMiddleware.php
292
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/Exception/DeleteMultipleObjectsException.php
293
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/Exception/PermanentRedirectException.php
294
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/Exception/S3Exception.php
295
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/Exception/S3MultipartUploadException.php
296
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/GetBucketLocationParser.php
297
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/MultipartCopy.php
298
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/MultipartUploader.php
299
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/MultipartUploadingTrait.php
300
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/ObjectCopier.php
301
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/ObjectUploader.php
302
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/PermanentRedirectMiddleware.php
303
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/PostObject.php
304
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/PostObjectV4.php
305
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/PutObjectUrlMiddleware.php
306
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/RetryableMalformedResponseParser.php
307
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/S3Client.php
308
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/S3ClientInterface.php
309
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/S3ClientTrait.php
310
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/S3EndpointMiddleware.php
311
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/S3MultiRegionClient.php
312
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/S3UriParser.php
313
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/SSECMiddleware.php
314
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/StreamWrapper.php
315
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/S3/Transfer.php
316
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Sdk.php
317
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ServiceCatalog/Exception/ServiceCatalogException.php
318
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/ServiceCatalog/ServiceCatalogClient.php
319
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Ses/Exception/SesException.php
320
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Ses/SesClient.php
321
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Sfn/Exception/SfnException.php
322
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Sfn/SfnClient.php
323
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Shield/Exception/ShieldException.php
324
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Shield/ShieldClient.php
325
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Signature/AnonymousSignature.php
326
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Signature/S3SignatureV4.php
327
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Signature/SignatureInterface.php
328
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Signature/SignatureProvider.php
329
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Signature/SignatureTrait.php
330
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Signature/SignatureV4.php
331
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Sms/Exception/SmsException.php
332
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Sms/SmsClient.php
333
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/SnowBall/Exception/SnowBallException.php
334
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/SnowBall/SnowBallClient.php
335
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Sns/Exception/SnsException.php
336
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Sns/SnsClient.php
337
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Sqs/Exception/SqsException.php
338
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Sqs/SqsClient.php
339
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Ssm/Exception/SsmException.php
340
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Ssm/SsmClient.php
341
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/StorageGateway/Exception/StorageGatewayException.php
342
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/StorageGateway/StorageGatewayClient.php
343
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Sts/Exception/StsException.php
344
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Sts/StsClient.php
345
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Support/Exception/SupportException.php
346
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Support/SupportClient.php
347
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Swf/Exception/SwfException.php
348
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Swf/SwfClient.php
349
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/TraceMiddleware.php
350
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Waf/Exception/WafException.php
351
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Waf/WafClient.php
352
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/WafRegional/Exception/WafRegionalException.php
353
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/WafRegional/WafRegionalClient.php
354
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/Waiter.php
355
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/WorkDocs/Exception/WorkDocsException.php
356
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/WorkDocs/WorkDocsClient.php
357
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/WorkSpaces/Exception/WorkSpacesException.php
358
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/WorkSpaces/WorkSpacesClient.php
359
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/WrappedHttpHandler.php
360
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/XRay/Exception/XRayException.php
361
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/XRay/XRayClient.php
362
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/acm/2015-12-08/api-2.json.php
363
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/acm/2015-12-08/paginators-1.json.php
364
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/apigateway/2015-07-09/api-2.json.php
365
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/apigateway/2015-07-09/paginators-1.json.php
366
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/api-2.json.php
367
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/paginators-1.json.php
368
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/api-2.json.php
369
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/paginators-1.json.php
370
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/waiters-2.json.php
371
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/athena/2017-05-18/api-2.json.php
372
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/athena/2017-05-18/paginators-1.json.php
373
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/api-2.json.php
374
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/paginators-1.json.php
375
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/waiters-2.json.php
376
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/batch/2016-08-10/api-2.json.php
377
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/batch/2016-08-10/paginators-1.json.php
378
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/budgets/2016-10-20/api-2.json.php
379
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/budgets/2016-10-20/paginators-1.json.php
380
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/api-2.json.php
381
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/paginators-1.json.php
382
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/api-2.json.php
383
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/paginators-1.json.php
384
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/waiters-2.json.php
385
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/api-2.json.php
386
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/paginators-1.json.php
387
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/waiters-2.json.php
388
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/api-2.json.php
389
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/paginators-1.json.php
390
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/waiters-2.json.php
391
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/api-2.json.php
392
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/paginators-1.json.php
393
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/waiters-2.json.php
394
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/api-2.json.php
395
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/paginators-1.json.php
396
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/waiters-2.json.php
397
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/api-2.json.php
398
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/paginators-1.json.php
399
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-1.json.php
400
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-2.json.php
401
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/api-2.json.php
402
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/paginators-1.json.php
403
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/waiters-1.json.php
404
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/waiters-2.json.php
405
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/api-2.json.php
406
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/paginators-1.json.php
407
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-1.json.php
408
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-2.json.php
409
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/api-2.json.php
410
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/paginators-1.json.php
411
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-1.json.php
412
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-2.json.php
413
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/api-2.json.php
414
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/api-2.json.php
415
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/paginators-1.json.php
416
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/api-2.json.php
417
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/paginators-1.json.php
418
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudsearchdomain/2013-01-01/api-2.json.php
419
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/api-2.json.php
420
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/paginators-1.json.php
421
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/codebuild/2016-10-06/api-2.json.php
422
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/codebuild/2016-10-06/paginators-1.json.php
423
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/codecommit/2015-04-13/api-2.json.php
424
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/codecommit/2015-04-13/paginators-1.json.php
425
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/api-2.json.php
426
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/paginators-1.json.php
427
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-1.json.php
428
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-2.json.php
429
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/api-2.json.php
430
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/paginators-1.json.php
431
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/codestar/2017-04-19/api-2.json.php
432
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/codestar/2017-04-19/paginators-1.json.php
433
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/api-2.json.php
434
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/paginators-1.json.php
435
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/api-2.json.php
436
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/paginators-1.json.php
437
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cognito-sync/2014-06-30/api-2.json.php
438
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/config/2014-11-12/api-2.json.php
439
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/config/2014-11-12/paginators-1.json.php
440
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cur/2017-01-06/api-2.json.php
441
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/cur/2017-01-06/paginators-1.json.php
442
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/data.iot/2015-05-28/api-2.json.php
443
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/api-2.json.php
444
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/paginators-1.json.php
445
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/dax/2017-04-19/api-2.json.php
446
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/dax/2017-04-19/paginators-1.json.php
447
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/api-2.json.php
448
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/paginators-1.json.php
449
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/directconnect/2012-10-25/api-2.json.php
450
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/directconnect/2012-10-25/paginators-1.json.php
451
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/discovery/2015-11-01/api-2.json.php
452
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/discovery/2015-11-01/paginators-1.json.php
453
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/dms/2016-01-01/api-2.json.php
454
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/dms/2016-01-01/paginators-1.json.php
455
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/ds/2015-04-16/api-2.json.php
456
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/ds/2015-04-16/paginators-1.json.php
457
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/api-2.json.php
458
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/paginators-1.json.php
459
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/waiters-1.json.php
460
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/waiters-2.json.php
461
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/api-2.json.php
462
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/paginators-1.json.php
463
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/waiters-1.json.php
464
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/waiters-2.json.php
465
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/api-2.json.php
466
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/paginators-1.json.php
467
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/waiters-1.json.php
468
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/waiters-2.json.php
469
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-04-01/api-2.json.php
470
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-04-01/paginators-1.json.php
471
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-04-01/waiters-2.json.php
472
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/api-2.json.php
473
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/paginators-1.json.php
474
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/waiters-1.json.php
475
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/waiters-2.json.php
476
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/api-2.json.php
477
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/paginators-1.json.php
478
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/waiters-1.json.php
479
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/waiters-2.json.php
480
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/ecr/2015-09-21/api-2.json.php
481
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/ecr/2015-09-21/paginators-1.json.php
482
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/api-2.json.php
483
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/paginators-1.json.php
484
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/waiters-2.json.php
485
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/api-2.json.php
486
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/paginators-1.json.php
487
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/waiters-2.json.php
488
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/api-2.json.php
489
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/paginators-1.json.php
490
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/api-2.json.php
491
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/paginators-1.json.php
492
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/api-2.json.php
493
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/paginators-1.json.php
494
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/waiters-2.json.php
495
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/api-2.json.php
496
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/paginators-1.json.php
497
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/waiters-2.json.php
498
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/api-2.json.php
499
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/paginators-1.json.php
500
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/waiters-2.json.php
501
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/api-2.json.php
502
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/paginators-1.json.php
503
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/waiters-1.json.php
504
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/waiters-2.json.php
505
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/api-2.json.php
506
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/paginators-1.json.php
507
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-1.json.php
508
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-2.json.php
509
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/endpoints.json.php
510
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11/api-2.json.php
511
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11/paginators-1.json.php
512
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/es/2015-01-01/api-2.json.php
513
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/es/2015-01-01/paginators-1.json.php
514
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/events/2015-10-07/api-2.json.php
515
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/events/2015-10-07/paginators-1.json.php
516
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/firehose/2015-08-04/api-2.json.php
517
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/firehose/2015-08-04/paginators-1.json.php
518
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/gamelift/2015-10-01/api-2.json.php
519
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/gamelift/2015-10-01/paginators-1.json.php
520
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/api-2.json.php
521
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/paginators-1.json.php
522
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-1.json.php
523
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-2.json.php
524
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/glue/2017-03-31/api-2.json.php
525
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/glue/2017-03-31/paginators-1.json.php
526
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/greengrass/2017-06-07/api-2.json.php
527
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/health/2016-08-04/api-2.json.php
528
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/health/2016-08-04/paginators-1.json.php
529
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/api-2.json.php
530
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/paginators-1.json.php
531
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/waiters-2.json.php
532
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/importexport/2010-06-01/api-2.json.php
533
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/importexport/2010-06-01/paginators-1.json.php
534
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/inspector/2016-02-16/api-2.json.php
535
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/inspector/2016-02-16/paginators-1.json.php
536
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/iot/2015-05-28/api-2.json.php
537
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/iot/2015-05-28/paginators-1.json.php
538
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/api-2.json.php
539
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/paginators-1.json.php
540
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/waiters-2.json.php
541
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/api-2.json.php
542
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/paginators-1.json.php
543
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/kms/2014-11-01/api-2.json.php
544
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/kms/2014-11-01/paginators-1.json.php
545
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/lambda/2015-03-31/api-2.json.php
546
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/lambda/2015-03-31/paginators-1.json.php
547
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/lex-models/2017-04-19/api-2.json.php
548
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/lex-models/2017-04-19/paginators-1.json.php
549
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/lightsail/2016-11-28/api-2.json.php
550
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/lightsail/2016-11-28/paginators-1.json.php
551
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/logs/2014-03-28/api-2.json.php
552
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/logs/2014-03-28/paginators-1.json.php
553
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/api-2.json.php
554
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/paginators-1.json.php
555
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/waiters-2.json.php
556
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/manifest.json.php
557
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/api-2.json.php
558
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json.php
559
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/api-2.json.php
560
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/mgh/2017-05-31/api-2.json.php
561
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/mgh/2017-05-31/paginators-1.json.php
562
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/api-2.json.php
563
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/paginators-1.json.php
564
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/waiters-2.json.php
565
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/api-2.json.php
566
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/paginators-1.json.php
567
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/api-2.json.php
568
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/paginators-1.json.php
569
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/waiters-2.json.php
570
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/api-2.json.php
571
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/paginators-1.json.php
572
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/organizations/2016-11-28/api-2.json.php
573
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/organizations/2016-11-28/paginators-1.json.php
574
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/pinpoint/2016-12-01/api-2.json.php
575
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/polly/2016-06-10/api-2.json.php
576
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/polly/2016-06-10/paginators-1.json.php
577
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/rds/2014-09-01/api-2.json.php
578
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/rds/2014-09-01/paginators-1.json.php
579
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/api-2.json.php
580
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/paginators-1.json.php
581
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/waiters-1.json.php
582
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/waiters-2.json.php
583
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/api-2.json.php
584
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/paginators-1.json.php
585
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-1.json.php
586
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-2.json.php
587
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/rekognition/2016-06-27/api-2.json.php
588
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/rekognition/2016-06-27/paginators-1.json.php
589
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/api-2.json.php
590
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/paginators-1.json.php
591
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/api-2.json.php
592
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/paginators-1.json.php
593
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/waiters-2.json.php
594
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/route53domains/2014-05-15/api-2.json.php
595
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/route53domains/2014-05-15/paginators-1.json.php
596
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/api-2.json.php
597
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/paginators-1.json.php
598
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/api-2.json.php
599
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/paginators-1.json.php
600
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-1.json.php
601
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-2.json.php
602
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/api-2.json.php
603
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/paginators-1.json.php
604
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/shield/2016-06-02/api-2.json.php
605
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/sms/2016-10-24/api-2.json.php
606
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/sms/2016-10-24/paginators-1.json.php
607
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/snowball/2016-06-30/api-2.json.php
608
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/snowball/2016-06-30/paginators-1.json.php
609
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/sns/2010-03-31/api-2.json.php
610
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/sns/2010-03-31/paginators-1.json.php
611
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/api-2.json.php
612
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/paginators-1.json.php
613
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/waiters-2.json.php
614
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/ssm/2014-11-06/api-2.json.php
615
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/ssm/2014-11-06/paginators-1.json.php
616
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/states/2016-11-23/api-2.json.php
617
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/states/2016-11-23/paginators-1.json.php
618
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/api-2.json.php
619
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/paginators-1.json.php
620
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/api-2.json.php
621
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/paginators-1.json.php
622
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/sts/2011-06-15/api-2.json.php
623
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/sts/2011-06-15/paginators-1.json.php
624
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/support/2013-04-15/api-2.json.php
625
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/support/2013-04-15/paginators-1.json.php
626
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/swf/2012-01-25/api-2.json.php
627
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/swf/2012-01-25/paginators-1.json.php
628
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/api-2.json.php
629
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/paginators-1.json.php
630
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/waf/2015-08-24/api-2.json.php
631
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/waf/2015-08-24/paginators-1.json.php
632
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/workdocs/2016-05-01/api-2.json.php
633
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/workdocs/2016-05-01/paginators-1.json.php
634
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/workspaces/2015-04-08/api-2.json.php
635
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/workspaces/2015-04-08/paginators-1.json.php
636
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/xray/2016-04-12/api-2.json.php
637
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/data/xray/2016-04-12/paginators-1.json.php
638
%%WWWDIR%%/3rdparty/aws/aws-sdk-php/src/functions.php
8
%%WWWDIR%%/3rdparty/bantu/ini-get-wrapper/.gitignore
639
%%WWWDIR%%/3rdparty/bantu/ini-get-wrapper/.gitignore
9
%%WWWDIR%%/3rdparty/bantu/ini-get-wrapper/.scrutinizer.yml
640
%%WWWDIR%%/3rdparty/bantu/ini-get-wrapper/.scrutinizer.yml
10
%%WWWDIR%%/3rdparty/bantu/ini-get-wrapper/LICENSE
641
%%WWWDIR%%/3rdparty/bantu/ini-get-wrapper/LICENSE
Lines 961-966 Link Here
961
%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/UriTemplate.php
1592
%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/UriTemplate.php
962
%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Url.php
1593
%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Url.php
963
%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Utils.php
1594
%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Utils.php
1595
%%WWWDIR%%/3rdparty/guzzlehttp/promises/CHANGELOG.md
1596
%%WWWDIR%%/3rdparty/guzzlehttp/promises/LICENSE
1597
%%WWWDIR%%/3rdparty/guzzlehttp/promises/Makefile
1598
%%WWWDIR%%/3rdparty/guzzlehttp/promises/README.md
1599
%%WWWDIR%%/3rdparty/guzzlehttp/promises/composer.json
1600
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/AggregateException.php
1601
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/CancellationException.php
1602
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/Coroutine.php
1603
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/EachPromise.php
1604
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/FulfilledPromise.php
1605
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/Promise.php
1606
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/PromiseInterface.php
1607
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/PromisorInterface.php
1608
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/RejectedPromise.php
1609
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/RejectionException.php
1610
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/TaskQueue.php
1611
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/TaskQueueInterface.php
1612
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/functions.php
1613
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/functions_include.php
1614
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/CHANGELOG.md
1615
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/LICENSE
1616
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/README.md
1617
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/composer.json
1618
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/AppendStream.php
1619
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/BufferStream.php
1620
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/CachingStream.php
1621
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/DroppingStream.php
1622
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/FnStream.php
1623
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/InflateStream.php
1624
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/LazyOpenStream.php
1625
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/LimitStream.php
1626
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/MessageTrait.php
1627
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/MultipartStream.php
1628
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/NoSeekStream.php
1629
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/PumpStream.php
1630
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/Request.php
1631
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/Response.php
1632
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/ServerRequest.php
1633
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/Stream.php
1634
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/StreamDecoratorTrait.php
1635
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/StreamWrapper.php
1636
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/UploadedFile.php
1637
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/Uri.php
1638
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/UriNormalizer.php
1639
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/UriResolver.php
1640
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/functions.php
1641
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/functions_include.php
964
%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/LICENSE
1642
%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/LICENSE
965
%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/ClientUtils.php
1643
%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/ClientUtils.php
966
%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/CurlFactory.php
1644
%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/CurlFactory.php
Lines 1154-1159 Link Here
1154
%%WWWDIR%%/3rdparty/mikemccabe/json-patch-php/run_tests.php
1832
%%WWWDIR%%/3rdparty/mikemccabe/json-patch-php/run_tests.php
1155
%%WWWDIR%%/3rdparty/mikemccabe/json-patch-php/simplexml_tests.json
1833
%%WWWDIR%%/3rdparty/mikemccabe/json-patch-php/simplexml_tests.json
1156
%%WWWDIR%%/3rdparty/mikemccabe/json-patch-php/src/JsonPatch.php
1834
%%WWWDIR%%/3rdparty/mikemccabe/json-patch-php/src/JsonPatch.php
1835
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/.gitignore
1836
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/CHANGELOG.md
1837
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/LICENSE
1838
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/Makefile
1839
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/README.rst
1840
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/composer.json
1841
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/phpunit.xml.dist
1842
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/src/AstRuntime.php
1843
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/src/CompilerRuntime.php
1844
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/src/DebugRuntime.php
1845
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/src/Env.php
1846
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/src/FnDispatcher.php
1847
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/src/JmesPath.php
1848
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/src/Lexer.php
1849
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/src/Parser.php
1850
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/src/SyntaxErrorException.php
1851
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/src/TreeCompiler.php
1852
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/src/TreeInterpreter.php
1853
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/src/Utils.php
1157
%%WWWDIR%%/3rdparty/natxet/CssMin/README
1854
%%WWWDIR%%/3rdparty/natxet/CssMin/README
1158
%%WWWDIR%%/3rdparty/natxet/CssMin/composer.json
1855
%%WWWDIR%%/3rdparty/natxet/CssMin/composer.json
1159
%%WWWDIR%%/3rdparty/natxet/CssMin/src/CssMin.php
1856
%%WWWDIR%%/3rdparty/natxet/CssMin/src/CssMin.php
Lines 1540-1545 Link Here
1540
%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/openssl.cnf
2237
%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/openssl.cnf
1541
%%WWWDIR%%/3rdparty/pimple/pimple/src/Pimple/Container.php
2238
%%WWWDIR%%/3rdparty/pimple/pimple/src/Pimple/Container.php
1542
%%WWWDIR%%/3rdparty/pimple/pimple/src/Pimple/ServiceProviderInterface.php
2239
%%WWWDIR%%/3rdparty/pimple/pimple/src/Pimple/ServiceProviderInterface.php
2240
%%WWWDIR%%/3rdparty/psr/http-message/CHANGELOG.md
2241
%%WWWDIR%%/3rdparty/psr/http-message/LICENSE
2242
%%WWWDIR%%/3rdparty/psr/http-message/README.md
2243
%%WWWDIR%%/3rdparty/psr/http-message/composer.json
2244
%%WWWDIR%%/3rdparty/psr/http-message/src/MessageInterface.php
2245
%%WWWDIR%%/3rdparty/psr/http-message/src/RequestInterface.php
2246
%%WWWDIR%%/3rdparty/psr/http-message/src/ResponseInterface.php
2247
%%WWWDIR%%/3rdparty/psr/http-message/src/ServerRequestInterface.php
2248
%%WWWDIR%%/3rdparty/psr/http-message/src/StreamInterface.php
2249
%%WWWDIR%%/3rdparty/psr/http-message/src/UploadedFileInterface.php
2250
%%WWWDIR%%/3rdparty/psr/http-message/src/UriInterface.php
1543
%%WWWDIR%%/3rdparty/psr/log/LICENSE
2251
%%WWWDIR%%/3rdparty/psr/log/LICENSE
1544
%%WWWDIR%%/3rdparty/psr/log/Psr/Log/AbstractLogger.php
2252
%%WWWDIR%%/3rdparty/psr/log/Psr/Log/AbstractLogger.php
1545
%%WWWDIR%%/3rdparty/psr/log/Psr/Log/InvalidArgumentException.php
2253
%%WWWDIR%%/3rdparty/psr/log/Psr/Log/InvalidArgumentException.php
Lines 3047-3057 Link Here
3047
%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/swift_required.php
3755
%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/swift_required.php
3048
%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/swift_required_pear.php
3756
%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/swift_required_pear.php
3049
%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php
3757
%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php
3758
%%WWWDIR%%/3rdparty/symfony/console/.gitignore
3050
%%WWWDIR%%/3rdparty/symfony/console/Application.php
3759
%%WWWDIR%%/3rdparty/symfony/console/Application.php
3760
%%WWWDIR%%/3rdparty/symfony/console/CHANGELOG.md
3051
%%WWWDIR%%/3rdparty/symfony/console/Command/Command.php
3761
%%WWWDIR%%/3rdparty/symfony/console/Command/Command.php
3052
%%WWWDIR%%/3rdparty/symfony/console/Command/HelpCommand.php
3762
%%WWWDIR%%/3rdparty/symfony/console/Command/HelpCommand.php
3053
%%WWWDIR%%/3rdparty/symfony/console/Command/ListCommand.php
3763
%%WWWDIR%%/3rdparty/symfony/console/Command/ListCommand.php
3764
%%WWWDIR%%/3rdparty/symfony/console/Command/LockableTrait.php
3054
%%WWWDIR%%/3rdparty/symfony/console/ConsoleEvents.php
3765
%%WWWDIR%%/3rdparty/symfony/console/ConsoleEvents.php
3766
%%WWWDIR%%/3rdparty/symfony/console/DependencyInjection/AddConsoleCommandPass.php
3055
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/ApplicationDescription.php
3767
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/ApplicationDescription.php
3056
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/Descriptor.php
3768
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/Descriptor.php
3057
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/DescriptorInterface.php
3769
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/DescriptorInterface.php
Lines 3060-3068 Link Here
3060
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/TextDescriptor.php
3772
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/TextDescriptor.php
3061
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/XmlDescriptor.php
3773
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/XmlDescriptor.php
3062
%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleCommandEvent.php
3774
%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleCommandEvent.php
3775
%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleErrorEvent.php
3063
%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleEvent.php
3776
%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleEvent.php
3064
%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleExceptionEvent.php
3777
%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleExceptionEvent.php
3065
%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleTerminateEvent.php
3778
%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleTerminateEvent.php
3779
%%WWWDIR%%/3rdparty/symfony/console/EventListener/ErrorListener.php
3066
%%WWWDIR%%/3rdparty/symfony/console/Exception/CommandNotFoundException.php
3780
%%WWWDIR%%/3rdparty/symfony/console/Exception/CommandNotFoundException.php
3067
%%WWWDIR%%/3rdparty/symfony/console/Exception/ExceptionInterface.php
3781
%%WWWDIR%%/3rdparty/symfony/console/Exception/ExceptionInterface.php
3068
%%WWWDIR%%/3rdparty/symfony/console/Exception/InvalidArgumentException.php
3782
%%WWWDIR%%/3rdparty/symfony/console/Exception/InvalidArgumentException.php
Lines 3098-3103 Link Here
3098
%%WWWDIR%%/3rdparty/symfony/console/Input/InputDefinition.php
3812
%%WWWDIR%%/3rdparty/symfony/console/Input/InputDefinition.php
3099
%%WWWDIR%%/3rdparty/symfony/console/Input/InputInterface.php
3813
%%WWWDIR%%/3rdparty/symfony/console/Input/InputInterface.php
3100
%%WWWDIR%%/3rdparty/symfony/console/Input/InputOption.php
3814
%%WWWDIR%%/3rdparty/symfony/console/Input/InputOption.php
3815
%%WWWDIR%%/3rdparty/symfony/console/Input/StreamableInputInterface.php
3101
%%WWWDIR%%/3rdparty/symfony/console/Input/StringInput.php
3816
%%WWWDIR%%/3rdparty/symfony/console/Input/StringInput.php
3102
%%WWWDIR%%/3rdparty/symfony/console/LICENSE
3817
%%WWWDIR%%/3rdparty/symfony/console/LICENSE
3103
%%WWWDIR%%/3rdparty/symfony/console/Logger/ConsoleLogger.php
3818
%%WWWDIR%%/3rdparty/symfony/console/Logger/ConsoleLogger.php
Lines 3111-3122 Link Here
3111
%%WWWDIR%%/3rdparty/symfony/console/Question/ChoiceQuestion.php
3826
%%WWWDIR%%/3rdparty/symfony/console/Question/ChoiceQuestion.php
3112
%%WWWDIR%%/3rdparty/symfony/console/Question/ConfirmationQuestion.php
3827
%%WWWDIR%%/3rdparty/symfony/console/Question/ConfirmationQuestion.php
3113
%%WWWDIR%%/3rdparty/symfony/console/Question/Question.php
3828
%%WWWDIR%%/3rdparty/symfony/console/Question/Question.php
3829
%%WWWDIR%%/3rdparty/symfony/console/README.md
3114
%%WWWDIR%%/3rdparty/symfony/console/Style/OutputStyle.php
3830
%%WWWDIR%%/3rdparty/symfony/console/Style/OutputStyle.php
3115
%%WWWDIR%%/3rdparty/symfony/console/Style/StyleInterface.php
3831
%%WWWDIR%%/3rdparty/symfony/console/Style/StyleInterface.php
3116
%%WWWDIR%%/3rdparty/symfony/console/Style/SymfonyStyle.php
3832
%%WWWDIR%%/3rdparty/symfony/console/Style/SymfonyStyle.php
3833
%%WWWDIR%%/3rdparty/symfony/console/Terminal.php
3117
%%WWWDIR%%/3rdparty/symfony/console/Tester/ApplicationTester.php
3834
%%WWWDIR%%/3rdparty/symfony/console/Tester/ApplicationTester.php
3118
%%WWWDIR%%/3rdparty/symfony/console/Tester/CommandTester.php
3835
%%WWWDIR%%/3rdparty/symfony/console/Tester/CommandTester.php
3119
%%WWWDIR%%/3rdparty/symfony/console/composer.json
3836
%%WWWDIR%%/3rdparty/symfony/console/composer.json
3837
%%WWWDIR%%/3rdparty/symfony/console/phpunit.xml.dist
3838
%%WWWDIR%%/3rdparty/symfony/debug/.gitignore
3839
%%WWWDIR%%/3rdparty/symfony/debug/BufferingLogger.php
3840
%%WWWDIR%%/3rdparty/symfony/debug/CHANGELOG.md
3841
%%WWWDIR%%/3rdparty/symfony/debug/Debug.php
3842
%%WWWDIR%%/3rdparty/symfony/debug/DebugClassLoader.php
3843
%%WWWDIR%%/3rdparty/symfony/debug/ErrorHandler.php
3844
%%WWWDIR%%/3rdparty/symfony/debug/Exception/ClassNotFoundException.php
3845
%%WWWDIR%%/3rdparty/symfony/debug/Exception/ContextErrorException.php
3846
%%WWWDIR%%/3rdparty/symfony/debug/Exception/FatalErrorException.php
3847
%%WWWDIR%%/3rdparty/symfony/debug/Exception/FatalThrowableError.php
3848
%%WWWDIR%%/3rdparty/symfony/debug/Exception/FlattenException.php
3849
%%WWWDIR%%/3rdparty/symfony/debug/Exception/OutOfMemoryException.php
3850
%%WWWDIR%%/3rdparty/symfony/debug/Exception/SilencedErrorContext.php
3851
%%WWWDIR%%/3rdparty/symfony/debug/Exception/UndefinedFunctionException.php
3852
%%WWWDIR%%/3rdparty/symfony/debug/Exception/UndefinedMethodException.php
3853
%%WWWDIR%%/3rdparty/symfony/debug/ExceptionHandler.php
3854
%%WWWDIR%%/3rdparty/symfony/debug/FatalErrorHandler/ClassNotFoundFatalErrorHandler.php
3855
%%WWWDIR%%/3rdparty/symfony/debug/FatalErrorHandler/FatalErrorHandlerInterface.php
3856
%%WWWDIR%%/3rdparty/symfony/debug/FatalErrorHandler/UndefinedFunctionFatalErrorHandler.php
3857
%%WWWDIR%%/3rdparty/symfony/debug/FatalErrorHandler/UndefinedMethodFatalErrorHandler.php
3858
%%WWWDIR%%/3rdparty/symfony/debug/LICENSE
3859
%%WWWDIR%%/3rdparty/symfony/debug/README.md
3860
%%WWWDIR%%/3rdparty/symfony/debug/Resources/ext/README.md
3861
%%WWWDIR%%/3rdparty/symfony/debug/Resources/ext/config.m4
3862
%%WWWDIR%%/3rdparty/symfony/debug/Resources/ext/config.w32
3863
%%WWWDIR%%/3rdparty/symfony/debug/Resources/ext/php_symfony_debug.h
3864
%%WWWDIR%%/3rdparty/symfony/debug/Resources/ext/symfony_debug.c
3865
%%WWWDIR%%/3rdparty/symfony/debug/Resources/ext/tests/001.phpt
3866
%%WWWDIR%%/3rdparty/symfony/debug/Resources/ext/tests/002.phpt
3867
%%WWWDIR%%/3rdparty/symfony/debug/Resources/ext/tests/002_1.phpt
3868
%%WWWDIR%%/3rdparty/symfony/debug/Resources/ext/tests/003.phpt
3869
%%WWWDIR%%/3rdparty/symfony/debug/composer.json
3870
%%WWWDIR%%/3rdparty/symfony/debug/phpunit.xml.dist
3871
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/.gitignore
3872
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/CHANGELOG.md
3120
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/ContainerAwareEventDispatcher.php
3873
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/ContainerAwareEventDispatcher.php
3121
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
3874
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
3122
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php
3875
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php
Lines 3129-3134 Link Here
3129
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/GenericEvent.php
3882
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/GenericEvent.php
3130
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/ImmutableEventDispatcher.php
3883
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/ImmutableEventDispatcher.php
3131
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/LICENSE
3884
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/LICENSE
3885
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/README.md
3886
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/composer.json
3887
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/phpunit.xml.dist
3132
%%WWWDIR%%/3rdparty/symfony/polyfill-mbstring/LICENSE
3888
%%WWWDIR%%/3rdparty/symfony/polyfill-mbstring/LICENSE
3133
%%WWWDIR%%/3rdparty/symfony/polyfill-mbstring/Mbstring.php
3889
%%WWWDIR%%/3rdparty/symfony/polyfill-mbstring/Mbstring.php
3134
%%WWWDIR%%/3rdparty/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
3890
%%WWWDIR%%/3rdparty/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
Lines 3146-3151 Link Here
3146
%%WWWDIR%%/3rdparty/symfony/polyfill-php70/Resources/stubs/TypeError.php
3902
%%WWWDIR%%/3rdparty/symfony/polyfill-php70/Resources/stubs/TypeError.php
3147
%%WWWDIR%%/3rdparty/symfony/polyfill-php70/bootstrap.php
3903
%%WWWDIR%%/3rdparty/symfony/polyfill-php70/bootstrap.php
3148
%%WWWDIR%%/3rdparty/symfony/polyfill-php70/composer.json
3904
%%WWWDIR%%/3rdparty/symfony/polyfill-php70/composer.json
3905
%%WWWDIR%%/3rdparty/symfony/process/.gitignore
3906
%%WWWDIR%%/3rdparty/symfony/process/CHANGELOG.md
3149
%%WWWDIR%%/3rdparty/symfony/process/Exception/ExceptionInterface.php
3907
%%WWWDIR%%/3rdparty/symfony/process/Exception/ExceptionInterface.php
3150
%%WWWDIR%%/3rdparty/symfony/process/Exception/InvalidArgumentException.php
3908
%%WWWDIR%%/3rdparty/symfony/process/Exception/InvalidArgumentException.php
3151
%%WWWDIR%%/3rdparty/symfony/process/Exception/LogicException.php
3909
%%WWWDIR%%/3rdparty/symfony/process/Exception/LogicException.php
Lines 3164-3172 Link Here
3164
%%WWWDIR%%/3rdparty/symfony/process/Process.php
3922
%%WWWDIR%%/3rdparty/symfony/process/Process.php
3165
%%WWWDIR%%/3rdparty/symfony/process/ProcessBuilder.php
3923
%%WWWDIR%%/3rdparty/symfony/process/ProcessBuilder.php
3166
%%WWWDIR%%/3rdparty/symfony/process/ProcessUtils.php
3924
%%WWWDIR%%/3rdparty/symfony/process/ProcessUtils.php
3925
%%WWWDIR%%/3rdparty/symfony/process/README.md
3926
%%WWWDIR%%/3rdparty/symfony/process/composer.json
3927
%%WWWDIR%%/3rdparty/symfony/process/phpunit.xml.dist
3167
%%WWWDIR%%/3rdparty/symfony/routing/Annotation/Route.php
3928
%%WWWDIR%%/3rdparty/symfony/routing/Annotation/Route.php
3168
%%WWWDIR%%/3rdparty/symfony/routing/CHANGELOG.md
3929
%%WWWDIR%%/3rdparty/symfony/routing/CHANGELOG.md
3169
%%WWWDIR%%/3rdparty/symfony/routing/CompiledRoute.php
3930
%%WWWDIR%%/3rdparty/symfony/routing/CompiledRoute.php
3931
%%WWWDIR%%/3rdparty/symfony/routing/DependencyInjection/RoutingResolverPass.php
3170
%%WWWDIR%%/3rdparty/symfony/routing/Exception/ExceptionInterface.php
3932
%%WWWDIR%%/3rdparty/symfony/routing/Exception/ExceptionInterface.php
3171
%%WWWDIR%%/3rdparty/symfony/routing/Exception/InvalidParameterException.php
3933
%%WWWDIR%%/3rdparty/symfony/routing/Exception/InvalidParameterException.php
3172
%%WWWDIR%%/3rdparty/symfony/routing/Exception/MethodNotAllowedException.php
3934
%%WWWDIR%%/3rdparty/symfony/routing/Exception/MethodNotAllowedException.php
Lines 3192-3202 Link Here
3192
%%WWWDIR%%/3rdparty/symfony/routing/Loader/YamlFileLoader.php
3954
%%WWWDIR%%/3rdparty/symfony/routing/Loader/YamlFileLoader.php
3193
%%WWWDIR%%/3rdparty/symfony/routing/Loader/schema/routing/routing-1.0.xsd
3955
%%WWWDIR%%/3rdparty/symfony/routing/Loader/schema/routing/routing-1.0.xsd
3194
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/DumperCollection.php
3956
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/DumperCollection.php
3195
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/DumperPrefixCollection.php
3196
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/DumperRoute.php
3957
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/DumperRoute.php
3197
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/MatcherDumper.php
3958
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/MatcherDumper.php
3198
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php
3959
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php
3199
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php
3960
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php
3961
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/StaticPrefixCollection.php
3200
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/RedirectableUrlMatcher.php
3962
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/RedirectableUrlMatcher.php
3201
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php
3963
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php
3202
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/RequestMatcherInterface.php
3964
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/RequestMatcherInterface.php
Lines 3213-3223 Link Here
3213
%%WWWDIR%%/3rdparty/symfony/routing/RouteCompilerInterface.php
3975
%%WWWDIR%%/3rdparty/symfony/routing/RouteCompilerInterface.php
3214
%%WWWDIR%%/3rdparty/symfony/routing/Router.php
3976
%%WWWDIR%%/3rdparty/symfony/routing/Router.php
3215
%%WWWDIR%%/3rdparty/symfony/routing/RouterInterface.php
3977
%%WWWDIR%%/3rdparty/symfony/routing/RouterInterface.php
3978
%%WWWDIR%%/3rdparty/symfony/routing/composer.json
3979
%%WWWDIR%%/3rdparty/symfony/translation/.gitignore
3980
%%WWWDIR%%/3rdparty/symfony/translation/CHANGELOG.md
3981
%%WWWDIR%%/3rdparty/symfony/translation/Catalogue/AbstractOperation.php
3982
%%WWWDIR%%/3rdparty/symfony/translation/Catalogue/MergeOperation.php
3983
%%WWWDIR%%/3rdparty/symfony/translation/Catalogue/OperationInterface.php
3984
%%WWWDIR%%/3rdparty/symfony/translation/Catalogue/TargetOperation.php
3985
%%WWWDIR%%/3rdparty/symfony/translation/Command/XliffLintCommand.php
3986
%%WWWDIR%%/3rdparty/symfony/translation/DataCollector/TranslationDataCollector.php
3987
%%WWWDIR%%/3rdparty/symfony/translation/DataCollectorTranslator.php
3988
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/CsvFileDumper.php
3989
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/DumperInterface.php
3990
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/FileDumper.php
3991
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/IcuResFileDumper.php
3992
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/IniFileDumper.php
3993
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/JsonFileDumper.php
3994
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/MoFileDumper.php
3995
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/PhpFileDumper.php
3996
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/PoFileDumper.php
3997
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/QtFileDumper.php
3998
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/XliffFileDumper.php
3999
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/YamlFileDumper.php
4000
%%WWWDIR%%/3rdparty/symfony/translation/Exception/ExceptionInterface.php
4001
%%WWWDIR%%/3rdparty/symfony/translation/Exception/InvalidArgumentException.php
4002
%%WWWDIR%%/3rdparty/symfony/translation/Exception/InvalidResourceException.php
4003
%%WWWDIR%%/3rdparty/symfony/translation/Exception/LogicException.php
4004
%%WWWDIR%%/3rdparty/symfony/translation/Exception/NotFoundResourceException.php
4005
%%WWWDIR%%/3rdparty/symfony/translation/Exception/RuntimeException.php
4006
%%WWWDIR%%/3rdparty/symfony/translation/Extractor/AbstractFileExtractor.php
4007
%%WWWDIR%%/3rdparty/symfony/translation/Extractor/ChainExtractor.php
4008
%%WWWDIR%%/3rdparty/symfony/translation/Extractor/ExtractorInterface.php
4009
%%WWWDIR%%/3rdparty/symfony/translation/IdentityTranslator.php
4010
%%WWWDIR%%/3rdparty/symfony/translation/Interval.php
4011
%%WWWDIR%%/3rdparty/symfony/translation/LICENSE
4012
%%WWWDIR%%/3rdparty/symfony/translation/Loader/ArrayLoader.php
4013
%%WWWDIR%%/3rdparty/symfony/translation/Loader/CsvFileLoader.php
4014
%%WWWDIR%%/3rdparty/symfony/translation/Loader/FileLoader.php
4015
%%WWWDIR%%/3rdparty/symfony/translation/Loader/IcuDatFileLoader.php
4016
%%WWWDIR%%/3rdparty/symfony/translation/Loader/IcuResFileLoader.php
4017
%%WWWDIR%%/3rdparty/symfony/translation/Loader/IniFileLoader.php
4018
%%WWWDIR%%/3rdparty/symfony/translation/Loader/JsonFileLoader.php
4019
%%WWWDIR%%/3rdparty/symfony/translation/Loader/LoaderInterface.php
4020
%%WWWDIR%%/3rdparty/symfony/translation/Loader/MoFileLoader.php
4021
%%WWWDIR%%/3rdparty/symfony/translation/Loader/PhpFileLoader.php
4022
%%WWWDIR%%/3rdparty/symfony/translation/Loader/PoFileLoader.php
4023
%%WWWDIR%%/3rdparty/symfony/translation/Loader/QtFileLoader.php
4024
%%WWWDIR%%/3rdparty/symfony/translation/Loader/XliffFileLoader.php
4025
%%WWWDIR%%/3rdparty/symfony/translation/Loader/YamlFileLoader.php
4026
%%WWWDIR%%/3rdparty/symfony/translation/Loader/schema/dic/xliff-core/xliff-core-1.2-strict.xsd
4027
%%WWWDIR%%/3rdparty/symfony/translation/Loader/schema/dic/xliff-core/xliff-core-2.0.xsd
4028
%%WWWDIR%%/3rdparty/symfony/translation/Loader/schema/dic/xliff-core/xml.xsd
4029
%%WWWDIR%%/3rdparty/symfony/translation/LoggingTranslator.php
4030
%%WWWDIR%%/3rdparty/symfony/translation/MessageCatalogue.php
4031
%%WWWDIR%%/3rdparty/symfony/translation/MessageCatalogueInterface.php
4032
%%WWWDIR%%/3rdparty/symfony/translation/MessageSelector.php
4033
%%WWWDIR%%/3rdparty/symfony/translation/MetadataAwareInterface.php
4034
%%WWWDIR%%/3rdparty/symfony/translation/PluralizationRules.php
4035
%%WWWDIR%%/3rdparty/symfony/translation/README.md
4036
%%WWWDIR%%/3rdparty/symfony/translation/Resources/schemas/xliff-core-1.2-strict.xsd
4037
%%WWWDIR%%/3rdparty/symfony/translation/Translator.php
4038
%%WWWDIR%%/3rdparty/symfony/translation/TranslatorBagInterface.php
4039
%%WWWDIR%%/3rdparty/symfony/translation/TranslatorInterface.php
4040
%%WWWDIR%%/3rdparty/symfony/translation/Util/ArrayConverter.php
4041
%%WWWDIR%%/3rdparty/symfony/translation/Writer/TranslationWriter.php
4042
%%WWWDIR%%/3rdparty/symfony/translation/composer.json
4043
%%WWWDIR%%/3rdparty/symfony/translation/phpunit.xml.dist
3216
%%WWWDIR%%/AUTHORS
4044
%%WWWDIR%%/AUTHORS
3217
@owner %%NEXTCLOUD_USERNAME%%
4045
@owner %%NEXTCLOUD_USERNAME%%
3218
@group  %%NEXTCLOUD_GROUPNAME%%
4046
@group %%NEXTCLOUD_GROUPNAME%%
3219
%%WWWDIR%%/apps/activity/appinfo/app.php
4047
%%WWWDIR%%/apps/activity/appinfo/app.php
3220
%%WWWDIR%%/apps/activity/appinfo/database.xml
3221
%%WWWDIR%%/apps/activity/appinfo/info.xml
4048
%%WWWDIR%%/apps/activity/appinfo/info.xml
3222
%%WWWDIR%%/apps/activity/appinfo/routes.php
4049
%%WWWDIR%%/apps/activity/appinfo/routes.php
3223
%%WWWDIR%%/apps/activity/appinfo/signature.json
4050
%%WWWDIR%%/apps/activity/appinfo/signature.json
Lines 3282-3289 Link Here
3282
%%WWWDIR%%/apps/activity/l10n/es_AR.json
4109
%%WWWDIR%%/apps/activity/l10n/es_AR.json
3283
%%WWWDIR%%/apps/activity/l10n/es_CL.js
4110
%%WWWDIR%%/apps/activity/l10n/es_CL.js
3284
%%WWWDIR%%/apps/activity/l10n/es_CL.json
4111
%%WWWDIR%%/apps/activity/l10n/es_CL.json
4112
%%WWWDIR%%/apps/activity/l10n/es_CO.js
4113
%%WWWDIR%%/apps/activity/l10n/es_CO.json
4114
%%WWWDIR%%/apps/activity/l10n/es_CR.js
4115
%%WWWDIR%%/apps/activity/l10n/es_CR.json
4116
%%WWWDIR%%/apps/activity/l10n/es_DO.js
4117
%%WWWDIR%%/apps/activity/l10n/es_DO.json
4118
%%WWWDIR%%/apps/activity/l10n/es_EC.js
4119
%%WWWDIR%%/apps/activity/l10n/es_EC.json
4120
%%WWWDIR%%/apps/activity/l10n/es_GT.js
4121
%%WWWDIR%%/apps/activity/l10n/es_GT.json
4122
%%WWWDIR%%/apps/activity/l10n/es_HN.js
4123
%%WWWDIR%%/apps/activity/l10n/es_HN.json
3285
%%WWWDIR%%/apps/activity/l10n/es_MX.js
4124
%%WWWDIR%%/apps/activity/l10n/es_MX.js
3286
%%WWWDIR%%/apps/activity/l10n/es_MX.json
4125
%%WWWDIR%%/apps/activity/l10n/es_MX.json
4126
%%WWWDIR%%/apps/activity/l10n/es_NI.js
4127
%%WWWDIR%%/apps/activity/l10n/es_NI.json
4128
%%WWWDIR%%/apps/activity/l10n/es_PA.js
4129
%%WWWDIR%%/apps/activity/l10n/es_PA.json
4130
%%WWWDIR%%/apps/activity/l10n/es_PE.js
4131
%%WWWDIR%%/apps/activity/l10n/es_PE.json
4132
%%WWWDIR%%/apps/activity/l10n/es_PR.js
4133
%%WWWDIR%%/apps/activity/l10n/es_PR.json
4134
%%WWWDIR%%/apps/activity/l10n/es_PY.js
4135
%%WWWDIR%%/apps/activity/l10n/es_PY.json
4136
%%WWWDIR%%/apps/activity/l10n/es_SV.js
4137
%%WWWDIR%%/apps/activity/l10n/es_SV.json
4138
%%WWWDIR%%/apps/activity/l10n/es_UY.js
4139
%%WWWDIR%%/apps/activity/l10n/es_UY.json
3287
%%WWWDIR%%/apps/activity/l10n/et_EE.js
4140
%%WWWDIR%%/apps/activity/l10n/et_EE.js
3288
%%WWWDIR%%/apps/activity/l10n/et_EE.json
4141
%%WWWDIR%%/apps/activity/l10n/et_EE.json
3289
%%WWWDIR%%/apps/activity/l10n/eu.js
4142
%%WWWDIR%%/apps/activity/l10n/eu.js
Lines 3409-3414 Link Here
3409
%%WWWDIR%%/apps/activity/lib/GroupHelperDisabled.php
4262
%%WWWDIR%%/apps/activity/lib/GroupHelperDisabled.php
3410
%%WWWDIR%%/apps/activity/lib/Hooks.php
4263
%%WWWDIR%%/apps/activity/lib/Hooks.php
3411
%%WWWDIR%%/apps/activity/lib/MailQueueHandler.php
4264
%%WWWDIR%%/apps/activity/lib/MailQueueHandler.php
4265
%%WWWDIR%%/apps/activity/lib/Migration/Version2006Date20170808154933.php
4266
%%WWWDIR%%/apps/activity/lib/Migration/Version2006Date20170808155040.php
4267
%%WWWDIR%%/apps/activity/lib/Migration/Version2006Date20170919095939.php
3412
%%WWWDIR%%/apps/activity/lib/Navigation.php
4268
%%WWWDIR%%/apps/activity/lib/Navigation.php
3413
%%WWWDIR%%/apps/activity/lib/Parameter/Collection.php
4269
%%WWWDIR%%/apps/activity/lib/Parameter/Collection.php
3414
%%WWWDIR%%/apps/activity/lib/Parameter/Factory.php
4270
%%WWWDIR%%/apps/activity/lib/Parameter/Factory.php
Lines 3429-3447 Link Here
3429
%%WWWDIR%%/apps/admin_audit/appinfo/app.php
4285
%%WWWDIR%%/apps/admin_audit/appinfo/app.php
3430
%%WWWDIR%%/apps/admin_audit/appinfo/info.xml
4286
%%WWWDIR%%/apps/admin_audit/appinfo/info.xml
3431
%%WWWDIR%%/apps/admin_audit/appinfo/signature.json
4287
%%WWWDIR%%/apps/admin_audit/appinfo/signature.json
3432
%%WWWDIR%%/apps/admin_audit/lib/actions/action.php
4288
%%WWWDIR%%/apps/admin_audit/composer/autoload.php
3433
%%WWWDIR%%/apps/admin_audit/lib/actions/auth.php
4289
%%WWWDIR%%/apps/admin_audit/composer/composer.json
3434
%%WWWDIR%%/apps/admin_audit/lib/actions/files.php
4290
%%WWWDIR%%/apps/admin_audit/composer/composer/ClassLoader.php
3435
%%WWWDIR%%/apps/admin_audit/lib/actions/groupmanagement.php
4291
%%WWWDIR%%/apps/admin_audit/composer/composer/LICENSE
3436
%%WWWDIR%%/apps/admin_audit/lib/actions/sharing.php
4292
%%WWWDIR%%/apps/admin_audit/composer/composer/autoload_classmap.php
3437
%%WWWDIR%%/apps/admin_audit/lib/actions/trashbin.php
4293
%%WWWDIR%%/apps/admin_audit/composer/composer/autoload_namespaces.php
3438
%%WWWDIR%%/apps/admin_audit/lib/actions/usermanagement.php
4294
%%WWWDIR%%/apps/admin_audit/composer/composer/autoload_psr4.php
3439
%%WWWDIR%%/apps/admin_audit/lib/actions/versions.php
4295
%%WWWDIR%%/apps/admin_audit/composer/composer/autoload_real.php
3440
%%WWWDIR%%/apps/admin_audit/lib/auditlogger.php
4296
%%WWWDIR%%/apps/admin_audit/composer/composer/autoload_static.php
4297
%%WWWDIR%%/apps/admin_audit/lib/Actions/Action.php
4298
%%WWWDIR%%/apps/admin_audit/lib/Actions/AppManagement.php
4299
%%WWWDIR%%/apps/admin_audit/lib/Actions/Auth.php
4300
%%WWWDIR%%/apps/admin_audit/lib/Actions/Console.php
4301
%%WWWDIR%%/apps/admin_audit/lib/Actions/Files.php
4302
%%WWWDIR%%/apps/admin_audit/lib/Actions/GroupManagement.php
4303
%%WWWDIR%%/apps/admin_audit/lib/Actions/Sharing.php
4304
%%WWWDIR%%/apps/admin_audit/lib/Actions/Trashbin.php
4305
%%WWWDIR%%/apps/admin_audit/lib/Actions/UserManagement.php
4306
%%WWWDIR%%/apps/admin_audit/lib/Actions/Versions.php
4307
%%WWWDIR%%/apps/admin_audit/lib/AppInfo/Application.php
4308
%%WWWDIR%%/apps/comments/.bowerrc
3441
%%WWWDIR%%/apps/comments/appinfo/app.php
4309
%%WWWDIR%%/apps/comments/appinfo/app.php
3442
%%WWWDIR%%/apps/comments/appinfo/info.xml
4310
%%WWWDIR%%/apps/comments/appinfo/info.xml
3443
%%WWWDIR%%/apps/comments/appinfo/routes.php
4311
%%WWWDIR%%/apps/comments/appinfo/routes.php
3444
%%WWWDIR%%/apps/comments/appinfo/signature.json
4312
%%WWWDIR%%/apps/comments/appinfo/signature.json
4313
%%WWWDIR%%/apps/comments/composer/autoload.php
4314
%%WWWDIR%%/apps/comments/composer/composer.json
4315
%%WWWDIR%%/apps/comments/composer/composer/ClassLoader.php
4316
%%WWWDIR%%/apps/comments/composer/composer/LICENSE
4317
%%WWWDIR%%/apps/comments/composer/composer/autoload_classmap.php
4318
%%WWWDIR%%/apps/comments/composer/composer/autoload_namespaces.php
4319
%%WWWDIR%%/apps/comments/composer/composer/autoload_psr4.php
4320
%%WWWDIR%%/apps/comments/composer/composer/autoload_real.php
4321
%%WWWDIR%%/apps/comments/composer/composer/autoload_static.php
4322
%%WWWDIR%%/apps/comments/css/autocomplete.scss
3445
%%WWWDIR%%/apps/comments/css/comments.css
4323
%%WWWDIR%%/apps/comments/css/comments.css
3446
%%WWWDIR%%/apps/comments/img/comments-dark.svg
4324
%%WWWDIR%%/apps/comments/img/comments-dark.svg
3447
%%WWWDIR%%/apps/comments/img/comments.svg
4325
%%WWWDIR%%/apps/comments/img/comments.svg
Lines 3453-3458 Link Here
3453
%%WWWDIR%%/apps/comments/js/commentsummarymodel.js
4331
%%WWWDIR%%/apps/comments/js/commentsummarymodel.js
3454
%%WWWDIR%%/apps/comments/js/filesplugin.js
4332
%%WWWDIR%%/apps/comments/js/filesplugin.js
3455
%%WWWDIR%%/apps/comments/js/merged.json
4333
%%WWWDIR%%/apps/comments/js/merged.json
4334
%%WWWDIR%%/apps/comments/js/vendor/At.js/dist/js/jquery.atwho.min.js
4335
%%WWWDIR%%/apps/comments/js/vendor/Caret.js/dist/jquery.caret.min.js
3456
%%WWWDIR%%/apps/comments/l10n/.gitkeep
4336
%%WWWDIR%%/apps/comments/l10n/.gitkeep
3457
%%WWWDIR%%/apps/comments/l10n/af.js
4337
%%WWWDIR%%/apps/comments/l10n/af.js
3458
%%WWWDIR%%/apps/comments/l10n/af.json
4338
%%WWWDIR%%/apps/comments/l10n/af.json
Lines 3504-3511 Link Here
3504
%%WWWDIR%%/apps/comments/l10n/es_AR.json
4384
%%WWWDIR%%/apps/comments/l10n/es_AR.json
3505
%%WWWDIR%%/apps/comments/l10n/es_CL.js
4385
%%WWWDIR%%/apps/comments/l10n/es_CL.js
3506
%%WWWDIR%%/apps/comments/l10n/es_CL.json
4386
%%WWWDIR%%/apps/comments/l10n/es_CL.json
4387
%%WWWDIR%%/apps/comments/l10n/es_CO.js
4388
%%WWWDIR%%/apps/comments/l10n/es_CO.json
4389
%%WWWDIR%%/apps/comments/l10n/es_CR.js
4390
%%WWWDIR%%/apps/comments/l10n/es_CR.json
4391
%%WWWDIR%%/apps/comments/l10n/es_DO.js
4392
%%WWWDIR%%/apps/comments/l10n/es_DO.json
4393
%%WWWDIR%%/apps/comments/l10n/es_EC.js
4394
%%WWWDIR%%/apps/comments/l10n/es_EC.json
4395
%%WWWDIR%%/apps/comments/l10n/es_GT.js
4396
%%WWWDIR%%/apps/comments/l10n/es_GT.json
4397
%%WWWDIR%%/apps/comments/l10n/es_HN.js
4398
%%WWWDIR%%/apps/comments/l10n/es_HN.json
3507
%%WWWDIR%%/apps/comments/l10n/es_MX.js
4399
%%WWWDIR%%/apps/comments/l10n/es_MX.js
3508
%%WWWDIR%%/apps/comments/l10n/es_MX.json
4400
%%WWWDIR%%/apps/comments/l10n/es_MX.json
4401
%%WWWDIR%%/apps/comments/l10n/es_NI.js
4402
%%WWWDIR%%/apps/comments/l10n/es_NI.json
4403
%%WWWDIR%%/apps/comments/l10n/es_PA.js
4404
%%WWWDIR%%/apps/comments/l10n/es_PA.json
4405
%%WWWDIR%%/apps/comments/l10n/es_PE.js
4406
%%WWWDIR%%/apps/comments/l10n/es_PE.json
4407
%%WWWDIR%%/apps/comments/l10n/es_PR.js
4408
%%WWWDIR%%/apps/comments/l10n/es_PR.json
4409
%%WWWDIR%%/apps/comments/l10n/es_PY.js
4410
%%WWWDIR%%/apps/comments/l10n/es_PY.json
4411
%%WWWDIR%%/apps/comments/l10n/es_SV.js
4412
%%WWWDIR%%/apps/comments/l10n/es_SV.json
4413
%%WWWDIR%%/apps/comments/l10n/es_UY.js
4414
%%WWWDIR%%/apps/comments/l10n/es_UY.json
3509
%%WWWDIR%%/apps/comments/l10n/et_EE.js
4415
%%WWWDIR%%/apps/comments/l10n/et_EE.js
3510
%%WWWDIR%%/apps/comments/l10n/et_EE.json
4416
%%WWWDIR%%/apps/comments/l10n/et_EE.json
3511
%%WWWDIR%%/apps/comments/l10n/eu.js
4417
%%WWWDIR%%/apps/comments/l10n/eu.js
Lines 3635-3646 Link Here
3635
%%WWWDIR%%/apps/comments/lib/Activity/Provider.php
4541
%%WWWDIR%%/apps/comments/lib/Activity/Provider.php
3636
%%WWWDIR%%/apps/comments/lib/Activity/Setting.php
4542
%%WWWDIR%%/apps/comments/lib/Activity/Setting.php
3637
%%WWWDIR%%/apps/comments/lib/AppInfo/Application.php
4543
%%WWWDIR%%/apps/comments/lib/AppInfo/Application.php
4544
%%WWWDIR%%/apps/comments/lib/Collaboration/CommentersSorter.php
3638
%%WWWDIR%%/apps/comments/lib/Controller/Notifications.php
4545
%%WWWDIR%%/apps/comments/lib/Controller/Notifications.php
3639
%%WWWDIR%%/apps/comments/lib/EventHandler.php
4546
%%WWWDIR%%/apps/comments/lib/EventHandler.php
4547
%%WWWDIR%%/apps/comments/lib/JSSettingsHelper.php
3640
%%WWWDIR%%/apps/comments/lib/Notification/Listener.php
4548
%%WWWDIR%%/apps/comments/lib/Notification/Listener.php
3641
%%WWWDIR%%/apps/comments/lib/Notification/Notifier.php
4549
%%WWWDIR%%/apps/comments/lib/Notification/Notifier.php
3642
%%WWWDIR%%/apps/dav/appinfo/app.php
4550
%%WWWDIR%%/apps/dav/appinfo/app.php
3643
%%WWWDIR%%/apps/dav/appinfo/database.xml
3644
%%WWWDIR%%/apps/dav/appinfo/info.xml
4551
%%WWWDIR%%/apps/dav/appinfo/info.xml
3645
%%WWWDIR%%/apps/dav/appinfo/signature.json
4552
%%WWWDIR%%/apps/dav/appinfo/signature.json
3646
%%WWWDIR%%/apps/dav/appinfo/v1/caldav.php
4553
%%WWWDIR%%/apps/dav/appinfo/v1/caldav.php
Lines 3649-3659 Link Here
3649
%%WWWDIR%%/apps/dav/appinfo/v1/webdav.php
4556
%%WWWDIR%%/apps/dav/appinfo/v1/webdav.php
3650
%%WWWDIR%%/apps/dav/appinfo/v2/remote.php
4557
%%WWWDIR%%/apps/dav/appinfo/v2/remote.php
3651
%%WWWDIR%%/apps/dav/bin/chunkperf.php
4558
%%WWWDIR%%/apps/dav/bin/chunkperf.php
4559
%%WWWDIR%%/apps/dav/composer/autoload.php
4560
%%WWWDIR%%/apps/dav/composer/composer.json
4561
%%WWWDIR%%/apps/dav/composer/composer/ClassLoader.php
4562
%%WWWDIR%%/apps/dav/composer/composer/LICENSE
4563
%%WWWDIR%%/apps/dav/composer/composer/autoload_classmap.php
4564
%%WWWDIR%%/apps/dav/composer/composer/autoload_namespaces.php
4565
%%WWWDIR%%/apps/dav/composer/composer/autoload_psr4.php
4566
%%WWWDIR%%/apps/dav/composer/composer/autoload_real.php
4567
%%WWWDIR%%/apps/dav/composer/composer/autoload_static.php
4568
%%WWWDIR%%/apps/dav/js/settings-admin-caldav.js
3652
%%WWWDIR%%/apps/dav/l10n/.gitkeep
4569
%%WWWDIR%%/apps/dav/l10n/.gitkeep
3653
%%WWWDIR%%/apps/dav/l10n/bg.js
4570
%%WWWDIR%%/apps/dav/l10n/bg.js
3654
%%WWWDIR%%/apps/dav/l10n/bg.json
4571
%%WWWDIR%%/apps/dav/l10n/bg.json
3655
%%WWWDIR%%/apps/dav/l10n/bg_BG.js
4572
%%WWWDIR%%/apps/dav/l10n/bg_BG.js
3656
%%WWWDIR%%/apps/dav/l10n/bg_BG.json
4573
%%WWWDIR%%/apps/dav/l10n/bg_BG.json
4574
%%WWWDIR%%/apps/dav/l10n/ca.js
4575
%%WWWDIR%%/apps/dav/l10n/ca.json
3657
%%WWWDIR%%/apps/dav/l10n/cs.js
4576
%%WWWDIR%%/apps/dav/l10n/cs.js
3658
%%WWWDIR%%/apps/dav/l10n/cs.json
4577
%%WWWDIR%%/apps/dav/l10n/cs.json
3659
%%WWWDIR%%/apps/dav/l10n/cs_CZ.js
4578
%%WWWDIR%%/apps/dav/l10n/cs_CZ.js
Lines 3672-3679 Link Here
3672
%%WWWDIR%%/apps/dav/l10n/es.json
4591
%%WWWDIR%%/apps/dav/l10n/es.json
3673
%%WWWDIR%%/apps/dav/l10n/es_AR.js
4592
%%WWWDIR%%/apps/dav/l10n/es_AR.js
3674
%%WWWDIR%%/apps/dav/l10n/es_AR.json
4593
%%WWWDIR%%/apps/dav/l10n/es_AR.json
4594
%%WWWDIR%%/apps/dav/l10n/es_CL.js
4595
%%WWWDIR%%/apps/dav/l10n/es_CL.json
4596
%%WWWDIR%%/apps/dav/l10n/es_CO.js
4597
%%WWWDIR%%/apps/dav/l10n/es_CO.json
4598
%%WWWDIR%%/apps/dav/l10n/es_CR.js
4599
%%WWWDIR%%/apps/dav/l10n/es_CR.json
4600
%%WWWDIR%%/apps/dav/l10n/es_DO.js
4601
%%WWWDIR%%/apps/dav/l10n/es_DO.json
4602
%%WWWDIR%%/apps/dav/l10n/es_EC.js
4603
%%WWWDIR%%/apps/dav/l10n/es_EC.json
4604
%%WWWDIR%%/apps/dav/l10n/es_GT.js
4605
%%WWWDIR%%/apps/dav/l10n/es_GT.json
4606
%%WWWDIR%%/apps/dav/l10n/es_HN.js
4607
%%WWWDIR%%/apps/dav/l10n/es_HN.json
3675
%%WWWDIR%%/apps/dav/l10n/es_MX.js
4608
%%WWWDIR%%/apps/dav/l10n/es_MX.js
3676
%%WWWDIR%%/apps/dav/l10n/es_MX.json
4609
%%WWWDIR%%/apps/dav/l10n/es_MX.json
4610
%%WWWDIR%%/apps/dav/l10n/es_NI.js
4611
%%WWWDIR%%/apps/dav/l10n/es_NI.json
4612
%%WWWDIR%%/apps/dav/l10n/es_PA.js
4613
%%WWWDIR%%/apps/dav/l10n/es_PA.json
4614
%%WWWDIR%%/apps/dav/l10n/es_PE.js
4615
%%WWWDIR%%/apps/dav/l10n/es_PE.json
4616
%%WWWDIR%%/apps/dav/l10n/es_PR.js
4617
%%WWWDIR%%/apps/dav/l10n/es_PR.json
4618
%%WWWDIR%%/apps/dav/l10n/es_PY.js
4619
%%WWWDIR%%/apps/dav/l10n/es_PY.json
4620
%%WWWDIR%%/apps/dav/l10n/es_SV.js
4621
%%WWWDIR%%/apps/dav/l10n/es_SV.json
4622
%%WWWDIR%%/apps/dav/l10n/es_UY.js
4623
%%WWWDIR%%/apps/dav/l10n/es_UY.json
4624
%%WWWDIR%%/apps/dav/l10n/eu.js
4625
%%WWWDIR%%/apps/dav/l10n/eu.json
3677
%%WWWDIR%%/apps/dav/l10n/fi.js
4626
%%WWWDIR%%/apps/dav/l10n/fi.js
3678
%%WWWDIR%%/apps/dav/l10n/fi.json
4627
%%WWWDIR%%/apps/dav/l10n/fi.json
3679
%%WWWDIR%%/apps/dav/l10n/fi_FI.js
4628
%%WWWDIR%%/apps/dav/l10n/fi_FI.js
Lines 3694-3699 Link Here
3694
%%WWWDIR%%/apps/dav/l10n/it.json
4643
%%WWWDIR%%/apps/dav/l10n/it.json
3695
%%WWWDIR%%/apps/dav/l10n/ja.js
4644
%%WWWDIR%%/apps/dav/l10n/ja.js
3696
%%WWWDIR%%/apps/dav/l10n/ja.json
4645
%%WWWDIR%%/apps/dav/l10n/ja.json
4646
%%WWWDIR%%/apps/dav/l10n/ka_GE.js
4647
%%WWWDIR%%/apps/dav/l10n/ka_GE.json
3697
%%WWWDIR%%/apps/dav/l10n/ko.js
4648
%%WWWDIR%%/apps/dav/l10n/ko.js
3698
%%WWWDIR%%/apps/dav/l10n/ko.json
4649
%%WWWDIR%%/apps/dav/l10n/ko.json
3699
%%WWWDIR%%/apps/dav/l10n/lt_LT.js
4650
%%WWWDIR%%/apps/dav/l10n/lt_LT.js
Lines 3720-3725 Link Here
3720
%%WWWDIR%%/apps/dav/l10n/sl.json
4671
%%WWWDIR%%/apps/dav/l10n/sl.json
3721
%%WWWDIR%%/apps/dav/l10n/sq.js
4672
%%WWWDIR%%/apps/dav/l10n/sq.js
3722
%%WWWDIR%%/apps/dav/l10n/sq.json
4673
%%WWWDIR%%/apps/dav/l10n/sq.json
4674
%%WWWDIR%%/apps/dav/l10n/sr.js
4675
%%WWWDIR%%/apps/dav/l10n/sr.json
3723
%%WWWDIR%%/apps/dav/l10n/sv.js
4676
%%WWWDIR%%/apps/dav/l10n/sv.js
3724
%%WWWDIR%%/apps/dav/l10n/sv.json
4677
%%WWWDIR%%/apps/dav/l10n/sv.json
3725
%%WWWDIR%%/apps/dav/l10n/tr.js
4678
%%WWWDIR%%/apps/dav/l10n/tr.js
Lines 3729-3734 Link Here
3729
%%WWWDIR%%/apps/dav/l10n/zh_TW.js
4682
%%WWWDIR%%/apps/dav/l10n/zh_TW.js
3730
%%WWWDIR%%/apps/dav/l10n/zh_TW.json
4683
%%WWWDIR%%/apps/dav/l10n/zh_TW.json
3731
%%WWWDIR%%/apps/dav/lib/AppInfo/Application.php
4684
%%WWWDIR%%/apps/dav/lib/AppInfo/Application.php
4685
%%WWWDIR%%/apps/dav/lib/AppInfo/PluginManager.php
3732
%%WWWDIR%%/apps/dav/lib/Avatars/AvatarHome.php
4686
%%WWWDIR%%/apps/dav/lib/Avatars/AvatarHome.php
3733
%%WWWDIR%%/apps/dav/lib/Avatars/AvatarNode.php
4687
%%WWWDIR%%/apps/dav/lib/Avatars/AvatarNode.php
3734
%%WWWDIR%%/apps/dav/lib/Avatars/RootCollection.php
4688
%%WWWDIR%%/apps/dav/lib/Avatars/RootCollection.php
Lines 3793-3798 Link Here
3793
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/Auth.php
4747
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/Auth.php
3794
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/BearerAuth.php
4748
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/BearerAuth.php
3795
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php
4749
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php
4750
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/CachingTree.php
3796
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/ChecksumList.php
4751
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/ChecksumList.php
3797
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php
4752
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php
3798
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/CopyEtagHeaderPlugin.php
4753
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/CopyEtagHeaderPlugin.php
Lines 3843-3850 Link Here
3843
%%WWWDIR%%/apps/dav/lib/Migration/BuildCalendarSearchIndexBackgroundJob.php
4798
%%WWWDIR%%/apps/dav/lib/Migration/BuildCalendarSearchIndexBackgroundJob.php
3844
%%WWWDIR%%/apps/dav/lib/Migration/CalDAVRemoveEmptyValue.php
4799
%%WWWDIR%%/apps/dav/lib/Migration/CalDAVRemoveEmptyValue.php
3845
%%WWWDIR%%/apps/dav/lib/Migration/FixBirthdayCalendarComponent.php
4800
%%WWWDIR%%/apps/dav/lib/Migration/FixBirthdayCalendarComponent.php
4801
%%WWWDIR%%/apps/dav/lib/Migration/Version1004Date20170825134824.php
4802
%%WWWDIR%%/apps/dav/lib/Migration/Version1004Date20170919104507.php
4803
%%WWWDIR%%/apps/dav/lib/Migration/Version1004Date20170924124212.php
4804
%%WWWDIR%%/apps/dav/lib/Migration/Version1004Date20170926103422.php
3846
%%WWWDIR%%/apps/dav/lib/RootCollection.php
4805
%%WWWDIR%%/apps/dav/lib/RootCollection.php
3847
%%WWWDIR%%/apps/dav/lib/Server.php
4806
%%WWWDIR%%/apps/dav/lib/Server.php
4807
%%WWWDIR%%/apps/dav/lib/Settings/CalDAVSettings.php
3848
%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagMappingNode.php
4808
%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagMappingNode.php
3849
%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagNode.php
4809
%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagNode.php
3850
%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagPlugin.php
4810
%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagPlugin.php
Lines 3858-3867 Link Here
3858
%%WWWDIR%%/apps/dav/lib/Upload/UploadFolder.php
4818
%%WWWDIR%%/apps/dav/lib/Upload/UploadFolder.php
3859
%%WWWDIR%%/apps/dav/lib/Upload/UploadHome.php
4819
%%WWWDIR%%/apps/dav/lib/Upload/UploadHome.php
3860
%%WWWDIR%%/apps/dav/templates/exception.php
4820
%%WWWDIR%%/apps/dav/templates/exception.php
4821
%%WWWDIR%%/apps/dav/templates/settings-admin-caldav.php
3861
%%WWWDIR%%/apps/encryption/appinfo/app.php
4822
%%WWWDIR%%/apps/encryption/appinfo/app.php
3862
%%WWWDIR%%/apps/encryption/appinfo/info.xml
4823
%%WWWDIR%%/apps/encryption/appinfo/info.xml
3863
%%WWWDIR%%/apps/encryption/appinfo/routes.php
4824
%%WWWDIR%%/apps/encryption/appinfo/routes.php
3864
%%WWWDIR%%/apps/encryption/appinfo/signature.json
4825
%%WWWDIR%%/apps/encryption/appinfo/signature.json
4826
%%WWWDIR%%/apps/encryption/composer/autoload.php
4827
%%WWWDIR%%/apps/encryption/composer/composer.json
4828
%%WWWDIR%%/apps/encryption/composer/composer/ClassLoader.php
4829
%%WWWDIR%%/apps/encryption/composer/composer/LICENSE
4830
%%WWWDIR%%/apps/encryption/composer/composer/autoload_classmap.php
4831
%%WWWDIR%%/apps/encryption/composer/composer/autoload_namespaces.php
4832
%%WWWDIR%%/apps/encryption/composer/composer/autoload_psr4.php
4833
%%WWWDIR%%/apps/encryption/composer/composer/autoload_real.php
4834
%%WWWDIR%%/apps/encryption/composer/composer/autoload_static.php
3865
%%WWWDIR%%/apps/encryption/css/settings-admin.css
4835
%%WWWDIR%%/apps/encryption/css/settings-admin.css
3866
%%WWWDIR%%/apps/encryption/css/settings-personal.css
4836
%%WWWDIR%%/apps/encryption/css/settings-personal.css
3867
%%WWWDIR%%/apps/encryption/img/app.svg
4837
%%WWWDIR%%/apps/encryption/img/app.svg
Lines 3905-3912 Link Here
3905
%%WWWDIR%%/apps/encryption/l10n/es.json
4875
%%WWWDIR%%/apps/encryption/l10n/es.json
3906
%%WWWDIR%%/apps/encryption/l10n/es_AR.js
4876
%%WWWDIR%%/apps/encryption/l10n/es_AR.js
3907
%%WWWDIR%%/apps/encryption/l10n/es_AR.json
4877
%%WWWDIR%%/apps/encryption/l10n/es_AR.json
4878
%%WWWDIR%%/apps/encryption/l10n/es_CL.js
4879
%%WWWDIR%%/apps/encryption/l10n/es_CL.json
4880
%%WWWDIR%%/apps/encryption/l10n/es_CO.js
4881
%%WWWDIR%%/apps/encryption/l10n/es_CO.json
4882
%%WWWDIR%%/apps/encryption/l10n/es_CR.js
4883
%%WWWDIR%%/apps/encryption/l10n/es_CR.json
4884
%%WWWDIR%%/apps/encryption/l10n/es_DO.js
4885
%%WWWDIR%%/apps/encryption/l10n/es_DO.json
4886
%%WWWDIR%%/apps/encryption/l10n/es_EC.js
4887
%%WWWDIR%%/apps/encryption/l10n/es_EC.json
4888
%%WWWDIR%%/apps/encryption/l10n/es_GT.js
4889
%%WWWDIR%%/apps/encryption/l10n/es_GT.json
4890
%%WWWDIR%%/apps/encryption/l10n/es_HN.js
4891
%%WWWDIR%%/apps/encryption/l10n/es_HN.json
3908
%%WWWDIR%%/apps/encryption/l10n/es_MX.js
4892
%%WWWDIR%%/apps/encryption/l10n/es_MX.js
3909
%%WWWDIR%%/apps/encryption/l10n/es_MX.json
4893
%%WWWDIR%%/apps/encryption/l10n/es_MX.json
4894
%%WWWDIR%%/apps/encryption/l10n/es_NI.js
4895
%%WWWDIR%%/apps/encryption/l10n/es_NI.json
4896
%%WWWDIR%%/apps/encryption/l10n/es_PA.js
4897
%%WWWDIR%%/apps/encryption/l10n/es_PA.json
4898
%%WWWDIR%%/apps/encryption/l10n/es_PE.js
4899
%%WWWDIR%%/apps/encryption/l10n/es_PE.json
4900
%%WWWDIR%%/apps/encryption/l10n/es_PR.js
4901
%%WWWDIR%%/apps/encryption/l10n/es_PR.json
4902
%%WWWDIR%%/apps/encryption/l10n/es_PY.js
4903
%%WWWDIR%%/apps/encryption/l10n/es_PY.json
4904
%%WWWDIR%%/apps/encryption/l10n/es_SV.js
4905
%%WWWDIR%%/apps/encryption/l10n/es_SV.json
4906
%%WWWDIR%%/apps/encryption/l10n/es_UY.js
4907
%%WWWDIR%%/apps/encryption/l10n/es_UY.json
3910
%%WWWDIR%%/apps/encryption/l10n/et_EE.js
4908
%%WWWDIR%%/apps/encryption/l10n/et_EE.js
3911
%%WWWDIR%%/apps/encryption/l10n/et_EE.json
4909
%%WWWDIR%%/apps/encryption/l10n/et_EE.json
3912
%%WWWDIR%%/apps/encryption/l10n/eu.js
4910
%%WWWDIR%%/apps/encryption/l10n/eu.js
Lines 3939-3944 Link Here
3939
%%WWWDIR%%/apps/encryption/l10n/it.json
4937
%%WWWDIR%%/apps/encryption/l10n/it.json
3940
%%WWWDIR%%/apps/encryption/l10n/ja.js
4938
%%WWWDIR%%/apps/encryption/l10n/ja.js
3941
%%WWWDIR%%/apps/encryption/l10n/ja.json
4939
%%WWWDIR%%/apps/encryption/l10n/ja.json
4940
%%WWWDIR%%/apps/encryption/l10n/ka_GE.js
4941
%%WWWDIR%%/apps/encryption/l10n/ka_GE.json
3942
%%WWWDIR%%/apps/encryption/l10n/km.js
4942
%%WWWDIR%%/apps/encryption/l10n/km.js
3943
%%WWWDIR%%/apps/encryption/l10n/km.json
4943
%%WWWDIR%%/apps/encryption/l10n/km.json
3944
%%WWWDIR%%/apps/encryption/l10n/kn.js
4944
%%WWWDIR%%/apps/encryption/l10n/kn.js
Lines 4004-4009 Link Here
4004
%%WWWDIR%%/apps/encryption/l10n/zh_TW.js
5004
%%WWWDIR%%/apps/encryption/l10n/zh_TW.js
4005
%%WWWDIR%%/apps/encryption/l10n/zh_TW.json
5005
%%WWWDIR%%/apps/encryption/l10n/zh_TW.json
4006
%%WWWDIR%%/apps/encryption/lib/AppInfo/Application.php
5006
%%WWWDIR%%/apps/encryption/lib/AppInfo/Application.php
5007
%%WWWDIR%%/apps/encryption/lib/Command/DisableMasterKey.php
4007
%%WWWDIR%%/apps/encryption/lib/Command/EnableMasterKey.php
5008
%%WWWDIR%%/apps/encryption/lib/Command/EnableMasterKey.php
4008
%%WWWDIR%%/apps/encryption/lib/Command/MigrateKeys.php
5009
%%WWWDIR%%/apps/encryption/lib/Command/MigrateKeys.php
4009
%%WWWDIR%%/apps/encryption/lib/Controller/RecoveryController.php
5010
%%WWWDIR%%/apps/encryption/lib/Controller/RecoveryController.php
Lines 4022-4033 Link Here
4022
%%WWWDIR%%/apps/encryption/lib/Hooks/UserHooks.php
5023
%%WWWDIR%%/apps/encryption/lib/Hooks/UserHooks.php
4023
%%WWWDIR%%/apps/encryption/lib/KeyManager.php
5024
%%WWWDIR%%/apps/encryption/lib/KeyManager.php
4024
%%WWWDIR%%/apps/encryption/lib/Migration.php
5025
%%WWWDIR%%/apps/encryption/lib/Migration.php
5026
%%WWWDIR%%/apps/encryption/lib/Migration/SetMasterKeyStatus.php
4025
%%WWWDIR%%/apps/encryption/lib/Recovery.php
5027
%%WWWDIR%%/apps/encryption/lib/Recovery.php
4026
%%WWWDIR%%/apps/encryption/lib/Session.php
5028
%%WWWDIR%%/apps/encryption/lib/Session.php
4027
%%WWWDIR%%/apps/encryption/lib/Settings/Admin.php
5029
%%WWWDIR%%/apps/encryption/lib/Settings/Admin.php
5030
%%WWWDIR%%/apps/encryption/lib/Settings/Personal.php
4028
%%WWWDIR%%/apps/encryption/lib/Users/Setup.php
5031
%%WWWDIR%%/apps/encryption/lib/Users/Setup.php
4029
%%WWWDIR%%/apps/encryption/lib/Util.php
5032
%%WWWDIR%%/apps/encryption/lib/Util.php
4030
%%WWWDIR%%/apps/encryption/settings/settings-personal.php
4031
%%WWWDIR%%/apps/encryption/templates/altmail.php
5033
%%WWWDIR%%/apps/encryption/templates/altmail.php
4032
%%WWWDIR%%/apps/encryption/templates/mail.php
5034
%%WWWDIR%%/apps/encryption/templates/mail.php
4033
%%WWWDIR%%/apps/encryption/templates/settings-admin.php
5035
%%WWWDIR%%/apps/encryption/templates/settings-admin.php
Lines 4037-4042 Link Here
4037
%%WWWDIR%%/apps/federatedfilesharing/appinfo/info.xml
5039
%%WWWDIR%%/apps/federatedfilesharing/appinfo/info.xml
4038
%%WWWDIR%%/apps/federatedfilesharing/appinfo/routes.php
5040
%%WWWDIR%%/apps/federatedfilesharing/appinfo/routes.php
4039
%%WWWDIR%%/apps/federatedfilesharing/appinfo/signature.json
5041
%%WWWDIR%%/apps/federatedfilesharing/appinfo/signature.json
5042
%%WWWDIR%%/apps/federatedfilesharing/composer/autoload.php
5043
%%WWWDIR%%/apps/federatedfilesharing/composer/composer.json
5044
%%WWWDIR%%/apps/federatedfilesharing/composer/composer/ClassLoader.php
5045
%%WWWDIR%%/apps/federatedfilesharing/composer/composer/LICENSE
5046
%%WWWDIR%%/apps/federatedfilesharing/composer/composer/autoload_classmap.php
5047
%%WWWDIR%%/apps/federatedfilesharing/composer/composer/autoload_namespaces.php
5048
%%WWWDIR%%/apps/federatedfilesharing/composer/composer/autoload_psr4.php
5049
%%WWWDIR%%/apps/federatedfilesharing/composer/composer/autoload_real.php
5050
%%WWWDIR%%/apps/federatedfilesharing/composer/composer/autoload_static.php
4040
%%WWWDIR%%/apps/federatedfilesharing/css/settings-personal.css
5051
%%WWWDIR%%/apps/federatedfilesharing/css/settings-personal.css
4041
%%WWWDIR%%/apps/federatedfilesharing/img/social-diaspora.svg
5052
%%WWWDIR%%/apps/federatedfilesharing/img/social-diaspora.svg
4042
%%WWWDIR%%/apps/federatedfilesharing/img/social-facebook.svg
5053
%%WWWDIR%%/apps/federatedfilesharing/img/social-facebook.svg
Lines 4076-4083 Link Here
4076
%%WWWDIR%%/apps/federatedfilesharing/l10n/es.json
5087
%%WWWDIR%%/apps/federatedfilesharing/l10n/es.json
4077
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_AR.js
5088
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_AR.js
4078
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_AR.json
5089
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_AR.json
5090
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_CL.js
5091
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_CL.json
5092
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_CO.js
5093
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_CO.json
5094
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_CR.js
5095
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_CR.json
5096
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_DO.js
5097
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_DO.json
5098
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_EC.js
5099
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_EC.json
5100
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_GT.js
5101
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_GT.json
5102
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_HN.js
5103
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_HN.json
4079
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_MX.js
5104
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_MX.js
4080
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_MX.json
5105
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_MX.json
5106
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_NI.js
5107
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_NI.json
5108
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_PA.js
5109
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_PA.json
5110
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_PE.js
5111
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_PE.json
5112
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_PR.js
5113
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_PR.json
5114
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_PY.js
5115
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_PY.json
5116
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_SV.js
5117
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_SV.json
5118
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_UY.js
5119
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_UY.json
4081
%%WWWDIR%%/apps/federatedfilesharing/l10n/et_EE.js
5120
%%WWWDIR%%/apps/federatedfilesharing/l10n/et_EE.js
4082
%%WWWDIR%%/apps/federatedfilesharing/l10n/et_EE.json
5121
%%WWWDIR%%/apps/federatedfilesharing/l10n/et_EE.json
4083
%%WWWDIR%%/apps/federatedfilesharing/l10n/eu.js
5122
%%WWWDIR%%/apps/federatedfilesharing/l10n/eu.js
Lines 4110-4115 Link Here
4110
%%WWWDIR%%/apps/federatedfilesharing/l10n/it.json
5149
%%WWWDIR%%/apps/federatedfilesharing/l10n/it.json
4111
%%WWWDIR%%/apps/federatedfilesharing/l10n/ja.js
5150
%%WWWDIR%%/apps/federatedfilesharing/l10n/ja.js
4112
%%WWWDIR%%/apps/federatedfilesharing/l10n/ja.json
5151
%%WWWDIR%%/apps/federatedfilesharing/l10n/ja.json
5152
%%WWWDIR%%/apps/federatedfilesharing/l10n/ka_GE.js
5153
%%WWWDIR%%/apps/federatedfilesharing/l10n/ka_GE.json
4113
%%WWWDIR%%/apps/federatedfilesharing/l10n/ko.js
5154
%%WWWDIR%%/apps/federatedfilesharing/l10n/ko.js
4114
%%WWWDIR%%/apps/federatedfilesharing/l10n/ko.json
5155
%%WWWDIR%%/apps/federatedfilesharing/l10n/ko.json
4115
%%WWWDIR%%/apps/federatedfilesharing/l10n/lb.js
5156
%%WWWDIR%%/apps/federatedfilesharing/l10n/lb.js
Lines 4138-4143 Link Here
4138
%%WWWDIR%%/apps/federatedfilesharing/l10n/ro.json
5179
%%WWWDIR%%/apps/federatedfilesharing/l10n/ro.json
4139
%%WWWDIR%%/apps/federatedfilesharing/l10n/ru.js
5180
%%WWWDIR%%/apps/federatedfilesharing/l10n/ru.js
4140
%%WWWDIR%%/apps/federatedfilesharing/l10n/ru.json
5181
%%WWWDIR%%/apps/federatedfilesharing/l10n/ru.json
5182
%%WWWDIR%%/apps/federatedfilesharing/l10n/sk.js
5183
%%WWWDIR%%/apps/federatedfilesharing/l10n/sk.json
4141
%%WWWDIR%%/apps/federatedfilesharing/l10n/sk_SK.js
5184
%%WWWDIR%%/apps/federatedfilesharing/l10n/sk_SK.js
4142
%%WWWDIR%%/apps/federatedfilesharing/l10n/sk_SK.json
5185
%%WWWDIR%%/apps/federatedfilesharing/l10n/sk_SK.json
4143
%%WWWDIR%%/apps/federatedfilesharing/l10n/sl.js
5186
%%WWWDIR%%/apps/federatedfilesharing/l10n/sl.js
Lines 4169-4176 Link Here
4169
%%WWWDIR%%/apps/federatedfilesharing/lib/Notifications.php
5212
%%WWWDIR%%/apps/federatedfilesharing/lib/Notifications.php
4170
%%WWWDIR%%/apps/federatedfilesharing/lib/Notifier.php
5213
%%WWWDIR%%/apps/federatedfilesharing/lib/Notifier.php
4171
%%WWWDIR%%/apps/federatedfilesharing/lib/Settings/Admin.php
5214
%%WWWDIR%%/apps/federatedfilesharing/lib/Settings/Admin.php
5215
%%WWWDIR%%/apps/federatedfilesharing/lib/Settings/Personal.php
5216
%%WWWDIR%%/apps/federatedfilesharing/lib/Settings/PersonalSection.php
4172
%%WWWDIR%%/apps/federatedfilesharing/lib/TokenHandler.php
5217
%%WWWDIR%%/apps/federatedfilesharing/lib/TokenHandler.php
4173
%%WWWDIR%%/apps/federatedfilesharing/settings-personal.php
4174
%%WWWDIR%%/apps/federatedfilesharing/templates/settings-admin.php
5218
%%WWWDIR%%/apps/federatedfilesharing/templates/settings-admin.php
4175
%%WWWDIR%%/apps/federatedfilesharing/templates/settings-personal.php
5219
%%WWWDIR%%/apps/federatedfilesharing/templates/settings-personal.php
4176
%%WWWDIR%%/apps/federation/appinfo/app.php
5220
%%WWWDIR%%/apps/federation/appinfo/app.php
Lines 4178-4183 Link Here
4178
%%WWWDIR%%/apps/federation/appinfo/info.xml
5222
%%WWWDIR%%/apps/federation/appinfo/info.xml
4179
%%WWWDIR%%/apps/federation/appinfo/routes.php
5223
%%WWWDIR%%/apps/federation/appinfo/routes.php
4180
%%WWWDIR%%/apps/federation/appinfo/signature.json
5224
%%WWWDIR%%/apps/federation/appinfo/signature.json
5225
%%WWWDIR%%/apps/federation/composer/autoload.php
5226
%%WWWDIR%%/apps/federation/composer/composer.json
5227
%%WWWDIR%%/apps/federation/composer/composer/ClassLoader.php
5228
%%WWWDIR%%/apps/federation/composer/composer/LICENSE
5229
%%WWWDIR%%/apps/federation/composer/composer/autoload_classmap.php
5230
%%WWWDIR%%/apps/federation/composer/composer/autoload_namespaces.php
5231
%%WWWDIR%%/apps/federation/composer/composer/autoload_psr4.php
5232
%%WWWDIR%%/apps/federation/composer/composer/autoload_real.php
5233
%%WWWDIR%%/apps/federation/composer/composer/autoload_static.php
4181
%%WWWDIR%%/apps/federation/css/settings-admin.css
5234
%%WWWDIR%%/apps/federation/css/settings-admin.css
4182
%%WWWDIR%%/apps/federation/img/app.svg
5235
%%WWWDIR%%/apps/federation/img/app.svg
4183
%%WWWDIR%%/apps/federation/js/settings-admin.js
5236
%%WWWDIR%%/apps/federation/js/settings-admin.js
Lines 4210-4219 Link Here
4210
%%WWWDIR%%/apps/federation/l10n/es.json
5263
%%WWWDIR%%/apps/federation/l10n/es.json
4211
%%WWWDIR%%/apps/federation/l10n/es_AR.js
5264
%%WWWDIR%%/apps/federation/l10n/es_AR.js
4212
%%WWWDIR%%/apps/federation/l10n/es_AR.json
5265
%%WWWDIR%%/apps/federation/l10n/es_AR.json
5266
%%WWWDIR%%/apps/federation/l10n/es_CL.js
5267
%%WWWDIR%%/apps/federation/l10n/es_CL.json
5268
%%WWWDIR%%/apps/federation/l10n/es_CO.js
5269
%%WWWDIR%%/apps/federation/l10n/es_CO.json
5270
%%WWWDIR%%/apps/federation/l10n/es_CR.js
5271
%%WWWDIR%%/apps/federation/l10n/es_CR.json
5272
%%WWWDIR%%/apps/federation/l10n/es_DO.js
5273
%%WWWDIR%%/apps/federation/l10n/es_DO.json
5274
%%WWWDIR%%/apps/federation/l10n/es_EC.js
5275
%%WWWDIR%%/apps/federation/l10n/es_EC.json
5276
%%WWWDIR%%/apps/federation/l10n/es_GT.js
5277
%%WWWDIR%%/apps/federation/l10n/es_GT.json
5278
%%WWWDIR%%/apps/federation/l10n/es_HN.js
5279
%%WWWDIR%%/apps/federation/l10n/es_HN.json
4213
%%WWWDIR%%/apps/federation/l10n/es_MX.js
5280
%%WWWDIR%%/apps/federation/l10n/es_MX.js
4214
%%WWWDIR%%/apps/federation/l10n/es_MX.json
5281
%%WWWDIR%%/apps/federation/l10n/es_MX.json
5282
%%WWWDIR%%/apps/federation/l10n/es_NI.js
5283
%%WWWDIR%%/apps/federation/l10n/es_NI.json
5284
%%WWWDIR%%/apps/federation/l10n/es_PA.js
5285
%%WWWDIR%%/apps/federation/l10n/es_PA.json
5286
%%WWWDIR%%/apps/federation/l10n/es_PE.js
5287
%%WWWDIR%%/apps/federation/l10n/es_PE.json
5288
%%WWWDIR%%/apps/federation/l10n/es_PR.js
5289
%%WWWDIR%%/apps/federation/l10n/es_PR.json
5290
%%WWWDIR%%/apps/federation/l10n/es_PY.js
5291
%%WWWDIR%%/apps/federation/l10n/es_PY.json
5292
%%WWWDIR%%/apps/federation/l10n/es_SV.js
5293
%%WWWDIR%%/apps/federation/l10n/es_SV.json
5294
%%WWWDIR%%/apps/federation/l10n/es_UY.js
5295
%%WWWDIR%%/apps/federation/l10n/es_UY.json
4215
%%WWWDIR%%/apps/federation/l10n/et_EE.js
5296
%%WWWDIR%%/apps/federation/l10n/et_EE.js
4216
%%WWWDIR%%/apps/federation/l10n/et_EE.json
5297
%%WWWDIR%%/apps/federation/l10n/et_EE.json
5298
%%WWWDIR%%/apps/federation/l10n/eu.js
5299
%%WWWDIR%%/apps/federation/l10n/eu.json
4217
%%WWWDIR%%/apps/federation/l10n/fi.js
5300
%%WWWDIR%%/apps/federation/l10n/fi.js
4218
%%WWWDIR%%/apps/federation/l10n/fi.json
5301
%%WWWDIR%%/apps/federation/l10n/fi.json
4219
%%WWWDIR%%/apps/federation/l10n/fi_FI.js
5302
%%WWWDIR%%/apps/federation/l10n/fi_FI.js
Lines 4238-4243 Link Here
4238
%%WWWDIR%%/apps/federation/l10n/it.json
5321
%%WWWDIR%%/apps/federation/l10n/it.json
4239
%%WWWDIR%%/apps/federation/l10n/ja.js
5322
%%WWWDIR%%/apps/federation/l10n/ja.js
4240
%%WWWDIR%%/apps/federation/l10n/ja.json
5323
%%WWWDIR%%/apps/federation/l10n/ja.json
5324
%%WWWDIR%%/apps/federation/l10n/ka_GE.js
5325
%%WWWDIR%%/apps/federation/l10n/ka_GE.json
4241
%%WWWDIR%%/apps/federation/l10n/ko.js
5326
%%WWWDIR%%/apps/federation/l10n/ko.js
4242
%%WWWDIR%%/apps/federation/l10n/ko.json
5327
%%WWWDIR%%/apps/federation/l10n/ko.json
4243
%%WWWDIR%%/apps/federation/l10n/lb.js
5328
%%WWWDIR%%/apps/federation/l10n/lb.js
Lines 4266-4271 Link Here
4266
%%WWWDIR%%/apps/federation/l10n/ro.json
5351
%%WWWDIR%%/apps/federation/l10n/ro.json
4267
%%WWWDIR%%/apps/federation/l10n/ru.js
5352
%%WWWDIR%%/apps/federation/l10n/ru.js
4268
%%WWWDIR%%/apps/federation/l10n/ru.json
5353
%%WWWDIR%%/apps/federation/l10n/ru.json
5354
%%WWWDIR%%/apps/federation/l10n/sk.js
5355
%%WWWDIR%%/apps/federation/l10n/sk.json
4269
%%WWWDIR%%/apps/federation/l10n/sl.js
5356
%%WWWDIR%%/apps/federation/l10n/sl.js
4270
%%WWWDIR%%/apps/federation/l10n/sl.json
5357
%%WWWDIR%%/apps/federation/l10n/sl.json
4271
%%WWWDIR%%/apps/federation/l10n/sq.js
5358
%%WWWDIR%%/apps/federation/l10n/sq.js
Lines 4306-4311 Link Here
4306
%%WWWDIR%%/apps/files/appinfo/info.xml
5393
%%WWWDIR%%/apps/files/appinfo/info.xml
4307
%%WWWDIR%%/apps/files/appinfo/routes.php
5394
%%WWWDIR%%/apps/files/appinfo/routes.php
4308
%%WWWDIR%%/apps/files/appinfo/signature.json
5395
%%WWWDIR%%/apps/files/appinfo/signature.json
5396
%%WWWDIR%%/apps/files/composer/autoload.php
5397
%%WWWDIR%%/apps/files/composer/composer.json
5398
%%WWWDIR%%/apps/files/composer/composer/ClassLoader.php
5399
%%WWWDIR%%/apps/files/composer/composer/LICENSE
5400
%%WWWDIR%%/apps/files/composer/composer/autoload_classmap.php
5401
%%WWWDIR%%/apps/files/composer/composer/autoload_namespaces.php
5402
%%WWWDIR%%/apps/files/composer/composer/autoload_psr4.php
5403
%%WWWDIR%%/apps/files/composer/composer/autoload_real.php
5404
%%WWWDIR%%/apps/files/composer/composer/autoload_static.php
4309
%%WWWDIR%%/apps/files/css/detailsView.scss
5405
%%WWWDIR%%/apps/files/css/detailsView.scss
4310
%%WWWDIR%%/apps/files/css/files.scss
5406
%%WWWDIR%%/apps/files/css/files.scss
4311
%%WWWDIR%%/apps/files/css/merged.scss
5407
%%WWWDIR%%/apps/files/css/merged.scss
Lines 4323-4328 Link Here
4323
%%WWWDIR%%/apps/files/img/external.svg
5419
%%WWWDIR%%/apps/files/img/external.svg
4324
%%WWWDIR%%/apps/files/img/folder.svg
5420
%%WWWDIR%%/apps/files/img/folder.svg
4325
%%WWWDIR%%/apps/files/img/public.svg
5421
%%WWWDIR%%/apps/files/img/public.svg
5422
%%WWWDIR%%/apps/files/img/quota.svg
4326
%%WWWDIR%%/apps/files/img/recent.svg
5423
%%WWWDIR%%/apps/files/img/recent.svg
4327
%%WWWDIR%%/apps/files/img/share.svg
5424
%%WWWDIR%%/apps/files/img/share.svg
4328
%%WWWDIR%%/apps/files/img/star.svg
5425
%%WWWDIR%%/apps/files/img/star.svg
Lines 4413-4420 Link Here
4413
%%WWWDIR%%/apps/files/l10n/es_AR.json
5510
%%WWWDIR%%/apps/files/l10n/es_AR.json
4414
%%WWWDIR%%/apps/files/l10n/es_CL.js
5511
%%WWWDIR%%/apps/files/l10n/es_CL.js
4415
%%WWWDIR%%/apps/files/l10n/es_CL.json
5512
%%WWWDIR%%/apps/files/l10n/es_CL.json
5513
%%WWWDIR%%/apps/files/l10n/es_CO.js
5514
%%WWWDIR%%/apps/files/l10n/es_CO.json
5515
%%WWWDIR%%/apps/files/l10n/es_CR.js
5516
%%WWWDIR%%/apps/files/l10n/es_CR.json
5517
%%WWWDIR%%/apps/files/l10n/es_DO.js
5518
%%WWWDIR%%/apps/files/l10n/es_DO.json
5519
%%WWWDIR%%/apps/files/l10n/es_EC.js
5520
%%WWWDIR%%/apps/files/l10n/es_EC.json
5521
%%WWWDIR%%/apps/files/l10n/es_GT.js
5522
%%WWWDIR%%/apps/files/l10n/es_GT.json
5523
%%WWWDIR%%/apps/files/l10n/es_HN.js
5524
%%WWWDIR%%/apps/files/l10n/es_HN.json
4416
%%WWWDIR%%/apps/files/l10n/es_MX.js
5525
%%WWWDIR%%/apps/files/l10n/es_MX.js
4417
%%WWWDIR%%/apps/files/l10n/es_MX.json
5526
%%WWWDIR%%/apps/files/l10n/es_MX.json
5527
%%WWWDIR%%/apps/files/l10n/es_NI.js
5528
%%WWWDIR%%/apps/files/l10n/es_NI.json
5529
%%WWWDIR%%/apps/files/l10n/es_PA.js
5530
%%WWWDIR%%/apps/files/l10n/es_PA.json
5531
%%WWWDIR%%/apps/files/l10n/es_PE.js
5532
%%WWWDIR%%/apps/files/l10n/es_PE.json
5533
%%WWWDIR%%/apps/files/l10n/es_PR.js
5534
%%WWWDIR%%/apps/files/l10n/es_PR.json
5535
%%WWWDIR%%/apps/files/l10n/es_PY.js
5536
%%WWWDIR%%/apps/files/l10n/es_PY.json
5537
%%WWWDIR%%/apps/files/l10n/es_SV.js
5538
%%WWWDIR%%/apps/files/l10n/es_SV.json
5539
%%WWWDIR%%/apps/files/l10n/es_UY.js
5540
%%WWWDIR%%/apps/files/l10n/es_UY.json
4418
%%WWWDIR%%/apps/files/l10n/et_EE.js
5541
%%WWWDIR%%/apps/files/l10n/et_EE.js
4419
%%WWWDIR%%/apps/files/l10n/et_EE.json
5542
%%WWWDIR%%/apps/files/l10n/et_EE.json
4420
%%WWWDIR%%/apps/files/l10n/eu.js
5543
%%WWWDIR%%/apps/files/l10n/eu.js
Lines 4612-5246 Link Here
4612
%%WWWDIR%%/apps/files/templates/recentlist.php
5735
%%WWWDIR%%/apps/files/templates/recentlist.php
4613
%%WWWDIR%%/apps/files/templates/simplelist.php
5736
%%WWWDIR%%/apps/files/templates/simplelist.php
4614
%%WWWDIR%%/apps/files_external/3rdparty/.gitignore
5737
%%WWWDIR%%/apps/files_external/3rdparty/.gitignore
4615
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/API.php
4616
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/Exception.php
4617
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/Exception/Forbidden.php
4618
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/Exception/NotFound.php
4619
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/Exception/OverQuota.php
4620
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/Exception/RequestToken.php
4621
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth.php
4622
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/Consumer/Dropbox.php
4623
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/Curl.php
4624
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/PEAR.php
4625
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/PHP.php
4626
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/Wordpress.php
4627
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/Zend.php
4628
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/ca-bundle.pem
4629
%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/autoload.php
4630
%%WWWDIR%%/apps/files_external/3rdparty/autoload.php
5738
%%WWWDIR%%/apps/files_external/3rdparty/autoload.php
4631
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Aws.php
4632
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/AbstractClient.php
4633
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/AwsClientInterface.php
4634
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/ClientBuilder.php
4635
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/DefaultClient.php
4636
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/ExpiredCredentialsChecker.php
4637
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/ThrottlingErrorChecker.php
4638
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/UploadBodyListener.php
4639
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/UserAgentListener.php
4640
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Command/AwsQueryVisitor.php
4641
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Command/JsonCommand.php
4642
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Command/QueryCommand.php
4643
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Command/XmlResponseLocationVisitor.php
4644
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/AbstractCredentialsDecorator.php
4645
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/AbstractRefreshableCredentials.php
4646
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/CacheableCredentials.php
4647
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/Credentials.php
4648
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/CredentialsInterface.php
4649
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/NullCredentials.php
4650
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php
4651
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum.php
4652
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/ClientOptions.php
4653
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/DateFormat.php
4654
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/Region.php
4655
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/Size.php
4656
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/Time.php
4657
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/UaString.php
4658
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/AwsExceptionInterface.php
4659
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/BadMethodCallException.php
4660
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/DomainException.php
4661
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/ExceptionFactoryInterface.php
4662
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/ExceptionListener.php
4663
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/InstanceProfileCredentialsException.php
4664
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/InvalidArgumentException.php
4665
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/LogicException.php
4666
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/MultipartUploadException.php
4667
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/NamespaceExceptionFactory.php
4668
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/OutOfBoundsException.php
4669
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/OverflowException.php
4670
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php
4671
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php
4672
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/ExceptionParserInterface.php
4673
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php
4674
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/JsonRestExceptionParser.php
4675
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/RequiredExtensionNotLoadedException.php
4676
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/RuntimeException.php
4677
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/ServiceResponseException.php
4678
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/TransferException.php
4679
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/UnexpectedValueException.php
4680
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Facade/Facade.php
4681
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Facade/FacadeInterface.php
4682
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Facade/facade-classes.php
4683
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Hash/ChunkHash.php
4684
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Hash/ChunkHashInterface.php
4685
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Hash/HashUtils.php
4686
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Hash/TreeHash.php
4687
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/HostNameUtils.php
4688
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/InstanceMetadata/InstanceMetadataClient.php
4689
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/InstanceMetadata/Waiter/ServiceAvailable.php
4690
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Iterator/AwsResourceIterator.php
4691
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Iterator/AwsResourceIteratorFactory.php
4692
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractTransfer.php
4693
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractTransferState.php
4694
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php
4695
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractUploadId.php
4696
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php
4697
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/TransferInterface.php
4698
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/TransferStateInterface.php
4699
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/UploadIdInterface.php
4700
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/UploadPartInterface.php
4701
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Resources/aws-config.php
4702
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Resources/public-endpoints.php
4703
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Resources/sdk1-config.php
4704
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/RulesEndpointProvider.php
4705
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/AbstractSignature.php
4706
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/EndpointSignatureInterface.php
4707
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureInterface.php
4708
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureListener.php
4709
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureV2.php
4710
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureV3Https.php
4711
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureV4.php
4712
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/AbstractResourceWaiter.php
4713
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/AbstractWaiter.php
4714
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/CallableWaiter.php
4715
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/CompositeWaiterFactory.php
4716
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/ConfigResourceWaiter.php
4717
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/ResourceWaiterInterface.php
4718
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterClassFactory.php
4719
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterConfig.php
4720
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterConfigFactory.php
4721
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterFactoryInterface.php
4722
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterInterface.php
4723
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/AcpListener.php
4724
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/BucketStyleListener.php
4725
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Command/S3Command.php
4726
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/CannedAcl.php
4727
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/EncodingType.php
4728
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Event.php
4729
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/GranteeType.php
4730
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Group.php
4731
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/MFADelete.php
4732
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/MetadataDirective.php
4733
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Payer.php
4734
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Permission.php
4735
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Protocol.php
4736
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/ServerSideEncryption.php
4737
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Status.php
4738
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Storage.php
4739
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/StorageClass.php
4740
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/AccessDeniedException.php
4741
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/AccountProblemException.php
4742
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php
4743
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/BadDigestException.php
4744
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/BucketAlreadyExistsException.php
4745
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php
4746
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/BucketNotEmptyException.php
4747
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/CredentialsNotSupportedException.php
4748
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php
4749
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/DeleteMultipleObjectsException.php
4750
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/EntityTooLargeException.php
4751
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/EntityTooSmallException.php
4752
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/ExpiredTokenException.php
4753
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/IllegalVersioningConfigurationException.php
4754
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/IncompleteBodyException.php
4755
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/IncorrectNumberOfFilesInPostRequestException.php
4756
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InlineDataTooLargeException.php
4757
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InternalErrorException.php
4758
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidAccessKeyIdException.php
4759
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidAddressingHeaderException.php
4760
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidArgumentException.php
4761
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidBucketNameException.php
4762
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidBucketStateException.php
4763
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidDigestException.php
4764
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidLocationConstraintException.php
4765
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidPartException.php
4766
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidPartOrderException.php
4767
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidPayerException.php
4768
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidPolicyDocumentException.php
4769
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidRangeException.php
4770
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidRequestException.php
4771
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidSOAPRequestException.php
4772
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidSecurityException.php
4773
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidStorageClassException.php
4774
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidTagErrorException.php
4775
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidTargetBucketForLoggingException.php
4776
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidTokenException.php
4777
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidURIException.php
4778
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/KeyTooLongException.php
4779
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MalformedACLErrorException.php
4780
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MalformedPOSTRequestException.php
4781
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MalformedXMLException.php
4782
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MaxMessageLengthExceededException.php
4783
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php
4784
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MetadataTooLargeException.php
4785
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MethodNotAllowedException.php
4786
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingAttachmentException.php
4787
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingContentLengthException.php
4788
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingRequestBodyErrorException.php
4789
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingSecurityElementException.php
4790
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingSecurityHeaderException.php
4791
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoLoggingStatusForKeyException.php
4792
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchBucketException.php
4793
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchBucketPolicyException.php
4794
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchCORSConfigurationException.php
4795
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchKeyException.php
4796
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchLifecycleConfigurationException.php
4797
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchTagSetErrorException.php
4798
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchUploadException.php
4799
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchVersionException.php
4800
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php
4801
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NotImplementedException.php
4802
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NotSignedUpException.php
4803
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NotSuchBucketPolicyException.php
4804
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/ObjectAlreadyInActiveTierErrorException.php
4805
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php
4806
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/OperationAbortedException.php
4807
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/Parser/S3ExceptionParser.php
4808
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/PermanentRedirectException.php
4809
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/PreconditionFailedException.php
4810
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RedirectException.php
4811
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RequestIsNotMultiPartContentException.php
4812
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RequestTimeTooSkewedException.php
4813
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RequestTimeoutException.php
4814
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php
4815
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/S3Exception.php
4816
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/ServiceUnavailableException.php
4817
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/SignatureDoesNotMatchException.php
4818
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/SlowDownException.php
4819
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/TemporaryRedirectException.php
4820
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/TokenRefreshRequiredException.php
4821
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/TooManyBucketsException.php
4822
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/UnexpectedContentException.php
4823
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/UnresolvableGrantByEmailAddressException.php
4824
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php
4825
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/ListBucketsIterator.php
4826
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/ListMultipartUploadsIterator.php
4827
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/ListObjectVersionsIterator.php
4828
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/ListObjectsIterator.php
4829
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/OpendirIterator.php
4830
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/Acp.php
4831
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/AcpBuilder.php
4832
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/ClearBucket.php
4833
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/DeleteObjectsBatch.php
4834
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/DeleteObjectsTransfer.php
4835
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/Grant.php
4836
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/Grantee.php
4837
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/AbstractTransfer.php
4838
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/ParallelTransfer.php
4839
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/SerialTransfer.php
4840
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/TransferState.php
4841
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/UploadBuilder.php
4842
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/UploadId.php
4843
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/UploadPart.php
4844
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/PostObject.php
4845
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Resources/s3-2006-03-01.php
4846
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/ResumableDownload.php
4847
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3Client.php
4848
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3Md5Listener.php
4849
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3Signature.php
4850
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3SignatureInterface.php
4851
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3SignatureV4.php
4852
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/SocketTimeoutChecker.php
4853
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/SseCpkListener.php
4854
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/StreamWrapper.php
4855
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/AbstractSync.php
4856
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/AbstractSyncBuilder.php
4857
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/ChangedFilesIterator.php
4858
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/DownloadSync.php
4859
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/DownloadSyncBuilder.php
4860
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/FilenameConverterInterface.php
4861
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/KeyConverter.php
4862
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/UploadSync.php
4863
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/UploadSyncBuilder.php
4864
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/AbstractBatchDecorator.php
4865
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/Batch.php
4866
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchBuilder.php
4867
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchClosureDivisor.php
4868
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchClosureTransfer.php
4869
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchCommandTransfer.php
4870
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchDivisorInterface.php
4871
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchInterface.php
4872
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchRequestTransfer.php
4873
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchSizeDivisor.php
4874
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchTransferInterface.php
4875
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/Exception/BatchTransferException.php
4876
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/ExceptionBufferingBatch.php
4877
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/FlushingBatch.php
4878
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/HistoryBatch.php
4879
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/NotifyingBatch.php
4880
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/composer.json
4881
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/AbstractCacheAdapter.php
4882
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/CacheAdapterFactory.php
4883
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/CacheAdapterInterface.php
4884
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/ClosureCacheAdapter.php
4885
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/DoctrineCacheAdapter.php
4886
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/NullCacheAdapter.php
4887
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/Zf1CacheAdapter.php
4888
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/Zf2CacheAdapter.php
4889
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/composer.json
4890
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/AbstractHasDispatcher.php
4891
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Collection.php
4892
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Event.php
4893
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/BadMethodCallException.php
4894
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/ExceptionCollection.php
4895
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/GuzzleException.php
4896
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/InvalidArgumentException.php
4897
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/RuntimeException.php
4898
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/UnexpectedValueException.php
4899
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/FromConfigInterface.php
4900
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/HasDispatcherInterface.php
4901
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/ToArrayInterface.php
4902
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Version.php
4903
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/composer.json
4904
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/AbstractEntityBodyDecorator.php
4905
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/CachingEntityBody.php
4906
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Client.php
4907
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/ClientInterface.php
4908
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlHandle.php
4909
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlMulti.php
4910
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlMultiInterface.php
4911
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlMultiProxy.php
4912
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlVersion.php
4913
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/RequestMediator.php
4914
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/EntityBody.php
4915
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/EntityBodyInterface.php
4916
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/BadResponseException.php
4917
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/ClientErrorResponseException.php
4918
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/CouldNotRewindStreamException.php
4919
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/CurlException.php
4920
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/HttpException.php
4921
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/MultiTransferException.php
4922
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/RequestException.php
4923
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/ServerErrorResponseException.php
4924
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/TooManyRedirectsException.php
4925
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/IoEmittingEntityBody.php
4926
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/AbstractMessage.php
4927
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/EntityEnclosingRequest.php
4928
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/EntityEnclosingRequestInterface.php
4929
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header.php
4930
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/CacheControl.php
4931
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/HeaderCollection.php
4932
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/HeaderFactory.php
4933
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/HeaderFactoryInterface.php
4934
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/HeaderInterface.php
4935
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/Link.php
4936
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/MessageInterface.php
4937
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/PostFile.php
4938
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/PostFileInterface.php
4939
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Request.php
4940
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/RequestFactory.php
4941
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/RequestFactoryInterface.php
4942
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/RequestInterface.php
4943
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Response.php
4944
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Mimetypes.php
4945
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryAggregator/CommaAggregator.php
4946
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryAggregator/DuplicateAggregator.php
4947
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryAggregator/PhpAggregator.php
4948
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php
4949
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryString.php
4950
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/ReadLimitEntityBody.php
4951
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/RedirectPlugin.php
4952
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Resources/cacert.pem
4953
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/StaticClient.php
4954
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Url.php
4955
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/composer.json
4956
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/Inflector.php
4957
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/InflectorInterface.php
4958
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/MemoizingInflector.php
4959
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/PreComputedInflector.php
4960
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/composer.json
4961
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/AppendIterator.php
4962
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/ChunkedIterator.php
4963
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/FilterIterator.php
4964
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/MapIterator.php
4965
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/MethodProxyIterator.php
4966
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/README.md
4967
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/composer.json
4968
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/AbstractLogAdapter.php
4969
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/ArrayLogAdapter.php
4970
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/ClosureLogAdapter.php
4971
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/LogAdapterInterface.php
4972
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/MessageFormatter.php
4973
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/MonologLogAdapter.php
4974
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/PsrLogAdapter.php
4975
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/Zf1LogAdapter.php
4976
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/Zf2LogAdapter.php
4977
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/composer.json
4978
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Cookie/CookieParser.php
4979
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Cookie/CookieParserInterface.php
4980
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Message/AbstractMessageParser.php
4981
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Message/MessageParser.php
4982
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Message/MessageParserInterface.php
4983
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Message/PeclHttpMessageParser.php
4984
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/ParserRegistry.php
4985
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/UriTemplate/PeclUriTemplate.php
4986
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/UriTemplate/UriTemplate.php
4987
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/UriTemplate/UriTemplateInterface.php
4988
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Url/UrlParser.php
4989
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Url/UrlParserInterface.php
4990
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/composer.json
4991
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Async/AsyncPlugin.php
4992
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Async/composer.json
4993
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php
4994
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php
4995
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/BackoffLogger.php
4996
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/BackoffPlugin.php
4997
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php
4998
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php
4999
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php
5000
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php
5001
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php
5002
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php
5003
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php
5004
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php
5005
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php
5006
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/composer.json
5007
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php
5008
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CachePlugin.php
5009
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CacheStorageInterface.php
5010
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php
5011
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php
5012
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php
5013
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DefaultCacheStorage.php
5014
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php
5015
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DefaultRevalidation.php
5016
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DenyRevalidation.php
5017
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/RevalidationInterface.php
5018
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/SkipRevalidation.php
5019
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/composer.json
5020
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/Cookie.php
5021
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php
5022
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php
5023
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php
5024
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/CookiePlugin.php
5025
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php
5026
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/composer.json
5027
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php
5028
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/CurlAuth/composer.json
5029
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php
5030
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php
5031
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php
5032
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/ErrorResponse/composer.json
5033
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/History/HistoryPlugin.php
5034
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/History/composer.json
5035
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Log/LogPlugin.php
5036
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Log/composer.json
5037
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php
5038
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php
5039
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Md5/composer.json
5040
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Mock/MockPlugin.php
5041
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Mock/composer.json
5042
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Oauth/OauthPlugin.php
5043
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Oauth/composer.json
5044
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/composer.json
5045
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/AbstractConfigLoader.php
5046
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Builder/ServiceBuilder.php
5047
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Builder/ServiceBuilderInterface.php
5048
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Builder/ServiceBuilderLoader.php
5049
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/CachingConfigLoader.php
5050
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Client.php
5051
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/ClientInterface.php
5052
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/AbstractCommand.php
5053
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/ClosureCommand.php
5054
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/CommandInterface.php
5055
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/CreateResponseClassEvent.php
5056
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/DefaultRequestSerializer.php
5057
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/DefaultResponseParser.php
5058
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/AliasFactory.php
5059
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/CompositeFactory.php
5060
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/ConcreteClassFactory.php
5061
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/FactoryInterface.php
5062
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/MapFactory.php
5063
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php
5064
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php
5065
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php
5066
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php
5067
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php
5068
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php
5069
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php
5070
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php
5071
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php
5072
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php
5073
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php
5074
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php
5075
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php
5076
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php
5077
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php
5078
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php
5079
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php
5080
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php
5081
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php
5082
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php
5083
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/OperationCommand.php
5084
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/OperationResponseParser.php
5085
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/RequestSerializerInterface.php
5086
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/ResponseClassInterface.php
5087
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/ResponseParserInterface.php
5088
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/ConfigLoaderInterface.php
5089
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/Operation.php
5090
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/OperationInterface.php
5091
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/Parameter.php
5092
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/SchemaFormatter.php
5093
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/SchemaValidator.php
5094
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/ServiceDescription.php
5095
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/ServiceDescriptionInterface.php
5096
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/ServiceDescriptionLoader.php
5097
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/ValidatorInterface.php
5098
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/CommandException.php
5099
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/CommandTransferException.php
5100
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/DescriptionBuilderException.php
5101
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/InconsistentClientTransferException.php
5102
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/ResponseClassException.php
5103
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/ServiceBuilderException.php
5104
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/ServiceNotFoundException.php
5105
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/ValidationException.php
5106
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php
5107
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php
5108
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/MapResourceIteratorFactory.php
5109
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/Model.php
5110
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIterator.php
5111
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php
5112
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIteratorClassFactory.php
5113
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php
5114
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIteratorInterface.php
5115
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/composer.json
5116
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/PhpStreamRequestFactory.php
5117
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/Stream.php
5118
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/StreamInterface.php
5119
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/StreamRequestFactoryInterface.php
5120
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/composer.json
5121
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/.gitignore
5122
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ApcClassLoader.php
5123
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ApcUniversalClassLoader.php
5124
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/CHANGELOG.md
5125
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ClassCollectionLoader.php
5126
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ClassLoader.php
5127
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ClassMapGenerator.php
5128
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/DebugClassLoader.php
5129
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/DebugUniversalClassLoader.php
5130
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/LICENSE
5131
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/MapClassLoader.php
5132
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Psr4ClassLoader.php
5133
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/README.md
5134
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/ApcUniversalClassLoaderTest.php
5135
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php
5136
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php
5137
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/ClassMapGeneratorTest.php
5138
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Bar.php
5139
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Baz.php
5140
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Foo.php
5141
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/FooBar.php
5142
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Bar.php
5143
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Baz.php
5144
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Foo.php
5145
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/ApcPrefixCollision/A/Bar.php
5146
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/ApcPrefixCollision/A/Foo.php
5147
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/NamespaceCollision/A/Bar.php
5148
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/NamespaceCollision/A/Foo.php
5149
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/ApcPrefixCollision/A/B/Bar.php
5150
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/ApcPrefixCollision/A/B/Foo.php
5151
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/NamespaceCollision/A/B/Bar.php
5152
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/NamespaceCollision/A/B/Foo.php
5153
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/fallback/Apc/Pearlike/FooBar.php
5154
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/fallback/Namespaced/FooBar.php
5155
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/A.php
5156
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/ATrait.php
5157
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/B.php
5158
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/BTrait.php
5159
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/CInterface.php
5160
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/CTrait.php
5161
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/D.php
5162
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/E.php
5163
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/GInterface.php
5164
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Bar.php
5165
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Baz.php
5166
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Foo.php
5167
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/WithComments.php
5168
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Bar.php
5169
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Baz.php
5170
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Foo.php
5171
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Bar.php
5172
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Baz.php
5173
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Foo.php
5174
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/WithComments.php
5175
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Bar.php
5176
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Baz.php
5177
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Foo.php
5178
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/A/Bar.php
5179
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/A/Foo.php
5180
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/C/Bar.php
5181
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/C/Foo.php
5182
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/A/Bar.php
5183
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/A/Foo.php
5184
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/C/Bar.php
5185
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/C/Foo.php
5186
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/A/B/Bar.php
5187
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/A/B/Foo.php
5188
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/C/B/Bar.php
5189
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/C/B/Foo.php
5190
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/A/B/Bar.php
5191
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/A/B/Foo.php
5192
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/C/B/Bar.php
5193
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/C/B/Foo.php
5194
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeClass.php
5195
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeInterface.php
5196
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeParent.php
5197
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/multipleNs.php
5198
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/notAClass.php
5199
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/notPhpFile.md
5200
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/sameNsMultipleClasses.php
5201
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/deps/traits.php
5202
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Namespaced/FooBar.php
5203
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Namespaced2/FooBar.php
5204
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Pearlike/FooBar.php
5205
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Pearlike2/FooBar.php
5206
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/includepath/Foo.php
5207
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/php5.4/traits.php
5208
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Class_With_Underscores.php
5209
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Foo.php
5210
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Class_With_Underscores.php
5211
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Foo.php
5212
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Psr4ClassLoaderTest.php
5213
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/UniversalClassLoaderTest.php
5214
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/UniversalClassLoader.php
5215
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/WinCacheClassLoader.php
5216
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/XcacheClassLoader.php
5217
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/composer.json
5218
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/phpunit.xml.dist
5219
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/.gitignore
5220
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/CHANGELOG.md
5221
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php
5222
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php
5223
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php
5224
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Debug/WrappedListener.php
5225
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php
5226
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Event.php
5227
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/EventDispatcher.php
5228
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
5229
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/EventSubscriberInterface.php
5230
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/GenericEvent.php
5231
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php
5232
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/LICENSE
5233
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/README.md
5234
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php
5235
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/Debug/TraceableEventDispatcherTest.php
5236
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php
5237
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php
5238
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/EventTest.php
5239
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php
5240
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php
5241
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/composer.json
5242
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/phpunit.xml.dist
5243
%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/aws-autoloader.php
5244
%%WWWDIR%%/apps/files_external/3rdparty/composer.json
5739
%%WWWDIR%%/apps/files_external/3rdparty/composer.json
5245
%%WWWDIR%%/apps/files_external/3rdparty/composer.lock
5740
%%WWWDIR%%/apps/files_external/3rdparty/composer.lock
5246
%%WWWDIR%%/apps/files_external/3rdparty/composer/ClassLoader.php
5741
%%WWWDIR%%/apps/files_external/3rdparty/composer/ClassLoader.php
Lines 5251-5395 Link Here
5251
%%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_real.php
5746
%%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_real.php
5252
%%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_static.php
5747
%%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_static.php
5253
%%WWWDIR%%/apps/files_external/3rdparty/composer/installed.json
5748
%%WWWDIR%%/apps/files_external/3rdparty/composer/installed.json
5254
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/LICENSE
5255
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/README.md
5256
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/Abstract.php
5257
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/AppIdentity.php
5258
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/AssertionCredentials.php
5259
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/ComputeEngine.php
5260
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/Exception.php
5261
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/LoginTicket.php
5262
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/OAuth2.php
5263
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/Simple.php
5264
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Abstract.php
5265
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Apc.php
5266
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Exception.php
5267
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/File.php
5268
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Memcache.php
5269
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Null.php
5270
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Client.php
5271
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Collection.php
5272
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Config.php
5273
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Exception.php
5274
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/Batch.php
5275
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/CacheParser.php
5276
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/MediaFileUpload.php
5277
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/REST.php
5278
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/Request.php
5279
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/Abstract.php
5280
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/Curl.php
5281
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/Exception.php
5282
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/Stream.php
5283
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/cacerts.pem
5284
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/Abstract.php
5285
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/Exception.php
5286
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/File.php
5287
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/Null.php
5288
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/Psr.php
5289
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Model.php
5290
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service.php
5291
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AdExchangeBuyer.php
5292
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AdExchangeSeller.php
5293
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AdSense.php
5294
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AdSenseHost.php
5295
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Admin.php
5296
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Analytics.php
5297
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AndroidEnterprise.php
5298
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AndroidPublisher.php
5299
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AppState.php
5300
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Appengine.php
5301
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Appsactivity.php
5302
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Audit.php
5303
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Autoscaler.php
5304
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Bigquery.php
5305
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Blogger.php
5306
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Books.php
5307
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Calendar.php
5308
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/CivicInfo.php
5309
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Classroom.php
5310
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/CloudMonitoring.php
5311
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/CloudUserAccounts.php
5312
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudbilling.php
5313
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Clouddebugger.php
5314
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudlatencytest.php
5315
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudresourcemanager.php
5316
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudsearch.php
5317
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudtrace.php
5318
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Compute.php
5319
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Computeaccounts.php
5320
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Container.php
5321
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Coordinate.php
5322
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Customsearch.php
5323
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/DataTransfer.php
5324
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Dataflow.php
5325
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Datastore.php
5326
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/DeploymentManager.php
5327
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Dfareporting.php
5328
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Directory.php
5329
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Dns.php
5330
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/DoubleClickBidManager.php
5331
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Doubleclicksearch.php
5332
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Drive.php
5333
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Exception.php
5334
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Fitness.php
5335
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Freebase.php
5336
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Fusiontables.php
5337
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Games.php
5338
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/GamesConfiguration.php
5339
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/GamesManagement.php
5340
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Genomics.php
5341
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Gmail.php
5342
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/GroupsMigration.php
5343
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Groupssettings.php
5344
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/IdentityToolkit.php
5345
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Licensing.php
5346
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Logging.php
5347
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Manager.php
5348
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/MapsEngine.php
5349
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Mirror.php
5350
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Oauth2.php
5351
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Pagespeedonline.php
5352
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Partners.php
5353
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Playmoviespartner.php
5354
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Plus.php
5355
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/PlusDomains.php
5356
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Prediction.php
5357
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Proximitybeacon.php
5358
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Pubsub.php
5359
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/QPXExpress.php
5360
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Replicapool.php
5361
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Replicapoolupdater.php
5362
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Reports.php
5363
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Reseller.php
5364
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Resource.php
5365
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Resourceviews.php
5366
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/SQLAdmin.php
5367
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Script.php
5368
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/ShoppingContent.php
5369
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/SiteVerification.php
5370
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Spectrum.php
5371
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Storage.php
5372
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Storagetransfer.php
5373
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/TagManager.php
5374
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Taskqueue.php
5375
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Tasks.php
5376
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Translate.php
5377
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Urlshortener.php
5378
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Webfonts.php
5379
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Webmasters.php
5380
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/YouTube.php
5381
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/YouTubeAnalytics.php
5382
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/YouTubeReporting.php
5383
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Signer/Abstract.php
5384
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Signer/P12.php
5385
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Task/Exception.php
5386
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Task/Retryable.php
5387
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Task/Runner.php
5388
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Utils.php
5389
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Utils/URITemplate.php
5390
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Verifier/Abstract.php
5391
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Verifier/Pem.php
5392
%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/autoload.php
5393
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/.gitignore
5749
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/.gitignore
5394
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/LICENSE.txt
5750
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/LICENSE.txt
5395
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/README.md
5751
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/README.md
Lines 5410-5415 Link Here
5410
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/ForbiddenException.php
5766
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/ForbiddenException.php
5411
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/HostDownException.php
5767
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/HostDownException.php
5412
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidHostException.php
5768
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidHostException.php
5769
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidParameterException.php
5413
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidPathException.php
5770
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidPathException.php
5414
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidRequestException.php
5771
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidRequestException.php
5415
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidResourceException.php
5772
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidResourceException.php
Lines 5418-5423 Link Here
5418
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/NoRouteToHostException.php
5775
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/NoRouteToHostException.php
5419
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/NotEmptyException.php
5776
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/NotEmptyException.php
5420
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/NotFoundException.php
5777
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/NotFoundException.php
5778
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/OutOfSpaceException.php
5779
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/RevisionMismatchException.php
5421
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/TimedOutException.php
5780
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/TimedOutException.php
5422
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/FileInfo.php
5781
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/FileInfo.php
5423
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/IFileInfo.php
5782
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/IFileInfo.php
Lines 5458-5464 Link Here
5458
%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/UrlCallBack.php
5817
%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/UrlCallBack.php
5459
%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/Wrapper.php
5818
%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/Wrapper.php
5460
%%WWWDIR%%/apps/files_external/ajax/applicable.php
5819
%%WWWDIR%%/apps/files_external/ajax/applicable.php
5461
%%WWWDIR%%/apps/files_external/ajax/oauth1.php
5462
%%WWWDIR%%/apps/files_external/ajax/oauth2.php
5820
%%WWWDIR%%/apps/files_external/ajax/oauth2.php
5463
%%WWWDIR%%/apps/files_external/appinfo/app.php
5821
%%WWWDIR%%/apps/files_external/appinfo/app.php
5464
%%WWWDIR%%/apps/files_external/appinfo/database.xml
5822
%%WWWDIR%%/apps/files_external/appinfo/database.xml
Lines 5470-5477 Link Here
5470
%%WWWDIR%%/apps/files_external/img/app-dark.svg
5828
%%WWWDIR%%/apps/files_external/img/app-dark.svg
5471
%%WWWDIR%%/apps/files_external/img/app.svg
5829
%%WWWDIR%%/apps/files_external/img/app.svg
5472
%%WWWDIR%%/apps/files_external/js/app.js
5830
%%WWWDIR%%/apps/files_external/js/app.js
5473
%%WWWDIR%%/apps/files_external/js/dropbox.js
5474
%%WWWDIR%%/apps/files_external/js/gdrive.js
5475
%%WWWDIR%%/apps/files_external/js/mountsfilelist.js
5831
%%WWWDIR%%/apps/files_external/js/mountsfilelist.js
5476
%%WWWDIR%%/apps/files_external/js/oauth1.js
5832
%%WWWDIR%%/apps/files_external/js/oauth1.js
5477
%%WWWDIR%%/apps/files_external/js/oauth2.js
5833
%%WWWDIR%%/apps/files_external/js/oauth2.js
Lines 5524-5531 Link Here
5524
%%WWWDIR%%/apps/files_external/l10n/es_AR.json
5880
%%WWWDIR%%/apps/files_external/l10n/es_AR.json
5525
%%WWWDIR%%/apps/files_external/l10n/es_CL.js
5881
%%WWWDIR%%/apps/files_external/l10n/es_CL.js
5526
%%WWWDIR%%/apps/files_external/l10n/es_CL.json
5882
%%WWWDIR%%/apps/files_external/l10n/es_CL.json
5883
%%WWWDIR%%/apps/files_external/l10n/es_CO.js
5884
%%WWWDIR%%/apps/files_external/l10n/es_CO.json
5885
%%WWWDIR%%/apps/files_external/l10n/es_CR.js
5886
%%WWWDIR%%/apps/files_external/l10n/es_CR.json
5887
%%WWWDIR%%/apps/files_external/l10n/es_DO.js
5888
%%WWWDIR%%/apps/files_external/l10n/es_DO.json
5889
%%WWWDIR%%/apps/files_external/l10n/es_EC.js
5890
%%WWWDIR%%/apps/files_external/l10n/es_EC.json
5891
%%WWWDIR%%/apps/files_external/l10n/es_GT.js
5892
%%WWWDIR%%/apps/files_external/l10n/es_GT.json
5893
%%WWWDIR%%/apps/files_external/l10n/es_HN.js
5894
%%WWWDIR%%/apps/files_external/l10n/es_HN.json
5527
%%WWWDIR%%/apps/files_external/l10n/es_MX.js
5895
%%WWWDIR%%/apps/files_external/l10n/es_MX.js
5528
%%WWWDIR%%/apps/files_external/l10n/es_MX.json
5896
%%WWWDIR%%/apps/files_external/l10n/es_MX.json
5897
%%WWWDIR%%/apps/files_external/l10n/es_NI.js
5898
%%WWWDIR%%/apps/files_external/l10n/es_NI.json
5899
%%WWWDIR%%/apps/files_external/l10n/es_PA.js
5900
%%WWWDIR%%/apps/files_external/l10n/es_PA.json
5901
%%WWWDIR%%/apps/files_external/l10n/es_PE.js
5902
%%WWWDIR%%/apps/files_external/l10n/es_PE.json
5903
%%WWWDIR%%/apps/files_external/l10n/es_PR.js
5904
%%WWWDIR%%/apps/files_external/l10n/es_PR.json
5905
%%WWWDIR%%/apps/files_external/l10n/es_PY.js
5906
%%WWWDIR%%/apps/files_external/l10n/es_PY.json
5907
%%WWWDIR%%/apps/files_external/l10n/es_SV.js
5908
%%WWWDIR%%/apps/files_external/l10n/es_SV.json
5909
%%WWWDIR%%/apps/files_external/l10n/es_UY.js
5910
%%WWWDIR%%/apps/files_external/l10n/es_UY.json
5529
%%WWWDIR%%/apps/files_external/l10n/et_EE.js
5911
%%WWWDIR%%/apps/files_external/l10n/et_EE.js
5530
%%WWWDIR%%/apps/files_external/l10n/et_EE.json
5912
%%WWWDIR%%/apps/files_external/l10n/et_EE.json
5531
%%WWWDIR%%/apps/files_external/l10n/eu.js
5913
%%WWWDIR%%/apps/files_external/l10n/eu.js
Lines 5678-5683 Link Here
5678
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/AuthMechanism.php
6060
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/AuthMechanism.php
5679
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/Builtin.php
6061
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/Builtin.php
5680
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/IUserProvided.php
6062
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/IUserProvided.php
6063
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/InvalidAuth.php
5681
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/NullMechanism.php
6064
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/NullMechanism.php
5682
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/OAuth1/OAuth1.php
6065
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/OAuth1/OAuth1.php
5683
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/OAuth2/OAuth2.php
6066
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/OAuth2/OAuth2.php
Lines 5692-5700 Link Here
5692
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/AmazonS3.php
6075
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/AmazonS3.php
5693
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/Backend.php
6076
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/Backend.php
5694
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/DAV.php
6077
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/DAV.php
5695
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/Dropbox.php
5696
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/FTP.php
6078
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/FTP.php
5697
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/Google.php
6079
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/InvalidBackend.php
5698
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/LegacyBackend.php
6080
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/LegacyBackend.php
5699
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/Local.php
6081
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/Local.php
5700
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/OwnCloud.php
6082
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/OwnCloud.php
Lines 5717-5725 Link Here
5717
%%WWWDIR%%/apps/files_external/lib/Lib/PriorityTrait.php
6099
%%WWWDIR%%/apps/files_external/lib/Lib/PriorityTrait.php
5718
%%WWWDIR%%/apps/files_external/lib/Lib/SessionStorageWrapper.php
6100
%%WWWDIR%%/apps/files_external/lib/Lib/SessionStorageWrapper.php
5719
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/AmazonS3.php
6101
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/AmazonS3.php
5720
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/Dropbox.php
5721
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/FTP.php
6102
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/FTP.php
5722
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/Google.php
5723
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/OwnCloud.php
6103
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/OwnCloud.php
5724
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/SFTP.php
6104
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/SFTP.php
5725
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/SMB.php
6105
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/SMB.php
Lines 5742-5751 Link Here
5742
%%WWWDIR%%/apps/files_external/lib/Service/UserStoragesService.php
6122
%%WWWDIR%%/apps/files_external/lib/Service/UserStoragesService.php
5743
%%WWWDIR%%/apps/files_external/lib/Service/UserTrait.php
6123
%%WWWDIR%%/apps/files_external/lib/Service/UserTrait.php
5744
%%WWWDIR%%/apps/files_external/lib/Settings/Admin.php
6124
%%WWWDIR%%/apps/files_external/lib/Settings/Admin.php
6125
%%WWWDIR%%/apps/files_external/lib/Settings/Personal.php
6126
%%WWWDIR%%/apps/files_external/lib/Settings/PersonalSection.php
5745
%%WWWDIR%%/apps/files_external/lib/Settings/Section.php
6127
%%WWWDIR%%/apps/files_external/lib/Settings/Section.php
5746
%%WWWDIR%%/apps/files_external/lib/config.php
6128
%%WWWDIR%%/apps/files_external/lib/config.php
5747
%%WWWDIR%%/apps/files_external/list.php
6129
%%WWWDIR%%/apps/files_external/list.php
5748
%%WWWDIR%%/apps/files_external/personal.php
5749
%%WWWDIR%%/apps/files_external/templates/list.php
6130
%%WWWDIR%%/apps/files_external/templates/list.php
5750
%%WWWDIR%%/apps/files_external/templates/settings.php
6131
%%WWWDIR%%/apps/files_external/templates/settings.php
5751
%%WWWDIR%%/apps/files_pdfviewer/.github/contributing.md
6132
%%WWWDIR%%/apps/files_pdfviewer/.github/contributing.md
Lines 6130-6141 Link Here
6130
%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/zu/viewer.properties
6511
%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/zu/viewer.properties
6131
%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/viewer.css
6512
%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/viewer.css
6132
%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/viewer.js
6513
%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/viewer.js
6133
%%WWWDIR%%/apps/files_sharing/ajax/shareinfo.php
6134
%%WWWDIR%%/apps/files_sharing/appinfo/app.php
6514
%%WWWDIR%%/apps/files_sharing/appinfo/app.php
6135
%%WWWDIR%%/apps/files_sharing/appinfo/database.xml
6515
%%WWWDIR%%/apps/files_sharing/appinfo/database.xml
6136
%%WWWDIR%%/apps/files_sharing/appinfo/info.xml
6516
%%WWWDIR%%/apps/files_sharing/appinfo/info.xml
6137
%%WWWDIR%%/apps/files_sharing/appinfo/routes.php
6517
%%WWWDIR%%/apps/files_sharing/appinfo/routes.php
6138
%%WWWDIR%%/apps/files_sharing/appinfo/signature.json
6518
%%WWWDIR%%/apps/files_sharing/appinfo/signature.json
6519
%%WWWDIR%%/apps/files_sharing/composer/autoload.php
6520
%%WWWDIR%%/apps/files_sharing/composer/composer.json
6521
%%WWWDIR%%/apps/files_sharing/composer/composer/ClassLoader.php
6522
%%WWWDIR%%/apps/files_sharing/composer/composer/LICENSE
6523
%%WWWDIR%%/apps/files_sharing/composer/composer/autoload_classmap.php
6524
%%WWWDIR%%/apps/files_sharing/composer/composer/autoload_namespaces.php
6525
%%WWWDIR%%/apps/files_sharing/composer/composer/autoload_psr4.php
6526
%%WWWDIR%%/apps/files_sharing/composer/composer/autoload_real.php
6527
%%WWWDIR%%/apps/files_sharing/composer/composer/autoload_static.php
6139
%%WWWDIR%%/apps/files_sharing/css/404.css
6528
%%WWWDIR%%/apps/files_sharing/css/404.css
6140
%%WWWDIR%%/apps/files_sharing/css/authenticate.css
6529
%%WWWDIR%%/apps/files_sharing/css/authenticate.css
6141
%%WWWDIR%%/apps/files_sharing/css/mergedAdditionalStyles.scss
6530
%%WWWDIR%%/apps/files_sharing/css/mergedAdditionalStyles.scss
Lines 6200-6207 Link Here
6200
%%WWWDIR%%/apps/files_sharing/l10n/es_AR.json
6589
%%WWWDIR%%/apps/files_sharing/l10n/es_AR.json
6201
%%WWWDIR%%/apps/files_sharing/l10n/es_CL.js
6590
%%WWWDIR%%/apps/files_sharing/l10n/es_CL.js
6202
%%WWWDIR%%/apps/files_sharing/l10n/es_CL.json
6591
%%WWWDIR%%/apps/files_sharing/l10n/es_CL.json
6592
%%WWWDIR%%/apps/files_sharing/l10n/es_CO.js
6593
%%WWWDIR%%/apps/files_sharing/l10n/es_CO.json
6594
%%WWWDIR%%/apps/files_sharing/l10n/es_CR.js
6595
%%WWWDIR%%/apps/files_sharing/l10n/es_CR.json
6596
%%WWWDIR%%/apps/files_sharing/l10n/es_DO.js
6597
%%WWWDIR%%/apps/files_sharing/l10n/es_DO.json
6598
%%WWWDIR%%/apps/files_sharing/l10n/es_EC.js
6599
%%WWWDIR%%/apps/files_sharing/l10n/es_EC.json
6600
%%WWWDIR%%/apps/files_sharing/l10n/es_GT.js
6601
%%WWWDIR%%/apps/files_sharing/l10n/es_GT.json
6602
%%WWWDIR%%/apps/files_sharing/l10n/es_HN.js
6603
%%WWWDIR%%/apps/files_sharing/l10n/es_HN.json
6203
%%WWWDIR%%/apps/files_sharing/l10n/es_MX.js
6604
%%WWWDIR%%/apps/files_sharing/l10n/es_MX.js
6204
%%WWWDIR%%/apps/files_sharing/l10n/es_MX.json
6605
%%WWWDIR%%/apps/files_sharing/l10n/es_MX.json
6606
%%WWWDIR%%/apps/files_sharing/l10n/es_NI.js
6607
%%WWWDIR%%/apps/files_sharing/l10n/es_NI.json
6608
%%WWWDIR%%/apps/files_sharing/l10n/es_PA.js
6609
%%WWWDIR%%/apps/files_sharing/l10n/es_PA.json
6610
%%WWWDIR%%/apps/files_sharing/l10n/es_PE.js
6611
%%WWWDIR%%/apps/files_sharing/l10n/es_PE.json
6612
%%WWWDIR%%/apps/files_sharing/l10n/es_PR.js
6613
%%WWWDIR%%/apps/files_sharing/l10n/es_PR.json
6614
%%WWWDIR%%/apps/files_sharing/l10n/es_PY.js
6615
%%WWWDIR%%/apps/files_sharing/l10n/es_PY.json
6616
%%WWWDIR%%/apps/files_sharing/l10n/es_SV.js
6617
%%WWWDIR%%/apps/files_sharing/l10n/es_SV.json
6618
%%WWWDIR%%/apps/files_sharing/l10n/es_UY.js
6619
%%WWWDIR%%/apps/files_sharing/l10n/es_UY.json
6205
%%WWWDIR%%/apps/files_sharing/l10n/et_EE.js
6620
%%WWWDIR%%/apps/files_sharing/l10n/et_EE.js
6206
%%WWWDIR%%/apps/files_sharing/l10n/et_EE.json
6621
%%WWWDIR%%/apps/files_sharing/l10n/et_EE.json
6207
%%WWWDIR%%/apps/files_sharing/l10n/eu.js
6622
%%WWWDIR%%/apps/files_sharing/l10n/eu.js
Lines 6347-6352 Link Here
6347
%%WWWDIR%%/apps/files_sharing/lib/AppInfo/Application.php
6762
%%WWWDIR%%/apps/files_sharing/lib/AppInfo/Application.php
6348
%%WWWDIR%%/apps/files_sharing/lib/Cache.php
6763
%%WWWDIR%%/apps/files_sharing/lib/Cache.php
6349
%%WWWDIR%%/apps/files_sharing/lib/Capabilities.php
6764
%%WWWDIR%%/apps/files_sharing/lib/Capabilities.php
6765
%%WWWDIR%%/apps/files_sharing/lib/Collaboration/ShareRecipientSorter.php
6350
%%WWWDIR%%/apps/files_sharing/lib/Command/CleanupRemoteStorages.php
6766
%%WWWDIR%%/apps/files_sharing/lib/Command/CleanupRemoteStorages.php
6351
%%WWWDIR%%/apps/files_sharing/lib/Controller/ExternalSharesController.php
6767
%%WWWDIR%%/apps/files_sharing/lib/Controller/ExternalSharesController.php
6352
%%WWWDIR%%/apps/files_sharing/lib/Controller/PublicPreviewController.php
6768
%%WWWDIR%%/apps/files_sharing/lib/Controller/PublicPreviewController.php
Lines 6353-6358 Link Here
6353
%%WWWDIR%%/apps/files_sharing/lib/Controller/RemoteController.php
6769
%%WWWDIR%%/apps/files_sharing/lib/Controller/RemoteController.php
6354
%%WWWDIR%%/apps/files_sharing/lib/Controller/ShareAPIController.php
6770
%%WWWDIR%%/apps/files_sharing/lib/Controller/ShareAPIController.php
6355
%%WWWDIR%%/apps/files_sharing/lib/Controller/ShareController.php
6771
%%WWWDIR%%/apps/files_sharing/lib/Controller/ShareController.php
6772
%%WWWDIR%%/apps/files_sharing/lib/Controller/ShareInfoController.php
6356
%%WWWDIR%%/apps/files_sharing/lib/Controller/ShareesAPIController.php
6773
%%WWWDIR%%/apps/files_sharing/lib/Controller/ShareesAPIController.php
6357
%%WWWDIR%%/apps/files_sharing/lib/DeleteOrphanedSharesJob.php
6774
%%WWWDIR%%/apps/files_sharing/lib/DeleteOrphanedSharesJob.php
6358
%%WWWDIR%%/apps/files_sharing/lib/Exceptions/BrokenPath.php
6775
%%WWWDIR%%/apps/files_sharing/lib/Exceptions/BrokenPath.php
Lines 6369-6374 Link Here
6369
%%WWWDIR%%/apps/files_sharing/lib/Hooks.php
6786
%%WWWDIR%%/apps/files_sharing/lib/Hooks.php
6370
%%WWWDIR%%/apps/files_sharing/lib/ISharedStorage.php
6787
%%WWWDIR%%/apps/files_sharing/lib/ISharedStorage.php
6371
%%WWWDIR%%/apps/files_sharing/lib/Middleware/OCSShareAPIMiddleware.php
6788
%%WWWDIR%%/apps/files_sharing/lib/Middleware/OCSShareAPIMiddleware.php
6789
%%WWWDIR%%/apps/files_sharing/lib/Middleware/ShareInfoMiddleware.php
6372
%%WWWDIR%%/apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php
6790
%%WWWDIR%%/apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php
6373
%%WWWDIR%%/apps/files_sharing/lib/Migration/OwncloudGuestShareType.php
6791
%%WWWDIR%%/apps/files_sharing/lib/Migration/OwncloudGuestShareType.php
6374
%%WWWDIR%%/apps/files_sharing/lib/Migration/SetPasswordColumn.php
6792
%%WWWDIR%%/apps/files_sharing/lib/Migration/SetPasswordColumn.php
Lines 6388-6398 Link Here
6388
%%WWWDIR%%/apps/files_texteditor/.github/contributing.md
6806
%%WWWDIR%%/apps/files_texteditor/.github/contributing.md
6389
%%WWWDIR%%/apps/files_texteditor/.github/issue_template.md
6807
%%WWWDIR%%/apps/files_texteditor/.github/issue_template.md
6390
%%WWWDIR%%/apps/files_texteditor/appinfo/app.php
6808
%%WWWDIR%%/apps/files_texteditor/appinfo/app.php
6391
%%WWWDIR%%/apps/files_texteditor/appinfo/application.php
6392
%%WWWDIR%%/apps/files_texteditor/appinfo/info.xml
6809
%%WWWDIR%%/apps/files_texteditor/appinfo/info.xml
6393
%%WWWDIR%%/apps/files_texteditor/appinfo/routes.php
6810
%%WWWDIR%%/apps/files_texteditor/appinfo/routes.php
6394
%%WWWDIR%%/apps/files_texteditor/appinfo/signature.json
6811
%%WWWDIR%%/apps/files_texteditor/appinfo/signature.json
6395
%%WWWDIR%%/apps/files_texteditor/controller/filehandlingcontroller.php
6396
%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.eot
6812
%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.eot
6397
%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.svg
6813
%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.svg
6398
%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.ttf
6814
%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.ttf
Lines 6401-6406 Link Here
6401
%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/stylesheet.scss
6817
%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/stylesheet.scss
6402
%%WWWDIR%%/apps/files_texteditor/css/merged.scss
6818
%%WWWDIR%%/apps/files_texteditor/css/merged.scss
6403
%%WWWDIR%%/apps/files_texteditor/css/mobile.scss
6819
%%WWWDIR%%/apps/files_texteditor/css/mobile.scss
6820
%%WWWDIR%%/apps/files_texteditor/css/public-share.css
6404
%%WWWDIR%%/apps/files_texteditor/css/style.scss
6821
%%WWWDIR%%/apps/files_texteditor/css/style.scss
6405
%%WWWDIR%%/apps/files_texteditor/img/app.png
6822
%%WWWDIR%%/apps/files_texteditor/img/app.png
6406
%%WWWDIR%%/apps/files_texteditor/img/app.svg
6823
%%WWWDIR%%/apps/files_texteditor/img/app.svg
Lines 6425-6430 Link Here
6425
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-assembly_x86.js
6842
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-assembly_x86.js
6426
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-autohotkey.js
6843
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-autohotkey.js
6427
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-batchfile.js
6844
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-batchfile.js
6845
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-bro.js
6428
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-c9search.js
6846
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-c9search.js
6429
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-c_cpp.js
6847
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-c_cpp.js
6430
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-cirru.js
6848
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-cirru.js
Lines 6456-6461 Link Here
6456
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-glsl.js
6874
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-glsl.js
6457
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-gobstones.js
6875
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-gobstones.js
6458
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-golang.js
6876
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-golang.js
6877
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-graphqlschema.js
6459
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-groovy.js
6878
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-groovy.js
6460
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-haml.js
6879
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-haml.js
6461
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-handlebars.js
6880
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-handlebars.js
Lines 6462-6467 Link Here
6462
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-haskell.js
6881
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-haskell.js
6463
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-haskell_cabal.js
6882
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-haskell_cabal.js
6464
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-haxe.js
6883
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-haxe.js
6884
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-hjson.js
6465
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-html.js
6885
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-html.js
6466
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-html_elixir.js
6886
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-html_elixir.js
6467
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-html_ruby.js
6887
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-html_ruby.js
Lines 6508-6513 Link Here
6508
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-perl.js
6928
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-perl.js
6509
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-pgsql.js
6929
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-pgsql.js
6510
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-php.js
6930
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-php.js
6931
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-pig.js
6511
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-plain_text.js
6932
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-plain_text.js
6512
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-powershell.js
6933
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-powershell.js
6513
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-praat.js
6934
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-praat.js
Lines 6533-6538 Link Here
6533
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-snippets.js
6954
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-snippets.js
6534
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-soy_template.js
6955
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-soy_template.js
6535
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-space.js
6956
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-space.js
6957
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-sparql.js
6536
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-sql.js
6958
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-sql.js
6537
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-sqlserver.js
6959
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-sqlserver.js
6538
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-stylus.js
6960
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-stylus.js
Lines 6545-6550 Link Here
6545
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-textile.js
6967
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-textile.js
6546
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-toml.js
6968
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-toml.js
6547
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-tsx.js
6969
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-tsx.js
6970
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-turtle.js
6548
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-twig.js
6971
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-twig.js
6549
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-typescript.js
6972
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-typescript.js
6550
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-vala.js
6973
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-vala.js
Lines 6566-6571 Link Here
6566
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/assembly_x86.js
6989
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/assembly_x86.js
6567
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/autohotkey.js
6990
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/autohotkey.js
6568
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/batchfile.js
6991
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/batchfile.js
6992
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/bro.js
6569
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/c9search.js
6993
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/c9search.js
6570
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/c_cpp.js
6994
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/c_cpp.js
6571
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/cirru.js
6995
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/cirru.js
Lines 6597-6602 Link Here
6597
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/glsl.js
7021
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/glsl.js
6598
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/gobstones.js
7022
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/gobstones.js
6599
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/golang.js
7023
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/golang.js
7024
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/graphqlschema.js
6600
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/groovy.js
7025
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/groovy.js
6601
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/haml.js
7026
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/haml.js
6602
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/handlebars.js
7027
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/handlebars.js
Lines 6603-6608 Link Here
6603
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/haskell.js
7028
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/haskell.js
6604
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/haskell_cabal.js
7029
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/haskell_cabal.js
6605
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/haxe.js
7030
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/haxe.js
7031
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/hjson.js
6606
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/html.js
7032
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/html.js
6607
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/html_elixir.js
7033
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/html_elixir.js
6608
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/html_ruby.js
7034
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/html_ruby.js
Lines 6648-6653 Link Here
6648
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/perl.js
7074
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/perl.js
6649
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/pgsql.js
7075
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/pgsql.js
6650
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/php.js
7076
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/php.js
7077
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/pig.js
6651
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/plain_text.js
7078
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/plain_text.js
6652
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/powershell.js
7079
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/powershell.js
6653
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/praat.js
7080
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/praat.js
Lines 6673-6678 Link Here
6673
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/snippets.js
7100
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/snippets.js
6674
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/soy_template.js
7101
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/soy_template.js
6675
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/space.js
7102
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/space.js
7103
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/sparql.js
6676
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/sql.js
7104
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/sql.js
6677
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/sqlserver.js
7105
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/sqlserver.js
6678
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/stylus.js
7106
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/stylus.js
Lines 6685-6690 Link Here
6685
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/textile.js
7113
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/textile.js
6686
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/toml.js
7114
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/toml.js
6687
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/tsx.js
7115
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/tsx.js
7116
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/turtle.js
6688
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/twig.js
7117
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/twig.js
6689
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/typescript.js
7118
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/typescript.js
6690
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/vala.js
7119
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/vala.js
Lines 6708-6713 Link Here
6708
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/worker-xquery.js
7137
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/worker-xquery.js
6709
%%WWWDIR%%/apps/files_texteditor/js/editor.js
7138
%%WWWDIR%%/apps/files_texteditor/js/editor.js
6710
%%WWWDIR%%/apps/files_texteditor/js/merged.json
7139
%%WWWDIR%%/apps/files_texteditor/js/merged.json
7140
%%WWWDIR%%/apps/files_texteditor/js/public-share.js
6711
%%WWWDIR%%/apps/files_texteditor/js/sidebarpreview.js
7141
%%WWWDIR%%/apps/files_texteditor/js/sidebarpreview.js
6712
%%WWWDIR%%/apps/files_texteditor/l10n/.gitkeep
7142
%%WWWDIR%%/apps/files_texteditor/l10n/.gitkeep
6713
%%WWWDIR%%/apps/files_texteditor/l10n/.tx/config
7143
%%WWWDIR%%/apps/files_texteditor/l10n/.tx/config
Lines 6718-6725 Link Here
6718
%%WWWDIR%%/apps/files_texteditor/l10n/az.json
7148
%%WWWDIR%%/apps/files_texteditor/l10n/az.json
6719
%%WWWDIR%%/apps/files_texteditor/l10n/bg.js
7149
%%WWWDIR%%/apps/files_texteditor/l10n/bg.js
6720
%%WWWDIR%%/apps/files_texteditor/l10n/bg.json
7150
%%WWWDIR%%/apps/files_texteditor/l10n/bg.json
6721
%%WWWDIR%%/apps/files_texteditor/l10n/bg_BG.js
6722
%%WWWDIR%%/apps/files_texteditor/l10n/bg_BG.json
6723
%%WWWDIR%%/apps/files_texteditor/l10n/bn_BD.php
7151
%%WWWDIR%%/apps/files_texteditor/l10n/bn_BD.php
6724
%%WWWDIR%%/apps/files_texteditor/l10n/bs.php
7152
%%WWWDIR%%/apps/files_texteditor/l10n/bs.php
6725
%%WWWDIR%%/apps/files_texteditor/l10n/ca.js
7153
%%WWWDIR%%/apps/files_texteditor/l10n/ca.js
Lines 6726-6733 Link Here
6726
%%WWWDIR%%/apps/files_texteditor/l10n/ca.json
7154
%%WWWDIR%%/apps/files_texteditor/l10n/ca.json
6727
%%WWWDIR%%/apps/files_texteditor/l10n/cs.js
7155
%%WWWDIR%%/apps/files_texteditor/l10n/cs.js
6728
%%WWWDIR%%/apps/files_texteditor/l10n/cs.json
7156
%%WWWDIR%%/apps/files_texteditor/l10n/cs.json
6729
%%WWWDIR%%/apps/files_texteditor/l10n/cs_CZ.js
6730
%%WWWDIR%%/apps/files_texteditor/l10n/cs_CZ.json
6731
%%WWWDIR%%/apps/files_texteditor/l10n/cy_GB.php
7157
%%WWWDIR%%/apps/files_texteditor/l10n/cy_GB.php
6732
%%WWWDIR%%/apps/files_texteditor/l10n/da.js
7158
%%WWWDIR%%/apps/files_texteditor/l10n/da.js
6733
%%WWWDIR%%/apps/files_texteditor/l10n/da.json
7159
%%WWWDIR%%/apps/files_texteditor/l10n/da.json
Lines 6746-6753 Link Here
6746
%%WWWDIR%%/apps/files_texteditor/l10n/es.json
7172
%%WWWDIR%%/apps/files_texteditor/l10n/es.json
6747
%%WWWDIR%%/apps/files_texteditor/l10n/es_AR.js
7173
%%WWWDIR%%/apps/files_texteditor/l10n/es_AR.js
6748
%%WWWDIR%%/apps/files_texteditor/l10n/es_AR.json
7174
%%WWWDIR%%/apps/files_texteditor/l10n/es_AR.json
7175
%%WWWDIR%%/apps/files_texteditor/l10n/es_CL.js
7176
%%WWWDIR%%/apps/files_texteditor/l10n/es_CL.json
7177
%%WWWDIR%%/apps/files_texteditor/l10n/es_CO.js
7178
%%WWWDIR%%/apps/files_texteditor/l10n/es_CO.json
7179
%%WWWDIR%%/apps/files_texteditor/l10n/es_CR.js
7180
%%WWWDIR%%/apps/files_texteditor/l10n/es_CR.json
7181
%%WWWDIR%%/apps/files_texteditor/l10n/es_DO.js
7182
%%WWWDIR%%/apps/files_texteditor/l10n/es_DO.json
7183
%%WWWDIR%%/apps/files_texteditor/l10n/es_EC.js
7184
%%WWWDIR%%/apps/files_texteditor/l10n/es_EC.json
7185
%%WWWDIR%%/apps/files_texteditor/l10n/es_GT.js
7186
%%WWWDIR%%/apps/files_texteditor/l10n/es_GT.json
7187
%%WWWDIR%%/apps/files_texteditor/l10n/es_HN.js
7188
%%WWWDIR%%/apps/files_texteditor/l10n/es_HN.json
6749
%%WWWDIR%%/apps/files_texteditor/l10n/es_MX.js
7189
%%WWWDIR%%/apps/files_texteditor/l10n/es_MX.js
6750
%%WWWDIR%%/apps/files_texteditor/l10n/es_MX.json
7190
%%WWWDIR%%/apps/files_texteditor/l10n/es_MX.json
7191
%%WWWDIR%%/apps/files_texteditor/l10n/es_NI.js
7192
%%WWWDIR%%/apps/files_texteditor/l10n/es_NI.json
7193
%%WWWDIR%%/apps/files_texteditor/l10n/es_PA.js
7194
%%WWWDIR%%/apps/files_texteditor/l10n/es_PA.json
7195
%%WWWDIR%%/apps/files_texteditor/l10n/es_PE.js
7196
%%WWWDIR%%/apps/files_texteditor/l10n/es_PE.json
7197
%%WWWDIR%%/apps/files_texteditor/l10n/es_PR.js
7198
%%WWWDIR%%/apps/files_texteditor/l10n/es_PR.json
7199
%%WWWDIR%%/apps/files_texteditor/l10n/es_PY.js
7200
%%WWWDIR%%/apps/files_texteditor/l10n/es_PY.json
7201
%%WWWDIR%%/apps/files_texteditor/l10n/es_SV.js
7202
%%WWWDIR%%/apps/files_texteditor/l10n/es_SV.json
7203
%%WWWDIR%%/apps/files_texteditor/l10n/es_UY.js
7204
%%WWWDIR%%/apps/files_texteditor/l10n/es_UY.json
6751
%%WWWDIR%%/apps/files_texteditor/l10n/et_EE.js
7205
%%WWWDIR%%/apps/files_texteditor/l10n/et_EE.js
6752
%%WWWDIR%%/apps/files_texteditor/l10n/et_EE.json
7206
%%WWWDIR%%/apps/files_texteditor/l10n/et_EE.json
6753
%%WWWDIR%%/apps/files_texteditor/l10n/eu.php
7207
%%WWWDIR%%/apps/files_texteditor/l10n/eu.php
Lines 6756-6767 Link Here
6756
%%WWWDIR%%/apps/files_texteditor/l10n/fa.json
7210
%%WWWDIR%%/apps/files_texteditor/l10n/fa.json
6757
%%WWWDIR%%/apps/files_texteditor/l10n/fi.js
7211
%%WWWDIR%%/apps/files_texteditor/l10n/fi.js
6758
%%WWWDIR%%/apps/files_texteditor/l10n/fi.json
7212
%%WWWDIR%%/apps/files_texteditor/l10n/fi.json
6759
%%WWWDIR%%/apps/files_texteditor/l10n/fi_FI.js
6760
%%WWWDIR%%/apps/files_texteditor/l10n/fi_FI.json
6761
%%WWWDIR%%/apps/files_texteditor/l10n/fr.js
7213
%%WWWDIR%%/apps/files_texteditor/l10n/fr.js
6762
%%WWWDIR%%/apps/files_texteditor/l10n/fr.json
7214
%%WWWDIR%%/apps/files_texteditor/l10n/fr.json
6763
%%WWWDIR%%/apps/files_texteditor/l10n/gl.js
6764
%%WWWDIR%%/apps/files_texteditor/l10n/gl.json
6765
%%WWWDIR%%/apps/files_texteditor/l10n/he.js
7215
%%WWWDIR%%/apps/files_texteditor/l10n/he.js
6766
%%WWWDIR%%/apps/files_texteditor/l10n/he.json
7216
%%WWWDIR%%/apps/files_texteditor/l10n/he.json
6767
%%WWWDIR%%/apps/files_texteditor/l10n/hi.php
7217
%%WWWDIR%%/apps/files_texteditor/l10n/hi.php
Lines 6768-6775 Link Here
6768
%%WWWDIR%%/apps/files_texteditor/l10n/hr.php
7218
%%WWWDIR%%/apps/files_texteditor/l10n/hr.php
6769
%%WWWDIR%%/apps/files_texteditor/l10n/hu.js
7219
%%WWWDIR%%/apps/files_texteditor/l10n/hu.js
6770
%%WWWDIR%%/apps/files_texteditor/l10n/hu.json
7220
%%WWWDIR%%/apps/files_texteditor/l10n/hu.json
6771
%%WWWDIR%%/apps/files_texteditor/l10n/hu_HU.js
6772
%%WWWDIR%%/apps/files_texteditor/l10n/hu_HU.json
6773
%%WWWDIR%%/apps/files_texteditor/l10n/hy.js
7221
%%WWWDIR%%/apps/files_texteditor/l10n/hy.js
6774
%%WWWDIR%%/apps/files_texteditor/l10n/hy.json
7222
%%WWWDIR%%/apps/files_texteditor/l10n/hy.json
6775
%%WWWDIR%%/apps/files_texteditor/l10n/ia.php
7223
%%WWWDIR%%/apps/files_texteditor/l10n/ia.php
Lines 6781-6787 Link Here
6781
%%WWWDIR%%/apps/files_texteditor/l10n/it.json
7229
%%WWWDIR%%/apps/files_texteditor/l10n/it.json
6782
%%WWWDIR%%/apps/files_texteditor/l10n/ja.js
7230
%%WWWDIR%%/apps/files_texteditor/l10n/ja.js
6783
%%WWWDIR%%/apps/files_texteditor/l10n/ja.json
7231
%%WWWDIR%%/apps/files_texteditor/l10n/ja.json
6784
%%WWWDIR%%/apps/files_texteditor/l10n/ka_GE.php
7232
%%WWWDIR%%/apps/files_texteditor/l10n/ka_GE.js
7233
%%WWWDIR%%/apps/files_texteditor/l10n/ka_GE.json
6785
%%WWWDIR%%/apps/files_texteditor/l10n/km.php
7234
%%WWWDIR%%/apps/files_texteditor/l10n/km.php
6786
%%WWWDIR%%/apps/files_texteditor/l10n/ko.js
7235
%%WWWDIR%%/apps/files_texteditor/l10n/ko.js
6787
%%WWWDIR%%/apps/files_texteditor/l10n/ko.json
7236
%%WWWDIR%%/apps/files_texteditor/l10n/ko.json
Lines 6794-6801 Link Here
6794
%%WWWDIR%%/apps/files_texteditor/l10n/ms_MY.php
7243
%%WWWDIR%%/apps/files_texteditor/l10n/ms_MY.php
6795
%%WWWDIR%%/apps/files_texteditor/l10n/nb.js
7244
%%WWWDIR%%/apps/files_texteditor/l10n/nb.js
6796
%%WWWDIR%%/apps/files_texteditor/l10n/nb.json
7245
%%WWWDIR%%/apps/files_texteditor/l10n/nb.json
6797
%%WWWDIR%%/apps/files_texteditor/l10n/nb_NO.js
6798
%%WWWDIR%%/apps/files_texteditor/l10n/nb_NO.json
6799
%%WWWDIR%%/apps/files_texteditor/l10n/nl.js
7246
%%WWWDIR%%/apps/files_texteditor/l10n/nl.js
6800
%%WWWDIR%%/apps/files_texteditor/l10n/nl.json
7247
%%WWWDIR%%/apps/files_texteditor/l10n/nl.json
6801
%%WWWDIR%%/apps/files_texteditor/l10n/nn_NO.js
7248
%%WWWDIR%%/apps/files_texteditor/l10n/nn_NO.js
Lines 6816-6823 Link Here
6816
%%WWWDIR%%/apps/files_texteditor/l10n/si_LK.php
7263
%%WWWDIR%%/apps/files_texteditor/l10n/si_LK.php
6817
%%WWWDIR%%/apps/files_texteditor/l10n/sk.js
7264
%%WWWDIR%%/apps/files_texteditor/l10n/sk.js
6818
%%WWWDIR%%/apps/files_texteditor/l10n/sk.json
7265
%%WWWDIR%%/apps/files_texteditor/l10n/sk.json
6819
%%WWWDIR%%/apps/files_texteditor/l10n/sk_SK.js
6820
%%WWWDIR%%/apps/files_texteditor/l10n/sk_SK.json
6821
%%WWWDIR%%/apps/files_texteditor/l10n/sl.js
7266
%%WWWDIR%%/apps/files_texteditor/l10n/sl.js
6822
%%WWWDIR%%/apps/files_texteditor/l10n/sl.json
7267
%%WWWDIR%%/apps/files_texteditor/l10n/sl.json
6823
%%WWWDIR%%/apps/files_texteditor/l10n/sq.js
7268
%%WWWDIR%%/apps/files_texteditor/l10n/sq.js
Lines 6824-6831 Link Here
6824
%%WWWDIR%%/apps/files_texteditor/l10n/sq.json
7269
%%WWWDIR%%/apps/files_texteditor/l10n/sq.json
6825
%%WWWDIR%%/apps/files_texteditor/l10n/sr.js
7270
%%WWWDIR%%/apps/files_texteditor/l10n/sr.js
6826
%%WWWDIR%%/apps/files_texteditor/l10n/sr.json
7271
%%WWWDIR%%/apps/files_texteditor/l10n/sr.json
6827
%%WWWDIR%%/apps/files_texteditor/l10n/sr@latin.js
6828
%%WWWDIR%%/apps/files_texteditor/l10n/sr@latin.json
6829
%%WWWDIR%%/apps/files_texteditor/l10n/sv.js
7272
%%WWWDIR%%/apps/files_texteditor/l10n/sv.js
6830
%%WWWDIR%%/apps/files_texteditor/l10n/sv.json
7273
%%WWWDIR%%/apps/files_texteditor/l10n/sv.json
6831
%%WWWDIR%%/apps/files_texteditor/l10n/ta_LK.php
7274
%%WWWDIR%%/apps/files_texteditor/l10n/ta_LK.php
Lines 6832-6846 Link Here
6832
%%WWWDIR%%/apps/files_texteditor/l10n/te.php
7275
%%WWWDIR%%/apps/files_texteditor/l10n/te.php
6833
%%WWWDIR%%/apps/files_texteditor/l10n/th.js
7276
%%WWWDIR%%/apps/files_texteditor/l10n/th.js
6834
%%WWWDIR%%/apps/files_texteditor/l10n/th.json
7277
%%WWWDIR%%/apps/files_texteditor/l10n/th.json
6835
%%WWWDIR%%/apps/files_texteditor/l10n/th_TH.js
6836
%%WWWDIR%%/apps/files_texteditor/l10n/th_TH.json
6837
%%WWWDIR%%/apps/files_texteditor/l10n/tr.js
7278
%%WWWDIR%%/apps/files_texteditor/l10n/tr.js
6838
%%WWWDIR%%/apps/files_texteditor/l10n/tr.json
7279
%%WWWDIR%%/apps/files_texteditor/l10n/tr.json
6839
%%WWWDIR%%/apps/files_texteditor/l10n/ug.php
7280
%%WWWDIR%%/apps/files_texteditor/l10n/ug.php
6840
%%WWWDIR%%/apps/files_texteditor/l10n/uk.js
7281
%%WWWDIR%%/apps/files_texteditor/l10n/uk.js
6841
%%WWWDIR%%/apps/files_texteditor/l10n/uk.json
7282
%%WWWDIR%%/apps/files_texteditor/l10n/uk.json
6842
%%WWWDIR%%/apps/files_texteditor/l10n/vi.js
6843
%%WWWDIR%%/apps/files_texteditor/l10n/vi.json
6844
%%WWWDIR%%/apps/files_texteditor/l10n/vi.php
7283
%%WWWDIR%%/apps/files_texteditor/l10n/vi.php
6845
%%WWWDIR%%/apps/files_texteditor/l10n/zh_CN.js
7284
%%WWWDIR%%/apps/files_texteditor/l10n/zh_CN.js
6846
%%WWWDIR%%/apps/files_texteditor/l10n/zh_CN.json
7285
%%WWWDIR%%/apps/files_texteditor/l10n/zh_CN.json
Lines 6847-6852 Link Here
6847
%%WWWDIR%%/apps/files_texteditor/l10n/zh_HK.php
7286
%%WWWDIR%%/apps/files_texteditor/l10n/zh_HK.php
6848
%%WWWDIR%%/apps/files_texteditor/l10n/zh_TW.js
7287
%%WWWDIR%%/apps/files_texteditor/l10n/zh_TW.js
6849
%%WWWDIR%%/apps/files_texteditor/l10n/zh_TW.json
7288
%%WWWDIR%%/apps/files_texteditor/l10n/zh_TW.json
7289
%%WWWDIR%%/apps/files_texteditor/lib/Controller/FileHandlingController.php
6850
%%WWWDIR%%/apps/files_trashbin/ajax/delete.php
7290
%%WWWDIR%%/apps/files_trashbin/ajax/delete.php
6851
%%WWWDIR%%/apps/files_trashbin/ajax/isEmpty.php
7291
%%WWWDIR%%/apps/files_trashbin/ajax/isEmpty.php
6852
%%WWWDIR%%/apps/files_trashbin/ajax/list.php
7292
%%WWWDIR%%/apps/files_trashbin/ajax/list.php
Lines 6856-6862 Link Here
6856
%%WWWDIR%%/apps/files_trashbin/appinfo/info.xml
7296
%%WWWDIR%%/apps/files_trashbin/appinfo/info.xml
6857
%%WWWDIR%%/apps/files_trashbin/appinfo/routes.php
7297
%%WWWDIR%%/apps/files_trashbin/appinfo/routes.php
6858
%%WWWDIR%%/apps/files_trashbin/appinfo/signature.json
7298
%%WWWDIR%%/apps/files_trashbin/appinfo/signature.json
6859
%%WWWDIR%%/apps/files_trashbin/css/trash.css
7299
%%WWWDIR%%/apps/files_trashbin/composer/autoload.php
7300
%%WWWDIR%%/apps/files_trashbin/composer/composer.json
7301
%%WWWDIR%%/apps/files_trashbin/composer/composer/ClassLoader.php
7302
%%WWWDIR%%/apps/files_trashbin/composer/composer/LICENSE
7303
%%WWWDIR%%/apps/files_trashbin/composer/composer/autoload_classmap.php
7304
%%WWWDIR%%/apps/files_trashbin/composer/composer/autoload_namespaces.php
7305
%%WWWDIR%%/apps/files_trashbin/composer/composer/autoload_psr4.php
7306
%%WWWDIR%%/apps/files_trashbin/composer/composer/autoload_real.php
7307
%%WWWDIR%%/apps/files_trashbin/composer/composer/autoload_static.php
7308
%%WWWDIR%%/apps/files_trashbin/css/trash.scss
6860
%%WWWDIR%%/apps/files_trashbin/img/app.svg
7309
%%WWWDIR%%/apps/files_trashbin/img/app.svg
6861
%%WWWDIR%%/apps/files_trashbin/js/app.js
7310
%%WWWDIR%%/apps/files_trashbin/js/app.js
6862
%%WWWDIR%%/apps/files_trashbin/js/filelist.js
7311
%%WWWDIR%%/apps/files_trashbin/js/filelist.js
Lines 6911-6918 Link Here
6911
%%WWWDIR%%/apps/files_trashbin/l10n/es_AR.json
7360
%%WWWDIR%%/apps/files_trashbin/l10n/es_AR.json
6912
%%WWWDIR%%/apps/files_trashbin/l10n/es_CL.js
7361
%%WWWDIR%%/apps/files_trashbin/l10n/es_CL.js
6913
%%WWWDIR%%/apps/files_trashbin/l10n/es_CL.json
7362
%%WWWDIR%%/apps/files_trashbin/l10n/es_CL.json
7363
%%WWWDIR%%/apps/files_trashbin/l10n/es_CO.js
7364
%%WWWDIR%%/apps/files_trashbin/l10n/es_CO.json
7365
%%WWWDIR%%/apps/files_trashbin/l10n/es_CR.js
7366
%%WWWDIR%%/apps/files_trashbin/l10n/es_CR.json
7367
%%WWWDIR%%/apps/files_trashbin/l10n/es_DO.js
7368
%%WWWDIR%%/apps/files_trashbin/l10n/es_DO.json
7369
%%WWWDIR%%/apps/files_trashbin/l10n/es_EC.js
7370
%%WWWDIR%%/apps/files_trashbin/l10n/es_EC.json
7371
%%WWWDIR%%/apps/files_trashbin/l10n/es_GT.js
7372
%%WWWDIR%%/apps/files_trashbin/l10n/es_GT.json
7373
%%WWWDIR%%/apps/files_trashbin/l10n/es_HN.js
7374
%%WWWDIR%%/apps/files_trashbin/l10n/es_HN.json
6914
%%WWWDIR%%/apps/files_trashbin/l10n/es_MX.js
7375
%%WWWDIR%%/apps/files_trashbin/l10n/es_MX.js
6915
%%WWWDIR%%/apps/files_trashbin/l10n/es_MX.json
7376
%%WWWDIR%%/apps/files_trashbin/l10n/es_MX.json
7377
%%WWWDIR%%/apps/files_trashbin/l10n/es_NI.js
7378
%%WWWDIR%%/apps/files_trashbin/l10n/es_NI.json
7379
%%WWWDIR%%/apps/files_trashbin/l10n/es_PA.js
7380
%%WWWDIR%%/apps/files_trashbin/l10n/es_PA.json
7381
%%WWWDIR%%/apps/files_trashbin/l10n/es_PE.js
7382
%%WWWDIR%%/apps/files_trashbin/l10n/es_PE.json
7383
%%WWWDIR%%/apps/files_trashbin/l10n/es_PR.js
7384
%%WWWDIR%%/apps/files_trashbin/l10n/es_PR.json
7385
%%WWWDIR%%/apps/files_trashbin/l10n/es_PY.js
7386
%%WWWDIR%%/apps/files_trashbin/l10n/es_PY.json
7387
%%WWWDIR%%/apps/files_trashbin/l10n/es_SV.js
7388
%%WWWDIR%%/apps/files_trashbin/l10n/es_SV.json
7389
%%WWWDIR%%/apps/files_trashbin/l10n/es_UY.js
7390
%%WWWDIR%%/apps/files_trashbin/l10n/es_UY.json
6916
%%WWWDIR%%/apps/files_trashbin/l10n/et_EE.js
7391
%%WWWDIR%%/apps/files_trashbin/l10n/et_EE.js
6917
%%WWWDIR%%/apps/files_trashbin/l10n/et_EE.json
7392
%%WWWDIR%%/apps/files_trashbin/l10n/et_EE.json
6918
%%WWWDIR%%/apps/files_trashbin/l10n/eu.js
7393
%%WWWDIR%%/apps/files_trashbin/l10n/eu.js
Lines 7042-7047 Link Here
7042
%%WWWDIR%%/apps/files_trashbin/lib/Command/Expire.php
7517
%%WWWDIR%%/apps/files_trashbin/lib/Command/Expire.php
7043
%%WWWDIR%%/apps/files_trashbin/lib/Command/ExpireTrash.php
7518
%%WWWDIR%%/apps/files_trashbin/lib/Command/ExpireTrash.php
7044
%%WWWDIR%%/apps/files_trashbin/lib/Controller/PreviewController.php
7519
%%WWWDIR%%/apps/files_trashbin/lib/Controller/PreviewController.php
7520
%%WWWDIR%%/apps/files_trashbin/lib/Events/MoveToTrashEvent.php
7045
%%WWWDIR%%/apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php
7521
%%WWWDIR%%/apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php
7046
%%WWWDIR%%/apps/files_trashbin/lib/Expiration.php
7522
%%WWWDIR%%/apps/files_trashbin/lib/Expiration.php
7047
%%WWWDIR%%/apps/files_trashbin/lib/Helper.php
7523
%%WWWDIR%%/apps/files_trashbin/lib/Helper.php
Lines 7056-7061 Link Here
7056
%%WWWDIR%%/apps/files_versions/appinfo/info.xml
7532
%%WWWDIR%%/apps/files_versions/appinfo/info.xml
7057
%%WWWDIR%%/apps/files_versions/appinfo/routes.php
7533
%%WWWDIR%%/apps/files_versions/appinfo/routes.php
7058
%%WWWDIR%%/apps/files_versions/appinfo/signature.json
7534
%%WWWDIR%%/apps/files_versions/appinfo/signature.json
7535
%%WWWDIR%%/apps/files_versions/composer/autoload.php
7536
%%WWWDIR%%/apps/files_versions/composer/composer.json
7537
%%WWWDIR%%/apps/files_versions/composer/composer/ClassLoader.php
7538
%%WWWDIR%%/apps/files_versions/composer/composer/LICENSE
7539
%%WWWDIR%%/apps/files_versions/composer/composer/autoload_classmap.php
7540
%%WWWDIR%%/apps/files_versions/composer/composer/autoload_namespaces.php
7541
%%WWWDIR%%/apps/files_versions/composer/composer/autoload_psr4.php
7542
%%WWWDIR%%/apps/files_versions/composer/composer/autoload_real.php
7543
%%WWWDIR%%/apps/files_versions/composer/composer/autoload_static.php
7059
%%WWWDIR%%/apps/files_versions/css/versions.css
7544
%%WWWDIR%%/apps/files_versions/css/versions.css
7060
%%WWWDIR%%/apps/files_versions/download.php
7545
%%WWWDIR%%/apps/files_versions/download.php
7061
%%WWWDIR%%/apps/files_versions/img/app.svg
7546
%%WWWDIR%%/apps/files_versions/img/app.svg
Lines 7107-7114 Link Here
7107
%%WWWDIR%%/apps/files_versions/l10n/es.json
7592
%%WWWDIR%%/apps/files_versions/l10n/es.json
7108
%%WWWDIR%%/apps/files_versions/l10n/es_AR.js
7593
%%WWWDIR%%/apps/files_versions/l10n/es_AR.js
7109
%%WWWDIR%%/apps/files_versions/l10n/es_AR.json
7594
%%WWWDIR%%/apps/files_versions/l10n/es_AR.json
7595
%%WWWDIR%%/apps/files_versions/l10n/es_CL.js
7596
%%WWWDIR%%/apps/files_versions/l10n/es_CL.json
7597
%%WWWDIR%%/apps/files_versions/l10n/es_CO.js
7598
%%WWWDIR%%/apps/files_versions/l10n/es_CO.json
7599
%%WWWDIR%%/apps/files_versions/l10n/es_CR.js
7600
%%WWWDIR%%/apps/files_versions/l10n/es_CR.json
7601
%%WWWDIR%%/apps/files_versions/l10n/es_DO.js
7602
%%WWWDIR%%/apps/files_versions/l10n/es_DO.json
7603
%%WWWDIR%%/apps/files_versions/l10n/es_EC.js
7604
%%WWWDIR%%/apps/files_versions/l10n/es_EC.json
7605
%%WWWDIR%%/apps/files_versions/l10n/es_GT.js
7606
%%WWWDIR%%/apps/files_versions/l10n/es_GT.json
7607
%%WWWDIR%%/apps/files_versions/l10n/es_HN.js
7608
%%WWWDIR%%/apps/files_versions/l10n/es_HN.json
7110
%%WWWDIR%%/apps/files_versions/l10n/es_MX.js
7609
%%WWWDIR%%/apps/files_versions/l10n/es_MX.js
7111
%%WWWDIR%%/apps/files_versions/l10n/es_MX.json
7610
%%WWWDIR%%/apps/files_versions/l10n/es_MX.json
7611
%%WWWDIR%%/apps/files_versions/l10n/es_NI.js
7612
%%WWWDIR%%/apps/files_versions/l10n/es_NI.json
7613
%%WWWDIR%%/apps/files_versions/l10n/es_PA.js
7614
%%WWWDIR%%/apps/files_versions/l10n/es_PA.json
7615
%%WWWDIR%%/apps/files_versions/l10n/es_PE.js
7616
%%WWWDIR%%/apps/files_versions/l10n/es_PE.json
7617
%%WWWDIR%%/apps/files_versions/l10n/es_PR.js
7618
%%WWWDIR%%/apps/files_versions/l10n/es_PR.json
7619
%%WWWDIR%%/apps/files_versions/l10n/es_PY.js
7620
%%WWWDIR%%/apps/files_versions/l10n/es_PY.json
7621
%%WWWDIR%%/apps/files_versions/l10n/es_SV.js
7622
%%WWWDIR%%/apps/files_versions/l10n/es_SV.json
7623
%%WWWDIR%%/apps/files_versions/l10n/es_UY.js
7624
%%WWWDIR%%/apps/files_versions/l10n/es_UY.json
7112
%%WWWDIR%%/apps/files_versions/l10n/et_EE.js
7625
%%WWWDIR%%/apps/files_versions/l10n/et_EE.js
7113
%%WWWDIR%%/apps/files_versions/l10n/et_EE.json
7626
%%WWWDIR%%/apps/files_versions/l10n/et_EE.json
7114
%%WWWDIR%%/apps/files_versions/l10n/eu.js
7627
%%WWWDIR%%/apps/files_versions/l10n/eu.js
Lines 7228-7233 Link Here
7228
%%WWWDIR%%/apps/files_versions/lib/Command/Expire.php
7741
%%WWWDIR%%/apps/files_versions/lib/Command/Expire.php
7229
%%WWWDIR%%/apps/files_versions/lib/Command/ExpireVersions.php
7742
%%WWWDIR%%/apps/files_versions/lib/Command/ExpireVersions.php
7230
%%WWWDIR%%/apps/files_versions/lib/Controller/PreviewController.php
7743
%%WWWDIR%%/apps/files_versions/lib/Controller/PreviewController.php
7744
%%WWWDIR%%/apps/files_versions/lib/Events/CreateVersionEvent.php
7231
%%WWWDIR%%/apps/files_versions/lib/Expiration.php
7745
%%WWWDIR%%/apps/files_versions/lib/Expiration.php
7232
%%WWWDIR%%/apps/files_versions/lib/Hooks.php
7746
%%WWWDIR%%/apps/files_versions/lib/Hooks.php
7233
%%WWWDIR%%/apps/files_versions/lib/Storage.php
7747
%%WWWDIR%%/apps/files_versions/lib/Storage.php
Lines 7291-7298 Link Here
7291
%%WWWDIR%%/apps/firstrunwizard/l10n/bn_BD.js
7805
%%WWWDIR%%/apps/firstrunwizard/l10n/bn_BD.js
7292
%%WWWDIR%%/apps/firstrunwizard/l10n/bn_BD.json
7806
%%WWWDIR%%/apps/firstrunwizard/l10n/bn_BD.json
7293
%%WWWDIR%%/apps/firstrunwizard/l10n/bn_IN.php
7807
%%WWWDIR%%/apps/firstrunwizard/l10n/bn_IN.php
7294
%%WWWDIR%%/apps/firstrunwizard/l10n/bs.js
7295
%%WWWDIR%%/apps/firstrunwizard/l10n/bs.json
7296
%%WWWDIR%%/apps/firstrunwizard/l10n/ca.js
7808
%%WWWDIR%%/apps/firstrunwizard/l10n/ca.js
7297
%%WWWDIR%%/apps/firstrunwizard/l10n/ca.json
7809
%%WWWDIR%%/apps/firstrunwizard/l10n/ca.json
7298
%%WWWDIR%%/apps/firstrunwizard/l10n/cs.js
7810
%%WWWDIR%%/apps/firstrunwizard/l10n/cs.js
Lines 7315-7322 Link Here
7315
%%WWWDIR%%/apps/firstrunwizard/l10n/es.json
7827
%%WWWDIR%%/apps/firstrunwizard/l10n/es.json
7316
%%WWWDIR%%/apps/firstrunwizard/l10n/es_AR.js
7828
%%WWWDIR%%/apps/firstrunwizard/l10n/es_AR.js
7317
%%WWWDIR%%/apps/firstrunwizard/l10n/es_AR.json
7829
%%WWWDIR%%/apps/firstrunwizard/l10n/es_AR.json
7830
%%WWWDIR%%/apps/firstrunwizard/l10n/es_CL.js
7831
%%WWWDIR%%/apps/firstrunwizard/l10n/es_CL.json
7832
%%WWWDIR%%/apps/firstrunwizard/l10n/es_CO.js
7833
%%WWWDIR%%/apps/firstrunwizard/l10n/es_CO.json
7834
%%WWWDIR%%/apps/firstrunwizard/l10n/es_CR.js
7835
%%WWWDIR%%/apps/firstrunwizard/l10n/es_CR.json
7836
%%WWWDIR%%/apps/firstrunwizard/l10n/es_DO.js
7837
%%WWWDIR%%/apps/firstrunwizard/l10n/es_DO.json
7838
%%WWWDIR%%/apps/firstrunwizard/l10n/es_EC.js
7839
%%WWWDIR%%/apps/firstrunwizard/l10n/es_EC.json
7840
%%WWWDIR%%/apps/firstrunwizard/l10n/es_GT.js
7841
%%WWWDIR%%/apps/firstrunwizard/l10n/es_GT.json
7842
%%WWWDIR%%/apps/firstrunwizard/l10n/es_HN.js
7843
%%WWWDIR%%/apps/firstrunwizard/l10n/es_HN.json
7318
%%WWWDIR%%/apps/firstrunwizard/l10n/es_MX.js
7844
%%WWWDIR%%/apps/firstrunwizard/l10n/es_MX.js
7319
%%WWWDIR%%/apps/firstrunwizard/l10n/es_MX.json
7845
%%WWWDIR%%/apps/firstrunwizard/l10n/es_MX.json
7846
%%WWWDIR%%/apps/firstrunwizard/l10n/es_NI.js
7847
%%WWWDIR%%/apps/firstrunwizard/l10n/es_NI.json
7848
%%WWWDIR%%/apps/firstrunwizard/l10n/es_PA.js
7849
%%WWWDIR%%/apps/firstrunwizard/l10n/es_PA.json
7850
%%WWWDIR%%/apps/firstrunwizard/l10n/es_PE.js
7851
%%WWWDIR%%/apps/firstrunwizard/l10n/es_PE.json
7852
%%WWWDIR%%/apps/firstrunwizard/l10n/es_PR.js
7853
%%WWWDIR%%/apps/firstrunwizard/l10n/es_PR.json
7854
%%WWWDIR%%/apps/firstrunwizard/l10n/es_PY.js
7855
%%WWWDIR%%/apps/firstrunwizard/l10n/es_PY.json
7856
%%WWWDIR%%/apps/firstrunwizard/l10n/es_SV.js
7857
%%WWWDIR%%/apps/firstrunwizard/l10n/es_SV.json
7858
%%WWWDIR%%/apps/firstrunwizard/l10n/es_UY.js
7859
%%WWWDIR%%/apps/firstrunwizard/l10n/es_UY.json
7320
%%WWWDIR%%/apps/firstrunwizard/l10n/et_EE.js
7860
%%WWWDIR%%/apps/firstrunwizard/l10n/et_EE.js
7321
%%WWWDIR%%/apps/firstrunwizard/l10n/et_EE.json
7861
%%WWWDIR%%/apps/firstrunwizard/l10n/et_EE.json
7322
%%WWWDIR%%/apps/firstrunwizard/l10n/eu.js
7862
%%WWWDIR%%/apps/firstrunwizard/l10n/eu.js
Lines 7327-7334 Link Here
7327
%%WWWDIR%%/apps/firstrunwizard/l10n/fi.json
7867
%%WWWDIR%%/apps/firstrunwizard/l10n/fi.json
7328
%%WWWDIR%%/apps/firstrunwizard/l10n/fr.js
7868
%%WWWDIR%%/apps/firstrunwizard/l10n/fr.js
7329
%%WWWDIR%%/apps/firstrunwizard/l10n/fr.json
7869
%%WWWDIR%%/apps/firstrunwizard/l10n/fr.json
7330
%%WWWDIR%%/apps/firstrunwizard/l10n/gl.js
7331
%%WWWDIR%%/apps/firstrunwizard/l10n/gl.json
7332
%%WWWDIR%%/apps/firstrunwizard/l10n/he.js
7870
%%WWWDIR%%/apps/firstrunwizard/l10n/he.js
7333
%%WWWDIR%%/apps/firstrunwizard/l10n/he.json
7871
%%WWWDIR%%/apps/firstrunwizard/l10n/he.json
7334
%%WWWDIR%%/apps/firstrunwizard/l10n/hr.js
7872
%%WWWDIR%%/apps/firstrunwizard/l10n/hr.js
Lines 7351-7371 Link Here
7351
%%WWWDIR%%/apps/firstrunwizard/l10n/ko.js
7889
%%WWWDIR%%/apps/firstrunwizard/l10n/ko.js
7352
%%WWWDIR%%/apps/firstrunwizard/l10n/ko.json
7890
%%WWWDIR%%/apps/firstrunwizard/l10n/ko.json
7353
%%WWWDIR%%/apps/firstrunwizard/l10n/ku_IQ.php
7891
%%WWWDIR%%/apps/firstrunwizard/l10n/ku_IQ.php
7354
%%WWWDIR%%/apps/firstrunwizard/l10n/lb.js
7355
%%WWWDIR%%/apps/firstrunwizard/l10n/lb.json
7356
%%WWWDIR%%/apps/firstrunwizard/l10n/lt_LT.js
7892
%%WWWDIR%%/apps/firstrunwizard/l10n/lt_LT.js
7357
%%WWWDIR%%/apps/firstrunwizard/l10n/lt_LT.json
7893
%%WWWDIR%%/apps/firstrunwizard/l10n/lt_LT.json
7358
%%WWWDIR%%/apps/firstrunwizard/l10n/lv.js
7894
%%WWWDIR%%/apps/firstrunwizard/l10n/lv.js
7359
%%WWWDIR%%/apps/firstrunwizard/l10n/lv.json
7895
%%WWWDIR%%/apps/firstrunwizard/l10n/lv.json
7360
%%WWWDIR%%/apps/firstrunwizard/l10n/mk.js
7361
%%WWWDIR%%/apps/firstrunwizard/l10n/mk.json
7362
%%WWWDIR%%/apps/firstrunwizard/l10n/ms_MY.php
7896
%%WWWDIR%%/apps/firstrunwizard/l10n/ms_MY.php
7363
%%WWWDIR%%/apps/firstrunwizard/l10n/nb.js
7897
%%WWWDIR%%/apps/firstrunwizard/l10n/nb.js
7364
%%WWWDIR%%/apps/firstrunwizard/l10n/nb.json
7898
%%WWWDIR%%/apps/firstrunwizard/l10n/nb.json
7365
%%WWWDIR%%/apps/firstrunwizard/l10n/nl.js
7899
%%WWWDIR%%/apps/firstrunwizard/l10n/nl.js
7366
%%WWWDIR%%/apps/firstrunwizard/l10n/nl.json
7900
%%WWWDIR%%/apps/firstrunwizard/l10n/nl.json
7367
%%WWWDIR%%/apps/firstrunwizard/l10n/nn_NO.js
7368
%%WWWDIR%%/apps/firstrunwizard/l10n/nn_NO.json
7369
%%WWWDIR%%/apps/firstrunwizard/l10n/oc.js
7901
%%WWWDIR%%/apps/firstrunwizard/l10n/oc.js
7370
%%WWWDIR%%/apps/firstrunwizard/l10n/oc.json
7902
%%WWWDIR%%/apps/firstrunwizard/l10n/oc.json
7371
%%WWWDIR%%/apps/firstrunwizard/l10n/pl.js
7903
%%WWWDIR%%/apps/firstrunwizard/l10n/pl.js
Lines 7398-7405 Link Here
7398
%%WWWDIR%%/apps/firstrunwizard/l10n/ug.php
7930
%%WWWDIR%%/apps/firstrunwizard/l10n/ug.php
7399
%%WWWDIR%%/apps/firstrunwizard/l10n/uk.js
7931
%%WWWDIR%%/apps/firstrunwizard/l10n/uk.js
7400
%%WWWDIR%%/apps/firstrunwizard/l10n/uk.json
7932
%%WWWDIR%%/apps/firstrunwizard/l10n/uk.json
7401
%%WWWDIR%%/apps/firstrunwizard/l10n/vi.js
7402
%%WWWDIR%%/apps/firstrunwizard/l10n/vi.json
7403
%%WWWDIR%%/apps/firstrunwizard/l10n/zh_CN.js
7933
%%WWWDIR%%/apps/firstrunwizard/l10n/zh_CN.js
7404
%%WWWDIR%%/apps/firstrunwizard/l10n/zh_CN.json
7934
%%WWWDIR%%/apps/firstrunwizard/l10n/zh_CN.json
7405
%%WWWDIR%%/apps/firstrunwizard/l10n/zh_HK.php
7935
%%WWWDIR%%/apps/firstrunwizard/l10n/zh_HK.php
Lines 7409-7414 Link Here
7409
%%WWWDIR%%/apps/firstrunwizard/lib/Controller/WizardController.php
7939
%%WWWDIR%%/apps/firstrunwizard/lib/Controller/WizardController.php
7410
%%WWWDIR%%/apps/firstrunwizard/lib/Notification/BackgroundJob.php
7940
%%WWWDIR%%/apps/firstrunwizard/lib/Notification/BackgroundJob.php
7411
%%WWWDIR%%/apps/firstrunwizard/lib/Notification/Notifier.php
7941
%%WWWDIR%%/apps/firstrunwizard/lib/Notification/Notifier.php
7942
%%WWWDIR%%/apps/firstrunwizard/lib/Settings/Personal.php
7943
%%WWWDIR%%/apps/firstrunwizard/templates/personal-settings.php
7412
%%WWWDIR%%/apps/firstrunwizard/templates/wizard.php
7944
%%WWWDIR%%/apps/firstrunwizard/templates/wizard.php
7413
%%WWWDIR%%/apps/gallery/.github/issue_template.md
7945
%%WWWDIR%%/apps/gallery/.github/issue_template.md
7414
%%WWWDIR%%/apps/gallery/.github/pull_request_template.md
7946
%%WWWDIR%%/apps/gallery/.github/pull_request_template.md
Lines 7536-7544 Link Here
7536
%%WWWDIR%%/apps/gallery/l10n/es.json
8068
%%WWWDIR%%/apps/gallery/l10n/es.json
7537
%%WWWDIR%%/apps/gallery/l10n/es_AR.js
8069
%%WWWDIR%%/apps/gallery/l10n/es_AR.js
7538
%%WWWDIR%%/apps/gallery/l10n/es_AR.json
8070
%%WWWDIR%%/apps/gallery/l10n/es_AR.json
7539
%%WWWDIR%%/apps/gallery/l10n/es_CL.php
8071
%%WWWDIR%%/apps/gallery/l10n/es_CL.js
8072
%%WWWDIR%%/apps/gallery/l10n/es_CL.json
8073
%%WWWDIR%%/apps/gallery/l10n/es_CO.js
8074
%%WWWDIR%%/apps/gallery/l10n/es_CO.json
8075
%%WWWDIR%%/apps/gallery/l10n/es_CR.js
8076
%%WWWDIR%%/apps/gallery/l10n/es_CR.json
8077
%%WWWDIR%%/apps/gallery/l10n/es_DO.js
8078
%%WWWDIR%%/apps/gallery/l10n/es_DO.json
8079
%%WWWDIR%%/apps/gallery/l10n/es_EC.js
8080
%%WWWDIR%%/apps/gallery/l10n/es_EC.json
8081
%%WWWDIR%%/apps/gallery/l10n/es_GT.js
8082
%%WWWDIR%%/apps/gallery/l10n/es_GT.json
8083
%%WWWDIR%%/apps/gallery/l10n/es_HN.js
8084
%%WWWDIR%%/apps/gallery/l10n/es_HN.json
7540
%%WWWDIR%%/apps/gallery/l10n/es_MX.js
8085
%%WWWDIR%%/apps/gallery/l10n/es_MX.js
7541
%%WWWDIR%%/apps/gallery/l10n/es_MX.json
8086
%%WWWDIR%%/apps/gallery/l10n/es_MX.json
8087
%%WWWDIR%%/apps/gallery/l10n/es_NI.js
8088
%%WWWDIR%%/apps/gallery/l10n/es_NI.json
8089
%%WWWDIR%%/apps/gallery/l10n/es_PA.js
8090
%%WWWDIR%%/apps/gallery/l10n/es_PA.json
8091
%%WWWDIR%%/apps/gallery/l10n/es_PE.js
8092
%%WWWDIR%%/apps/gallery/l10n/es_PE.json
8093
%%WWWDIR%%/apps/gallery/l10n/es_PR.js
8094
%%WWWDIR%%/apps/gallery/l10n/es_PR.json
8095
%%WWWDIR%%/apps/gallery/l10n/es_PY.js
8096
%%WWWDIR%%/apps/gallery/l10n/es_PY.json
8097
%%WWWDIR%%/apps/gallery/l10n/es_SV.js
8098
%%WWWDIR%%/apps/gallery/l10n/es_SV.json
8099
%%WWWDIR%%/apps/gallery/l10n/es_UY.js
8100
%%WWWDIR%%/apps/gallery/l10n/es_UY.json
7542
%%WWWDIR%%/apps/gallery/l10n/et_EE.js
8101
%%WWWDIR%%/apps/gallery/l10n/et_EE.js
7543
%%WWWDIR%%/apps/gallery/l10n/et_EE.json
8102
%%WWWDIR%%/apps/gallery/l10n/et_EE.json
7544
%%WWWDIR%%/apps/gallery/l10n/eu.js
8103
%%WWWDIR%%/apps/gallery/l10n/eu.js
Lines 7549-7556 Link Here
7549
%%WWWDIR%%/apps/gallery/l10n/fi.json
8108
%%WWWDIR%%/apps/gallery/l10n/fi.json
7550
%%WWWDIR%%/apps/gallery/l10n/fr.js
8109
%%WWWDIR%%/apps/gallery/l10n/fr.js
7551
%%WWWDIR%%/apps/gallery/l10n/fr.json
8110
%%WWWDIR%%/apps/gallery/l10n/fr.json
7552
%%WWWDIR%%/apps/gallery/l10n/gl.js
7553
%%WWWDIR%%/apps/gallery/l10n/gl.json
7554
%%WWWDIR%%/apps/gallery/l10n/he.js
8111
%%WWWDIR%%/apps/gallery/l10n/he.js
7555
%%WWWDIR%%/apps/gallery/l10n/he.json
8112
%%WWWDIR%%/apps/gallery/l10n/he.json
7556
%%WWWDIR%%/apps/gallery/l10n/hi.php
8113
%%WWWDIR%%/apps/gallery/l10n/hi.php
Lines 7780-7785 Link Here
7780
%%WWWDIR%%/apps/logreader/l10n/.tx/config
8337
%%WWWDIR%%/apps/logreader/l10n/.tx/config
7781
%%WWWDIR%%/apps/logreader/l10n/ast.js
8338
%%WWWDIR%%/apps/logreader/l10n/ast.js
7782
%%WWWDIR%%/apps/logreader/l10n/ast.json
8339
%%WWWDIR%%/apps/logreader/l10n/ast.json
8340
%%WWWDIR%%/apps/logreader/l10n/ca.js
8341
%%WWWDIR%%/apps/logreader/l10n/ca.json
7783
%%WWWDIR%%/apps/logreader/l10n/cs.js
8342
%%WWWDIR%%/apps/logreader/l10n/cs.js
7784
%%WWWDIR%%/apps/logreader/l10n/cs.json
8343
%%WWWDIR%%/apps/logreader/l10n/cs.json
7785
%%WWWDIR%%/apps/logreader/l10n/da.js
8344
%%WWWDIR%%/apps/logreader/l10n/da.js
Lines 7794-7809 Link Here
7794
%%WWWDIR%%/apps/logreader/l10n/en_GB.json
8353
%%WWWDIR%%/apps/logreader/l10n/en_GB.json
7795
%%WWWDIR%%/apps/logreader/l10n/es.js
8354
%%WWWDIR%%/apps/logreader/l10n/es.js
7796
%%WWWDIR%%/apps/logreader/l10n/es.json
8355
%%WWWDIR%%/apps/logreader/l10n/es.json
8356
%%WWWDIR%%/apps/logreader/l10n/es_CL.js
8357
%%WWWDIR%%/apps/logreader/l10n/es_CL.json
8358
%%WWWDIR%%/apps/logreader/l10n/es_CO.js
8359
%%WWWDIR%%/apps/logreader/l10n/es_CO.json
8360
%%WWWDIR%%/apps/logreader/l10n/es_CR.js
8361
%%WWWDIR%%/apps/logreader/l10n/es_CR.json
8362
%%WWWDIR%%/apps/logreader/l10n/es_DO.js
8363
%%WWWDIR%%/apps/logreader/l10n/es_DO.json
8364
%%WWWDIR%%/apps/logreader/l10n/es_EC.js
8365
%%WWWDIR%%/apps/logreader/l10n/es_EC.json
8366
%%WWWDIR%%/apps/logreader/l10n/es_GT.js
8367
%%WWWDIR%%/apps/logreader/l10n/es_GT.json
8368
%%WWWDIR%%/apps/logreader/l10n/es_HN.js
8369
%%WWWDIR%%/apps/logreader/l10n/es_HN.json
7797
%%WWWDIR%%/apps/logreader/l10n/es_MX.js
8370
%%WWWDIR%%/apps/logreader/l10n/es_MX.js
7798
%%WWWDIR%%/apps/logreader/l10n/es_MX.json
8371
%%WWWDIR%%/apps/logreader/l10n/es_MX.json
8372
%%WWWDIR%%/apps/logreader/l10n/es_NI.js
8373
%%WWWDIR%%/apps/logreader/l10n/es_NI.json
8374
%%WWWDIR%%/apps/logreader/l10n/es_PA.js
8375
%%WWWDIR%%/apps/logreader/l10n/es_PA.json
8376
%%WWWDIR%%/apps/logreader/l10n/es_PE.js
8377
%%WWWDIR%%/apps/logreader/l10n/es_PE.json
8378
%%WWWDIR%%/apps/logreader/l10n/es_PR.js
8379
%%WWWDIR%%/apps/logreader/l10n/es_PR.json
8380
%%WWWDIR%%/apps/logreader/l10n/es_PY.js
8381
%%WWWDIR%%/apps/logreader/l10n/es_PY.json
8382
%%WWWDIR%%/apps/logreader/l10n/es_SV.js
8383
%%WWWDIR%%/apps/logreader/l10n/es_SV.json
8384
%%WWWDIR%%/apps/logreader/l10n/es_UY.js
8385
%%WWWDIR%%/apps/logreader/l10n/es_UY.json
7799
%%WWWDIR%%/apps/logreader/l10n/et_EE.js
8386
%%WWWDIR%%/apps/logreader/l10n/et_EE.js
7800
%%WWWDIR%%/apps/logreader/l10n/et_EE.json
8387
%%WWWDIR%%/apps/logreader/l10n/et_EE.json
8388
%%WWWDIR%%/apps/logreader/l10n/eu.js
8389
%%WWWDIR%%/apps/logreader/l10n/eu.json
7801
%%WWWDIR%%/apps/logreader/l10n/fi.js
8390
%%WWWDIR%%/apps/logreader/l10n/fi.js
7802
%%WWWDIR%%/apps/logreader/l10n/fi.json
8391
%%WWWDIR%%/apps/logreader/l10n/fi.json
7803
%%WWWDIR%%/apps/logreader/l10n/fr.js
8392
%%WWWDIR%%/apps/logreader/l10n/fr.js
7804
%%WWWDIR%%/apps/logreader/l10n/fr.json
8393
%%WWWDIR%%/apps/logreader/l10n/fr.json
7805
%%WWWDIR%%/apps/logreader/l10n/he.js
7806
%%WWWDIR%%/apps/logreader/l10n/he.json
7807
%%WWWDIR%%/apps/logreader/l10n/hu.js
8394
%%WWWDIR%%/apps/logreader/l10n/hu.js
7808
%%WWWDIR%%/apps/logreader/l10n/hu.json
8395
%%WWWDIR%%/apps/logreader/l10n/hu.json
7809
%%WWWDIR%%/apps/logreader/l10n/is.js
8396
%%WWWDIR%%/apps/logreader/l10n/is.js
Lines 7812-7817 Link Here
7812
%%WWWDIR%%/apps/logreader/l10n/it.json
8399
%%WWWDIR%%/apps/logreader/l10n/it.json
7813
%%WWWDIR%%/apps/logreader/l10n/ja.js
8400
%%WWWDIR%%/apps/logreader/l10n/ja.js
7814
%%WWWDIR%%/apps/logreader/l10n/ja.json
8401
%%WWWDIR%%/apps/logreader/l10n/ja.json
8402
%%WWWDIR%%/apps/logreader/l10n/ka_GE.js
8403
%%WWWDIR%%/apps/logreader/l10n/ka_GE.json
7815
%%WWWDIR%%/apps/logreader/l10n/lt_LT.js
8404
%%WWWDIR%%/apps/logreader/l10n/lt_LT.js
7816
%%WWWDIR%%/apps/logreader/l10n/lt_LT.json
8405
%%WWWDIR%%/apps/logreader/l10n/lt_LT.json
7817
%%WWWDIR%%/apps/logreader/l10n/lv.js
8406
%%WWWDIR%%/apps/logreader/l10n/lv.js
Lines 7826-7833 Link Here
7826
%%WWWDIR%%/apps/logreader/l10n/pt_BR.json
8415
%%WWWDIR%%/apps/logreader/l10n/pt_BR.json
7827
%%WWWDIR%%/apps/logreader/l10n/ru.js
8416
%%WWWDIR%%/apps/logreader/l10n/ru.js
7828
%%WWWDIR%%/apps/logreader/l10n/ru.json
8417
%%WWWDIR%%/apps/logreader/l10n/ru.json
8418
%%WWWDIR%%/apps/logreader/l10n/sk.js
8419
%%WWWDIR%%/apps/logreader/l10n/sk.json
7829
%%WWWDIR%%/apps/logreader/l10n/sq.js
8420
%%WWWDIR%%/apps/logreader/l10n/sq.js
7830
%%WWWDIR%%/apps/logreader/l10n/sq.json
8421
%%WWWDIR%%/apps/logreader/l10n/sq.json
8422
%%WWWDIR%%/apps/logreader/l10n/sr.js
8423
%%WWWDIR%%/apps/logreader/l10n/sr.json
7831
%%WWWDIR%%/apps/logreader/l10n/sv.js
8424
%%WWWDIR%%/apps/logreader/l10n/sv.js
7832
%%WWWDIR%%/apps/logreader/l10n/sv.json
8425
%%WWWDIR%%/apps/logreader/l10n/sv.json
7833
%%WWWDIR%%/apps/logreader/l10n/tr.js
8426
%%WWWDIR%%/apps/logreader/l10n/tr.js
Lines 7853-7858 Link Here
7853
%%WWWDIR%%/apps/lookup_server_connector/appinfo/app.php
8446
%%WWWDIR%%/apps/lookup_server_connector/appinfo/app.php
7854
%%WWWDIR%%/apps/lookup_server_connector/appinfo/info.xml
8447
%%WWWDIR%%/apps/lookup_server_connector/appinfo/info.xml
7855
%%WWWDIR%%/apps/lookup_server_connector/appinfo/signature.json
8448
%%WWWDIR%%/apps/lookup_server_connector/appinfo/signature.json
8449
%%WWWDIR%%/apps/lookup_server_connector/composer/autoload.php
8450
%%WWWDIR%%/apps/lookup_server_connector/composer/composer.json
8451
%%WWWDIR%%/apps/lookup_server_connector/composer/composer/ClassLoader.php
8452
%%WWWDIR%%/apps/lookup_server_connector/composer/composer/LICENSE
8453
%%WWWDIR%%/apps/lookup_server_connector/composer/composer/autoload_classmap.php
8454
%%WWWDIR%%/apps/lookup_server_connector/composer/composer/autoload_namespaces.php
8455
%%WWWDIR%%/apps/lookup_server_connector/composer/composer/autoload_psr4.php
8456
%%WWWDIR%%/apps/lookup_server_connector/composer/composer/autoload_real.php
8457
%%WWWDIR%%/apps/lookup_server_connector/composer/composer/autoload_static.php
7856
%%WWWDIR%%/apps/lookup_server_connector/lib/BackgroundJobs/RetryJob.php
8458
%%WWWDIR%%/apps/lookup_server_connector/lib/BackgroundJobs/RetryJob.php
7857
%%WWWDIR%%/apps/lookup_server_connector/lib/UpdateLookupServer.php
8459
%%WWWDIR%%/apps/lookup_server_connector/lib/UpdateLookupServer.php
7858
%%WWWDIR%%/apps/nextcloud_announcements/.gitattributes
8460
%%WWWDIR%%/apps/nextcloud_announcements/.gitattributes
Lines 7893-7900 Link Here
7893
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es.json
8495
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es.json
7894
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_AR.js
8496
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_AR.js
7895
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_AR.json
8497
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_AR.json
8498
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_CL.js
8499
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_CL.json
8500
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_CO.js
8501
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_CO.json
8502
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_CR.js
8503
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_CR.json
8504
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_DO.js
8505
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_DO.json
8506
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_EC.js
8507
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_EC.json
8508
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_GT.js
8509
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_GT.json
8510
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_HN.js
8511
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_HN.json
7896
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_MX.js
8512
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_MX.js
7897
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_MX.json
8513
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_MX.json
8514
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_NI.js
8515
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_NI.json
8516
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_PA.js
8517
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_PA.json
8518
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_PE.js
8519
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_PE.json
8520
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_PR.js
8521
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_PR.json
8522
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_PY.js
8523
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_PY.json
8524
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_SV.js
8525
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_SV.json
8526
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_UY.js
8527
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_UY.json
7898
%%WWWDIR%%/apps/nextcloud_announcements/l10n/et_EE.js
8528
%%WWWDIR%%/apps/nextcloud_announcements/l10n/et_EE.js
7899
%%WWWDIR%%/apps/nextcloud_announcements/l10n/et_EE.json
8529
%%WWWDIR%%/apps/nextcloud_announcements/l10n/et_EE.json
7900
%%WWWDIR%%/apps/nextcloud_announcements/l10n/fi.js
8530
%%WWWDIR%%/apps/nextcloud_announcements/l10n/fi.js
Lines 7915-7920 Link Here
7915
%%WWWDIR%%/apps/nextcloud_announcements/l10n/it.json
8545
%%WWWDIR%%/apps/nextcloud_announcements/l10n/it.json
7916
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ja.js
8546
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ja.js
7917
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ja.json
8547
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ja.json
8548
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ka_GE.js
8549
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ka_GE.json
7918
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ko.js
8550
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ko.js
7919
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ko.json
8551
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ko.json
7920
%%WWWDIR%%/apps/nextcloud_announcements/l10n/lt_LT.js
8552
%%WWWDIR%%/apps/nextcloud_announcements/l10n/lt_LT.js
Lines 7929-7934 Link Here
7929
%%WWWDIR%%/apps/nextcloud_announcements/l10n/pl.json
8561
%%WWWDIR%%/apps/nextcloud_announcements/l10n/pl.json
7930
%%WWWDIR%%/apps/nextcloud_announcements/l10n/pt_BR.js
8562
%%WWWDIR%%/apps/nextcloud_announcements/l10n/pt_BR.js
7931
%%WWWDIR%%/apps/nextcloud_announcements/l10n/pt_BR.json
8563
%%WWWDIR%%/apps/nextcloud_announcements/l10n/pt_BR.json
8564
%%WWWDIR%%/apps/nextcloud_announcements/l10n/pt_PT.js
8565
%%WWWDIR%%/apps/nextcloud_announcements/l10n/pt_PT.json
7932
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ro.js
8566
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ro.js
7933
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ro.json
8567
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ro.json
7934
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ru.js
8568
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ru.js
Lines 7945-7950 Link Here
7945
%%WWWDIR%%/apps/nextcloud_announcements/l10n/sv.json
8579
%%WWWDIR%%/apps/nextcloud_announcements/l10n/sv.json
7946
%%WWWDIR%%/apps/nextcloud_announcements/l10n/tr.js
8580
%%WWWDIR%%/apps/nextcloud_announcements/l10n/tr.js
7947
%%WWWDIR%%/apps/nextcloud_announcements/l10n/tr.json
8581
%%WWWDIR%%/apps/nextcloud_announcements/l10n/tr.json
8582
%%WWWDIR%%/apps/nextcloud_announcements/l10n/vi.js
8583
%%WWWDIR%%/apps/nextcloud_announcements/l10n/vi.json
7948
%%WWWDIR%%/apps/nextcloud_announcements/l10n/zh_CN.js
8584
%%WWWDIR%%/apps/nextcloud_announcements/l10n/zh_CN.js
7949
%%WWWDIR%%/apps/nextcloud_announcements/l10n/zh_CN.json
8585
%%WWWDIR%%/apps/nextcloud_announcements/l10n/zh_CN.json
7950
%%WWWDIR%%/apps/nextcloud_announcements/l10n/zh_TW.js
8586
%%WWWDIR%%/apps/nextcloud_announcements/l10n/zh_TW.js
Lines 8002-8009 Link Here
8002
%%WWWDIR%%/apps/notifications/l10n/es.json
8638
%%WWWDIR%%/apps/notifications/l10n/es.json
8003
%%WWWDIR%%/apps/notifications/l10n/es_AR.js
8639
%%WWWDIR%%/apps/notifications/l10n/es_AR.js
8004
%%WWWDIR%%/apps/notifications/l10n/es_AR.json
8640
%%WWWDIR%%/apps/notifications/l10n/es_AR.json
8641
%%WWWDIR%%/apps/notifications/l10n/es_CL.js
8642
%%WWWDIR%%/apps/notifications/l10n/es_CL.json
8643
%%WWWDIR%%/apps/notifications/l10n/es_CO.js
8644
%%WWWDIR%%/apps/notifications/l10n/es_CO.json
8645
%%WWWDIR%%/apps/notifications/l10n/es_CR.js
8646
%%WWWDIR%%/apps/notifications/l10n/es_CR.json
8647
%%WWWDIR%%/apps/notifications/l10n/es_DO.js
8648
%%WWWDIR%%/apps/notifications/l10n/es_DO.json
8649
%%WWWDIR%%/apps/notifications/l10n/es_EC.js
8650
%%WWWDIR%%/apps/notifications/l10n/es_EC.json
8651
%%WWWDIR%%/apps/notifications/l10n/es_GT.js
8652
%%WWWDIR%%/apps/notifications/l10n/es_GT.json
8653
%%WWWDIR%%/apps/notifications/l10n/es_HN.js
8654
%%WWWDIR%%/apps/notifications/l10n/es_HN.json
8005
%%WWWDIR%%/apps/notifications/l10n/es_MX.js
8655
%%WWWDIR%%/apps/notifications/l10n/es_MX.js
8006
%%WWWDIR%%/apps/notifications/l10n/es_MX.json
8656
%%WWWDIR%%/apps/notifications/l10n/es_MX.json
8657
%%WWWDIR%%/apps/notifications/l10n/es_NI.js
8658
%%WWWDIR%%/apps/notifications/l10n/es_NI.json
8659
%%WWWDIR%%/apps/notifications/l10n/es_PA.js
8660
%%WWWDIR%%/apps/notifications/l10n/es_PA.json
8661
%%WWWDIR%%/apps/notifications/l10n/es_PE.js
8662
%%WWWDIR%%/apps/notifications/l10n/es_PE.json
8663
%%WWWDIR%%/apps/notifications/l10n/es_PR.js
8664
%%WWWDIR%%/apps/notifications/l10n/es_PR.json
8665
%%WWWDIR%%/apps/notifications/l10n/es_PY.js
8666
%%WWWDIR%%/apps/notifications/l10n/es_PY.json
8667
%%WWWDIR%%/apps/notifications/l10n/es_SV.js
8668
%%WWWDIR%%/apps/notifications/l10n/es_SV.json
8669
%%WWWDIR%%/apps/notifications/l10n/es_UY.js
8670
%%WWWDIR%%/apps/notifications/l10n/es_UY.json
8007
%%WWWDIR%%/apps/notifications/l10n/et_EE.js
8671
%%WWWDIR%%/apps/notifications/l10n/et_EE.js
8008
%%WWWDIR%%/apps/notifications/l10n/et_EE.json
8672
%%WWWDIR%%/apps/notifications/l10n/et_EE.json
8009
%%WWWDIR%%/apps/notifications/l10n/eu.js
8673
%%WWWDIR%%/apps/notifications/l10n/eu.js
Lines 8026-8031 Link Here
8026
%%WWWDIR%%/apps/notifications/l10n/it.json
8690
%%WWWDIR%%/apps/notifications/l10n/it.json
8027
%%WWWDIR%%/apps/notifications/l10n/ja.js
8691
%%WWWDIR%%/apps/notifications/l10n/ja.js
8028
%%WWWDIR%%/apps/notifications/l10n/ja.json
8692
%%WWWDIR%%/apps/notifications/l10n/ja.json
8693
%%WWWDIR%%/apps/notifications/l10n/ka_GE.js
8694
%%WWWDIR%%/apps/notifications/l10n/ka_GE.json
8029
%%WWWDIR%%/apps/notifications/l10n/ko.js
8695
%%WWWDIR%%/apps/notifications/l10n/ko.js
8030
%%WWWDIR%%/apps/notifications/l10n/ko.json
8696
%%WWWDIR%%/apps/notifications/l10n/ko.json
8031
%%WWWDIR%%/apps/notifications/l10n/lt_LT.js
8697
%%WWWDIR%%/apps/notifications/l10n/lt_LT.js
Lines 8042-8047 Link Here
8042
%%WWWDIR%%/apps/notifications/l10n/pl.json
8708
%%WWWDIR%%/apps/notifications/l10n/pl.json
8043
%%WWWDIR%%/apps/notifications/l10n/pt_BR.js
8709
%%WWWDIR%%/apps/notifications/l10n/pt_BR.js
8044
%%WWWDIR%%/apps/notifications/l10n/pt_BR.json
8710
%%WWWDIR%%/apps/notifications/l10n/pt_BR.json
8711
%%WWWDIR%%/apps/notifications/l10n/pt_PT.js
8712
%%WWWDIR%%/apps/notifications/l10n/pt_PT.json
8045
%%WWWDIR%%/apps/notifications/l10n/ro.js
8713
%%WWWDIR%%/apps/notifications/l10n/ro.js
8046
%%WWWDIR%%/apps/notifications/l10n/ro.json
8714
%%WWWDIR%%/apps/notifications/l10n/ro.json
8047
%%WWWDIR%%/apps/notifications/l10n/ru.js
8715
%%WWWDIR%%/apps/notifications/l10n/ru.js
Lines 8060-8065 Link Here
8060
%%WWWDIR%%/apps/notifications/l10n/tr.json
8728
%%WWWDIR%%/apps/notifications/l10n/tr.json
8061
%%WWWDIR%%/apps/notifications/l10n/uk.js
8729
%%WWWDIR%%/apps/notifications/l10n/uk.js
8062
%%WWWDIR%%/apps/notifications/l10n/uk.json
8730
%%WWWDIR%%/apps/notifications/l10n/uk.json
8731
%%WWWDIR%%/apps/notifications/l10n/uz.js
8732
%%WWWDIR%%/apps/notifications/l10n/uz.json
8063
%%WWWDIR%%/apps/notifications/l10n/vi.js
8733
%%WWWDIR%%/apps/notifications/l10n/vi.js
8064
%%WWWDIR%%/apps/notifications/l10n/vi.json
8734
%%WWWDIR%%/apps/notifications/l10n/vi.json
8065
%%WWWDIR%%/apps/notifications/l10n/zh_CN.js
8735
%%WWWDIR%%/apps/notifications/l10n/zh_CN.js
Lines 8077-8082 Link Here
8077
%%WWWDIR%%/apps/oauth2/appinfo/info.xml
8747
%%WWWDIR%%/apps/oauth2/appinfo/info.xml
8078
%%WWWDIR%%/apps/oauth2/appinfo/routes.php
8748
%%WWWDIR%%/apps/oauth2/appinfo/routes.php
8079
%%WWWDIR%%/apps/oauth2/appinfo/signature.json
8749
%%WWWDIR%%/apps/oauth2/appinfo/signature.json
8750
%%WWWDIR%%/apps/oauth2/composer/autoload.php
8751
%%WWWDIR%%/apps/oauth2/composer/composer.json
8752
%%WWWDIR%%/apps/oauth2/composer/composer/ClassLoader.php
8753
%%WWWDIR%%/apps/oauth2/composer/composer/LICENSE
8754
%%WWWDIR%%/apps/oauth2/composer/composer/autoload_classmap.php
8755
%%WWWDIR%%/apps/oauth2/composer/composer/autoload_namespaces.php
8756
%%WWWDIR%%/apps/oauth2/composer/composer/autoload_psr4.php
8757
%%WWWDIR%%/apps/oauth2/composer/composer/autoload_real.php
8758
%%WWWDIR%%/apps/oauth2/composer/composer/autoload_static.php
8080
%%WWWDIR%%/apps/oauth2/css/setting-admin.css
8759
%%WWWDIR%%/apps/oauth2/css/setting-admin.css
8081
%%WWWDIR%%/apps/oauth2/js/setting-admin.js
8760
%%WWWDIR%%/apps/oauth2/js/setting-admin.js
8082
%%WWWDIR%%/apps/oauth2/l10n/.gitkeep
8761
%%WWWDIR%%/apps/oauth2/l10n/.gitkeep
Lines 8102-8113 Link Here
8102
%%WWWDIR%%/apps/oauth2/l10n/es.json
8781
%%WWWDIR%%/apps/oauth2/l10n/es.json
8103
%%WWWDIR%%/apps/oauth2/l10n/es_AR.js
8782
%%WWWDIR%%/apps/oauth2/l10n/es_AR.js
8104
%%WWWDIR%%/apps/oauth2/l10n/es_AR.json
8783
%%WWWDIR%%/apps/oauth2/l10n/es_AR.json
8784
%%WWWDIR%%/apps/oauth2/l10n/es_CL.js
8785
%%WWWDIR%%/apps/oauth2/l10n/es_CL.json
8786
%%WWWDIR%%/apps/oauth2/l10n/es_CO.js
8787
%%WWWDIR%%/apps/oauth2/l10n/es_CO.json
8788
%%WWWDIR%%/apps/oauth2/l10n/es_CR.js
8789
%%WWWDIR%%/apps/oauth2/l10n/es_CR.json
8790
%%WWWDIR%%/apps/oauth2/l10n/es_DO.js
8791
%%WWWDIR%%/apps/oauth2/l10n/es_DO.json
8792
%%WWWDIR%%/apps/oauth2/l10n/es_EC.js
8793
%%WWWDIR%%/apps/oauth2/l10n/es_EC.json
8794
%%WWWDIR%%/apps/oauth2/l10n/es_GT.js
8795
%%WWWDIR%%/apps/oauth2/l10n/es_GT.json
8796
%%WWWDIR%%/apps/oauth2/l10n/es_HN.js
8797
%%WWWDIR%%/apps/oauth2/l10n/es_HN.json
8105
%%WWWDIR%%/apps/oauth2/l10n/es_MX.js
8798
%%WWWDIR%%/apps/oauth2/l10n/es_MX.js
8106
%%WWWDIR%%/apps/oauth2/l10n/es_MX.json
8799
%%WWWDIR%%/apps/oauth2/l10n/es_MX.json
8800
%%WWWDIR%%/apps/oauth2/l10n/es_NI.js
8801
%%WWWDIR%%/apps/oauth2/l10n/es_NI.json
8802
%%WWWDIR%%/apps/oauth2/l10n/es_PA.js
8803
%%WWWDIR%%/apps/oauth2/l10n/es_PA.json
8804
%%WWWDIR%%/apps/oauth2/l10n/es_PE.js
8805
%%WWWDIR%%/apps/oauth2/l10n/es_PE.json
8806
%%WWWDIR%%/apps/oauth2/l10n/es_PR.js
8807
%%WWWDIR%%/apps/oauth2/l10n/es_PR.json
8808
%%WWWDIR%%/apps/oauth2/l10n/es_PY.js
8809
%%WWWDIR%%/apps/oauth2/l10n/es_PY.json
8810
%%WWWDIR%%/apps/oauth2/l10n/es_SV.js
8811
%%WWWDIR%%/apps/oauth2/l10n/es_SV.json
8812
%%WWWDIR%%/apps/oauth2/l10n/es_UY.js
8813
%%WWWDIR%%/apps/oauth2/l10n/es_UY.json
8107
%%WWWDIR%%/apps/oauth2/l10n/fi.js
8814
%%WWWDIR%%/apps/oauth2/l10n/fi.js
8108
%%WWWDIR%%/apps/oauth2/l10n/fi.json
8815
%%WWWDIR%%/apps/oauth2/l10n/fi.json
8109
%%WWWDIR%%/apps/oauth2/l10n/fr.js
8816
%%WWWDIR%%/apps/oauth2/l10n/fr.js
8110
%%WWWDIR%%/apps/oauth2/l10n/fr.json
8817
%%WWWDIR%%/apps/oauth2/l10n/fr.json
8818
%%WWWDIR%%/apps/oauth2/l10n/gl.js
8819
%%WWWDIR%%/apps/oauth2/l10n/gl.json
8820
%%WWWDIR%%/apps/oauth2/l10n/hu.js
8821
%%WWWDIR%%/apps/oauth2/l10n/hu.json
8111
%%WWWDIR%%/apps/oauth2/l10n/id.js
8822
%%WWWDIR%%/apps/oauth2/l10n/id.js
8112
%%WWWDIR%%/apps/oauth2/l10n/id.json
8823
%%WWWDIR%%/apps/oauth2/l10n/id.json
8113
%%WWWDIR%%/apps/oauth2/l10n/is.js
8824
%%WWWDIR%%/apps/oauth2/l10n/is.js
Lines 8116-8121 Link Here
8116
%%WWWDIR%%/apps/oauth2/l10n/it.json
8827
%%WWWDIR%%/apps/oauth2/l10n/it.json
8117
%%WWWDIR%%/apps/oauth2/l10n/ja.js
8828
%%WWWDIR%%/apps/oauth2/l10n/ja.js
8118
%%WWWDIR%%/apps/oauth2/l10n/ja.json
8829
%%WWWDIR%%/apps/oauth2/l10n/ja.json
8830
%%WWWDIR%%/apps/oauth2/l10n/ka_GE.js
8831
%%WWWDIR%%/apps/oauth2/l10n/ka_GE.json
8119
%%WWWDIR%%/apps/oauth2/l10n/lt_LT.js
8832
%%WWWDIR%%/apps/oauth2/l10n/lt_LT.js
8120
%%WWWDIR%%/apps/oauth2/l10n/lt_LT.json
8833
%%WWWDIR%%/apps/oauth2/l10n/lt_LT.json
8121
%%WWWDIR%%/apps/oauth2/l10n/lv.js
8834
%%WWWDIR%%/apps/oauth2/l10n/lv.js
Lines 8134-8139 Link Here
8134
%%WWWDIR%%/apps/oauth2/l10n/sk.json
8847
%%WWWDIR%%/apps/oauth2/l10n/sk.json
8135
%%WWWDIR%%/apps/oauth2/l10n/sq.js
8848
%%WWWDIR%%/apps/oauth2/l10n/sq.js
8136
%%WWWDIR%%/apps/oauth2/l10n/sq.json
8849
%%WWWDIR%%/apps/oauth2/l10n/sq.json
8850
%%WWWDIR%%/apps/oauth2/l10n/sr.js
8851
%%WWWDIR%%/apps/oauth2/l10n/sr.json
8137
%%WWWDIR%%/apps/oauth2/l10n/sv.js
8852
%%WWWDIR%%/apps/oauth2/l10n/sv.js
8138
%%WWWDIR%%/apps/oauth2/l10n/sv.json
8853
%%WWWDIR%%/apps/oauth2/l10n/sv.json
8139
%%WWWDIR%%/apps/oauth2/l10n/tr.js
8854
%%WWWDIR%%/apps/oauth2/l10n/tr.js
Lines 8142-8147 Link Here
8142
%%WWWDIR%%/apps/oauth2/l10n/vi.json
8857
%%WWWDIR%%/apps/oauth2/l10n/vi.json
8143
%%WWWDIR%%/apps/oauth2/l10n/zh_CN.js
8858
%%WWWDIR%%/apps/oauth2/l10n/zh_CN.js
8144
%%WWWDIR%%/apps/oauth2/l10n/zh_CN.json
8859
%%WWWDIR%%/apps/oauth2/l10n/zh_CN.json
8860
%%WWWDIR%%/apps/oauth2/l10n/zh_TW.js
8861
%%WWWDIR%%/apps/oauth2/l10n/zh_TW.json
8145
%%WWWDIR%%/apps/oauth2/lib/Controller/LoginRedirectorController.php
8862
%%WWWDIR%%/apps/oauth2/lib/Controller/LoginRedirectorController.php
8146
%%WWWDIR%%/apps/oauth2/lib/Controller/OauthApiController.php
8863
%%WWWDIR%%/apps/oauth2/lib/Controller/OauthApiController.php
8147
%%WWWDIR%%/apps/oauth2/lib/Controller/SettingsController.php
8864
%%WWWDIR%%/apps/oauth2/lib/Controller/SettingsController.php
Lines 8187-8200 Link Here
8187
%%WWWDIR%%/apps/password_policy/l10n/es.json
8904
%%WWWDIR%%/apps/password_policy/l10n/es.json
8188
%%WWWDIR%%/apps/password_policy/l10n/es_AR.js
8905
%%WWWDIR%%/apps/password_policy/l10n/es_AR.js
8189
%%WWWDIR%%/apps/password_policy/l10n/es_AR.json
8906
%%WWWDIR%%/apps/password_policy/l10n/es_AR.json
8907
%%WWWDIR%%/apps/password_policy/l10n/es_CL.js
8908
%%WWWDIR%%/apps/password_policy/l10n/es_CL.json
8909
%%WWWDIR%%/apps/password_policy/l10n/es_CO.js
8910
%%WWWDIR%%/apps/password_policy/l10n/es_CO.json
8911
%%WWWDIR%%/apps/password_policy/l10n/es_CR.js
8912
%%WWWDIR%%/apps/password_policy/l10n/es_CR.json
8913
%%WWWDIR%%/apps/password_policy/l10n/es_DO.js
8914
%%WWWDIR%%/apps/password_policy/l10n/es_DO.json
8915
%%WWWDIR%%/apps/password_policy/l10n/es_EC.js
8916
%%WWWDIR%%/apps/password_policy/l10n/es_EC.json
8917
%%WWWDIR%%/apps/password_policy/l10n/es_GT.js
8918
%%WWWDIR%%/apps/password_policy/l10n/es_GT.json
8919
%%WWWDIR%%/apps/password_policy/l10n/es_HN.js
8920
%%WWWDIR%%/apps/password_policy/l10n/es_HN.json
8190
%%WWWDIR%%/apps/password_policy/l10n/es_MX.js
8921
%%WWWDIR%%/apps/password_policy/l10n/es_MX.js
8191
%%WWWDIR%%/apps/password_policy/l10n/es_MX.json
8922
%%WWWDIR%%/apps/password_policy/l10n/es_MX.json
8923
%%WWWDIR%%/apps/password_policy/l10n/es_NI.js
8924
%%WWWDIR%%/apps/password_policy/l10n/es_NI.json
8925
%%WWWDIR%%/apps/password_policy/l10n/es_PA.js
8926
%%WWWDIR%%/apps/password_policy/l10n/es_PA.json
8927
%%WWWDIR%%/apps/password_policy/l10n/es_PE.js
8928
%%WWWDIR%%/apps/password_policy/l10n/es_PE.json
8929
%%WWWDIR%%/apps/password_policy/l10n/es_PR.js
8930
%%WWWDIR%%/apps/password_policy/l10n/es_PR.json
8931
%%WWWDIR%%/apps/password_policy/l10n/es_PY.js
8932
%%WWWDIR%%/apps/password_policy/l10n/es_PY.json
8933
%%WWWDIR%%/apps/password_policy/l10n/es_SV.js
8934
%%WWWDIR%%/apps/password_policy/l10n/es_SV.json
8935
%%WWWDIR%%/apps/password_policy/l10n/es_UY.js
8936
%%WWWDIR%%/apps/password_policy/l10n/es_UY.json
8937
%%WWWDIR%%/apps/password_policy/l10n/et_EE.js
8938
%%WWWDIR%%/apps/password_policy/l10n/et_EE.json
8192
%%WWWDIR%%/apps/password_policy/l10n/fi.js
8939
%%WWWDIR%%/apps/password_policy/l10n/fi.js
8193
%%WWWDIR%%/apps/password_policy/l10n/fi.json
8940
%%WWWDIR%%/apps/password_policy/l10n/fi.json
8194
%%WWWDIR%%/apps/password_policy/l10n/fr.js
8941
%%WWWDIR%%/apps/password_policy/l10n/fr.js
8195
%%WWWDIR%%/apps/password_policy/l10n/fr.json
8942
%%WWWDIR%%/apps/password_policy/l10n/fr.json
8196
%%WWWDIR%%/apps/password_policy/l10n/gl.js
8197
%%WWWDIR%%/apps/password_policy/l10n/gl.json
8198
%%WWWDIR%%/apps/password_policy/l10n/hu.js
8943
%%WWWDIR%%/apps/password_policy/l10n/hu.js
8199
%%WWWDIR%%/apps/password_policy/l10n/hu.json
8944
%%WWWDIR%%/apps/password_policy/l10n/hu.json
8200
%%WWWDIR%%/apps/password_policy/l10n/ia.js
8945
%%WWWDIR%%/apps/password_policy/l10n/ia.js
Lines 8207-8212 Link Here
8207
%%WWWDIR%%/apps/password_policy/l10n/it.json
8952
%%WWWDIR%%/apps/password_policy/l10n/it.json
8208
%%WWWDIR%%/apps/password_policy/l10n/ja.js
8953
%%WWWDIR%%/apps/password_policy/l10n/ja.js
8209
%%WWWDIR%%/apps/password_policy/l10n/ja.json
8954
%%WWWDIR%%/apps/password_policy/l10n/ja.json
8955
%%WWWDIR%%/apps/password_policy/l10n/ka_GE.js
8956
%%WWWDIR%%/apps/password_policy/l10n/ka_GE.json
8210
%%WWWDIR%%/apps/password_policy/l10n/ko.js
8957
%%WWWDIR%%/apps/password_policy/l10n/ko.js
8211
%%WWWDIR%%/apps/password_policy/l10n/ko.json
8958
%%WWWDIR%%/apps/password_policy/l10n/ko.json
8212
%%WWWDIR%%/apps/password_policy/l10n/lt_LT.js
8959
%%WWWDIR%%/apps/password_policy/l10n/lt_LT.js
Lines 8231-8236 Link Here
8231
%%WWWDIR%%/apps/password_policy/l10n/sl.json
8978
%%WWWDIR%%/apps/password_policy/l10n/sl.json
8232
%%WWWDIR%%/apps/password_policy/l10n/sq.js
8979
%%WWWDIR%%/apps/password_policy/l10n/sq.js
8233
%%WWWDIR%%/apps/password_policy/l10n/sq.json
8980
%%WWWDIR%%/apps/password_policy/l10n/sq.json
8981
%%WWWDIR%%/apps/password_policy/l10n/sr.js
8982
%%WWWDIR%%/apps/password_policy/l10n/sr.json
8234
%%WWWDIR%%/apps/password_policy/l10n/sv.js
8983
%%WWWDIR%%/apps/password_policy/l10n/sv.js
8235
%%WWWDIR%%/apps/password_policy/l10n/sv.json
8984
%%WWWDIR%%/apps/password_policy/l10n/sv.json
8236
%%WWWDIR%%/apps/password_policy/l10n/tr.js
8985
%%WWWDIR%%/apps/password_policy/l10n/tr.js
Lines 8286-8291 Link Here
8286
%%WWWDIR%%/apps/provisioning_api/appinfo/info.xml
9035
%%WWWDIR%%/apps/provisioning_api/appinfo/info.xml
8287
%%WWWDIR%%/apps/provisioning_api/appinfo/routes.php
9036
%%WWWDIR%%/apps/provisioning_api/appinfo/routes.php
8288
%%WWWDIR%%/apps/provisioning_api/appinfo/signature.json
9037
%%WWWDIR%%/apps/provisioning_api/appinfo/signature.json
9038
%%WWWDIR%%/apps/provisioning_api/composer/autoload.php
9039
%%WWWDIR%%/apps/provisioning_api/composer/composer.json
9040
%%WWWDIR%%/apps/provisioning_api/composer/composer/ClassLoader.php
9041
%%WWWDIR%%/apps/provisioning_api/composer/composer/LICENSE
9042
%%WWWDIR%%/apps/provisioning_api/composer/composer/autoload_classmap.php
9043
%%WWWDIR%%/apps/provisioning_api/composer/composer/autoload_namespaces.php
9044
%%WWWDIR%%/apps/provisioning_api/composer/composer/autoload_psr4.php
9045
%%WWWDIR%%/apps/provisioning_api/composer/composer/autoload_real.php
9046
%%WWWDIR%%/apps/provisioning_api/composer/composer/autoload_static.php
8289
%%WWWDIR%%/apps/provisioning_api/img/app.svg
9047
%%WWWDIR%%/apps/provisioning_api/img/app.svg
8290
%%WWWDIR%%/apps/provisioning_api/lib/AppInfo/Application.php
9048
%%WWWDIR%%/apps/provisioning_api/lib/AppInfo/Application.php
8291
%%WWWDIR%%/apps/provisioning_api/lib/Controller/AppConfigController.php
9049
%%WWWDIR%%/apps/provisioning_api/lib/Controller/AppConfigController.php
Lines 8336-8343 Link Here
8336
%%WWWDIR%%/apps/serverinfo/l10n/es.json
9094
%%WWWDIR%%/apps/serverinfo/l10n/es.json
8337
%%WWWDIR%%/apps/serverinfo/l10n/es_AR.js
9095
%%WWWDIR%%/apps/serverinfo/l10n/es_AR.js
8338
%%WWWDIR%%/apps/serverinfo/l10n/es_AR.json
9096
%%WWWDIR%%/apps/serverinfo/l10n/es_AR.json
9097
%%WWWDIR%%/apps/serverinfo/l10n/es_CL.js
9098
%%WWWDIR%%/apps/serverinfo/l10n/es_CL.json
9099
%%WWWDIR%%/apps/serverinfo/l10n/es_CO.js
9100
%%WWWDIR%%/apps/serverinfo/l10n/es_CO.json
9101
%%WWWDIR%%/apps/serverinfo/l10n/es_CR.js
9102
%%WWWDIR%%/apps/serverinfo/l10n/es_CR.json
9103
%%WWWDIR%%/apps/serverinfo/l10n/es_DO.js
9104
%%WWWDIR%%/apps/serverinfo/l10n/es_DO.json
9105
%%WWWDIR%%/apps/serverinfo/l10n/es_EC.js
9106
%%WWWDIR%%/apps/serverinfo/l10n/es_EC.json
9107
%%WWWDIR%%/apps/serverinfo/l10n/es_GT.js
9108
%%WWWDIR%%/apps/serverinfo/l10n/es_GT.json
9109
%%WWWDIR%%/apps/serverinfo/l10n/es_HN.js
9110
%%WWWDIR%%/apps/serverinfo/l10n/es_HN.json
8339
%%WWWDIR%%/apps/serverinfo/l10n/es_MX.js
9111
%%WWWDIR%%/apps/serverinfo/l10n/es_MX.js
8340
%%WWWDIR%%/apps/serverinfo/l10n/es_MX.json
9112
%%WWWDIR%%/apps/serverinfo/l10n/es_MX.json
9113
%%WWWDIR%%/apps/serverinfo/l10n/es_NI.js
9114
%%WWWDIR%%/apps/serverinfo/l10n/es_NI.json
9115
%%WWWDIR%%/apps/serverinfo/l10n/es_PA.js
9116
%%WWWDIR%%/apps/serverinfo/l10n/es_PA.json
9117
%%WWWDIR%%/apps/serverinfo/l10n/es_PE.js
9118
%%WWWDIR%%/apps/serverinfo/l10n/es_PE.json
9119
%%WWWDIR%%/apps/serverinfo/l10n/es_PR.js
9120
%%WWWDIR%%/apps/serverinfo/l10n/es_PR.json
9121
%%WWWDIR%%/apps/serverinfo/l10n/es_PY.js
9122
%%WWWDIR%%/apps/serverinfo/l10n/es_PY.json
9123
%%WWWDIR%%/apps/serverinfo/l10n/es_SV.js
9124
%%WWWDIR%%/apps/serverinfo/l10n/es_SV.json
9125
%%WWWDIR%%/apps/serverinfo/l10n/es_UY.js
9126
%%WWWDIR%%/apps/serverinfo/l10n/es_UY.json
9127
%%WWWDIR%%/apps/serverinfo/l10n/et_EE.js
9128
%%WWWDIR%%/apps/serverinfo/l10n/et_EE.json
8341
%%WWWDIR%%/apps/serverinfo/l10n/eu.js
9129
%%WWWDIR%%/apps/serverinfo/l10n/eu.js
8342
%%WWWDIR%%/apps/serverinfo/l10n/eu.json
9130
%%WWWDIR%%/apps/serverinfo/l10n/eu.json
8343
%%WWWDIR%%/apps/serverinfo/l10n/fi.js
9131
%%WWWDIR%%/apps/serverinfo/l10n/fi.js
Lines 8344-8351 Link Here
8344
%%WWWDIR%%/apps/serverinfo/l10n/fi.json
9132
%%WWWDIR%%/apps/serverinfo/l10n/fi.json
8345
%%WWWDIR%%/apps/serverinfo/l10n/fr.js
9133
%%WWWDIR%%/apps/serverinfo/l10n/fr.js
8346
%%WWWDIR%%/apps/serverinfo/l10n/fr.json
9134
%%WWWDIR%%/apps/serverinfo/l10n/fr.json
8347
%%WWWDIR%%/apps/serverinfo/l10n/gl.js
8348
%%WWWDIR%%/apps/serverinfo/l10n/gl.json
8349
%%WWWDIR%%/apps/serverinfo/l10n/hu.js
9135
%%WWWDIR%%/apps/serverinfo/l10n/hu.js
8350
%%WWWDIR%%/apps/serverinfo/l10n/hu.json
9136
%%WWWDIR%%/apps/serverinfo/l10n/hu.json
8351
%%WWWDIR%%/apps/serverinfo/l10n/ia.js
9137
%%WWWDIR%%/apps/serverinfo/l10n/ia.js
Lines 8358-8363 Link Here
8358
%%WWWDIR%%/apps/serverinfo/l10n/it.json
9144
%%WWWDIR%%/apps/serverinfo/l10n/it.json
8359
%%WWWDIR%%/apps/serverinfo/l10n/ja.js
9145
%%WWWDIR%%/apps/serverinfo/l10n/ja.js
8360
%%WWWDIR%%/apps/serverinfo/l10n/ja.json
9146
%%WWWDIR%%/apps/serverinfo/l10n/ja.json
9147
%%WWWDIR%%/apps/serverinfo/l10n/ka_GE.js
9148
%%WWWDIR%%/apps/serverinfo/l10n/ka_GE.json
8361
%%WWWDIR%%/apps/serverinfo/l10n/ko.js
9149
%%WWWDIR%%/apps/serverinfo/l10n/ko.js
8362
%%WWWDIR%%/apps/serverinfo/l10n/ko.json
9150
%%WWWDIR%%/apps/serverinfo/l10n/ko.json
8363
%%WWWDIR%%/apps/serverinfo/l10n/lt_LT.js
9151
%%WWWDIR%%/apps/serverinfo/l10n/lt_LT.js
Lines 8382-8387 Link Here
8382
%%WWWDIR%%/apps/serverinfo/l10n/sl.json
9170
%%WWWDIR%%/apps/serverinfo/l10n/sl.json
8383
%%WWWDIR%%/apps/serverinfo/l10n/sq.js
9171
%%WWWDIR%%/apps/serverinfo/l10n/sq.js
8384
%%WWWDIR%%/apps/serverinfo/l10n/sq.json
9172
%%WWWDIR%%/apps/serverinfo/l10n/sq.json
9173
%%WWWDIR%%/apps/serverinfo/l10n/sr.js
9174
%%WWWDIR%%/apps/serverinfo/l10n/sr.json
8385
%%WWWDIR%%/apps/serverinfo/l10n/sv.js
9175
%%WWWDIR%%/apps/serverinfo/l10n/sv.js
8386
%%WWWDIR%%/apps/serverinfo/l10n/sv.json
9176
%%WWWDIR%%/apps/serverinfo/l10n/sv.json
8387
%%WWWDIR%%/apps/serverinfo/l10n/tr.js
9177
%%WWWDIR%%/apps/serverinfo/l10n/tr.js
Lines 8406-8411 Link Here
8406
%%WWWDIR%%/apps/sharebymail/appinfo/app.php
9196
%%WWWDIR%%/apps/sharebymail/appinfo/app.php
8407
%%WWWDIR%%/apps/sharebymail/appinfo/info.xml
9197
%%WWWDIR%%/apps/sharebymail/appinfo/info.xml
8408
%%WWWDIR%%/apps/sharebymail/appinfo/signature.json
9198
%%WWWDIR%%/apps/sharebymail/appinfo/signature.json
9199
%%WWWDIR%%/apps/sharebymail/composer/autoload.php
9200
%%WWWDIR%%/apps/sharebymail/composer/composer.json
9201
%%WWWDIR%%/apps/sharebymail/composer/composer/ClassLoader.php
9202
%%WWWDIR%%/apps/sharebymail/composer/composer/LICENSE
9203
%%WWWDIR%%/apps/sharebymail/composer/composer/autoload_classmap.php
9204
%%WWWDIR%%/apps/sharebymail/composer/composer/autoload_namespaces.php
9205
%%WWWDIR%%/apps/sharebymail/composer/composer/autoload_psr4.php
9206
%%WWWDIR%%/apps/sharebymail/composer/composer/autoload_real.php
9207
%%WWWDIR%%/apps/sharebymail/composer/composer/autoload_static.php
8409
%%WWWDIR%%/apps/sharebymail/css/settings-admin.css
9208
%%WWWDIR%%/apps/sharebymail/css/settings-admin.css
8410
%%WWWDIR%%/apps/sharebymail/img/app.svg
9209
%%WWWDIR%%/apps/sharebymail/img/app.svg
8411
%%WWWDIR%%/apps/sharebymail/js/settings-admin.js
9210
%%WWWDIR%%/apps/sharebymail/js/settings-admin.js
Lines 8412-8417 Link Here
8412
%%WWWDIR%%/apps/sharebymail/l10n/.gitkeep
9211
%%WWWDIR%%/apps/sharebymail/l10n/.gitkeep
8413
%%WWWDIR%%/apps/sharebymail/l10n/ast.js
9212
%%WWWDIR%%/apps/sharebymail/l10n/ast.js
8414
%%WWWDIR%%/apps/sharebymail/l10n/ast.json
9213
%%WWWDIR%%/apps/sharebymail/l10n/ast.json
9214
%%WWWDIR%%/apps/sharebymail/l10n/ca.js
9215
%%WWWDIR%%/apps/sharebymail/l10n/ca.json
8415
%%WWWDIR%%/apps/sharebymail/l10n/cs.js
9216
%%WWWDIR%%/apps/sharebymail/l10n/cs.js
8416
%%WWWDIR%%/apps/sharebymail/l10n/cs.json
9217
%%WWWDIR%%/apps/sharebymail/l10n/cs.json
8417
%%WWWDIR%%/apps/sharebymail/l10n/cs_CZ.js
9218
%%WWWDIR%%/apps/sharebymail/l10n/cs_CZ.js
Lines 8430-8437 Link Here
8430
%%WWWDIR%%/apps/sharebymail/l10n/es.json
9231
%%WWWDIR%%/apps/sharebymail/l10n/es.json
8431
%%WWWDIR%%/apps/sharebymail/l10n/es_AR.js
9232
%%WWWDIR%%/apps/sharebymail/l10n/es_AR.js
8432
%%WWWDIR%%/apps/sharebymail/l10n/es_AR.json
9233
%%WWWDIR%%/apps/sharebymail/l10n/es_AR.json
9234
%%WWWDIR%%/apps/sharebymail/l10n/es_CL.js
9235
%%WWWDIR%%/apps/sharebymail/l10n/es_CL.json
9236
%%WWWDIR%%/apps/sharebymail/l10n/es_CO.js
9237
%%WWWDIR%%/apps/sharebymail/l10n/es_CO.json
9238
%%WWWDIR%%/apps/sharebymail/l10n/es_CR.js
9239
%%WWWDIR%%/apps/sharebymail/l10n/es_CR.json
9240
%%WWWDIR%%/apps/sharebymail/l10n/es_DO.js
9241
%%WWWDIR%%/apps/sharebymail/l10n/es_DO.json
9242
%%WWWDIR%%/apps/sharebymail/l10n/es_EC.js
9243
%%WWWDIR%%/apps/sharebymail/l10n/es_EC.json
9244
%%WWWDIR%%/apps/sharebymail/l10n/es_GT.js
9245
%%WWWDIR%%/apps/sharebymail/l10n/es_GT.json
9246
%%WWWDIR%%/apps/sharebymail/l10n/es_HN.js
9247
%%WWWDIR%%/apps/sharebymail/l10n/es_HN.json
8433
%%WWWDIR%%/apps/sharebymail/l10n/es_MX.js
9248
%%WWWDIR%%/apps/sharebymail/l10n/es_MX.js
8434
%%WWWDIR%%/apps/sharebymail/l10n/es_MX.json
9249
%%WWWDIR%%/apps/sharebymail/l10n/es_MX.json
9250
%%WWWDIR%%/apps/sharebymail/l10n/es_NI.js
9251
%%WWWDIR%%/apps/sharebymail/l10n/es_NI.json
9252
%%WWWDIR%%/apps/sharebymail/l10n/es_PA.js
9253
%%WWWDIR%%/apps/sharebymail/l10n/es_PA.json
9254
%%WWWDIR%%/apps/sharebymail/l10n/es_PE.js
9255
%%WWWDIR%%/apps/sharebymail/l10n/es_PE.json
9256
%%WWWDIR%%/apps/sharebymail/l10n/es_PR.js
9257
%%WWWDIR%%/apps/sharebymail/l10n/es_PR.json
9258
%%WWWDIR%%/apps/sharebymail/l10n/es_PY.js
9259
%%WWWDIR%%/apps/sharebymail/l10n/es_PY.json
9260
%%WWWDIR%%/apps/sharebymail/l10n/es_SV.js
9261
%%WWWDIR%%/apps/sharebymail/l10n/es_SV.json
9262
%%WWWDIR%%/apps/sharebymail/l10n/es_UY.js
9263
%%WWWDIR%%/apps/sharebymail/l10n/es_UY.json
8435
%%WWWDIR%%/apps/sharebymail/l10n/fi.js
9264
%%WWWDIR%%/apps/sharebymail/l10n/fi.js
8436
%%WWWDIR%%/apps/sharebymail/l10n/fi.json
9265
%%WWWDIR%%/apps/sharebymail/l10n/fi.json
8437
%%WWWDIR%%/apps/sharebymail/l10n/fr.js
9266
%%WWWDIR%%/apps/sharebymail/l10n/fr.js
Lines 8438-8443 Link Here
8438
%%WWWDIR%%/apps/sharebymail/l10n/fr.json
9267
%%WWWDIR%%/apps/sharebymail/l10n/fr.json
8439
%%WWWDIR%%/apps/sharebymail/l10n/gl.js
9268
%%WWWDIR%%/apps/sharebymail/l10n/gl.js
8440
%%WWWDIR%%/apps/sharebymail/l10n/gl.json
9269
%%WWWDIR%%/apps/sharebymail/l10n/gl.json
9270
%%WWWDIR%%/apps/sharebymail/l10n/hu.js
9271
%%WWWDIR%%/apps/sharebymail/l10n/hu.json
8441
%%WWWDIR%%/apps/sharebymail/l10n/ia.js
9272
%%WWWDIR%%/apps/sharebymail/l10n/ia.js
8442
%%WWWDIR%%/apps/sharebymail/l10n/ia.json
9273
%%WWWDIR%%/apps/sharebymail/l10n/ia.json
8443
%%WWWDIR%%/apps/sharebymail/l10n/id.js
9274
%%WWWDIR%%/apps/sharebymail/l10n/id.js
Lines 8448-8453 Link Here
8448
%%WWWDIR%%/apps/sharebymail/l10n/it.json
9279
%%WWWDIR%%/apps/sharebymail/l10n/it.json
8449
%%WWWDIR%%/apps/sharebymail/l10n/ja.js
9280
%%WWWDIR%%/apps/sharebymail/l10n/ja.js
8450
%%WWWDIR%%/apps/sharebymail/l10n/ja.json
9281
%%WWWDIR%%/apps/sharebymail/l10n/ja.json
9282
%%WWWDIR%%/apps/sharebymail/l10n/ka_GE.js
9283
%%WWWDIR%%/apps/sharebymail/l10n/ka_GE.json
8451
%%WWWDIR%%/apps/sharebymail/l10n/ko.js
9284
%%WWWDIR%%/apps/sharebymail/l10n/ko.js
8452
%%WWWDIR%%/apps/sharebymail/l10n/ko.json
9285
%%WWWDIR%%/apps/sharebymail/l10n/ko.json
8453
%%WWWDIR%%/apps/sharebymail/l10n/lt_LT.js
9286
%%WWWDIR%%/apps/sharebymail/l10n/lt_LT.js
Lines 8470-8475 Link Here
8470
%%WWWDIR%%/apps/sharebymail/l10n/sk_SK.json
9303
%%WWWDIR%%/apps/sharebymail/l10n/sk_SK.json
8471
%%WWWDIR%%/apps/sharebymail/l10n/sq.js
9304
%%WWWDIR%%/apps/sharebymail/l10n/sq.js
8472
%%WWWDIR%%/apps/sharebymail/l10n/sq.json
9305
%%WWWDIR%%/apps/sharebymail/l10n/sq.json
9306
%%WWWDIR%%/apps/sharebymail/l10n/sr.js
9307
%%WWWDIR%%/apps/sharebymail/l10n/sr.json
8473
%%WWWDIR%%/apps/sharebymail/l10n/sv.js
9308
%%WWWDIR%%/apps/sharebymail/l10n/sv.js
8474
%%WWWDIR%%/apps/sharebymail/l10n/sv.json
9309
%%WWWDIR%%/apps/sharebymail/l10n/sv.json
8475
%%WWWDIR%%/apps/sharebymail/l10n/tr.js
9310
%%WWWDIR%%/apps/sharebymail/l10n/tr.js
Lines 8499-8504 Link Here
8499
%%WWWDIR%%/apps/survey_client/l10n/.tx/config
9334
%%WWWDIR%%/apps/survey_client/l10n/.tx/config
8500
%%WWWDIR%%/apps/survey_client/l10n/ast.js
9335
%%WWWDIR%%/apps/survey_client/l10n/ast.js
8501
%%WWWDIR%%/apps/survey_client/l10n/ast.json
9336
%%WWWDIR%%/apps/survey_client/l10n/ast.json
9337
%%WWWDIR%%/apps/survey_client/l10n/ca.js
9338
%%WWWDIR%%/apps/survey_client/l10n/ca.json
9339
%%WWWDIR%%/apps/survey_client/l10n/cs.js
9340
%%WWWDIR%%/apps/survey_client/l10n/cs.json
8502
%%WWWDIR%%/apps/survey_client/l10n/da.js
9341
%%WWWDIR%%/apps/survey_client/l10n/da.js
8503
%%WWWDIR%%/apps/survey_client/l10n/da.json
9342
%%WWWDIR%%/apps/survey_client/l10n/da.json
8504
%%WWWDIR%%/apps/survey_client/l10n/de.js
9343
%%WWWDIR%%/apps/survey_client/l10n/de.js
Lines 8511-8518 Link Here
8511
%%WWWDIR%%/apps/survey_client/l10n/en_GB.json
9350
%%WWWDIR%%/apps/survey_client/l10n/en_GB.json
8512
%%WWWDIR%%/apps/survey_client/l10n/es.js
9351
%%WWWDIR%%/apps/survey_client/l10n/es.js
8513
%%WWWDIR%%/apps/survey_client/l10n/es.json
9352
%%WWWDIR%%/apps/survey_client/l10n/es.json
9353
%%WWWDIR%%/apps/survey_client/l10n/es_CL.js
9354
%%WWWDIR%%/apps/survey_client/l10n/es_CL.json
9355
%%WWWDIR%%/apps/survey_client/l10n/es_CO.js
9356
%%WWWDIR%%/apps/survey_client/l10n/es_CO.json
9357
%%WWWDIR%%/apps/survey_client/l10n/es_CR.js
9358
%%WWWDIR%%/apps/survey_client/l10n/es_CR.json
9359
%%WWWDIR%%/apps/survey_client/l10n/es_DO.js
9360
%%WWWDIR%%/apps/survey_client/l10n/es_DO.json
9361
%%WWWDIR%%/apps/survey_client/l10n/es_EC.js
9362
%%WWWDIR%%/apps/survey_client/l10n/es_EC.json
9363
%%WWWDIR%%/apps/survey_client/l10n/es_GT.js
9364
%%WWWDIR%%/apps/survey_client/l10n/es_GT.json
9365
%%WWWDIR%%/apps/survey_client/l10n/es_HN.js
9366
%%WWWDIR%%/apps/survey_client/l10n/es_HN.json
8514
%%WWWDIR%%/apps/survey_client/l10n/es_MX.js
9367
%%WWWDIR%%/apps/survey_client/l10n/es_MX.js
8515
%%WWWDIR%%/apps/survey_client/l10n/es_MX.json
9368
%%WWWDIR%%/apps/survey_client/l10n/es_MX.json
9369
%%WWWDIR%%/apps/survey_client/l10n/es_NI.js
9370
%%WWWDIR%%/apps/survey_client/l10n/es_NI.json
9371
%%WWWDIR%%/apps/survey_client/l10n/es_PA.js
9372
%%WWWDIR%%/apps/survey_client/l10n/es_PA.json
9373
%%WWWDIR%%/apps/survey_client/l10n/es_PE.js
9374
%%WWWDIR%%/apps/survey_client/l10n/es_PE.json
9375
%%WWWDIR%%/apps/survey_client/l10n/es_PR.js
9376
%%WWWDIR%%/apps/survey_client/l10n/es_PR.json
9377
%%WWWDIR%%/apps/survey_client/l10n/es_PY.js
9378
%%WWWDIR%%/apps/survey_client/l10n/es_PY.json
9379
%%WWWDIR%%/apps/survey_client/l10n/es_SV.js
9380
%%WWWDIR%%/apps/survey_client/l10n/es_SV.json
9381
%%WWWDIR%%/apps/survey_client/l10n/es_UY.js
9382
%%WWWDIR%%/apps/survey_client/l10n/es_UY.json
8516
%%WWWDIR%%/apps/survey_client/l10n/fi.js
9383
%%WWWDIR%%/apps/survey_client/l10n/fi.js
8517
%%WWWDIR%%/apps/survey_client/l10n/fi.json
9384
%%WWWDIR%%/apps/survey_client/l10n/fi.json
8518
%%WWWDIR%%/apps/survey_client/l10n/fr.js
9385
%%WWWDIR%%/apps/survey_client/l10n/fr.js
Lines 8525-8530 Link Here
8525
%%WWWDIR%%/apps/survey_client/l10n/it.json
9392
%%WWWDIR%%/apps/survey_client/l10n/it.json
8526
%%WWWDIR%%/apps/survey_client/l10n/ja.js
9393
%%WWWDIR%%/apps/survey_client/l10n/ja.js
8527
%%WWWDIR%%/apps/survey_client/l10n/ja.json
9394
%%WWWDIR%%/apps/survey_client/l10n/ja.json
9395
%%WWWDIR%%/apps/survey_client/l10n/ka_GE.js
9396
%%WWWDIR%%/apps/survey_client/l10n/ka_GE.json
8528
%%WWWDIR%%/apps/survey_client/l10n/lv.js
9397
%%WWWDIR%%/apps/survey_client/l10n/lv.js
8529
%%WWWDIR%%/apps/survey_client/l10n/lv.json
9398
%%WWWDIR%%/apps/survey_client/l10n/lv.json
8530
%%WWWDIR%%/apps/survey_client/l10n/mn.js
9399
%%WWWDIR%%/apps/survey_client/l10n/mn.js
Lines 8541-8546 Link Here
8541
%%WWWDIR%%/apps/survey_client/l10n/ru.json
9410
%%WWWDIR%%/apps/survey_client/l10n/ru.json
8542
%%WWWDIR%%/apps/survey_client/l10n/sq.js
9411
%%WWWDIR%%/apps/survey_client/l10n/sq.js
8543
%%WWWDIR%%/apps/survey_client/l10n/sq.json
9412
%%WWWDIR%%/apps/survey_client/l10n/sq.json
9413
%%WWWDIR%%/apps/survey_client/l10n/sr.js
9414
%%WWWDIR%%/apps/survey_client/l10n/sr.json
8544
%%WWWDIR%%/apps/survey_client/l10n/sv.js
9415
%%WWWDIR%%/apps/survey_client/l10n/sv.js
8545
%%WWWDIR%%/apps/survey_client/l10n/sv.json
9416
%%WWWDIR%%/apps/survey_client/l10n/sv.json
8546
%%WWWDIR%%/apps/survey_client/l10n/th.js
9417
%%WWWDIR%%/apps/survey_client/l10n/th.js
Lines 8570-8575 Link Here
8570
%%WWWDIR%%/apps/systemtags/appinfo/info.xml
9441
%%WWWDIR%%/apps/systemtags/appinfo/info.xml
8571
%%WWWDIR%%/apps/systemtags/appinfo/routes.php
9442
%%WWWDIR%%/apps/systemtags/appinfo/routes.php
8572
%%WWWDIR%%/apps/systemtags/appinfo/signature.json
9443
%%WWWDIR%%/apps/systemtags/appinfo/signature.json
9444
%%WWWDIR%%/apps/systemtags/composer/autoload.php
9445
%%WWWDIR%%/apps/systemtags/composer/composer.json
9446
%%WWWDIR%%/apps/systemtags/composer/composer/ClassLoader.php
9447
%%WWWDIR%%/apps/systemtags/composer/composer/LICENSE
9448
%%WWWDIR%%/apps/systemtags/composer/composer/autoload_classmap.php
9449
%%WWWDIR%%/apps/systemtags/composer/composer/autoload_namespaces.php
9450
%%WWWDIR%%/apps/systemtags/composer/composer/autoload_psr4.php
9451
%%WWWDIR%%/apps/systemtags/composer/composer/autoload_real.php
9452
%%WWWDIR%%/apps/systemtags/composer/composer/autoload_static.php
8573
%%WWWDIR%%/apps/systemtags/css/systemtagsfilelist.css
9453
%%WWWDIR%%/apps/systemtags/css/systemtagsfilelist.css
8574
%%WWWDIR%%/apps/systemtags/img/app.svg
9454
%%WWWDIR%%/apps/systemtags/img/app.svg
8575
%%WWWDIR%%/apps/systemtags/img/tag.svg
9455
%%WWWDIR%%/apps/systemtags/img/tag.svg
Lines 8623-8630 Link Here
8623
%%WWWDIR%%/apps/systemtags/l10n/es.json
9503
%%WWWDIR%%/apps/systemtags/l10n/es.json
8624
%%WWWDIR%%/apps/systemtags/l10n/es_AR.js
9504
%%WWWDIR%%/apps/systemtags/l10n/es_AR.js
8625
%%WWWDIR%%/apps/systemtags/l10n/es_AR.json
9505
%%WWWDIR%%/apps/systemtags/l10n/es_AR.json
9506
%%WWWDIR%%/apps/systemtags/l10n/es_CL.js
9507
%%WWWDIR%%/apps/systemtags/l10n/es_CL.json
9508
%%WWWDIR%%/apps/systemtags/l10n/es_CO.js
9509
%%WWWDIR%%/apps/systemtags/l10n/es_CO.json
9510
%%WWWDIR%%/apps/systemtags/l10n/es_CR.js
9511
%%WWWDIR%%/apps/systemtags/l10n/es_CR.json
9512
%%WWWDIR%%/apps/systemtags/l10n/es_DO.js
9513
%%WWWDIR%%/apps/systemtags/l10n/es_DO.json
9514
%%WWWDIR%%/apps/systemtags/l10n/es_EC.js
9515
%%WWWDIR%%/apps/systemtags/l10n/es_EC.json
9516
%%WWWDIR%%/apps/systemtags/l10n/es_GT.js
9517
%%WWWDIR%%/apps/systemtags/l10n/es_GT.json
9518
%%WWWDIR%%/apps/systemtags/l10n/es_HN.js
9519
%%WWWDIR%%/apps/systemtags/l10n/es_HN.json
8626
%%WWWDIR%%/apps/systemtags/l10n/es_MX.js
9520
%%WWWDIR%%/apps/systemtags/l10n/es_MX.js
8627
%%WWWDIR%%/apps/systemtags/l10n/es_MX.json
9521
%%WWWDIR%%/apps/systemtags/l10n/es_MX.json
9522
%%WWWDIR%%/apps/systemtags/l10n/es_NI.js
9523
%%WWWDIR%%/apps/systemtags/l10n/es_NI.json
9524
%%WWWDIR%%/apps/systemtags/l10n/es_PA.js
9525
%%WWWDIR%%/apps/systemtags/l10n/es_PA.json
9526
%%WWWDIR%%/apps/systemtags/l10n/es_PE.js
9527
%%WWWDIR%%/apps/systemtags/l10n/es_PE.json
9528
%%WWWDIR%%/apps/systemtags/l10n/es_PR.js
9529
%%WWWDIR%%/apps/systemtags/l10n/es_PR.json
9530
%%WWWDIR%%/apps/systemtags/l10n/es_PY.js
9531
%%WWWDIR%%/apps/systemtags/l10n/es_PY.json
9532
%%WWWDIR%%/apps/systemtags/l10n/es_SV.js
9533
%%WWWDIR%%/apps/systemtags/l10n/es_SV.json
9534
%%WWWDIR%%/apps/systemtags/l10n/es_UY.js
9535
%%WWWDIR%%/apps/systemtags/l10n/es_UY.json
8628
%%WWWDIR%%/apps/systemtags/l10n/et_EE.js
9536
%%WWWDIR%%/apps/systemtags/l10n/et_EE.js
8629
%%WWWDIR%%/apps/systemtags/l10n/et_EE.json
9537
%%WWWDIR%%/apps/systemtags/l10n/et_EE.json
8630
%%WWWDIR%%/apps/systemtags/l10n/eu.js
9538
%%WWWDIR%%/apps/systemtags/l10n/eu.js
Lines 8784-8791 Link Here
8784
%%WWWDIR%%/apps/theming/l10n/es.json
9692
%%WWWDIR%%/apps/theming/l10n/es.json
8785
%%WWWDIR%%/apps/theming/l10n/es_AR.js
9693
%%WWWDIR%%/apps/theming/l10n/es_AR.js
8786
%%WWWDIR%%/apps/theming/l10n/es_AR.json
9694
%%WWWDIR%%/apps/theming/l10n/es_AR.json
9695
%%WWWDIR%%/apps/theming/l10n/es_CL.js
9696
%%WWWDIR%%/apps/theming/l10n/es_CL.json
9697
%%WWWDIR%%/apps/theming/l10n/es_CO.js
9698
%%WWWDIR%%/apps/theming/l10n/es_CO.json
9699
%%WWWDIR%%/apps/theming/l10n/es_CR.js
9700
%%WWWDIR%%/apps/theming/l10n/es_CR.json
9701
%%WWWDIR%%/apps/theming/l10n/es_DO.js
9702
%%WWWDIR%%/apps/theming/l10n/es_DO.json
9703
%%WWWDIR%%/apps/theming/l10n/es_EC.js
9704
%%WWWDIR%%/apps/theming/l10n/es_EC.json
9705
%%WWWDIR%%/apps/theming/l10n/es_GT.js
9706
%%WWWDIR%%/apps/theming/l10n/es_GT.json
9707
%%WWWDIR%%/apps/theming/l10n/es_HN.js
9708
%%WWWDIR%%/apps/theming/l10n/es_HN.json
8787
%%WWWDIR%%/apps/theming/l10n/es_MX.js
9709
%%WWWDIR%%/apps/theming/l10n/es_MX.js
8788
%%WWWDIR%%/apps/theming/l10n/es_MX.json
9710
%%WWWDIR%%/apps/theming/l10n/es_MX.json
9711
%%WWWDIR%%/apps/theming/l10n/es_NI.js
9712
%%WWWDIR%%/apps/theming/l10n/es_NI.json
9713
%%WWWDIR%%/apps/theming/l10n/es_PA.js
9714
%%WWWDIR%%/apps/theming/l10n/es_PA.json
9715
%%WWWDIR%%/apps/theming/l10n/es_PE.js
9716
%%WWWDIR%%/apps/theming/l10n/es_PE.json
9717
%%WWWDIR%%/apps/theming/l10n/es_PR.js
9718
%%WWWDIR%%/apps/theming/l10n/es_PR.json
9719
%%WWWDIR%%/apps/theming/l10n/es_PY.js
9720
%%WWWDIR%%/apps/theming/l10n/es_PY.json
9721
%%WWWDIR%%/apps/theming/l10n/es_SV.js
9722
%%WWWDIR%%/apps/theming/l10n/es_SV.json
9723
%%WWWDIR%%/apps/theming/l10n/es_UY.js
9724
%%WWWDIR%%/apps/theming/l10n/es_UY.json
9725
%%WWWDIR%%/apps/theming/l10n/et_EE.js
9726
%%WWWDIR%%/apps/theming/l10n/et_EE.json
8789
%%WWWDIR%%/apps/theming/l10n/fi.js
9727
%%WWWDIR%%/apps/theming/l10n/fi.js
8790
%%WWWDIR%%/apps/theming/l10n/fi.json
9728
%%WWWDIR%%/apps/theming/l10n/fi.json
8791
%%WWWDIR%%/apps/theming/l10n/fr.js
9729
%%WWWDIR%%/apps/theming/l10n/fr.js
Lines 8802-8807 Link Here
8802
%%WWWDIR%%/apps/theming/l10n/it.json
9740
%%WWWDIR%%/apps/theming/l10n/it.json
8803
%%WWWDIR%%/apps/theming/l10n/ja.js
9741
%%WWWDIR%%/apps/theming/l10n/ja.js
8804
%%WWWDIR%%/apps/theming/l10n/ja.json
9742
%%WWWDIR%%/apps/theming/l10n/ja.json
9743
%%WWWDIR%%/apps/theming/l10n/ka_GE.js
9744
%%WWWDIR%%/apps/theming/l10n/ka_GE.json
8805
%%WWWDIR%%/apps/theming/l10n/ko.js
9745
%%WWWDIR%%/apps/theming/l10n/ko.js
8806
%%WWWDIR%%/apps/theming/l10n/ko.json
9746
%%WWWDIR%%/apps/theming/l10n/ko.json
8807
%%WWWDIR%%/apps/theming/l10n/lt_LT.js
9747
%%WWWDIR%%/apps/theming/l10n/lt_LT.js
Lines 8826-8831 Link Here
8826
%%WWWDIR%%/apps/theming/l10n/sl.json
9766
%%WWWDIR%%/apps/theming/l10n/sl.json
8827
%%WWWDIR%%/apps/theming/l10n/sq.js
9767
%%WWWDIR%%/apps/theming/l10n/sq.js
8828
%%WWWDIR%%/apps/theming/l10n/sq.json
9768
%%WWWDIR%%/apps/theming/l10n/sq.json
9769
%%WWWDIR%%/apps/theming/l10n/sr.js
9770
%%WWWDIR%%/apps/theming/l10n/sr.json
8829
%%WWWDIR%%/apps/theming/l10n/sv.js
9771
%%WWWDIR%%/apps/theming/l10n/sv.js
8830
%%WWWDIR%%/apps/theming/l10n/sv.json
9772
%%WWWDIR%%/apps/theming/l10n/sv.json
8831
%%WWWDIR%%/apps/theming/l10n/tr.js
9773
%%WWWDIR%%/apps/theming/l10n/tr.js
Lines 8848-8857 Link Here
8848
%%WWWDIR%%/apps/theming/lib/Util.php
9790
%%WWWDIR%%/apps/theming/lib/Util.php
8849
%%WWWDIR%%/apps/theming/templates/settings-admin.php
9791
%%WWWDIR%%/apps/theming/templates/settings-admin.php
8850
%%WWWDIR%%/apps/twofactor_backupcodes/appinfo/app.php
9792
%%WWWDIR%%/apps/twofactor_backupcodes/appinfo/app.php
8851
%%WWWDIR%%/apps/twofactor_backupcodes/appinfo/database.xml
8852
%%WWWDIR%%/apps/twofactor_backupcodes/appinfo/info.xml
9793
%%WWWDIR%%/apps/twofactor_backupcodes/appinfo/info.xml
8853
%%WWWDIR%%/apps/twofactor_backupcodes/appinfo/routes.php
9794
%%WWWDIR%%/apps/twofactor_backupcodes/appinfo/routes.php
8854
%%WWWDIR%%/apps/twofactor_backupcodes/appinfo/signature.json
9795
%%WWWDIR%%/apps/twofactor_backupcodes/appinfo/signature.json
9796
%%WWWDIR%%/apps/twofactor_backupcodes/composer/autoload.php
9797
%%WWWDIR%%/apps/twofactor_backupcodes/composer/composer.json
9798
%%WWWDIR%%/apps/twofactor_backupcodes/composer/composer/ClassLoader.php
9799
%%WWWDIR%%/apps/twofactor_backupcodes/composer/composer/LICENSE
9800
%%WWWDIR%%/apps/twofactor_backupcodes/composer/composer/autoload_classmap.php
9801
%%WWWDIR%%/apps/twofactor_backupcodes/composer/composer/autoload_namespaces.php
9802
%%WWWDIR%%/apps/twofactor_backupcodes/composer/composer/autoload_psr4.php
9803
%%WWWDIR%%/apps/twofactor_backupcodes/composer/composer/autoload_real.php
9804
%%WWWDIR%%/apps/twofactor_backupcodes/composer/composer/autoload_static.php
8855
%%WWWDIR%%/apps/twofactor_backupcodes/css/style.css
9805
%%WWWDIR%%/apps/twofactor_backupcodes/css/style.css
8856
%%WWWDIR%%/apps/twofactor_backupcodes/js/settings.js
9806
%%WWWDIR%%/apps/twofactor_backupcodes/js/settings.js
8857
%%WWWDIR%%/apps/twofactor_backupcodes/js/settingsview.js
9807
%%WWWDIR%%/apps/twofactor_backupcodes/js/settingsview.js
Lines 8858-8863 Link Here
8858
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/.gitkeep
9808
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/.gitkeep
8859
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/af.js
9809
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/af.js
8860
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/af.json
9810
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/af.json
9811
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ca.js
9812
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ca.json
8861
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/cs.js
9813
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/cs.js
8862
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/cs.json
9814
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/cs.json
8863
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/cs_CZ.js
9815
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/cs_CZ.js
Lines 8876-8883 Link Here
8876
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es.json
9828
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es.json
8877
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_AR.js
9829
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_AR.js
8878
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_AR.json
9830
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_AR.json
9831
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_CL.js
9832
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_CL.json
9833
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_CO.js
9834
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_CO.json
9835
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_CR.js
9836
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_CR.json
9837
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_DO.js
9838
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_DO.json
9839
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_EC.js
9840
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_EC.json
9841
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_GT.js
9842
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_GT.json
9843
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_HN.js
9844
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_HN.json
8879
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_MX.js
9845
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_MX.js
8880
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_MX.json
9846
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_MX.json
9847
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_NI.js
9848
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_NI.json
9849
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_PA.js
9850
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_PA.json
9851
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_PE.js
9852
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_PE.json
9853
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_PR.js
9854
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_PR.json
9855
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_PY.js
9856
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_PY.json
9857
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_SV.js
9858
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_SV.json
9859
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_UY.js
9860
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_UY.json
8881
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/fi.js
9861
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/fi.js
8882
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/fi.json
9862
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/fi.json
8883
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/fr.js
9863
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/fr.js
Lines 8894-8899 Link Here
8894
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/it.json
9874
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/it.json
8895
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ja.js
9875
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ja.js
8896
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ja.json
9876
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ja.json
9877
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ka_GE.js
9878
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ka_GE.json
8897
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ko.js
9879
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ko.js
8898
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ko.json
9880
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ko.json
8899
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/lv.js
9881
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/lv.js
Lines 8912-8919 Link Here
8912
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/pt_BR.json
9894
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/pt_BR.json
8913
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ru.js
9895
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ru.js
8914
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ru.json
9896
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ru.json
9897
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/sk.js
9898
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/sk.json
8915
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/sq.js
9899
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/sq.js
8916
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/sq.json
9900
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/sq.json
9901
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/sr.js
9902
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/sr.json
8917
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/sv.js
9903
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/sv.js
8918
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/sv.json
9904
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/sv.json
8919
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/tr.js
9905
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/tr.js
Lines 8927-8936 Link Here
8927
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Controller/SettingsController.php
9913
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Controller/SettingsController.php
8928
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Db/BackupCode.php
9914
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Db/BackupCode.php
8929
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Db/BackupCodeMapper.php
9915
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Db/BackupCodeMapper.php
8930
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Migration/CopyEntriesFromOldTable.php
9916
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170607104347.php
9917
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170607113030.php
9918
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170919123342.php
9919
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170926101419.php
8931
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Provider/BackupCodesProvider.php
9920
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Provider/BackupCodesProvider.php
8932
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Service/BackupCodeStorage.php
9921
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Service/BackupCodeStorage.php
8933
%%WWWDIR%%/apps/twofactor_backupcodes/settings/personal.php
9922
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Settings/Personal.php
8934
%%WWWDIR%%/apps/twofactor_backupcodes/templates/challenge.php
9923
%%WWWDIR%%/apps/twofactor_backupcodes/templates/challenge.php
8935
%%WWWDIR%%/apps/twofactor_backupcodes/templates/personal.php
9924
%%WWWDIR%%/apps/twofactor_backupcodes/templates/personal.php
8936
%%WWWDIR%%/apps/updatenotification/appinfo/app.php
9925
%%WWWDIR%%/apps/updatenotification/appinfo/app.php
Lines 8937-8942 Link Here
8937
%%WWWDIR%%/apps/updatenotification/appinfo/info.xml
9926
%%WWWDIR%%/apps/updatenotification/appinfo/info.xml
8938
%%WWWDIR%%/apps/updatenotification/appinfo/routes.php
9927
%%WWWDIR%%/apps/updatenotification/appinfo/routes.php
8939
%%WWWDIR%%/apps/updatenotification/appinfo/signature.json
9928
%%WWWDIR%%/apps/updatenotification/appinfo/signature.json
9929
%%WWWDIR%%/apps/updatenotification/composer/autoload.php
9930
%%WWWDIR%%/apps/updatenotification/composer/composer.json
9931
%%WWWDIR%%/apps/updatenotification/composer/composer/ClassLoader.php
9932
%%WWWDIR%%/apps/updatenotification/composer/composer/LICENSE
9933
%%WWWDIR%%/apps/updatenotification/composer/composer/autoload_classmap.php
9934
%%WWWDIR%%/apps/updatenotification/composer/composer/autoload_namespaces.php
9935
%%WWWDIR%%/apps/updatenotification/composer/composer/autoload_psr4.php
9936
%%WWWDIR%%/apps/updatenotification/composer/composer/autoload_real.php
9937
%%WWWDIR%%/apps/updatenotification/composer/composer/autoload_static.php
9938
%%WWWDIR%%/apps/updatenotification/css/admin.css
8940
%%WWWDIR%%/apps/updatenotification/img/app.svg
9939
%%WWWDIR%%/apps/updatenotification/img/app.svg
8941
%%WWWDIR%%/apps/updatenotification/img/notification.svg
9940
%%WWWDIR%%/apps/updatenotification/img/notification.svg
8942
%%WWWDIR%%/apps/updatenotification/js/admin.js
9941
%%WWWDIR%%/apps/updatenotification/js/admin.js
Lines 8980-8987 Link Here
8980
%%WWWDIR%%/apps/updatenotification/l10n/es.json
9979
%%WWWDIR%%/apps/updatenotification/l10n/es.json
8981
%%WWWDIR%%/apps/updatenotification/l10n/es_AR.js
9980
%%WWWDIR%%/apps/updatenotification/l10n/es_AR.js
8982
%%WWWDIR%%/apps/updatenotification/l10n/es_AR.json
9981
%%WWWDIR%%/apps/updatenotification/l10n/es_AR.json
9982
%%WWWDIR%%/apps/updatenotification/l10n/es_CL.js
9983
%%WWWDIR%%/apps/updatenotification/l10n/es_CL.json
9984
%%WWWDIR%%/apps/updatenotification/l10n/es_CO.js
9985
%%WWWDIR%%/apps/updatenotification/l10n/es_CO.json
9986
%%WWWDIR%%/apps/updatenotification/l10n/es_CR.js
9987
%%WWWDIR%%/apps/updatenotification/l10n/es_CR.json
9988
%%WWWDIR%%/apps/updatenotification/l10n/es_DO.js
9989
%%WWWDIR%%/apps/updatenotification/l10n/es_DO.json
9990
%%WWWDIR%%/apps/updatenotification/l10n/es_EC.js
9991
%%WWWDIR%%/apps/updatenotification/l10n/es_EC.json
9992
%%WWWDIR%%/apps/updatenotification/l10n/es_GT.js
9993
%%WWWDIR%%/apps/updatenotification/l10n/es_GT.json
9994
%%WWWDIR%%/apps/updatenotification/l10n/es_HN.js
9995
%%WWWDIR%%/apps/updatenotification/l10n/es_HN.json
8983
%%WWWDIR%%/apps/updatenotification/l10n/es_MX.js
9996
%%WWWDIR%%/apps/updatenotification/l10n/es_MX.js
8984
%%WWWDIR%%/apps/updatenotification/l10n/es_MX.json
9997
%%WWWDIR%%/apps/updatenotification/l10n/es_MX.json
9998
%%WWWDIR%%/apps/updatenotification/l10n/es_NI.js
9999
%%WWWDIR%%/apps/updatenotification/l10n/es_NI.json
10000
%%WWWDIR%%/apps/updatenotification/l10n/es_PA.js
10001
%%WWWDIR%%/apps/updatenotification/l10n/es_PA.json
10002
%%WWWDIR%%/apps/updatenotification/l10n/es_PE.js
10003
%%WWWDIR%%/apps/updatenotification/l10n/es_PE.json
10004
%%WWWDIR%%/apps/updatenotification/l10n/es_PR.js
10005
%%WWWDIR%%/apps/updatenotification/l10n/es_PR.json
10006
%%WWWDIR%%/apps/updatenotification/l10n/es_PY.js
10007
%%WWWDIR%%/apps/updatenotification/l10n/es_PY.json
10008
%%WWWDIR%%/apps/updatenotification/l10n/es_SV.js
10009
%%WWWDIR%%/apps/updatenotification/l10n/es_SV.json
10010
%%WWWDIR%%/apps/updatenotification/l10n/es_UY.js
10011
%%WWWDIR%%/apps/updatenotification/l10n/es_UY.json
8985
%%WWWDIR%%/apps/updatenotification/l10n/et_EE.js
10012
%%WWWDIR%%/apps/updatenotification/l10n/et_EE.js
8986
%%WWWDIR%%/apps/updatenotification/l10n/et_EE.json
10013
%%WWWDIR%%/apps/updatenotification/l10n/et_EE.json
8987
%%WWWDIR%%/apps/updatenotification/l10n/eu.js
10014
%%WWWDIR%%/apps/updatenotification/l10n/eu.js
Lines 9014-9019 Link Here
9014
%%WWWDIR%%/apps/updatenotification/l10n/it.json
10041
%%WWWDIR%%/apps/updatenotification/l10n/it.json
9015
%%WWWDIR%%/apps/updatenotification/l10n/ja.js
10042
%%WWWDIR%%/apps/updatenotification/l10n/ja.js
9016
%%WWWDIR%%/apps/updatenotification/l10n/ja.json
10043
%%WWWDIR%%/apps/updatenotification/l10n/ja.json
10044
%%WWWDIR%%/apps/updatenotification/l10n/ka_GE.js
10045
%%WWWDIR%%/apps/updatenotification/l10n/ka_GE.json
9017
%%WWWDIR%%/apps/updatenotification/l10n/ko.js
10046
%%WWWDIR%%/apps/updatenotification/l10n/ko.js
9018
%%WWWDIR%%/apps/updatenotification/l10n/ko.json
10047
%%WWWDIR%%/apps/updatenotification/l10n/ko.json
9019
%%WWWDIR%%/apps/updatenotification/l10n/lb.js
10048
%%WWWDIR%%/apps/updatenotification/l10n/lb.js
Lines 9098-9103 Link Here
9098
%%WWWDIR%%/apps/user_ldap/appinfo/routes.php
10127
%%WWWDIR%%/apps/user_ldap/appinfo/routes.php
9099
%%WWWDIR%%/apps/user_ldap/appinfo/signature.json
10128
%%WWWDIR%%/apps/user_ldap/appinfo/signature.json
9100
%%WWWDIR%%/apps/user_ldap/appinfo/update.php
10129
%%WWWDIR%%/apps/user_ldap/appinfo/update.php
10130
%%WWWDIR%%/apps/user_ldap/composer/autoload.php
10131
%%WWWDIR%%/apps/user_ldap/composer/composer.json
10132
%%WWWDIR%%/apps/user_ldap/composer/composer/ClassLoader.php
10133
%%WWWDIR%%/apps/user_ldap/composer/composer/LICENSE
10134
%%WWWDIR%%/apps/user_ldap/composer/composer/autoload_classmap.php
10135
%%WWWDIR%%/apps/user_ldap/composer/composer/autoload_namespaces.php
10136
%%WWWDIR%%/apps/user_ldap/composer/composer/autoload_psr4.php
10137
%%WWWDIR%%/apps/user_ldap/composer/composer/autoload_real.php
10138
%%WWWDIR%%/apps/user_ldap/composer/composer/autoload_static.php
9101
%%WWWDIR%%/apps/user_ldap/css/renewPassword.css
10139
%%WWWDIR%%/apps/user_ldap/css/renewPassword.css
9102
%%WWWDIR%%/apps/user_ldap/css/settings.css
10140
%%WWWDIR%%/apps/user_ldap/css/settings.css
9103
%%WWWDIR%%/apps/user_ldap/img/app-dark.svg
10141
%%WWWDIR%%/apps/user_ldap/img/app-dark.svg
Lines 9200-9207 Link Here
9200
%%WWWDIR%%/apps/user_ldap/l10n/es_AR.json
10238
%%WWWDIR%%/apps/user_ldap/l10n/es_AR.json
9201
%%WWWDIR%%/apps/user_ldap/l10n/es_CL.js
10239
%%WWWDIR%%/apps/user_ldap/l10n/es_CL.js
9202
%%WWWDIR%%/apps/user_ldap/l10n/es_CL.json
10240
%%WWWDIR%%/apps/user_ldap/l10n/es_CL.json
10241
%%WWWDIR%%/apps/user_ldap/l10n/es_CO.js
10242
%%WWWDIR%%/apps/user_ldap/l10n/es_CO.json
10243
%%WWWDIR%%/apps/user_ldap/l10n/es_CR.js
10244
%%WWWDIR%%/apps/user_ldap/l10n/es_CR.json
10245
%%WWWDIR%%/apps/user_ldap/l10n/es_DO.js
10246
%%WWWDIR%%/apps/user_ldap/l10n/es_DO.json
10247
%%WWWDIR%%/apps/user_ldap/l10n/es_EC.js
10248
%%WWWDIR%%/apps/user_ldap/l10n/es_EC.json
10249
%%WWWDIR%%/apps/user_ldap/l10n/es_GT.js
10250
%%WWWDIR%%/apps/user_ldap/l10n/es_GT.json
10251
%%WWWDIR%%/apps/user_ldap/l10n/es_HN.js
10252
%%WWWDIR%%/apps/user_ldap/l10n/es_HN.json
9203
%%WWWDIR%%/apps/user_ldap/l10n/es_MX.js
10253
%%WWWDIR%%/apps/user_ldap/l10n/es_MX.js
9204
%%WWWDIR%%/apps/user_ldap/l10n/es_MX.json
10254
%%WWWDIR%%/apps/user_ldap/l10n/es_MX.json
10255
%%WWWDIR%%/apps/user_ldap/l10n/es_NI.js
10256
%%WWWDIR%%/apps/user_ldap/l10n/es_NI.json
10257
%%WWWDIR%%/apps/user_ldap/l10n/es_PA.js
10258
%%WWWDIR%%/apps/user_ldap/l10n/es_PA.json
10259
%%WWWDIR%%/apps/user_ldap/l10n/es_PE.js
10260
%%WWWDIR%%/apps/user_ldap/l10n/es_PE.json
10261
%%WWWDIR%%/apps/user_ldap/l10n/es_PR.js
10262
%%WWWDIR%%/apps/user_ldap/l10n/es_PR.json
10263
%%WWWDIR%%/apps/user_ldap/l10n/es_PY.js
10264
%%WWWDIR%%/apps/user_ldap/l10n/es_PY.json
10265
%%WWWDIR%%/apps/user_ldap/l10n/es_SV.js
10266
%%WWWDIR%%/apps/user_ldap/l10n/es_SV.json
10267
%%WWWDIR%%/apps/user_ldap/l10n/es_UY.js
10268
%%WWWDIR%%/apps/user_ldap/l10n/es_UY.json
9205
%%WWWDIR%%/apps/user_ldap/l10n/et_EE.js
10269
%%WWWDIR%%/apps/user_ldap/l10n/et_EE.js
9206
%%WWWDIR%%/apps/user_ldap/l10n/et_EE.json
10270
%%WWWDIR%%/apps/user_ldap/l10n/et_EE.json
9207
%%WWWDIR%%/apps/user_ldap/l10n/eu.js
10271
%%WWWDIR%%/apps/user_ldap/l10n/eu.js
Lines 9378-9389 Link Here
9378
%%WWWDIR%%/apps/user_ldap/lib/Exceptions/ConstraintViolationException.php
10442
%%WWWDIR%%/apps/user_ldap/lib/Exceptions/ConstraintViolationException.php
9379
%%WWWDIR%%/apps/user_ldap/lib/Exceptions/NotOnLDAP.php
10443
%%WWWDIR%%/apps/user_ldap/lib/Exceptions/NotOnLDAP.php
9380
%%WWWDIR%%/apps/user_ldap/lib/FilesystemHelper.php
10444
%%WWWDIR%%/apps/user_ldap/lib/FilesystemHelper.php
10445
%%WWWDIR%%/apps/user_ldap/lib/GroupPluginManager.php
9381
%%WWWDIR%%/apps/user_ldap/lib/Group_LDAP.php
10446
%%WWWDIR%%/apps/user_ldap/lib/Group_LDAP.php
9382
%%WWWDIR%%/apps/user_ldap/lib/Group_Proxy.php
10447
%%WWWDIR%%/apps/user_ldap/lib/Group_Proxy.php
9383
%%WWWDIR%%/apps/user_ldap/lib/Helper.php
10448
%%WWWDIR%%/apps/user_ldap/lib/Helper.php
10449
%%WWWDIR%%/apps/user_ldap/lib/IGroupLDAP.php
10450
%%WWWDIR%%/apps/user_ldap/lib/ILDAPGroupPlugin.php
10451
%%WWWDIR%%/apps/user_ldap/lib/ILDAPUserPlugin.php
9384
%%WWWDIR%%/apps/user_ldap/lib/ILDAPWrapper.php
10452
%%WWWDIR%%/apps/user_ldap/lib/ILDAPWrapper.php
9385
%%WWWDIR%%/apps/user_ldap/lib/IUserLDAP.php
10453
%%WWWDIR%%/apps/user_ldap/lib/IUserLDAP.php
9386
%%WWWDIR%%/apps/user_ldap/lib/Jobs/CleanUp.php
10454
%%WWWDIR%%/apps/user_ldap/lib/Jobs/CleanUp.php
10455
%%WWWDIR%%/apps/user_ldap/lib/Jobs/Sync.php
9387
%%WWWDIR%%/apps/user_ldap/lib/Jobs/UpdateGroups.php
10456
%%WWWDIR%%/apps/user_ldap/lib/Jobs/UpdateGroups.php
9388
%%WWWDIR%%/apps/user_ldap/lib/LDAP.php
10457
%%WWWDIR%%/apps/user_ldap/lib/LDAP.php
9389
%%WWWDIR%%/apps/user_ldap/lib/LDAPProvider.php
10458
%%WWWDIR%%/apps/user_ldap/lib/LDAPProvider.php
Lines 9406-9411 Link Here
9406
%%WWWDIR%%/apps/user_ldap/lib/User/Manager.php
10475
%%WWWDIR%%/apps/user_ldap/lib/User/Manager.php
9407
%%WWWDIR%%/apps/user_ldap/lib/User/OfflineUser.php
10476
%%WWWDIR%%/apps/user_ldap/lib/User/OfflineUser.php
9408
%%WWWDIR%%/apps/user_ldap/lib/User/User.php
10477
%%WWWDIR%%/apps/user_ldap/lib/User/User.php
10478
%%WWWDIR%%/apps/user_ldap/lib/UserPluginManager.php
9409
%%WWWDIR%%/apps/user_ldap/lib/User_LDAP.php
10479
%%WWWDIR%%/apps/user_ldap/lib/User_LDAP.php
9410
%%WWWDIR%%/apps/user_ldap/lib/User_Proxy.php
10480
%%WWWDIR%%/apps/user_ldap/lib/User_Proxy.php
9411
%%WWWDIR%%/apps/user_ldap/lib/Wizard.php
10481
%%WWWDIR%%/apps/user_ldap/lib/Wizard.php
Lines 9463-9470 Link Here
9463
%%WWWDIR%%/apps/workflowengine/l10n/es.json
10533
%%WWWDIR%%/apps/workflowengine/l10n/es.json
9464
%%WWWDIR%%/apps/workflowengine/l10n/es_AR.js
10534
%%WWWDIR%%/apps/workflowengine/l10n/es_AR.js
9465
%%WWWDIR%%/apps/workflowengine/l10n/es_AR.json
10535
%%WWWDIR%%/apps/workflowengine/l10n/es_AR.json
10536
%%WWWDIR%%/apps/workflowengine/l10n/es_CL.js
10537
%%WWWDIR%%/apps/workflowengine/l10n/es_CL.json
10538
%%WWWDIR%%/apps/workflowengine/l10n/es_CO.js
10539
%%WWWDIR%%/apps/workflowengine/l10n/es_CO.json
10540
%%WWWDIR%%/apps/workflowengine/l10n/es_CR.js
10541
%%WWWDIR%%/apps/workflowengine/l10n/es_CR.json
10542
%%WWWDIR%%/apps/workflowengine/l10n/es_DO.js
10543
%%WWWDIR%%/apps/workflowengine/l10n/es_DO.json
10544
%%WWWDIR%%/apps/workflowengine/l10n/es_EC.js
10545
%%WWWDIR%%/apps/workflowengine/l10n/es_EC.json
10546
%%WWWDIR%%/apps/workflowengine/l10n/es_GT.js
10547
%%WWWDIR%%/apps/workflowengine/l10n/es_GT.json
10548
%%WWWDIR%%/apps/workflowengine/l10n/es_HN.js
10549
%%WWWDIR%%/apps/workflowengine/l10n/es_HN.json
9466
%%WWWDIR%%/apps/workflowengine/l10n/es_MX.js
10550
%%WWWDIR%%/apps/workflowengine/l10n/es_MX.js
9467
%%WWWDIR%%/apps/workflowengine/l10n/es_MX.json
10551
%%WWWDIR%%/apps/workflowengine/l10n/es_MX.json
10552
%%WWWDIR%%/apps/workflowengine/l10n/es_NI.js
10553
%%WWWDIR%%/apps/workflowengine/l10n/es_NI.json
10554
%%WWWDIR%%/apps/workflowengine/l10n/es_PA.js
10555
%%WWWDIR%%/apps/workflowengine/l10n/es_PA.json
10556
%%WWWDIR%%/apps/workflowengine/l10n/es_PE.js
10557
%%WWWDIR%%/apps/workflowengine/l10n/es_PE.json
10558
%%WWWDIR%%/apps/workflowengine/l10n/es_PR.js
10559
%%WWWDIR%%/apps/workflowengine/l10n/es_PR.json
10560
%%WWWDIR%%/apps/workflowengine/l10n/es_PY.js
10561
%%WWWDIR%%/apps/workflowengine/l10n/es_PY.json
10562
%%WWWDIR%%/apps/workflowengine/l10n/es_SV.js
10563
%%WWWDIR%%/apps/workflowengine/l10n/es_SV.json
10564
%%WWWDIR%%/apps/workflowengine/l10n/es_UY.js
10565
%%WWWDIR%%/apps/workflowengine/l10n/es_UY.json
9468
%%WWWDIR%%/apps/workflowengine/l10n/fa.js
10566
%%WWWDIR%%/apps/workflowengine/l10n/fa.js
9469
%%WWWDIR%%/apps/workflowengine/l10n/fa.json
10567
%%WWWDIR%%/apps/workflowengine/l10n/fa.json
9470
%%WWWDIR%%/apps/workflowengine/l10n/fi.js
10568
%%WWWDIR%%/apps/workflowengine/l10n/fi.js
Lines 9485-9490 Link Here
9485
%%WWWDIR%%/apps/workflowengine/l10n/it.json
10583
%%WWWDIR%%/apps/workflowengine/l10n/it.json
9486
%%WWWDIR%%/apps/workflowengine/l10n/ja.js
10584
%%WWWDIR%%/apps/workflowengine/l10n/ja.js
9487
%%WWWDIR%%/apps/workflowengine/l10n/ja.json
10585
%%WWWDIR%%/apps/workflowengine/l10n/ja.json
10586
%%WWWDIR%%/apps/workflowengine/l10n/ka_GE.js
10587
%%WWWDIR%%/apps/workflowengine/l10n/ka_GE.json
9488
%%WWWDIR%%/apps/workflowengine/l10n/ko.js
10588
%%WWWDIR%%/apps/workflowengine/l10n/ko.js
9489
%%WWWDIR%%/apps/workflowengine/l10n/ko.json
10589
%%WWWDIR%%/apps/workflowengine/l10n/ko.json
9490
%%WWWDIR%%/apps/workflowengine/l10n/lt_LT.js
10590
%%WWWDIR%%/apps/workflowengine/l10n/lt_LT.js
Lines 9511-9516 Link Here
9511
%%WWWDIR%%/apps/workflowengine/l10n/sk_SK.json
10611
%%WWWDIR%%/apps/workflowengine/l10n/sk_SK.json
9512
%%WWWDIR%%/apps/workflowengine/l10n/sq.js
10612
%%WWWDIR%%/apps/workflowengine/l10n/sq.js
9513
%%WWWDIR%%/apps/workflowengine/l10n/sq.json
10613
%%WWWDIR%%/apps/workflowengine/l10n/sq.json
10614
%%WWWDIR%%/apps/workflowengine/l10n/sr.js
10615
%%WWWDIR%%/apps/workflowengine/l10n/sr.json
9514
%%WWWDIR%%/apps/workflowengine/l10n/sv.js
10616
%%WWWDIR%%/apps/workflowengine/l10n/sv.js
9515
%%WWWDIR%%/apps/workflowengine/l10n/sv.json
10617
%%WWWDIR%%/apps/workflowengine/l10n/sv.json
9516
%%WWWDIR%%/apps/workflowengine/l10n/tr.js
10618
%%WWWDIR%%/apps/workflowengine/l10n/tr.js
Lines 9536-9541 Link Here
9536
%%WWWDIR%%/apps/workflowengine/templates/admin.php
10638
%%WWWDIR%%/apps/workflowengine/templates/admin.php
9537
%%WWWDIR%%/config/.htaccess
10639
%%WWWDIR%%/config/.htaccess
9538
%%WWWDIR%%/config/config.sample.php
10640
%%WWWDIR%%/config/config.sample.php
10641
@comment %%WWWDIR%%/config/config.sample.php.bak
9539
@owner
10642
@owner
9540
@group
10643
@group
9541
%%WWWDIR%%/console.php
10644
%%WWWDIR%%/console.php
Lines 9544-9549 Link Here
9544
%%WWWDIR%%/core/Command/App/Disable.php
10647
%%WWWDIR%%/core/Command/App/Disable.php
9545
%%WWWDIR%%/core/Command/App/Enable.php
10648
%%WWWDIR%%/core/Command/App/Enable.php
9546
%%WWWDIR%%/core/Command/App/GetPath.php
10649
%%WWWDIR%%/core/Command/App/GetPath.php
10650
%%WWWDIR%%/core/Command/App/Install.php
9547
%%WWWDIR%%/core/Command/App/ListApps.php
10651
%%WWWDIR%%/core/Command/App/ListApps.php
9548
%%WWWDIR%%/core/Command/Background/Ajax.php
10652
%%WWWDIR%%/core/Command/Background/Ajax.php
9549
%%WWWDIR%%/core/Command/Background/Base.php
10653
%%WWWDIR%%/core/Command/Background/Base.php
Lines 9561-9569 Link Here
9561
%%WWWDIR%%/core/Command/Config/System/DeleteConfig.php
10665
%%WWWDIR%%/core/Command/Config/System/DeleteConfig.php
9562
%%WWWDIR%%/core/Command/Config/System/GetConfig.php
10666
%%WWWDIR%%/core/Command/Config/System/GetConfig.php
9563
%%WWWDIR%%/core/Command/Config/System/SetConfig.php
10667
%%WWWDIR%%/core/Command/Config/System/SetConfig.php
10668
%%WWWDIR%%/core/Command/Db/ConvertFilecacheBigInt.php
9564
%%WWWDIR%%/core/Command/Db/ConvertMysqlToMB4.php
10669
%%WWWDIR%%/core/Command/Db/ConvertMysqlToMB4.php
9565
%%WWWDIR%%/core/Command/Db/ConvertType.php
10670
%%WWWDIR%%/core/Command/Db/ConvertType.php
9566
%%WWWDIR%%/core/Command/Db/GenerateChangeScript.php
10671
%%WWWDIR%%/core/Command/Db/Migrations/ExecuteCommand.php
10672
%%WWWDIR%%/core/Command/Db/Migrations/GenerateCommand.php
10673
%%WWWDIR%%/core/Command/Db/Migrations/GenerateFromSchemaFileCommand.php
10674
%%WWWDIR%%/core/Command/Db/Migrations/MigrateCommand.php
10675
%%WWWDIR%%/core/Command/Db/Migrations/StatusCommand.php
9567
%%WWWDIR%%/core/Command/Encryption/ChangeKeyStorageRoot.php
10676
%%WWWDIR%%/core/Command/Encryption/ChangeKeyStorageRoot.php
9568
%%WWWDIR%%/core/Command/Encryption/DecryptAll.php
10677
%%WWWDIR%%/core/Command/Encryption/DecryptAll.php
9569
%%WWWDIR%%/core/Command/Encryption/Disable.php
10678
%%WWWDIR%%/core/Command/Encryption/Disable.php
Lines 9591-9596 Link Here
9591
%%WWWDIR%%/core/Command/Maintenance/Mode.php
10700
%%WWWDIR%%/core/Command/Maintenance/Mode.php
9592
%%WWWDIR%%/core/Command/Maintenance/Repair.php
10701
%%WWWDIR%%/core/Command/Maintenance/Repair.php
9593
%%WWWDIR%%/core/Command/Maintenance/UpdateHtaccess.php
10702
%%WWWDIR%%/core/Command/Maintenance/UpdateHtaccess.php
10703
%%WWWDIR%%/core/Command/Maintenance/UpdateTheme.php
9594
%%WWWDIR%%/core/Command/Security/ImportCertificate.php
10704
%%WWWDIR%%/core/Command/Security/ImportCertificate.php
9595
%%WWWDIR%%/core/Command/Security/ListCertificates.php
10705
%%WWWDIR%%/core/Command/Security/ListCertificates.php
9596
%%WWWDIR%%/core/Command/Security/RemoveCertificate.php
10706
%%WWWDIR%%/core/Command/Security/RemoveCertificate.php
Lines 9609-9614 Link Here
9609
%%WWWDIR%%/core/Command/User/Report.php
10719
%%WWWDIR%%/core/Command/User/Report.php
9610
%%WWWDIR%%/core/Command/User/ResetPassword.php
10720
%%WWWDIR%%/core/Command/User/ResetPassword.php
9611
%%WWWDIR%%/core/Command/User/Setting.php
10721
%%WWWDIR%%/core/Command/User/Setting.php
10722
%%WWWDIR%%/core/Controller/AutoCompleteController.php
9612
%%WWWDIR%%/core/Controller/AvatarController.php
10723
%%WWWDIR%%/core/Controller/AvatarController.php
9613
%%WWWDIR%%/core/Controller/ClientFlowLoginController.php
10724
%%WWWDIR%%/core/Controller/ClientFlowLoginController.php
9614
%%WWWDIR%%/core/Controller/ContactsMenuController.php
10725
%%WWWDIR%%/core/Controller/ContactsMenuController.php
Lines 9622-9628 Link Here
9622
%%WWWDIR%%/core/Controller/SetupController.php
10733
%%WWWDIR%%/core/Controller/SetupController.php
9623
%%WWWDIR%%/core/Controller/TwoFactorChallengeController.php
10734
%%WWWDIR%%/core/Controller/TwoFactorChallengeController.php
9624
%%WWWDIR%%/core/Controller/UserController.php
10735
%%WWWDIR%%/core/Controller/UserController.php
10736
%%WWWDIR%%/core/Controller/WalledGardenController.php
9625
%%WWWDIR%%/core/Middleware/TwoFactorMiddleware.php
10737
%%WWWDIR%%/core/Middleware/TwoFactorMiddleware.php
10738
%%WWWDIR%%/core/Migrations/Version13000Date20170705121758.php
10739
%%WWWDIR%%/core/Migrations/Version13000Date20170718121200.php
10740
%%WWWDIR%%/core/Migrations/Version13000Date20170814074715.php
10741
%%WWWDIR%%/core/Migrations/Version13000Date20170919121250.php
10742
%%WWWDIR%%/core/Migrations/Version13000Date20170926101637.php
9626
%%WWWDIR%%/core/ajax/update.php
10743
%%WWWDIR%%/core/ajax/update.php
9627
%%WWWDIR%%/core/css/apps.scss
10744
%%WWWDIR%%/core/css/apps.scss
9628
%%WWWDIR%%/core/css/fixes.scss
10745
%%WWWDIR%%/core/css/fixes.scss
Lines 9631-9650 Link Here
9631
%%WWWDIR%%/core/css/guest.css
10748
%%WWWDIR%%/core/css/guest.css
9632
%%WWWDIR%%/core/css/header.scss
10749
%%WWWDIR%%/core/css/header.scss
9633
%%WWWDIR%%/core/css/icons.scss
10750
%%WWWDIR%%/core/css/icons.scss
9634
%%WWWDIR%%/core/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png
9635
%%WWWDIR%%/core/css/images/ui-bg_diagonals-thick_20_666666_40x40.png
10751
%%WWWDIR%%/core/css/images/ui-bg_diagonals-thick_20_666666_40x40.png
9636
%%WWWDIR%%/core/css/images/ui-bg_flat_100_ffffff_40x100.png
9637
%%WWWDIR%%/core/css/images/ui-bg_flat_10_000000_40x100.png
10752
%%WWWDIR%%/core/css/images/ui-bg_flat_10_000000_40x100.png
9638
%%WWWDIR%%/core/css/images/ui-bg_flat_35_1d2d44_40x100.png
10753
%%WWWDIR%%/core/css/images/ui-bg_flat_35_1d2d44_40x100.png
9639
%%WWWDIR%%/core/css/images/ui-bg_glass_100_f8f8f8_1x400.png
9640
%%WWWDIR%%/core/css/images/ui-bg_highlight-hard_100_f8f8f8_1x100.png
9641
%%WWWDIR%%/core/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
9642
%%WWWDIR%%/core/css/images/ui-icons_1d2d44_256x240.png
10754
%%WWWDIR%%/core/css/images/ui-icons_1d2d44_256x240.png
9643
%%WWWDIR%%/core/css/images/ui-icons_ffd27a_256x240.png
10755
%%WWWDIR%%/core/css/images/ui-icons_ffd27a_256x240.png
9644
%%WWWDIR%%/core/css/images/ui-icons_ffffff_256x240.png
10756
%%WWWDIR%%/core/css/images/ui-icons_ffffff_256x240.png
9645
%%WWWDIR%%/core/css/inputs.scss
10757
%%WWWDIR%%/core/css/inputs.scss
9646
%%WWWDIR%%/core/css/jquery-ui-fixes.css
10758
%%WWWDIR%%/core/css/jquery-ui-fixes.scss
9647
%%WWWDIR%%/core/css/jquery.ocdialog.css
10759
%%WWWDIR%%/core/css/jquery.ocdialog.scss
9648
%%WWWDIR%%/core/css/login/authpicker.css
10760
%%WWWDIR%%/core/css/login/authpicker.css
9649
%%WWWDIR%%/core/css/lostpassword/resetpassword.css
10761
%%WWWDIR%%/core/css/lostpassword/resetpassword.css
9650
%%WWWDIR%%/core/css/mobile.scss
10762
%%WWWDIR%%/core/css/mobile.scss
Lines 9789-9794 Link Here
9789
%%WWWDIR%%/core/doc/admin/_images/users-create.png
10901
%%WWWDIR%%/core/doc/admin/_images/users-create.png
9790
%%WWWDIR%%/core/doc/admin/_images/users-groups.png
10902
%%WWWDIR%%/core/doc/admin/_images/users-groups.png
9791
%%WWWDIR%%/core/doc/admin/_images/webdav.png
10903
%%WWWDIR%%/core/doc/admin/_images/webdav.png
10904
%%WWWDIR%%/core/doc/admin/_sources/configuration_database/bigint_identifiers.txt
9792
%%WWWDIR%%/core/doc/admin/_sources/configuration_database/db_conversion.txt
10905
%%WWWDIR%%/core/doc/admin/_sources/configuration_database/db_conversion.txt
9793
%%WWWDIR%%/core/doc/admin/_sources/configuration_database/index.txt
10906
%%WWWDIR%%/core/doc/admin/_sources/configuration_database/index.txt
9794
%%WWWDIR%%/core/doc/admin/_sources/configuration_database/linux_database_configuration.txt
10907
%%WWWDIR%%/core/doc/admin/_sources/configuration_database/linux_database_configuration.txt
Lines 9817-9824 Link Here
9817
%%WWWDIR%%/core/doc/admin/_sources/configuration_files/previews_configuration.txt
10930
%%WWWDIR%%/core/doc/admin/_sources/configuration_files/previews_configuration.txt
9818
%%WWWDIR%%/core/doc/admin/_sources/configuration_files/primary_storage.txt
10931
%%WWWDIR%%/core/doc/admin/_sources/configuration_files/primary_storage.txt
9819
%%WWWDIR%%/core/doc/admin/_sources/configuration_mimetypes/index.txt
10932
%%WWWDIR%%/core/doc/admin/_sources/configuration_mimetypes/index.txt
9820
%%WWWDIR%%/core/doc/admin/_sources/configuration_mimetypes/mimetype_aliases.txt
9821
%%WWWDIR%%/core/doc/admin/_sources/configuration_mimetypes/mimetype_mapping.txt
9822
%%WWWDIR%%/core/doc/admin/_sources/configuration_server/activity_configuration.txt
10933
%%WWWDIR%%/core/doc/admin/_sources/configuration_server/activity_configuration.txt
9823
%%WWWDIR%%/core/doc/admin/_sources/configuration_server/antivirus_configuration.txt
10934
%%WWWDIR%%/core/doc/admin/_sources/configuration_server/antivirus_configuration.txt
9824
%%WWWDIR%%/core/doc/admin/_sources/configuration_server/automatic_configuration.txt
10935
%%WWWDIR%%/core/doc/admin/_sources/configuration_server/automatic_configuration.txt
Lines 9964-9975 Link Here
9964
%%WWWDIR%%/core/doc/admin/_static/social/twitter.svg
11075
%%WWWDIR%%/core/doc/admin/_static/social/twitter.svg
9965
%%WWWDIR%%/core/doc/admin/_static/social/twitterround.png
11076
%%WWWDIR%%/core/doc/admin/_static/social/twitterround.png
9966
%%WWWDIR%%/core/doc/admin/_static/social/youtube.svg
11077
%%WWWDIR%%/core/doc/admin/_static/social/youtube.svg
9967
%%WWWDIR%%/core/doc/admin/_static/style.css
9968
%%WWWDIR%%/core/doc/admin/_static/styles.css
11078
%%WWWDIR%%/core/doc/admin/_static/styles.css
9969
%%WWWDIR%%/core/doc/admin/_static/underscore.js
11079
%%WWWDIR%%/core/doc/admin/_static/underscore.js
9970
%%WWWDIR%%/core/doc/admin/_static/up-pressed.png
11080
%%WWWDIR%%/core/doc/admin/_static/up-pressed.png
9971
%%WWWDIR%%/core/doc/admin/_static/up.png
11081
%%WWWDIR%%/core/doc/admin/_static/up.png
9972
%%WWWDIR%%/core/doc/admin/_static/websupport.js
11082
%%WWWDIR%%/core/doc/admin/_static/websupport.js
11083
%%WWWDIR%%/core/doc/admin/configuration_database/bigint_identifiers.html
9973
%%WWWDIR%%/core/doc/admin/configuration_database/db_conversion.html
11084
%%WWWDIR%%/core/doc/admin/configuration_database/db_conversion.html
9974
%%WWWDIR%%/core/doc/admin/configuration_database/index.html
11085
%%WWWDIR%%/core/doc/admin/configuration_database/index.html
9975
%%WWWDIR%%/core/doc/admin/configuration_database/linux_database_configuration.html
11086
%%WWWDIR%%/core/doc/admin/configuration_database/linux_database_configuration.html
Lines 9998-10005 Link Here
9998
%%WWWDIR%%/core/doc/admin/configuration_files/previews_configuration.html
11109
%%WWWDIR%%/core/doc/admin/configuration_files/previews_configuration.html
9999
%%WWWDIR%%/core/doc/admin/configuration_files/primary_storage.html
11110
%%WWWDIR%%/core/doc/admin/configuration_files/primary_storage.html
10000
%%WWWDIR%%/core/doc/admin/configuration_mimetypes/index.html
11111
%%WWWDIR%%/core/doc/admin/configuration_mimetypes/index.html
10001
%%WWWDIR%%/core/doc/admin/configuration_mimetypes/mimetype_aliases.html
10002
%%WWWDIR%%/core/doc/admin/configuration_mimetypes/mimetype_mapping.html
10003
%%WWWDIR%%/core/doc/admin/configuration_server/activity_configuration.html
11112
%%WWWDIR%%/core/doc/admin/configuration_server/activity_configuration.html
10004
%%WWWDIR%%/core/doc/admin/configuration_server/antivirus_configuration.html
11113
%%WWWDIR%%/core/doc/admin/configuration_server/antivirus_configuration.html
10005
%%WWWDIR%%/core/doc/admin/configuration_server/automatic_configuration.html
11114
%%WWWDIR%%/core/doc/admin/configuration_server/automatic_configuration.html
Lines 10078-10083 Link Here
10078
%%WWWDIR%%/core/doc/user/_images/anonym_uploaded_files.png
11187
%%WWWDIR%%/core/doc/user/_images/anonym_uploaded_files.png
10079
%%WWWDIR%%/core/doc/user/_images/apps_menu.png
11188
%%WWWDIR%%/core/doc/user/_images/apps_menu.png
10080
%%WWWDIR%%/core/doc/user/_images/cardbook_icon.png
11189
%%WWWDIR%%/core/doc/user/_images/cardbook_icon.png
11190
%%WWWDIR%%/core/doc/user/_images/contact_bottombar.png
11191
%%WWWDIR%%/core/doc/user/_images/contact_manageaddressbook.png
11192
%%WWWDIR%%/core/doc/user/_images/contact_new.png
11193
%%WWWDIR%%/core/doc/user/_images/contact_picture.png
11194
%%WWWDIR%%/core/doc/user/_images/contact_picture_options.png
11195
%%WWWDIR%%/core/doc/user/_images/contact_picture_set.png
11196
%%WWWDIR%%/core/doc/user/_images/contact_uploadbutton.png
11197
%%WWWDIR%%/core/doc/user/_images/contacts_empty.png
10081
%%WWWDIR%%/core/doc/user/_images/contacts_link.png
11198
%%WWWDIR%%/core/doc/user/_images/contacts_link.png
10082
%%WWWDIR%%/core/doc/user/_images/contacts_menu.png
11199
%%WWWDIR%%/core/doc/user/_images/contacts_menu.png
10083
%%WWWDIR%%/core/doc/user/_images/contacts_popup.png
11200
%%WWWDIR%%/core/doc/user/_images/contacts_popup.png
Lines 10231-10237 Link Here
10231
%%WWWDIR%%/core/doc/user/_static/social/twitter.svg
11348
%%WWWDIR%%/core/doc/user/_static/social/twitter.svg
10232
%%WWWDIR%%/core/doc/user/_static/social/twitterround.png
11349
%%WWWDIR%%/core/doc/user/_static/social/twitterround.png
10233
%%WWWDIR%%/core/doc/user/_static/social/youtube.svg
11350
%%WWWDIR%%/core/doc/user/_static/social/youtube.svg
10234
%%WWWDIR%%/core/doc/user/_static/style.css
10235
%%WWWDIR%%/core/doc/user/_static/styles.css
11351
%%WWWDIR%%/core/doc/user/_static/styles.css
10236
%%WWWDIR%%/core/doc/user/_static/underscore.js
11352
%%WWWDIR%%/core/doc/user/_static/underscore.js
10237
%%WWWDIR%%/core/doc/user/_static/up-pressed.png
11353
%%WWWDIR%%/core/doc/user/_static/up-pressed.png
Lines 10275-10280 Link Here
10275
%%WWWDIR%%/core/fonts/OpenSans-Regular.woff
11391
%%WWWDIR%%/core/fonts/OpenSans-Regular.woff
10276
%%WWWDIR%%/core/fonts/OpenSans-Semibold.woff
11392
%%WWWDIR%%/core/fonts/OpenSans-Semibold.woff
10277
%%WWWDIR%%/core/img/actions/add.svg
11393
%%WWWDIR%%/core/img/actions/add.svg
11394
%%WWWDIR%%/core/img/actions/address.svg
11395
%%WWWDIR%%/core/img/actions/arrow-left.svg
11396
%%WWWDIR%%/core/img/actions/arrow-right.svg
10278
%%WWWDIR%%/core/img/actions/audio-off-white.svg
11397
%%WWWDIR%%/core/img/actions/audio-off-white.svg
10279
%%WWWDIR%%/core/img/actions/audio-off.svg
11398
%%WWWDIR%%/core/img/actions/audio-off.svg
10280
%%WWWDIR%%/core/img/actions/audio-white.svg
11399
%%WWWDIR%%/core/img/actions/audio-white.svg
Lines 10375-10382 Link Here
10375
%%WWWDIR%%/core/img/actions/view-play.svg
11494
%%WWWDIR%%/core/img/actions/view-play.svg
10376
%%WWWDIR%%/core/img/actions/view-previous.svg
11495
%%WWWDIR%%/core/img/actions/view-previous.svg
10377
%%WWWDIR%%/core/img/appstore.svg
11496
%%WWWDIR%%/core/img/appstore.svg
10378
%%WWWDIR%%/core/img/background.jpg
11497
%%WWWDIR%%/core/img/background.png
11498
%%WWWDIR%%/core/img/background.svg
10379
%%WWWDIR%%/core/img/breadcrumb.svg
11499
%%WWWDIR%%/core/img/breadcrumb.svg
11500
%%WWWDIR%%/core/img/categories/auth.svg
11501
%%WWWDIR%%/core/img/categories/bundles.svg
11502
%%WWWDIR%%/core/img/categories/customization.svg
11503
%%WWWDIR%%/core/img/categories/files.svg
11504
%%WWWDIR%%/core/img/categories/integration.svg
11505
%%WWWDIR%%/core/img/categories/monitoring.svg
11506
%%WWWDIR%%/core/img/categories/multimedia.svg
11507
%%WWWDIR%%/core/img/categories/office.svg
11508
%%WWWDIR%%/core/img/categories/organization.svg
11509
%%WWWDIR%%/core/img/categories/social.svg
10380
%%WWWDIR%%/core/img/desktopapp.svg
11510
%%WWWDIR%%/core/img/desktopapp.svg
10381
%%WWWDIR%%/core/img/facebook.svg
11511
%%WWWDIR%%/core/img/facebook.svg
10382
%%WWWDIR%%/core/img/favicon-fb.png
11512
%%WWWDIR%%/core/img/favicon-fb.png
Lines 10397-10402 Link Here
10397
%%WWWDIR%%/core/img/filetypes/folder-starred.svg
11527
%%WWWDIR%%/core/img/filetypes/folder-starred.svg
10398
%%WWWDIR%%/core/img/filetypes/folder.svg
11528
%%WWWDIR%%/core/img/filetypes/folder.svg
10399
%%WWWDIR%%/core/img/filetypes/image.svg
11529
%%WWWDIR%%/core/img/filetypes/image.svg
11530
%%WWWDIR%%/core/img/filetypes/link.svg
11531
%%WWWDIR%%/core/img/filetypes/location.svg
10400
%%WWWDIR%%/core/img/filetypes/package-x-generic.svg
11532
%%WWWDIR%%/core/img/filetypes/package-x-generic.svg
10401
%%WWWDIR%%/core/img/filetypes/text-calendar.svg
11533
%%WWWDIR%%/core/img/filetypes/text-calendar.svg
10402
%%WWWDIR%%/core/img/filetypes/text-code.svg
11534
%%WWWDIR%%/core/img/filetypes/text-code.svg
Lines 10408-10420 Link Here
10408
%%WWWDIR%%/core/img/filetypes/x-office-spreadsheet.svg
11540
%%WWWDIR%%/core/img/filetypes/x-office-spreadsheet.svg
10409
%%WWWDIR%%/core/img/googleplay.png
11541
%%WWWDIR%%/core/img/googleplay.png
10410
%%WWWDIR%%/core/img/googleplus.svg
11542
%%WWWDIR%%/core/img/googleplus.svg
10411
%%WWWDIR%%/core/img/image-optimization.sh
10412
%%WWWDIR%%/core/img/loading-dark.gif
11543
%%WWWDIR%%/core/img/loading-dark.gif
10413
%%WWWDIR%%/core/img/loading-small-dark.gif
11544
%%WWWDIR%%/core/img/loading-small-dark.gif
10414
%%WWWDIR%%/core/img/loading-small.gif
11545
%%WWWDIR%%/core/img/loading-small.gif
10415
%%WWWDIR%%/core/img/loading.gif
11546
%%WWWDIR%%/core/img/loading.gif
10416
%%WWWDIR%%/core/img/logo-icon-175px.png
11547
%%WWWDIR%%/core/img/logo-icon-175px.png
10417
%%WWWDIR%%/core/img/logo-icon.svg
10418
%%WWWDIR%%/core/img/logo-mail.png
11548
%%WWWDIR%%/core/img/logo-mail.png
10419
%%WWWDIR%%/core/img/logo.png
11549
%%WWWDIR%%/core/img/logo.png
10420
%%WWWDIR%%/core/img/logo.svg
11550
%%WWWDIR%%/core/img/logo.svg
Lines 10422-10427 Link Here
10422
%%WWWDIR%%/core/img/manifest.json
11552
%%WWWDIR%%/core/img/manifest.json
10423
%%WWWDIR%%/core/img/places/calendar-dark.png
11553
%%WWWDIR%%/core/img/places/calendar-dark.png
10424
%%WWWDIR%%/core/img/places/calendar-dark.svg
11554
%%WWWDIR%%/core/img/places/calendar-dark.svg
11555
%%WWWDIR%%/core/img/places/calendar.svg
10425
%%WWWDIR%%/core/img/places/contacts-dark.svg
11556
%%WWWDIR%%/core/img/places/contacts-dark.svg
10426
%%WWWDIR%%/core/img/places/contacts.svg
11557
%%WWWDIR%%/core/img/places/contacts.svg
10427
%%WWWDIR%%/core/img/places/default-app-icon.svg
11558
%%WWWDIR%%/core/img/places/default-app-icon.svg
Lines 10542-10549 Link Here
10542
%%WWWDIR%%/core/l10n/es.json
11673
%%WWWDIR%%/core/l10n/es.json
10543
%%WWWDIR%%/core/l10n/es_AR.js
11674
%%WWWDIR%%/core/l10n/es_AR.js
10544
%%WWWDIR%%/core/l10n/es_AR.json
11675
%%WWWDIR%%/core/l10n/es_AR.json
11676
%%WWWDIR%%/core/l10n/es_CL.js
11677
%%WWWDIR%%/core/l10n/es_CL.json
11678
%%WWWDIR%%/core/l10n/es_CO.js
11679
%%WWWDIR%%/core/l10n/es_CO.json
11680
%%WWWDIR%%/core/l10n/es_CR.js
11681
%%WWWDIR%%/core/l10n/es_CR.json
11682
%%WWWDIR%%/core/l10n/es_DO.js
11683
%%WWWDIR%%/core/l10n/es_DO.json
11684
%%WWWDIR%%/core/l10n/es_EC.js
11685
%%WWWDIR%%/core/l10n/es_EC.json
11686
%%WWWDIR%%/core/l10n/es_GT.js
11687
%%WWWDIR%%/core/l10n/es_GT.json
11688
%%WWWDIR%%/core/l10n/es_HN.js
11689
%%WWWDIR%%/core/l10n/es_HN.json
10545
%%WWWDIR%%/core/l10n/es_MX.js
11690
%%WWWDIR%%/core/l10n/es_MX.js
10546
%%WWWDIR%%/core/l10n/es_MX.json
11691
%%WWWDIR%%/core/l10n/es_MX.json
11692
%%WWWDIR%%/core/l10n/es_NI.js
11693
%%WWWDIR%%/core/l10n/es_NI.json
11694
%%WWWDIR%%/core/l10n/es_PA.js
11695
%%WWWDIR%%/core/l10n/es_PA.json
11696
%%WWWDIR%%/core/l10n/es_PE.js
11697
%%WWWDIR%%/core/l10n/es_PE.json
11698
%%WWWDIR%%/core/l10n/es_PR.js
11699
%%WWWDIR%%/core/l10n/es_PR.json
11700
%%WWWDIR%%/core/l10n/es_PY.js
11701
%%WWWDIR%%/core/l10n/es_PY.json
11702
%%WWWDIR%%/core/l10n/es_SV.js
11703
%%WWWDIR%%/core/l10n/es_SV.json
11704
%%WWWDIR%%/core/l10n/es_UY.js
11705
%%WWWDIR%%/core/l10n/es_UY.json
10547
%%WWWDIR%%/core/l10n/et_EE.js
11706
%%WWWDIR%%/core/l10n/et_EE.js
10548
%%WWWDIR%%/core/l10n/et_EE.json
11707
%%WWWDIR%%/core/l10n/et_EE.json
10549
%%WWWDIR%%/core/l10n/eu.js
11708
%%WWWDIR%%/core/l10n/eu.js
Lines 10564-10569 Link Here
10564
%%WWWDIR%%/core/l10n/it.json
11723
%%WWWDIR%%/core/l10n/it.json
10565
%%WWWDIR%%/core/l10n/ja.js
11724
%%WWWDIR%%/core/l10n/ja.js
10566
%%WWWDIR%%/core/l10n/ja.json
11725
%%WWWDIR%%/core/l10n/ja.json
11726
%%WWWDIR%%/core/l10n/ka_GE.js
11727
%%WWWDIR%%/core/l10n/ka_GE.json
10567
%%WWWDIR%%/core/l10n/ko.js
11728
%%WWWDIR%%/core/l10n/ko.js
10568
%%WWWDIR%%/core/l10n/ko.json
11729
%%WWWDIR%%/core/l10n/ko.json
10569
%%WWWDIR%%/core/l10n/lt_LT.js
11730
%%WWWDIR%%/core/l10n/lt_LT.js
Lines 10596-10601 Link Here
10596
%%WWWDIR%%/core/l10n/sv.json
11757
%%WWWDIR%%/core/l10n/sv.json
10597
%%WWWDIR%%/core/l10n/tr.js
11758
%%WWWDIR%%/core/l10n/tr.js
10598
%%WWWDIR%%/core/l10n/tr.json
11759
%%WWWDIR%%/core/l10n/tr.json
11760
%%WWWDIR%%/core/l10n/uk.js
11761
%%WWWDIR%%/core/l10n/uk.json
10599
%%WWWDIR%%/core/l10n/vi.js
11762
%%WWWDIR%%/core/l10n/vi.js
10600
%%WWWDIR%%/core/l10n/vi.json
11763
%%WWWDIR%%/core/l10n/vi.json
10601
%%WWWDIR%%/core/l10n/zh_CN.js
11764
%%WWWDIR%%/core/l10n/zh_CN.js
Lines 10720-10726 Link Here
10720
%%WWWDIR%%/core/vendor/zxcvbn/LICENSE.txt
11883
%%WWWDIR%%/core/vendor/zxcvbn/LICENSE.txt
10721
%%WWWDIR%%/core/vendor/zxcvbn/dist/zxcvbn.js
11884
%%WWWDIR%%/core/vendor/zxcvbn/dist/zxcvbn.js
10722
%%WWWDIR%%/cron.php
11885
%%WWWDIR%%/cron.php
10723
%%WWWDIR%%/db_structure.xml
10724
%%WWWDIR%%/index.html
11886
%%WWWDIR%%/index.html
10725
%%WWWDIR%%/index.php
11887
%%WWWDIR%%/index.php
10726
%%WWWDIR%%/l10n/.gitignore
11888
%%WWWDIR%%/l10n/.gitignore
Lines 10754-10761 Link Here
10754
%%WWWDIR%%/lib/l10n/es.json
11916
%%WWWDIR%%/lib/l10n/es.json
10755
%%WWWDIR%%/lib/l10n/es_AR.js
11917
%%WWWDIR%%/lib/l10n/es_AR.js
10756
%%WWWDIR%%/lib/l10n/es_AR.json
11918
%%WWWDIR%%/lib/l10n/es_AR.json
11919
%%WWWDIR%%/lib/l10n/es_CL.js
11920
%%WWWDIR%%/lib/l10n/es_CL.json
11921
%%WWWDIR%%/lib/l10n/es_CO.js
11922
%%WWWDIR%%/lib/l10n/es_CO.json
11923
%%WWWDIR%%/lib/l10n/es_CR.js
11924
%%WWWDIR%%/lib/l10n/es_CR.json
11925
%%WWWDIR%%/lib/l10n/es_DO.js
11926
%%WWWDIR%%/lib/l10n/es_DO.json
11927
%%WWWDIR%%/lib/l10n/es_EC.js
11928
%%WWWDIR%%/lib/l10n/es_EC.json
11929
%%WWWDIR%%/lib/l10n/es_GT.js
11930
%%WWWDIR%%/lib/l10n/es_GT.json
11931
%%WWWDIR%%/lib/l10n/es_HN.js
11932
%%WWWDIR%%/lib/l10n/es_HN.json
10757
%%WWWDIR%%/lib/l10n/es_MX.js
11933
%%WWWDIR%%/lib/l10n/es_MX.js
10758
%%WWWDIR%%/lib/l10n/es_MX.json
11934
%%WWWDIR%%/lib/l10n/es_MX.json
11935
%%WWWDIR%%/lib/l10n/es_NI.js
11936
%%WWWDIR%%/lib/l10n/es_NI.json
11937
%%WWWDIR%%/lib/l10n/es_PA.js
11938
%%WWWDIR%%/lib/l10n/es_PA.json
11939
%%WWWDIR%%/lib/l10n/es_PE.js
11940
%%WWWDIR%%/lib/l10n/es_PE.json
11941
%%WWWDIR%%/lib/l10n/es_PR.js
11942
%%WWWDIR%%/lib/l10n/es_PR.json
11943
%%WWWDIR%%/lib/l10n/es_PY.js
11944
%%WWWDIR%%/lib/l10n/es_PY.json
11945
%%WWWDIR%%/lib/l10n/es_SV.js
11946
%%WWWDIR%%/lib/l10n/es_SV.json
11947
%%WWWDIR%%/lib/l10n/es_UY.js
11948
%%WWWDIR%%/lib/l10n/es_UY.json
10759
%%WWWDIR%%/lib/l10n/fi.js
11949
%%WWWDIR%%/lib/l10n/fi.js
10760
%%WWWDIR%%/lib/l10n/fi.json
11950
%%WWWDIR%%/lib/l10n/fi.json
10761
%%WWWDIR%%/lib/l10n/fr.js
11951
%%WWWDIR%%/lib/l10n/fr.js
Lines 10770-10775 Link Here
10770
%%WWWDIR%%/lib/l10n/it.json
11960
%%WWWDIR%%/lib/l10n/it.json
10771
%%WWWDIR%%/lib/l10n/ja.js
11961
%%WWWDIR%%/lib/l10n/ja.js
10772
%%WWWDIR%%/lib/l10n/ja.json
11962
%%WWWDIR%%/lib/l10n/ja.json
11963
%%WWWDIR%%/lib/l10n/ka_GE.js
11964
%%WWWDIR%%/lib/l10n/ka_GE.json
10773
%%WWWDIR%%/lib/l10n/ko.js
11965
%%WWWDIR%%/lib/l10n/ko.js
10774
%%WWWDIR%%/lib/l10n/ko.json
11966
%%WWWDIR%%/lib/l10n/ko.json
10775
%%WWWDIR%%/lib/l10n/lt_LT.js
11967
%%WWWDIR%%/lib/l10n/lt_LT.js
Lines 10827-10832 Link Here
10827
%%WWWDIR%%/lib/private/App/CodeChecker/ICheck.php
12019
%%WWWDIR%%/lib/private/App/CodeChecker/ICheck.php
10828
%%WWWDIR%%/lib/private/App/CodeChecker/InfoChecker.php
12020
%%WWWDIR%%/lib/private/App/CodeChecker/InfoChecker.php
10829
%%WWWDIR%%/lib/private/App/CodeChecker/LanguageParseChecker.php
12021
%%WWWDIR%%/lib/private/App/CodeChecker/LanguageParseChecker.php
12022
%%WWWDIR%%/lib/private/App/CodeChecker/MigrationSchemaChecker.php
10830
%%WWWDIR%%/lib/private/App/CodeChecker/NodeVisitor.php
12023
%%WWWDIR%%/lib/private/App/CodeChecker/NodeVisitor.php
10831
%%WWWDIR%%/lib/private/App/CodeChecker/PrivateCheck.php
12024
%%WWWDIR%%/lib/private/App/CodeChecker/PrivateCheck.php
10832
%%WWWDIR%%/lib/private/App/CodeChecker/StrongComparisonCheck.php
12025
%%WWWDIR%%/lib/private/App/CodeChecker/StrongComparisonCheck.php
Lines 10848-10853 Link Here
10848
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/CORSMiddleware.php
12041
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/CORSMiddleware.php
10849
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php
12042
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php
10850
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/CrossSiteRequestForgeryException.php
12043
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/CrossSiteRequestForgeryException.php
12044
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/LaxSameSiteCookieFailedException.php
10851
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/NotAdminException.php
12045
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/NotAdminException.php
10852
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/NotConfirmedException.php
12046
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/NotConfirmedException.php
10853
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/NotLoggedInException.php
12047
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/NotLoggedInException.php
Lines 10854-10859 Link Here
10854
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.php
12048
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.php
10855
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/StrictCookieMissingException.php
12049
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/StrictCookieMissingException.php
10856
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php
12050
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php
12051
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/SameSiteCookieMiddleware.php
10857
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php
12052
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php
10858
%%WWWDIR%%/lib/private/AppFramework/Middleware/SessionMiddleware.php
12053
%%WWWDIR%%/lib/private/AppFramework/Middleware/SessionMiddleware.php
10859
%%WWWDIR%%/lib/private/AppFramework/OCS/BaseResponse.php
12054
%%WWWDIR%%/lib/private/AppFramework/OCS/BaseResponse.php
Lines 10894-10903 Link Here
10894
%%WWWDIR%%/lib/private/Cache/CappedMemoryCache.php
12089
%%WWWDIR%%/lib/private/Cache/CappedMemoryCache.php
10895
%%WWWDIR%%/lib/private/Cache/File.php
12090
%%WWWDIR%%/lib/private/Cache/File.php
10896
%%WWWDIR%%/lib/private/CapabilitiesManager.php
12091
%%WWWDIR%%/lib/private/CapabilitiesManager.php
12092
%%WWWDIR%%/lib/private/Collaboration/AutoComplete/Manager.php
12093
%%WWWDIR%%/lib/private/Collaboration/Collaborators/GroupPlugin.php
12094
%%WWWDIR%%/lib/private/Collaboration/Collaborators/LookupPlugin.php
12095
%%WWWDIR%%/lib/private/Collaboration/Collaborators/MailPlugin.php
12096
%%WWWDIR%%/lib/private/Collaboration/Collaborators/RemotePlugin.php
12097
%%WWWDIR%%/lib/private/Collaboration/Collaborators/Search.php
12098
%%WWWDIR%%/lib/private/Collaboration/Collaborators/SearchResult.php
12099
%%WWWDIR%%/lib/private/Collaboration/Collaborators/UserPlugin.php
10897
%%WWWDIR%%/lib/private/Command/AsyncBus.php
12100
%%WWWDIR%%/lib/private/Command/AsyncBus.php
10898
%%WWWDIR%%/lib/private/Command/CallableJob.php
12101
%%WWWDIR%%/lib/private/Command/CallableJob.php
10899
%%WWWDIR%%/lib/private/Command/ClosureJob.php
12102
%%WWWDIR%%/lib/private/Command/ClosureJob.php
10900
%%WWWDIR%%/lib/private/Command/CommandJob.php
12103
%%WWWDIR%%/lib/private/Command/CommandJob.php
12104
%%WWWDIR%%/lib/private/Command/CronBus.php
10901
%%WWWDIR%%/lib/private/Command/FileAccess.php
12105
%%WWWDIR%%/lib/private/Command/FileAccess.php
10902
%%WWWDIR%%/lib/private/Command/QueueBus.php
12106
%%WWWDIR%%/lib/private/Command/QueueBus.php
10903
%%WWWDIR%%/lib/private/Comments/Comment.php
12107
%%WWWDIR%%/lib/private/Comments/Comment.php
Lines 10925-10934 Link Here
10925
%%WWWDIR%%/lib/private/DB/MDB2SchemaReader.php
12129
%%WWWDIR%%/lib/private/DB/MDB2SchemaReader.php
10926
%%WWWDIR%%/lib/private/DB/MDB2SchemaWriter.php
12130
%%WWWDIR%%/lib/private/DB/MDB2SchemaWriter.php
10927
%%WWWDIR%%/lib/private/DB/MigrationException.php
12131
%%WWWDIR%%/lib/private/DB/MigrationException.php
12132
%%WWWDIR%%/lib/private/DB/MigrationService.php
10928
%%WWWDIR%%/lib/private/DB/Migrator.php
12133
%%WWWDIR%%/lib/private/DB/Migrator.php
10929
%%WWWDIR%%/lib/private/DB/MySQLMigrator.php
12134
%%WWWDIR%%/lib/private/DB/MySQLMigrator.php
10930
%%WWWDIR%%/lib/private/DB/MySqlTools.php
12135
%%WWWDIR%%/lib/private/DB/MySqlTools.php
10931
%%WWWDIR%%/lib/private/DB/NoCheckMigrator.php
12136
%%WWWDIR%%/lib/private/DB/OCPostgreSqlPlatform.php
10932
%%WWWDIR%%/lib/private/DB/OCSqlitePlatform.php
12137
%%WWWDIR%%/lib/private/DB/OCSqlitePlatform.php
10933
%%WWWDIR%%/lib/private/DB/OracleConnection.php
12138
%%WWWDIR%%/lib/private/DB/OracleConnection.php
10934
%%WWWDIR%%/lib/private/DB/OracleMigrator.php
12139
%%WWWDIR%%/lib/private/DB/OracleMigrator.php
Lines 10951-10956 Link Here
10951
%%WWWDIR%%/lib/private/DB/QueryBuilder/QuoteHelper.php
12156
%%WWWDIR%%/lib/private/DB/QueryBuilder/QuoteHelper.php
10952
%%WWWDIR%%/lib/private/DB/SQLiteMigrator.php
12157
%%WWWDIR%%/lib/private/DB/SQLiteMigrator.php
10953
%%WWWDIR%%/lib/private/DB/SQLiteSessionInit.php
12158
%%WWWDIR%%/lib/private/DB/SQLiteSessionInit.php
12159
%%WWWDIR%%/lib/private/DB/SchemaWrapper.php
10954
%%WWWDIR%%/lib/private/DatabaseException.php
12160
%%WWWDIR%%/lib/private/DatabaseException.php
10955
%%WWWDIR%%/lib/private/DatabaseSetupException.php
12161
%%WWWDIR%%/lib/private/DatabaseSetupException.php
10956
%%WWWDIR%%/lib/private/DateTimeFormatter.php
12162
%%WWWDIR%%/lib/private/DateTimeFormatter.php
Lines 10996-11001 Link Here
10996
%%WWWDIR%%/lib/private/Files/Cache/Wrapper/CachePermissionsMask.php
12202
%%WWWDIR%%/lib/private/Files/Cache/Wrapper/CachePermissionsMask.php
10997
%%WWWDIR%%/lib/private/Files/Cache/Wrapper/CacheWrapper.php
12203
%%WWWDIR%%/lib/private/Files/Cache/Wrapper/CacheWrapper.php
10998
%%WWWDIR%%/lib/private/Files/Cache/Wrapper/JailPropagator.php
12204
%%WWWDIR%%/lib/private/Files/Cache/Wrapper/JailPropagator.php
12205
%%WWWDIR%%/lib/private/Files/Config/CachedMountFileInfo.php
10999
%%WWWDIR%%/lib/private/Files/Config/CachedMountInfo.php
12206
%%WWWDIR%%/lib/private/Files/Config/CachedMountInfo.php
11000
%%WWWDIR%%/lib/private/Files/Config/LazyStorageMountInfo.php
12207
%%WWWDIR%%/lib/private/Files/Config/LazyStorageMountInfo.php
11001
%%WWWDIR%%/lib/private/Files/Config/MountProviderCollection.php
12208
%%WWWDIR%%/lib/private/Files/Config/MountProviderCollection.php
Lines 11025-11030 Link Here
11025
%%WWWDIR%%/lib/private/Files/ObjectStore/ObjectStoreStorage.php
12232
%%WWWDIR%%/lib/private/Files/ObjectStore/ObjectStoreStorage.php
11026
%%WWWDIR%%/lib/private/Files/ObjectStore/S3.php
12233
%%WWWDIR%%/lib/private/Files/ObjectStore/S3.php
11027
%%WWWDIR%%/lib/private/Files/ObjectStore/S3ConnectionTrait.php
12234
%%WWWDIR%%/lib/private/Files/ObjectStore/S3ConnectionTrait.php
12235
%%WWWDIR%%/lib/private/Files/ObjectStore/S3ObjectTrait.php
11028
%%WWWDIR%%/lib/private/Files/ObjectStore/StorageObjectStore.php
12236
%%WWWDIR%%/lib/private/Files/ObjectStore/StorageObjectStore.php
11029
%%WWWDIR%%/lib/private/Files/ObjectStore/Swift.php
12237
%%WWWDIR%%/lib/private/Files/ObjectStore/Swift.php
11030
%%WWWDIR%%/lib/private/Files/Search/SearchBinaryOperator.php
12238
%%WWWDIR%%/lib/private/Files/Search/SearchBinaryOperator.php
Lines 11087-11092 Link Here
11087
%%WWWDIR%%/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php
12295
%%WWWDIR%%/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php
11088
%%WWWDIR%%/lib/private/L10N/Factory.php
12296
%%WWWDIR%%/lib/private/L10N/Factory.php
11089
%%WWWDIR%%/lib/private/L10N/L10N.php
12297
%%WWWDIR%%/lib/private/L10N/L10N.php
12298
%%WWWDIR%%/lib/private/L10N/L10NString.php
11090
%%WWWDIR%%/lib/private/L10N/LanguageNotFoundException.php
12299
%%WWWDIR%%/lib/private/L10N/LanguageNotFoundException.php
11091
%%WWWDIR%%/lib/private/LargeFileHelper.php
12300
%%WWWDIR%%/lib/private/LargeFileHelper.php
11092
%%WWWDIR%%/lib/private/Lock/AbstractLockingProvider.php
12301
%%WWWDIR%%/lib/private/Lock/AbstractLockingProvider.php
Lines 11102-11107 Link Here
11102
%%WWWDIR%%/lib/private/Log/File.php
12311
%%WWWDIR%%/lib/private/Log/File.php
11103
%%WWWDIR%%/lib/private/Log/Rotate.php
12312
%%WWWDIR%%/lib/private/Log/Rotate.php
11104
%%WWWDIR%%/lib/private/Log/Syslog.php
12313
%%WWWDIR%%/lib/private/Log/Syslog.php
12314
%%WWWDIR%%/lib/private/Mail/Attachment.php
11105
%%WWWDIR%%/lib/private/Mail/EMailTemplate.php
12315
%%WWWDIR%%/lib/private/Mail/EMailTemplate.php
11106
%%WWWDIR%%/lib/private/Mail/Mailer.php
12316
%%WWWDIR%%/lib/private/Mail/Mailer.php
11107
%%WWWDIR%%/lib/private/Mail/Message.php
12317
%%WWWDIR%%/lib/private/Mail/Message.php
Lines 11117-11122 Link Here
11117
%%WWWDIR%%/lib/private/Memcache/XCache.php
12327
%%WWWDIR%%/lib/private/Memcache/XCache.php
11118
%%WWWDIR%%/lib/private/Migration/BackgroundRepair.php
12328
%%WWWDIR%%/lib/private/Migration/BackgroundRepair.php
11119
%%WWWDIR%%/lib/private/Migration/ConsoleOutput.php
12329
%%WWWDIR%%/lib/private/Migration/ConsoleOutput.php
12330
%%WWWDIR%%/lib/private/Migration/SimpleOutput.php
11120
%%WWWDIR%%/lib/private/NaturalSort.php
12331
%%WWWDIR%%/lib/private/NaturalSort.php
11121
%%WWWDIR%%/lib/private/NaturalSort_DefaultCollator.php
12332
%%WWWDIR%%/lib/private/NaturalSort_DefaultCollator.php
11122
%%WWWDIR%%/lib/private/NavigationManager.php
12333
%%WWWDIR%%/lib/private/NavigationManager.php
Lines 11128-11134 Link Here
11128
%%WWWDIR%%/lib/private/OCS/CoreCapabilities.php
12339
%%WWWDIR%%/lib/private/OCS/CoreCapabilities.php
11129
%%WWWDIR%%/lib/private/OCS/DiscoveryService.php
12340
%%WWWDIR%%/lib/private/OCS/DiscoveryService.php
11130
%%WWWDIR%%/lib/private/OCS/Exception.php
12341
%%WWWDIR%%/lib/private/OCS/Exception.php
11131
%%WWWDIR%%/lib/private/OCS/PrivateData.php
11132
%%WWWDIR%%/lib/private/OCS/Provider.php
12342
%%WWWDIR%%/lib/private/OCS/Provider.php
11133
%%WWWDIR%%/lib/private/OCS/Result.php
12343
%%WWWDIR%%/lib/private/OCS/Result.php
11134
%%WWWDIR%%/lib/private/Preview/BMP.php
12344
%%WWWDIR%%/lib/private/Preview/BMP.php
Lines 11175-11180 Link Here
11175
%%WWWDIR%%/lib/private/Repair/NC12/InstallCoreBundle.php
12385
%%WWWDIR%%/lib/private/Repair/NC12/InstallCoreBundle.php
11176
%%WWWDIR%%/lib/private/Repair/NC12/RepairIdentityProofKeyFolders.php
12386
%%WWWDIR%%/lib/private/Repair/NC12/RepairIdentityProofKeyFolders.php
11177
%%WWWDIR%%/lib/private/Repair/NC12/UpdateLanguageCodes.php
12387
%%WWWDIR%%/lib/private/Repair/NC12/UpdateLanguageCodes.php
12388
%%WWWDIR%%/lib/private/Repair/NC13/AddLogRotateJob.php
11178
%%WWWDIR%%/lib/private/Repair/NC13/RepairInvalidPaths.php
12389
%%WWWDIR%%/lib/private/Repair/NC13/RepairInvalidPaths.php
11179
%%WWWDIR%%/lib/private/Repair/OldGroupMembershipShares.php
12390
%%WWWDIR%%/lib/private/Repair/OldGroupMembershipShares.php
11180
%%WWWDIR%%/lib/private/Repair/Owncloud/DropAccountTermsTable.php
12391
%%WWWDIR%%/lib/private/Repair/Owncloud/DropAccountTermsTable.php
Lines 11194-11199 Link Here
11194
%%WWWDIR%%/lib/private/Search/Result/File.php
12405
%%WWWDIR%%/lib/private/Search/Result/File.php
11195
%%WWWDIR%%/lib/private/Search/Result/Folder.php
12406
%%WWWDIR%%/lib/private/Search/Result/Folder.php
11196
%%WWWDIR%%/lib/private/Search/Result/Image.php
12407
%%WWWDIR%%/lib/private/Search/Result/Image.php
12408
%%WWWDIR%%/lib/private/Security/Bruteforce/Capabilities.php
11197
%%WWWDIR%%/lib/private/Security/Bruteforce/Throttler.php
12409
%%WWWDIR%%/lib/private/Security/Bruteforce/Throttler.php
11198
%%WWWDIR%%/lib/private/Security/CSP/ContentSecurityPolicy.php
12410
%%WWWDIR%%/lib/private/Security/CSP/ContentSecurityPolicy.php
11199
%%WWWDIR%%/lib/private/Security/CSP/ContentSecurityPolicyManager.php
12411
%%WWWDIR%%/lib/private/Security/CSP/ContentSecurityPolicyManager.php
Lines 11234-11239 Link Here
11234
%%WWWDIR%%/lib/private/Settings/Admin/TipsTricks.php
12446
%%WWWDIR%%/lib/private/Settings/Admin/TipsTricks.php
11235
%%WWWDIR%%/lib/private/Settings/Manager.php
12447
%%WWWDIR%%/lib/private/Settings/Manager.php
11236
%%WWWDIR%%/lib/private/Settings/Mapper.php
12448
%%WWWDIR%%/lib/private/Settings/Mapper.php
12449
%%WWWDIR%%/lib/private/Settings/Personal/Additional.php
12450
%%WWWDIR%%/lib/private/Settings/Personal/PersonalInfo.php
12451
%%WWWDIR%%/lib/private/Settings/Personal/Security.php
11237
%%WWWDIR%%/lib/private/Settings/RemoveOrphaned.php
12452
%%WWWDIR%%/lib/private/Settings/RemoveOrphaned.php
11238
%%WWWDIR%%/lib/private/Settings/Section.php
12453
%%WWWDIR%%/lib/private/Settings/Section.php
11239
%%WWWDIR%%/lib/private/Setup.php
12454
%%WWWDIR%%/lib/private/Setup.php
Lines 11258-11263 Link Here
11258
%%WWWDIR%%/lib/private/Share20/ShareHelper.php
12473
%%WWWDIR%%/lib/private/Share20/ShareHelper.php
11259
%%WWWDIR%%/lib/private/Streamer.php
12474
%%WWWDIR%%/lib/private/Streamer.php
11260
%%WWWDIR%%/lib/private/SubAdmin.php
12475
%%WWWDIR%%/lib/private/SubAdmin.php
12476
%%WWWDIR%%/lib/private/Support/CrashReport/Registry.php
11261
%%WWWDIR%%/lib/private/SystemConfig.php
12477
%%WWWDIR%%/lib/private/SystemConfig.php
11262
%%WWWDIR%%/lib/private/SystemTag/ManagerFactory.php
12478
%%WWWDIR%%/lib/private/SystemTag/ManagerFactory.php
11263
%%WWWDIR%%/lib/private/SystemTag/SystemTag.php
12479
%%WWWDIR%%/lib/private/SystemTag/SystemTag.php
Lines 11301-11315 Link Here
11301
%%WWWDIR%%/lib/private/legacy/hook.php
12517
%%WWWDIR%%/lib/private/legacy/hook.php
11302
%%WWWDIR%%/lib/private/legacy/image.php
12518
%%WWWDIR%%/lib/private/legacy/image.php
11303
%%WWWDIR%%/lib/private/legacy/json.php
12519
%%WWWDIR%%/lib/private/legacy/json.php
11304
%%WWWDIR%%/lib/private/legacy/l10n/string.php
11305
%%WWWDIR%%/lib/private/legacy/ocs/privatedata.php
11306
%%WWWDIR%%/lib/private/legacy/ocs/result.php
11307
%%WWWDIR%%/lib/private/legacy/response.php
12520
%%WWWDIR%%/lib/private/legacy/response.php
11308
%%WWWDIR%%/lib/private/legacy/template.php
12521
%%WWWDIR%%/lib/private/legacy/template.php
11309
%%WWWDIR%%/lib/private/legacy/template/functions.php
12522
%%WWWDIR%%/lib/private/legacy/template/functions.php
11310
%%WWWDIR%%/lib/private/legacy/user.php
12523
%%WWWDIR%%/lib/private/legacy/user.php
11311
%%WWWDIR%%/lib/private/legacy/user/backend.php
11312
%%WWWDIR%%/lib/private/legacy/user/interface.php
11313
%%WWWDIR%%/lib/private/legacy/util.php
12524
%%WWWDIR%%/lib/private/legacy/util.php
11314
%%WWWDIR%%/lib/public/API.php
12525
%%WWWDIR%%/lib/public/API.php
11315
%%WWWDIR%%/lib/public/Activity/IConsumer.php
12526
%%WWWDIR%%/lib/public/Activity/IConsumer.php
Lines 11365-11370 Link Here
11365
%%WWWDIR%%/lib/public/Authentication/LoginCredentials/ICredentials.php
12576
%%WWWDIR%%/lib/public/Authentication/LoginCredentials/ICredentials.php
11366
%%WWWDIR%%/lib/public/Authentication/LoginCredentials/IStore.php
12577
%%WWWDIR%%/lib/public/Authentication/LoginCredentials/IStore.php
11367
%%WWWDIR%%/lib/public/Authentication/TwoFactorAuth/IProvider.php
12578
%%WWWDIR%%/lib/public/Authentication/TwoFactorAuth/IProvider.php
12579
%%WWWDIR%%/lib/public/Authentication/TwoFactorAuth/IProvidesCustomCSP.php
11368
%%WWWDIR%%/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php
12580
%%WWWDIR%%/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php
11369
%%WWWDIR%%/lib/public/AutoloadNotAllowedException.php
12581
%%WWWDIR%%/lib/public/AutoloadNotAllowedException.php
11370
%%WWWDIR%%/lib/public/BackgroundJob.php
12582
%%WWWDIR%%/lib/public/BackgroundJob.php
Lines 11371-11376 Link Here
11371
%%WWWDIR%%/lib/public/BackgroundJob/IJob.php
12583
%%WWWDIR%%/lib/public/BackgroundJob/IJob.php
11372
%%WWWDIR%%/lib/public/BackgroundJob/IJobList.php
12584
%%WWWDIR%%/lib/public/BackgroundJob/IJobList.php
11373
%%WWWDIR%%/lib/public/Capabilities/ICapability.php
12585
%%WWWDIR%%/lib/public/Capabilities/ICapability.php
12586
%%WWWDIR%%/lib/public/Capabilities/IPublicCapability.php
12587
%%WWWDIR%%/lib/public/Collaboration/AutoComplete/IManager.php
12588
%%WWWDIR%%/lib/public/Collaboration/AutoComplete/ISorter.php
12589
%%WWWDIR%%/lib/public/Collaboration/Collaborators/ISearch.php
12590
%%WWWDIR%%/lib/public/Collaboration/Collaborators/ISearchPlugin.php
12591
%%WWWDIR%%/lib/public/Collaboration/Collaborators/ISearchResult.php
12592
%%WWWDIR%%/lib/public/Collaboration/Collaborators/SearchResultType.php
11374
%%WWWDIR%%/lib/public/Command/IBus.php
12593
%%WWWDIR%%/lib/public/Command/IBus.php
11375
%%WWWDIR%%/lib/public/Command/ICommand.php
12594
%%WWWDIR%%/lib/public/Command/ICommand.php
11376
%%WWWDIR%%/lib/public/Comments/CommentsEntityEvent.php
12595
%%WWWDIR%%/lib/public/Comments/CommentsEntityEvent.php
Lines 11420-11425 Link Here
11420
%%WWWDIR%%/lib/public/Files/Cache/IScanner.php
12639
%%WWWDIR%%/lib/public/Files/Cache/IScanner.php
11421
%%WWWDIR%%/lib/public/Files/Cache/IUpdater.php
12640
%%WWWDIR%%/lib/public/Files/Cache/IUpdater.php
11422
%%WWWDIR%%/lib/public/Files/Cache/IWatcher.php
12641
%%WWWDIR%%/lib/public/Files/Cache/IWatcher.php
12642
%%WWWDIR%%/lib/public/Files/Config/ICachedMountFieInfo.php
11423
%%WWWDIR%%/lib/public/Files/Config/ICachedMountInfo.php
12643
%%WWWDIR%%/lib/public/Files/Config/ICachedMountInfo.php
11424
%%WWWDIR%%/lib/public/Files/Config/IHomeMountProvider.php
12644
%%WWWDIR%%/lib/public/Files/Config/IHomeMountProvider.php
11425
%%WWWDIR%%/lib/public/Files/Config/IMountProvider.php
12645
%%WWWDIR%%/lib/public/Files/Config/IMountProvider.php
Lines 11523-11532 Link Here
11523
%%WWWDIR%%/lib/public/Lock/ILockingProvider.php
12743
%%WWWDIR%%/lib/public/Lock/ILockingProvider.php
11524
%%WWWDIR%%/lib/public/Lock/LockedException.php
12744
%%WWWDIR%%/lib/public/Lock/LockedException.php
11525
%%WWWDIR%%/lib/public/Lockdown/ILockdownManager.php
12745
%%WWWDIR%%/lib/public/Lockdown/ILockdownManager.php
12746
%%WWWDIR%%/lib/public/Mail/IAttachment.php
11526
%%WWWDIR%%/lib/public/Mail/IEMailTemplate.php
12747
%%WWWDIR%%/lib/public/Mail/IEMailTemplate.php
11527
%%WWWDIR%%/lib/public/Mail/IMailer.php
12748
%%WWWDIR%%/lib/public/Mail/IMailer.php
12749
%%WWWDIR%%/lib/public/Mail/IMessage.php
12750
%%WWWDIR%%/lib/public/Migration/BigIntMigration.php
12751
%%WWWDIR%%/lib/public/Migration/IMigrationStep.php
11528
%%WWWDIR%%/lib/public/Migration/IOutput.php
12752
%%WWWDIR%%/lib/public/Migration/IOutput.php
11529
%%WWWDIR%%/lib/public/Migration/IRepairStep.php
12753
%%WWWDIR%%/lib/public/Migration/IRepairStep.php
12754
%%WWWDIR%%/lib/public/Migration/SimpleMigrationStep.php
11530
%%WWWDIR%%/lib/public/Notification/IAction.php
12755
%%WWWDIR%%/lib/public/Notification/IAction.php
11531
%%WWWDIR%%/lib/public/Notification/IApp.php
12756
%%WWWDIR%%/lib/public/Notification/IApp.php
11532
%%WWWDIR%%/lib/public/Notification/IManager.php
12757
%%WWWDIR%%/lib/public/Notification/IManager.php
Lines 11569-11574 Link Here
11569
%%WWWDIR%%/lib/public/Share_Backend.php
12794
%%WWWDIR%%/lib/public/Share_Backend.php
11570
%%WWWDIR%%/lib/public/Share_Backend_Collection.php
12795
%%WWWDIR%%/lib/public/Share_Backend_Collection.php
11571
%%WWWDIR%%/lib/public/Share_Backend_File_Dependent.php
12796
%%WWWDIR%%/lib/public/Share_Backend_File_Dependent.php
12797
%%WWWDIR%%/lib/public/Support/CrashReport/IRegistry.php
12798
%%WWWDIR%%/lib/public/Support/CrashReport/IReporter.php
11572
%%WWWDIR%%/lib/public/SystemTag/ISystemTag.php
12799
%%WWWDIR%%/lib/public/SystemTag/ISystemTag.php
11573
%%WWWDIR%%/lib/public/SystemTag/ISystemTagManager.php
12800
%%WWWDIR%%/lib/public/SystemTag/ISystemTagManager.php
11574
%%WWWDIR%%/lib/public/SystemTag/ISystemTagManagerFactory.php
12801
%%WWWDIR%%/lib/public/SystemTag/ISystemTagManagerFactory.php
Lines 11588-11594 Link Here
11588
%%WWWDIR%%/occ
12815
%%WWWDIR%%/occ
11589
%%WWWDIR%%/ocs-provider/index.php
12816
%%WWWDIR%%/ocs-provider/index.php
11590
%%WWWDIR%%/ocs/providers.php
12817
%%WWWDIR%%/ocs/providers.php
11591
%%WWWDIR%%/ocs/routes.php
11592
%%WWWDIR%%/ocs/v1.php
12818
%%WWWDIR%%/ocs/v1.php
11593
%%WWWDIR%%/ocs/v2.php
12819
%%WWWDIR%%/ocs/v2.php
11594
%%WWWDIR%%/public.php
12820
%%WWWDIR%%/public.php
Lines 11613-11622 Link Here
11613
%%WWWDIR%%/settings/Controller/CertificateController.php
12839
%%WWWDIR%%/settings/Controller/CertificateController.php
11614
%%WWWDIR%%/settings/Controller/ChangePasswordController.php
12840
%%WWWDIR%%/settings/Controller/ChangePasswordController.php
11615
%%WWWDIR%%/settings/Controller/CheckSetupController.php
12841
%%WWWDIR%%/settings/Controller/CheckSetupController.php
12842
%%WWWDIR%%/settings/Controller/CommonSettingsTrait.php
11616
%%WWWDIR%%/settings/Controller/EncryptionController.php
12843
%%WWWDIR%%/settings/Controller/EncryptionController.php
11617
%%WWWDIR%%/settings/Controller/GroupsController.php
12844
%%WWWDIR%%/settings/Controller/GroupsController.php
11618
%%WWWDIR%%/settings/Controller/LogSettingsController.php
12845
%%WWWDIR%%/settings/Controller/LogSettingsController.php
11619
%%WWWDIR%%/settings/Controller/MailSettingsController.php
12846
%%WWWDIR%%/settings/Controller/MailSettingsController.php
12847
%%WWWDIR%%/settings/Controller/PersonalSettingsController.php
11620
%%WWWDIR%%/settings/Controller/SecuritySettingsController.php
12848
%%WWWDIR%%/settings/Controller/SecuritySettingsController.php
11621
%%WWWDIR%%/settings/Controller/UsersController.php
12849
%%WWWDIR%%/settings/Controller/UsersController.php
11622
%%WWWDIR%%/settings/Hooks.php
12850
%%WWWDIR%%/settings/Hooks.php
Lines 11629-11635 Link Here
11629
%%WWWDIR%%/settings/ajax/togglesubadmins.php
12857
%%WWWDIR%%/settings/ajax/togglesubadmins.php
11630
%%WWWDIR%%/settings/ajax/uninstallapp.php
12858
%%WWWDIR%%/settings/ajax/uninstallapp.php
11631
%%WWWDIR%%/settings/ajax/updateapp.php
12859
%%WWWDIR%%/settings/ajax/updateapp.php
11632
%%WWWDIR%%/settings/css/settings.css
12860
%%WWWDIR%%/settings/css/settings.scss
11633
%%WWWDIR%%/settings/help.php
12861
%%WWWDIR%%/settings/help.php
11634
%%WWWDIR%%/settings/img/admin.svg
12862
%%WWWDIR%%/settings/img/admin.svg
11635
%%WWWDIR%%/settings/img/apps.svg
12863
%%WWWDIR%%/settings/img/apps.svg
Lines 11650-11657 Link Here
11650
%%WWWDIR%%/settings/js/federationscopemenu.js
12878
%%WWWDIR%%/settings/js/federationscopemenu.js
11651
%%WWWDIR%%/settings/js/federationsettingsview.js
12879
%%WWWDIR%%/settings/js/federationsettingsview.js
11652
%%WWWDIR%%/settings/js/log.js
12880
%%WWWDIR%%/settings/js/log.js
11653
%%WWWDIR%%/settings/js/personal.js
11654
%%WWWDIR%%/settings/js/settings.js
12881
%%WWWDIR%%/settings/js/settings.js
12882
%%WWWDIR%%/settings/js/settings/authtoken-init.js
12883
%%WWWDIR%%/settings/js/settings/personalInfo.js
11655
%%WWWDIR%%/settings/js/users/deleteHandler.js
12884
%%WWWDIR%%/settings/js/users/deleteHandler.js
11656
%%WWWDIR%%/settings/js/users/filter.js
12885
%%WWWDIR%%/settings/js/users/filter.js
11657
%%WWWDIR%%/settings/js/users/groups.js
12886
%%WWWDIR%%/settings/js/users/groups.js
Lines 11693-11700 Link Here
11693
%%WWWDIR%%/settings/l10n/es.json
12922
%%WWWDIR%%/settings/l10n/es.json
11694
%%WWWDIR%%/settings/l10n/es_AR.js
12923
%%WWWDIR%%/settings/l10n/es_AR.js
11695
%%WWWDIR%%/settings/l10n/es_AR.json
12924
%%WWWDIR%%/settings/l10n/es_AR.json
12925
%%WWWDIR%%/settings/l10n/es_CL.js
12926
%%WWWDIR%%/settings/l10n/es_CL.json
12927
%%WWWDIR%%/settings/l10n/es_CO.js
12928
%%WWWDIR%%/settings/l10n/es_CO.json
12929
%%WWWDIR%%/settings/l10n/es_CR.js
12930
%%WWWDIR%%/settings/l10n/es_CR.json
12931
%%WWWDIR%%/settings/l10n/es_DO.js
12932
%%WWWDIR%%/settings/l10n/es_DO.json
12933
%%WWWDIR%%/settings/l10n/es_EC.js
12934
%%WWWDIR%%/settings/l10n/es_EC.json
12935
%%WWWDIR%%/settings/l10n/es_GT.js
12936
%%WWWDIR%%/settings/l10n/es_GT.json
12937
%%WWWDIR%%/settings/l10n/es_HN.js
12938
%%WWWDIR%%/settings/l10n/es_HN.json
11696
%%WWWDIR%%/settings/l10n/es_MX.js
12939
%%WWWDIR%%/settings/l10n/es_MX.js
11697
%%WWWDIR%%/settings/l10n/es_MX.json
12940
%%WWWDIR%%/settings/l10n/es_MX.json
12941
%%WWWDIR%%/settings/l10n/es_NI.js
12942
%%WWWDIR%%/settings/l10n/es_NI.json
12943
%%WWWDIR%%/settings/l10n/es_PA.js
12944
%%WWWDIR%%/settings/l10n/es_PA.json
12945
%%WWWDIR%%/settings/l10n/es_PE.js
12946
%%WWWDIR%%/settings/l10n/es_PE.json
12947
%%WWWDIR%%/settings/l10n/es_PR.js
12948
%%WWWDIR%%/settings/l10n/es_PR.json
12949
%%WWWDIR%%/settings/l10n/es_PY.js
12950
%%WWWDIR%%/settings/l10n/es_PY.json
12951
%%WWWDIR%%/settings/l10n/es_SV.js
12952
%%WWWDIR%%/settings/l10n/es_SV.json
12953
%%WWWDIR%%/settings/l10n/es_UY.js
12954
%%WWWDIR%%/settings/l10n/es_UY.json
11698
%%WWWDIR%%/settings/l10n/et_EE.js
12955
%%WWWDIR%%/settings/l10n/et_EE.js
11699
%%WWWDIR%%/settings/l10n/et_EE.json
12956
%%WWWDIR%%/settings/l10n/et_EE.json
11700
%%WWWDIR%%/settings/l10n/eu.js
12957
%%WWWDIR%%/settings/l10n/eu.js
Lines 11791-11812 Link Here
11791
%%WWWDIR%%/settings/l10n/zh_HK.json
13048
%%WWWDIR%%/settings/l10n/zh_HK.json
11792
%%WWWDIR%%/settings/l10n/zh_TW.js
13049
%%WWWDIR%%/settings/l10n/zh_TW.js
11793
%%WWWDIR%%/settings/l10n/zh_TW.json
13050
%%WWWDIR%%/settings/l10n/zh_TW.json
11794
%%WWWDIR%%/settings/personal.php
11795
%%WWWDIR%%/settings/routes.php
13051
%%WWWDIR%%/settings/routes.php
11796
%%WWWDIR%%/settings/templates/admin/additional-mail.php
11797
%%WWWDIR%%/settings/templates/admin/additional.php
11798
%%WWWDIR%%/settings/templates/admin/encryption.php
11799
%%WWWDIR%%/settings/templates/admin/frame.php
11800
%%WWWDIR%%/settings/templates/admin/server.development.notice.php
11801
%%WWWDIR%%/settings/templates/admin/server.php
11802
%%WWWDIR%%/settings/templates/admin/sharing.php
11803
%%WWWDIR%%/settings/templates/admin/tipstricks.php
11804
%%WWWDIR%%/settings/templates/apps.php
13052
%%WWWDIR%%/settings/templates/apps.php
11805
%%WWWDIR%%/settings/templates/certificates.php
13053
%%WWWDIR%%/settings/templates/certificates.php
11806
%%WWWDIR%%/settings/templates/help.php
13054
%%WWWDIR%%/settings/templates/help.php
11807
%%WWWDIR%%/settings/templates/personal.php
11808
%%WWWDIR%%/settings/templates/settings.development.notice.php
13055
%%WWWDIR%%/settings/templates/settings.development.notice.php
11809
%%WWWDIR%%/settings/templates/settings.php
13056
%%WWWDIR%%/settings/templates/settings.php
13057
%%WWWDIR%%/settings/templates/settings/additional.php
13058
%%WWWDIR%%/settings/templates/settings/admin/additional-mail.php
13059
%%WWWDIR%%/settings/templates/settings/admin/encryption.php
13060
%%WWWDIR%%/settings/templates/settings/admin/server.development.notice.php
13061
%%WWWDIR%%/settings/templates/settings/admin/server.php
13062
%%WWWDIR%%/settings/templates/settings/admin/sharing.php
13063
%%WWWDIR%%/settings/templates/settings/admin/tipstricks.php
13064
%%WWWDIR%%/settings/templates/settings/empty.php
13065
%%WWWDIR%%/settings/templates/settings/frame.php
13066
%%WWWDIR%%/settings/templates/settings/personal/personal.info.php
13067
%%WWWDIR%%/settings/templates/settings/personal/security.php
11810
%%WWWDIR%%/settings/templates/users/main.php
13068
%%WWWDIR%%/settings/templates/users/main.php
11811
%%WWWDIR%%/settings/templates/users/part.createuser.php
13069
%%WWWDIR%%/settings/templates/users/part.createuser.php
11812
%%WWWDIR%%/settings/templates/users/part.grouplist.php
13070
%%WWWDIR%%/settings/templates/users/part.grouplist.php

Return to bug 223778