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.0beta2
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 = 1513101565
2
SHA256 (nextcloud-12.0.3.tar.bz2) = 88bcaccba886d0e5a145b15fe216d652ab68a0a4c089a102f1fa1e78e6ddfb71
2
SHA256 (nextcloud-13.0.0beta2.tar.bz2) = ef5466eb5bc0195c8c7510333f51101839e1d8218c8829b930e9ef089d95527b
3
SIZE (nextcloud-12.0.3.tar.bz2) = 42935218
3
SIZE (nextcloud-13.0.0beta2.tar.bz2) = 43752348
(-)www/nextcloud/pkg-plist (-884 / +2194 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 205-210 Link Here
205
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlite/Driver.php
836
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlite/Driver.php
206
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Connection.php
837
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Connection.php
207
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Driver.php
838
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Driver.php
839
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Statement.php
208
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
840
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
209
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PingableConnection.php
841
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PingableConnection.php
210
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
842
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
Lines 269-274 Link Here
269
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php
901
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php
270
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php
902
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php
271
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php
903
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php
904
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL100Keywords.php
272
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php
905
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php
273
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php
906
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php
274
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php
907
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php
Lines 285-290 Link Here
285
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php
918
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php
286
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
919
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
287
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/OraclePlatform.php
920
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/OraclePlatform.php
921
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL100Platform.php
288
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php
922
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php
289
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php
923
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php
290
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php
924
%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php
Lines 961-966 Link Here
961
%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/UriTemplate.php
1595
%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/UriTemplate.php
962
%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Url.php
1596
%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Url.php
963
%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Utils.php
1597
%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Utils.php
1598
%%WWWDIR%%/3rdparty/guzzlehttp/promises/CHANGELOG.md
1599
%%WWWDIR%%/3rdparty/guzzlehttp/promises/LICENSE
1600
%%WWWDIR%%/3rdparty/guzzlehttp/promises/Makefile
1601
%%WWWDIR%%/3rdparty/guzzlehttp/promises/README.md
1602
%%WWWDIR%%/3rdparty/guzzlehttp/promises/composer.json
1603
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/AggregateException.php
1604
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/CancellationException.php
1605
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/Coroutine.php
1606
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/EachPromise.php
1607
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/FulfilledPromise.php
1608
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/Promise.php
1609
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/PromiseInterface.php
1610
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/PromisorInterface.php
1611
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/RejectedPromise.php
1612
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/RejectionException.php
1613
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/TaskQueue.php
1614
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/TaskQueueInterface.php
1615
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/functions.php
1616
%%WWWDIR%%/3rdparty/guzzlehttp/promises/src/functions_include.php
1617
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/CHANGELOG.md
1618
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/LICENSE
1619
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/README.md
1620
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/composer.json
1621
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/AppendStream.php
1622
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/BufferStream.php
1623
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/CachingStream.php
1624
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/DroppingStream.php
1625
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/FnStream.php
1626
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/InflateStream.php
1627
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/LazyOpenStream.php
1628
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/LimitStream.php
1629
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/MessageTrait.php
1630
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/MultipartStream.php
1631
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/NoSeekStream.php
1632
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/PumpStream.php
1633
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/Request.php
1634
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/Response.php
1635
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/ServerRequest.php
1636
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/Stream.php
1637
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/StreamDecoratorTrait.php
1638
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/StreamWrapper.php
1639
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/UploadedFile.php
1640
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/Uri.php
1641
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/UriNormalizer.php
1642
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/UriResolver.php
1643
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/functions.php
1644
%%WWWDIR%%/3rdparty/guzzlehttp/psr7/src/functions_include.php
964
%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/LICENSE
1645
%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/LICENSE
965
%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/ClientUtils.php
1646
%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/ClientUtils.php
966
%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/CurlFactory.php
1647
%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/CurlFactory.php
Lines 1154-1159 Link Here
1154
%%WWWDIR%%/3rdparty/mikemccabe/json-patch-php/run_tests.php
1835
%%WWWDIR%%/3rdparty/mikemccabe/json-patch-php/run_tests.php
1155
%%WWWDIR%%/3rdparty/mikemccabe/json-patch-php/simplexml_tests.json
1836
%%WWWDIR%%/3rdparty/mikemccabe/json-patch-php/simplexml_tests.json
1156
%%WWWDIR%%/3rdparty/mikemccabe/json-patch-php/src/JsonPatch.php
1837
%%WWWDIR%%/3rdparty/mikemccabe/json-patch-php/src/JsonPatch.php
1838
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/.gitignore
1839
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/CHANGELOG.md
1840
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/LICENSE
1841
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/Makefile
1842
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/README.rst
1843
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/composer.json
1844
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/phpunit.xml.dist
1845
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/src/AstRuntime.php
1846
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/src/CompilerRuntime.php
1847
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/src/DebugRuntime.php
1848
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/src/Env.php
1849
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/src/FnDispatcher.php
1850
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/src/JmesPath.php
1851
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/src/Lexer.php
1852
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/src/Parser.php
1853
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/src/SyntaxErrorException.php
1854
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/src/TreeCompiler.php
1855
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/src/TreeInterpreter.php
1856
%%WWWDIR%%/3rdparty/mtdowling/jmespath.php/src/Utils.php
1157
%%WWWDIR%%/3rdparty/natxet/CssMin/README
1857
%%WWWDIR%%/3rdparty/natxet/CssMin/README
1158
%%WWWDIR%%/3rdparty/natxet/CssMin/composer.json
1858
%%WWWDIR%%/3rdparty/natxet/CssMin/composer.json
1159
%%WWWDIR%%/3rdparty/natxet/CssMin/src/CssMin.php
1859
%%WWWDIR%%/3rdparty/natxet/CssMin/src/CssMin.php
Lines 1540-1545 Link Here
1540
%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/openssl.cnf
2240
%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/openssl.cnf
1541
%%WWWDIR%%/3rdparty/pimple/pimple/src/Pimple/Container.php
2241
%%WWWDIR%%/3rdparty/pimple/pimple/src/Pimple/Container.php
1542
%%WWWDIR%%/3rdparty/pimple/pimple/src/Pimple/ServiceProviderInterface.php
2242
%%WWWDIR%%/3rdparty/pimple/pimple/src/Pimple/ServiceProviderInterface.php
2243
%%WWWDIR%%/3rdparty/psr/http-message/CHANGELOG.md
2244
%%WWWDIR%%/3rdparty/psr/http-message/LICENSE
2245
%%WWWDIR%%/3rdparty/psr/http-message/README.md
2246
%%WWWDIR%%/3rdparty/psr/http-message/composer.json
2247
%%WWWDIR%%/3rdparty/psr/http-message/src/MessageInterface.php
2248
%%WWWDIR%%/3rdparty/psr/http-message/src/RequestInterface.php
2249
%%WWWDIR%%/3rdparty/psr/http-message/src/ResponseInterface.php
2250
%%WWWDIR%%/3rdparty/psr/http-message/src/ServerRequestInterface.php
2251
%%WWWDIR%%/3rdparty/psr/http-message/src/StreamInterface.php
2252
%%WWWDIR%%/3rdparty/psr/http-message/src/UploadedFileInterface.php
2253
%%WWWDIR%%/3rdparty/psr/http-message/src/UriInterface.php
1543
%%WWWDIR%%/3rdparty/psr/log/LICENSE
2254
%%WWWDIR%%/3rdparty/psr/log/LICENSE
1544
%%WWWDIR%%/3rdparty/psr/log/Psr/Log/AbstractLogger.php
2255
%%WWWDIR%%/3rdparty/psr/log/Psr/Log/AbstractLogger.php
1545
%%WWWDIR%%/3rdparty/psr/log/Psr/Log/InvalidArgumentException.php
2256
%%WWWDIR%%/3rdparty/psr/log/Psr/Log/InvalidArgumentException.php
Lines 3047-3057 Link Here
3047
%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/swift_required.php
3758
%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/swift_required.php
3048
%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/swift_required_pear.php
3759
%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/swift_required_pear.php
3049
%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php
3760
%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php
3761
%%WWWDIR%%/3rdparty/symfony/console/.gitignore
3050
%%WWWDIR%%/3rdparty/symfony/console/Application.php
3762
%%WWWDIR%%/3rdparty/symfony/console/Application.php
3763
%%WWWDIR%%/3rdparty/symfony/console/CHANGELOG.md
3051
%%WWWDIR%%/3rdparty/symfony/console/Command/Command.php
3764
%%WWWDIR%%/3rdparty/symfony/console/Command/Command.php
3052
%%WWWDIR%%/3rdparty/symfony/console/Command/HelpCommand.php
3765
%%WWWDIR%%/3rdparty/symfony/console/Command/HelpCommand.php
3053
%%WWWDIR%%/3rdparty/symfony/console/Command/ListCommand.php
3766
%%WWWDIR%%/3rdparty/symfony/console/Command/ListCommand.php
3767
%%WWWDIR%%/3rdparty/symfony/console/Command/LockableTrait.php
3054
%%WWWDIR%%/3rdparty/symfony/console/ConsoleEvents.php
3768
%%WWWDIR%%/3rdparty/symfony/console/ConsoleEvents.php
3769
%%WWWDIR%%/3rdparty/symfony/console/DependencyInjection/AddConsoleCommandPass.php
3055
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/ApplicationDescription.php
3770
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/ApplicationDescription.php
3056
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/Descriptor.php
3771
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/Descriptor.php
3057
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/DescriptorInterface.php
3772
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/DescriptorInterface.php
Lines 3060-3068 Link Here
3060
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/TextDescriptor.php
3775
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/TextDescriptor.php
3061
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/XmlDescriptor.php
3776
%%WWWDIR%%/3rdparty/symfony/console/Descriptor/XmlDescriptor.php
3062
%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleCommandEvent.php
3777
%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleCommandEvent.php
3778
%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleErrorEvent.php
3063
%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleEvent.php
3779
%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleEvent.php
3064
%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleExceptionEvent.php
3780
%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleExceptionEvent.php
3065
%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleTerminateEvent.php
3781
%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleTerminateEvent.php
3782
%%WWWDIR%%/3rdparty/symfony/console/EventListener/ErrorListener.php
3066
%%WWWDIR%%/3rdparty/symfony/console/Exception/CommandNotFoundException.php
3783
%%WWWDIR%%/3rdparty/symfony/console/Exception/CommandNotFoundException.php
3067
%%WWWDIR%%/3rdparty/symfony/console/Exception/ExceptionInterface.php
3784
%%WWWDIR%%/3rdparty/symfony/console/Exception/ExceptionInterface.php
3068
%%WWWDIR%%/3rdparty/symfony/console/Exception/InvalidArgumentException.php
3785
%%WWWDIR%%/3rdparty/symfony/console/Exception/InvalidArgumentException.php
Lines 3098-3103 Link Here
3098
%%WWWDIR%%/3rdparty/symfony/console/Input/InputDefinition.php
3815
%%WWWDIR%%/3rdparty/symfony/console/Input/InputDefinition.php
3099
%%WWWDIR%%/3rdparty/symfony/console/Input/InputInterface.php
3816
%%WWWDIR%%/3rdparty/symfony/console/Input/InputInterface.php
3100
%%WWWDIR%%/3rdparty/symfony/console/Input/InputOption.php
3817
%%WWWDIR%%/3rdparty/symfony/console/Input/InputOption.php
3818
%%WWWDIR%%/3rdparty/symfony/console/Input/StreamableInputInterface.php
3101
%%WWWDIR%%/3rdparty/symfony/console/Input/StringInput.php
3819
%%WWWDIR%%/3rdparty/symfony/console/Input/StringInput.php
3102
%%WWWDIR%%/3rdparty/symfony/console/LICENSE
3820
%%WWWDIR%%/3rdparty/symfony/console/LICENSE
3103
%%WWWDIR%%/3rdparty/symfony/console/Logger/ConsoleLogger.php
3821
%%WWWDIR%%/3rdparty/symfony/console/Logger/ConsoleLogger.php
Lines 3111-3122 Link Here
3111
%%WWWDIR%%/3rdparty/symfony/console/Question/ChoiceQuestion.php
3829
%%WWWDIR%%/3rdparty/symfony/console/Question/ChoiceQuestion.php
3112
%%WWWDIR%%/3rdparty/symfony/console/Question/ConfirmationQuestion.php
3830
%%WWWDIR%%/3rdparty/symfony/console/Question/ConfirmationQuestion.php
3113
%%WWWDIR%%/3rdparty/symfony/console/Question/Question.php
3831
%%WWWDIR%%/3rdparty/symfony/console/Question/Question.php
3832
%%WWWDIR%%/3rdparty/symfony/console/README.md
3114
%%WWWDIR%%/3rdparty/symfony/console/Style/OutputStyle.php
3833
%%WWWDIR%%/3rdparty/symfony/console/Style/OutputStyle.php
3115
%%WWWDIR%%/3rdparty/symfony/console/Style/StyleInterface.php
3834
%%WWWDIR%%/3rdparty/symfony/console/Style/StyleInterface.php
3116
%%WWWDIR%%/3rdparty/symfony/console/Style/SymfonyStyle.php
3835
%%WWWDIR%%/3rdparty/symfony/console/Style/SymfonyStyle.php
3836
%%WWWDIR%%/3rdparty/symfony/console/Terminal.php
3117
%%WWWDIR%%/3rdparty/symfony/console/Tester/ApplicationTester.php
3837
%%WWWDIR%%/3rdparty/symfony/console/Tester/ApplicationTester.php
3118
%%WWWDIR%%/3rdparty/symfony/console/Tester/CommandTester.php
3838
%%WWWDIR%%/3rdparty/symfony/console/Tester/CommandTester.php
3119
%%WWWDIR%%/3rdparty/symfony/console/composer.json
3839
%%WWWDIR%%/3rdparty/symfony/console/composer.json
3840
%%WWWDIR%%/3rdparty/symfony/console/phpunit.xml.dist
3841
%%WWWDIR%%/3rdparty/symfony/debug/.gitignore
3842
%%WWWDIR%%/3rdparty/symfony/debug/BufferingLogger.php
3843
%%WWWDIR%%/3rdparty/symfony/debug/CHANGELOG.md
3844
%%WWWDIR%%/3rdparty/symfony/debug/Debug.php
3845
%%WWWDIR%%/3rdparty/symfony/debug/DebugClassLoader.php
3846
%%WWWDIR%%/3rdparty/symfony/debug/ErrorHandler.php
3847
%%WWWDIR%%/3rdparty/symfony/debug/Exception/ClassNotFoundException.php
3848
%%WWWDIR%%/3rdparty/symfony/debug/Exception/ContextErrorException.php
3849
%%WWWDIR%%/3rdparty/symfony/debug/Exception/FatalErrorException.php
3850
%%WWWDIR%%/3rdparty/symfony/debug/Exception/FatalThrowableError.php
3851
%%WWWDIR%%/3rdparty/symfony/debug/Exception/FlattenException.php
3852
%%WWWDIR%%/3rdparty/symfony/debug/Exception/OutOfMemoryException.php
3853
%%WWWDIR%%/3rdparty/symfony/debug/Exception/SilencedErrorContext.php
3854
%%WWWDIR%%/3rdparty/symfony/debug/Exception/UndefinedFunctionException.php
3855
%%WWWDIR%%/3rdparty/symfony/debug/Exception/UndefinedMethodException.php
3856
%%WWWDIR%%/3rdparty/symfony/debug/ExceptionHandler.php
3857
%%WWWDIR%%/3rdparty/symfony/debug/FatalErrorHandler/ClassNotFoundFatalErrorHandler.php
3858
%%WWWDIR%%/3rdparty/symfony/debug/FatalErrorHandler/FatalErrorHandlerInterface.php
3859
%%WWWDIR%%/3rdparty/symfony/debug/FatalErrorHandler/UndefinedFunctionFatalErrorHandler.php
3860
%%WWWDIR%%/3rdparty/symfony/debug/FatalErrorHandler/UndefinedMethodFatalErrorHandler.php
3861
%%WWWDIR%%/3rdparty/symfony/debug/LICENSE
3862
%%WWWDIR%%/3rdparty/symfony/debug/README.md
3863
%%WWWDIR%%/3rdparty/symfony/debug/Resources/ext/README.md
3864
%%WWWDIR%%/3rdparty/symfony/debug/Resources/ext/config.m4
3865
%%WWWDIR%%/3rdparty/symfony/debug/Resources/ext/config.w32
3866
%%WWWDIR%%/3rdparty/symfony/debug/Resources/ext/php_symfony_debug.h
3867
%%WWWDIR%%/3rdparty/symfony/debug/Resources/ext/symfony_debug.c
3868
%%WWWDIR%%/3rdparty/symfony/debug/Resources/ext/tests/001.phpt
3869
%%WWWDIR%%/3rdparty/symfony/debug/Resources/ext/tests/002.phpt
3870
%%WWWDIR%%/3rdparty/symfony/debug/Resources/ext/tests/002_1.phpt
3871
%%WWWDIR%%/3rdparty/symfony/debug/Resources/ext/tests/003.phpt
3872
%%WWWDIR%%/3rdparty/symfony/debug/composer.json
3873
%%WWWDIR%%/3rdparty/symfony/debug/phpunit.xml.dist
3874
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/.gitignore
3875
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/CHANGELOG.md
3120
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/ContainerAwareEventDispatcher.php
3876
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/ContainerAwareEventDispatcher.php
3121
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
3877
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
3122
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php
3878
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php
Lines 3129-3134 Link Here
3129
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/GenericEvent.php
3885
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/GenericEvent.php
3130
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/ImmutableEventDispatcher.php
3886
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/ImmutableEventDispatcher.php
3131
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/LICENSE
3887
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/LICENSE
3888
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/README.md
3889
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/composer.json
3890
%%WWWDIR%%/3rdparty/symfony/event-dispatcher/phpunit.xml.dist
3132
%%WWWDIR%%/3rdparty/symfony/polyfill-mbstring/LICENSE
3891
%%WWWDIR%%/3rdparty/symfony/polyfill-mbstring/LICENSE
3133
%%WWWDIR%%/3rdparty/symfony/polyfill-mbstring/Mbstring.php
3892
%%WWWDIR%%/3rdparty/symfony/polyfill-mbstring/Mbstring.php
3134
%%WWWDIR%%/3rdparty/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
3893
%%WWWDIR%%/3rdparty/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
Lines 3146-3151 Link Here
3146
%%WWWDIR%%/3rdparty/symfony/polyfill-php70/Resources/stubs/TypeError.php
3905
%%WWWDIR%%/3rdparty/symfony/polyfill-php70/Resources/stubs/TypeError.php
3147
%%WWWDIR%%/3rdparty/symfony/polyfill-php70/bootstrap.php
3906
%%WWWDIR%%/3rdparty/symfony/polyfill-php70/bootstrap.php
3148
%%WWWDIR%%/3rdparty/symfony/polyfill-php70/composer.json
3907
%%WWWDIR%%/3rdparty/symfony/polyfill-php70/composer.json
3908
%%WWWDIR%%/3rdparty/symfony/process/.gitignore
3909
%%WWWDIR%%/3rdparty/symfony/process/CHANGELOG.md
3149
%%WWWDIR%%/3rdparty/symfony/process/Exception/ExceptionInterface.php
3910
%%WWWDIR%%/3rdparty/symfony/process/Exception/ExceptionInterface.php
3150
%%WWWDIR%%/3rdparty/symfony/process/Exception/InvalidArgumentException.php
3911
%%WWWDIR%%/3rdparty/symfony/process/Exception/InvalidArgumentException.php
3151
%%WWWDIR%%/3rdparty/symfony/process/Exception/LogicException.php
3912
%%WWWDIR%%/3rdparty/symfony/process/Exception/LogicException.php
Lines 3164-3172 Link Here
3164
%%WWWDIR%%/3rdparty/symfony/process/Process.php
3925
%%WWWDIR%%/3rdparty/symfony/process/Process.php
3165
%%WWWDIR%%/3rdparty/symfony/process/ProcessBuilder.php
3926
%%WWWDIR%%/3rdparty/symfony/process/ProcessBuilder.php
3166
%%WWWDIR%%/3rdparty/symfony/process/ProcessUtils.php
3927
%%WWWDIR%%/3rdparty/symfony/process/ProcessUtils.php
3928
%%WWWDIR%%/3rdparty/symfony/process/README.md
3929
%%WWWDIR%%/3rdparty/symfony/process/composer.json
3930
%%WWWDIR%%/3rdparty/symfony/process/phpunit.xml.dist
3167
%%WWWDIR%%/3rdparty/symfony/routing/Annotation/Route.php
3931
%%WWWDIR%%/3rdparty/symfony/routing/Annotation/Route.php
3168
%%WWWDIR%%/3rdparty/symfony/routing/CHANGELOG.md
3932
%%WWWDIR%%/3rdparty/symfony/routing/CHANGELOG.md
3169
%%WWWDIR%%/3rdparty/symfony/routing/CompiledRoute.php
3933
%%WWWDIR%%/3rdparty/symfony/routing/CompiledRoute.php
3934
%%WWWDIR%%/3rdparty/symfony/routing/DependencyInjection/RoutingResolverPass.php
3170
%%WWWDIR%%/3rdparty/symfony/routing/Exception/ExceptionInterface.php
3935
%%WWWDIR%%/3rdparty/symfony/routing/Exception/ExceptionInterface.php
3171
%%WWWDIR%%/3rdparty/symfony/routing/Exception/InvalidParameterException.php
3936
%%WWWDIR%%/3rdparty/symfony/routing/Exception/InvalidParameterException.php
3172
%%WWWDIR%%/3rdparty/symfony/routing/Exception/MethodNotAllowedException.php
3937
%%WWWDIR%%/3rdparty/symfony/routing/Exception/MethodNotAllowedException.php
Lines 3192-3202 Link Here
3192
%%WWWDIR%%/3rdparty/symfony/routing/Loader/YamlFileLoader.php
3957
%%WWWDIR%%/3rdparty/symfony/routing/Loader/YamlFileLoader.php
3193
%%WWWDIR%%/3rdparty/symfony/routing/Loader/schema/routing/routing-1.0.xsd
3958
%%WWWDIR%%/3rdparty/symfony/routing/Loader/schema/routing/routing-1.0.xsd
3194
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/DumperCollection.php
3959
%%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
3960
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/DumperRoute.php
3197
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/MatcherDumper.php
3961
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/MatcherDumper.php
3198
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php
3962
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php
3199
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php
3963
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php
3964
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/StaticPrefixCollection.php
3200
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/RedirectableUrlMatcher.php
3965
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/RedirectableUrlMatcher.php
3201
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php
3966
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php
3202
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/RequestMatcherInterface.php
3967
%%WWWDIR%%/3rdparty/symfony/routing/Matcher/RequestMatcherInterface.php
Lines 3213-3223 Link Here
3213
%%WWWDIR%%/3rdparty/symfony/routing/RouteCompilerInterface.php
3978
%%WWWDIR%%/3rdparty/symfony/routing/RouteCompilerInterface.php
3214
%%WWWDIR%%/3rdparty/symfony/routing/Router.php
3979
%%WWWDIR%%/3rdparty/symfony/routing/Router.php
3215
%%WWWDIR%%/3rdparty/symfony/routing/RouterInterface.php
3980
%%WWWDIR%%/3rdparty/symfony/routing/RouterInterface.php
3981
%%WWWDIR%%/3rdparty/symfony/routing/composer.json
3982
%%WWWDIR%%/3rdparty/symfony/translation/.gitignore
3983
%%WWWDIR%%/3rdparty/symfony/translation/CHANGELOG.md
3984
%%WWWDIR%%/3rdparty/symfony/translation/Catalogue/AbstractOperation.php
3985
%%WWWDIR%%/3rdparty/symfony/translation/Catalogue/MergeOperation.php
3986
%%WWWDIR%%/3rdparty/symfony/translation/Catalogue/OperationInterface.php
3987
%%WWWDIR%%/3rdparty/symfony/translation/Catalogue/TargetOperation.php
3988
%%WWWDIR%%/3rdparty/symfony/translation/Command/XliffLintCommand.php
3989
%%WWWDIR%%/3rdparty/symfony/translation/DataCollector/TranslationDataCollector.php
3990
%%WWWDIR%%/3rdparty/symfony/translation/DataCollectorTranslator.php
3991
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/CsvFileDumper.php
3992
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/DumperInterface.php
3993
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/FileDumper.php
3994
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/IcuResFileDumper.php
3995
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/IniFileDumper.php
3996
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/JsonFileDumper.php
3997
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/MoFileDumper.php
3998
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/PhpFileDumper.php
3999
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/PoFileDumper.php
4000
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/QtFileDumper.php
4001
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/XliffFileDumper.php
4002
%%WWWDIR%%/3rdparty/symfony/translation/Dumper/YamlFileDumper.php
4003
%%WWWDIR%%/3rdparty/symfony/translation/Exception/ExceptionInterface.php
4004
%%WWWDIR%%/3rdparty/symfony/translation/Exception/InvalidArgumentException.php
4005
%%WWWDIR%%/3rdparty/symfony/translation/Exception/InvalidResourceException.php
4006
%%WWWDIR%%/3rdparty/symfony/translation/Exception/LogicException.php
4007
%%WWWDIR%%/3rdparty/symfony/translation/Exception/NotFoundResourceException.php
4008
%%WWWDIR%%/3rdparty/symfony/translation/Exception/RuntimeException.php
4009
%%WWWDIR%%/3rdparty/symfony/translation/Extractor/AbstractFileExtractor.php
4010
%%WWWDIR%%/3rdparty/symfony/translation/Extractor/ChainExtractor.php
4011
%%WWWDIR%%/3rdparty/symfony/translation/Extractor/ExtractorInterface.php
4012
%%WWWDIR%%/3rdparty/symfony/translation/IdentityTranslator.php
4013
%%WWWDIR%%/3rdparty/symfony/translation/Interval.php
4014
%%WWWDIR%%/3rdparty/symfony/translation/LICENSE
4015
%%WWWDIR%%/3rdparty/symfony/translation/Loader/ArrayLoader.php
4016
%%WWWDIR%%/3rdparty/symfony/translation/Loader/CsvFileLoader.php
4017
%%WWWDIR%%/3rdparty/symfony/translation/Loader/FileLoader.php
4018
%%WWWDIR%%/3rdparty/symfony/translation/Loader/IcuDatFileLoader.php
4019
%%WWWDIR%%/3rdparty/symfony/translation/Loader/IcuResFileLoader.php
4020
%%WWWDIR%%/3rdparty/symfony/translation/Loader/IniFileLoader.php
4021
%%WWWDIR%%/3rdparty/symfony/translation/Loader/JsonFileLoader.php
4022
%%WWWDIR%%/3rdparty/symfony/translation/Loader/LoaderInterface.php
4023
%%WWWDIR%%/3rdparty/symfony/translation/Loader/MoFileLoader.php
4024
%%WWWDIR%%/3rdparty/symfony/translation/Loader/PhpFileLoader.php
4025
%%WWWDIR%%/3rdparty/symfony/translation/Loader/PoFileLoader.php
4026
%%WWWDIR%%/3rdparty/symfony/translation/Loader/QtFileLoader.php
4027
%%WWWDIR%%/3rdparty/symfony/translation/Loader/XliffFileLoader.php
4028
%%WWWDIR%%/3rdparty/symfony/translation/Loader/YamlFileLoader.php
4029
%%WWWDIR%%/3rdparty/symfony/translation/Loader/schema/dic/xliff-core/xliff-core-1.2-strict.xsd
4030
%%WWWDIR%%/3rdparty/symfony/translation/Loader/schema/dic/xliff-core/xliff-core-2.0.xsd
4031
%%WWWDIR%%/3rdparty/symfony/translation/Loader/schema/dic/xliff-core/xml.xsd
4032
%%WWWDIR%%/3rdparty/symfony/translation/LoggingTranslator.php
4033
%%WWWDIR%%/3rdparty/symfony/translation/MessageCatalogue.php
4034
%%WWWDIR%%/3rdparty/symfony/translation/MessageCatalogueInterface.php
4035
%%WWWDIR%%/3rdparty/symfony/translation/MessageSelector.php
4036
%%WWWDIR%%/3rdparty/symfony/translation/MetadataAwareInterface.php
4037
%%WWWDIR%%/3rdparty/symfony/translation/PluralizationRules.php
4038
%%WWWDIR%%/3rdparty/symfony/translation/README.md
4039
%%WWWDIR%%/3rdparty/symfony/translation/Resources/schemas/xliff-core-1.2-strict.xsd
4040
%%WWWDIR%%/3rdparty/symfony/translation/Translator.php
4041
%%WWWDIR%%/3rdparty/symfony/translation/TranslatorBagInterface.php
4042
%%WWWDIR%%/3rdparty/symfony/translation/TranslatorInterface.php
4043
%%WWWDIR%%/3rdparty/symfony/translation/Util/ArrayConverter.php
4044
%%WWWDIR%%/3rdparty/symfony/translation/Writer/TranslationWriter.php
4045
%%WWWDIR%%/3rdparty/symfony/translation/composer.json
4046
%%WWWDIR%%/3rdparty/symfony/translation/phpunit.xml.dist
3216
%%WWWDIR%%/AUTHORS
4047
%%WWWDIR%%/AUTHORS
3217
@owner %%NEXTCLOUD_USERNAME%%
4048
@owner %%NEXTCLOUD_USERNAME%%
3218
@group  %%NEXTCLOUD_GROUPNAME%%
4049
@group %%NEXTCLOUD_GROUPNAME%%
3219
%%WWWDIR%%/apps/activity/appinfo/app.php
4050
%%WWWDIR%%/apps/activity/appinfo/app.php
3220
%%WWWDIR%%/apps/activity/appinfo/database.xml
3221
%%WWWDIR%%/apps/activity/appinfo/info.xml
4051
%%WWWDIR%%/apps/activity/appinfo/info.xml
3222
%%WWWDIR%%/apps/activity/appinfo/routes.php
4052
%%WWWDIR%%/apps/activity/appinfo/routes.php
3223
%%WWWDIR%%/apps/activity/appinfo/signature.json
4053
%%WWWDIR%%/apps/activity/appinfo/signature.json
Lines 3282-3289 Link Here
3282
%%WWWDIR%%/apps/activity/l10n/es_AR.json
4112
%%WWWDIR%%/apps/activity/l10n/es_AR.json
3283
%%WWWDIR%%/apps/activity/l10n/es_CL.js
4113
%%WWWDIR%%/apps/activity/l10n/es_CL.js
3284
%%WWWDIR%%/apps/activity/l10n/es_CL.json
4114
%%WWWDIR%%/apps/activity/l10n/es_CL.json
4115
%%WWWDIR%%/apps/activity/l10n/es_CO.js
4116
%%WWWDIR%%/apps/activity/l10n/es_CO.json
4117
%%WWWDIR%%/apps/activity/l10n/es_CR.js
4118
%%WWWDIR%%/apps/activity/l10n/es_CR.json
4119
%%WWWDIR%%/apps/activity/l10n/es_DO.js
4120
%%WWWDIR%%/apps/activity/l10n/es_DO.json
4121
%%WWWDIR%%/apps/activity/l10n/es_EC.js
4122
%%WWWDIR%%/apps/activity/l10n/es_EC.json
4123
%%WWWDIR%%/apps/activity/l10n/es_GT.js
4124
%%WWWDIR%%/apps/activity/l10n/es_GT.json
4125
%%WWWDIR%%/apps/activity/l10n/es_HN.js
4126
%%WWWDIR%%/apps/activity/l10n/es_HN.json
3285
%%WWWDIR%%/apps/activity/l10n/es_MX.js
4127
%%WWWDIR%%/apps/activity/l10n/es_MX.js
3286
%%WWWDIR%%/apps/activity/l10n/es_MX.json
4128
%%WWWDIR%%/apps/activity/l10n/es_MX.json
4129
%%WWWDIR%%/apps/activity/l10n/es_NI.js
4130
%%WWWDIR%%/apps/activity/l10n/es_NI.json
4131
%%WWWDIR%%/apps/activity/l10n/es_PA.js
4132
%%WWWDIR%%/apps/activity/l10n/es_PA.json
4133
%%WWWDIR%%/apps/activity/l10n/es_PE.js
4134
%%WWWDIR%%/apps/activity/l10n/es_PE.json
4135
%%WWWDIR%%/apps/activity/l10n/es_PR.js
4136
%%WWWDIR%%/apps/activity/l10n/es_PR.json
4137
%%WWWDIR%%/apps/activity/l10n/es_PY.js
4138
%%WWWDIR%%/apps/activity/l10n/es_PY.json
4139
%%WWWDIR%%/apps/activity/l10n/es_SV.js
4140
%%WWWDIR%%/apps/activity/l10n/es_SV.json
4141
%%WWWDIR%%/apps/activity/l10n/es_UY.js
4142
%%WWWDIR%%/apps/activity/l10n/es_UY.json
3287
%%WWWDIR%%/apps/activity/l10n/et_EE.js
4143
%%WWWDIR%%/apps/activity/l10n/et_EE.js
3288
%%WWWDIR%%/apps/activity/l10n/et_EE.json
4144
%%WWWDIR%%/apps/activity/l10n/et_EE.json
3289
%%WWWDIR%%/apps/activity/l10n/eu.js
4145
%%WWWDIR%%/apps/activity/l10n/eu.js
Lines 3409-3414 Link Here
3409
%%WWWDIR%%/apps/activity/lib/GroupHelperDisabled.php
4265
%%WWWDIR%%/apps/activity/lib/GroupHelperDisabled.php
3410
%%WWWDIR%%/apps/activity/lib/Hooks.php
4266
%%WWWDIR%%/apps/activity/lib/Hooks.php
3411
%%WWWDIR%%/apps/activity/lib/MailQueueHandler.php
4267
%%WWWDIR%%/apps/activity/lib/MailQueueHandler.php
4268
%%WWWDIR%%/apps/activity/lib/Migration/Version2006Date20170808154933.php
4269
%%WWWDIR%%/apps/activity/lib/Migration/Version2006Date20170808155040.php
4270
%%WWWDIR%%/apps/activity/lib/Migration/Version2006Date20170919095939.php
3412
%%WWWDIR%%/apps/activity/lib/Navigation.php
4271
%%WWWDIR%%/apps/activity/lib/Navigation.php
3413
%%WWWDIR%%/apps/activity/lib/Parameter/Collection.php
4272
%%WWWDIR%%/apps/activity/lib/Parameter/Collection.php
3414
%%WWWDIR%%/apps/activity/lib/Parameter/Factory.php
4273
%%WWWDIR%%/apps/activity/lib/Parameter/Factory.php
Lines 3429-3447 Link Here
3429
%%WWWDIR%%/apps/admin_audit/appinfo/app.php
4288
%%WWWDIR%%/apps/admin_audit/appinfo/app.php
3430
%%WWWDIR%%/apps/admin_audit/appinfo/info.xml
4289
%%WWWDIR%%/apps/admin_audit/appinfo/info.xml
3431
%%WWWDIR%%/apps/admin_audit/appinfo/signature.json
4290
%%WWWDIR%%/apps/admin_audit/appinfo/signature.json
3432
%%WWWDIR%%/apps/admin_audit/lib/actions/action.php
4291
%%WWWDIR%%/apps/admin_audit/composer/autoload.php
3433
%%WWWDIR%%/apps/admin_audit/lib/actions/auth.php
4292
%%WWWDIR%%/apps/admin_audit/composer/composer.json
3434
%%WWWDIR%%/apps/admin_audit/lib/actions/files.php
4293
%%WWWDIR%%/apps/admin_audit/composer/composer/ClassLoader.php
3435
%%WWWDIR%%/apps/admin_audit/lib/actions/groupmanagement.php
4294
%%WWWDIR%%/apps/admin_audit/composer/composer/LICENSE
3436
%%WWWDIR%%/apps/admin_audit/lib/actions/sharing.php
4295
%%WWWDIR%%/apps/admin_audit/composer/composer/autoload_classmap.php
3437
%%WWWDIR%%/apps/admin_audit/lib/actions/trashbin.php
4296
%%WWWDIR%%/apps/admin_audit/composer/composer/autoload_namespaces.php
3438
%%WWWDIR%%/apps/admin_audit/lib/actions/usermanagement.php
4297
%%WWWDIR%%/apps/admin_audit/composer/composer/autoload_psr4.php
3439
%%WWWDIR%%/apps/admin_audit/lib/actions/versions.php
4298
%%WWWDIR%%/apps/admin_audit/composer/composer/autoload_real.php
3440
%%WWWDIR%%/apps/admin_audit/lib/auditlogger.php
4299
%%WWWDIR%%/apps/admin_audit/composer/composer/autoload_static.php
4300
%%WWWDIR%%/apps/admin_audit/lib/Actions/Action.php
4301
%%WWWDIR%%/apps/admin_audit/lib/Actions/AppManagement.php
4302
%%WWWDIR%%/apps/admin_audit/lib/Actions/Auth.php
4303
%%WWWDIR%%/apps/admin_audit/lib/Actions/Console.php
4304
%%WWWDIR%%/apps/admin_audit/lib/Actions/Files.php
4305
%%WWWDIR%%/apps/admin_audit/lib/Actions/GroupManagement.php
4306
%%WWWDIR%%/apps/admin_audit/lib/Actions/Sharing.php
4307
%%WWWDIR%%/apps/admin_audit/lib/Actions/Trashbin.php
4308
%%WWWDIR%%/apps/admin_audit/lib/Actions/UserManagement.php
4309
%%WWWDIR%%/apps/admin_audit/lib/Actions/Versions.php
4310
%%WWWDIR%%/apps/admin_audit/lib/AppInfo/Application.php
4311
%%WWWDIR%%/apps/comments/.bowerrc
3441
%%WWWDIR%%/apps/comments/appinfo/app.php
4312
%%WWWDIR%%/apps/comments/appinfo/app.php
3442
%%WWWDIR%%/apps/comments/appinfo/info.xml
4313
%%WWWDIR%%/apps/comments/appinfo/info.xml
3443
%%WWWDIR%%/apps/comments/appinfo/routes.php
4314
%%WWWDIR%%/apps/comments/appinfo/routes.php
3444
%%WWWDIR%%/apps/comments/appinfo/signature.json
4315
%%WWWDIR%%/apps/comments/appinfo/signature.json
4316
%%WWWDIR%%/apps/comments/composer/autoload.php
4317
%%WWWDIR%%/apps/comments/composer/composer.json
4318
%%WWWDIR%%/apps/comments/composer/composer/ClassLoader.php
4319
%%WWWDIR%%/apps/comments/composer/composer/LICENSE
4320
%%WWWDIR%%/apps/comments/composer/composer/autoload_classmap.php
4321
%%WWWDIR%%/apps/comments/composer/composer/autoload_namespaces.php
4322
%%WWWDIR%%/apps/comments/composer/composer/autoload_psr4.php
4323
%%WWWDIR%%/apps/comments/composer/composer/autoload_real.php
4324
%%WWWDIR%%/apps/comments/composer/composer/autoload_static.php
4325
%%WWWDIR%%/apps/comments/css/autocomplete.scss
3445
%%WWWDIR%%/apps/comments/css/comments.css
4326
%%WWWDIR%%/apps/comments/css/comments.css
3446
%%WWWDIR%%/apps/comments/img/comments-dark.svg
4327
%%WWWDIR%%/apps/comments/img/comments-dark.svg
3447
%%WWWDIR%%/apps/comments/img/comments.svg
4328
%%WWWDIR%%/apps/comments/img/comments.svg
Lines 3453-3458 Link Here
3453
%%WWWDIR%%/apps/comments/js/commentsummarymodel.js
4334
%%WWWDIR%%/apps/comments/js/commentsummarymodel.js
3454
%%WWWDIR%%/apps/comments/js/filesplugin.js
4335
%%WWWDIR%%/apps/comments/js/filesplugin.js
3455
%%WWWDIR%%/apps/comments/js/merged.json
4336
%%WWWDIR%%/apps/comments/js/merged.json
4337
%%WWWDIR%%/apps/comments/js/vendor/At.js/dist/js/jquery.atwho.min.js
4338
%%WWWDIR%%/apps/comments/js/vendor/Caret.js/dist/jquery.caret.min.js
3456
%%WWWDIR%%/apps/comments/l10n/.gitkeep
4339
%%WWWDIR%%/apps/comments/l10n/.gitkeep
3457
%%WWWDIR%%/apps/comments/l10n/af.js
4340
%%WWWDIR%%/apps/comments/l10n/af.js
3458
%%WWWDIR%%/apps/comments/l10n/af.json
4341
%%WWWDIR%%/apps/comments/l10n/af.json
Lines 3504-3511 Link Here
3504
%%WWWDIR%%/apps/comments/l10n/es_AR.json
4387
%%WWWDIR%%/apps/comments/l10n/es_AR.json
3505
%%WWWDIR%%/apps/comments/l10n/es_CL.js
4388
%%WWWDIR%%/apps/comments/l10n/es_CL.js
3506
%%WWWDIR%%/apps/comments/l10n/es_CL.json
4389
%%WWWDIR%%/apps/comments/l10n/es_CL.json
4390
%%WWWDIR%%/apps/comments/l10n/es_CO.js
4391
%%WWWDIR%%/apps/comments/l10n/es_CO.json
4392
%%WWWDIR%%/apps/comments/l10n/es_CR.js
4393
%%WWWDIR%%/apps/comments/l10n/es_CR.json
4394
%%WWWDIR%%/apps/comments/l10n/es_DO.js
4395
%%WWWDIR%%/apps/comments/l10n/es_DO.json
4396
%%WWWDIR%%/apps/comments/l10n/es_EC.js
4397
%%WWWDIR%%/apps/comments/l10n/es_EC.json
4398
%%WWWDIR%%/apps/comments/l10n/es_GT.js
4399
%%WWWDIR%%/apps/comments/l10n/es_GT.json
4400
%%WWWDIR%%/apps/comments/l10n/es_HN.js
4401
%%WWWDIR%%/apps/comments/l10n/es_HN.json
3507
%%WWWDIR%%/apps/comments/l10n/es_MX.js
4402
%%WWWDIR%%/apps/comments/l10n/es_MX.js
3508
%%WWWDIR%%/apps/comments/l10n/es_MX.json
4403
%%WWWDIR%%/apps/comments/l10n/es_MX.json
4404
%%WWWDIR%%/apps/comments/l10n/es_NI.js
4405
%%WWWDIR%%/apps/comments/l10n/es_NI.json
4406
%%WWWDIR%%/apps/comments/l10n/es_PA.js
4407
%%WWWDIR%%/apps/comments/l10n/es_PA.json
4408
%%WWWDIR%%/apps/comments/l10n/es_PE.js
4409
%%WWWDIR%%/apps/comments/l10n/es_PE.json
4410
%%WWWDIR%%/apps/comments/l10n/es_PR.js
4411
%%WWWDIR%%/apps/comments/l10n/es_PR.json
4412
%%WWWDIR%%/apps/comments/l10n/es_PY.js
4413
%%WWWDIR%%/apps/comments/l10n/es_PY.json
4414
%%WWWDIR%%/apps/comments/l10n/es_SV.js
4415
%%WWWDIR%%/apps/comments/l10n/es_SV.json
4416
%%WWWDIR%%/apps/comments/l10n/es_UY.js
4417
%%WWWDIR%%/apps/comments/l10n/es_UY.json
3509
%%WWWDIR%%/apps/comments/l10n/et_EE.js
4418
%%WWWDIR%%/apps/comments/l10n/et_EE.js
3510
%%WWWDIR%%/apps/comments/l10n/et_EE.json
4419
%%WWWDIR%%/apps/comments/l10n/et_EE.json
3511
%%WWWDIR%%/apps/comments/l10n/eu.js
4420
%%WWWDIR%%/apps/comments/l10n/eu.js
Lines 3635-3647 Link Here
3635
%%WWWDIR%%/apps/comments/lib/Activity/Provider.php
4544
%%WWWDIR%%/apps/comments/lib/Activity/Provider.php
3636
%%WWWDIR%%/apps/comments/lib/Activity/Setting.php
4545
%%WWWDIR%%/apps/comments/lib/Activity/Setting.php
3637
%%WWWDIR%%/apps/comments/lib/AppInfo/Application.php
4546
%%WWWDIR%%/apps/comments/lib/AppInfo/Application.php
4547
%%WWWDIR%%/apps/comments/lib/Collaboration/CommentersSorter.php
3638
%%WWWDIR%%/apps/comments/lib/Controller/Notifications.php
4548
%%WWWDIR%%/apps/comments/lib/Controller/Notifications.php
3639
%%WWWDIR%%/apps/comments/lib/EventHandler.php
4549
%%WWWDIR%%/apps/comments/lib/EventHandler.php
4550
%%WWWDIR%%/apps/comments/lib/JSSettingsHelper.php
3640
%%WWWDIR%%/apps/comments/lib/Notification/Listener.php
4551
%%WWWDIR%%/apps/comments/lib/Notification/Listener.php
3641
%%WWWDIR%%/apps/comments/lib/Notification/Notifier.php
4552
%%WWWDIR%%/apps/comments/lib/Notification/Notifier.php
3642
%%WWWDIR%%/apps/dav/appinfo/app.php
4553
%%WWWDIR%%/apps/dav/appinfo/app.php
3643
%%WWWDIR%%/apps/dav/appinfo/database.xml
3644
%%WWWDIR%%/apps/dav/appinfo/info.xml
4554
%%WWWDIR%%/apps/dav/appinfo/info.xml
4555
%%WWWDIR%%/apps/dav/appinfo/routes.php
3645
%%WWWDIR%%/apps/dav/appinfo/signature.json
4556
%%WWWDIR%%/apps/dav/appinfo/signature.json
3646
%%WWWDIR%%/apps/dav/appinfo/v1/caldav.php
4557
%%WWWDIR%%/apps/dav/appinfo/v1/caldav.php
3647
%%WWWDIR%%/apps/dav/appinfo/v1/carddav.php
4558
%%WWWDIR%%/apps/dav/appinfo/v1/carddav.php
Lines 3649-3663 Link Here
3649
%%WWWDIR%%/apps/dav/appinfo/v1/webdav.php
4560
%%WWWDIR%%/apps/dav/appinfo/v1/webdav.php
3650
%%WWWDIR%%/apps/dav/appinfo/v2/remote.php
4561
%%WWWDIR%%/apps/dav/appinfo/v2/remote.php
3651
%%WWWDIR%%/apps/dav/bin/chunkperf.php
4562
%%WWWDIR%%/apps/dav/bin/chunkperf.php
4563
%%WWWDIR%%/apps/dav/composer/autoload.php
4564
%%WWWDIR%%/apps/dav/composer/composer.json
4565
%%WWWDIR%%/apps/dav/composer/composer/ClassLoader.php
4566
%%WWWDIR%%/apps/dav/composer/composer/LICENSE
4567
%%WWWDIR%%/apps/dav/composer/composer/autoload_classmap.php
4568
%%WWWDIR%%/apps/dav/composer/composer/autoload_namespaces.php
4569
%%WWWDIR%%/apps/dav/composer/composer/autoload_psr4.php
4570
%%WWWDIR%%/apps/dav/composer/composer/autoload_real.php
4571
%%WWWDIR%%/apps/dav/composer/composer/autoload_static.php
4572
%%WWWDIR%%/apps/dav/js/settings-admin-caldav.js
3652
%%WWWDIR%%/apps/dav/l10n/.gitkeep
4573
%%WWWDIR%%/apps/dav/l10n/.gitkeep
3653
%%WWWDIR%%/apps/dav/l10n/bg.js
4574
%%WWWDIR%%/apps/dav/l10n/bg.js
3654
%%WWWDIR%%/apps/dav/l10n/bg.json
4575
%%WWWDIR%%/apps/dav/l10n/bg.json
3655
%%WWWDIR%%/apps/dav/l10n/bg_BG.js
4576
%%WWWDIR%%/apps/dav/l10n/bg_BG.js
3656
%%WWWDIR%%/apps/dav/l10n/bg_BG.json
4577
%%WWWDIR%%/apps/dav/l10n/bg_BG.json
4578
%%WWWDIR%%/apps/dav/l10n/ca.js
4579
%%WWWDIR%%/apps/dav/l10n/ca.json
3657
%%WWWDIR%%/apps/dav/l10n/cs.js
4580
%%WWWDIR%%/apps/dav/l10n/cs.js
3658
%%WWWDIR%%/apps/dav/l10n/cs.json
4581
%%WWWDIR%%/apps/dav/l10n/cs.json
3659
%%WWWDIR%%/apps/dav/l10n/cs_CZ.js
4582
%%WWWDIR%%/apps/dav/l10n/cs_CZ.js
3660
%%WWWDIR%%/apps/dav/l10n/cs_CZ.json
4583
%%WWWDIR%%/apps/dav/l10n/cs_CZ.json
4584
%%WWWDIR%%/apps/dav/l10n/et_EE.js
4585
%%WWWDIR%%/apps/dav/l10n/et_EE.json
3661
%%WWWDIR%%/apps/dav/l10n/da.js
4586
%%WWWDIR%%/apps/dav/l10n/da.js
3662
%%WWWDIR%%/apps/dav/l10n/da.json
4587
%%WWWDIR%%/apps/dav/l10n/da.json
3663
%%WWWDIR%%/apps/dav/l10n/de.js
4588
%%WWWDIR%%/apps/dav/l10n/de.js
Lines 3672-3679 Link Here
3672
%%WWWDIR%%/apps/dav/l10n/es.json
4597
%%WWWDIR%%/apps/dav/l10n/es.json
3673
%%WWWDIR%%/apps/dav/l10n/es_AR.js
4598
%%WWWDIR%%/apps/dav/l10n/es_AR.js
3674
%%WWWDIR%%/apps/dav/l10n/es_AR.json
4599
%%WWWDIR%%/apps/dav/l10n/es_AR.json
4600
%%WWWDIR%%/apps/dav/l10n/es_CL.js
4601
%%WWWDIR%%/apps/dav/l10n/es_CL.json
4602
%%WWWDIR%%/apps/dav/l10n/es_CO.js
4603
%%WWWDIR%%/apps/dav/l10n/es_CO.json
4604
%%WWWDIR%%/apps/dav/l10n/es_CR.js
4605
%%WWWDIR%%/apps/dav/l10n/es_CR.json
4606
%%WWWDIR%%/apps/dav/l10n/es_DO.js
4607
%%WWWDIR%%/apps/dav/l10n/es_DO.json
4608
%%WWWDIR%%/apps/dav/l10n/es_EC.js
4609
%%WWWDIR%%/apps/dav/l10n/es_EC.json
4610
%%WWWDIR%%/apps/dav/l10n/es_GT.js
4611
%%WWWDIR%%/apps/dav/l10n/es_GT.json
4612
%%WWWDIR%%/apps/dav/l10n/es_HN.js
4613
%%WWWDIR%%/apps/dav/l10n/es_HN.json
3675
%%WWWDIR%%/apps/dav/l10n/es_MX.js
4614
%%WWWDIR%%/apps/dav/l10n/es_MX.js
3676
%%WWWDIR%%/apps/dav/l10n/es_MX.json
4615
%%WWWDIR%%/apps/dav/l10n/es_MX.json
4616
%%WWWDIR%%/apps/dav/l10n/es_NI.js
4617
%%WWWDIR%%/apps/dav/l10n/es_NI.json
4618
%%WWWDIR%%/apps/dav/l10n/es_PA.js
4619
%%WWWDIR%%/apps/dav/l10n/es_PA.json
4620
%%WWWDIR%%/apps/dav/l10n/es_PE.js
4621
%%WWWDIR%%/apps/dav/l10n/es_PE.json
4622
%%WWWDIR%%/apps/dav/l10n/es_PR.js
4623
%%WWWDIR%%/apps/dav/l10n/es_PR.json
4624
%%WWWDIR%%/apps/dav/l10n/es_PY.js
4625
%%WWWDIR%%/apps/dav/l10n/es_PY.json
4626
%%WWWDIR%%/apps/dav/l10n/es_SV.js
4627
%%WWWDIR%%/apps/dav/l10n/es_SV.json
4628
%%WWWDIR%%/apps/dav/l10n/es_UY.js
4629
%%WWWDIR%%/apps/dav/l10n/es_UY.json
4630
%%WWWDIR%%/apps/dav/l10n/eu.js
4631
%%WWWDIR%%/apps/dav/l10n/eu.json
3677
%%WWWDIR%%/apps/dav/l10n/fi.js
4632
%%WWWDIR%%/apps/dav/l10n/fi.js
3678
%%WWWDIR%%/apps/dav/l10n/fi.json
4633
%%WWWDIR%%/apps/dav/l10n/fi.json
3679
%%WWWDIR%%/apps/dav/l10n/fi_FI.js
4634
%%WWWDIR%%/apps/dav/l10n/fi_FI.js
Lines 3694-3699 Link Here
3694
%%WWWDIR%%/apps/dav/l10n/it.json
4649
%%WWWDIR%%/apps/dav/l10n/it.json
3695
%%WWWDIR%%/apps/dav/l10n/ja.js
4650
%%WWWDIR%%/apps/dav/l10n/ja.js
3696
%%WWWDIR%%/apps/dav/l10n/ja.json
4651
%%WWWDIR%%/apps/dav/l10n/ja.json
4652
%%WWWDIR%%/apps/dav/l10n/ka_GE.js
4653
%%WWWDIR%%/apps/dav/l10n/ka_GE.json
3697
%%WWWDIR%%/apps/dav/l10n/ko.js
4654
%%WWWDIR%%/apps/dav/l10n/ko.js
3698
%%WWWDIR%%/apps/dav/l10n/ko.json
4655
%%WWWDIR%%/apps/dav/l10n/ko.json
3699
%%WWWDIR%%/apps/dav/l10n/lt_LT.js
4656
%%WWWDIR%%/apps/dav/l10n/lt_LT.js
Lines 3720-3725 Link Here
3720
%%WWWDIR%%/apps/dav/l10n/sl.json
4677
%%WWWDIR%%/apps/dav/l10n/sl.json
3721
%%WWWDIR%%/apps/dav/l10n/sq.js
4678
%%WWWDIR%%/apps/dav/l10n/sq.js
3722
%%WWWDIR%%/apps/dav/l10n/sq.json
4679
%%WWWDIR%%/apps/dav/l10n/sq.json
4680
%%WWWDIR%%/apps/dav/l10n/sr.js
4681
%%WWWDIR%%/apps/dav/l10n/sr.json
3723
%%WWWDIR%%/apps/dav/l10n/sv.js
4682
%%WWWDIR%%/apps/dav/l10n/sv.js
3724
%%WWWDIR%%/apps/dav/l10n/sv.json
4683
%%WWWDIR%%/apps/dav/l10n/sv.json
3725
%%WWWDIR%%/apps/dav/l10n/tr.js
4684
%%WWWDIR%%/apps/dav/l10n/tr.js
Lines 3729-3737 Link Here
3729
%%WWWDIR%%/apps/dav/l10n/zh_TW.js
4688
%%WWWDIR%%/apps/dav/l10n/zh_TW.js
3730
%%WWWDIR%%/apps/dav/l10n/zh_TW.json
4689
%%WWWDIR%%/apps/dav/l10n/zh_TW.json
3731
%%WWWDIR%%/apps/dav/lib/AppInfo/Application.php
4690
%%WWWDIR%%/apps/dav/lib/AppInfo/Application.php
4691
%%WWWDIR%%/apps/dav/lib/AppInfo/PluginManager.php
3732
%%WWWDIR%%/apps/dav/lib/Avatars/AvatarHome.php
4692
%%WWWDIR%%/apps/dav/lib/Avatars/AvatarHome.php
3733
%%WWWDIR%%/apps/dav/lib/Avatars/AvatarNode.php
4693
%%WWWDIR%%/apps/dav/lib/Avatars/AvatarNode.php
3734
%%WWWDIR%%/apps/dav/lib/Avatars/RootCollection.php
4694
%%WWWDIR%%/apps/dav/lib/Avatars/RootCollection.php
4695
%%WWWDIR%%/apps/dav/lib/BackgroundJob/GenerateBirthdayCalendarBackgroundJob.php
3735
%%WWWDIR%%/apps/dav/lib/CalDAV/Activity/Backend.php
4696
%%WWWDIR%%/apps/dav/lib/CalDAV/Activity/Backend.php
3736
%%WWWDIR%%/apps/dav/lib/CalDAV/Activity/Filter/Calendar.php
4697
%%WWWDIR%%/apps/dav/lib/CalDAV/Activity/Filter/Calendar.php
3737
%%WWWDIR%%/apps/dav/lib/CalDAV/Activity/Filter/Todo.php
4698
%%WWWDIR%%/apps/dav/lib/CalDAV/Activity/Filter/Todo.php
Lines 3742-3754 Link Here
3742
%%WWWDIR%%/apps/dav/lib/CalDAV/Activity/Setting/Calendar.php
4703
%%WWWDIR%%/apps/dav/lib/CalDAV/Activity/Setting/Calendar.php
3743
%%WWWDIR%%/apps/dav/lib/CalDAV/Activity/Setting/Event.php
4704
%%WWWDIR%%/apps/dav/lib/CalDAV/Activity/Setting/Event.php
3744
%%WWWDIR%%/apps/dav/lib/CalDAV/Activity/Setting/Todo.php
4705
%%WWWDIR%%/apps/dav/lib/CalDAV/Activity/Setting/Todo.php
4706
%%WWWDIR%%/apps/dav/lib/CalDAV/BirthdayCalendar/EnablePlugin.php
3745
%%WWWDIR%%/apps/dav/lib/CalDAV/BirthdayService.php
4707
%%WWWDIR%%/apps/dav/lib/CalDAV/BirthdayService.php
3746
%%WWWDIR%%/apps/dav/lib/CalDAV/CalDavBackend.php
4708
%%WWWDIR%%/apps/dav/lib/CalDAV/CalDavBackend.php
3747
%%WWWDIR%%/apps/dav/lib/CalDAV/Calendar.php
4709
%%WWWDIR%%/apps/dav/lib/CalDAV/Calendar.php
3748
%%WWWDIR%%/apps/dav/lib/CalDAV/CalendarHome.php
4710
%%WWWDIR%%/apps/dav/lib/CalDAV/CalendarHome.php
4711
%%WWWDIR%%/apps/dav/lib/CalDAV/CalendarImpl.php
4712
%%WWWDIR%%/apps/dav/lib/CalDAV/CalendarManager.php
3749
%%WWWDIR%%/apps/dav/lib/CalDAV/CalendarObject.php
4713
%%WWWDIR%%/apps/dav/lib/CalDAV/CalendarObject.php
3750
%%WWWDIR%%/apps/dav/lib/CalDAV/CalendarRoot.php
4714
%%WWWDIR%%/apps/dav/lib/CalDAV/CalendarRoot.php
3751
%%WWWDIR%%/apps/dav/lib/CalDAV/Plugin.php
4715
%%WWWDIR%%/apps/dav/lib/CalDAV/Plugin.php
4716
%%WWWDIR%%/apps/dav/lib/CalDAV/Principal/Collection.php
4717
%%WWWDIR%%/apps/dav/lib/CalDAV/Principal/User.php
3752
%%WWWDIR%%/apps/dav/lib/CalDAV/PublicCalendar.php
4718
%%WWWDIR%%/apps/dav/lib/CalDAV/PublicCalendar.php
3753
%%WWWDIR%%/apps/dav/lib/CalDAV/PublicCalendarObject.php
4719
%%WWWDIR%%/apps/dav/lib/CalDAV/PublicCalendarObject.php
3754
%%WWWDIR%%/apps/dav/lib/CalDAV/PublicCalendarRoot.php
4720
%%WWWDIR%%/apps/dav/lib/CalDAV/PublicCalendarRoot.php
Lines 3793-3798 Link Here
3793
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/Auth.php
4759
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/Auth.php
3794
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/BearerAuth.php
4760
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/BearerAuth.php
3795
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php
4761
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php
4762
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/CachingTree.php
3796
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/ChecksumList.php
4763
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/ChecksumList.php
3797
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php
4764
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php
3798
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/CopyEtagHeaderPlugin.php
4765
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/CopyEtagHeaderPlugin.php
Lines 3823-3828 Link Here
3823
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/SharesPlugin.php
4790
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/SharesPlugin.php
3824
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/TagList.php
4791
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/TagList.php
3825
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/TagsPlugin.php
4792
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/TagsPlugin.php
4793
%%WWWDIR%%/apps/dav/lib/Controller/BirthdayCalendarController.php
3826
%%WWWDIR%%/apps/dav/lib/DAV/CustomPropertiesBackend.php
4794
%%WWWDIR%%/apps/dav/lib/DAV/CustomPropertiesBackend.php
3827
%%WWWDIR%%/apps/dav/lib/DAV/GroupPrincipalBackend.php
4795
%%WWWDIR%%/apps/dav/lib/DAV/GroupPrincipalBackend.php
3828
%%WWWDIR%%/apps/dav/lib/DAV/PublicAuth.php
4796
%%WWWDIR%%/apps/dav/lib/DAV/PublicAuth.php
Lines 3843-3850 Link Here
3843
%%WWWDIR%%/apps/dav/lib/Migration/BuildCalendarSearchIndexBackgroundJob.php
4811
%%WWWDIR%%/apps/dav/lib/Migration/BuildCalendarSearchIndexBackgroundJob.php
3844
%%WWWDIR%%/apps/dav/lib/Migration/CalDAVRemoveEmptyValue.php
4812
%%WWWDIR%%/apps/dav/lib/Migration/CalDAVRemoveEmptyValue.php
3845
%%WWWDIR%%/apps/dav/lib/Migration/FixBirthdayCalendarComponent.php
4813
%%WWWDIR%%/apps/dav/lib/Migration/FixBirthdayCalendarComponent.php
4814
%%WWWDIR%%/apps/dav/lib/Migration/Version1004Date20170825134824.php
4815
%%WWWDIR%%/apps/dav/lib/Migration/Version1004Date20170919104507.php
4816
%%WWWDIR%%/apps/dav/lib/Migration/Version1004Date20170924124212.php
4817
%%WWWDIR%%/apps/dav/lib/Migration/Version1004Date20170926103422.php
3846
%%WWWDIR%%/apps/dav/lib/RootCollection.php
4818
%%WWWDIR%%/apps/dav/lib/RootCollection.php
3847
%%WWWDIR%%/apps/dav/lib/Server.php
4819
%%WWWDIR%%/apps/dav/lib/Server.php
4820
%%WWWDIR%%/apps/dav/lib/Settings/CalDAVSettings.php
3848
%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagMappingNode.php
4821
%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagMappingNode.php
3849
%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagNode.php
4822
%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagNode.php
3850
%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagPlugin.php
4823
%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagPlugin.php
Lines 3858-3867 Link Here
3858
%%WWWDIR%%/apps/dav/lib/Upload/UploadFolder.php
4831
%%WWWDIR%%/apps/dav/lib/Upload/UploadFolder.php
3859
%%WWWDIR%%/apps/dav/lib/Upload/UploadHome.php
4832
%%WWWDIR%%/apps/dav/lib/Upload/UploadHome.php
3860
%%WWWDIR%%/apps/dav/templates/exception.php
4833
%%WWWDIR%%/apps/dav/templates/exception.php
4834
%%WWWDIR%%/apps/dav/templates/settings-admin-caldav.php
3861
%%WWWDIR%%/apps/encryption/appinfo/app.php
4835
%%WWWDIR%%/apps/encryption/appinfo/app.php
3862
%%WWWDIR%%/apps/encryption/appinfo/info.xml
4836
%%WWWDIR%%/apps/encryption/appinfo/info.xml
3863
%%WWWDIR%%/apps/encryption/appinfo/routes.php
4837
%%WWWDIR%%/apps/encryption/appinfo/routes.php
3864
%%WWWDIR%%/apps/encryption/appinfo/signature.json
4838
%%WWWDIR%%/apps/encryption/appinfo/signature.json
4839
%%WWWDIR%%/apps/encryption/composer/autoload.php
4840
%%WWWDIR%%/apps/encryption/composer/composer.json
4841
%%WWWDIR%%/apps/encryption/composer/composer/ClassLoader.php
4842
%%WWWDIR%%/apps/encryption/composer/composer/LICENSE
4843
%%WWWDIR%%/apps/encryption/composer/composer/autoload_classmap.php
4844
%%WWWDIR%%/apps/encryption/composer/composer/autoload_namespaces.php
4845
%%WWWDIR%%/apps/encryption/composer/composer/autoload_psr4.php
4846
%%WWWDIR%%/apps/encryption/composer/composer/autoload_real.php
4847
%%WWWDIR%%/apps/encryption/composer/composer/autoload_static.php
3865
%%WWWDIR%%/apps/encryption/css/settings-admin.css
4848
%%WWWDIR%%/apps/encryption/css/settings-admin.css
3866
%%WWWDIR%%/apps/encryption/css/settings-personal.css
4849
%%WWWDIR%%/apps/encryption/css/settings-personal.css
3867
%%WWWDIR%%/apps/encryption/img/app.svg
4850
%%WWWDIR%%/apps/encryption/img/app.svg
Lines 3905-3912 Link Here
3905
%%WWWDIR%%/apps/encryption/l10n/es.json
4888
%%WWWDIR%%/apps/encryption/l10n/es.json
3906
%%WWWDIR%%/apps/encryption/l10n/es_AR.js
4889
%%WWWDIR%%/apps/encryption/l10n/es_AR.js
3907
%%WWWDIR%%/apps/encryption/l10n/es_AR.json
4890
%%WWWDIR%%/apps/encryption/l10n/es_AR.json
4891
%%WWWDIR%%/apps/encryption/l10n/es_CL.js
4892
%%WWWDIR%%/apps/encryption/l10n/es_CL.json
4893
%%WWWDIR%%/apps/encryption/l10n/es_CO.js
4894
%%WWWDIR%%/apps/encryption/l10n/es_CO.json
4895
%%WWWDIR%%/apps/encryption/l10n/es_CR.js
4896
%%WWWDIR%%/apps/encryption/l10n/es_CR.json
4897
%%WWWDIR%%/apps/encryption/l10n/es_DO.js
4898
%%WWWDIR%%/apps/encryption/l10n/es_DO.json
4899
%%WWWDIR%%/apps/encryption/l10n/es_EC.js
4900
%%WWWDIR%%/apps/encryption/l10n/es_EC.json
4901
%%WWWDIR%%/apps/encryption/l10n/es_GT.js
4902
%%WWWDIR%%/apps/encryption/l10n/es_GT.json
4903
%%WWWDIR%%/apps/encryption/l10n/es_HN.js
4904
%%WWWDIR%%/apps/encryption/l10n/es_HN.json
3908
%%WWWDIR%%/apps/encryption/l10n/es_MX.js
4905
%%WWWDIR%%/apps/encryption/l10n/es_MX.js
3909
%%WWWDIR%%/apps/encryption/l10n/es_MX.json
4906
%%WWWDIR%%/apps/encryption/l10n/es_MX.json
4907
%%WWWDIR%%/apps/encryption/l10n/es_NI.js
4908
%%WWWDIR%%/apps/encryption/l10n/es_NI.json
4909
%%WWWDIR%%/apps/encryption/l10n/es_PA.js
4910
%%WWWDIR%%/apps/encryption/l10n/es_PA.json
4911
%%WWWDIR%%/apps/encryption/l10n/es_PE.js
4912
%%WWWDIR%%/apps/encryption/l10n/es_PE.json
4913
%%WWWDIR%%/apps/encryption/l10n/es_PR.js
4914
%%WWWDIR%%/apps/encryption/l10n/es_PR.json
4915
%%WWWDIR%%/apps/encryption/l10n/es_PY.js
4916
%%WWWDIR%%/apps/encryption/l10n/es_PY.json
4917
%%WWWDIR%%/apps/encryption/l10n/es_SV.js
4918
%%WWWDIR%%/apps/encryption/l10n/es_SV.json
4919
%%WWWDIR%%/apps/encryption/l10n/es_UY.js
4920
%%WWWDIR%%/apps/encryption/l10n/es_UY.json
3910
%%WWWDIR%%/apps/encryption/l10n/et_EE.js
4921
%%WWWDIR%%/apps/encryption/l10n/et_EE.js
3911
%%WWWDIR%%/apps/encryption/l10n/et_EE.json
4922
%%WWWDIR%%/apps/encryption/l10n/et_EE.json
3912
%%WWWDIR%%/apps/encryption/l10n/eu.js
4923
%%WWWDIR%%/apps/encryption/l10n/eu.js
Lines 3939-3944 Link Here
3939
%%WWWDIR%%/apps/encryption/l10n/it.json
4950
%%WWWDIR%%/apps/encryption/l10n/it.json
3940
%%WWWDIR%%/apps/encryption/l10n/ja.js
4951
%%WWWDIR%%/apps/encryption/l10n/ja.js
3941
%%WWWDIR%%/apps/encryption/l10n/ja.json
4952
%%WWWDIR%%/apps/encryption/l10n/ja.json
4953
%%WWWDIR%%/apps/encryption/l10n/ka_GE.js
4954
%%WWWDIR%%/apps/encryption/l10n/ka_GE.json
3942
%%WWWDIR%%/apps/encryption/l10n/km.js
4955
%%WWWDIR%%/apps/encryption/l10n/km.js
3943
%%WWWDIR%%/apps/encryption/l10n/km.json
4956
%%WWWDIR%%/apps/encryption/l10n/km.json
3944
%%WWWDIR%%/apps/encryption/l10n/kn.js
4957
%%WWWDIR%%/apps/encryption/l10n/kn.js
Lines 4004-4009 Link Here
4004
%%WWWDIR%%/apps/encryption/l10n/zh_TW.js
5017
%%WWWDIR%%/apps/encryption/l10n/zh_TW.js
4005
%%WWWDIR%%/apps/encryption/l10n/zh_TW.json
5018
%%WWWDIR%%/apps/encryption/l10n/zh_TW.json
4006
%%WWWDIR%%/apps/encryption/lib/AppInfo/Application.php
5019
%%WWWDIR%%/apps/encryption/lib/AppInfo/Application.php
5020
%%WWWDIR%%/apps/encryption/lib/Command/DisableMasterKey.php
4007
%%WWWDIR%%/apps/encryption/lib/Command/EnableMasterKey.php
5021
%%WWWDIR%%/apps/encryption/lib/Command/EnableMasterKey.php
4008
%%WWWDIR%%/apps/encryption/lib/Command/MigrateKeys.php
5022
%%WWWDIR%%/apps/encryption/lib/Command/MigrateKeys.php
4009
%%WWWDIR%%/apps/encryption/lib/Controller/RecoveryController.php
5023
%%WWWDIR%%/apps/encryption/lib/Controller/RecoveryController.php
Lines 4022-4033 Link Here
4022
%%WWWDIR%%/apps/encryption/lib/Hooks/UserHooks.php
5036
%%WWWDIR%%/apps/encryption/lib/Hooks/UserHooks.php
4023
%%WWWDIR%%/apps/encryption/lib/KeyManager.php
5037
%%WWWDIR%%/apps/encryption/lib/KeyManager.php
4024
%%WWWDIR%%/apps/encryption/lib/Migration.php
5038
%%WWWDIR%%/apps/encryption/lib/Migration.php
5039
%%WWWDIR%%/apps/encryption/lib/Migration/SetMasterKeyStatus.php
4025
%%WWWDIR%%/apps/encryption/lib/Recovery.php
5040
%%WWWDIR%%/apps/encryption/lib/Recovery.php
4026
%%WWWDIR%%/apps/encryption/lib/Session.php
5041
%%WWWDIR%%/apps/encryption/lib/Session.php
4027
%%WWWDIR%%/apps/encryption/lib/Settings/Admin.php
5042
%%WWWDIR%%/apps/encryption/lib/Settings/Admin.php
5043
%%WWWDIR%%/apps/encryption/lib/Settings/Personal.php
4028
%%WWWDIR%%/apps/encryption/lib/Users/Setup.php
5044
%%WWWDIR%%/apps/encryption/lib/Users/Setup.php
4029
%%WWWDIR%%/apps/encryption/lib/Util.php
5045
%%WWWDIR%%/apps/encryption/lib/Util.php
4030
%%WWWDIR%%/apps/encryption/settings/settings-personal.php
4031
%%WWWDIR%%/apps/encryption/templates/altmail.php
5046
%%WWWDIR%%/apps/encryption/templates/altmail.php
4032
%%WWWDIR%%/apps/encryption/templates/mail.php
5047
%%WWWDIR%%/apps/encryption/templates/mail.php
4033
%%WWWDIR%%/apps/encryption/templates/settings-admin.php
5048
%%WWWDIR%%/apps/encryption/templates/settings-admin.php
Lines 4037-4042 Link Here
4037
%%WWWDIR%%/apps/federatedfilesharing/appinfo/info.xml
5052
%%WWWDIR%%/apps/federatedfilesharing/appinfo/info.xml
4038
%%WWWDIR%%/apps/federatedfilesharing/appinfo/routes.php
5053
%%WWWDIR%%/apps/federatedfilesharing/appinfo/routes.php
4039
%%WWWDIR%%/apps/federatedfilesharing/appinfo/signature.json
5054
%%WWWDIR%%/apps/federatedfilesharing/appinfo/signature.json
5055
%%WWWDIR%%/apps/federatedfilesharing/composer/autoload.php
5056
%%WWWDIR%%/apps/federatedfilesharing/composer/composer.json
5057
%%WWWDIR%%/apps/federatedfilesharing/composer/composer/ClassLoader.php
5058
%%WWWDIR%%/apps/federatedfilesharing/composer/composer/LICENSE
5059
%%WWWDIR%%/apps/federatedfilesharing/composer/composer/autoload_classmap.php
5060
%%WWWDIR%%/apps/federatedfilesharing/composer/composer/autoload_namespaces.php
5061
%%WWWDIR%%/apps/federatedfilesharing/composer/composer/autoload_psr4.php
5062
%%WWWDIR%%/apps/federatedfilesharing/composer/composer/autoload_real.php
5063
%%WWWDIR%%/apps/federatedfilesharing/composer/composer/autoload_static.php
4040
%%WWWDIR%%/apps/federatedfilesharing/css/settings-personal.css
5064
%%WWWDIR%%/apps/federatedfilesharing/css/settings-personal.css
4041
%%WWWDIR%%/apps/federatedfilesharing/img/social-diaspora.svg
5065
%%WWWDIR%%/apps/federatedfilesharing/img/social-diaspora.svg
4042
%%WWWDIR%%/apps/federatedfilesharing/img/social-facebook.svg
5066
%%WWWDIR%%/apps/federatedfilesharing/img/social-facebook.svg
Lines 4076-4083 Link Here
4076
%%WWWDIR%%/apps/federatedfilesharing/l10n/es.json
5100
%%WWWDIR%%/apps/federatedfilesharing/l10n/es.json
4077
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_AR.js
5101
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_AR.js
4078
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_AR.json
5102
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_AR.json
5103
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_CL.js
5104
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_CL.json
5105
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_CO.js
5106
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_CO.json
5107
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_CR.js
5108
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_CR.json
5109
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_DO.js
5110
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_DO.json
5111
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_EC.js
5112
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_EC.json
5113
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_GT.js
5114
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_GT.json
5115
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_HN.js
5116
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_HN.json
4079
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_MX.js
5117
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_MX.js
4080
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_MX.json
5118
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_MX.json
5119
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_NI.js
5120
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_NI.json
5121
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_PA.js
5122
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_PA.json
5123
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_PE.js
5124
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_PE.json
5125
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_PR.js
5126
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_PR.json
5127
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_PY.js
5128
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_PY.json
5129
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_SV.js
5130
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_SV.json
5131
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_UY.js
5132
%%WWWDIR%%/apps/federatedfilesharing/l10n/es_UY.json
4081
%%WWWDIR%%/apps/federatedfilesharing/l10n/et_EE.js
5133
%%WWWDIR%%/apps/federatedfilesharing/l10n/et_EE.js
4082
%%WWWDIR%%/apps/federatedfilesharing/l10n/et_EE.json
5134
%%WWWDIR%%/apps/federatedfilesharing/l10n/et_EE.json
4083
%%WWWDIR%%/apps/federatedfilesharing/l10n/eu.js
5135
%%WWWDIR%%/apps/federatedfilesharing/l10n/eu.js
Lines 4110-4115 Link Here
4110
%%WWWDIR%%/apps/federatedfilesharing/l10n/it.json
5162
%%WWWDIR%%/apps/federatedfilesharing/l10n/it.json
4111
%%WWWDIR%%/apps/federatedfilesharing/l10n/ja.js
5163
%%WWWDIR%%/apps/federatedfilesharing/l10n/ja.js
4112
%%WWWDIR%%/apps/federatedfilesharing/l10n/ja.json
5164
%%WWWDIR%%/apps/federatedfilesharing/l10n/ja.json
5165
%%WWWDIR%%/apps/federatedfilesharing/l10n/ka_GE.js
5166
%%WWWDIR%%/apps/federatedfilesharing/l10n/ka_GE.json
4113
%%WWWDIR%%/apps/federatedfilesharing/l10n/ko.js
5167
%%WWWDIR%%/apps/federatedfilesharing/l10n/ko.js
4114
%%WWWDIR%%/apps/federatedfilesharing/l10n/ko.json
5168
%%WWWDIR%%/apps/federatedfilesharing/l10n/ko.json
4115
%%WWWDIR%%/apps/federatedfilesharing/l10n/lb.js
5169
%%WWWDIR%%/apps/federatedfilesharing/l10n/lb.js
Lines 4138-4143 Link Here
4138
%%WWWDIR%%/apps/federatedfilesharing/l10n/ro.json
5192
%%WWWDIR%%/apps/federatedfilesharing/l10n/ro.json
4139
%%WWWDIR%%/apps/federatedfilesharing/l10n/ru.js
5193
%%WWWDIR%%/apps/federatedfilesharing/l10n/ru.js
4140
%%WWWDIR%%/apps/federatedfilesharing/l10n/ru.json
5194
%%WWWDIR%%/apps/federatedfilesharing/l10n/ru.json
5195
%%WWWDIR%%/apps/federatedfilesharing/l10n/sk.js
5196
%%WWWDIR%%/apps/federatedfilesharing/l10n/sk.json
4141
%%WWWDIR%%/apps/federatedfilesharing/l10n/sk_SK.js
5197
%%WWWDIR%%/apps/federatedfilesharing/l10n/sk_SK.js
4142
%%WWWDIR%%/apps/federatedfilesharing/l10n/sk_SK.json
5198
%%WWWDIR%%/apps/federatedfilesharing/l10n/sk_SK.json
4143
%%WWWDIR%%/apps/federatedfilesharing/l10n/sl.js
5199
%%WWWDIR%%/apps/federatedfilesharing/l10n/sl.js
Lines 4169-4176 Link Here
4169
%%WWWDIR%%/apps/federatedfilesharing/lib/Notifications.php
5225
%%WWWDIR%%/apps/federatedfilesharing/lib/Notifications.php
4170
%%WWWDIR%%/apps/federatedfilesharing/lib/Notifier.php
5226
%%WWWDIR%%/apps/federatedfilesharing/lib/Notifier.php
4171
%%WWWDIR%%/apps/federatedfilesharing/lib/Settings/Admin.php
5227
%%WWWDIR%%/apps/federatedfilesharing/lib/Settings/Admin.php
5228
%%WWWDIR%%/apps/federatedfilesharing/lib/Settings/Personal.php
5229
%%WWWDIR%%/apps/federatedfilesharing/lib/Settings/PersonalSection.php
4172
%%WWWDIR%%/apps/federatedfilesharing/lib/TokenHandler.php
5230
%%WWWDIR%%/apps/federatedfilesharing/lib/TokenHandler.php
4173
%%WWWDIR%%/apps/federatedfilesharing/settings-personal.php
4174
%%WWWDIR%%/apps/federatedfilesharing/templates/settings-admin.php
5231
%%WWWDIR%%/apps/federatedfilesharing/templates/settings-admin.php
4175
%%WWWDIR%%/apps/federatedfilesharing/templates/settings-personal.php
5232
%%WWWDIR%%/apps/federatedfilesharing/templates/settings-personal.php
4176
%%WWWDIR%%/apps/federation/appinfo/app.php
5233
%%WWWDIR%%/apps/federation/appinfo/app.php
Lines 4178-4183 Link Here
4178
%%WWWDIR%%/apps/federation/appinfo/info.xml
5235
%%WWWDIR%%/apps/federation/appinfo/info.xml
4179
%%WWWDIR%%/apps/federation/appinfo/routes.php
5236
%%WWWDIR%%/apps/federation/appinfo/routes.php
4180
%%WWWDIR%%/apps/federation/appinfo/signature.json
5237
%%WWWDIR%%/apps/federation/appinfo/signature.json
5238
%%WWWDIR%%/apps/federation/composer/autoload.php
5239
%%WWWDIR%%/apps/federation/composer/composer.json
5240
%%WWWDIR%%/apps/federation/composer/composer/ClassLoader.php
5241
%%WWWDIR%%/apps/federation/composer/composer/LICENSE
5242
%%WWWDIR%%/apps/federation/composer/composer/autoload_classmap.php
5243
%%WWWDIR%%/apps/federation/composer/composer/autoload_namespaces.php
5244
%%WWWDIR%%/apps/federation/composer/composer/autoload_psr4.php
5245
%%WWWDIR%%/apps/federation/composer/composer/autoload_real.php
5246
%%WWWDIR%%/apps/federation/composer/composer/autoload_static.php
4181
%%WWWDIR%%/apps/federation/css/settings-admin.css
5247
%%WWWDIR%%/apps/federation/css/settings-admin.css
4182
%%WWWDIR%%/apps/federation/img/app.svg
5248
%%WWWDIR%%/apps/federation/img/app.svg
4183
%%WWWDIR%%/apps/federation/js/settings-admin.js
5249
%%WWWDIR%%/apps/federation/js/settings-admin.js
Lines 4210-4219 Link Here
4210
%%WWWDIR%%/apps/federation/l10n/es.json
5276
%%WWWDIR%%/apps/federation/l10n/es.json
4211
%%WWWDIR%%/apps/federation/l10n/es_AR.js
5277
%%WWWDIR%%/apps/federation/l10n/es_AR.js
4212
%%WWWDIR%%/apps/federation/l10n/es_AR.json
5278
%%WWWDIR%%/apps/federation/l10n/es_AR.json
5279
%%WWWDIR%%/apps/federation/l10n/es_CL.js
5280
%%WWWDIR%%/apps/federation/l10n/es_CL.json
5281
%%WWWDIR%%/apps/federation/l10n/es_CO.js
5282
%%WWWDIR%%/apps/federation/l10n/es_CO.json
5283
%%WWWDIR%%/apps/federation/l10n/es_CR.js
5284
%%WWWDIR%%/apps/federation/l10n/es_CR.json
5285
%%WWWDIR%%/apps/federation/l10n/es_DO.js
5286
%%WWWDIR%%/apps/federation/l10n/es_DO.json
5287
%%WWWDIR%%/apps/federation/l10n/es_EC.js
5288
%%WWWDIR%%/apps/federation/l10n/es_EC.json
5289
%%WWWDIR%%/apps/federation/l10n/es_GT.js
5290
%%WWWDIR%%/apps/federation/l10n/es_GT.json
5291
%%WWWDIR%%/apps/federation/l10n/es_HN.js
5292
%%WWWDIR%%/apps/federation/l10n/es_HN.json
4213
%%WWWDIR%%/apps/federation/l10n/es_MX.js
5293
%%WWWDIR%%/apps/federation/l10n/es_MX.js
4214
%%WWWDIR%%/apps/federation/l10n/es_MX.json
5294
%%WWWDIR%%/apps/federation/l10n/es_MX.json
5295
%%WWWDIR%%/apps/federation/l10n/es_NI.js
5296
%%WWWDIR%%/apps/federation/l10n/es_NI.json
5297
%%WWWDIR%%/apps/federation/l10n/es_PA.js
5298
%%WWWDIR%%/apps/federation/l10n/es_PA.json
5299
%%WWWDIR%%/apps/federation/l10n/es_PE.js
5300
%%WWWDIR%%/apps/federation/l10n/es_PE.json
5301
%%WWWDIR%%/apps/federation/l10n/es_PR.js
5302
%%WWWDIR%%/apps/federation/l10n/es_PR.json
5303
%%WWWDIR%%/apps/federation/l10n/es_PY.js
5304
%%WWWDIR%%/apps/federation/l10n/es_PY.json
5305
%%WWWDIR%%/apps/federation/l10n/es_SV.js
5306
%%WWWDIR%%/apps/federation/l10n/es_SV.json
5307
%%WWWDIR%%/apps/federation/l10n/es_UY.js
5308
%%WWWDIR%%/apps/federation/l10n/es_UY.json
4215
%%WWWDIR%%/apps/federation/l10n/et_EE.js
5309
%%WWWDIR%%/apps/federation/l10n/et_EE.js
4216
%%WWWDIR%%/apps/federation/l10n/et_EE.json
5310
%%WWWDIR%%/apps/federation/l10n/et_EE.json
5311
%%WWWDIR%%/apps/federation/l10n/eu.js
5312
%%WWWDIR%%/apps/federation/l10n/eu.json
4217
%%WWWDIR%%/apps/federation/l10n/fi.js
5313
%%WWWDIR%%/apps/federation/l10n/fi.js
4218
%%WWWDIR%%/apps/federation/l10n/fi.json
5314
%%WWWDIR%%/apps/federation/l10n/fi.json
4219
%%WWWDIR%%/apps/federation/l10n/fi_FI.js
5315
%%WWWDIR%%/apps/federation/l10n/fi_FI.js
Lines 4238-4243 Link Here
4238
%%WWWDIR%%/apps/federation/l10n/it.json
5334
%%WWWDIR%%/apps/federation/l10n/it.json
4239
%%WWWDIR%%/apps/federation/l10n/ja.js
5335
%%WWWDIR%%/apps/federation/l10n/ja.js
4240
%%WWWDIR%%/apps/federation/l10n/ja.json
5336
%%WWWDIR%%/apps/federation/l10n/ja.json
5337
%%WWWDIR%%/apps/federation/l10n/ka_GE.js
5338
%%WWWDIR%%/apps/federation/l10n/ka_GE.json
4241
%%WWWDIR%%/apps/federation/l10n/ko.js
5339
%%WWWDIR%%/apps/federation/l10n/ko.js
4242
%%WWWDIR%%/apps/federation/l10n/ko.json
5340
%%WWWDIR%%/apps/federation/l10n/ko.json
4243
%%WWWDIR%%/apps/federation/l10n/lb.js
5341
%%WWWDIR%%/apps/federation/l10n/lb.js
Lines 4266-4271 Link Here
4266
%%WWWDIR%%/apps/federation/l10n/ro.json
5364
%%WWWDIR%%/apps/federation/l10n/ro.json
4267
%%WWWDIR%%/apps/federation/l10n/ru.js
5365
%%WWWDIR%%/apps/federation/l10n/ru.js
4268
%%WWWDIR%%/apps/federation/l10n/ru.json
5366
%%WWWDIR%%/apps/federation/l10n/ru.json
5367
%%WWWDIR%%/apps/federation/l10n/sk.js
5368
%%WWWDIR%%/apps/federation/l10n/sk.json
4269
%%WWWDIR%%/apps/federation/l10n/sl.js
5369
%%WWWDIR%%/apps/federation/l10n/sl.js
4270
%%WWWDIR%%/apps/federation/l10n/sl.json
5370
%%WWWDIR%%/apps/federation/l10n/sl.json
4271
%%WWWDIR%%/apps/federation/l10n/sq.js
5371
%%WWWDIR%%/apps/federation/l10n/sq.js
Lines 4306-4311 Link Here
4306
%%WWWDIR%%/apps/files/appinfo/info.xml
5406
%%WWWDIR%%/apps/files/appinfo/info.xml
4307
%%WWWDIR%%/apps/files/appinfo/routes.php
5407
%%WWWDIR%%/apps/files/appinfo/routes.php
4308
%%WWWDIR%%/apps/files/appinfo/signature.json
5408
%%WWWDIR%%/apps/files/appinfo/signature.json
5409
%%WWWDIR%%/apps/files/composer/autoload.php
5410
%%WWWDIR%%/apps/files/composer/composer.json
5411
%%WWWDIR%%/apps/files/composer/composer/ClassLoader.php
5412
%%WWWDIR%%/apps/files/composer/composer/LICENSE
5413
%%WWWDIR%%/apps/files/composer/composer/autoload_classmap.php
5414
%%WWWDIR%%/apps/files/composer/composer/autoload_namespaces.php
5415
%%WWWDIR%%/apps/files/composer/composer/autoload_psr4.php
5416
%%WWWDIR%%/apps/files/composer/composer/autoload_real.php
5417
%%WWWDIR%%/apps/files/composer/composer/autoload_static.php
4309
%%WWWDIR%%/apps/files/css/detailsView.scss
5418
%%WWWDIR%%/apps/files/css/detailsView.scss
4310
%%WWWDIR%%/apps/files/css/files.scss
5419
%%WWWDIR%%/apps/files/css/files.scss
4311
%%WWWDIR%%/apps/files/css/merged.scss
5420
%%WWWDIR%%/apps/files/css/merged.scss
Lines 4323-4328 Link Here
4323
%%WWWDIR%%/apps/files/img/external.svg
5432
%%WWWDIR%%/apps/files/img/external.svg
4324
%%WWWDIR%%/apps/files/img/folder.svg
5433
%%WWWDIR%%/apps/files/img/folder.svg
4325
%%WWWDIR%%/apps/files/img/public.svg
5434
%%WWWDIR%%/apps/files/img/public.svg
5435
%%WWWDIR%%/apps/files/img/quota.svg
4326
%%WWWDIR%%/apps/files/img/recent.svg
5436
%%WWWDIR%%/apps/files/img/recent.svg
4327
%%WWWDIR%%/apps/files/img/share.svg
5437
%%WWWDIR%%/apps/files/img/share.svg
4328
%%WWWDIR%%/apps/files/img/star.svg
5438
%%WWWDIR%%/apps/files/img/star.svg
Lines 4413-4420 Link Here
4413
%%WWWDIR%%/apps/files/l10n/es_AR.json
5523
%%WWWDIR%%/apps/files/l10n/es_AR.json
4414
%%WWWDIR%%/apps/files/l10n/es_CL.js
5524
%%WWWDIR%%/apps/files/l10n/es_CL.js
4415
%%WWWDIR%%/apps/files/l10n/es_CL.json
5525
%%WWWDIR%%/apps/files/l10n/es_CL.json
5526
%%WWWDIR%%/apps/files/l10n/es_CO.js
5527
%%WWWDIR%%/apps/files/l10n/es_CO.json
5528
%%WWWDIR%%/apps/files/l10n/es_CR.js
5529
%%WWWDIR%%/apps/files/l10n/es_CR.json
5530
%%WWWDIR%%/apps/files/l10n/es_DO.js
5531
%%WWWDIR%%/apps/files/l10n/es_DO.json
5532
%%WWWDIR%%/apps/files/l10n/es_EC.js
5533
%%WWWDIR%%/apps/files/l10n/es_EC.json
5534
%%WWWDIR%%/apps/files/l10n/es_GT.js
5535
%%WWWDIR%%/apps/files/l10n/es_GT.json
5536
%%WWWDIR%%/apps/files/l10n/es_HN.js
5537
%%WWWDIR%%/apps/files/l10n/es_HN.json
4416
%%WWWDIR%%/apps/files/l10n/es_MX.js
5538
%%WWWDIR%%/apps/files/l10n/es_MX.js
4417
%%WWWDIR%%/apps/files/l10n/es_MX.json
5539
%%WWWDIR%%/apps/files/l10n/es_MX.json
5540
%%WWWDIR%%/apps/files/l10n/es_NI.js
5541
%%WWWDIR%%/apps/files/l10n/es_NI.json
5542
%%WWWDIR%%/apps/files/l10n/es_PA.js
5543
%%WWWDIR%%/apps/files/l10n/es_PA.json
5544
%%WWWDIR%%/apps/files/l10n/es_PE.js
5545
%%WWWDIR%%/apps/files/l10n/es_PE.json
5546
%%WWWDIR%%/apps/files/l10n/es_PR.js
5547
%%WWWDIR%%/apps/files/l10n/es_PR.json
5548
%%WWWDIR%%/apps/files/l10n/es_PY.js
5549
%%WWWDIR%%/apps/files/l10n/es_PY.json
5550
%%WWWDIR%%/apps/files/l10n/es_SV.js
5551
%%WWWDIR%%/apps/files/l10n/es_SV.json
5552
%%WWWDIR%%/apps/files/l10n/es_UY.js
5553
%%WWWDIR%%/apps/files/l10n/es_UY.json
4418
%%WWWDIR%%/apps/files/l10n/et_EE.js
5554
%%WWWDIR%%/apps/files/l10n/et_EE.js
4419
%%WWWDIR%%/apps/files/l10n/et_EE.json
5555
%%WWWDIR%%/apps/files/l10n/et_EE.json
4420
%%WWWDIR%%/apps/files/l10n/eu.js
5556
%%WWWDIR%%/apps/files/l10n/eu.js
Lines 4612-5246 Link Here
4612
%%WWWDIR%%/apps/files/templates/recentlist.php
5748
%%WWWDIR%%/apps/files/templates/recentlist.php
4613
%%WWWDIR%%/apps/files/templates/simplelist.php
5749
%%WWWDIR%%/apps/files/templates/simplelist.php
4614
%%WWWDIR%%/apps/files_external/3rdparty/.gitignore
5750
%%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
5751
%%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
5752
%%WWWDIR%%/apps/files_external/3rdparty/composer.json
5245
%%WWWDIR%%/apps/files_external/3rdparty/composer.lock
5753
%%WWWDIR%%/apps/files_external/3rdparty/composer.lock
5246
%%WWWDIR%%/apps/files_external/3rdparty/composer/ClassLoader.php
5754
%%WWWDIR%%/apps/files_external/3rdparty/composer/ClassLoader.php
Lines 5251-5395 Link Here
5251
%%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_real.php
5759
%%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_real.php
5252
%%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_static.php
5760
%%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_static.php
5253
%%WWWDIR%%/apps/files_external/3rdparty/composer/installed.json
5761
%%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
5762
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/.gitignore
5394
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/LICENSE.txt
5763
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/LICENSE.txt
5395
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/README.md
5764
%%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
5779
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/ForbiddenException.php
5411
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/HostDownException.php
5780
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/HostDownException.php
5412
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidHostException.php
5781
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidHostException.php
5782
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidParameterException.php
5413
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidPathException.php
5783
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidPathException.php
5414
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidRequestException.php
5784
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidRequestException.php
5415
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidResourceException.php
5785
%%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
5788
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/NoRouteToHostException.php
5419
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/NotEmptyException.php
5789
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/NotEmptyException.php
5420
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/NotFoundException.php
5790
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/NotFoundException.php
5791
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/OutOfSpaceException.php
5792
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/RevisionMismatchException.php
5421
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/TimedOutException.php
5793
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/TimedOutException.php
5422
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/FileInfo.php
5794
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/FileInfo.php
5423
%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/IFileInfo.php
5795
%%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
5830
%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/UrlCallBack.php
5459
%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/Wrapper.php
5831
%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/Wrapper.php
5460
%%WWWDIR%%/apps/files_external/ajax/applicable.php
5832
%%WWWDIR%%/apps/files_external/ajax/applicable.php
5461
%%WWWDIR%%/apps/files_external/ajax/oauth1.php
5462
%%WWWDIR%%/apps/files_external/ajax/oauth2.php
5833
%%WWWDIR%%/apps/files_external/ajax/oauth2.php
5463
%%WWWDIR%%/apps/files_external/appinfo/app.php
5834
%%WWWDIR%%/apps/files_external/appinfo/app.php
5464
%%WWWDIR%%/apps/files_external/appinfo/database.xml
5835
%%WWWDIR%%/apps/files_external/appinfo/database.xml
Lines 5470-5477 Link Here
5470
%%WWWDIR%%/apps/files_external/img/app-dark.svg
5841
%%WWWDIR%%/apps/files_external/img/app-dark.svg
5471
%%WWWDIR%%/apps/files_external/img/app.svg
5842
%%WWWDIR%%/apps/files_external/img/app.svg
5472
%%WWWDIR%%/apps/files_external/js/app.js
5843
%%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
5844
%%WWWDIR%%/apps/files_external/js/mountsfilelist.js
5476
%%WWWDIR%%/apps/files_external/js/oauth1.js
5845
%%WWWDIR%%/apps/files_external/js/oauth1.js
5477
%%WWWDIR%%/apps/files_external/js/oauth2.js
5846
%%WWWDIR%%/apps/files_external/js/oauth2.js
Lines 5524-5531 Link Here
5524
%%WWWDIR%%/apps/files_external/l10n/es_AR.json
5893
%%WWWDIR%%/apps/files_external/l10n/es_AR.json
5525
%%WWWDIR%%/apps/files_external/l10n/es_CL.js
5894
%%WWWDIR%%/apps/files_external/l10n/es_CL.js
5526
%%WWWDIR%%/apps/files_external/l10n/es_CL.json
5895
%%WWWDIR%%/apps/files_external/l10n/es_CL.json
5896
%%WWWDIR%%/apps/files_external/l10n/es_CO.js
5897
%%WWWDIR%%/apps/files_external/l10n/es_CO.json
5898
%%WWWDIR%%/apps/files_external/l10n/es_CR.js
5899
%%WWWDIR%%/apps/files_external/l10n/es_CR.json
5900
%%WWWDIR%%/apps/files_external/l10n/es_DO.js
5901
%%WWWDIR%%/apps/files_external/l10n/es_DO.json
5902
%%WWWDIR%%/apps/files_external/l10n/es_EC.js
5903
%%WWWDIR%%/apps/files_external/l10n/es_EC.json
5904
%%WWWDIR%%/apps/files_external/l10n/es_GT.js
5905
%%WWWDIR%%/apps/files_external/l10n/es_GT.json
5906
%%WWWDIR%%/apps/files_external/l10n/es_HN.js
5907
%%WWWDIR%%/apps/files_external/l10n/es_HN.json
5527
%%WWWDIR%%/apps/files_external/l10n/es_MX.js
5908
%%WWWDIR%%/apps/files_external/l10n/es_MX.js
5528
%%WWWDIR%%/apps/files_external/l10n/es_MX.json
5909
%%WWWDIR%%/apps/files_external/l10n/es_MX.json
5910
%%WWWDIR%%/apps/files_external/l10n/es_NI.js
5911
%%WWWDIR%%/apps/files_external/l10n/es_NI.json
5912
%%WWWDIR%%/apps/files_external/l10n/es_PA.js
5913
%%WWWDIR%%/apps/files_external/l10n/es_PA.json
5914
%%WWWDIR%%/apps/files_external/l10n/es_PE.js
5915
%%WWWDIR%%/apps/files_external/l10n/es_PE.json
5916
%%WWWDIR%%/apps/files_external/l10n/es_PR.js
5917
%%WWWDIR%%/apps/files_external/l10n/es_PR.json
5918
%%WWWDIR%%/apps/files_external/l10n/es_PY.js
5919
%%WWWDIR%%/apps/files_external/l10n/es_PY.json
5920
%%WWWDIR%%/apps/files_external/l10n/es_SV.js
5921
%%WWWDIR%%/apps/files_external/l10n/es_SV.json
5922
%%WWWDIR%%/apps/files_external/l10n/es_UY.js
5923
%%WWWDIR%%/apps/files_external/l10n/es_UY.json
5529
%%WWWDIR%%/apps/files_external/l10n/et_EE.js
5924
%%WWWDIR%%/apps/files_external/l10n/et_EE.js
5530
%%WWWDIR%%/apps/files_external/l10n/et_EE.json
5925
%%WWWDIR%%/apps/files_external/l10n/et_EE.json
5531
%%WWWDIR%%/apps/files_external/l10n/eu.js
5926
%%WWWDIR%%/apps/files_external/l10n/eu.js
Lines 5678-5683 Link Here
5678
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/AuthMechanism.php
6073
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/AuthMechanism.php
5679
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/Builtin.php
6074
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/Builtin.php
5680
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/IUserProvided.php
6075
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/IUserProvided.php
6076
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/InvalidAuth.php
5681
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/NullMechanism.php
6077
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/NullMechanism.php
5682
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/OAuth1/OAuth1.php
6078
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/OAuth1/OAuth1.php
5683
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/OAuth2/OAuth2.php
6079
%%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
6088
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/AmazonS3.php
5693
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/Backend.php
6089
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/Backend.php
5694
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/DAV.php
6090
%%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
6091
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/FTP.php
5697
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/Google.php
6092
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/InvalidBackend.php
5698
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/LegacyBackend.php
6093
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/LegacyBackend.php
5699
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/Local.php
6094
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/Local.php
5700
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/OwnCloud.php
6095
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/OwnCloud.php
Lines 5717-5725 Link Here
5717
%%WWWDIR%%/apps/files_external/lib/Lib/PriorityTrait.php
6112
%%WWWDIR%%/apps/files_external/lib/Lib/PriorityTrait.php
5718
%%WWWDIR%%/apps/files_external/lib/Lib/SessionStorageWrapper.php
6113
%%WWWDIR%%/apps/files_external/lib/Lib/SessionStorageWrapper.php
5719
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/AmazonS3.php
6114
%%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
6115
%%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
6116
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/OwnCloud.php
5724
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/SFTP.php
6117
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/SFTP.php
5725
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/SMB.php
6118
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/SMB.php
Lines 5742-5751 Link Here
5742
%%WWWDIR%%/apps/files_external/lib/Service/UserStoragesService.php
6135
%%WWWDIR%%/apps/files_external/lib/Service/UserStoragesService.php
5743
%%WWWDIR%%/apps/files_external/lib/Service/UserTrait.php
6136
%%WWWDIR%%/apps/files_external/lib/Service/UserTrait.php
5744
%%WWWDIR%%/apps/files_external/lib/Settings/Admin.php
6137
%%WWWDIR%%/apps/files_external/lib/Settings/Admin.php
6138
%%WWWDIR%%/apps/files_external/lib/Settings/Personal.php
6139
%%WWWDIR%%/apps/files_external/lib/Settings/PersonalSection.php
5745
%%WWWDIR%%/apps/files_external/lib/Settings/Section.php
6140
%%WWWDIR%%/apps/files_external/lib/Settings/Section.php
5746
%%WWWDIR%%/apps/files_external/lib/config.php
6141
%%WWWDIR%%/apps/files_external/lib/config.php
5747
%%WWWDIR%%/apps/files_external/list.php
6142
%%WWWDIR%%/apps/files_external/list.php
5748
%%WWWDIR%%/apps/files_external/personal.php
5749
%%WWWDIR%%/apps/files_external/templates/list.php
6143
%%WWWDIR%%/apps/files_external/templates/list.php
5750
%%WWWDIR%%/apps/files_external/templates/settings.php
6144
%%WWWDIR%%/apps/files_external/templates/settings.php
5751
%%WWWDIR%%/apps/files_pdfviewer/.github/contributing.md
6145
%%WWWDIR%%/apps/files_pdfviewer/.github/contributing.md
Lines 6130-6141 Link Here
6130
%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/zu/viewer.properties
6524
%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/zu/viewer.properties
6131
%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/viewer.css
6525
%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/viewer.css
6132
%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/viewer.js
6526
%%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
6527
%%WWWDIR%%/apps/files_sharing/appinfo/app.php
6135
%%WWWDIR%%/apps/files_sharing/appinfo/database.xml
6528
%%WWWDIR%%/apps/files_sharing/appinfo/database.xml
6136
%%WWWDIR%%/apps/files_sharing/appinfo/info.xml
6529
%%WWWDIR%%/apps/files_sharing/appinfo/info.xml
6137
%%WWWDIR%%/apps/files_sharing/appinfo/routes.php
6530
%%WWWDIR%%/apps/files_sharing/appinfo/routes.php
6138
%%WWWDIR%%/apps/files_sharing/appinfo/signature.json
6531
%%WWWDIR%%/apps/files_sharing/appinfo/signature.json
6532
%%WWWDIR%%/apps/files_sharing/composer/autoload.php
6533
%%WWWDIR%%/apps/files_sharing/composer/composer.json
6534
%%WWWDIR%%/apps/files_sharing/composer/composer/ClassLoader.php
6535
%%WWWDIR%%/apps/files_sharing/composer/composer/LICENSE
6536
%%WWWDIR%%/apps/files_sharing/composer/composer/autoload_classmap.php
6537
%%WWWDIR%%/apps/files_sharing/composer/composer/autoload_namespaces.php
6538
%%WWWDIR%%/apps/files_sharing/composer/composer/autoload_psr4.php
6539
%%WWWDIR%%/apps/files_sharing/composer/composer/autoload_real.php
6540
%%WWWDIR%%/apps/files_sharing/composer/composer/autoload_static.php
6139
%%WWWDIR%%/apps/files_sharing/css/404.css
6541
%%WWWDIR%%/apps/files_sharing/css/404.css
6140
%%WWWDIR%%/apps/files_sharing/css/authenticate.css
6542
%%WWWDIR%%/apps/files_sharing/css/authenticate.css
6141
%%WWWDIR%%/apps/files_sharing/css/mergedAdditionalStyles.scss
6543
%%WWWDIR%%/apps/files_sharing/css/mergedAdditionalStyles.scss
Lines 6200-6207 Link Here
6200
%%WWWDIR%%/apps/files_sharing/l10n/es_AR.json
6602
%%WWWDIR%%/apps/files_sharing/l10n/es_AR.json
6201
%%WWWDIR%%/apps/files_sharing/l10n/es_CL.js
6603
%%WWWDIR%%/apps/files_sharing/l10n/es_CL.js
6202
%%WWWDIR%%/apps/files_sharing/l10n/es_CL.json
6604
%%WWWDIR%%/apps/files_sharing/l10n/es_CL.json
6605
%%WWWDIR%%/apps/files_sharing/l10n/es_CO.js
6606
%%WWWDIR%%/apps/files_sharing/l10n/es_CO.json
6607
%%WWWDIR%%/apps/files_sharing/l10n/es_CR.js
6608
%%WWWDIR%%/apps/files_sharing/l10n/es_CR.json
6609
%%WWWDIR%%/apps/files_sharing/l10n/es_DO.js
6610
%%WWWDIR%%/apps/files_sharing/l10n/es_DO.json
6611
%%WWWDIR%%/apps/files_sharing/l10n/es_EC.js
6612
%%WWWDIR%%/apps/files_sharing/l10n/es_EC.json
6613
%%WWWDIR%%/apps/files_sharing/l10n/es_GT.js
6614
%%WWWDIR%%/apps/files_sharing/l10n/es_GT.json
6615
%%WWWDIR%%/apps/files_sharing/l10n/es_HN.js
6616
%%WWWDIR%%/apps/files_sharing/l10n/es_HN.json
6203
%%WWWDIR%%/apps/files_sharing/l10n/es_MX.js
6617
%%WWWDIR%%/apps/files_sharing/l10n/es_MX.js
6204
%%WWWDIR%%/apps/files_sharing/l10n/es_MX.json
6618
%%WWWDIR%%/apps/files_sharing/l10n/es_MX.json
6619
%%WWWDIR%%/apps/files_sharing/l10n/es_NI.js
6620
%%WWWDIR%%/apps/files_sharing/l10n/es_NI.json
6621
%%WWWDIR%%/apps/files_sharing/l10n/es_PA.js
6622
%%WWWDIR%%/apps/files_sharing/l10n/es_PA.json
6623
%%WWWDIR%%/apps/files_sharing/l10n/es_PE.js
6624
%%WWWDIR%%/apps/files_sharing/l10n/es_PE.json
6625
%%WWWDIR%%/apps/files_sharing/l10n/es_PR.js
6626
%%WWWDIR%%/apps/files_sharing/l10n/es_PR.json
6627
%%WWWDIR%%/apps/files_sharing/l10n/es_PY.js
6628
%%WWWDIR%%/apps/files_sharing/l10n/es_PY.json
6629
%%WWWDIR%%/apps/files_sharing/l10n/es_SV.js
6630
%%WWWDIR%%/apps/files_sharing/l10n/es_SV.json
6631
%%WWWDIR%%/apps/files_sharing/l10n/es_UY.js
6632
%%WWWDIR%%/apps/files_sharing/l10n/es_UY.json
6205
%%WWWDIR%%/apps/files_sharing/l10n/et_EE.js
6633
%%WWWDIR%%/apps/files_sharing/l10n/et_EE.js
6206
%%WWWDIR%%/apps/files_sharing/l10n/et_EE.json
6634
%%WWWDIR%%/apps/files_sharing/l10n/et_EE.json
6207
%%WWWDIR%%/apps/files_sharing/l10n/eu.js
6635
%%WWWDIR%%/apps/files_sharing/l10n/eu.js
Lines 6347-6352 Link Here
6347
%%WWWDIR%%/apps/files_sharing/lib/AppInfo/Application.php
6775
%%WWWDIR%%/apps/files_sharing/lib/AppInfo/Application.php
6348
%%WWWDIR%%/apps/files_sharing/lib/Cache.php
6776
%%WWWDIR%%/apps/files_sharing/lib/Cache.php
6349
%%WWWDIR%%/apps/files_sharing/lib/Capabilities.php
6777
%%WWWDIR%%/apps/files_sharing/lib/Capabilities.php
6778
%%WWWDIR%%/apps/files_sharing/lib/Collaboration/ShareRecipientSorter.php
6350
%%WWWDIR%%/apps/files_sharing/lib/Command/CleanupRemoteStorages.php
6779
%%WWWDIR%%/apps/files_sharing/lib/Command/CleanupRemoteStorages.php
6351
%%WWWDIR%%/apps/files_sharing/lib/Controller/ExternalSharesController.php
6780
%%WWWDIR%%/apps/files_sharing/lib/Controller/ExternalSharesController.php
6352
%%WWWDIR%%/apps/files_sharing/lib/Controller/PublicPreviewController.php
6781
%%WWWDIR%%/apps/files_sharing/lib/Controller/PublicPreviewController.php
Lines 6353-6358 Link Here
6353
%%WWWDIR%%/apps/files_sharing/lib/Controller/RemoteController.php
6782
%%WWWDIR%%/apps/files_sharing/lib/Controller/RemoteController.php
6354
%%WWWDIR%%/apps/files_sharing/lib/Controller/ShareAPIController.php
6783
%%WWWDIR%%/apps/files_sharing/lib/Controller/ShareAPIController.php
6355
%%WWWDIR%%/apps/files_sharing/lib/Controller/ShareController.php
6784
%%WWWDIR%%/apps/files_sharing/lib/Controller/ShareController.php
6785
%%WWWDIR%%/apps/files_sharing/lib/Controller/ShareInfoController.php
6356
%%WWWDIR%%/apps/files_sharing/lib/Controller/ShareesAPIController.php
6786
%%WWWDIR%%/apps/files_sharing/lib/Controller/ShareesAPIController.php
6357
%%WWWDIR%%/apps/files_sharing/lib/DeleteOrphanedSharesJob.php
6787
%%WWWDIR%%/apps/files_sharing/lib/DeleteOrphanedSharesJob.php
6358
%%WWWDIR%%/apps/files_sharing/lib/Exceptions/BrokenPath.php
6788
%%WWWDIR%%/apps/files_sharing/lib/Exceptions/BrokenPath.php
Lines 6369-6374 Link Here
6369
%%WWWDIR%%/apps/files_sharing/lib/Hooks.php
6799
%%WWWDIR%%/apps/files_sharing/lib/Hooks.php
6370
%%WWWDIR%%/apps/files_sharing/lib/ISharedStorage.php
6800
%%WWWDIR%%/apps/files_sharing/lib/ISharedStorage.php
6371
%%WWWDIR%%/apps/files_sharing/lib/Middleware/OCSShareAPIMiddleware.php
6801
%%WWWDIR%%/apps/files_sharing/lib/Middleware/OCSShareAPIMiddleware.php
6802
%%WWWDIR%%/apps/files_sharing/lib/Middleware/ShareInfoMiddleware.php
6372
%%WWWDIR%%/apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php
6803
%%WWWDIR%%/apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php
6373
%%WWWDIR%%/apps/files_sharing/lib/Migration/OwncloudGuestShareType.php
6804
%%WWWDIR%%/apps/files_sharing/lib/Migration/OwncloudGuestShareType.php
6374
%%WWWDIR%%/apps/files_sharing/lib/Migration/SetPasswordColumn.php
6805
%%WWWDIR%%/apps/files_sharing/lib/Migration/SetPasswordColumn.php
Lines 6388-6398 Link Here
6388
%%WWWDIR%%/apps/files_texteditor/.github/contributing.md
6819
%%WWWDIR%%/apps/files_texteditor/.github/contributing.md
6389
%%WWWDIR%%/apps/files_texteditor/.github/issue_template.md
6820
%%WWWDIR%%/apps/files_texteditor/.github/issue_template.md
6390
%%WWWDIR%%/apps/files_texteditor/appinfo/app.php
6821
%%WWWDIR%%/apps/files_texteditor/appinfo/app.php
6391
%%WWWDIR%%/apps/files_texteditor/appinfo/application.php
6392
%%WWWDIR%%/apps/files_texteditor/appinfo/info.xml
6822
%%WWWDIR%%/apps/files_texteditor/appinfo/info.xml
6393
%%WWWDIR%%/apps/files_texteditor/appinfo/routes.php
6823
%%WWWDIR%%/apps/files_texteditor/appinfo/routes.php
6394
%%WWWDIR%%/apps/files_texteditor/appinfo/signature.json
6824
%%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
6825
%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.eot
6397
%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.svg
6826
%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.svg
6398
%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.ttf
6827
%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.ttf
Lines 6401-6406 Link Here
6401
%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/stylesheet.scss
6830
%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/stylesheet.scss
6402
%%WWWDIR%%/apps/files_texteditor/css/merged.scss
6831
%%WWWDIR%%/apps/files_texteditor/css/merged.scss
6403
%%WWWDIR%%/apps/files_texteditor/css/mobile.scss
6832
%%WWWDIR%%/apps/files_texteditor/css/mobile.scss
6833
%%WWWDIR%%/apps/files_texteditor/css/public-share.css
6404
%%WWWDIR%%/apps/files_texteditor/css/style.scss
6834
%%WWWDIR%%/apps/files_texteditor/css/style.scss
6405
%%WWWDIR%%/apps/files_texteditor/img/app.png
6835
%%WWWDIR%%/apps/files_texteditor/img/app.png
6406
%%WWWDIR%%/apps/files_texteditor/img/app.svg
6836
%%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
6855
%%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
6856
%%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
6857
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-batchfile.js
6858
%%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
6859
%%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
6860
%%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
6861
%%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
6887
%%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
6888
%%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
6889
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-golang.js
6890
%%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
6891
%%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
6892
%%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
6893
%%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
6894
%%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
6895
%%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
6896
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-haxe.js
6897
%%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
6898
%%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
6899
%%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
6900
%%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
6941
%%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
6942
%%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
6943
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-php.js
6944
%%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
6945
%%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
6946
%%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
6947
%%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
6967
%%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
6968
%%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
6969
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-space.js
6970
%%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
6971
%%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
6972
%%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
6973
%%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
6980
%%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
6981
%%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
6982
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/mode-tsx.js
6983
%%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
6984
%%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
6985
%%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
6986
%%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
7002
%%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
7003
%%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
7004
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/batchfile.js
7005
%%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
7006
%%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
7007
%%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
7008
%%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
7034
%%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
7035
%%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
7036
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/golang.js
7037
%%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
7038
%%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
7039
%%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
7040
%%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
7041
%%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
7042
%%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
7043
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/haxe.js
7044
%%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
7045
%%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
7046
%%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
7047
%%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
7087
%%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
7088
%%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
7089
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/php.js
7090
%%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
7091
%%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
7092
%%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
7093
%%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
7113
%%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
7114
%%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
7115
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/space.js
7116
%%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
7117
%%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
7118
%%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
7119
%%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
7126
%%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
7127
%%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
7128
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/snippets/tsx.js
7129
%%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
7130
%%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
7131
%%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
7132
%%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
7150
%%WWWDIR%%/apps/files_texteditor/js/core/vendor/ace-builds/src-noconflict/worker-xquery.js
6709
%%WWWDIR%%/apps/files_texteditor/js/editor.js
7151
%%WWWDIR%%/apps/files_texteditor/js/editor.js
6710
%%WWWDIR%%/apps/files_texteditor/js/merged.json
7152
%%WWWDIR%%/apps/files_texteditor/js/merged.json
7153
%%WWWDIR%%/apps/files_texteditor/js/public-share.js
6711
%%WWWDIR%%/apps/files_texteditor/js/sidebarpreview.js
7154
%%WWWDIR%%/apps/files_texteditor/js/sidebarpreview.js
6712
%%WWWDIR%%/apps/files_texteditor/l10n/.gitkeep
7155
%%WWWDIR%%/apps/files_texteditor/l10n/.gitkeep
6713
%%WWWDIR%%/apps/files_texteditor/l10n/.tx/config
7156
%%WWWDIR%%/apps/files_texteditor/l10n/.tx/config
Lines 6718-6725 Link Here
6718
%%WWWDIR%%/apps/files_texteditor/l10n/az.json
7161
%%WWWDIR%%/apps/files_texteditor/l10n/az.json
6719
%%WWWDIR%%/apps/files_texteditor/l10n/bg.js
7162
%%WWWDIR%%/apps/files_texteditor/l10n/bg.js
6720
%%WWWDIR%%/apps/files_texteditor/l10n/bg.json
7163
%%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
7164
%%WWWDIR%%/apps/files_texteditor/l10n/bn_BD.php
6724
%%WWWDIR%%/apps/files_texteditor/l10n/bs.php
7165
%%WWWDIR%%/apps/files_texteditor/l10n/bs.php
6725
%%WWWDIR%%/apps/files_texteditor/l10n/ca.js
7166
%%WWWDIR%%/apps/files_texteditor/l10n/ca.js
Lines 6726-6733 Link Here
6726
%%WWWDIR%%/apps/files_texteditor/l10n/ca.json
7167
%%WWWDIR%%/apps/files_texteditor/l10n/ca.json
6727
%%WWWDIR%%/apps/files_texteditor/l10n/cs.js
7168
%%WWWDIR%%/apps/files_texteditor/l10n/cs.js
6728
%%WWWDIR%%/apps/files_texteditor/l10n/cs.json
7169
%%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
7170
%%WWWDIR%%/apps/files_texteditor/l10n/cy_GB.php
6732
%%WWWDIR%%/apps/files_texteditor/l10n/da.js
7171
%%WWWDIR%%/apps/files_texteditor/l10n/da.js
6733
%%WWWDIR%%/apps/files_texteditor/l10n/da.json
7172
%%WWWDIR%%/apps/files_texteditor/l10n/da.json
Lines 6746-6767 Link Here
6746
%%WWWDIR%%/apps/files_texteditor/l10n/es.json
7185
%%WWWDIR%%/apps/files_texteditor/l10n/es.json
6747
%%WWWDIR%%/apps/files_texteditor/l10n/es_AR.js
7186
%%WWWDIR%%/apps/files_texteditor/l10n/es_AR.js
6748
%%WWWDIR%%/apps/files_texteditor/l10n/es_AR.json
7187
%%WWWDIR%%/apps/files_texteditor/l10n/es_AR.json
7188
%%WWWDIR%%/apps/files_texteditor/l10n/es_CL.js
7189
%%WWWDIR%%/apps/files_texteditor/l10n/es_CL.json
7190
%%WWWDIR%%/apps/files_texteditor/l10n/es_CO.js
7191
%%WWWDIR%%/apps/files_texteditor/l10n/es_CO.json
7192
%%WWWDIR%%/apps/files_texteditor/l10n/es_CR.js
7193
%%WWWDIR%%/apps/files_texteditor/l10n/es_CR.json
7194
%%WWWDIR%%/apps/files_texteditor/l10n/es_DO.js
7195
%%WWWDIR%%/apps/files_texteditor/l10n/es_DO.json
7196
%%WWWDIR%%/apps/files_texteditor/l10n/es_EC.js
7197
%%WWWDIR%%/apps/files_texteditor/l10n/es_EC.json
7198
%%WWWDIR%%/apps/files_texteditor/l10n/es_GT.js
7199
%%WWWDIR%%/apps/files_texteditor/l10n/es_GT.json
7200
%%WWWDIR%%/apps/files_texteditor/l10n/es_HN.js
7201
%%WWWDIR%%/apps/files_texteditor/l10n/es_HN.json
6749
%%WWWDIR%%/apps/files_texteditor/l10n/es_MX.js
7202
%%WWWDIR%%/apps/files_texteditor/l10n/es_MX.js
6750
%%WWWDIR%%/apps/files_texteditor/l10n/es_MX.json
7203
%%WWWDIR%%/apps/files_texteditor/l10n/es_MX.json
7204
%%WWWDIR%%/apps/files_texteditor/l10n/es_NI.js
7205
%%WWWDIR%%/apps/files_texteditor/l10n/es_NI.json
7206
%%WWWDIR%%/apps/files_texteditor/l10n/es_PA.js
7207
%%WWWDIR%%/apps/files_texteditor/l10n/es_PA.json
7208
%%WWWDIR%%/apps/files_texteditor/l10n/es_PE.js
7209
%%WWWDIR%%/apps/files_texteditor/l10n/es_PE.json
7210
%%WWWDIR%%/apps/files_texteditor/l10n/es_PR.js
7211
%%WWWDIR%%/apps/files_texteditor/l10n/es_PR.json
7212
%%WWWDIR%%/apps/files_texteditor/l10n/es_PY.js
7213
%%WWWDIR%%/apps/files_texteditor/l10n/es_PY.json
7214
%%WWWDIR%%/apps/files_texteditor/l10n/es_SV.js
7215
%%WWWDIR%%/apps/files_texteditor/l10n/es_SV.json
7216
%%WWWDIR%%/apps/files_texteditor/l10n/es_UY.js
7217
%%WWWDIR%%/apps/files_texteditor/l10n/es_UY.json
6751
%%WWWDIR%%/apps/files_texteditor/l10n/et_EE.js
7218
%%WWWDIR%%/apps/files_texteditor/l10n/et_EE.js
6752
%%WWWDIR%%/apps/files_texteditor/l10n/et_EE.json
7219
%%WWWDIR%%/apps/files_texteditor/l10n/et_EE.json
6753
%%WWWDIR%%/apps/files_texteditor/l10n/eu.php
7220
%%WWWDIR%%/apps/files_texteditor/l10n/eu.js
7221
%%WWWDIR%%/apps/files_texteditor/l10n/eu.json
6754
%%WWWDIR%%/apps/files_texteditor/l10n/eu_ES.php
7222
%%WWWDIR%%/apps/files_texteditor/l10n/eu_ES.php
6755
%%WWWDIR%%/apps/files_texteditor/l10n/fa.js
7223
%%WWWDIR%%/apps/files_texteditor/l10n/fa.js
6756
%%WWWDIR%%/apps/files_texteditor/l10n/fa.json
7224
%%WWWDIR%%/apps/files_texteditor/l10n/fa.json
6757
%%WWWDIR%%/apps/files_texteditor/l10n/fi.js
7225
%%WWWDIR%%/apps/files_texteditor/l10n/fi.js
6758
%%WWWDIR%%/apps/files_texteditor/l10n/fi.json
7226
%%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
7227
%%WWWDIR%%/apps/files_texteditor/l10n/fr.js
6762
%%WWWDIR%%/apps/files_texteditor/l10n/fr.json
7228
%%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
7229
%%WWWDIR%%/apps/files_texteditor/l10n/he.js
6766
%%WWWDIR%%/apps/files_texteditor/l10n/he.json
7230
%%WWWDIR%%/apps/files_texteditor/l10n/he.json
6767
%%WWWDIR%%/apps/files_texteditor/l10n/hi.php
7231
%%WWWDIR%%/apps/files_texteditor/l10n/hi.php
Lines 6768-6775 Link Here
6768
%%WWWDIR%%/apps/files_texteditor/l10n/hr.php
7232
%%WWWDIR%%/apps/files_texteditor/l10n/hr.php
6769
%%WWWDIR%%/apps/files_texteditor/l10n/hu.js
7233
%%WWWDIR%%/apps/files_texteditor/l10n/hu.js
6770
%%WWWDIR%%/apps/files_texteditor/l10n/hu.json
7234
%%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
7235
%%WWWDIR%%/apps/files_texteditor/l10n/hy.js
6774
%%WWWDIR%%/apps/files_texteditor/l10n/hy.json
7236
%%WWWDIR%%/apps/files_texteditor/l10n/hy.json
6775
%%WWWDIR%%/apps/files_texteditor/l10n/ia.php
7237
%%WWWDIR%%/apps/files_texteditor/l10n/ia.php
Lines 6781-6787 Link Here
6781
%%WWWDIR%%/apps/files_texteditor/l10n/it.json
7243
%%WWWDIR%%/apps/files_texteditor/l10n/it.json
6782
%%WWWDIR%%/apps/files_texteditor/l10n/ja.js
7244
%%WWWDIR%%/apps/files_texteditor/l10n/ja.js
6783
%%WWWDIR%%/apps/files_texteditor/l10n/ja.json
7245
%%WWWDIR%%/apps/files_texteditor/l10n/ja.json
6784
%%WWWDIR%%/apps/files_texteditor/l10n/ka_GE.php
7246
%%WWWDIR%%/apps/files_texteditor/l10n/ka_GE.js
7247
%%WWWDIR%%/apps/files_texteditor/l10n/ka_GE.json
6785
%%WWWDIR%%/apps/files_texteditor/l10n/km.php
7248
%%WWWDIR%%/apps/files_texteditor/l10n/km.php
6786
%%WWWDIR%%/apps/files_texteditor/l10n/ko.js
7249
%%WWWDIR%%/apps/files_texteditor/l10n/ko.js
6787
%%WWWDIR%%/apps/files_texteditor/l10n/ko.json
7250
%%WWWDIR%%/apps/files_texteditor/l10n/ko.json
Lines 6794-6801 Link Here
6794
%%WWWDIR%%/apps/files_texteditor/l10n/ms_MY.php
7257
%%WWWDIR%%/apps/files_texteditor/l10n/ms_MY.php
6795
%%WWWDIR%%/apps/files_texteditor/l10n/nb.js
7258
%%WWWDIR%%/apps/files_texteditor/l10n/nb.js
6796
%%WWWDIR%%/apps/files_texteditor/l10n/nb.json
7259
%%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
7260
%%WWWDIR%%/apps/files_texteditor/l10n/nl.js
6800
%%WWWDIR%%/apps/files_texteditor/l10n/nl.json
7261
%%WWWDIR%%/apps/files_texteditor/l10n/nl.json
6801
%%WWWDIR%%/apps/files_texteditor/l10n/nn_NO.js
7262
%%WWWDIR%%/apps/files_texteditor/l10n/nn_NO.js
Lines 6816-6823 Link Here
6816
%%WWWDIR%%/apps/files_texteditor/l10n/si_LK.php
7277
%%WWWDIR%%/apps/files_texteditor/l10n/si_LK.php
6817
%%WWWDIR%%/apps/files_texteditor/l10n/sk.js
7278
%%WWWDIR%%/apps/files_texteditor/l10n/sk.js
6818
%%WWWDIR%%/apps/files_texteditor/l10n/sk.json
7279
%%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
7280
%%WWWDIR%%/apps/files_texteditor/l10n/sl.js
6822
%%WWWDIR%%/apps/files_texteditor/l10n/sl.json
7281
%%WWWDIR%%/apps/files_texteditor/l10n/sl.json
6823
%%WWWDIR%%/apps/files_texteditor/l10n/sq.js
7282
%%WWWDIR%%/apps/files_texteditor/l10n/sq.js
Lines 6824-6831 Link Here
6824
%%WWWDIR%%/apps/files_texteditor/l10n/sq.json
7283
%%WWWDIR%%/apps/files_texteditor/l10n/sq.json
6825
%%WWWDIR%%/apps/files_texteditor/l10n/sr.js
7284
%%WWWDIR%%/apps/files_texteditor/l10n/sr.js
6826
%%WWWDIR%%/apps/files_texteditor/l10n/sr.json
7285
%%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
7286
%%WWWDIR%%/apps/files_texteditor/l10n/sv.js
6830
%%WWWDIR%%/apps/files_texteditor/l10n/sv.json
7287
%%WWWDIR%%/apps/files_texteditor/l10n/sv.json
6831
%%WWWDIR%%/apps/files_texteditor/l10n/ta_LK.php
7288
%%WWWDIR%%/apps/files_texteditor/l10n/ta_LK.php
Lines 6832-6846 Link Here
6832
%%WWWDIR%%/apps/files_texteditor/l10n/te.php
7289
%%WWWDIR%%/apps/files_texteditor/l10n/te.php
6833
%%WWWDIR%%/apps/files_texteditor/l10n/th.js
7290
%%WWWDIR%%/apps/files_texteditor/l10n/th.js
6834
%%WWWDIR%%/apps/files_texteditor/l10n/th.json
7291
%%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
7292
%%WWWDIR%%/apps/files_texteditor/l10n/tr.js
6838
%%WWWDIR%%/apps/files_texteditor/l10n/tr.json
7293
%%WWWDIR%%/apps/files_texteditor/l10n/tr.json
6839
%%WWWDIR%%/apps/files_texteditor/l10n/ug.php
7294
%%WWWDIR%%/apps/files_texteditor/l10n/ug.php
6840
%%WWWDIR%%/apps/files_texteditor/l10n/uk.js
7295
%%WWWDIR%%/apps/files_texteditor/l10n/uk.js
6841
%%WWWDIR%%/apps/files_texteditor/l10n/uk.json
7296
%%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
7297
%%WWWDIR%%/apps/files_texteditor/l10n/vi.php
6845
%%WWWDIR%%/apps/files_texteditor/l10n/zh_CN.js
7298
%%WWWDIR%%/apps/files_texteditor/l10n/zh_CN.js
6846
%%WWWDIR%%/apps/files_texteditor/l10n/zh_CN.json
7299
%%WWWDIR%%/apps/files_texteditor/l10n/zh_CN.json
Lines 6847-6852 Link Here
6847
%%WWWDIR%%/apps/files_texteditor/l10n/zh_HK.php
7300
%%WWWDIR%%/apps/files_texteditor/l10n/zh_HK.php
6848
%%WWWDIR%%/apps/files_texteditor/l10n/zh_TW.js
7301
%%WWWDIR%%/apps/files_texteditor/l10n/zh_TW.js
6849
%%WWWDIR%%/apps/files_texteditor/l10n/zh_TW.json
7302
%%WWWDIR%%/apps/files_texteditor/l10n/zh_TW.json
7303
%%WWWDIR%%/apps/files_texteditor/lib/Controller/FileHandlingController.php
6850
%%WWWDIR%%/apps/files_trashbin/ajax/delete.php
7304
%%WWWDIR%%/apps/files_trashbin/ajax/delete.php
6851
%%WWWDIR%%/apps/files_trashbin/ajax/isEmpty.php
7305
%%WWWDIR%%/apps/files_trashbin/ajax/isEmpty.php
6852
%%WWWDIR%%/apps/files_trashbin/ajax/list.php
7306
%%WWWDIR%%/apps/files_trashbin/ajax/list.php
Lines 6856-6862 Link Here
6856
%%WWWDIR%%/apps/files_trashbin/appinfo/info.xml
7310
%%WWWDIR%%/apps/files_trashbin/appinfo/info.xml
6857
%%WWWDIR%%/apps/files_trashbin/appinfo/routes.php
7311
%%WWWDIR%%/apps/files_trashbin/appinfo/routes.php
6858
%%WWWDIR%%/apps/files_trashbin/appinfo/signature.json
7312
%%WWWDIR%%/apps/files_trashbin/appinfo/signature.json
6859
%%WWWDIR%%/apps/files_trashbin/css/trash.css
7313
%%WWWDIR%%/apps/files_trashbin/composer/autoload.php
7314
%%WWWDIR%%/apps/files_trashbin/composer/composer.json
7315
%%WWWDIR%%/apps/files_trashbin/composer/composer/ClassLoader.php
7316
%%WWWDIR%%/apps/files_trashbin/composer/composer/LICENSE
7317
%%WWWDIR%%/apps/files_trashbin/composer/composer/autoload_classmap.php
7318
%%WWWDIR%%/apps/files_trashbin/composer/composer/autoload_namespaces.php
7319
%%WWWDIR%%/apps/files_trashbin/composer/composer/autoload_psr4.php
7320
%%WWWDIR%%/apps/files_trashbin/composer/composer/autoload_real.php
7321
%%WWWDIR%%/apps/files_trashbin/composer/composer/autoload_static.php
7322
%%WWWDIR%%/apps/files_trashbin/css/trash.scss
6860
%%WWWDIR%%/apps/files_trashbin/img/app.svg
7323
%%WWWDIR%%/apps/files_trashbin/img/app.svg
6861
%%WWWDIR%%/apps/files_trashbin/js/app.js
7324
%%WWWDIR%%/apps/files_trashbin/js/app.js
6862
%%WWWDIR%%/apps/files_trashbin/js/filelist.js
7325
%%WWWDIR%%/apps/files_trashbin/js/filelist.js
Lines 6911-6918 Link Here
6911
%%WWWDIR%%/apps/files_trashbin/l10n/es_AR.json
7374
%%WWWDIR%%/apps/files_trashbin/l10n/es_AR.json
6912
%%WWWDIR%%/apps/files_trashbin/l10n/es_CL.js
7375
%%WWWDIR%%/apps/files_trashbin/l10n/es_CL.js
6913
%%WWWDIR%%/apps/files_trashbin/l10n/es_CL.json
7376
%%WWWDIR%%/apps/files_trashbin/l10n/es_CL.json
7377
%%WWWDIR%%/apps/files_trashbin/l10n/es_CO.js
7378
%%WWWDIR%%/apps/files_trashbin/l10n/es_CO.json
7379
%%WWWDIR%%/apps/files_trashbin/l10n/es_CR.js
7380
%%WWWDIR%%/apps/files_trashbin/l10n/es_CR.json
7381
%%WWWDIR%%/apps/files_trashbin/l10n/es_DO.js
7382
%%WWWDIR%%/apps/files_trashbin/l10n/es_DO.json
7383
%%WWWDIR%%/apps/files_trashbin/l10n/es_EC.js
7384
%%WWWDIR%%/apps/files_trashbin/l10n/es_EC.json
7385
%%WWWDIR%%/apps/files_trashbin/l10n/es_GT.js
7386
%%WWWDIR%%/apps/files_trashbin/l10n/es_GT.json
7387
%%WWWDIR%%/apps/files_trashbin/l10n/es_HN.js
7388
%%WWWDIR%%/apps/files_trashbin/l10n/es_HN.json
6914
%%WWWDIR%%/apps/files_trashbin/l10n/es_MX.js
7389
%%WWWDIR%%/apps/files_trashbin/l10n/es_MX.js
6915
%%WWWDIR%%/apps/files_trashbin/l10n/es_MX.json
7390
%%WWWDIR%%/apps/files_trashbin/l10n/es_MX.json
7391
%%WWWDIR%%/apps/files_trashbin/l10n/es_NI.js
7392
%%WWWDIR%%/apps/files_trashbin/l10n/es_NI.json
7393
%%WWWDIR%%/apps/files_trashbin/l10n/es_PA.js
7394
%%WWWDIR%%/apps/files_trashbin/l10n/es_PA.json
7395
%%WWWDIR%%/apps/files_trashbin/l10n/es_PE.js
7396
%%WWWDIR%%/apps/files_trashbin/l10n/es_PE.json
7397
%%WWWDIR%%/apps/files_trashbin/l10n/es_PR.js
7398
%%WWWDIR%%/apps/files_trashbin/l10n/es_PR.json
7399
%%WWWDIR%%/apps/files_trashbin/l10n/es_PY.js
7400
%%WWWDIR%%/apps/files_trashbin/l10n/es_PY.json
7401
%%WWWDIR%%/apps/files_trashbin/l10n/es_SV.js
7402
%%WWWDIR%%/apps/files_trashbin/l10n/es_SV.json
7403
%%WWWDIR%%/apps/files_trashbin/l10n/es_UY.js
7404
%%WWWDIR%%/apps/files_trashbin/l10n/es_UY.json
6916
%%WWWDIR%%/apps/files_trashbin/l10n/et_EE.js
7405
%%WWWDIR%%/apps/files_trashbin/l10n/et_EE.js
6917
%%WWWDIR%%/apps/files_trashbin/l10n/et_EE.json
7406
%%WWWDIR%%/apps/files_trashbin/l10n/et_EE.json
6918
%%WWWDIR%%/apps/files_trashbin/l10n/eu.js
7407
%%WWWDIR%%/apps/files_trashbin/l10n/eu.js
Lines 7042-7047 Link Here
7042
%%WWWDIR%%/apps/files_trashbin/lib/Command/Expire.php
7531
%%WWWDIR%%/apps/files_trashbin/lib/Command/Expire.php
7043
%%WWWDIR%%/apps/files_trashbin/lib/Command/ExpireTrash.php
7532
%%WWWDIR%%/apps/files_trashbin/lib/Command/ExpireTrash.php
7044
%%WWWDIR%%/apps/files_trashbin/lib/Controller/PreviewController.php
7533
%%WWWDIR%%/apps/files_trashbin/lib/Controller/PreviewController.php
7534
%%WWWDIR%%/apps/files_trashbin/lib/Events/MoveToTrashEvent.php
7045
%%WWWDIR%%/apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php
7535
%%WWWDIR%%/apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php
7046
%%WWWDIR%%/apps/files_trashbin/lib/Expiration.php
7536
%%WWWDIR%%/apps/files_trashbin/lib/Expiration.php
7047
%%WWWDIR%%/apps/files_trashbin/lib/Helper.php
7537
%%WWWDIR%%/apps/files_trashbin/lib/Helper.php
Lines 7056-7061 Link Here
7056
%%WWWDIR%%/apps/files_versions/appinfo/info.xml
7546
%%WWWDIR%%/apps/files_versions/appinfo/info.xml
7057
%%WWWDIR%%/apps/files_versions/appinfo/routes.php
7547
%%WWWDIR%%/apps/files_versions/appinfo/routes.php
7058
%%WWWDIR%%/apps/files_versions/appinfo/signature.json
7548
%%WWWDIR%%/apps/files_versions/appinfo/signature.json
7549
%%WWWDIR%%/apps/files_versions/composer/autoload.php
7550
%%WWWDIR%%/apps/files_versions/composer/composer.json
7551
%%WWWDIR%%/apps/files_versions/composer/composer/ClassLoader.php
7552
%%WWWDIR%%/apps/files_versions/composer/composer/LICENSE
7553
%%WWWDIR%%/apps/files_versions/composer/composer/autoload_classmap.php
7554
%%WWWDIR%%/apps/files_versions/composer/composer/autoload_namespaces.php
7555
%%WWWDIR%%/apps/files_versions/composer/composer/autoload_psr4.php
7556
%%WWWDIR%%/apps/files_versions/composer/composer/autoload_real.php
7557
%%WWWDIR%%/apps/files_versions/composer/composer/autoload_static.php
7059
%%WWWDIR%%/apps/files_versions/css/versions.css
7558
%%WWWDIR%%/apps/files_versions/css/versions.css
7060
%%WWWDIR%%/apps/files_versions/download.php
7559
%%WWWDIR%%/apps/files_versions/download.php
7061
%%WWWDIR%%/apps/files_versions/img/app.svg
7560
%%WWWDIR%%/apps/files_versions/img/app.svg
Lines 7107-7114 Link Here
7107
%%WWWDIR%%/apps/files_versions/l10n/es.json
7606
%%WWWDIR%%/apps/files_versions/l10n/es.json
7108
%%WWWDIR%%/apps/files_versions/l10n/es_AR.js
7607
%%WWWDIR%%/apps/files_versions/l10n/es_AR.js
7109
%%WWWDIR%%/apps/files_versions/l10n/es_AR.json
7608
%%WWWDIR%%/apps/files_versions/l10n/es_AR.json
7609
%%WWWDIR%%/apps/files_versions/l10n/es_CL.js
7610
%%WWWDIR%%/apps/files_versions/l10n/es_CL.json
7611
%%WWWDIR%%/apps/files_versions/l10n/es_CO.js
7612
%%WWWDIR%%/apps/files_versions/l10n/es_CO.json
7613
%%WWWDIR%%/apps/files_versions/l10n/es_CR.js
7614
%%WWWDIR%%/apps/files_versions/l10n/es_CR.json
7615
%%WWWDIR%%/apps/files_versions/l10n/es_DO.js
7616
%%WWWDIR%%/apps/files_versions/l10n/es_DO.json
7617
%%WWWDIR%%/apps/files_versions/l10n/es_EC.js
7618
%%WWWDIR%%/apps/files_versions/l10n/es_EC.json
7619
%%WWWDIR%%/apps/files_versions/l10n/es_GT.js
7620
%%WWWDIR%%/apps/files_versions/l10n/es_GT.json
7621
%%WWWDIR%%/apps/files_versions/l10n/es_HN.js
7622
%%WWWDIR%%/apps/files_versions/l10n/es_HN.json
7110
%%WWWDIR%%/apps/files_versions/l10n/es_MX.js
7623
%%WWWDIR%%/apps/files_versions/l10n/es_MX.js
7111
%%WWWDIR%%/apps/files_versions/l10n/es_MX.json
7624
%%WWWDIR%%/apps/files_versions/l10n/es_MX.json
7625
%%WWWDIR%%/apps/files_versions/l10n/es_NI.js
7626
%%WWWDIR%%/apps/files_versions/l10n/es_NI.json
7627
%%WWWDIR%%/apps/files_versions/l10n/es_PA.js
7628
%%WWWDIR%%/apps/files_versions/l10n/es_PA.json
7629
%%WWWDIR%%/apps/files_versions/l10n/es_PE.js
7630
%%WWWDIR%%/apps/files_versions/l10n/es_PE.json
7631
%%WWWDIR%%/apps/files_versions/l10n/es_PR.js
7632
%%WWWDIR%%/apps/files_versions/l10n/es_PR.json
7633
%%WWWDIR%%/apps/files_versions/l10n/es_PY.js
7634
%%WWWDIR%%/apps/files_versions/l10n/es_PY.json
7635
%%WWWDIR%%/apps/files_versions/l10n/es_SV.js
7636
%%WWWDIR%%/apps/files_versions/l10n/es_SV.json
7637
%%WWWDIR%%/apps/files_versions/l10n/es_UY.js
7638
%%WWWDIR%%/apps/files_versions/l10n/es_UY.json
7112
%%WWWDIR%%/apps/files_versions/l10n/et_EE.js
7639
%%WWWDIR%%/apps/files_versions/l10n/et_EE.js
7113
%%WWWDIR%%/apps/files_versions/l10n/et_EE.json
7640
%%WWWDIR%%/apps/files_versions/l10n/et_EE.json
7114
%%WWWDIR%%/apps/files_versions/l10n/eu.js
7641
%%WWWDIR%%/apps/files_versions/l10n/eu.js
Lines 7228-7233 Link Here
7228
%%WWWDIR%%/apps/files_versions/lib/Command/Expire.php
7755
%%WWWDIR%%/apps/files_versions/lib/Command/Expire.php
7229
%%WWWDIR%%/apps/files_versions/lib/Command/ExpireVersions.php
7756
%%WWWDIR%%/apps/files_versions/lib/Command/ExpireVersions.php
7230
%%WWWDIR%%/apps/files_versions/lib/Controller/PreviewController.php
7757
%%WWWDIR%%/apps/files_versions/lib/Controller/PreviewController.php
7758
%%WWWDIR%%/apps/files_versions/lib/Events/CreateVersionEvent.php
7231
%%WWWDIR%%/apps/files_versions/lib/Expiration.php
7759
%%WWWDIR%%/apps/files_versions/lib/Expiration.php
7232
%%WWWDIR%%/apps/files_versions/lib/Hooks.php
7760
%%WWWDIR%%/apps/files_versions/lib/Hooks.php
7233
%%WWWDIR%%/apps/files_versions/lib/Storage.php
7761
%%WWWDIR%%/apps/files_versions/lib/Storage.php
Lines 7291-7298 Link Here
7291
%%WWWDIR%%/apps/firstrunwizard/l10n/bn_BD.js
7819
%%WWWDIR%%/apps/firstrunwizard/l10n/bn_BD.js
7292
%%WWWDIR%%/apps/firstrunwizard/l10n/bn_BD.json
7820
%%WWWDIR%%/apps/firstrunwizard/l10n/bn_BD.json
7293
%%WWWDIR%%/apps/firstrunwizard/l10n/bn_IN.php
7821
%%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
7822
%%WWWDIR%%/apps/firstrunwizard/l10n/ca.js
7297
%%WWWDIR%%/apps/firstrunwizard/l10n/ca.json
7823
%%WWWDIR%%/apps/firstrunwizard/l10n/ca.json
7298
%%WWWDIR%%/apps/firstrunwizard/l10n/cs.js
7824
%%WWWDIR%%/apps/firstrunwizard/l10n/cs.js
Lines 7315-7322 Link Here
7315
%%WWWDIR%%/apps/firstrunwizard/l10n/es.json
7841
%%WWWDIR%%/apps/firstrunwizard/l10n/es.json
7316
%%WWWDIR%%/apps/firstrunwizard/l10n/es_AR.js
7842
%%WWWDIR%%/apps/firstrunwizard/l10n/es_AR.js
7317
%%WWWDIR%%/apps/firstrunwizard/l10n/es_AR.json
7843
%%WWWDIR%%/apps/firstrunwizard/l10n/es_AR.json
7844
%%WWWDIR%%/apps/firstrunwizard/l10n/es_CL.js
7845
%%WWWDIR%%/apps/firstrunwizard/l10n/es_CL.json
7846
%%WWWDIR%%/apps/firstrunwizard/l10n/es_CO.js
7847
%%WWWDIR%%/apps/firstrunwizard/l10n/es_CO.json
7848
%%WWWDIR%%/apps/firstrunwizard/l10n/es_CR.js
7849
%%WWWDIR%%/apps/firstrunwizard/l10n/es_CR.json
7850
%%WWWDIR%%/apps/firstrunwizard/l10n/es_DO.js
7851
%%WWWDIR%%/apps/firstrunwizard/l10n/es_DO.json
7852
%%WWWDIR%%/apps/firstrunwizard/l10n/es_EC.js
7853
%%WWWDIR%%/apps/firstrunwizard/l10n/es_EC.json
7854
%%WWWDIR%%/apps/firstrunwizard/l10n/es_GT.js
7855
%%WWWDIR%%/apps/firstrunwizard/l10n/es_GT.json
7856
%%WWWDIR%%/apps/firstrunwizard/l10n/es_HN.js
7857
%%WWWDIR%%/apps/firstrunwizard/l10n/es_HN.json
7318
%%WWWDIR%%/apps/firstrunwizard/l10n/es_MX.js
7858
%%WWWDIR%%/apps/firstrunwizard/l10n/es_MX.js
7319
%%WWWDIR%%/apps/firstrunwizard/l10n/es_MX.json
7859
%%WWWDIR%%/apps/firstrunwizard/l10n/es_MX.json
7860
%%WWWDIR%%/apps/firstrunwizard/l10n/es_NI.js
7861
%%WWWDIR%%/apps/firstrunwizard/l10n/es_NI.json
7862
%%WWWDIR%%/apps/firstrunwizard/l10n/es_PA.js
7863
%%WWWDIR%%/apps/firstrunwizard/l10n/es_PA.json
7864
%%WWWDIR%%/apps/firstrunwizard/l10n/es_PE.js
7865
%%WWWDIR%%/apps/firstrunwizard/l10n/es_PE.json
7866
%%WWWDIR%%/apps/firstrunwizard/l10n/es_PR.js
7867
%%WWWDIR%%/apps/firstrunwizard/l10n/es_PR.json
7868
%%WWWDIR%%/apps/firstrunwizard/l10n/es_PY.js
7869
%%WWWDIR%%/apps/firstrunwizard/l10n/es_PY.json
7870
%%WWWDIR%%/apps/firstrunwizard/l10n/es_SV.js
7871
%%WWWDIR%%/apps/firstrunwizard/l10n/es_SV.json
7872
%%WWWDIR%%/apps/firstrunwizard/l10n/es_UY.js
7873
%%WWWDIR%%/apps/firstrunwizard/l10n/es_UY.json
7320
%%WWWDIR%%/apps/firstrunwizard/l10n/et_EE.js
7874
%%WWWDIR%%/apps/firstrunwizard/l10n/et_EE.js
7321
%%WWWDIR%%/apps/firstrunwizard/l10n/et_EE.json
7875
%%WWWDIR%%/apps/firstrunwizard/l10n/et_EE.json
7322
%%WWWDIR%%/apps/firstrunwizard/l10n/eu.js
7876
%%WWWDIR%%/apps/firstrunwizard/l10n/eu.js
Lines 7327-7334 Link Here
7327
%%WWWDIR%%/apps/firstrunwizard/l10n/fi.json
7881
%%WWWDIR%%/apps/firstrunwizard/l10n/fi.json
7328
%%WWWDIR%%/apps/firstrunwizard/l10n/fr.js
7882
%%WWWDIR%%/apps/firstrunwizard/l10n/fr.js
7329
%%WWWDIR%%/apps/firstrunwizard/l10n/fr.json
7883
%%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
7884
%%WWWDIR%%/apps/firstrunwizard/l10n/he.js
7333
%%WWWDIR%%/apps/firstrunwizard/l10n/he.json
7885
%%WWWDIR%%/apps/firstrunwizard/l10n/he.json
7334
%%WWWDIR%%/apps/firstrunwizard/l10n/hr.js
7886
%%WWWDIR%%/apps/firstrunwizard/l10n/hr.js
Lines 7351-7371 Link Here
7351
%%WWWDIR%%/apps/firstrunwizard/l10n/ko.js
7903
%%WWWDIR%%/apps/firstrunwizard/l10n/ko.js
7352
%%WWWDIR%%/apps/firstrunwizard/l10n/ko.json
7904
%%WWWDIR%%/apps/firstrunwizard/l10n/ko.json
7353
%%WWWDIR%%/apps/firstrunwizard/l10n/ku_IQ.php
7905
%%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
7906
%%WWWDIR%%/apps/firstrunwizard/l10n/lt_LT.js
7357
%%WWWDIR%%/apps/firstrunwizard/l10n/lt_LT.json
7907
%%WWWDIR%%/apps/firstrunwizard/l10n/lt_LT.json
7358
%%WWWDIR%%/apps/firstrunwizard/l10n/lv.js
7908
%%WWWDIR%%/apps/firstrunwizard/l10n/lv.js
7359
%%WWWDIR%%/apps/firstrunwizard/l10n/lv.json
7909
%%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
7910
%%WWWDIR%%/apps/firstrunwizard/l10n/ms_MY.php
7363
%%WWWDIR%%/apps/firstrunwizard/l10n/nb.js
7911
%%WWWDIR%%/apps/firstrunwizard/l10n/nb.js
7364
%%WWWDIR%%/apps/firstrunwizard/l10n/nb.json
7912
%%WWWDIR%%/apps/firstrunwizard/l10n/nb.json
7365
%%WWWDIR%%/apps/firstrunwizard/l10n/nl.js
7913
%%WWWDIR%%/apps/firstrunwizard/l10n/nl.js
7366
%%WWWDIR%%/apps/firstrunwizard/l10n/nl.json
7914
%%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
7915
%%WWWDIR%%/apps/firstrunwizard/l10n/oc.js
7370
%%WWWDIR%%/apps/firstrunwizard/l10n/oc.json
7916
%%WWWDIR%%/apps/firstrunwizard/l10n/oc.json
7371
%%WWWDIR%%/apps/firstrunwizard/l10n/pl.js
7917
%%WWWDIR%%/apps/firstrunwizard/l10n/pl.js
Lines 7398-7405 Link Here
7398
%%WWWDIR%%/apps/firstrunwizard/l10n/ug.php
7944
%%WWWDIR%%/apps/firstrunwizard/l10n/ug.php
7399
%%WWWDIR%%/apps/firstrunwizard/l10n/uk.js
7945
%%WWWDIR%%/apps/firstrunwizard/l10n/uk.js
7400
%%WWWDIR%%/apps/firstrunwizard/l10n/uk.json
7946
%%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
7947
%%WWWDIR%%/apps/firstrunwizard/l10n/zh_CN.js
7404
%%WWWDIR%%/apps/firstrunwizard/l10n/zh_CN.json
7948
%%WWWDIR%%/apps/firstrunwizard/l10n/zh_CN.json
7405
%%WWWDIR%%/apps/firstrunwizard/l10n/zh_HK.php
7949
%%WWWDIR%%/apps/firstrunwizard/l10n/zh_HK.php
Lines 7409-7414 Link Here
7409
%%WWWDIR%%/apps/firstrunwizard/lib/Controller/WizardController.php
7953
%%WWWDIR%%/apps/firstrunwizard/lib/Controller/WizardController.php
7410
%%WWWDIR%%/apps/firstrunwizard/lib/Notification/BackgroundJob.php
7954
%%WWWDIR%%/apps/firstrunwizard/lib/Notification/BackgroundJob.php
7411
%%WWWDIR%%/apps/firstrunwizard/lib/Notification/Notifier.php
7955
%%WWWDIR%%/apps/firstrunwizard/lib/Notification/Notifier.php
7956
%%WWWDIR%%/apps/firstrunwizard/lib/Settings/Personal.php
7957
%%WWWDIR%%/apps/firstrunwizard/templates/personal-settings.php
7412
%%WWWDIR%%/apps/firstrunwizard/templates/wizard.php
7958
%%WWWDIR%%/apps/firstrunwizard/templates/wizard.php
7413
%%WWWDIR%%/apps/gallery/.github/issue_template.md
7959
%%WWWDIR%%/apps/gallery/.github/issue_template.md
7414
%%WWWDIR%%/apps/gallery/.github/pull_request_template.md
7960
%%WWWDIR%%/apps/gallery/.github/pull_request_template.md
Lines 7444-7456 Link Here
7444
%%WWWDIR%%/apps/gallery/img/app.svg
7990
%%WWWDIR%%/apps/gallery/img/app.svg
7445
%%WWWDIR%%/apps/gallery/img/dateasc.svg
7991
%%WWWDIR%%/apps/gallery/img/dateasc.svg
7446
%%WWWDIR%%/apps/gallery/img/datedes.svg
7992
%%WWWDIR%%/apps/gallery/img/datedes.svg
7447
%%WWWDIR%%/apps/gallery/img/folder.svg
7448
%%WWWDIR%%/apps/gallery/img/gallery-dark.svg
7993
%%WWWDIR%%/apps/gallery/img/gallery-dark.svg
7449
%%WWWDIR%%/apps/gallery/img/nameasc.svg
7994
%%WWWDIR%%/apps/gallery/img/nameasc.svg
7450
%%WWWDIR%%/apps/gallery/img/namedes.svg
7995
%%WWWDIR%%/apps/gallery/img/namedes.svg
7451
%%WWWDIR%%/apps/gallery/img/share-white.svg
7452
%%WWWDIR%%/apps/gallery/img/toggle.svg
7453
%%WWWDIR%%/apps/gallery/img/view-delete.svg
7454
%%WWWDIR%%/apps/gallery/js/.bowerrc
7996
%%WWWDIR%%/apps/gallery/js/.bowerrc
7455
%%WWWDIR%%/apps/gallery/js/.jshintrc
7997
%%WWWDIR%%/apps/gallery/js/.jshintrc
7456
%%WWWDIR%%/apps/gallery/js/app.js
7998
%%WWWDIR%%/apps/gallery/js/app.js
Lines 7536-7544 Link Here
7536
%%WWWDIR%%/apps/gallery/l10n/es.json
8078
%%WWWDIR%%/apps/gallery/l10n/es.json
7537
%%WWWDIR%%/apps/gallery/l10n/es_AR.js
8079
%%WWWDIR%%/apps/gallery/l10n/es_AR.js
7538
%%WWWDIR%%/apps/gallery/l10n/es_AR.json
8080
%%WWWDIR%%/apps/gallery/l10n/es_AR.json
7539
%%WWWDIR%%/apps/gallery/l10n/es_CL.php
8081
%%WWWDIR%%/apps/gallery/l10n/es_CL.js
8082
%%WWWDIR%%/apps/gallery/l10n/es_CL.json
8083
%%WWWDIR%%/apps/gallery/l10n/es_CO.js
8084
%%WWWDIR%%/apps/gallery/l10n/es_CO.json
8085
%%WWWDIR%%/apps/gallery/l10n/es_CR.js
8086
%%WWWDIR%%/apps/gallery/l10n/es_CR.json
8087
%%WWWDIR%%/apps/gallery/l10n/es_DO.js
8088
%%WWWDIR%%/apps/gallery/l10n/es_DO.json
8089
%%WWWDIR%%/apps/gallery/l10n/es_EC.js
8090
%%WWWDIR%%/apps/gallery/l10n/es_EC.json
8091
%%WWWDIR%%/apps/gallery/l10n/es_GT.js
8092
%%WWWDIR%%/apps/gallery/l10n/es_GT.json
8093
%%WWWDIR%%/apps/gallery/l10n/es_HN.js
8094
%%WWWDIR%%/apps/gallery/l10n/es_HN.json
7540
%%WWWDIR%%/apps/gallery/l10n/es_MX.js
8095
%%WWWDIR%%/apps/gallery/l10n/es_MX.js
7541
%%WWWDIR%%/apps/gallery/l10n/es_MX.json
8096
%%WWWDIR%%/apps/gallery/l10n/es_MX.json
8097
%%WWWDIR%%/apps/gallery/l10n/es_NI.js
8098
%%WWWDIR%%/apps/gallery/l10n/es_NI.json
8099
%%WWWDIR%%/apps/gallery/l10n/es_PA.js
8100
%%WWWDIR%%/apps/gallery/l10n/es_PA.json
8101
%%WWWDIR%%/apps/gallery/l10n/es_PE.js
8102
%%WWWDIR%%/apps/gallery/l10n/es_PE.json
8103
%%WWWDIR%%/apps/gallery/l10n/es_PR.js
8104
%%WWWDIR%%/apps/gallery/l10n/es_PR.json
8105
%%WWWDIR%%/apps/gallery/l10n/es_PY.js
8106
%%WWWDIR%%/apps/gallery/l10n/es_PY.json
8107
%%WWWDIR%%/apps/gallery/l10n/es_SV.js
8108
%%WWWDIR%%/apps/gallery/l10n/es_SV.json
8109
%%WWWDIR%%/apps/gallery/l10n/es_UY.js
8110
%%WWWDIR%%/apps/gallery/l10n/es_UY.json
7542
%%WWWDIR%%/apps/gallery/l10n/et_EE.js
8111
%%WWWDIR%%/apps/gallery/l10n/et_EE.js
7543
%%WWWDIR%%/apps/gallery/l10n/et_EE.json
8112
%%WWWDIR%%/apps/gallery/l10n/et_EE.json
7544
%%WWWDIR%%/apps/gallery/l10n/eu.js
8113
%%WWWDIR%%/apps/gallery/l10n/eu.js
Lines 7549-7556 Link Here
7549
%%WWWDIR%%/apps/gallery/l10n/fi.json
8118
%%WWWDIR%%/apps/gallery/l10n/fi.json
7550
%%WWWDIR%%/apps/gallery/l10n/fr.js
8119
%%WWWDIR%%/apps/gallery/l10n/fr.js
7551
%%WWWDIR%%/apps/gallery/l10n/fr.json
8120
%%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
8121
%%WWWDIR%%/apps/gallery/l10n/he.js
7555
%%WWWDIR%%/apps/gallery/l10n/he.json
8122
%%WWWDIR%%/apps/gallery/l10n/he.json
7556
%%WWWDIR%%/apps/gallery/l10n/hi.php
8123
%%WWWDIR%%/apps/gallery/l10n/hi.php
Lines 7780-7785 Link Here
7780
%%WWWDIR%%/apps/logreader/l10n/.tx/config
8347
%%WWWDIR%%/apps/logreader/l10n/.tx/config
7781
%%WWWDIR%%/apps/logreader/l10n/ast.js
8348
%%WWWDIR%%/apps/logreader/l10n/ast.js
7782
%%WWWDIR%%/apps/logreader/l10n/ast.json
8349
%%WWWDIR%%/apps/logreader/l10n/ast.json
8350
%%WWWDIR%%/apps/logreader/l10n/ca.js
8351
%%WWWDIR%%/apps/logreader/l10n/ca.json
7783
%%WWWDIR%%/apps/logreader/l10n/cs.js
8352
%%WWWDIR%%/apps/logreader/l10n/cs.js
7784
%%WWWDIR%%/apps/logreader/l10n/cs.json
8353
%%WWWDIR%%/apps/logreader/l10n/cs.json
7785
%%WWWDIR%%/apps/logreader/l10n/da.js
8354
%%WWWDIR%%/apps/logreader/l10n/da.js
Lines 7794-7809 Link Here
7794
%%WWWDIR%%/apps/logreader/l10n/en_GB.json
8363
%%WWWDIR%%/apps/logreader/l10n/en_GB.json
7795
%%WWWDIR%%/apps/logreader/l10n/es.js
8364
%%WWWDIR%%/apps/logreader/l10n/es.js
7796
%%WWWDIR%%/apps/logreader/l10n/es.json
8365
%%WWWDIR%%/apps/logreader/l10n/es.json
8366
%%WWWDIR%%/apps/logreader/l10n/es_CL.js
8367
%%WWWDIR%%/apps/logreader/l10n/es_CL.json
8368
%%WWWDIR%%/apps/logreader/l10n/es_CO.js
8369
%%WWWDIR%%/apps/logreader/l10n/es_CO.json
8370
%%WWWDIR%%/apps/logreader/l10n/es_CR.js
8371
%%WWWDIR%%/apps/logreader/l10n/es_CR.json
8372
%%WWWDIR%%/apps/logreader/l10n/es_DO.js
8373
%%WWWDIR%%/apps/logreader/l10n/es_DO.json
8374
%%WWWDIR%%/apps/logreader/l10n/es_EC.js
8375
%%WWWDIR%%/apps/logreader/l10n/es_EC.json
8376
%%WWWDIR%%/apps/logreader/l10n/es_GT.js
8377
%%WWWDIR%%/apps/logreader/l10n/es_GT.json
8378
%%WWWDIR%%/apps/logreader/l10n/es_HN.js
8379
%%WWWDIR%%/apps/logreader/l10n/es_HN.json
7797
%%WWWDIR%%/apps/logreader/l10n/es_MX.js
8380
%%WWWDIR%%/apps/logreader/l10n/es_MX.js
7798
%%WWWDIR%%/apps/logreader/l10n/es_MX.json
8381
%%WWWDIR%%/apps/logreader/l10n/es_MX.json
8382
%%WWWDIR%%/apps/logreader/l10n/es_NI.js
8383
%%WWWDIR%%/apps/logreader/l10n/es_NI.json
8384
%%WWWDIR%%/apps/logreader/l10n/es_PA.js
8385
%%WWWDIR%%/apps/logreader/l10n/es_PA.json
8386
%%WWWDIR%%/apps/logreader/l10n/es_PE.js
8387
%%WWWDIR%%/apps/logreader/l10n/es_PE.json
8388
%%WWWDIR%%/apps/logreader/l10n/es_PR.js
8389
%%WWWDIR%%/apps/logreader/l10n/es_PR.json
8390
%%WWWDIR%%/apps/logreader/l10n/es_PY.js
8391
%%WWWDIR%%/apps/logreader/l10n/es_PY.json
8392
%%WWWDIR%%/apps/logreader/l10n/es_SV.js
8393
%%WWWDIR%%/apps/logreader/l10n/es_SV.json
8394
%%WWWDIR%%/apps/logreader/l10n/es_UY.js
8395
%%WWWDIR%%/apps/logreader/l10n/es_UY.json
7799
%%WWWDIR%%/apps/logreader/l10n/et_EE.js
8396
%%WWWDIR%%/apps/logreader/l10n/et_EE.js
7800
%%WWWDIR%%/apps/logreader/l10n/et_EE.json
8397
%%WWWDIR%%/apps/logreader/l10n/et_EE.json
8398
%%WWWDIR%%/apps/logreader/l10n/eu.js
8399
%%WWWDIR%%/apps/logreader/l10n/eu.json
7801
%%WWWDIR%%/apps/logreader/l10n/fi.js
8400
%%WWWDIR%%/apps/logreader/l10n/fi.js
7802
%%WWWDIR%%/apps/logreader/l10n/fi.json
8401
%%WWWDIR%%/apps/logreader/l10n/fi.json
7803
%%WWWDIR%%/apps/logreader/l10n/fr.js
8402
%%WWWDIR%%/apps/logreader/l10n/fr.js
7804
%%WWWDIR%%/apps/logreader/l10n/fr.json
8403
%%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
8404
%%WWWDIR%%/apps/logreader/l10n/hu.js
7808
%%WWWDIR%%/apps/logreader/l10n/hu.json
8405
%%WWWDIR%%/apps/logreader/l10n/hu.json
7809
%%WWWDIR%%/apps/logreader/l10n/is.js
8406
%%WWWDIR%%/apps/logreader/l10n/is.js
Lines 7812-7817 Link Here
7812
%%WWWDIR%%/apps/logreader/l10n/it.json
8409
%%WWWDIR%%/apps/logreader/l10n/it.json
7813
%%WWWDIR%%/apps/logreader/l10n/ja.js
8410
%%WWWDIR%%/apps/logreader/l10n/ja.js
7814
%%WWWDIR%%/apps/logreader/l10n/ja.json
8411
%%WWWDIR%%/apps/logreader/l10n/ja.json
8412
%%WWWDIR%%/apps/logreader/l10n/ka_GE.js
8413
%%WWWDIR%%/apps/logreader/l10n/ka_GE.json
7815
%%WWWDIR%%/apps/logreader/l10n/lt_LT.js
8414
%%WWWDIR%%/apps/logreader/l10n/lt_LT.js
7816
%%WWWDIR%%/apps/logreader/l10n/lt_LT.json
8415
%%WWWDIR%%/apps/logreader/l10n/lt_LT.json
7817
%%WWWDIR%%/apps/logreader/l10n/lv.js
8416
%%WWWDIR%%/apps/logreader/l10n/lv.js
Lines 7826-7833 Link Here
7826
%%WWWDIR%%/apps/logreader/l10n/pt_BR.json
8425
%%WWWDIR%%/apps/logreader/l10n/pt_BR.json
7827
%%WWWDIR%%/apps/logreader/l10n/ru.js
8426
%%WWWDIR%%/apps/logreader/l10n/ru.js
7828
%%WWWDIR%%/apps/logreader/l10n/ru.json
8427
%%WWWDIR%%/apps/logreader/l10n/ru.json
8428
%%WWWDIR%%/apps/logreader/l10n/sk.js
8429
%%WWWDIR%%/apps/logreader/l10n/sk.json
7829
%%WWWDIR%%/apps/logreader/l10n/sq.js
8430
%%WWWDIR%%/apps/logreader/l10n/sq.js
7830
%%WWWDIR%%/apps/logreader/l10n/sq.json
8431
%%WWWDIR%%/apps/logreader/l10n/sq.json
8432
%%WWWDIR%%/apps/logreader/l10n/sr.js
8433
%%WWWDIR%%/apps/logreader/l10n/sr.json
7831
%%WWWDIR%%/apps/logreader/l10n/sv.js
8434
%%WWWDIR%%/apps/logreader/l10n/sv.js
7832
%%WWWDIR%%/apps/logreader/l10n/sv.json
8435
%%WWWDIR%%/apps/logreader/l10n/sv.json
7833
%%WWWDIR%%/apps/logreader/l10n/tr.js
8436
%%WWWDIR%%/apps/logreader/l10n/tr.js
Lines 7853-7858 Link Here
7853
%%WWWDIR%%/apps/lookup_server_connector/appinfo/app.php
8456
%%WWWDIR%%/apps/lookup_server_connector/appinfo/app.php
7854
%%WWWDIR%%/apps/lookup_server_connector/appinfo/info.xml
8457
%%WWWDIR%%/apps/lookup_server_connector/appinfo/info.xml
7855
%%WWWDIR%%/apps/lookup_server_connector/appinfo/signature.json
8458
%%WWWDIR%%/apps/lookup_server_connector/appinfo/signature.json
8459
%%WWWDIR%%/apps/lookup_server_connector/composer/autoload.php
8460
%%WWWDIR%%/apps/lookup_server_connector/composer/composer.json
8461
%%WWWDIR%%/apps/lookup_server_connector/composer/composer/ClassLoader.php
8462
%%WWWDIR%%/apps/lookup_server_connector/composer/composer/LICENSE
8463
%%WWWDIR%%/apps/lookup_server_connector/composer/composer/autoload_classmap.php
8464
%%WWWDIR%%/apps/lookup_server_connector/composer/composer/autoload_namespaces.php
8465
%%WWWDIR%%/apps/lookup_server_connector/composer/composer/autoload_psr4.php
8466
%%WWWDIR%%/apps/lookup_server_connector/composer/composer/autoload_real.php
8467
%%WWWDIR%%/apps/lookup_server_connector/composer/composer/autoload_static.php
7856
%%WWWDIR%%/apps/lookup_server_connector/lib/BackgroundJobs/RetryJob.php
8468
%%WWWDIR%%/apps/lookup_server_connector/lib/BackgroundJobs/RetryJob.php
7857
%%WWWDIR%%/apps/lookup_server_connector/lib/UpdateLookupServer.php
8469
%%WWWDIR%%/apps/lookup_server_connector/lib/UpdateLookupServer.php
7858
%%WWWDIR%%/apps/nextcloud_announcements/.gitattributes
8470
%%WWWDIR%%/apps/nextcloud_announcements/.gitattributes
Lines 7893-7902 Link Here
7893
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es.json
8505
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es.json
7894
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_AR.js
8506
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_AR.js
7895
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_AR.json
8507
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_AR.json
8508
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_CL.js
8509
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_CL.json
8510
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_CO.js
8511
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_CO.json
8512
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_CR.js
8513
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_CR.json
8514
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_DO.js
8515
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_DO.json
8516
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_EC.js
8517
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_EC.json
8518
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_GT.js
8519
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_GT.json
8520
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_HN.js
8521
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_HN.json
7896
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_MX.js
8522
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_MX.js
7897
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_MX.json
8523
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_MX.json
8524
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_NI.js
8525
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_NI.json
8526
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_PA.js
8527
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_PA.json
8528
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_PE.js
8529
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_PE.json
8530
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_PR.js
8531
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_PR.json
8532
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_PY.js
8533
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_PY.json
8534
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_SV.js
8535
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_SV.json
8536
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_UY.js
8537
%%WWWDIR%%/apps/nextcloud_announcements/l10n/es_UY.json
7898
%%WWWDIR%%/apps/nextcloud_announcements/l10n/et_EE.js
8538
%%WWWDIR%%/apps/nextcloud_announcements/l10n/et_EE.js
7899
%%WWWDIR%%/apps/nextcloud_announcements/l10n/et_EE.json
8539
%%WWWDIR%%/apps/nextcloud_announcements/l10n/et_EE.json
8540
%%WWWDIR%%/apps/nextcloud_announcements/l10n/eu.js
8541
%%WWWDIR%%/apps/nextcloud_announcements/l10n/eu.json
7900
%%WWWDIR%%/apps/nextcloud_announcements/l10n/fi.js
8542
%%WWWDIR%%/apps/nextcloud_announcements/l10n/fi.js
7901
%%WWWDIR%%/apps/nextcloud_announcements/l10n/fi.json
8543
%%WWWDIR%%/apps/nextcloud_announcements/l10n/fi.json
7902
%%WWWDIR%%/apps/nextcloud_announcements/l10n/fr.js
8544
%%WWWDIR%%/apps/nextcloud_announcements/l10n/fr.js
Lines 7915-7920 Link Here
7915
%%WWWDIR%%/apps/nextcloud_announcements/l10n/it.json
8557
%%WWWDIR%%/apps/nextcloud_announcements/l10n/it.json
7916
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ja.js
8558
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ja.js
7917
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ja.json
8559
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ja.json
8560
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ka_GE.js
8561
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ka_GE.json
7918
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ko.js
8562
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ko.js
7919
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ko.json
8563
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ko.json
7920
%%WWWDIR%%/apps/nextcloud_announcements/l10n/lt_LT.js
8564
%%WWWDIR%%/apps/nextcloud_announcements/l10n/lt_LT.js
Lines 7929-7934 Link Here
7929
%%WWWDIR%%/apps/nextcloud_announcements/l10n/pl.json
8573
%%WWWDIR%%/apps/nextcloud_announcements/l10n/pl.json
7930
%%WWWDIR%%/apps/nextcloud_announcements/l10n/pt_BR.js
8574
%%WWWDIR%%/apps/nextcloud_announcements/l10n/pt_BR.js
7931
%%WWWDIR%%/apps/nextcloud_announcements/l10n/pt_BR.json
8575
%%WWWDIR%%/apps/nextcloud_announcements/l10n/pt_BR.json
8576
%%WWWDIR%%/apps/nextcloud_announcements/l10n/pt_PT.js
8577
%%WWWDIR%%/apps/nextcloud_announcements/l10n/pt_PT.json
7932
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ro.js
8578
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ro.js
7933
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ro.json
8579
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ro.json
7934
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ru.js
8580
%%WWWDIR%%/apps/nextcloud_announcements/l10n/ru.js
Lines 7945-7950 Link Here
7945
%%WWWDIR%%/apps/nextcloud_announcements/l10n/sv.json
8591
%%WWWDIR%%/apps/nextcloud_announcements/l10n/sv.json
7946
%%WWWDIR%%/apps/nextcloud_announcements/l10n/tr.js
8592
%%WWWDIR%%/apps/nextcloud_announcements/l10n/tr.js
7947
%%WWWDIR%%/apps/nextcloud_announcements/l10n/tr.json
8593
%%WWWDIR%%/apps/nextcloud_announcements/l10n/tr.json
8594
%%WWWDIR%%/apps/nextcloud_announcements/l10n/vi.js
8595
%%WWWDIR%%/apps/nextcloud_announcements/l10n/vi.json
7948
%%WWWDIR%%/apps/nextcloud_announcements/l10n/zh_CN.js
8596
%%WWWDIR%%/apps/nextcloud_announcements/l10n/zh_CN.js
7949
%%WWWDIR%%/apps/nextcloud_announcements/l10n/zh_CN.json
8597
%%WWWDIR%%/apps/nextcloud_announcements/l10n/zh_CN.json
7950
%%WWWDIR%%/apps/nextcloud_announcements/l10n/zh_TW.js
8598
%%WWWDIR%%/apps/nextcloud_announcements/l10n/zh_TW.js
Lines 8002-8009 Link Here
8002
%%WWWDIR%%/apps/notifications/l10n/es.json
8650
%%WWWDIR%%/apps/notifications/l10n/es.json
8003
%%WWWDIR%%/apps/notifications/l10n/es_AR.js
8651
%%WWWDIR%%/apps/notifications/l10n/es_AR.js
8004
%%WWWDIR%%/apps/notifications/l10n/es_AR.json
8652
%%WWWDIR%%/apps/notifications/l10n/es_AR.json
8653
%%WWWDIR%%/apps/notifications/l10n/es_CL.js
8654
%%WWWDIR%%/apps/notifications/l10n/es_CL.json
8655
%%WWWDIR%%/apps/notifications/l10n/es_CO.js
8656
%%WWWDIR%%/apps/notifications/l10n/es_CO.json
8657
%%WWWDIR%%/apps/notifications/l10n/es_CR.js
8658
%%WWWDIR%%/apps/notifications/l10n/es_CR.json
8659
%%WWWDIR%%/apps/notifications/l10n/es_DO.js
8660
%%WWWDIR%%/apps/notifications/l10n/es_DO.json
8661
%%WWWDIR%%/apps/notifications/l10n/es_EC.js
8662
%%WWWDIR%%/apps/notifications/l10n/es_EC.json
8663
%%WWWDIR%%/apps/notifications/l10n/es_GT.js
8664
%%WWWDIR%%/apps/notifications/l10n/es_GT.json
8665
%%WWWDIR%%/apps/notifications/l10n/es_HN.js
8666
%%WWWDIR%%/apps/notifications/l10n/es_HN.json
8005
%%WWWDIR%%/apps/notifications/l10n/es_MX.js
8667
%%WWWDIR%%/apps/notifications/l10n/es_MX.js
8006
%%WWWDIR%%/apps/notifications/l10n/es_MX.json
8668
%%WWWDIR%%/apps/notifications/l10n/es_MX.json
8669
%%WWWDIR%%/apps/notifications/l10n/es_NI.js
8670
%%WWWDIR%%/apps/notifications/l10n/es_NI.json
8671
%%WWWDIR%%/apps/notifications/l10n/es_PA.js
8672
%%WWWDIR%%/apps/notifications/l10n/es_PA.json
8673
%%WWWDIR%%/apps/notifications/l10n/es_PE.js
8674
%%WWWDIR%%/apps/notifications/l10n/es_PE.json
8675
%%WWWDIR%%/apps/notifications/l10n/es_PR.js
8676
%%WWWDIR%%/apps/notifications/l10n/es_PR.json
8677
%%WWWDIR%%/apps/notifications/l10n/es_PY.js
8678
%%WWWDIR%%/apps/notifications/l10n/es_PY.json
8679
%%WWWDIR%%/apps/notifications/l10n/es_SV.js
8680
%%WWWDIR%%/apps/notifications/l10n/es_SV.json
8681
%%WWWDIR%%/apps/notifications/l10n/es_UY.js
8682
%%WWWDIR%%/apps/notifications/l10n/es_UY.json
8007
%%WWWDIR%%/apps/notifications/l10n/et_EE.js
8683
%%WWWDIR%%/apps/notifications/l10n/et_EE.js
8008
%%WWWDIR%%/apps/notifications/l10n/et_EE.json
8684
%%WWWDIR%%/apps/notifications/l10n/et_EE.json
8009
%%WWWDIR%%/apps/notifications/l10n/eu.js
8685
%%WWWDIR%%/apps/notifications/l10n/eu.js
Lines 8026-8031 Link Here
8026
%%WWWDIR%%/apps/notifications/l10n/it.json
8702
%%WWWDIR%%/apps/notifications/l10n/it.json
8027
%%WWWDIR%%/apps/notifications/l10n/ja.js
8703
%%WWWDIR%%/apps/notifications/l10n/ja.js
8028
%%WWWDIR%%/apps/notifications/l10n/ja.json
8704
%%WWWDIR%%/apps/notifications/l10n/ja.json
8705
%%WWWDIR%%/apps/notifications/l10n/ka_GE.js
8706
%%WWWDIR%%/apps/notifications/l10n/ka_GE.json
8029
%%WWWDIR%%/apps/notifications/l10n/ko.js
8707
%%WWWDIR%%/apps/notifications/l10n/ko.js
8030
%%WWWDIR%%/apps/notifications/l10n/ko.json
8708
%%WWWDIR%%/apps/notifications/l10n/ko.json
8031
%%WWWDIR%%/apps/notifications/l10n/lt_LT.js
8709
%%WWWDIR%%/apps/notifications/l10n/lt_LT.js
Lines 8042-8047 Link Here
8042
%%WWWDIR%%/apps/notifications/l10n/pl.json
8720
%%WWWDIR%%/apps/notifications/l10n/pl.json
8043
%%WWWDIR%%/apps/notifications/l10n/pt_BR.js
8721
%%WWWDIR%%/apps/notifications/l10n/pt_BR.js
8044
%%WWWDIR%%/apps/notifications/l10n/pt_BR.json
8722
%%WWWDIR%%/apps/notifications/l10n/pt_BR.json
8723
%%WWWDIR%%/apps/notifications/l10n/pt_PT.js
8724
%%WWWDIR%%/apps/notifications/l10n/pt_PT.json
8045
%%WWWDIR%%/apps/notifications/l10n/ro.js
8725
%%WWWDIR%%/apps/notifications/l10n/ro.js
8046
%%WWWDIR%%/apps/notifications/l10n/ro.json
8726
%%WWWDIR%%/apps/notifications/l10n/ro.json
8047
%%WWWDIR%%/apps/notifications/l10n/ru.js
8727
%%WWWDIR%%/apps/notifications/l10n/ru.js
Lines 8060-8065 Link Here
8060
%%WWWDIR%%/apps/notifications/l10n/tr.json
8740
%%WWWDIR%%/apps/notifications/l10n/tr.json
8061
%%WWWDIR%%/apps/notifications/l10n/uk.js
8741
%%WWWDIR%%/apps/notifications/l10n/uk.js
8062
%%WWWDIR%%/apps/notifications/l10n/uk.json
8742
%%WWWDIR%%/apps/notifications/l10n/uk.json
8743
%%WWWDIR%%/apps/notifications/l10n/uz.js
8744
%%WWWDIR%%/apps/notifications/l10n/uz.json
8063
%%WWWDIR%%/apps/notifications/l10n/vi.js
8745
%%WWWDIR%%/apps/notifications/l10n/vi.js
8064
%%WWWDIR%%/apps/notifications/l10n/vi.json
8746
%%WWWDIR%%/apps/notifications/l10n/vi.json
8065
%%WWWDIR%%/apps/notifications/l10n/zh_CN.js
8747
%%WWWDIR%%/apps/notifications/l10n/zh_CN.js
Lines 8077-8082 Link Here
8077
%%WWWDIR%%/apps/oauth2/appinfo/info.xml
8759
%%WWWDIR%%/apps/oauth2/appinfo/info.xml
8078
%%WWWDIR%%/apps/oauth2/appinfo/routes.php
8760
%%WWWDIR%%/apps/oauth2/appinfo/routes.php
8079
%%WWWDIR%%/apps/oauth2/appinfo/signature.json
8761
%%WWWDIR%%/apps/oauth2/appinfo/signature.json
8762
%%WWWDIR%%/apps/oauth2/composer/autoload.php
8763
%%WWWDIR%%/apps/oauth2/composer/composer.json
8764
%%WWWDIR%%/apps/oauth2/composer/composer/ClassLoader.php
8765
%%WWWDIR%%/apps/oauth2/composer/composer/LICENSE
8766
%%WWWDIR%%/apps/oauth2/composer/composer/autoload_classmap.php
8767
%%WWWDIR%%/apps/oauth2/composer/composer/autoload_namespaces.php
8768
%%WWWDIR%%/apps/oauth2/composer/composer/autoload_psr4.php
8769
%%WWWDIR%%/apps/oauth2/composer/composer/autoload_real.php
8770
%%WWWDIR%%/apps/oauth2/composer/composer/autoload_static.php
8080
%%WWWDIR%%/apps/oauth2/css/setting-admin.css
8771
%%WWWDIR%%/apps/oauth2/css/setting-admin.css
8081
%%WWWDIR%%/apps/oauth2/js/setting-admin.js
8772
%%WWWDIR%%/apps/oauth2/js/setting-admin.js
8082
%%WWWDIR%%/apps/oauth2/l10n/.gitkeep
8773
%%WWWDIR%%/apps/oauth2/l10n/.gitkeep
Lines 8102-8113 Link Here
8102
%%WWWDIR%%/apps/oauth2/l10n/es.json
8793
%%WWWDIR%%/apps/oauth2/l10n/es.json
8103
%%WWWDIR%%/apps/oauth2/l10n/es_AR.js
8794
%%WWWDIR%%/apps/oauth2/l10n/es_AR.js
8104
%%WWWDIR%%/apps/oauth2/l10n/es_AR.json
8795
%%WWWDIR%%/apps/oauth2/l10n/es_AR.json
8796
%%WWWDIR%%/apps/oauth2/l10n/es_CL.js
8797
%%WWWDIR%%/apps/oauth2/l10n/es_CL.json
8798
%%WWWDIR%%/apps/oauth2/l10n/es_CO.js
8799
%%WWWDIR%%/apps/oauth2/l10n/es_CO.json
8800
%%WWWDIR%%/apps/oauth2/l10n/es_CR.js
8801
%%WWWDIR%%/apps/oauth2/l10n/es_CR.json
8802
%%WWWDIR%%/apps/oauth2/l10n/es_DO.js
8803
%%WWWDIR%%/apps/oauth2/l10n/es_DO.json
8804
%%WWWDIR%%/apps/oauth2/l10n/es_EC.js
8805
%%WWWDIR%%/apps/oauth2/l10n/es_EC.json
8806
%%WWWDIR%%/apps/oauth2/l10n/es_GT.js
8807
%%WWWDIR%%/apps/oauth2/l10n/es_GT.json
8808
%%WWWDIR%%/apps/oauth2/l10n/es_HN.js
8809
%%WWWDIR%%/apps/oauth2/l10n/es_HN.json
8105
%%WWWDIR%%/apps/oauth2/l10n/es_MX.js
8810
%%WWWDIR%%/apps/oauth2/l10n/es_MX.js
8106
%%WWWDIR%%/apps/oauth2/l10n/es_MX.json
8811
%%WWWDIR%%/apps/oauth2/l10n/es_MX.json
8812
%%WWWDIR%%/apps/oauth2/l10n/es_NI.js
8813
%%WWWDIR%%/apps/oauth2/l10n/es_NI.json
8814
%%WWWDIR%%/apps/oauth2/l10n/es_PA.js
8815
%%WWWDIR%%/apps/oauth2/l10n/es_PA.json
8816
%%WWWDIR%%/apps/oauth2/l10n/es_PE.js
8817
%%WWWDIR%%/apps/oauth2/l10n/es_PE.json
8818
%%WWWDIR%%/apps/oauth2/l10n/es_PR.js
8819
%%WWWDIR%%/apps/oauth2/l10n/es_PR.json
8820
%%WWWDIR%%/apps/oauth2/l10n/es_PY.js
8821
%%WWWDIR%%/apps/oauth2/l10n/es_PY.json
8822
%%WWWDIR%%/apps/oauth2/l10n/es_SV.js
8823
%%WWWDIR%%/apps/oauth2/l10n/es_SV.json
8824
%%WWWDIR%%/apps/oauth2/l10n/es_UY.js
8825
%%WWWDIR%%/apps/oauth2/l10n/es_UY.json
8826
%%WWWDIR%%/apps/oauth2/l10n/et_EE.js
8827
%%WWWDIR%%/apps/oauth2/l10n/et_EE.json
8828
%%WWWDIR%%/apps/oauth2/l10n/eu.js
8829
%%WWWDIR%%/apps/oauth2/l10n/eu.json
8107
%%WWWDIR%%/apps/oauth2/l10n/fi.js
8830
%%WWWDIR%%/apps/oauth2/l10n/fi.js
8108
%%WWWDIR%%/apps/oauth2/l10n/fi.json
8831
%%WWWDIR%%/apps/oauth2/l10n/fi.json
8109
%%WWWDIR%%/apps/oauth2/l10n/fr.js
8832
%%WWWDIR%%/apps/oauth2/l10n/fr.js
8110
%%WWWDIR%%/apps/oauth2/l10n/fr.json
8833
%%WWWDIR%%/apps/oauth2/l10n/fr.json
8834
%%WWWDIR%%/apps/oauth2/l10n/gl.js
8835
%%WWWDIR%%/apps/oauth2/l10n/gl.json
8836
%%WWWDIR%%/apps/oauth2/l10n/hu.js
8837
%%WWWDIR%%/apps/oauth2/l10n/hu.json
8111
%%WWWDIR%%/apps/oauth2/l10n/id.js
8838
%%WWWDIR%%/apps/oauth2/l10n/id.js
8112
%%WWWDIR%%/apps/oauth2/l10n/id.json
8839
%%WWWDIR%%/apps/oauth2/l10n/id.json
8113
%%WWWDIR%%/apps/oauth2/l10n/is.js
8840
%%WWWDIR%%/apps/oauth2/l10n/is.js
Lines 8116-8121 Link Here
8116
%%WWWDIR%%/apps/oauth2/l10n/it.json
8843
%%WWWDIR%%/apps/oauth2/l10n/it.json
8117
%%WWWDIR%%/apps/oauth2/l10n/ja.js
8844
%%WWWDIR%%/apps/oauth2/l10n/ja.js
8118
%%WWWDIR%%/apps/oauth2/l10n/ja.json
8845
%%WWWDIR%%/apps/oauth2/l10n/ja.json
8846
%%WWWDIR%%/apps/oauth2/l10n/ka_GE.js
8847
%%WWWDIR%%/apps/oauth2/l10n/ka_GE.json
8119
%%WWWDIR%%/apps/oauth2/l10n/lt_LT.js
8848
%%WWWDIR%%/apps/oauth2/l10n/lt_LT.js
8120
%%WWWDIR%%/apps/oauth2/l10n/lt_LT.json
8849
%%WWWDIR%%/apps/oauth2/l10n/lt_LT.json
8121
%%WWWDIR%%/apps/oauth2/l10n/lv.js
8850
%%WWWDIR%%/apps/oauth2/l10n/lv.js
Lines 8134-8139 Link Here
8134
%%WWWDIR%%/apps/oauth2/l10n/sk.json
8863
%%WWWDIR%%/apps/oauth2/l10n/sk.json
8135
%%WWWDIR%%/apps/oauth2/l10n/sq.js
8864
%%WWWDIR%%/apps/oauth2/l10n/sq.js
8136
%%WWWDIR%%/apps/oauth2/l10n/sq.json
8865
%%WWWDIR%%/apps/oauth2/l10n/sq.json
8866
%%WWWDIR%%/apps/oauth2/l10n/sr.js
8867
%%WWWDIR%%/apps/oauth2/l10n/sr.json
8137
%%WWWDIR%%/apps/oauth2/l10n/sv.js
8868
%%WWWDIR%%/apps/oauth2/l10n/sv.js
8138
%%WWWDIR%%/apps/oauth2/l10n/sv.json
8869
%%WWWDIR%%/apps/oauth2/l10n/sv.json
8139
%%WWWDIR%%/apps/oauth2/l10n/tr.js
8870
%%WWWDIR%%/apps/oauth2/l10n/tr.js
Lines 8142-8147 Link Here
8142
%%WWWDIR%%/apps/oauth2/l10n/vi.json
8873
%%WWWDIR%%/apps/oauth2/l10n/vi.json
8143
%%WWWDIR%%/apps/oauth2/l10n/zh_CN.js
8874
%%WWWDIR%%/apps/oauth2/l10n/zh_CN.js
8144
%%WWWDIR%%/apps/oauth2/l10n/zh_CN.json
8875
%%WWWDIR%%/apps/oauth2/l10n/zh_CN.json
8876
%%WWWDIR%%/apps/oauth2/l10n/zh_TW.js
8877
%%WWWDIR%%/apps/oauth2/l10n/zh_TW.json
8145
%%WWWDIR%%/apps/oauth2/lib/Controller/LoginRedirectorController.php
8878
%%WWWDIR%%/apps/oauth2/lib/Controller/LoginRedirectorController.php
8146
%%WWWDIR%%/apps/oauth2/lib/Controller/OauthApiController.php
8879
%%WWWDIR%%/apps/oauth2/lib/Controller/OauthApiController.php
8147
%%WWWDIR%%/apps/oauth2/lib/Controller/SettingsController.php
8880
%%WWWDIR%%/apps/oauth2/lib/Controller/SettingsController.php
Lines 8187-8194 Link Here
8187
%%WWWDIR%%/apps/password_policy/l10n/es.json
8920
%%WWWDIR%%/apps/password_policy/l10n/es.json
8188
%%WWWDIR%%/apps/password_policy/l10n/es_AR.js
8921
%%WWWDIR%%/apps/password_policy/l10n/es_AR.js
8189
%%WWWDIR%%/apps/password_policy/l10n/es_AR.json
8922
%%WWWDIR%%/apps/password_policy/l10n/es_AR.json
8923
%%WWWDIR%%/apps/password_policy/l10n/es_CL.js
8924
%%WWWDIR%%/apps/password_policy/l10n/es_CL.json
8925
%%WWWDIR%%/apps/password_policy/l10n/es_CO.js
8926
%%WWWDIR%%/apps/password_policy/l10n/es_CO.json
8927
%%WWWDIR%%/apps/password_policy/l10n/es_CR.js
8928
%%WWWDIR%%/apps/password_policy/l10n/es_CR.json
8929
%%WWWDIR%%/apps/password_policy/l10n/es_DO.js
8930
%%WWWDIR%%/apps/password_policy/l10n/es_DO.json
8931
%%WWWDIR%%/apps/password_policy/l10n/es_EC.js
8932
%%WWWDIR%%/apps/password_policy/l10n/es_EC.json
8933
%%WWWDIR%%/apps/password_policy/l10n/es_GT.js
8934
%%WWWDIR%%/apps/password_policy/l10n/es_GT.json
8935
%%WWWDIR%%/apps/password_policy/l10n/es_HN.js
8936
%%WWWDIR%%/apps/password_policy/l10n/es_HN.json
8190
%%WWWDIR%%/apps/password_policy/l10n/es_MX.js
8937
%%WWWDIR%%/apps/password_policy/l10n/es_MX.js
8191
%%WWWDIR%%/apps/password_policy/l10n/es_MX.json
8938
%%WWWDIR%%/apps/password_policy/l10n/es_MX.json
8939
%%WWWDIR%%/apps/password_policy/l10n/es_NI.js
8940
%%WWWDIR%%/apps/password_policy/l10n/es_NI.json
8941
%%WWWDIR%%/apps/password_policy/l10n/es_PA.js
8942
%%WWWDIR%%/apps/password_policy/l10n/es_PA.json
8943
%%WWWDIR%%/apps/password_policy/l10n/es_PE.js
8944
%%WWWDIR%%/apps/password_policy/l10n/es_PE.json
8945
%%WWWDIR%%/apps/password_policy/l10n/es_PR.js
8946
%%WWWDIR%%/apps/password_policy/l10n/es_PR.json
8947
%%WWWDIR%%/apps/password_policy/l10n/es_PY.js
8948
%%WWWDIR%%/apps/password_policy/l10n/es_PY.json
8949
%%WWWDIR%%/apps/password_policy/l10n/es_SV.js
8950
%%WWWDIR%%/apps/password_policy/l10n/es_SV.json
8951
%%WWWDIR%%/apps/password_policy/l10n/es_UY.js
8952
%%WWWDIR%%/apps/password_policy/l10n/es_UY.json
8953
%%WWWDIR%%/apps/password_policy/l10n/et_EE.js
8954
%%WWWDIR%%/apps/password_policy/l10n/et_EE.json
8955
%%WWWDIR%%/apps/password_policy/l10n/eu.js
8956
%%WWWDIR%%/apps/password_policy/l10n/eu.json
8192
%%WWWDIR%%/apps/password_policy/l10n/fi.js
8957
%%WWWDIR%%/apps/password_policy/l10n/fi.js
8193
%%WWWDIR%%/apps/password_policy/l10n/fi.json
8958
%%WWWDIR%%/apps/password_policy/l10n/fi.json
8194
%%WWWDIR%%/apps/password_policy/l10n/fr.js
8959
%%WWWDIR%%/apps/password_policy/l10n/fr.js
Lines 8207-8212 Link Here
8207
%%WWWDIR%%/apps/password_policy/l10n/it.json
8972
%%WWWDIR%%/apps/password_policy/l10n/it.json
8208
%%WWWDIR%%/apps/password_policy/l10n/ja.js
8973
%%WWWDIR%%/apps/password_policy/l10n/ja.js
8209
%%WWWDIR%%/apps/password_policy/l10n/ja.json
8974
%%WWWDIR%%/apps/password_policy/l10n/ja.json
8975
%%WWWDIR%%/apps/password_policy/l10n/ka_GE.js
8976
%%WWWDIR%%/apps/password_policy/l10n/ka_GE.json
8210
%%WWWDIR%%/apps/password_policy/l10n/ko.js
8977
%%WWWDIR%%/apps/password_policy/l10n/ko.js
8211
%%WWWDIR%%/apps/password_policy/l10n/ko.json
8978
%%WWWDIR%%/apps/password_policy/l10n/ko.json
8212
%%WWWDIR%%/apps/password_policy/l10n/lt_LT.js
8979
%%WWWDIR%%/apps/password_policy/l10n/lt_LT.js
Lines 8231-8236 Link Here
8231
%%WWWDIR%%/apps/password_policy/l10n/sl.json
8998
%%WWWDIR%%/apps/password_policy/l10n/sl.json
8232
%%WWWDIR%%/apps/password_policy/l10n/sq.js
8999
%%WWWDIR%%/apps/password_policy/l10n/sq.js
8233
%%WWWDIR%%/apps/password_policy/l10n/sq.json
9000
%%WWWDIR%%/apps/password_policy/l10n/sq.json
9001
%%WWWDIR%%/apps/password_policy/l10n/sr.js
9002
%%WWWDIR%%/apps/password_policy/l10n/sr.json
8234
%%WWWDIR%%/apps/password_policy/l10n/sv.js
9003
%%WWWDIR%%/apps/password_policy/l10n/sv.js
8235
%%WWWDIR%%/apps/password_policy/l10n/sv.json
9004
%%WWWDIR%%/apps/password_policy/l10n/sv.json
8236
%%WWWDIR%%/apps/password_policy/l10n/tr.js
9005
%%WWWDIR%%/apps/password_policy/l10n/tr.js
Lines 8286-8291 Link Here
8286
%%WWWDIR%%/apps/provisioning_api/appinfo/info.xml
9055
%%WWWDIR%%/apps/provisioning_api/appinfo/info.xml
8287
%%WWWDIR%%/apps/provisioning_api/appinfo/routes.php
9056
%%WWWDIR%%/apps/provisioning_api/appinfo/routes.php
8288
%%WWWDIR%%/apps/provisioning_api/appinfo/signature.json
9057
%%WWWDIR%%/apps/provisioning_api/appinfo/signature.json
9058
%%WWWDIR%%/apps/provisioning_api/composer/autoload.php
9059
%%WWWDIR%%/apps/provisioning_api/composer/composer.json
9060
%%WWWDIR%%/apps/provisioning_api/composer/composer/ClassLoader.php
9061
%%WWWDIR%%/apps/provisioning_api/composer/composer/LICENSE
9062
%%WWWDIR%%/apps/provisioning_api/composer/composer/autoload_classmap.php
9063
%%WWWDIR%%/apps/provisioning_api/composer/composer/autoload_namespaces.php
9064
%%WWWDIR%%/apps/provisioning_api/composer/composer/autoload_psr4.php
9065
%%WWWDIR%%/apps/provisioning_api/composer/composer/autoload_real.php
9066
%%WWWDIR%%/apps/provisioning_api/composer/composer/autoload_static.php
8289
%%WWWDIR%%/apps/provisioning_api/img/app.svg
9067
%%WWWDIR%%/apps/provisioning_api/img/app.svg
8290
%%WWWDIR%%/apps/provisioning_api/lib/AppInfo/Application.php
9068
%%WWWDIR%%/apps/provisioning_api/lib/AppInfo/Application.php
8291
%%WWWDIR%%/apps/provisioning_api/lib/Controller/AppConfigController.php
9069
%%WWWDIR%%/apps/provisioning_api/lib/Controller/AppConfigController.php
Lines 8336-8343 Link Here
8336
%%WWWDIR%%/apps/serverinfo/l10n/es.json
9114
%%WWWDIR%%/apps/serverinfo/l10n/es.json
8337
%%WWWDIR%%/apps/serverinfo/l10n/es_AR.js
9115
%%WWWDIR%%/apps/serverinfo/l10n/es_AR.js
8338
%%WWWDIR%%/apps/serverinfo/l10n/es_AR.json
9116
%%WWWDIR%%/apps/serverinfo/l10n/es_AR.json
9117
%%WWWDIR%%/apps/serverinfo/l10n/es_CL.js
9118
%%WWWDIR%%/apps/serverinfo/l10n/es_CL.json
9119
%%WWWDIR%%/apps/serverinfo/l10n/es_CO.js
9120
%%WWWDIR%%/apps/serverinfo/l10n/es_CO.json
9121
%%WWWDIR%%/apps/serverinfo/l10n/es_CR.js
9122
%%WWWDIR%%/apps/serverinfo/l10n/es_CR.json
9123
%%WWWDIR%%/apps/serverinfo/l10n/es_DO.js
9124
%%WWWDIR%%/apps/serverinfo/l10n/es_DO.json
9125
%%WWWDIR%%/apps/serverinfo/l10n/es_EC.js
9126
%%WWWDIR%%/apps/serverinfo/l10n/es_EC.json
9127
%%WWWDIR%%/apps/serverinfo/l10n/es_GT.js
9128
%%WWWDIR%%/apps/serverinfo/l10n/es_GT.json
9129
%%WWWDIR%%/apps/serverinfo/l10n/es_HN.js
9130
%%WWWDIR%%/apps/serverinfo/l10n/es_HN.json
8339
%%WWWDIR%%/apps/serverinfo/l10n/es_MX.js
9131
%%WWWDIR%%/apps/serverinfo/l10n/es_MX.js
8340
%%WWWDIR%%/apps/serverinfo/l10n/es_MX.json
9132
%%WWWDIR%%/apps/serverinfo/l10n/es_MX.json
9133
%%WWWDIR%%/apps/serverinfo/l10n/es_NI.js
9134
%%WWWDIR%%/apps/serverinfo/l10n/es_NI.json
9135
%%WWWDIR%%/apps/serverinfo/l10n/es_PA.js
9136
%%WWWDIR%%/apps/serverinfo/l10n/es_PA.json
9137
%%WWWDIR%%/apps/serverinfo/l10n/es_PE.js
9138
%%WWWDIR%%/apps/serverinfo/l10n/es_PE.json
9139
%%WWWDIR%%/apps/serverinfo/l10n/es_PR.js
9140
%%WWWDIR%%/apps/serverinfo/l10n/es_PR.json
9141
%%WWWDIR%%/apps/serverinfo/l10n/es_PY.js
9142
%%WWWDIR%%/apps/serverinfo/l10n/es_PY.json
9143
%%WWWDIR%%/apps/serverinfo/l10n/es_SV.js
9144
%%WWWDIR%%/apps/serverinfo/l10n/es_SV.json
9145
%%WWWDIR%%/apps/serverinfo/l10n/es_UY.js
9146
%%WWWDIR%%/apps/serverinfo/l10n/es_UY.json
9147
%%WWWDIR%%/apps/serverinfo/l10n/et_EE.js
9148
%%WWWDIR%%/apps/serverinfo/l10n/et_EE.json
8341
%%WWWDIR%%/apps/serverinfo/l10n/eu.js
9149
%%WWWDIR%%/apps/serverinfo/l10n/eu.js
8342
%%WWWDIR%%/apps/serverinfo/l10n/eu.json
9150
%%WWWDIR%%/apps/serverinfo/l10n/eu.json
8343
%%WWWDIR%%/apps/serverinfo/l10n/fi.js
9151
%%WWWDIR%%/apps/serverinfo/l10n/fi.js
Lines 8358-8363 Link Here
8358
%%WWWDIR%%/apps/serverinfo/l10n/it.json
9166
%%WWWDIR%%/apps/serverinfo/l10n/it.json
8359
%%WWWDIR%%/apps/serverinfo/l10n/ja.js
9167
%%WWWDIR%%/apps/serverinfo/l10n/ja.js
8360
%%WWWDIR%%/apps/serverinfo/l10n/ja.json
9168
%%WWWDIR%%/apps/serverinfo/l10n/ja.json
9169
%%WWWDIR%%/apps/serverinfo/l10n/ka_GE.js
9170
%%WWWDIR%%/apps/serverinfo/l10n/ka_GE.json
8361
%%WWWDIR%%/apps/serverinfo/l10n/ko.js
9171
%%WWWDIR%%/apps/serverinfo/l10n/ko.js
8362
%%WWWDIR%%/apps/serverinfo/l10n/ko.json
9172
%%WWWDIR%%/apps/serverinfo/l10n/ko.json
8363
%%WWWDIR%%/apps/serverinfo/l10n/lt_LT.js
9173
%%WWWDIR%%/apps/serverinfo/l10n/lt_LT.js
Lines 8382-8387 Link Here
8382
%%WWWDIR%%/apps/serverinfo/l10n/sl.json
9192
%%WWWDIR%%/apps/serverinfo/l10n/sl.json
8383
%%WWWDIR%%/apps/serverinfo/l10n/sq.js
9193
%%WWWDIR%%/apps/serverinfo/l10n/sq.js
8384
%%WWWDIR%%/apps/serverinfo/l10n/sq.json
9194
%%WWWDIR%%/apps/serverinfo/l10n/sq.json
9195
%%WWWDIR%%/apps/serverinfo/l10n/sr.js
9196
%%WWWDIR%%/apps/serverinfo/l10n/sr.json
8385
%%WWWDIR%%/apps/serverinfo/l10n/sv.js
9197
%%WWWDIR%%/apps/serverinfo/l10n/sv.js
8386
%%WWWDIR%%/apps/serverinfo/l10n/sv.json
9198
%%WWWDIR%%/apps/serverinfo/l10n/sv.json
8387
%%WWWDIR%%/apps/serverinfo/l10n/tr.js
9199
%%WWWDIR%%/apps/serverinfo/l10n/tr.js
Lines 8406-8411 Link Here
8406
%%WWWDIR%%/apps/sharebymail/appinfo/app.php
9218
%%WWWDIR%%/apps/sharebymail/appinfo/app.php
8407
%%WWWDIR%%/apps/sharebymail/appinfo/info.xml
9219
%%WWWDIR%%/apps/sharebymail/appinfo/info.xml
8408
%%WWWDIR%%/apps/sharebymail/appinfo/signature.json
9220
%%WWWDIR%%/apps/sharebymail/appinfo/signature.json
9221
%%WWWDIR%%/apps/sharebymail/composer/autoload.php
9222
%%WWWDIR%%/apps/sharebymail/composer/composer.json
9223
%%WWWDIR%%/apps/sharebymail/composer/composer/ClassLoader.php
9224
%%WWWDIR%%/apps/sharebymail/composer/composer/LICENSE
9225
%%WWWDIR%%/apps/sharebymail/composer/composer/autoload_classmap.php
9226
%%WWWDIR%%/apps/sharebymail/composer/composer/autoload_namespaces.php
9227
%%WWWDIR%%/apps/sharebymail/composer/composer/autoload_psr4.php
9228
%%WWWDIR%%/apps/sharebymail/composer/composer/autoload_real.php
9229
%%WWWDIR%%/apps/sharebymail/composer/composer/autoload_static.php
8409
%%WWWDIR%%/apps/sharebymail/css/settings-admin.css
9230
%%WWWDIR%%/apps/sharebymail/css/settings-admin.css
8410
%%WWWDIR%%/apps/sharebymail/img/app.svg
9231
%%WWWDIR%%/apps/sharebymail/img/app.svg
8411
%%WWWDIR%%/apps/sharebymail/js/settings-admin.js
9232
%%WWWDIR%%/apps/sharebymail/js/settings-admin.js
Lines 8412-8417 Link Here
8412
%%WWWDIR%%/apps/sharebymail/l10n/.gitkeep
9233
%%WWWDIR%%/apps/sharebymail/l10n/.gitkeep
8413
%%WWWDIR%%/apps/sharebymail/l10n/ast.js
9234
%%WWWDIR%%/apps/sharebymail/l10n/ast.js
8414
%%WWWDIR%%/apps/sharebymail/l10n/ast.json
9235
%%WWWDIR%%/apps/sharebymail/l10n/ast.json
9236
%%WWWDIR%%/apps/sharebymail/l10n/ca.js
9237
%%WWWDIR%%/apps/sharebymail/l10n/ca.json
8415
%%WWWDIR%%/apps/sharebymail/l10n/cs.js
9238
%%WWWDIR%%/apps/sharebymail/l10n/cs.js
8416
%%WWWDIR%%/apps/sharebymail/l10n/cs.json
9239
%%WWWDIR%%/apps/sharebymail/l10n/cs.json
8417
%%WWWDIR%%/apps/sharebymail/l10n/cs_CZ.js
9240
%%WWWDIR%%/apps/sharebymail/l10n/cs_CZ.js
Lines 8430-8437 Link Here
8430
%%WWWDIR%%/apps/sharebymail/l10n/es.json
9253
%%WWWDIR%%/apps/sharebymail/l10n/es.json
8431
%%WWWDIR%%/apps/sharebymail/l10n/es_AR.js
9254
%%WWWDIR%%/apps/sharebymail/l10n/es_AR.js
8432
%%WWWDIR%%/apps/sharebymail/l10n/es_AR.json
9255
%%WWWDIR%%/apps/sharebymail/l10n/es_AR.json
9256
%%WWWDIR%%/apps/sharebymail/l10n/es_CL.js
9257
%%WWWDIR%%/apps/sharebymail/l10n/es_CL.json
9258
%%WWWDIR%%/apps/sharebymail/l10n/es_CO.js
9259
%%WWWDIR%%/apps/sharebymail/l10n/es_CO.json
9260
%%WWWDIR%%/apps/sharebymail/l10n/es_CR.js
9261
%%WWWDIR%%/apps/sharebymail/l10n/es_CR.json
9262
%%WWWDIR%%/apps/sharebymail/l10n/es_DO.js
9263
%%WWWDIR%%/apps/sharebymail/l10n/es_DO.json
9264
%%WWWDIR%%/apps/sharebymail/l10n/es_EC.js
9265
%%WWWDIR%%/apps/sharebymail/l10n/es_EC.json
9266
%%WWWDIR%%/apps/sharebymail/l10n/es_GT.js
9267
%%WWWDIR%%/apps/sharebymail/l10n/es_GT.json
9268
%%WWWDIR%%/apps/sharebymail/l10n/es_HN.js
9269
%%WWWDIR%%/apps/sharebymail/l10n/es_HN.json
8433
%%WWWDIR%%/apps/sharebymail/l10n/es_MX.js
9270
%%WWWDIR%%/apps/sharebymail/l10n/es_MX.js
8434
%%WWWDIR%%/apps/sharebymail/l10n/es_MX.json
9271
%%WWWDIR%%/apps/sharebymail/l10n/es_MX.json
9272
%%WWWDIR%%/apps/sharebymail/l10n/es_NI.js
9273
%%WWWDIR%%/apps/sharebymail/l10n/es_NI.json
9274
%%WWWDIR%%/apps/sharebymail/l10n/es_PA.js
9275
%%WWWDIR%%/apps/sharebymail/l10n/es_PA.json
9276
%%WWWDIR%%/apps/sharebymail/l10n/es_PE.js
9277
%%WWWDIR%%/apps/sharebymail/l10n/es_PE.json
9278
%%WWWDIR%%/apps/sharebymail/l10n/es_PR.js
9279
%%WWWDIR%%/apps/sharebymail/l10n/es_PR.json
9280
%%WWWDIR%%/apps/sharebymail/l10n/es_PY.js
9281
%%WWWDIR%%/apps/sharebymail/l10n/es_PY.json
9282
%%WWWDIR%%/apps/sharebymail/l10n/es_SV.js
9283
%%WWWDIR%%/apps/sharebymail/l10n/es_SV.json
9284
%%WWWDIR%%/apps/sharebymail/l10n/es_UY.js
9285
%%WWWDIR%%/apps/sharebymail/l10n/es_UY.json
8435
%%WWWDIR%%/apps/sharebymail/l10n/fi.js
9286
%%WWWDIR%%/apps/sharebymail/l10n/fi.js
8436
%%WWWDIR%%/apps/sharebymail/l10n/fi.json
9287
%%WWWDIR%%/apps/sharebymail/l10n/fi.json
8437
%%WWWDIR%%/apps/sharebymail/l10n/fr.js
9288
%%WWWDIR%%/apps/sharebymail/l10n/fr.js
Lines 8438-8443 Link Here
8438
%%WWWDIR%%/apps/sharebymail/l10n/fr.json
9289
%%WWWDIR%%/apps/sharebymail/l10n/fr.json
8439
%%WWWDIR%%/apps/sharebymail/l10n/gl.js
9290
%%WWWDIR%%/apps/sharebymail/l10n/gl.js
8440
%%WWWDIR%%/apps/sharebymail/l10n/gl.json
9291
%%WWWDIR%%/apps/sharebymail/l10n/gl.json
9292
%%WWWDIR%%/apps/sharebymail/l10n/hu.js
9293
%%WWWDIR%%/apps/sharebymail/l10n/hu.json
8441
%%WWWDIR%%/apps/sharebymail/l10n/ia.js
9294
%%WWWDIR%%/apps/sharebymail/l10n/ia.js
8442
%%WWWDIR%%/apps/sharebymail/l10n/ia.json
9295
%%WWWDIR%%/apps/sharebymail/l10n/ia.json
8443
%%WWWDIR%%/apps/sharebymail/l10n/id.js
9296
%%WWWDIR%%/apps/sharebymail/l10n/id.js
Lines 8448-8453 Link Here
8448
%%WWWDIR%%/apps/sharebymail/l10n/it.json
9301
%%WWWDIR%%/apps/sharebymail/l10n/it.json
8449
%%WWWDIR%%/apps/sharebymail/l10n/ja.js
9302
%%WWWDIR%%/apps/sharebymail/l10n/ja.js
8450
%%WWWDIR%%/apps/sharebymail/l10n/ja.json
9303
%%WWWDIR%%/apps/sharebymail/l10n/ja.json
9304
%%WWWDIR%%/apps/sharebymail/l10n/ka_GE.js
9305
%%WWWDIR%%/apps/sharebymail/l10n/ka_GE.json
8451
%%WWWDIR%%/apps/sharebymail/l10n/ko.js
9306
%%WWWDIR%%/apps/sharebymail/l10n/ko.js
8452
%%WWWDIR%%/apps/sharebymail/l10n/ko.json
9307
%%WWWDIR%%/apps/sharebymail/l10n/ko.json
8453
%%WWWDIR%%/apps/sharebymail/l10n/lt_LT.js
9308
%%WWWDIR%%/apps/sharebymail/l10n/lt_LT.js
Lines 8470-8475 Link Here
8470
%%WWWDIR%%/apps/sharebymail/l10n/sk_SK.json
9325
%%WWWDIR%%/apps/sharebymail/l10n/sk_SK.json
8471
%%WWWDIR%%/apps/sharebymail/l10n/sq.js
9326
%%WWWDIR%%/apps/sharebymail/l10n/sq.js
8472
%%WWWDIR%%/apps/sharebymail/l10n/sq.json
9327
%%WWWDIR%%/apps/sharebymail/l10n/sq.json
9328
%%WWWDIR%%/apps/sharebymail/l10n/sr.js
9329
%%WWWDIR%%/apps/sharebymail/l10n/sr.json
8473
%%WWWDIR%%/apps/sharebymail/l10n/sv.js
9330
%%WWWDIR%%/apps/sharebymail/l10n/sv.js
8474
%%WWWDIR%%/apps/sharebymail/l10n/sv.json
9331
%%WWWDIR%%/apps/sharebymail/l10n/sv.json
8475
%%WWWDIR%%/apps/sharebymail/l10n/tr.js
9332
%%WWWDIR%%/apps/sharebymail/l10n/tr.js
Lines 8499-8504 Link Here
8499
%%WWWDIR%%/apps/survey_client/l10n/.tx/config
9356
%%WWWDIR%%/apps/survey_client/l10n/.tx/config
8500
%%WWWDIR%%/apps/survey_client/l10n/ast.js
9357
%%WWWDIR%%/apps/survey_client/l10n/ast.js
8501
%%WWWDIR%%/apps/survey_client/l10n/ast.json
9358
%%WWWDIR%%/apps/survey_client/l10n/ast.json
9359
%%WWWDIR%%/apps/survey_client/l10n/ca.js
9360
%%WWWDIR%%/apps/survey_client/l10n/ca.json
9361
%%WWWDIR%%/apps/survey_client/l10n/cs.js
9362
%%WWWDIR%%/apps/survey_client/l10n/cs.json
8502
%%WWWDIR%%/apps/survey_client/l10n/da.js
9363
%%WWWDIR%%/apps/survey_client/l10n/da.js
8503
%%WWWDIR%%/apps/survey_client/l10n/da.json
9364
%%WWWDIR%%/apps/survey_client/l10n/da.json
8504
%%WWWDIR%%/apps/survey_client/l10n/de.js
9365
%%WWWDIR%%/apps/survey_client/l10n/de.js
Lines 8511-8518 Link Here
8511
%%WWWDIR%%/apps/survey_client/l10n/en_GB.json
9372
%%WWWDIR%%/apps/survey_client/l10n/en_GB.json
8512
%%WWWDIR%%/apps/survey_client/l10n/es.js
9373
%%WWWDIR%%/apps/survey_client/l10n/es.js
8513
%%WWWDIR%%/apps/survey_client/l10n/es.json
9374
%%WWWDIR%%/apps/survey_client/l10n/es.json
9375
%%WWWDIR%%/apps/survey_client/l10n/es_CL.js
9376
%%WWWDIR%%/apps/survey_client/l10n/es_CL.json
9377
%%WWWDIR%%/apps/survey_client/l10n/es_CO.js
9378
%%WWWDIR%%/apps/survey_client/l10n/es_CO.json
9379
%%WWWDIR%%/apps/survey_client/l10n/es_CR.js
9380
%%WWWDIR%%/apps/survey_client/l10n/es_CR.json
9381
%%WWWDIR%%/apps/survey_client/l10n/es_DO.js
9382
%%WWWDIR%%/apps/survey_client/l10n/es_DO.json
9383
%%WWWDIR%%/apps/survey_client/l10n/es_EC.js
9384
%%WWWDIR%%/apps/survey_client/l10n/es_EC.json
9385
%%WWWDIR%%/apps/survey_client/l10n/es_GT.js
9386
%%WWWDIR%%/apps/survey_client/l10n/es_GT.json
9387
%%WWWDIR%%/apps/survey_client/l10n/es_HN.js
9388
%%WWWDIR%%/apps/survey_client/l10n/es_HN.json
8514
%%WWWDIR%%/apps/survey_client/l10n/es_MX.js
9389
%%WWWDIR%%/apps/survey_client/l10n/es_MX.js
8515
%%WWWDIR%%/apps/survey_client/l10n/es_MX.json
9390
%%WWWDIR%%/apps/survey_client/l10n/es_MX.json
9391
%%WWWDIR%%/apps/survey_client/l10n/es_NI.js
9392
%%WWWDIR%%/apps/survey_client/l10n/es_NI.json
9393
%%WWWDIR%%/apps/survey_client/l10n/es_PA.js
9394
%%WWWDIR%%/apps/survey_client/l10n/es_PA.json
9395
%%WWWDIR%%/apps/survey_client/l10n/es_PE.js
9396
%%WWWDIR%%/apps/survey_client/l10n/es_PE.json
9397
%%WWWDIR%%/apps/survey_client/l10n/es_PR.js
9398
%%WWWDIR%%/apps/survey_client/l10n/es_PR.json
9399
%%WWWDIR%%/apps/survey_client/l10n/es_PY.js
9400
%%WWWDIR%%/apps/survey_client/l10n/es_PY.json
9401
%%WWWDIR%%/apps/survey_client/l10n/es_SV.js
9402
%%WWWDIR%%/apps/survey_client/l10n/es_SV.json
9403
%%WWWDIR%%/apps/survey_client/l10n/es_UY.js
9404
%%WWWDIR%%/apps/survey_client/l10n/es_UY.json
8516
%%WWWDIR%%/apps/survey_client/l10n/fi.js
9405
%%WWWDIR%%/apps/survey_client/l10n/fi.js
8517
%%WWWDIR%%/apps/survey_client/l10n/fi.json
9406
%%WWWDIR%%/apps/survey_client/l10n/fi.json
8518
%%WWWDIR%%/apps/survey_client/l10n/fr.js
9407
%%WWWDIR%%/apps/survey_client/l10n/fr.js
Lines 8525-8530 Link Here
8525
%%WWWDIR%%/apps/survey_client/l10n/it.json
9414
%%WWWDIR%%/apps/survey_client/l10n/it.json
8526
%%WWWDIR%%/apps/survey_client/l10n/ja.js
9415
%%WWWDIR%%/apps/survey_client/l10n/ja.js
8527
%%WWWDIR%%/apps/survey_client/l10n/ja.json
9416
%%WWWDIR%%/apps/survey_client/l10n/ja.json
9417
%%WWWDIR%%/apps/survey_client/l10n/ka_GE.js
9418
%%WWWDIR%%/apps/survey_client/l10n/ka_GE.json
8528
%%WWWDIR%%/apps/survey_client/l10n/lv.js
9419
%%WWWDIR%%/apps/survey_client/l10n/lv.js
8529
%%WWWDIR%%/apps/survey_client/l10n/lv.json
9420
%%WWWDIR%%/apps/survey_client/l10n/lv.json
8530
%%WWWDIR%%/apps/survey_client/l10n/mn.js
9421
%%WWWDIR%%/apps/survey_client/l10n/mn.js
Lines 8539-8546 Link Here
8539
%%WWWDIR%%/apps/survey_client/l10n/pt_BR.json
9430
%%WWWDIR%%/apps/survey_client/l10n/pt_BR.json
8540
%%WWWDIR%%/apps/survey_client/l10n/ru.js
9431
%%WWWDIR%%/apps/survey_client/l10n/ru.js
8541
%%WWWDIR%%/apps/survey_client/l10n/ru.json
9432
%%WWWDIR%%/apps/survey_client/l10n/ru.json
9433
%%WWWDIR%%/apps/survey_client/l10n/sk.js
9434
%%WWWDIR%%/apps/survey_client/l10n/sk.json
8542
%%WWWDIR%%/apps/survey_client/l10n/sq.js
9435
%%WWWDIR%%/apps/survey_client/l10n/sq.js
8543
%%WWWDIR%%/apps/survey_client/l10n/sq.json
9436
%%WWWDIR%%/apps/survey_client/l10n/sq.json
9437
%%WWWDIR%%/apps/survey_client/l10n/sr.js
9438
%%WWWDIR%%/apps/survey_client/l10n/sr.json
8544
%%WWWDIR%%/apps/survey_client/l10n/sv.js
9439
%%WWWDIR%%/apps/survey_client/l10n/sv.js
8545
%%WWWDIR%%/apps/survey_client/l10n/sv.json
9440
%%WWWDIR%%/apps/survey_client/l10n/sv.json
8546
%%WWWDIR%%/apps/survey_client/l10n/th.js
9441
%%WWWDIR%%/apps/survey_client/l10n/th.js
Lines 8570-8575 Link Here
8570
%%WWWDIR%%/apps/systemtags/appinfo/info.xml
9465
%%WWWDIR%%/apps/systemtags/appinfo/info.xml
8571
%%WWWDIR%%/apps/systemtags/appinfo/routes.php
9466
%%WWWDIR%%/apps/systemtags/appinfo/routes.php
8572
%%WWWDIR%%/apps/systemtags/appinfo/signature.json
9467
%%WWWDIR%%/apps/systemtags/appinfo/signature.json
9468
%%WWWDIR%%/apps/systemtags/composer/autoload.php
9469
%%WWWDIR%%/apps/systemtags/composer/composer.json
9470
%%WWWDIR%%/apps/systemtags/composer/composer/ClassLoader.php
9471
%%WWWDIR%%/apps/systemtags/composer/composer/LICENSE
9472
%%WWWDIR%%/apps/systemtags/composer/composer/autoload_classmap.php
9473
%%WWWDIR%%/apps/systemtags/composer/composer/autoload_namespaces.php
9474
%%WWWDIR%%/apps/systemtags/composer/composer/autoload_psr4.php
9475
%%WWWDIR%%/apps/systemtags/composer/composer/autoload_real.php
9476
%%WWWDIR%%/apps/systemtags/composer/composer/autoload_static.php
8573
%%WWWDIR%%/apps/systemtags/css/systemtagsfilelist.css
9477
%%WWWDIR%%/apps/systemtags/css/systemtagsfilelist.css
8574
%%WWWDIR%%/apps/systemtags/img/app.svg
9478
%%WWWDIR%%/apps/systemtags/img/app.svg
8575
%%WWWDIR%%/apps/systemtags/img/tag.svg
9479
%%WWWDIR%%/apps/systemtags/img/tag.svg
Lines 8623-8630 Link Here
8623
%%WWWDIR%%/apps/systemtags/l10n/es.json
9527
%%WWWDIR%%/apps/systemtags/l10n/es.json
8624
%%WWWDIR%%/apps/systemtags/l10n/es_AR.js
9528
%%WWWDIR%%/apps/systemtags/l10n/es_AR.js
8625
%%WWWDIR%%/apps/systemtags/l10n/es_AR.json
9529
%%WWWDIR%%/apps/systemtags/l10n/es_AR.json
9530
%%WWWDIR%%/apps/systemtags/l10n/es_CL.js
9531
%%WWWDIR%%/apps/systemtags/l10n/es_CL.json
9532
%%WWWDIR%%/apps/systemtags/l10n/es_CO.js
9533
%%WWWDIR%%/apps/systemtags/l10n/es_CO.json
9534
%%WWWDIR%%/apps/systemtags/l10n/es_CR.js
9535
%%WWWDIR%%/apps/systemtags/l10n/es_CR.json
9536
%%WWWDIR%%/apps/systemtags/l10n/es_DO.js
9537
%%WWWDIR%%/apps/systemtags/l10n/es_DO.json
9538
%%WWWDIR%%/apps/systemtags/l10n/es_EC.js
9539
%%WWWDIR%%/apps/systemtags/l10n/es_EC.json
9540
%%WWWDIR%%/apps/systemtags/l10n/es_GT.js
9541
%%WWWDIR%%/apps/systemtags/l10n/es_GT.json
9542
%%WWWDIR%%/apps/systemtags/l10n/es_HN.js
9543
%%WWWDIR%%/apps/systemtags/l10n/es_HN.json
8626
%%WWWDIR%%/apps/systemtags/l10n/es_MX.js
9544
%%WWWDIR%%/apps/systemtags/l10n/es_MX.js
8627
%%WWWDIR%%/apps/systemtags/l10n/es_MX.json
9545
%%WWWDIR%%/apps/systemtags/l10n/es_MX.json
9546
%%WWWDIR%%/apps/systemtags/l10n/es_NI.js
9547
%%WWWDIR%%/apps/systemtags/l10n/es_NI.json
9548
%%WWWDIR%%/apps/systemtags/l10n/es_PA.js
9549
%%WWWDIR%%/apps/systemtags/l10n/es_PA.json
9550
%%WWWDIR%%/apps/systemtags/l10n/es_PE.js
9551
%%WWWDIR%%/apps/systemtags/l10n/es_PE.json
9552
%%WWWDIR%%/apps/systemtags/l10n/es_PR.js
9553
%%WWWDIR%%/apps/systemtags/l10n/es_PR.json
9554
%%WWWDIR%%/apps/systemtags/l10n/es_PY.js
9555
%%WWWDIR%%/apps/systemtags/l10n/es_PY.json
9556
%%WWWDIR%%/apps/systemtags/l10n/es_SV.js
9557
%%WWWDIR%%/apps/systemtags/l10n/es_SV.json
9558
%%WWWDIR%%/apps/systemtags/l10n/es_UY.js
9559
%%WWWDIR%%/apps/systemtags/l10n/es_UY.json
8628
%%WWWDIR%%/apps/systemtags/l10n/et_EE.js
9560
%%WWWDIR%%/apps/systemtags/l10n/et_EE.js
8629
%%WWWDIR%%/apps/systemtags/l10n/et_EE.json
9561
%%WWWDIR%%/apps/systemtags/l10n/et_EE.json
8630
%%WWWDIR%%/apps/systemtags/l10n/eu.js
9562
%%WWWDIR%%/apps/systemtags/l10n/eu.js
Lines 8784-8791 Link Here
8784
%%WWWDIR%%/apps/theming/l10n/es.json
9716
%%WWWDIR%%/apps/theming/l10n/es.json
8785
%%WWWDIR%%/apps/theming/l10n/es_AR.js
9717
%%WWWDIR%%/apps/theming/l10n/es_AR.js
8786
%%WWWDIR%%/apps/theming/l10n/es_AR.json
9718
%%WWWDIR%%/apps/theming/l10n/es_AR.json
9719
%%WWWDIR%%/apps/theming/l10n/es_CL.js
9720
%%WWWDIR%%/apps/theming/l10n/es_CL.json
9721
%%WWWDIR%%/apps/theming/l10n/es_CO.js
9722
%%WWWDIR%%/apps/theming/l10n/es_CO.json
9723
%%WWWDIR%%/apps/theming/l10n/es_CR.js
9724
%%WWWDIR%%/apps/theming/l10n/es_CR.json
9725
%%WWWDIR%%/apps/theming/l10n/es_DO.js
9726
%%WWWDIR%%/apps/theming/l10n/es_DO.json
9727
%%WWWDIR%%/apps/theming/l10n/es_EC.js
9728
%%WWWDIR%%/apps/theming/l10n/es_EC.json
9729
%%WWWDIR%%/apps/theming/l10n/es_GT.js
9730
%%WWWDIR%%/apps/theming/l10n/es_GT.json
9731
%%WWWDIR%%/apps/theming/l10n/es_HN.js
9732
%%WWWDIR%%/apps/theming/l10n/es_HN.json
8787
%%WWWDIR%%/apps/theming/l10n/es_MX.js
9733
%%WWWDIR%%/apps/theming/l10n/es_MX.js
8788
%%WWWDIR%%/apps/theming/l10n/es_MX.json
9734
%%WWWDIR%%/apps/theming/l10n/es_MX.json
9735
%%WWWDIR%%/apps/theming/l10n/es_NI.js
9736
%%WWWDIR%%/apps/theming/l10n/es_NI.json
9737
%%WWWDIR%%/apps/theming/l10n/es_PA.js
9738
%%WWWDIR%%/apps/theming/l10n/es_PA.json
9739
%%WWWDIR%%/apps/theming/l10n/es_PE.js
9740
%%WWWDIR%%/apps/theming/l10n/es_PE.json
9741
%%WWWDIR%%/apps/theming/l10n/es_PR.js
9742
%%WWWDIR%%/apps/theming/l10n/es_PR.json
9743
%%WWWDIR%%/apps/theming/l10n/es_PY.js
9744
%%WWWDIR%%/apps/theming/l10n/es_PY.json
9745
%%WWWDIR%%/apps/theming/l10n/es_SV.js
9746
%%WWWDIR%%/apps/theming/l10n/es_SV.json
9747
%%WWWDIR%%/apps/theming/l10n/es_UY.js
9748
%%WWWDIR%%/apps/theming/l10n/es_UY.json
9749
%%WWWDIR%%/apps/theming/l10n/et_EE.js
9750
%%WWWDIR%%/apps/theming/l10n/et_EE.json
8789
%%WWWDIR%%/apps/theming/l10n/fi.js
9751
%%WWWDIR%%/apps/theming/l10n/fi.js
8790
%%WWWDIR%%/apps/theming/l10n/fi.json
9752
%%WWWDIR%%/apps/theming/l10n/fi.json
8791
%%WWWDIR%%/apps/theming/l10n/fr.js
9753
%%WWWDIR%%/apps/theming/l10n/fr.js
Lines 8802-8807 Link Here
8802
%%WWWDIR%%/apps/theming/l10n/it.json
9764
%%WWWDIR%%/apps/theming/l10n/it.json
8803
%%WWWDIR%%/apps/theming/l10n/ja.js
9765
%%WWWDIR%%/apps/theming/l10n/ja.js
8804
%%WWWDIR%%/apps/theming/l10n/ja.json
9766
%%WWWDIR%%/apps/theming/l10n/ja.json
9767
%%WWWDIR%%/apps/theming/l10n/ka_GE.js
9768
%%WWWDIR%%/apps/theming/l10n/ka_GE.json
8805
%%WWWDIR%%/apps/theming/l10n/ko.js
9769
%%WWWDIR%%/apps/theming/l10n/ko.js
8806
%%WWWDIR%%/apps/theming/l10n/ko.json
9770
%%WWWDIR%%/apps/theming/l10n/ko.json
8807
%%WWWDIR%%/apps/theming/l10n/lt_LT.js
9771
%%WWWDIR%%/apps/theming/l10n/lt_LT.js
Lines 8826-8831 Link Here
8826
%%WWWDIR%%/apps/theming/l10n/sl.json
9790
%%WWWDIR%%/apps/theming/l10n/sl.json
8827
%%WWWDIR%%/apps/theming/l10n/sq.js
9791
%%WWWDIR%%/apps/theming/l10n/sq.js
8828
%%WWWDIR%%/apps/theming/l10n/sq.json
9792
%%WWWDIR%%/apps/theming/l10n/sq.json
9793
%%WWWDIR%%/apps/theming/l10n/sr.js
9794
%%WWWDIR%%/apps/theming/l10n/sr.json
8829
%%WWWDIR%%/apps/theming/l10n/sv.js
9795
%%WWWDIR%%/apps/theming/l10n/sv.js
8830
%%WWWDIR%%/apps/theming/l10n/sv.json
9796
%%WWWDIR%%/apps/theming/l10n/sv.json
8831
%%WWWDIR%%/apps/theming/l10n/tr.js
9797
%%WWWDIR%%/apps/theming/l10n/tr.js
Lines 8848-8857 Link Here
8848
%%WWWDIR%%/apps/theming/lib/Util.php
9814
%%WWWDIR%%/apps/theming/lib/Util.php
8849
%%WWWDIR%%/apps/theming/templates/settings-admin.php
9815
%%WWWDIR%%/apps/theming/templates/settings-admin.php
8850
%%WWWDIR%%/apps/twofactor_backupcodes/appinfo/app.php
9816
%%WWWDIR%%/apps/twofactor_backupcodes/appinfo/app.php
8851
%%WWWDIR%%/apps/twofactor_backupcodes/appinfo/database.xml
8852
%%WWWDIR%%/apps/twofactor_backupcodes/appinfo/info.xml
9817
%%WWWDIR%%/apps/twofactor_backupcodes/appinfo/info.xml
8853
%%WWWDIR%%/apps/twofactor_backupcodes/appinfo/routes.php
9818
%%WWWDIR%%/apps/twofactor_backupcodes/appinfo/routes.php
8854
%%WWWDIR%%/apps/twofactor_backupcodes/appinfo/signature.json
9819
%%WWWDIR%%/apps/twofactor_backupcodes/appinfo/signature.json
9820
%%WWWDIR%%/apps/twofactor_backupcodes/composer/autoload.php
9821
%%WWWDIR%%/apps/twofactor_backupcodes/composer/composer.json
9822
%%WWWDIR%%/apps/twofactor_backupcodes/composer/composer/ClassLoader.php
9823
%%WWWDIR%%/apps/twofactor_backupcodes/composer/composer/LICENSE
9824
%%WWWDIR%%/apps/twofactor_backupcodes/composer/composer/autoload_classmap.php
9825
%%WWWDIR%%/apps/twofactor_backupcodes/composer/composer/autoload_namespaces.php
9826
%%WWWDIR%%/apps/twofactor_backupcodes/composer/composer/autoload_psr4.php
9827
%%WWWDIR%%/apps/twofactor_backupcodes/composer/composer/autoload_real.php
9828
%%WWWDIR%%/apps/twofactor_backupcodes/composer/composer/autoload_static.php
8855
%%WWWDIR%%/apps/twofactor_backupcodes/css/style.css
9829
%%WWWDIR%%/apps/twofactor_backupcodes/css/style.css
8856
%%WWWDIR%%/apps/twofactor_backupcodes/js/settings.js
9830
%%WWWDIR%%/apps/twofactor_backupcodes/js/settings.js
8857
%%WWWDIR%%/apps/twofactor_backupcodes/js/settingsview.js
9831
%%WWWDIR%%/apps/twofactor_backupcodes/js/settingsview.js
Lines 8858-8863 Link Here
8858
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/.gitkeep
9832
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/.gitkeep
8859
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/af.js
9833
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/af.js
8860
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/af.json
9834
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/af.json
9835
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ca.js
9836
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ca.json
8861
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/cs.js
9837
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/cs.js
8862
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/cs.json
9838
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/cs.json
8863
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/cs_CZ.js
9839
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/cs_CZ.js
Lines 8876-8883 Link Here
8876
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es.json
9852
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es.json
8877
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_AR.js
9853
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_AR.js
8878
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_AR.json
9854
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_AR.json
9855
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_CL.js
9856
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_CL.json
9857
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_CO.js
9858
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_CO.json
9859
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_CR.js
9860
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_CR.json
9861
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_DO.js
9862
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_DO.json
9863
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_EC.js
9864
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_EC.json
9865
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_GT.js
9866
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_GT.json
9867
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_HN.js
9868
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_HN.json
8879
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_MX.js
9869
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_MX.js
8880
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_MX.json
9870
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_MX.json
9871
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_NI.js
9872
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_NI.json
9873
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_PA.js
9874
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_PA.json
9875
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_PE.js
9876
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_PE.json
9877
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_PR.js
9878
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_PR.json
9879
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_PY.js
9880
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_PY.json
9881
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_SV.js
9882
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_SV.json
9883
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_UY.js
9884
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/es_UY.json
8881
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/fi.js
9885
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/fi.js
8882
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/fi.json
9886
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/fi.json
8883
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/fr.js
9887
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/fr.js
Lines 8894-8899 Link Here
8894
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/it.json
9898
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/it.json
8895
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ja.js
9899
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ja.js
8896
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ja.json
9900
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ja.json
9901
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ka_GE.js
9902
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ka_GE.json
8897
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ko.js
9903
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ko.js
8898
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ko.json
9904
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ko.json
8899
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/lv.js
9905
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/lv.js
Lines 8912-8919 Link Here
8912
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/pt_BR.json
9918
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/pt_BR.json
8913
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ru.js
9919
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ru.js
8914
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ru.json
9920
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/ru.json
9921
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/sk.js
9922
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/sk.json
8915
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/sq.js
9923
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/sq.js
8916
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/sq.json
9924
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/sq.json
9925
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/sr.js
9926
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/sr.json
8917
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/sv.js
9927
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/sv.js
8918
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/sv.json
9928
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/sv.json
8919
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/tr.js
9929
%%WWWDIR%%/apps/twofactor_backupcodes/l10n/tr.js
Lines 8927-8936 Link Here
8927
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Controller/SettingsController.php
9937
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Controller/SettingsController.php
8928
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Db/BackupCode.php
9938
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Db/BackupCode.php
8929
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Db/BackupCodeMapper.php
9939
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Db/BackupCodeMapper.php
8930
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Migration/CopyEntriesFromOldTable.php
9940
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170607104347.php
9941
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170607113030.php
9942
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170919123342.php
9943
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170926101419.php
8931
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Provider/BackupCodesProvider.php
9944
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Provider/BackupCodesProvider.php
8932
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Service/BackupCodeStorage.php
9945
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Service/BackupCodeStorage.php
8933
%%WWWDIR%%/apps/twofactor_backupcodes/settings/personal.php
9946
%%WWWDIR%%/apps/twofactor_backupcodes/lib/Settings/Personal.php
8934
%%WWWDIR%%/apps/twofactor_backupcodes/templates/challenge.php
9947
%%WWWDIR%%/apps/twofactor_backupcodes/templates/challenge.php
8935
%%WWWDIR%%/apps/twofactor_backupcodes/templates/personal.php
9948
%%WWWDIR%%/apps/twofactor_backupcodes/templates/personal.php
8936
%%WWWDIR%%/apps/updatenotification/appinfo/app.php
9949
%%WWWDIR%%/apps/updatenotification/appinfo/app.php
Lines 8937-8942 Link Here
8937
%%WWWDIR%%/apps/updatenotification/appinfo/info.xml
9950
%%WWWDIR%%/apps/updatenotification/appinfo/info.xml
8938
%%WWWDIR%%/apps/updatenotification/appinfo/routes.php
9951
%%WWWDIR%%/apps/updatenotification/appinfo/routes.php
8939
%%WWWDIR%%/apps/updatenotification/appinfo/signature.json
9952
%%WWWDIR%%/apps/updatenotification/appinfo/signature.json
9953
%%WWWDIR%%/apps/updatenotification/composer/autoload.php
9954
%%WWWDIR%%/apps/updatenotification/composer/composer.json
9955
%%WWWDIR%%/apps/updatenotification/composer/composer/ClassLoader.php
9956
%%WWWDIR%%/apps/updatenotification/composer/composer/LICENSE
9957
%%WWWDIR%%/apps/updatenotification/composer/composer/autoload_classmap.php
9958
%%WWWDIR%%/apps/updatenotification/composer/composer/autoload_namespaces.php
9959
%%WWWDIR%%/apps/updatenotification/composer/composer/autoload_psr4.php
9960
%%WWWDIR%%/apps/updatenotification/composer/composer/autoload_real.php
9961
%%WWWDIR%%/apps/updatenotification/composer/composer/autoload_static.php
9962
%%WWWDIR%%/apps/updatenotification/css/admin.css
8940
%%WWWDIR%%/apps/updatenotification/img/app.svg
9963
%%WWWDIR%%/apps/updatenotification/img/app.svg
8941
%%WWWDIR%%/apps/updatenotification/img/notification.svg
9964
%%WWWDIR%%/apps/updatenotification/img/notification.svg
8942
%%WWWDIR%%/apps/updatenotification/js/admin.js
9965
%%WWWDIR%%/apps/updatenotification/js/admin.js
Lines 8980-8987 Link Here
8980
%%WWWDIR%%/apps/updatenotification/l10n/es.json
10003
%%WWWDIR%%/apps/updatenotification/l10n/es.json
8981
%%WWWDIR%%/apps/updatenotification/l10n/es_AR.js
10004
%%WWWDIR%%/apps/updatenotification/l10n/es_AR.js
8982
%%WWWDIR%%/apps/updatenotification/l10n/es_AR.json
10005
%%WWWDIR%%/apps/updatenotification/l10n/es_AR.json
10006
%%WWWDIR%%/apps/updatenotification/l10n/es_CL.js
10007
%%WWWDIR%%/apps/updatenotification/l10n/es_CL.json
10008
%%WWWDIR%%/apps/updatenotification/l10n/es_CO.js
10009
%%WWWDIR%%/apps/updatenotification/l10n/es_CO.json
10010
%%WWWDIR%%/apps/updatenotification/l10n/es_CR.js
10011
%%WWWDIR%%/apps/updatenotification/l10n/es_CR.json
10012
%%WWWDIR%%/apps/updatenotification/l10n/es_DO.js
10013
%%WWWDIR%%/apps/updatenotification/l10n/es_DO.json
10014
%%WWWDIR%%/apps/updatenotification/l10n/es_EC.js
10015
%%WWWDIR%%/apps/updatenotification/l10n/es_EC.json
10016
%%WWWDIR%%/apps/updatenotification/l10n/es_GT.js
10017
%%WWWDIR%%/apps/updatenotification/l10n/es_GT.json
10018
%%WWWDIR%%/apps/updatenotification/l10n/es_HN.js
10019
%%WWWDIR%%/apps/updatenotification/l10n/es_HN.json
8983
%%WWWDIR%%/apps/updatenotification/l10n/es_MX.js
10020
%%WWWDIR%%/apps/updatenotification/l10n/es_MX.js
8984
%%WWWDIR%%/apps/updatenotification/l10n/es_MX.json
10021
%%WWWDIR%%/apps/updatenotification/l10n/es_MX.json
10022
%%WWWDIR%%/apps/updatenotification/l10n/es_NI.js
10023
%%WWWDIR%%/apps/updatenotification/l10n/es_NI.json
10024
%%WWWDIR%%/apps/updatenotification/l10n/es_PA.js
10025
%%WWWDIR%%/apps/updatenotification/l10n/es_PA.json
10026
%%WWWDIR%%/apps/updatenotification/l10n/es_PE.js
10027
%%WWWDIR%%/apps/updatenotification/l10n/es_PE.json
10028
%%WWWDIR%%/apps/updatenotification/l10n/es_PR.js
10029
%%WWWDIR%%/apps/updatenotification/l10n/es_PR.json
10030
%%WWWDIR%%/apps/updatenotification/l10n/es_PY.js
10031
%%WWWDIR%%/apps/updatenotification/l10n/es_PY.json
10032
%%WWWDIR%%/apps/updatenotification/l10n/es_SV.js
10033
%%WWWDIR%%/apps/updatenotification/l10n/es_SV.json
10034
%%WWWDIR%%/apps/updatenotification/l10n/es_UY.js
10035
%%WWWDIR%%/apps/updatenotification/l10n/es_UY.json
8985
%%WWWDIR%%/apps/updatenotification/l10n/et_EE.js
10036
%%WWWDIR%%/apps/updatenotification/l10n/et_EE.js
8986
%%WWWDIR%%/apps/updatenotification/l10n/et_EE.json
10037
%%WWWDIR%%/apps/updatenotification/l10n/et_EE.json
8987
%%WWWDIR%%/apps/updatenotification/l10n/eu.js
10038
%%WWWDIR%%/apps/updatenotification/l10n/eu.js
Lines 9014-9019 Link Here
9014
%%WWWDIR%%/apps/updatenotification/l10n/it.json
10065
%%WWWDIR%%/apps/updatenotification/l10n/it.json
9015
%%WWWDIR%%/apps/updatenotification/l10n/ja.js
10066
%%WWWDIR%%/apps/updatenotification/l10n/ja.js
9016
%%WWWDIR%%/apps/updatenotification/l10n/ja.json
10067
%%WWWDIR%%/apps/updatenotification/l10n/ja.json
10068
%%WWWDIR%%/apps/updatenotification/l10n/ka_GE.js
10069
%%WWWDIR%%/apps/updatenotification/l10n/ka_GE.json
9017
%%WWWDIR%%/apps/updatenotification/l10n/ko.js
10070
%%WWWDIR%%/apps/updatenotification/l10n/ko.js
9018
%%WWWDIR%%/apps/updatenotification/l10n/ko.json
10071
%%WWWDIR%%/apps/updatenotification/l10n/ko.json
9019
%%WWWDIR%%/apps/updatenotification/l10n/lb.js
10072
%%WWWDIR%%/apps/updatenotification/l10n/lb.js
Lines 9098-9103 Link Here
9098
%%WWWDIR%%/apps/user_ldap/appinfo/routes.php
10151
%%WWWDIR%%/apps/user_ldap/appinfo/routes.php
9099
%%WWWDIR%%/apps/user_ldap/appinfo/signature.json
10152
%%WWWDIR%%/apps/user_ldap/appinfo/signature.json
9100
%%WWWDIR%%/apps/user_ldap/appinfo/update.php
10153
%%WWWDIR%%/apps/user_ldap/appinfo/update.php
10154
%%WWWDIR%%/apps/user_ldap/composer/autoload.php
10155
%%WWWDIR%%/apps/user_ldap/composer/composer.json
10156
%%WWWDIR%%/apps/user_ldap/composer/composer/ClassLoader.php
10157
%%WWWDIR%%/apps/user_ldap/composer/composer/LICENSE
10158
%%WWWDIR%%/apps/user_ldap/composer/composer/autoload_classmap.php
10159
%%WWWDIR%%/apps/user_ldap/composer/composer/autoload_namespaces.php
10160
%%WWWDIR%%/apps/user_ldap/composer/composer/autoload_psr4.php
10161
%%WWWDIR%%/apps/user_ldap/composer/composer/autoload_real.php
10162
%%WWWDIR%%/apps/user_ldap/composer/composer/autoload_static.php
9101
%%WWWDIR%%/apps/user_ldap/css/renewPassword.css
10163
%%WWWDIR%%/apps/user_ldap/css/renewPassword.css
9102
%%WWWDIR%%/apps/user_ldap/css/settings.css
10164
%%WWWDIR%%/apps/user_ldap/css/settings.css
9103
%%WWWDIR%%/apps/user_ldap/img/app-dark.svg
10165
%%WWWDIR%%/apps/user_ldap/img/app-dark.svg
Lines 9200-9207 Link Here
9200
%%WWWDIR%%/apps/user_ldap/l10n/es_AR.json
10262
%%WWWDIR%%/apps/user_ldap/l10n/es_AR.json
9201
%%WWWDIR%%/apps/user_ldap/l10n/es_CL.js
10263
%%WWWDIR%%/apps/user_ldap/l10n/es_CL.js
9202
%%WWWDIR%%/apps/user_ldap/l10n/es_CL.json
10264
%%WWWDIR%%/apps/user_ldap/l10n/es_CL.json
10265
%%WWWDIR%%/apps/user_ldap/l10n/es_CO.js
10266
%%WWWDIR%%/apps/user_ldap/l10n/es_CO.json
10267
%%WWWDIR%%/apps/user_ldap/l10n/es_CR.js
10268
%%WWWDIR%%/apps/user_ldap/l10n/es_CR.json
10269
%%WWWDIR%%/apps/user_ldap/l10n/es_DO.js
10270
%%WWWDIR%%/apps/user_ldap/l10n/es_DO.json
10271
%%WWWDIR%%/apps/user_ldap/l10n/es_EC.js
10272
%%WWWDIR%%/apps/user_ldap/l10n/es_EC.json
10273
%%WWWDIR%%/apps/user_ldap/l10n/es_GT.js
10274
%%WWWDIR%%/apps/user_ldap/l10n/es_GT.json
10275
%%WWWDIR%%/apps/user_ldap/l10n/es_HN.js
10276
%%WWWDIR%%/apps/user_ldap/l10n/es_HN.json
9203
%%WWWDIR%%/apps/user_ldap/l10n/es_MX.js
10277
%%WWWDIR%%/apps/user_ldap/l10n/es_MX.js
9204
%%WWWDIR%%/apps/user_ldap/l10n/es_MX.json
10278
%%WWWDIR%%/apps/user_ldap/l10n/es_MX.json
10279
%%WWWDIR%%/apps/user_ldap/l10n/es_NI.js
10280
%%WWWDIR%%/apps/user_ldap/l10n/es_NI.json
10281
%%WWWDIR%%/apps/user_ldap/l10n/es_PA.js
10282
%%WWWDIR%%/apps/user_ldap/l10n/es_PA.json
10283
%%WWWDIR%%/apps/user_ldap/l10n/es_PE.js
10284
%%WWWDIR%%/apps/user_ldap/l10n/es_PE.json
10285
%%WWWDIR%%/apps/user_ldap/l10n/es_PR.js
10286
%%WWWDIR%%/apps/user_ldap/l10n/es_PR.json
10287
%%WWWDIR%%/apps/user_ldap/l10n/es_PY.js
10288
%%WWWDIR%%/apps/user_ldap/l10n/es_PY.json
10289
%%WWWDIR%%/apps/user_ldap/l10n/es_SV.js
10290
%%WWWDIR%%/apps/user_ldap/l10n/es_SV.json
10291
%%WWWDIR%%/apps/user_ldap/l10n/es_UY.js
10292
%%WWWDIR%%/apps/user_ldap/l10n/es_UY.json
9205
%%WWWDIR%%/apps/user_ldap/l10n/et_EE.js
10293
%%WWWDIR%%/apps/user_ldap/l10n/et_EE.js
9206
%%WWWDIR%%/apps/user_ldap/l10n/et_EE.json
10294
%%WWWDIR%%/apps/user_ldap/l10n/et_EE.json
9207
%%WWWDIR%%/apps/user_ldap/l10n/eu.js
10295
%%WWWDIR%%/apps/user_ldap/l10n/eu.js
Lines 9378-9389 Link Here
9378
%%WWWDIR%%/apps/user_ldap/lib/Exceptions/ConstraintViolationException.php
10466
%%WWWDIR%%/apps/user_ldap/lib/Exceptions/ConstraintViolationException.php
9379
%%WWWDIR%%/apps/user_ldap/lib/Exceptions/NotOnLDAP.php
10467
%%WWWDIR%%/apps/user_ldap/lib/Exceptions/NotOnLDAP.php
9380
%%WWWDIR%%/apps/user_ldap/lib/FilesystemHelper.php
10468
%%WWWDIR%%/apps/user_ldap/lib/FilesystemHelper.php
10469
%%WWWDIR%%/apps/user_ldap/lib/GroupPluginManager.php
9381
%%WWWDIR%%/apps/user_ldap/lib/Group_LDAP.php
10470
%%WWWDIR%%/apps/user_ldap/lib/Group_LDAP.php
9382
%%WWWDIR%%/apps/user_ldap/lib/Group_Proxy.php
10471
%%WWWDIR%%/apps/user_ldap/lib/Group_Proxy.php
9383
%%WWWDIR%%/apps/user_ldap/lib/Helper.php
10472
%%WWWDIR%%/apps/user_ldap/lib/Helper.php
10473
%%WWWDIR%%/apps/user_ldap/lib/IGroupLDAP.php
10474
%%WWWDIR%%/apps/user_ldap/lib/ILDAPGroupPlugin.php
10475
%%WWWDIR%%/apps/user_ldap/lib/ILDAPUserPlugin.php
9384
%%WWWDIR%%/apps/user_ldap/lib/ILDAPWrapper.php
10476
%%WWWDIR%%/apps/user_ldap/lib/ILDAPWrapper.php
9385
%%WWWDIR%%/apps/user_ldap/lib/IUserLDAP.php
10477
%%WWWDIR%%/apps/user_ldap/lib/IUserLDAP.php
9386
%%WWWDIR%%/apps/user_ldap/lib/Jobs/CleanUp.php
10478
%%WWWDIR%%/apps/user_ldap/lib/Jobs/CleanUp.php
10479
%%WWWDIR%%/apps/user_ldap/lib/Jobs/Sync.php
9387
%%WWWDIR%%/apps/user_ldap/lib/Jobs/UpdateGroups.php
10480
%%WWWDIR%%/apps/user_ldap/lib/Jobs/UpdateGroups.php
9388
%%WWWDIR%%/apps/user_ldap/lib/LDAP.php
10481
%%WWWDIR%%/apps/user_ldap/lib/LDAP.php
9389
%%WWWDIR%%/apps/user_ldap/lib/LDAPProvider.php
10482
%%WWWDIR%%/apps/user_ldap/lib/LDAPProvider.php
Lines 9406-9411 Link Here
9406
%%WWWDIR%%/apps/user_ldap/lib/User/Manager.php
10499
%%WWWDIR%%/apps/user_ldap/lib/User/Manager.php
9407
%%WWWDIR%%/apps/user_ldap/lib/User/OfflineUser.php
10500
%%WWWDIR%%/apps/user_ldap/lib/User/OfflineUser.php
9408
%%WWWDIR%%/apps/user_ldap/lib/User/User.php
10501
%%WWWDIR%%/apps/user_ldap/lib/User/User.php
10502
%%WWWDIR%%/apps/user_ldap/lib/UserPluginManager.php
9409
%%WWWDIR%%/apps/user_ldap/lib/User_LDAP.php
10503
%%WWWDIR%%/apps/user_ldap/lib/User_LDAP.php
9410
%%WWWDIR%%/apps/user_ldap/lib/User_Proxy.php
10504
%%WWWDIR%%/apps/user_ldap/lib/User_Proxy.php
9411
%%WWWDIR%%/apps/user_ldap/lib/Wizard.php
10505
%%WWWDIR%%/apps/user_ldap/lib/Wizard.php
Lines 9463-9470 Link Here
9463
%%WWWDIR%%/apps/workflowengine/l10n/es.json
10557
%%WWWDIR%%/apps/workflowengine/l10n/es.json
9464
%%WWWDIR%%/apps/workflowengine/l10n/es_AR.js
10558
%%WWWDIR%%/apps/workflowengine/l10n/es_AR.js
9465
%%WWWDIR%%/apps/workflowengine/l10n/es_AR.json
10559
%%WWWDIR%%/apps/workflowengine/l10n/es_AR.json
10560
%%WWWDIR%%/apps/workflowengine/l10n/es_CL.js
10561
%%WWWDIR%%/apps/workflowengine/l10n/es_CL.json
10562
%%WWWDIR%%/apps/workflowengine/l10n/es_CO.js
10563
%%WWWDIR%%/apps/workflowengine/l10n/es_CO.json
10564
%%WWWDIR%%/apps/workflowengine/l10n/es_CR.js
10565
%%WWWDIR%%/apps/workflowengine/l10n/es_CR.json
10566
%%WWWDIR%%/apps/workflowengine/l10n/es_DO.js
10567
%%WWWDIR%%/apps/workflowengine/l10n/es_DO.json
10568
%%WWWDIR%%/apps/workflowengine/l10n/es_EC.js
10569
%%WWWDIR%%/apps/workflowengine/l10n/es_EC.json
10570
%%WWWDIR%%/apps/workflowengine/l10n/es_GT.js
10571
%%WWWDIR%%/apps/workflowengine/l10n/es_GT.json
10572
%%WWWDIR%%/apps/workflowengine/l10n/es_HN.js
10573
%%WWWDIR%%/apps/workflowengine/l10n/es_HN.json
9466
%%WWWDIR%%/apps/workflowengine/l10n/es_MX.js
10574
%%WWWDIR%%/apps/workflowengine/l10n/es_MX.js
9467
%%WWWDIR%%/apps/workflowengine/l10n/es_MX.json
10575
%%WWWDIR%%/apps/workflowengine/l10n/es_MX.json
10576
%%WWWDIR%%/apps/workflowengine/l10n/es_NI.js
10577
%%WWWDIR%%/apps/workflowengine/l10n/es_NI.json
10578
%%WWWDIR%%/apps/workflowengine/l10n/es_PA.js
10579
%%WWWDIR%%/apps/workflowengine/l10n/es_PA.json
10580
%%WWWDIR%%/apps/workflowengine/l10n/es_PE.js
10581
%%WWWDIR%%/apps/workflowengine/l10n/es_PE.json
10582
%%WWWDIR%%/apps/workflowengine/l10n/es_PR.js
10583
%%WWWDIR%%/apps/workflowengine/l10n/es_PR.json
10584
%%WWWDIR%%/apps/workflowengine/l10n/es_PY.js
10585
%%WWWDIR%%/apps/workflowengine/l10n/es_PY.json
10586
%%WWWDIR%%/apps/workflowengine/l10n/es_SV.js
10587
%%WWWDIR%%/apps/workflowengine/l10n/es_SV.json
10588
%%WWWDIR%%/apps/workflowengine/l10n/es_UY.js
10589
%%WWWDIR%%/apps/workflowengine/l10n/es_UY.json
10590
%%WWWDIR%%/apps/workflowengine/l10n/et_EE.js
10591
%%WWWDIR%%/apps/workflowengine/l10n/et_EE.json
9468
%%WWWDIR%%/apps/workflowengine/l10n/fa.js
10592
%%WWWDIR%%/apps/workflowengine/l10n/fa.js
9469
%%WWWDIR%%/apps/workflowengine/l10n/fa.json
10593
%%WWWDIR%%/apps/workflowengine/l10n/fa.json
9470
%%WWWDIR%%/apps/workflowengine/l10n/fi.js
10594
%%WWWDIR%%/apps/workflowengine/l10n/fi.js
Lines 9485-9490 Link Here
9485
%%WWWDIR%%/apps/workflowengine/l10n/it.json
10609
%%WWWDIR%%/apps/workflowengine/l10n/it.json
9486
%%WWWDIR%%/apps/workflowengine/l10n/ja.js
10610
%%WWWDIR%%/apps/workflowengine/l10n/ja.js
9487
%%WWWDIR%%/apps/workflowengine/l10n/ja.json
10611
%%WWWDIR%%/apps/workflowengine/l10n/ja.json
10612
%%WWWDIR%%/apps/workflowengine/l10n/ka_GE.js
10613
%%WWWDIR%%/apps/workflowengine/l10n/ka_GE.json
9488
%%WWWDIR%%/apps/workflowengine/l10n/ko.js
10614
%%WWWDIR%%/apps/workflowengine/l10n/ko.js
9489
%%WWWDIR%%/apps/workflowengine/l10n/ko.json
10615
%%WWWDIR%%/apps/workflowengine/l10n/ko.json
9490
%%WWWDIR%%/apps/workflowengine/l10n/lt_LT.js
10616
%%WWWDIR%%/apps/workflowengine/l10n/lt_LT.js
Lines 9511-9516 Link Here
9511
%%WWWDIR%%/apps/workflowengine/l10n/sk_SK.json
10637
%%WWWDIR%%/apps/workflowengine/l10n/sk_SK.json
9512
%%WWWDIR%%/apps/workflowengine/l10n/sq.js
10638
%%WWWDIR%%/apps/workflowengine/l10n/sq.js
9513
%%WWWDIR%%/apps/workflowengine/l10n/sq.json
10639
%%WWWDIR%%/apps/workflowengine/l10n/sq.json
10640
%%WWWDIR%%/apps/workflowengine/l10n/sr.js
10641
%%WWWDIR%%/apps/workflowengine/l10n/sr.json
9514
%%WWWDIR%%/apps/workflowengine/l10n/sv.js
10642
%%WWWDIR%%/apps/workflowengine/l10n/sv.js
9515
%%WWWDIR%%/apps/workflowengine/l10n/sv.json
10643
%%WWWDIR%%/apps/workflowengine/l10n/sv.json
9516
%%WWWDIR%%/apps/workflowengine/l10n/tr.js
10644
%%WWWDIR%%/apps/workflowengine/l10n/tr.js
Lines 9536-9541 Link Here
9536
%%WWWDIR%%/apps/workflowengine/templates/admin.php
10664
%%WWWDIR%%/apps/workflowengine/templates/admin.php
9537
%%WWWDIR%%/config/.htaccess
10665
%%WWWDIR%%/config/.htaccess
9538
%%WWWDIR%%/config/config.sample.php
10666
%%WWWDIR%%/config/config.sample.php
10667
@comment %%WWWDIR%%/config/config.sample.php.bak
9539
@owner
10668
@owner
9540
@group
10669
@group
9541
%%WWWDIR%%/console.php
10670
%%WWWDIR%%/console.php
Lines 9544-9549 Link Here
9544
%%WWWDIR%%/core/Command/App/Disable.php
10673
%%WWWDIR%%/core/Command/App/Disable.php
9545
%%WWWDIR%%/core/Command/App/Enable.php
10674
%%WWWDIR%%/core/Command/App/Enable.php
9546
%%WWWDIR%%/core/Command/App/GetPath.php
10675
%%WWWDIR%%/core/Command/App/GetPath.php
10676
%%WWWDIR%%/core/Command/App/Install.php
9547
%%WWWDIR%%/core/Command/App/ListApps.php
10677
%%WWWDIR%%/core/Command/App/ListApps.php
9548
%%WWWDIR%%/core/Command/Background/Ajax.php
10678
%%WWWDIR%%/core/Command/Background/Ajax.php
9549
%%WWWDIR%%/core/Command/Background/Base.php
10679
%%WWWDIR%%/core/Command/Background/Base.php
Lines 9561-9569 Link Here
9561
%%WWWDIR%%/core/Command/Config/System/DeleteConfig.php
10691
%%WWWDIR%%/core/Command/Config/System/DeleteConfig.php
9562
%%WWWDIR%%/core/Command/Config/System/GetConfig.php
10692
%%WWWDIR%%/core/Command/Config/System/GetConfig.php
9563
%%WWWDIR%%/core/Command/Config/System/SetConfig.php
10693
%%WWWDIR%%/core/Command/Config/System/SetConfig.php
10694
%%WWWDIR%%/core/Command/Db/ConvertFilecacheBigInt.php
9564
%%WWWDIR%%/core/Command/Db/ConvertMysqlToMB4.php
10695
%%WWWDIR%%/core/Command/Db/ConvertMysqlToMB4.php
9565
%%WWWDIR%%/core/Command/Db/ConvertType.php
10696
%%WWWDIR%%/core/Command/Db/ConvertType.php
9566
%%WWWDIR%%/core/Command/Db/GenerateChangeScript.php
10697
%%WWWDIR%%/core/Command/Db/Migrations/ExecuteCommand.php
10698
%%WWWDIR%%/core/Command/Db/Migrations/GenerateCommand.php
10699
%%WWWDIR%%/core/Command/Db/Migrations/GenerateFromSchemaFileCommand.php
10700
%%WWWDIR%%/core/Command/Db/Migrations/MigrateCommand.php
10701
%%WWWDIR%%/core/Command/Db/Migrations/StatusCommand.php
9567
%%WWWDIR%%/core/Command/Encryption/ChangeKeyStorageRoot.php
10702
%%WWWDIR%%/core/Command/Encryption/ChangeKeyStorageRoot.php
9568
%%WWWDIR%%/core/Command/Encryption/DecryptAll.php
10703
%%WWWDIR%%/core/Command/Encryption/DecryptAll.php
9569
%%WWWDIR%%/core/Command/Encryption/Disable.php
10704
%%WWWDIR%%/core/Command/Encryption/Disable.php
Lines 9591-9596 Link Here
9591
%%WWWDIR%%/core/Command/Maintenance/Mode.php
10726
%%WWWDIR%%/core/Command/Maintenance/Mode.php
9592
%%WWWDIR%%/core/Command/Maintenance/Repair.php
10727
%%WWWDIR%%/core/Command/Maintenance/Repair.php
9593
%%WWWDIR%%/core/Command/Maintenance/UpdateHtaccess.php
10728
%%WWWDIR%%/core/Command/Maintenance/UpdateHtaccess.php
10729
%%WWWDIR%%/core/Command/Maintenance/UpdateTheme.php
9594
%%WWWDIR%%/core/Command/Security/ImportCertificate.php
10730
%%WWWDIR%%/core/Command/Security/ImportCertificate.php
9595
%%WWWDIR%%/core/Command/Security/ListCertificates.php
10731
%%WWWDIR%%/core/Command/Security/ListCertificates.php
9596
%%WWWDIR%%/core/Command/Security/RemoveCertificate.php
10732
%%WWWDIR%%/core/Command/Security/RemoveCertificate.php
Lines 9609-9614 Link Here
9609
%%WWWDIR%%/core/Command/User/Report.php
10745
%%WWWDIR%%/core/Command/User/Report.php
9610
%%WWWDIR%%/core/Command/User/ResetPassword.php
10746
%%WWWDIR%%/core/Command/User/ResetPassword.php
9611
%%WWWDIR%%/core/Command/User/Setting.php
10747
%%WWWDIR%%/core/Command/User/Setting.php
10748
%%WWWDIR%%/core/Controller/AutoCompleteController.php
9612
%%WWWDIR%%/core/Controller/AvatarController.php
10749
%%WWWDIR%%/core/Controller/AvatarController.php
9613
%%WWWDIR%%/core/Controller/ClientFlowLoginController.php
10750
%%WWWDIR%%/core/Controller/ClientFlowLoginController.php
9614
%%WWWDIR%%/core/Controller/ContactsMenuController.php
10751
%%WWWDIR%%/core/Controller/ContactsMenuController.php
Lines 9622-9628 Link Here
9622
%%WWWDIR%%/core/Controller/SetupController.php
10759
%%WWWDIR%%/core/Controller/SetupController.php
9623
%%WWWDIR%%/core/Controller/TwoFactorChallengeController.php
10760
%%WWWDIR%%/core/Controller/TwoFactorChallengeController.php
9624
%%WWWDIR%%/core/Controller/UserController.php
10761
%%WWWDIR%%/core/Controller/UserController.php
10762
%%WWWDIR%%/core/Controller/WalledGardenController.php
9625
%%WWWDIR%%/core/Middleware/TwoFactorMiddleware.php
10763
%%WWWDIR%%/core/Middleware/TwoFactorMiddleware.php
10764
%%WWWDIR%%/core/Migrations/Version13000Date20170705121758.php
10765
%%WWWDIR%%/core/Migrations/Version13000Date20170718121200.php
10766
%%WWWDIR%%/core/Migrations/Version13000Date20170814074715.php
10767
%%WWWDIR%%/core/Migrations/Version13000Date20170919121250.php
10768
%%WWWDIR%%/core/Migrations/Version13000Date20170926101637.php
9626
%%WWWDIR%%/core/ajax/update.php
10769
%%WWWDIR%%/core/ajax/update.php
9627
%%WWWDIR%%/core/css/apps.scss
10770
%%WWWDIR%%/core/css/apps.scss
9628
%%WWWDIR%%/core/css/fixes.scss
10771
%%WWWDIR%%/core/css/fixes.scss
Lines 9631-9650 Link Here
9631
%%WWWDIR%%/core/css/guest.css
10774
%%WWWDIR%%/core/css/guest.css
9632
%%WWWDIR%%/core/css/header.scss
10775
%%WWWDIR%%/core/css/header.scss
9633
%%WWWDIR%%/core/css/icons.scss
10776
%%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
10777
%%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
10778
%%WWWDIR%%/core/css/images/ui-bg_flat_10_000000_40x100.png
9638
%%WWWDIR%%/core/css/images/ui-bg_flat_35_1d2d44_40x100.png
10779
%%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
10780
%%WWWDIR%%/core/css/images/ui-icons_1d2d44_256x240.png
9643
%%WWWDIR%%/core/css/images/ui-icons_ffd27a_256x240.png
10781
%%WWWDIR%%/core/css/images/ui-icons_ffd27a_256x240.png
9644
%%WWWDIR%%/core/css/images/ui-icons_ffffff_256x240.png
10782
%%WWWDIR%%/core/css/images/ui-icons_ffffff_256x240.png
9645
%%WWWDIR%%/core/css/inputs.scss
10783
%%WWWDIR%%/core/css/inputs.scss
9646
%%WWWDIR%%/core/css/jquery-ui-fixes.css
10784
%%WWWDIR%%/core/css/jquery-ui-fixes.scss
9647
%%WWWDIR%%/core/css/jquery.ocdialog.css
10785
%%WWWDIR%%/core/css/jquery.ocdialog.scss
9648
%%WWWDIR%%/core/css/login/authpicker.css
10786
%%WWWDIR%%/core/css/login/authpicker.css
9649
%%WWWDIR%%/core/css/lostpassword/resetpassword.css
10787
%%WWWDIR%%/core/css/lostpassword/resetpassword.css
9650
%%WWWDIR%%/core/css/mobile.scss
10788
%%WWWDIR%%/core/css/mobile.scss
Lines 9789-9794 Link Here
9789
%%WWWDIR%%/core/doc/admin/_images/users-create.png
10927
%%WWWDIR%%/core/doc/admin/_images/users-create.png
9790
%%WWWDIR%%/core/doc/admin/_images/users-groups.png
10928
%%WWWDIR%%/core/doc/admin/_images/users-groups.png
9791
%%WWWDIR%%/core/doc/admin/_images/webdav.png
10929
%%WWWDIR%%/core/doc/admin/_images/webdav.png
10930
%%WWWDIR%%/core/doc/admin/_sources/configuration_database/bigint_identifiers.txt
9792
%%WWWDIR%%/core/doc/admin/_sources/configuration_database/db_conversion.txt
10931
%%WWWDIR%%/core/doc/admin/_sources/configuration_database/db_conversion.txt
9793
%%WWWDIR%%/core/doc/admin/_sources/configuration_database/index.txt
10932
%%WWWDIR%%/core/doc/admin/_sources/configuration_database/index.txt
9794
%%WWWDIR%%/core/doc/admin/_sources/configuration_database/linux_database_configuration.txt
10933
%%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
10956
%%WWWDIR%%/core/doc/admin/_sources/configuration_files/previews_configuration.txt
9818
%%WWWDIR%%/core/doc/admin/_sources/configuration_files/primary_storage.txt
10957
%%WWWDIR%%/core/doc/admin/_sources/configuration_files/primary_storage.txt
9819
%%WWWDIR%%/core/doc/admin/_sources/configuration_mimetypes/index.txt
10958
%%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
10959
%%WWWDIR%%/core/doc/admin/_sources/configuration_server/activity_configuration.txt
9823
%%WWWDIR%%/core/doc/admin/_sources/configuration_server/antivirus_configuration.txt
10960
%%WWWDIR%%/core/doc/admin/_sources/configuration_server/antivirus_configuration.txt
9824
%%WWWDIR%%/core/doc/admin/_sources/configuration_server/automatic_configuration.txt
10961
%%WWWDIR%%/core/doc/admin/_sources/configuration_server/automatic_configuration.txt
Lines 9841-9846 Link Here
9841
%%WWWDIR%%/core/doc/admin/_sources/configuration_server/theming.txt
10978
%%WWWDIR%%/core/doc/admin/_sources/configuration_server/theming.txt
9842
%%WWWDIR%%/core/doc/admin/_sources/configuration_server/thirdparty_php_configuration.txt
10979
%%WWWDIR%%/core/doc/admin/_sources/configuration_server/thirdparty_php_configuration.txt
9843
%%WWWDIR%%/core/doc/admin/_sources/configuration_user/index.txt
10980
%%WWWDIR%%/core/doc/admin/_sources/configuration_user/index.txt
10981
%%WWWDIR%%/core/doc/admin/_sources/configuration_user/instruction_set_for_apps.txt
10982
%%WWWDIR%%/core/doc/admin/_sources/configuration_user/instruction_set_for_groups.txt
10983
%%WWWDIR%%/core/doc/admin/_sources/configuration_user/instruction_set_for_users.txt
9844
%%WWWDIR%%/core/doc/admin/_sources/configuration_user/reset_admin_password.txt
10984
%%WWWDIR%%/core/doc/admin/_sources/configuration_user/reset_admin_password.txt
9845
%%WWWDIR%%/core/doc/admin/_sources/configuration_user/reset_user_password.txt
10985
%%WWWDIR%%/core/doc/admin/_sources/configuration_user/reset_user_password.txt
9846
%%WWWDIR%%/core/doc/admin/_sources/configuration_user/two_factor-auth.txt
10986
%%WWWDIR%%/core/doc/admin/_sources/configuration_user/two_factor-auth.txt
Lines 9964-9975 Link Here
9964
%%WWWDIR%%/core/doc/admin/_static/social/twitter.svg
11104
%%WWWDIR%%/core/doc/admin/_static/social/twitter.svg
9965
%%WWWDIR%%/core/doc/admin/_static/social/twitterround.png
11105
%%WWWDIR%%/core/doc/admin/_static/social/twitterround.png
9966
%%WWWDIR%%/core/doc/admin/_static/social/youtube.svg
11106
%%WWWDIR%%/core/doc/admin/_static/social/youtube.svg
9967
%%WWWDIR%%/core/doc/admin/_static/style.css
9968
%%WWWDIR%%/core/doc/admin/_static/styles.css
11107
%%WWWDIR%%/core/doc/admin/_static/styles.css
9969
%%WWWDIR%%/core/doc/admin/_static/underscore.js
11108
%%WWWDIR%%/core/doc/admin/_static/underscore.js
9970
%%WWWDIR%%/core/doc/admin/_static/up-pressed.png
11109
%%WWWDIR%%/core/doc/admin/_static/up-pressed.png
9971
%%WWWDIR%%/core/doc/admin/_static/up.png
11110
%%WWWDIR%%/core/doc/admin/_static/up.png
9972
%%WWWDIR%%/core/doc/admin/_static/websupport.js
11111
%%WWWDIR%%/core/doc/admin/_static/websupport.js
11112
%%WWWDIR%%/core/doc/admin/configuration_database/bigint_identifiers.html
9973
%%WWWDIR%%/core/doc/admin/configuration_database/db_conversion.html
11113
%%WWWDIR%%/core/doc/admin/configuration_database/db_conversion.html
9974
%%WWWDIR%%/core/doc/admin/configuration_database/index.html
11114
%%WWWDIR%%/core/doc/admin/configuration_database/index.html
9975
%%WWWDIR%%/core/doc/admin/configuration_database/linux_database_configuration.html
11115
%%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
11138
%%WWWDIR%%/core/doc/admin/configuration_files/previews_configuration.html
9999
%%WWWDIR%%/core/doc/admin/configuration_files/primary_storage.html
11139
%%WWWDIR%%/core/doc/admin/configuration_files/primary_storage.html
10000
%%WWWDIR%%/core/doc/admin/configuration_mimetypes/index.html
11140
%%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
11141
%%WWWDIR%%/core/doc/admin/configuration_server/activity_configuration.html
10004
%%WWWDIR%%/core/doc/admin/configuration_server/antivirus_configuration.html
11142
%%WWWDIR%%/core/doc/admin/configuration_server/antivirus_configuration.html
10005
%%WWWDIR%%/core/doc/admin/configuration_server/automatic_configuration.html
11143
%%WWWDIR%%/core/doc/admin/configuration_server/automatic_configuration.html
Lines 10022-10027 Link Here
10022
%%WWWDIR%%/core/doc/admin/configuration_server/theming.html
11160
%%WWWDIR%%/core/doc/admin/configuration_server/theming.html
10023
%%WWWDIR%%/core/doc/admin/configuration_server/thirdparty_php_configuration.html
11161
%%WWWDIR%%/core/doc/admin/configuration_server/thirdparty_php_configuration.html
10024
%%WWWDIR%%/core/doc/admin/configuration_user/index.html
11162
%%WWWDIR%%/core/doc/admin/configuration_user/index.html
11163
%%WWWDIR%%/core/doc/admin/configuration_user/instruction_set_for_apps.html
11164
%%WWWDIR%%/core/doc/admin/configuration_user/instruction_set_for_groups.html
11165
%%WWWDIR%%/core/doc/admin/configuration_user/instruction_set_for_users.html
10025
%%WWWDIR%%/core/doc/admin/configuration_user/reset_admin_password.html
11166
%%WWWDIR%%/core/doc/admin/configuration_user/reset_admin_password.html
10026
%%WWWDIR%%/core/doc/admin/configuration_user/reset_user_password.html
11167
%%WWWDIR%%/core/doc/admin/configuration_user/reset_user_password.html
10027
%%WWWDIR%%/core/doc/admin/configuration_user/two_factor-auth.html
11168
%%WWWDIR%%/core/doc/admin/configuration_user/two_factor-auth.html
Lines 10078-10083 Link Here
10078
%%WWWDIR%%/core/doc/user/_images/anonym_uploaded_files.png
11219
%%WWWDIR%%/core/doc/user/_images/anonym_uploaded_files.png
10079
%%WWWDIR%%/core/doc/user/_images/apps_menu.png
11220
%%WWWDIR%%/core/doc/user/_images/apps_menu.png
10080
%%WWWDIR%%/core/doc/user/_images/cardbook_icon.png
11221
%%WWWDIR%%/core/doc/user/_images/cardbook_icon.png
11222
%%WWWDIR%%/core/doc/user/_images/contact_bottombar.png
11223
%%WWWDIR%%/core/doc/user/_images/contact_manageaddressbook.png
11224
%%WWWDIR%%/core/doc/user/_images/contact_new.png
11225
%%WWWDIR%%/core/doc/user/_images/contact_picture.png
11226
%%WWWDIR%%/core/doc/user/_images/contact_picture_options.png
11227
%%WWWDIR%%/core/doc/user/_images/contact_picture_set.png
11228
%%WWWDIR%%/core/doc/user/_images/contact_uploadbutton.png
11229
%%WWWDIR%%/core/doc/user/_images/contacts_empty.png
10081
%%WWWDIR%%/core/doc/user/_images/contacts_link.png
11230
%%WWWDIR%%/core/doc/user/_images/contacts_link.png
10082
%%WWWDIR%%/core/doc/user/_images/contacts_menu.png
11231
%%WWWDIR%%/core/doc/user/_images/contacts_menu.png
10083
%%WWWDIR%%/core/doc/user/_images/contacts_popup.png
11232
%%WWWDIR%%/core/doc/user/_images/contacts_popup.png
Lines 10231-10237 Link Here
10231
%%WWWDIR%%/core/doc/user/_static/social/twitter.svg
11380
%%WWWDIR%%/core/doc/user/_static/social/twitter.svg
10232
%%WWWDIR%%/core/doc/user/_static/social/twitterround.png
11381
%%WWWDIR%%/core/doc/user/_static/social/twitterround.png
10233
%%WWWDIR%%/core/doc/user/_static/social/youtube.svg
11382
%%WWWDIR%%/core/doc/user/_static/social/youtube.svg
10234
%%WWWDIR%%/core/doc/user/_static/style.css
10235
%%WWWDIR%%/core/doc/user/_static/styles.css
11383
%%WWWDIR%%/core/doc/user/_static/styles.css
10236
%%WWWDIR%%/core/doc/user/_static/underscore.js
11384
%%WWWDIR%%/core/doc/user/_static/underscore.js
10237
%%WWWDIR%%/core/doc/user/_static/up-pressed.png
11385
%%WWWDIR%%/core/doc/user/_static/up-pressed.png
Lines 10275-10280 Link Here
10275
%%WWWDIR%%/core/fonts/OpenSans-Regular.woff
11423
%%WWWDIR%%/core/fonts/OpenSans-Regular.woff
10276
%%WWWDIR%%/core/fonts/OpenSans-Semibold.woff
11424
%%WWWDIR%%/core/fonts/OpenSans-Semibold.woff
10277
%%WWWDIR%%/core/img/actions/add.svg
11425
%%WWWDIR%%/core/img/actions/add.svg
11426
%%WWWDIR%%/core/img/actions/address.svg
11427
%%WWWDIR%%/core/img/actions/arrow-left.svg
11428
%%WWWDIR%%/core/img/actions/arrow-right.svg
10278
%%WWWDIR%%/core/img/actions/audio-off-white.svg
11429
%%WWWDIR%%/core/img/actions/audio-off-white.svg
10279
%%WWWDIR%%/core/img/actions/audio-off.svg
11430
%%WWWDIR%%/core/img/actions/audio-off.svg
10280
%%WWWDIR%%/core/img/actions/audio-white.svg
11431
%%WWWDIR%%/core/img/actions/audio-white.svg
Lines 10320-10329 Link Here
10320
%%WWWDIR%%/core/img/actions/more.svg
11471
%%WWWDIR%%/core/img/actions/more.svg
10321
%%WWWDIR%%/core/img/actions/password.png
11472
%%WWWDIR%%/core/img/actions/password.png
10322
%%WWWDIR%%/core/img/actions/password.svg
11473
%%WWWDIR%%/core/img/actions/password.svg
10323
%%WWWDIR%%/core/img/actions/pause-big.svg
10324
%%WWWDIR%%/core/img/actions/pause.svg
11474
%%WWWDIR%%/core/img/actions/pause.svg
10325
%%WWWDIR%%/core/img/actions/play-add.svg
11475
%%WWWDIR%%/core/img/actions/play-add.svg
10326
%%WWWDIR%%/core/img/actions/play-big.svg
10327
%%WWWDIR%%/core/img/actions/play-next.svg
11476
%%WWWDIR%%/core/img/actions/play-next.svg
10328
%%WWWDIR%%/core/img/actions/play-previous.svg
11477
%%WWWDIR%%/core/img/actions/play-previous.svg
10329
%%WWWDIR%%/core/img/actions/play.svg
11478
%%WWWDIR%%/core/img/actions/play.svg
Lines 10350-10355 Link Here
10350
%%WWWDIR%%/core/img/actions/starred.svg
11499
%%WWWDIR%%/core/img/actions/starred.svg
10351
%%WWWDIR%%/core/img/actions/tag.png
11500
%%WWWDIR%%/core/img/actions/tag.png
10352
%%WWWDIR%%/core/img/actions/tag.svg
11501
%%WWWDIR%%/core/img/actions/tag.svg
11502
%%WWWDIR%%/core/img/actions/toggle-background.svg
10353
%%WWWDIR%%/core/img/actions/toggle-filelist.svg
11503
%%WWWDIR%%/core/img/actions/toggle-filelist.svg
10354
%%WWWDIR%%/core/img/actions/toggle-pictures.svg
11504
%%WWWDIR%%/core/img/actions/toggle-pictures.svg
10355
%%WWWDIR%%/core/img/actions/toggle.svg
11505
%%WWWDIR%%/core/img/actions/toggle.svg
Lines 10358-10365 Link Here
10358
%%WWWDIR%%/core/img/actions/triangle-s.svg
11508
%%WWWDIR%%/core/img/actions/triangle-s.svg
10359
%%WWWDIR%%/core/img/actions/upload-white.svg
11509
%%WWWDIR%%/core/img/actions/upload-white.svg
10360
%%WWWDIR%%/core/img/actions/upload.svg
11510
%%WWWDIR%%/core/img/actions/upload.svg
10361
%%WWWDIR%%/core/img/actions/user-plus.svg
10362
%%WWWDIR%%/core/img/actions/user-times.svg
10363
%%WWWDIR%%/core/img/actions/user.svg
11511
%%WWWDIR%%/core/img/actions/user.svg
10364
%%WWWDIR%%/core/img/actions/verified.svg
11512
%%WWWDIR%%/core/img/actions/verified.svg
10365
%%WWWDIR%%/core/img/actions/verify.svg
11513
%%WWWDIR%%/core/img/actions/verify.svg
Lines 10375-10382 Link Here
10375
%%WWWDIR%%/core/img/actions/view-play.svg
11523
%%WWWDIR%%/core/img/actions/view-play.svg
10376
%%WWWDIR%%/core/img/actions/view-previous.svg
11524
%%WWWDIR%%/core/img/actions/view-previous.svg
10377
%%WWWDIR%%/core/img/appstore.svg
11525
%%WWWDIR%%/core/img/appstore.svg
10378
%%WWWDIR%%/core/img/background.jpg
11526
%%WWWDIR%%/core/img/background.png
11527
%%WWWDIR%%/core/img/background.svg
10379
%%WWWDIR%%/core/img/breadcrumb.svg
11528
%%WWWDIR%%/core/img/breadcrumb.svg
11529
%%WWWDIR%%/core/img/categories/auth.svg
11530
%%WWWDIR%%/core/img/categories/bundles.svg
11531
%%WWWDIR%%/core/img/categories/customization.svg
11532
%%WWWDIR%%/core/img/categories/files.svg
11533
%%WWWDIR%%/core/img/categories/games.svg
11534
%%WWWDIR%%/core/img/categories/integration.svg
11535
%%WWWDIR%%/core/img/categories/monitoring.svg
11536
%%WWWDIR%%/core/img/categories/multimedia.svg
11537
%%WWWDIR%%/core/img/categories/office.svg
11538
%%WWWDIR%%/core/img/categories/organization.svg
11539
%%WWWDIR%%/core/img/categories/social.svg
10380
%%WWWDIR%%/core/img/desktopapp.svg
11540
%%WWWDIR%%/core/img/desktopapp.svg
10381
%%WWWDIR%%/core/img/facebook.svg
11541
%%WWWDIR%%/core/img/facebook.svg
10382
%%WWWDIR%%/core/img/favicon-fb.png
11542
%%WWWDIR%%/core/img/favicon-fb.png
Lines 10391-10396 Link Here
10391
%%WWWDIR%%/core/img/filetypes/audio.svg
11551
%%WWWDIR%%/core/img/filetypes/audio.svg
10392
%%WWWDIR%%/core/img/filetypes/file.svg
11552
%%WWWDIR%%/core/img/filetypes/file.svg
10393
%%WWWDIR%%/core/img/filetypes/folder-drag-accept.svg
11553
%%WWWDIR%%/core/img/filetypes/folder-drag-accept.svg
11554
%%WWWDIR%%/core/img/filetypes/folder-encrypted.svg
10394
%%WWWDIR%%/core/img/filetypes/folder-external.svg
11555
%%WWWDIR%%/core/img/filetypes/folder-external.svg
10395
%%WWWDIR%%/core/img/filetypes/folder-public.svg
11556
%%WWWDIR%%/core/img/filetypes/folder-public.svg
10396
%%WWWDIR%%/core/img/filetypes/folder-shared.svg
11557
%%WWWDIR%%/core/img/filetypes/folder-shared.svg
Lines 10397-10402 Link Here
10397
%%WWWDIR%%/core/img/filetypes/folder-starred.svg
11558
%%WWWDIR%%/core/img/filetypes/folder-starred.svg
10398
%%WWWDIR%%/core/img/filetypes/folder.svg
11559
%%WWWDIR%%/core/img/filetypes/folder.svg
10399
%%WWWDIR%%/core/img/filetypes/image.svg
11560
%%WWWDIR%%/core/img/filetypes/image.svg
11561
%%WWWDIR%%/core/img/filetypes/link.svg
11562
%%WWWDIR%%/core/img/filetypes/location.svg
10400
%%WWWDIR%%/core/img/filetypes/package-x-generic.svg
11563
%%WWWDIR%%/core/img/filetypes/package-x-generic.svg
10401
%%WWWDIR%%/core/img/filetypes/text-calendar.svg
11564
%%WWWDIR%%/core/img/filetypes/text-calendar.svg
10402
%%WWWDIR%%/core/img/filetypes/text-code.svg
11565
%%WWWDIR%%/core/img/filetypes/text-code.svg
Lines 10408-10420 Link Here
10408
%%WWWDIR%%/core/img/filetypes/x-office-spreadsheet.svg
11571
%%WWWDIR%%/core/img/filetypes/x-office-spreadsheet.svg
10409
%%WWWDIR%%/core/img/googleplay.png
11572
%%WWWDIR%%/core/img/googleplay.png
10410
%%WWWDIR%%/core/img/googleplus.svg
11573
%%WWWDIR%%/core/img/googleplus.svg
10411
%%WWWDIR%%/core/img/image-optimization.sh
10412
%%WWWDIR%%/core/img/loading-dark.gif
11574
%%WWWDIR%%/core/img/loading-dark.gif
10413
%%WWWDIR%%/core/img/loading-small-dark.gif
11575
%%WWWDIR%%/core/img/loading-small-dark.gif
10414
%%WWWDIR%%/core/img/loading-small.gif
11576
%%WWWDIR%%/core/img/loading-small.gif
10415
%%WWWDIR%%/core/img/loading.gif
11577
%%WWWDIR%%/core/img/loading.gif
10416
%%WWWDIR%%/core/img/logo-icon-175px.png
11578
%%WWWDIR%%/core/img/logo-icon-175px.png
10417
%%WWWDIR%%/core/img/logo-icon.svg
10418
%%WWWDIR%%/core/img/logo-mail.png
11579
%%WWWDIR%%/core/img/logo-mail.png
10419
%%WWWDIR%%/core/img/logo.png
11580
%%WWWDIR%%/core/img/logo.png
10420
%%WWWDIR%%/core/img/logo.svg
11581
%%WWWDIR%%/core/img/logo.svg
Lines 10422-10427 Link Here
10422
%%WWWDIR%%/core/img/manifest.json
11583
%%WWWDIR%%/core/img/manifest.json
10423
%%WWWDIR%%/core/img/places/calendar-dark.png
11584
%%WWWDIR%%/core/img/places/calendar-dark.png
10424
%%WWWDIR%%/core/img/places/calendar-dark.svg
11585
%%WWWDIR%%/core/img/places/calendar-dark.svg
11586
%%WWWDIR%%/core/img/places/calendar.svg
10425
%%WWWDIR%%/core/img/places/contacts-dark.svg
11587
%%WWWDIR%%/core/img/places/contacts-dark.svg
10426
%%WWWDIR%%/core/img/places/contacts.svg
11588
%%WWWDIR%%/core/img/places/contacts.svg
10427
%%WWWDIR%%/core/img/places/default-app-icon.svg
11589
%%WWWDIR%%/core/img/places/default-app-icon.svg
Lines 10520-10527 Link Here
10520
%%WWWDIR%%/core/js/tests/specs/systemtags/systemtagsinputfieldSpec.js
11682
%%WWWDIR%%/core/js/tests/specs/systemtags/systemtagsinputfieldSpec.js
10521
%%WWWDIR%%/core/js/update.js
11683
%%WWWDIR%%/core/js/update.js
10522
%%WWWDIR%%/core/js/visitortimezone.js
11684
%%WWWDIR%%/core/js/visitortimezone.js
10523
%%WWWDIR%%/core/l10n/ast.js
10524
%%WWWDIR%%/core/l10n/ast.json
10525
%%WWWDIR%%/core/l10n/bg.js
11685
%%WWWDIR%%/core/l10n/bg.js
10526
%%WWWDIR%%/core/l10n/bg.json
11686
%%WWWDIR%%/core/l10n/bg.json
10527
%%WWWDIR%%/core/l10n/ca.js
11687
%%WWWDIR%%/core/l10n/ca.js
Lines 10542-10549 Link Here
10542
%%WWWDIR%%/core/l10n/es.json
11702
%%WWWDIR%%/core/l10n/es.json
10543
%%WWWDIR%%/core/l10n/es_AR.js
11703
%%WWWDIR%%/core/l10n/es_AR.js
10544
%%WWWDIR%%/core/l10n/es_AR.json
11704
%%WWWDIR%%/core/l10n/es_AR.json
11705
%%WWWDIR%%/core/l10n/es_CL.js
11706
%%WWWDIR%%/core/l10n/es_CL.json
11707
%%WWWDIR%%/core/l10n/es_CO.js
11708
%%WWWDIR%%/core/l10n/es_CO.json
11709
%%WWWDIR%%/core/l10n/es_CR.js
11710
%%WWWDIR%%/core/l10n/es_CR.json
11711
%%WWWDIR%%/core/l10n/es_DO.js
11712
%%WWWDIR%%/core/l10n/es_DO.json
11713
%%WWWDIR%%/core/l10n/es_EC.js
11714
%%WWWDIR%%/core/l10n/es_EC.json
11715
%%WWWDIR%%/core/l10n/es_GT.js
11716
%%WWWDIR%%/core/l10n/es_GT.json
11717
%%WWWDIR%%/core/l10n/es_HN.js
11718
%%WWWDIR%%/core/l10n/es_HN.json
10545
%%WWWDIR%%/core/l10n/es_MX.js
11719
%%WWWDIR%%/core/l10n/es_MX.js
10546
%%WWWDIR%%/core/l10n/es_MX.json
11720
%%WWWDIR%%/core/l10n/es_MX.json
11721
%%WWWDIR%%/core/l10n/es_NI.js
11722
%%WWWDIR%%/core/l10n/es_NI.json
11723
%%WWWDIR%%/core/l10n/es_PA.js
11724
%%WWWDIR%%/core/l10n/es_PA.json
11725
%%WWWDIR%%/core/l10n/es_PE.js
11726
%%WWWDIR%%/core/l10n/es_PE.json
11727
%%WWWDIR%%/core/l10n/es_PR.js
11728
%%WWWDIR%%/core/l10n/es_PR.json
11729
%%WWWDIR%%/core/l10n/es_PY.js
11730
%%WWWDIR%%/core/l10n/es_PY.json
11731
%%WWWDIR%%/core/l10n/es_SV.js
11732
%%WWWDIR%%/core/l10n/es_SV.json
11733
%%WWWDIR%%/core/l10n/es_UY.js
11734
%%WWWDIR%%/core/l10n/es_UY.json
10547
%%WWWDIR%%/core/l10n/et_EE.js
11735
%%WWWDIR%%/core/l10n/et_EE.js
10548
%%WWWDIR%%/core/l10n/et_EE.json
11736
%%WWWDIR%%/core/l10n/et_EE.json
10549
%%WWWDIR%%/core/l10n/eu.js
11737
%%WWWDIR%%/core/l10n/eu.js
Lines 10564-10569 Link Here
10564
%%WWWDIR%%/core/l10n/it.json
11752
%%WWWDIR%%/core/l10n/it.json
10565
%%WWWDIR%%/core/l10n/ja.js
11753
%%WWWDIR%%/core/l10n/ja.js
10566
%%WWWDIR%%/core/l10n/ja.json
11754
%%WWWDIR%%/core/l10n/ja.json
11755
%%WWWDIR%%/core/l10n/ka_GE.js
11756
%%WWWDIR%%/core/l10n/ka_GE.json
10567
%%WWWDIR%%/core/l10n/ko.js
11757
%%WWWDIR%%/core/l10n/ko.js
10568
%%WWWDIR%%/core/l10n/ko.json
11758
%%WWWDIR%%/core/l10n/ko.json
10569
%%WWWDIR%%/core/l10n/lt_LT.js
11759
%%WWWDIR%%/core/l10n/lt_LT.js
Lines 10596-10601 Link Here
10596
%%WWWDIR%%/core/l10n/sv.json
11786
%%WWWDIR%%/core/l10n/sv.json
10597
%%WWWDIR%%/core/l10n/tr.js
11787
%%WWWDIR%%/core/l10n/tr.js
10598
%%WWWDIR%%/core/l10n/tr.json
11788
%%WWWDIR%%/core/l10n/tr.json
11789
%%WWWDIR%%/core/l10n/uk.js
11790
%%WWWDIR%%/core/l10n/uk.json
10599
%%WWWDIR%%/core/l10n/vi.js
11791
%%WWWDIR%%/core/l10n/vi.js
10600
%%WWWDIR%%/core/l10n/vi.json
11792
%%WWWDIR%%/core/l10n/vi.json
10601
%%WWWDIR%%/core/l10n/zh_CN.js
11793
%%WWWDIR%%/core/l10n/zh_CN.js
Lines 10720-10726 Link Here
10720
%%WWWDIR%%/core/vendor/zxcvbn/LICENSE.txt
11912
%%WWWDIR%%/core/vendor/zxcvbn/LICENSE.txt
10721
%%WWWDIR%%/core/vendor/zxcvbn/dist/zxcvbn.js
11913
%%WWWDIR%%/core/vendor/zxcvbn/dist/zxcvbn.js
10722
%%WWWDIR%%/cron.php
11914
%%WWWDIR%%/cron.php
10723
%%WWWDIR%%/db_structure.xml
10724
%%WWWDIR%%/index.html
11915
%%WWWDIR%%/index.html
10725
%%WWWDIR%%/index.php
11916
%%WWWDIR%%/index.php
10726
%%WWWDIR%%/l10n/.gitignore
11917
%%WWWDIR%%/l10n/.gitignore
Lines 10754-10761 Link Here
10754
%%WWWDIR%%/lib/l10n/es.json
11945
%%WWWDIR%%/lib/l10n/es.json
10755
%%WWWDIR%%/lib/l10n/es_AR.js
11946
%%WWWDIR%%/lib/l10n/es_AR.js
10756
%%WWWDIR%%/lib/l10n/es_AR.json
11947
%%WWWDIR%%/lib/l10n/es_AR.json
11948
%%WWWDIR%%/lib/l10n/es_CL.js
11949
%%WWWDIR%%/lib/l10n/es_CL.json
11950
%%WWWDIR%%/lib/l10n/es_CO.js
11951
%%WWWDIR%%/lib/l10n/es_CO.json
11952
%%WWWDIR%%/lib/l10n/es_CR.js
11953
%%WWWDIR%%/lib/l10n/es_CR.json
11954
%%WWWDIR%%/lib/l10n/es_DO.js
11955
%%WWWDIR%%/lib/l10n/es_DO.json
11956
%%WWWDIR%%/lib/l10n/es_EC.js
11957
%%WWWDIR%%/lib/l10n/es_EC.json
11958
%%WWWDIR%%/lib/l10n/es_GT.js
11959
%%WWWDIR%%/lib/l10n/es_GT.json
11960
%%WWWDIR%%/lib/l10n/es_HN.js
11961
%%WWWDIR%%/lib/l10n/es_HN.json
10757
%%WWWDIR%%/lib/l10n/es_MX.js
11962
%%WWWDIR%%/lib/l10n/es_MX.js
10758
%%WWWDIR%%/lib/l10n/es_MX.json
11963
%%WWWDIR%%/lib/l10n/es_MX.json
11964
%%WWWDIR%%/lib/l10n/es_NI.js
11965
%%WWWDIR%%/lib/l10n/es_NI.json
11966
%%WWWDIR%%/lib/l10n/es_PA.js
11967
%%WWWDIR%%/lib/l10n/es_PA.json
11968
%%WWWDIR%%/lib/l10n/es_PE.js
11969
%%WWWDIR%%/lib/l10n/es_PE.json
11970
%%WWWDIR%%/lib/l10n/es_PR.js
11971
%%WWWDIR%%/lib/l10n/es_PR.json
11972
%%WWWDIR%%/lib/l10n/es_PY.js
11973
%%WWWDIR%%/lib/l10n/es_PY.json
11974
%%WWWDIR%%/lib/l10n/es_SV.js
11975
%%WWWDIR%%/lib/l10n/es_SV.json
11976
%%WWWDIR%%/lib/l10n/es_UY.js
11977
%%WWWDIR%%/lib/l10n/es_UY.json
11978
%%WWWDIR%%/lib/l10n/et_EE.js
11979
%%WWWDIR%%/lib/l10n/et_EE.json
10759
%%WWWDIR%%/lib/l10n/fi.js
11980
%%WWWDIR%%/lib/l10n/fi.js
10760
%%WWWDIR%%/lib/l10n/fi.json
11981
%%WWWDIR%%/lib/l10n/fi.json
10761
%%WWWDIR%%/lib/l10n/fr.js
11982
%%WWWDIR%%/lib/l10n/fr.js
Lines 10770-10775 Link Here
10770
%%WWWDIR%%/lib/l10n/it.json
11991
%%WWWDIR%%/lib/l10n/it.json
10771
%%WWWDIR%%/lib/l10n/ja.js
11992
%%WWWDIR%%/lib/l10n/ja.js
10772
%%WWWDIR%%/lib/l10n/ja.json
11993
%%WWWDIR%%/lib/l10n/ja.json
11994
%%WWWDIR%%/lib/l10n/ka_GE.js
11995
%%WWWDIR%%/lib/l10n/ka_GE.json
10773
%%WWWDIR%%/lib/l10n/ko.js
11996
%%WWWDIR%%/lib/l10n/ko.js
10774
%%WWWDIR%%/lib/l10n/ko.json
11997
%%WWWDIR%%/lib/l10n/ko.json
10775
%%WWWDIR%%/lib/l10n/lt_LT.js
11998
%%WWWDIR%%/lib/l10n/lt_LT.js
Lines 10827-10832 Link Here
10827
%%WWWDIR%%/lib/private/App/CodeChecker/ICheck.php
12050
%%WWWDIR%%/lib/private/App/CodeChecker/ICheck.php
10828
%%WWWDIR%%/lib/private/App/CodeChecker/InfoChecker.php
12051
%%WWWDIR%%/lib/private/App/CodeChecker/InfoChecker.php
10829
%%WWWDIR%%/lib/private/App/CodeChecker/LanguageParseChecker.php
12052
%%WWWDIR%%/lib/private/App/CodeChecker/LanguageParseChecker.php
12053
%%WWWDIR%%/lib/private/App/CodeChecker/MigrationSchemaChecker.php
10830
%%WWWDIR%%/lib/private/App/CodeChecker/NodeVisitor.php
12054
%%WWWDIR%%/lib/private/App/CodeChecker/NodeVisitor.php
10831
%%WWWDIR%%/lib/private/App/CodeChecker/PrivateCheck.php
12055
%%WWWDIR%%/lib/private/App/CodeChecker/PrivateCheck.php
10832
%%WWWDIR%%/lib/private/App/CodeChecker/StrongComparisonCheck.php
12056
%%WWWDIR%%/lib/private/App/CodeChecker/StrongComparisonCheck.php
Lines 10848-10853 Link Here
10848
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/CORSMiddleware.php
12072
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/CORSMiddleware.php
10849
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php
12073
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php
10850
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/CrossSiteRequestForgeryException.php
12074
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/CrossSiteRequestForgeryException.php
12075
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/LaxSameSiteCookieFailedException.php
10851
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/NotAdminException.php
12076
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/NotAdminException.php
10852
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/NotConfirmedException.php
12077
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/NotConfirmedException.php
10853
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/NotLoggedInException.php
12078
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/NotLoggedInException.php
Lines 10854-10859 Link Here
10854
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.php
12079
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.php
10855
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/StrictCookieMissingException.php
12080
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/StrictCookieMissingException.php
10856
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php
12081
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php
12082
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/SameSiteCookieMiddleware.php
10857
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php
12083
%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php
10858
%%WWWDIR%%/lib/private/AppFramework/Middleware/SessionMiddleware.php
12084
%%WWWDIR%%/lib/private/AppFramework/Middleware/SessionMiddleware.php
10859
%%WWWDIR%%/lib/private/AppFramework/OCS/BaseResponse.php
12085
%%WWWDIR%%/lib/private/AppFramework/OCS/BaseResponse.php
Lines 10893-10903 Link Here
10893
%%WWWDIR%%/lib/private/BackgroundJob/TimedJob.php
12119
%%WWWDIR%%/lib/private/BackgroundJob/TimedJob.php
10894
%%WWWDIR%%/lib/private/Cache/CappedMemoryCache.php
12120
%%WWWDIR%%/lib/private/Cache/CappedMemoryCache.php
10895
%%WWWDIR%%/lib/private/Cache/File.php
12121
%%WWWDIR%%/lib/private/Cache/File.php
12122
%%WWWDIR%%/lib/private/Calendar/Manager.php
10896
%%WWWDIR%%/lib/private/CapabilitiesManager.php
12123
%%WWWDIR%%/lib/private/CapabilitiesManager.php
12124
%%WWWDIR%%/lib/private/Collaboration/AutoComplete/Manager.php
12125
%%WWWDIR%%/lib/private/Collaboration/Collaborators/GroupPlugin.php
12126
%%WWWDIR%%/lib/private/Collaboration/Collaborators/LookupPlugin.php
12127
%%WWWDIR%%/lib/private/Collaboration/Collaborators/MailPlugin.php
12128
%%WWWDIR%%/lib/private/Collaboration/Collaborators/RemotePlugin.php
12129
%%WWWDIR%%/lib/private/Collaboration/Collaborators/Search.php
12130
%%WWWDIR%%/lib/private/Collaboration/Collaborators/SearchResult.php
12131
%%WWWDIR%%/lib/private/Collaboration/Collaborators/UserPlugin.php
10897
%%WWWDIR%%/lib/private/Command/AsyncBus.php
12132
%%WWWDIR%%/lib/private/Command/AsyncBus.php
10898
%%WWWDIR%%/lib/private/Command/CallableJob.php
12133
%%WWWDIR%%/lib/private/Command/CallableJob.php
10899
%%WWWDIR%%/lib/private/Command/ClosureJob.php
12134
%%WWWDIR%%/lib/private/Command/ClosureJob.php
10900
%%WWWDIR%%/lib/private/Command/CommandJob.php
12135
%%WWWDIR%%/lib/private/Command/CommandJob.php
12136
%%WWWDIR%%/lib/private/Command/CronBus.php
10901
%%WWWDIR%%/lib/private/Command/FileAccess.php
12137
%%WWWDIR%%/lib/private/Command/FileAccess.php
10902
%%WWWDIR%%/lib/private/Command/QueueBus.php
12138
%%WWWDIR%%/lib/private/Command/QueueBus.php
10903
%%WWWDIR%%/lib/private/Comments/Comment.php
12139
%%WWWDIR%%/lib/private/Comments/Comment.php
Lines 10925-10934 Link Here
10925
%%WWWDIR%%/lib/private/DB/MDB2SchemaReader.php
12161
%%WWWDIR%%/lib/private/DB/MDB2SchemaReader.php
10926
%%WWWDIR%%/lib/private/DB/MDB2SchemaWriter.php
12162
%%WWWDIR%%/lib/private/DB/MDB2SchemaWriter.php
10927
%%WWWDIR%%/lib/private/DB/MigrationException.php
12163
%%WWWDIR%%/lib/private/DB/MigrationException.php
12164
%%WWWDIR%%/lib/private/DB/MigrationService.php
10928
%%WWWDIR%%/lib/private/DB/Migrator.php
12165
%%WWWDIR%%/lib/private/DB/Migrator.php
10929
%%WWWDIR%%/lib/private/DB/MySQLMigrator.php
12166
%%WWWDIR%%/lib/private/DB/MySQLMigrator.php
10930
%%WWWDIR%%/lib/private/DB/MySqlTools.php
12167
%%WWWDIR%%/lib/private/DB/MySqlTools.php
10931
%%WWWDIR%%/lib/private/DB/NoCheckMigrator.php
10932
%%WWWDIR%%/lib/private/DB/OCSqlitePlatform.php
12168
%%WWWDIR%%/lib/private/DB/OCSqlitePlatform.php
10933
%%WWWDIR%%/lib/private/DB/OracleConnection.php
12169
%%WWWDIR%%/lib/private/DB/OracleConnection.php
10934
%%WWWDIR%%/lib/private/DB/OracleMigrator.php
12170
%%WWWDIR%%/lib/private/DB/OracleMigrator.php
Lines 10951-10956 Link Here
10951
%%WWWDIR%%/lib/private/DB/QueryBuilder/QuoteHelper.php
12187
%%WWWDIR%%/lib/private/DB/QueryBuilder/QuoteHelper.php
10952
%%WWWDIR%%/lib/private/DB/SQLiteMigrator.php
12188
%%WWWDIR%%/lib/private/DB/SQLiteMigrator.php
10953
%%WWWDIR%%/lib/private/DB/SQLiteSessionInit.php
12189
%%WWWDIR%%/lib/private/DB/SQLiteSessionInit.php
12190
%%WWWDIR%%/lib/private/DB/SchemaWrapper.php
10954
%%WWWDIR%%/lib/private/DatabaseException.php
12191
%%WWWDIR%%/lib/private/DatabaseException.php
10955
%%WWWDIR%%/lib/private/DatabaseSetupException.php
12192
%%WWWDIR%%/lib/private/DatabaseSetupException.php
10956
%%WWWDIR%%/lib/private/DateTimeFormatter.php
12193
%%WWWDIR%%/lib/private/DateTimeFormatter.php
Lines 10996-11001 Link Here
10996
%%WWWDIR%%/lib/private/Files/Cache/Wrapper/CachePermissionsMask.php
12233
%%WWWDIR%%/lib/private/Files/Cache/Wrapper/CachePermissionsMask.php
10997
%%WWWDIR%%/lib/private/Files/Cache/Wrapper/CacheWrapper.php
12234
%%WWWDIR%%/lib/private/Files/Cache/Wrapper/CacheWrapper.php
10998
%%WWWDIR%%/lib/private/Files/Cache/Wrapper/JailPropagator.php
12235
%%WWWDIR%%/lib/private/Files/Cache/Wrapper/JailPropagator.php
12236
%%WWWDIR%%/lib/private/Files/Config/CachedMountFileInfo.php
10999
%%WWWDIR%%/lib/private/Files/Config/CachedMountInfo.php
12237
%%WWWDIR%%/lib/private/Files/Config/CachedMountInfo.php
11000
%%WWWDIR%%/lib/private/Files/Config/LazyStorageMountInfo.php
12238
%%WWWDIR%%/lib/private/Files/Config/LazyStorageMountInfo.php
11001
%%WWWDIR%%/lib/private/Files/Config/MountProviderCollection.php
12239
%%WWWDIR%%/lib/private/Files/Config/MountProviderCollection.php
Lines 11025-11030 Link Here
11025
%%WWWDIR%%/lib/private/Files/ObjectStore/ObjectStoreStorage.php
12263
%%WWWDIR%%/lib/private/Files/ObjectStore/ObjectStoreStorage.php
11026
%%WWWDIR%%/lib/private/Files/ObjectStore/S3.php
12264
%%WWWDIR%%/lib/private/Files/ObjectStore/S3.php
11027
%%WWWDIR%%/lib/private/Files/ObjectStore/S3ConnectionTrait.php
12265
%%WWWDIR%%/lib/private/Files/ObjectStore/S3ConnectionTrait.php
12266
%%WWWDIR%%/lib/private/Files/ObjectStore/S3ObjectTrait.php
11028
%%WWWDIR%%/lib/private/Files/ObjectStore/StorageObjectStore.php
12267
%%WWWDIR%%/lib/private/Files/ObjectStore/StorageObjectStore.php
11029
%%WWWDIR%%/lib/private/Files/ObjectStore/Swift.php
12268
%%WWWDIR%%/lib/private/Files/ObjectStore/Swift.php
11030
%%WWWDIR%%/lib/private/Files/Search/SearchBinaryOperator.php
12269
%%WWWDIR%%/lib/private/Files/Search/SearchBinaryOperator.php
Lines 11087-11092 Link Here
11087
%%WWWDIR%%/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php
12326
%%WWWDIR%%/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php
11088
%%WWWDIR%%/lib/private/L10N/Factory.php
12327
%%WWWDIR%%/lib/private/L10N/Factory.php
11089
%%WWWDIR%%/lib/private/L10N/L10N.php
12328
%%WWWDIR%%/lib/private/L10N/L10N.php
12329
%%WWWDIR%%/lib/private/L10N/L10NString.php
11090
%%WWWDIR%%/lib/private/L10N/LanguageNotFoundException.php
12330
%%WWWDIR%%/lib/private/L10N/LanguageNotFoundException.php
11091
%%WWWDIR%%/lib/private/LargeFileHelper.php
12331
%%WWWDIR%%/lib/private/LargeFileHelper.php
11092
%%WWWDIR%%/lib/private/Lock/AbstractLockingProvider.php
12332
%%WWWDIR%%/lib/private/Lock/AbstractLockingProvider.php
Lines 11102-11107 Link Here
11102
%%WWWDIR%%/lib/private/Log/File.php
12342
%%WWWDIR%%/lib/private/Log/File.php
11103
%%WWWDIR%%/lib/private/Log/Rotate.php
12343
%%WWWDIR%%/lib/private/Log/Rotate.php
11104
%%WWWDIR%%/lib/private/Log/Syslog.php
12344
%%WWWDIR%%/lib/private/Log/Syslog.php
12345
%%WWWDIR%%/lib/private/Mail/Attachment.php
11105
%%WWWDIR%%/lib/private/Mail/EMailTemplate.php
12346
%%WWWDIR%%/lib/private/Mail/EMailTemplate.php
11106
%%WWWDIR%%/lib/private/Mail/Mailer.php
12347
%%WWWDIR%%/lib/private/Mail/Mailer.php
11107
%%WWWDIR%%/lib/private/Mail/Message.php
12348
%%WWWDIR%%/lib/private/Mail/Message.php
Lines 11117-11122 Link Here
11117
%%WWWDIR%%/lib/private/Memcache/XCache.php
12358
%%WWWDIR%%/lib/private/Memcache/XCache.php
11118
%%WWWDIR%%/lib/private/Migration/BackgroundRepair.php
12359
%%WWWDIR%%/lib/private/Migration/BackgroundRepair.php
11119
%%WWWDIR%%/lib/private/Migration/ConsoleOutput.php
12360
%%WWWDIR%%/lib/private/Migration/ConsoleOutput.php
12361
%%WWWDIR%%/lib/private/Migration/SimpleOutput.php
11120
%%WWWDIR%%/lib/private/NaturalSort.php
12362
%%WWWDIR%%/lib/private/NaturalSort.php
11121
%%WWWDIR%%/lib/private/NaturalSort_DefaultCollator.php
12363
%%WWWDIR%%/lib/private/NaturalSort_DefaultCollator.php
11122
%%WWWDIR%%/lib/private/NavigationManager.php
12364
%%WWWDIR%%/lib/private/NavigationManager.php
Lines 11128-11134 Link Here
11128
%%WWWDIR%%/lib/private/OCS/CoreCapabilities.php
12370
%%WWWDIR%%/lib/private/OCS/CoreCapabilities.php
11129
%%WWWDIR%%/lib/private/OCS/DiscoveryService.php
12371
%%WWWDIR%%/lib/private/OCS/DiscoveryService.php
11130
%%WWWDIR%%/lib/private/OCS/Exception.php
12372
%%WWWDIR%%/lib/private/OCS/Exception.php
11131
%%WWWDIR%%/lib/private/OCS/PrivateData.php
11132
%%WWWDIR%%/lib/private/OCS/Provider.php
12373
%%WWWDIR%%/lib/private/OCS/Provider.php
11133
%%WWWDIR%%/lib/private/OCS/Result.php
12374
%%WWWDIR%%/lib/private/OCS/Result.php
11134
%%WWWDIR%%/lib/private/Preview/BMP.php
12375
%%WWWDIR%%/lib/private/Preview/BMP.php
Lines 11163-11168 Link Here
11163
%%WWWDIR%%/lib/private/PreviewManager.php
12404
%%WWWDIR%%/lib/private/PreviewManager.php
11164
%%WWWDIR%%/lib/private/PreviewNotAvailableException.php
12405
%%WWWDIR%%/lib/private/PreviewNotAvailableException.php
11165
%%WWWDIR%%/lib/private/RedisFactory.php
12406
%%WWWDIR%%/lib/private/RedisFactory.php
12407
%%WWWDIR%%/lib/private/Remote/Api/ApiBase.php
12408
%%WWWDIR%%/lib/private/Remote/Api/ApiCollection.php
12409
%%WWWDIR%%/lib/private/Remote/Api/ApiFactory.php
12410
%%WWWDIR%%/lib/private/Remote/Api/NotFoundException.php
12411
%%WWWDIR%%/lib/private/Remote/Api/OCS.php
12412
%%WWWDIR%%/lib/private/Remote/Credentials.php
12413
%%WWWDIR%%/lib/private/Remote/Instance.php
12414
%%WWWDIR%%/lib/private/Remote/InstanceFactory.php
12415
%%WWWDIR%%/lib/private/Remote/User.php
11166
%%WWWDIR%%/lib/private/Repair.php
12416
%%WWWDIR%%/lib/private/Repair.php
11167
%%WWWDIR%%/lib/private/Repair/CleanTags.php
12417
%%WWWDIR%%/lib/private/Repair/CleanTags.php
11168
%%WWWDIR%%/lib/private/Repair/Collation.php
12418
%%WWWDIR%%/lib/private/Repair/Collation.php
Lines 11175-11180 Link Here
11175
%%WWWDIR%%/lib/private/Repair/NC12/InstallCoreBundle.php
12425
%%WWWDIR%%/lib/private/Repair/NC12/InstallCoreBundle.php
11176
%%WWWDIR%%/lib/private/Repair/NC12/RepairIdentityProofKeyFolders.php
12426
%%WWWDIR%%/lib/private/Repair/NC12/RepairIdentityProofKeyFolders.php
11177
%%WWWDIR%%/lib/private/Repair/NC12/UpdateLanguageCodes.php
12427
%%WWWDIR%%/lib/private/Repair/NC12/UpdateLanguageCodes.php
12428
%%WWWDIR%%/lib/private/Repair/NC13/AddLogRotateJob.php
11178
%%WWWDIR%%/lib/private/Repair/NC13/RepairInvalidPaths.php
12429
%%WWWDIR%%/lib/private/Repair/NC13/RepairInvalidPaths.php
11179
%%WWWDIR%%/lib/private/Repair/OldGroupMembershipShares.php
12430
%%WWWDIR%%/lib/private/Repair/OldGroupMembershipShares.php
11180
%%WWWDIR%%/lib/private/Repair/Owncloud/DropAccountTermsTable.php
12431
%%WWWDIR%%/lib/private/Repair/Owncloud/DropAccountTermsTable.php
Lines 11194-11199 Link Here
11194
%%WWWDIR%%/lib/private/Search/Result/File.php
12445
%%WWWDIR%%/lib/private/Search/Result/File.php
11195
%%WWWDIR%%/lib/private/Search/Result/Folder.php
12446
%%WWWDIR%%/lib/private/Search/Result/Folder.php
11196
%%WWWDIR%%/lib/private/Search/Result/Image.php
12447
%%WWWDIR%%/lib/private/Search/Result/Image.php
12448
%%WWWDIR%%/lib/private/Security/Bruteforce/Capabilities.php
11197
%%WWWDIR%%/lib/private/Security/Bruteforce/Throttler.php
12449
%%WWWDIR%%/lib/private/Security/Bruteforce/Throttler.php
11198
%%WWWDIR%%/lib/private/Security/CSP/ContentSecurityPolicy.php
12450
%%WWWDIR%%/lib/private/Security/CSP/ContentSecurityPolicy.php
11199
%%WWWDIR%%/lib/private/Security/CSP/ContentSecurityPolicyManager.php
12451
%%WWWDIR%%/lib/private/Security/CSP/ContentSecurityPolicyManager.php
Lines 11234-11239 Link Here
11234
%%WWWDIR%%/lib/private/Settings/Admin/TipsTricks.php
12486
%%WWWDIR%%/lib/private/Settings/Admin/TipsTricks.php
11235
%%WWWDIR%%/lib/private/Settings/Manager.php
12487
%%WWWDIR%%/lib/private/Settings/Manager.php
11236
%%WWWDIR%%/lib/private/Settings/Mapper.php
12488
%%WWWDIR%%/lib/private/Settings/Mapper.php
12489
%%WWWDIR%%/lib/private/Settings/Personal/Additional.php
12490
%%WWWDIR%%/lib/private/Settings/Personal/PersonalInfo.php
12491
%%WWWDIR%%/lib/private/Settings/Personal/Security.php
11237
%%WWWDIR%%/lib/private/Settings/RemoveOrphaned.php
12492
%%WWWDIR%%/lib/private/Settings/RemoveOrphaned.php
11238
%%WWWDIR%%/lib/private/Settings/Section.php
12493
%%WWWDIR%%/lib/private/Settings/Section.php
11239
%%WWWDIR%%/lib/private/Setup.php
12494
%%WWWDIR%%/lib/private/Setup.php
Lines 11258-11263 Link Here
11258
%%WWWDIR%%/lib/private/Share20/ShareHelper.php
12513
%%WWWDIR%%/lib/private/Share20/ShareHelper.php
11259
%%WWWDIR%%/lib/private/Streamer.php
12514
%%WWWDIR%%/lib/private/Streamer.php
11260
%%WWWDIR%%/lib/private/SubAdmin.php
12515
%%WWWDIR%%/lib/private/SubAdmin.php
12516
%%WWWDIR%%/lib/private/Support/CrashReport/Registry.php
11261
%%WWWDIR%%/lib/private/SystemConfig.php
12517
%%WWWDIR%%/lib/private/SystemConfig.php
11262
%%WWWDIR%%/lib/private/SystemTag/ManagerFactory.php
12518
%%WWWDIR%%/lib/private/SystemTag/ManagerFactory.php
11263
%%WWWDIR%%/lib/private/SystemTag/SystemTag.php
12519
%%WWWDIR%%/lib/private/SystemTag/SystemTag.php
Lines 11301-11315 Link Here
11301
%%WWWDIR%%/lib/private/legacy/hook.php
12557
%%WWWDIR%%/lib/private/legacy/hook.php
11302
%%WWWDIR%%/lib/private/legacy/image.php
12558
%%WWWDIR%%/lib/private/legacy/image.php
11303
%%WWWDIR%%/lib/private/legacy/json.php
12559
%%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
12560
%%WWWDIR%%/lib/private/legacy/response.php
11308
%%WWWDIR%%/lib/private/legacy/template.php
12561
%%WWWDIR%%/lib/private/legacy/template.php
11309
%%WWWDIR%%/lib/private/legacy/template/functions.php
12562
%%WWWDIR%%/lib/private/legacy/template/functions.php
11310
%%WWWDIR%%/lib/private/legacy/user.php
12563
%%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
12564
%%WWWDIR%%/lib/private/legacy/util.php
11314
%%WWWDIR%%/lib/public/API.php
12565
%%WWWDIR%%/lib/public/API.php
11315
%%WWWDIR%%/lib/public/Activity/IConsumer.php
12566
%%WWWDIR%%/lib/public/Activity/IConsumer.php
Lines 11365-11376 Link Here
11365
%%WWWDIR%%/lib/public/Authentication/LoginCredentials/ICredentials.php
12616
%%WWWDIR%%/lib/public/Authentication/LoginCredentials/ICredentials.php
11366
%%WWWDIR%%/lib/public/Authentication/LoginCredentials/IStore.php
12617
%%WWWDIR%%/lib/public/Authentication/LoginCredentials/IStore.php
11367
%%WWWDIR%%/lib/public/Authentication/TwoFactorAuth/IProvider.php
12618
%%WWWDIR%%/lib/public/Authentication/TwoFactorAuth/IProvider.php
12619
%%WWWDIR%%/lib/public/Authentication/TwoFactorAuth/IProvidesCustomCSP.php
11368
%%WWWDIR%%/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php
12620
%%WWWDIR%%/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php
11369
%%WWWDIR%%/lib/public/AutoloadNotAllowedException.php
12621
%%WWWDIR%%/lib/public/AutoloadNotAllowedException.php
11370
%%WWWDIR%%/lib/public/BackgroundJob.php
12622
%%WWWDIR%%/lib/public/BackgroundJob.php
11371
%%WWWDIR%%/lib/public/BackgroundJob/IJob.php
12623
%%WWWDIR%%/lib/public/BackgroundJob/IJob.php
11372
%%WWWDIR%%/lib/public/BackgroundJob/IJobList.php
12624
%%WWWDIR%%/lib/public/BackgroundJob/IJobList.php
12625
%%WWWDIR%%/lib/public/Calendar/ICalendar.php
12626
%%WWWDIR%%/lib/public/Calendar/IManager.php
11373
%%WWWDIR%%/lib/public/Capabilities/ICapability.php
12627
%%WWWDIR%%/lib/public/Capabilities/ICapability.php
12628
%%WWWDIR%%/lib/public/Capabilities/IPublicCapability.php
12629
%%WWWDIR%%/lib/public/Collaboration/AutoComplete/IManager.php
12630
%%WWWDIR%%/lib/public/Collaboration/AutoComplete/ISorter.php
12631
%%WWWDIR%%/lib/public/Collaboration/Collaborators/ISearch.php
12632
%%WWWDIR%%/lib/public/Collaboration/Collaborators/ISearchPlugin.php
12633
%%WWWDIR%%/lib/public/Collaboration/Collaborators/ISearchResult.php
12634
%%WWWDIR%%/lib/public/Collaboration/Collaborators/SearchResultType.php
11374
%%WWWDIR%%/lib/public/Command/IBus.php
12635
%%WWWDIR%%/lib/public/Command/IBus.php
11375
%%WWWDIR%%/lib/public/Command/ICommand.php
12636
%%WWWDIR%%/lib/public/Command/ICommand.php
11376
%%WWWDIR%%/lib/public/Comments/CommentsEntityEvent.php
12637
%%WWWDIR%%/lib/public/Comments/CommentsEntityEvent.php
Lines 11388-11393 Link Here
11388
%%WWWDIR%%/lib/public/Contacts.php
12649
%%WWWDIR%%/lib/public/Contacts.php
11389
%%WWWDIR%%/lib/public/Contacts/ContactsMenu/IAction.php
12650
%%WWWDIR%%/lib/public/Contacts/ContactsMenu/IAction.php
11390
%%WWWDIR%%/lib/public/Contacts/ContactsMenu/IActionFactory.php
12651
%%WWWDIR%%/lib/public/Contacts/ContactsMenu/IActionFactory.php
12652
%%WWWDIR%%/lib/public/Contacts/ContactsMenu/IContactsStore.php
11391
%%WWWDIR%%/lib/public/Contacts/ContactsMenu/IEntry.php
12653
%%WWWDIR%%/lib/public/Contacts/ContactsMenu/IEntry.php
11392
%%WWWDIR%%/lib/public/Contacts/ContactsMenu/ILinkAction.php
12654
%%WWWDIR%%/lib/public/Contacts/ContactsMenu/ILinkAction.php
11393
%%WWWDIR%%/lib/public/Contacts/ContactsMenu/IProvider.php
12655
%%WWWDIR%%/lib/public/Contacts/ContactsMenu/IProvider.php
Lines 11420-11425 Link Here
11420
%%WWWDIR%%/lib/public/Files/Cache/IScanner.php
12682
%%WWWDIR%%/lib/public/Files/Cache/IScanner.php
11421
%%WWWDIR%%/lib/public/Files/Cache/IUpdater.php
12683
%%WWWDIR%%/lib/public/Files/Cache/IUpdater.php
11422
%%WWWDIR%%/lib/public/Files/Cache/IWatcher.php
12684
%%WWWDIR%%/lib/public/Files/Cache/IWatcher.php
12685
%%WWWDIR%%/lib/public/Files/Config/ICachedMountFieInfo.php
11423
%%WWWDIR%%/lib/public/Files/Config/ICachedMountInfo.php
12686
%%WWWDIR%%/lib/public/Files/Config/ICachedMountInfo.php
11424
%%WWWDIR%%/lib/public/Files/Config/IHomeMountProvider.php
12687
%%WWWDIR%%/lib/public/Files/Config/IHomeMountProvider.php
11425
%%WWWDIR%%/lib/public/Files/Config/IMountProvider.php
12688
%%WWWDIR%%/lib/public/Files/Config/IMountProvider.php
Lines 11523-11532 Link Here
11523
%%WWWDIR%%/lib/public/Lock/ILockingProvider.php
12786
%%WWWDIR%%/lib/public/Lock/ILockingProvider.php
11524
%%WWWDIR%%/lib/public/Lock/LockedException.php
12787
%%WWWDIR%%/lib/public/Lock/LockedException.php
11525
%%WWWDIR%%/lib/public/Lockdown/ILockdownManager.php
12788
%%WWWDIR%%/lib/public/Lockdown/ILockdownManager.php
12789
%%WWWDIR%%/lib/public/Mail/IAttachment.php
11526
%%WWWDIR%%/lib/public/Mail/IEMailTemplate.php
12790
%%WWWDIR%%/lib/public/Mail/IEMailTemplate.php
11527
%%WWWDIR%%/lib/public/Mail/IMailer.php
12791
%%WWWDIR%%/lib/public/Mail/IMailer.php
12792
%%WWWDIR%%/lib/public/Mail/IMessage.php
12793
%%WWWDIR%%/lib/public/Migration/BigIntMigration.php
12794
%%WWWDIR%%/lib/public/Migration/IMigrationStep.php
11528
%%WWWDIR%%/lib/public/Migration/IOutput.php
12795
%%WWWDIR%%/lib/public/Migration/IOutput.php
11529
%%WWWDIR%%/lib/public/Migration/IRepairStep.php
12796
%%WWWDIR%%/lib/public/Migration/IRepairStep.php
12797
%%WWWDIR%%/lib/public/Migration/SimpleMigrationStep.php
11530
%%WWWDIR%%/lib/public/Notification/IAction.php
12798
%%WWWDIR%%/lib/public/Notification/IAction.php
11531
%%WWWDIR%%/lib/public/Notification/IApp.php
12799
%%WWWDIR%%/lib/public/Notification/IApp.php
11532
%%WWWDIR%%/lib/public/Notification/IManager.php
12800
%%WWWDIR%%/lib/public/Notification/IManager.php
Lines 11535-11540 Link Here
11535
%%WWWDIR%%/lib/public/OCS/IDiscoveryService.php
12803
%%WWWDIR%%/lib/public/OCS/IDiscoveryService.php
11536
%%WWWDIR%%/lib/public/PreConditionNotMetException.php
12804
%%WWWDIR%%/lib/public/PreConditionNotMetException.php
11537
%%WWWDIR%%/lib/public/Preview/IProvider.php
12805
%%WWWDIR%%/lib/public/Preview/IProvider.php
12806
%%WWWDIR%%/lib/public/Remote/Api/IApiCollection.php
12807
%%WWWDIR%%/lib/public/Remote/Api/IApiFactory.php
12808
%%WWWDIR%%/lib/public/Remote/Api/ICapabilitiesApi.php
12809
%%WWWDIR%%/lib/public/Remote/Api/IUserApi.php
12810
%%WWWDIR%%/lib/public/Remote/ICredentials.php
12811
%%WWWDIR%%/lib/public/Remote/IInstance.php
12812
%%WWWDIR%%/lib/public/Remote/IInstanceFactory.php
12813
%%WWWDIR%%/lib/public/Remote/IUser.php
11538
%%WWWDIR%%/lib/public/Response.php
12814
%%WWWDIR%%/lib/public/Response.php
11539
%%WWWDIR%%/lib/public/RichObjectStrings/Definitions.php
12815
%%WWWDIR%%/lib/public/RichObjectStrings/Definitions.php
11540
%%WWWDIR%%/lib/public/RichObjectStrings/IValidator.php
12816
%%WWWDIR%%/lib/public/RichObjectStrings/IValidator.php
Lines 11569-11574 Link Here
11569
%%WWWDIR%%/lib/public/Share_Backend.php
12845
%%WWWDIR%%/lib/public/Share_Backend.php
11570
%%WWWDIR%%/lib/public/Share_Backend_Collection.php
12846
%%WWWDIR%%/lib/public/Share_Backend_Collection.php
11571
%%WWWDIR%%/lib/public/Share_Backend_File_Dependent.php
12847
%%WWWDIR%%/lib/public/Share_Backend_File_Dependent.php
12848
%%WWWDIR%%/lib/public/Support/CrashReport/IRegistry.php
12849
%%WWWDIR%%/lib/public/Support/CrashReport/IReporter.php
11572
%%WWWDIR%%/lib/public/SystemTag/ISystemTag.php
12850
%%WWWDIR%%/lib/public/SystemTag/ISystemTag.php
11573
%%WWWDIR%%/lib/public/SystemTag/ISystemTagManager.php
12851
%%WWWDIR%%/lib/public/SystemTag/ISystemTagManager.php
11574
%%WWWDIR%%/lib/public/SystemTag/ISystemTagManagerFactory.php
12852
%%WWWDIR%%/lib/public/SystemTag/ISystemTagManagerFactory.php
Lines 11585-11594 Link Here
11585
%%WWWDIR%%/lib/public/WorkflowEngine/ICheck.php
12863
%%WWWDIR%%/lib/public/WorkflowEngine/ICheck.php
11586
%%WWWDIR%%/lib/public/WorkflowEngine/IManager.php
12864
%%WWWDIR%%/lib/public/WorkflowEngine/IManager.php
11587
%%WWWDIR%%/lib/public/WorkflowEngine/IOperation.php
12865
%%WWWDIR%%/lib/public/WorkflowEngine/IOperation.php
12866
%%WWWDIR%%/lib/versioncheck.php
11588
%%WWWDIR%%/occ
12867
%%WWWDIR%%/occ
11589
%%WWWDIR%%/ocs-provider/index.php
12868
%%WWWDIR%%/ocs-provider/index.php
11590
%%WWWDIR%%/ocs/providers.php
12869
%%WWWDIR%%/ocs/providers.php
11591
%%WWWDIR%%/ocs/routes.php
11592
%%WWWDIR%%/ocs/v1.php
12870
%%WWWDIR%%/ocs/v1.php
11593
%%WWWDIR%%/ocs/v2.php
12871
%%WWWDIR%%/ocs/v2.php
11594
%%WWWDIR%%/public.php
12872
%%WWWDIR%%/public.php
Lines 11613-11622 Link Here
11613
%%WWWDIR%%/settings/Controller/CertificateController.php
12891
%%WWWDIR%%/settings/Controller/CertificateController.php
11614
%%WWWDIR%%/settings/Controller/ChangePasswordController.php
12892
%%WWWDIR%%/settings/Controller/ChangePasswordController.php
11615
%%WWWDIR%%/settings/Controller/CheckSetupController.php
12893
%%WWWDIR%%/settings/Controller/CheckSetupController.php
12894
%%WWWDIR%%/settings/Controller/CommonSettingsTrait.php
11616
%%WWWDIR%%/settings/Controller/EncryptionController.php
12895
%%WWWDIR%%/settings/Controller/EncryptionController.php
11617
%%WWWDIR%%/settings/Controller/GroupsController.php
12896
%%WWWDIR%%/settings/Controller/GroupsController.php
11618
%%WWWDIR%%/settings/Controller/LogSettingsController.php
12897
%%WWWDIR%%/settings/Controller/LogSettingsController.php
11619
%%WWWDIR%%/settings/Controller/MailSettingsController.php
12898
%%WWWDIR%%/settings/Controller/MailSettingsController.php
12899
%%WWWDIR%%/settings/Controller/PersonalSettingsController.php
11620
%%WWWDIR%%/settings/Controller/SecuritySettingsController.php
12900
%%WWWDIR%%/settings/Controller/SecuritySettingsController.php
11621
%%WWWDIR%%/settings/Controller/UsersController.php
12901
%%WWWDIR%%/settings/Controller/UsersController.php
11622
%%WWWDIR%%/settings/Hooks.php
12902
%%WWWDIR%%/settings/Hooks.php
Lines 11629-11635 Link Here
11629
%%WWWDIR%%/settings/ajax/togglesubadmins.php
12909
%%WWWDIR%%/settings/ajax/togglesubadmins.php
11630
%%WWWDIR%%/settings/ajax/uninstallapp.php
12910
%%WWWDIR%%/settings/ajax/uninstallapp.php
11631
%%WWWDIR%%/settings/ajax/updateapp.php
12911
%%WWWDIR%%/settings/ajax/updateapp.php
11632
%%WWWDIR%%/settings/css/settings.css
12912
%%WWWDIR%%/settings/css/settings.scss
11633
%%WWWDIR%%/settings/help.php
12913
%%WWWDIR%%/settings/help.php
11634
%%WWWDIR%%/settings/img/admin.svg
12914
%%WWWDIR%%/settings/img/admin.svg
11635
%%WWWDIR%%/settings/img/apps.svg
12915
%%WWWDIR%%/settings/img/apps.svg
Lines 11650-11657 Link Here
11650
%%WWWDIR%%/settings/js/federationscopemenu.js
12930
%%WWWDIR%%/settings/js/federationscopemenu.js
11651
%%WWWDIR%%/settings/js/federationsettingsview.js
12931
%%WWWDIR%%/settings/js/federationsettingsview.js
11652
%%WWWDIR%%/settings/js/log.js
12932
%%WWWDIR%%/settings/js/log.js
11653
%%WWWDIR%%/settings/js/personal.js
11654
%%WWWDIR%%/settings/js/settings.js
12933
%%WWWDIR%%/settings/js/settings.js
12934
%%WWWDIR%%/settings/js/settings/authtoken-init.js
12935
%%WWWDIR%%/settings/js/settings/personalInfo.js
11655
%%WWWDIR%%/settings/js/users/deleteHandler.js
12936
%%WWWDIR%%/settings/js/users/deleteHandler.js
11656
%%WWWDIR%%/settings/js/users/filter.js
12937
%%WWWDIR%%/settings/js/users/filter.js
11657
%%WWWDIR%%/settings/js/users/groups.js
12938
%%WWWDIR%%/settings/js/users/groups.js
Lines 11693-11700 Link Here
11693
%%WWWDIR%%/settings/l10n/es.json
12974
%%WWWDIR%%/settings/l10n/es.json
11694
%%WWWDIR%%/settings/l10n/es_AR.js
12975
%%WWWDIR%%/settings/l10n/es_AR.js
11695
%%WWWDIR%%/settings/l10n/es_AR.json
12976
%%WWWDIR%%/settings/l10n/es_AR.json
12977
%%WWWDIR%%/settings/l10n/es_CL.js
12978
%%WWWDIR%%/settings/l10n/es_CL.json
12979
%%WWWDIR%%/settings/l10n/es_CO.js
12980
%%WWWDIR%%/settings/l10n/es_CO.json
12981
%%WWWDIR%%/settings/l10n/es_CR.js
12982
%%WWWDIR%%/settings/l10n/es_CR.json
12983
%%WWWDIR%%/settings/l10n/es_DO.js
12984
%%WWWDIR%%/settings/l10n/es_DO.json
12985
%%WWWDIR%%/settings/l10n/es_EC.js
12986
%%WWWDIR%%/settings/l10n/es_EC.json
12987
%%WWWDIR%%/settings/l10n/es_GT.js
12988
%%WWWDIR%%/settings/l10n/es_GT.json
12989
%%WWWDIR%%/settings/l10n/es_HN.js
12990
%%WWWDIR%%/settings/l10n/es_HN.json
11696
%%WWWDIR%%/settings/l10n/es_MX.js
12991
%%WWWDIR%%/settings/l10n/es_MX.js
11697
%%WWWDIR%%/settings/l10n/es_MX.json
12992
%%WWWDIR%%/settings/l10n/es_MX.json
12993
%%WWWDIR%%/settings/l10n/es_NI.js
12994
%%WWWDIR%%/settings/l10n/es_NI.json
12995
%%WWWDIR%%/settings/l10n/es_PA.js
12996
%%WWWDIR%%/settings/l10n/es_PA.json
12997
%%WWWDIR%%/settings/l10n/es_PE.js
12998
%%WWWDIR%%/settings/l10n/es_PE.json
12999
%%WWWDIR%%/settings/l10n/es_PR.js
13000
%%WWWDIR%%/settings/l10n/es_PR.json
13001
%%WWWDIR%%/settings/l10n/es_PY.js
13002
%%WWWDIR%%/settings/l10n/es_PY.json
13003
%%WWWDIR%%/settings/l10n/es_SV.js
13004
%%WWWDIR%%/settings/l10n/es_SV.json
13005
%%WWWDIR%%/settings/l10n/es_UY.js
13006
%%WWWDIR%%/settings/l10n/es_UY.json
11698
%%WWWDIR%%/settings/l10n/et_EE.js
13007
%%WWWDIR%%/settings/l10n/et_EE.js
11699
%%WWWDIR%%/settings/l10n/et_EE.json
13008
%%WWWDIR%%/settings/l10n/et_EE.json
11700
%%WWWDIR%%/settings/l10n/eu.js
13009
%%WWWDIR%%/settings/l10n/eu.js
Lines 11791-11812 Link Here
11791
%%WWWDIR%%/settings/l10n/zh_HK.json
13100
%%WWWDIR%%/settings/l10n/zh_HK.json
11792
%%WWWDIR%%/settings/l10n/zh_TW.js
13101
%%WWWDIR%%/settings/l10n/zh_TW.js
11793
%%WWWDIR%%/settings/l10n/zh_TW.json
13102
%%WWWDIR%%/settings/l10n/zh_TW.json
11794
%%WWWDIR%%/settings/personal.php
11795
%%WWWDIR%%/settings/routes.php
13103
%%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
13104
%%WWWDIR%%/settings/templates/apps.php
11805
%%WWWDIR%%/settings/templates/certificates.php
13105
%%WWWDIR%%/settings/templates/certificates.php
11806
%%WWWDIR%%/settings/templates/help.php
13106
%%WWWDIR%%/settings/templates/help.php
11807
%%WWWDIR%%/settings/templates/personal.php
11808
%%WWWDIR%%/settings/templates/settings.development.notice.php
13107
%%WWWDIR%%/settings/templates/settings.development.notice.php
11809
%%WWWDIR%%/settings/templates/settings.php
13108
%%WWWDIR%%/settings/templates/settings.php
13109
%%WWWDIR%%/settings/templates/settings/additional.php
13110
%%WWWDIR%%/settings/templates/settings/admin/additional-mail.php
13111
%%WWWDIR%%/settings/templates/settings/admin/encryption.php
13112
%%WWWDIR%%/settings/templates/settings/admin/server.development.notice.php
13113
%%WWWDIR%%/settings/templates/settings/admin/server.php
13114
%%WWWDIR%%/settings/templates/settings/admin/sharing.php
13115
%%WWWDIR%%/settings/templates/settings/admin/tipstricks.php
13116
%%WWWDIR%%/settings/templates/settings/empty.php
13117
%%WWWDIR%%/settings/templates/settings/frame.php
13118
%%WWWDIR%%/settings/templates/settings/personal/personal.info.php
13119
%%WWWDIR%%/settings/templates/settings/personal/security.php
11810
%%WWWDIR%%/settings/templates/users/main.php
13120
%%WWWDIR%%/settings/templates/users/main.php
11811
%%WWWDIR%%/settings/templates/users/part.createuser.php
13121
%%WWWDIR%%/settings/templates/users/part.createuser.php
11812
%%WWWDIR%%/settings/templates/users/part.grouplist.php
13122
%%WWWDIR%%/settings/templates/users/part.grouplist.php

Return to bug 223778