This repository was archived by the owner on Dec 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautoload.php
171 lines (171 loc) · 16.1 KB
/
autoload.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<?php
// @codingStandardsIgnoreFile
// @codeCoverageIgnoreStart
// this is an autogenerated file - do not edit
spl_autoload_register(
function($class) {
static $classes = null;
if ($classes === null) {
$classes = array(
'theseer\\application\\applicationstate' => '/app/state/ApplicationState.php',
'theseer\\application\\applicationstateexception' => '/app/state/ApplicationStateException.php',
'theseer\\application\\applicationstateservice' => '/app/state/ApplicationStateService.php',
'theseer\\application\\applicationstatestore' => '/app/state/ApplicationStateStore.php',
'theseer\\application\\badrequestexception' => '/app/commands/login/BadRequestException.php',
'theseer\\application\\commandfactory' => '/app/commands/CommandFactory.php',
'theseer\\application\\configuration' => '/app/Configuration.php',
'theseer\\application\\exception' => '/app/Exception.php',
'theseer\\application\\factory' => '/app/Factory.php',
'theseer\\application\\insidequery' => '/app/queries/inside/InsideQuery.php',
'theseer\\application\\insideroute' => '/app/queries/inside/InsideRoute.php',
'theseer\\application\\logincommand' => '/app/commands/login/LoginCommand.php',
'theseer\\application\\loginfailedresult' => '/app/commands/login/LoginFailedResult.php',
'theseer\\application\\loginfailedresultroute' => '/app/commands/login/LoginFailedResultRoute.php',
'theseer\\application\\loginoptionsquery' => '/app/queries/webauthn/LoginOptionsQuery.php',
'theseer\\application\\loginoptionsroute' => '/app/queries/webauthn/LoginOptionsRoute.php',
'theseer\\application\\loginrequired' => '/app/protected/LoginRequired.php',
'theseer\\application\\loginrequiredresult' => '/app/protected/LoginRequiredResult.php',
'theseer\\application\\loginrequiredresultroute' => '/app/protected/LoginRequiredResultRoute.php',
'theseer\\application\\loginroute' => '/app/commands/login/LoginRoute.php',
'theseer\\application\\loginsuccessresult' => '/app/commands/login/LoginSuccessResult.php',
'theseer\\application\\loginsuccessresultroute' => '/app/commands/login/LoginSuccessResultRoute.php',
'theseer\\application\\pdouserreader' => '/app/user/PdoUserReader.php',
'theseer\\application\\pdouserwriter' => '/app/user/PdoUserWriter.php',
'theseer\\application\\protectedgetroute' => '/app/protected/ProtectedGetRoute.php',
'theseer\\application\\protectedpostroute' => '/app/protected/ProtectedPostRoute.php',
'theseer\\application\\queryfactory' => '/app/queries/QueryFactory.php',
'theseer\\application\\registeroptionsquery' => '/app/queries/webauthn/RegisterOptionsQuery.php',
'theseer\\application\\registeroptionsroute' => '/app/queries/webauthn/RegisterOptionsRoute.php',
'theseer\\application\\stateawareresponse' => '/app/state/StateAwareResponse.php',
'theseer\\application\\staticcontentprovider' => '/app/queries/static/StaticContentProvider.php',
'theseer\\application\\staticmap' => '/app/queries/static/StaticMap.php',
'theseer\\application\\staticmapexception' => '/app/queries/static/StaticMapException.php',
'theseer\\application\\staticpageroute' => '/app/queries/static/StaticPageRoute.php',
'theseer\\application\\totp\\baconqrcodegenerator' => '/app/totp/BaconQrCodeGenerator.php',
'theseer\\application\\totp\\generator' => '/app/totp/Generator.php',
'theseer\\application\\totp\\qrcodegenerator' => '/app/totp/QRCodeGenerator.php',
'theseer\\application\\totp\\spomkylabsgenerator' => '/app/totp/SpomkyLabsGenerator.php',
'theseer\\application\\totp\\spomkylabstotp' => '/app/totp/SpomkyLabsTOTP.php',
'theseer\\application\\totp\\totp' => '/app/totp/TOTP.php',
'theseer\\application\\totpconfirmationfailedresult' => '/app/commands/totp-confirm/TOTPConfirmationFailedResult.php',
'theseer\\application\\totpconfirmcommand' => '/app/commands/totp-confirm/TOTPConfirmCommand.php',
'theseer\\application\\totpconfirmedresult' => '/app/commands/totp-confirm/TOTPConfirmedResult.php',
'theseer\\application\\totpconfirmedresultroute' => '/app/commands/totp-confirm/TOTPConfirmedResultRoute.php',
'theseer\\application\\totpconfirmroute' => '/app/commands/totp-confirm/TOTPConfirmRoute.php',
'theseer\\application\\totpqrcodequery' => '/app/queries/totp-qrcode/TOTPQRCodeQuery.php',
'theseer\\application\\totpqrcoderoute' => '/app/queries/totp-qrcode/TOTPQRCodeRoute.php',
'theseer\\application\\totpsetupquery' => '/app/queries/totp-setup/TOTPSetupQuery.php',
'theseer\\application\\totpsetuproute' => '/app/queries/totp-setup/TOTPSetupRoute.php',
'theseer\\application\\user' => '/app/user/User.php',
'theseer\\application\\userreader' => '/app/user/UserReader.php',
'theseer\\application\\userwriter' => '/app/user/UserWriter.php',
'theseer\\application\\webauthn\\authenticationrequest' => '/app/webauthn/AuthenticationRequest.php',
'theseer\\application\\webauthn\\options' => '/app/webauthn/Options.php',
'theseer\\application\\webauthn\\registration' => '/app/webauthn/Registration.php',
'theseer\\application\\webauthn\\registrationfailed' => '/app/webauthn/RegistrationFailed.php',
'theseer\\application\\webauthn\\registrationresult' => '/app/webauthn/RegistrationResult.php',
'theseer\\application\\webauthn\\webauthnservice' => '/app/webauthn/WebAuthnService.php',
'theseer\\application\\webauthnregistercommand' => '/app/commands/webauthn/WebAuthnRegisterCommand.php',
'theseer\\application\\webauthnregisterroute' => '/app/commands/webauthn/WebAuthnRegisterRoute.php',
'theseer\\application\\website' => '/app/Website.php',
'theseer\\framework\\application' => '/framework/Application.php',
'theseer\\framework\\csrftoken' => '/framework/token/CSRFToken.php',
'theseer\\framework\\environment' => '/framework/Environment.php',
'theseer\\framework\\exception' => '/framework/Exception.php',
'theseer\\framework\\http\\abstractroute' => '/framework/http/request/AbstractRoute.php',
'theseer\\framework\\http\\badrequestresponse' => '/framework/http/response/BadRequestResponse.php',
'theseer\\framework\\http\\badrequestresult' => '/framework/http/result/BadRequestResult.php',
'theseer\\framework\\http\\badrequestresultrenderer' => '/framework/http/result/renderer/BadRequestResultRenderer.php',
'theseer\\framework\\http\\badrequestresultroute' => '/framework/http/result/routes/BadRequestResultRoute.php',
'theseer\\framework\\http\\command' => '/framework/http/executables/Command.php',
'theseer\\framework\\http\\content' => '/framework/http/Content.php',
'theseer\\framework\\http\\contentprovider' => '/framework/http/ContentProvider.php',
'theseer\\framework\\http\\contentresponse' => '/framework/http/response/ContentResponse.php',
'theseer\\framework\\http\\contentresult' => '/framework/http/result/ContentResult.php',
'theseer\\framework\\http\\contentresultrenderer' => '/framework/http/result/renderer/ContentResultRenderer.php',
'theseer\\framework\\http\\contentresultroute' => '/framework/http/result/routes/ContentResultRoute.php',
'theseer\\framework\\http\\cookies' => '/framework/http/request/maps/Cookies.php',
'theseer\\framework\\http\\etag' => '/framework/http/ETag.php',
'theseer\\framework\\http\\exception' => '/framework/http/Exception.php',
'theseer\\framework\\http\\executable' => '/framework/http/executables/Executable.php',
'theseer\\framework\\http\\files' => '/framework/http/request/maps/Files.php',
'theseer\\framework\\http\\filesexception' => '/framework/http/request/post/FilesException.php',
'theseer\\framework\\http\\formpostrequest' => '/framework/http/request/post/FormPostRequest.php',
'theseer\\framework\\http\\genericrequest' => '/framework/http/request/GenericRequest.php',
'theseer\\framework\\http\\getrequest' => '/framework/http/request/get/GetRequest.php',
'theseer\\framework\\http\\getroute' => '/framework/http/request/GetRoute.php',
'theseer\\framework\\http\\headers' => '/framework/http/request/maps/Headers.php',
'theseer\\framework\\http\\headrequest' => '/framework/http/request/get/HeadRequest.php',
'theseer\\framework\\http\\internalerrorresponse' => '/framework/http/response/InternalErrorResponse.php',
'theseer\\framework\\http\\internalerrorresultrenderer' => '/framework/http/result/renderer/InternalErrorResultRenderer.php',
'theseer\\framework\\http\\internalservererrorresult' => '/framework/http/result/InternalServerErrorResult.php',
'theseer\\framework\\http\\internalservererrorresultroute' => '/framework/http/result/routes/InternalServerErrorResultRoute.php',
'theseer\\framework\\http\\invalidrequestexception' => '/framework/http/request/InvalidRequestException.php',
'theseer\\framework\\http\\jsonpostrequest' => '/framework/http/request/post/JsonPostRequest.php',
'theseer\\framework\\http\\methodnotallowedexecutable' => '/framework/http/executables/MethodNotAllowedExecutable.php',
'theseer\\framework\\http\\methodnotallowedresponse' => '/framework/http/response/MethodNotAllowedResponse.php',
'theseer\\framework\\http\\methodnotallowedresult' => '/framework/http/result/MethodNotAllowedResult.php',
'theseer\\framework\\http\\methodnotallowedresultrenderer' => '/framework/http/result/renderer/MethodNotAllowedResultRenderer.php',
'theseer\\framework\\http\\methodnotallowedresultroute' => '/framework/http/result/routes/MethodNotAllowedResultRoute.php',
'theseer\\framework\\http\\notfoundexecutable' => '/framework/http/executables/NotFoundExecutable.php',
'theseer\\framework\\http\\notfoundresponse' => '/framework/http/response/NotFoundResponse.php',
'theseer\\framework\\http\\notfoundresult' => '/framework/http/result/NotFoundResult.php',
'theseer\\framework\\http\\notfoundresultrenderer' => '/framework/http/result/renderer/NotFoundResultRenderer.php',
'theseer\\framework\\http\\notfoundresultroute' => '/framework/http/result/routes/NotFoundResultRoute.php',
'theseer\\framework\\http\\notfoundroute' => '/framework/http/request/NotFoundRoute.php',
'theseer\\framework\\http\\notimplementedexecutable' => '/framework/http/executables/NotImplementedExecutable.php',
'theseer\\framework\\http\\notimplementedresponse' => '/framework/http/response/NotImplementedResponse.php',
'theseer\\framework\\http\\notimplementedresult' => '/framework/http/result/NotImplementedResult.php',
'theseer\\framework\\http\\notimplementedresultrenderer' => '/framework/http/result/renderer/NotImplementedResultRenderer.php',
'theseer\\framework\\http\\notimplementedresultroute' => '/framework/http/result/routes/NotImplementedResultRoute.php',
'theseer\\framework\\http\\notmodifiedresponse' => '/framework/http/response/NotModifiedResponse.php',
'theseer\\framework\\http\\notmodifiedresult' => '/framework/http/result/NotModifiedResult.php',
'theseer\\framework\\http\\notmodifiedresultrenderer' => '/framework/http/result/renderer/NotModifiedResultRenderer.php',
'theseer\\framework\\http\\notmodifiedresultroute' => '/framework/http/result/routes/NotModifiedResultRoute.php',
'theseer\\framework\\http\\outofroutesexception' => '/framework/http/request/OutOfRoutesException.php',
'theseer\\framework\\http\\parameters' => '/framework/http/request/maps/Parameters.php',
'theseer\\framework\\http\\postrequest' => '/framework/http/request/post/PostRequest.php',
'theseer\\framework\\http\\postroute' => '/framework/http/request/PostRoute.php',
'theseer\\framework\\http\\query' => '/framework/http/executables/Query.php',
'theseer\\framework\\http\\rawpostrequest' => '/framework/http/request/post/RawPostRequest.php',
'theseer\\framework\\http\\redirectresponse' => '/framework/http/response/RedirectResponse.php',
'theseer\\framework\\http\\redirectresultrenderer' => '/framework/http/result/renderer/RedirectResultRenderer.php',
'theseer\\framework\\http\\request' => '/framework/http/request/Request.php',
'theseer\\framework\\http\\requestexception' => '/framework/http/request/RequestException.php',
'theseer\\framework\\http\\requestrouter' => '/framework/http/request/RequestRouter.php',
'theseer\\framework\\http\\response' => '/framework/http/response/Response.php',
'theseer\\framework\\http\\result' => '/framework/http/result/Result.php',
'theseer\\framework\\http\\resultrenderer' => '/framework/http/result/renderer/ResultRenderer.php',
'theseer\\framework\\http\\resultroute' => '/framework/http/result/routes/ResultRoute.php',
'theseer\\framework\\http\\resultrouter' => '/framework/http/result/routes/ResultRouter.php',
'theseer\\framework\\http\\resultroutetemplate' => '/framework/http/result/routes/ResultRouteTemplate.php',
'theseer\\framework\\http\\route' => '/framework/http/request/Route.php',
'theseer\\framework\\http\\uploadedfile' => '/framework/http/request/post/UploadedFile.php',
'theseer\\framework\\http\\uploadedfileexception' => '/framework/http/request/post/UploadedFileException.php',
'theseer\\framework\\http\\uploadpostrequest' => '/framework/http/request/post/UploadPostRequest.php',
'theseer\\framework\\json' => '/framework/common/Json.php',
'theseer\\framework\\jsonexception' => '/framework/common/JsonException.php',
'theseer\\framework\\keyvaluemap' => '/framework/common/KeyValueMap.php',
'theseer\\framework\\keyvaluemapexception' => '/framework/common/KeyValueMapException.php',
'theseer\\framework\\page\\page' => '/framework/page/Page.php',
'theseer\\framework\\page\\pageexception' => '/framework/page/PageException.php',
'theseer\\framework\\page\\pagefileloader' => '/framework/page/PageFileLoader.php',
'theseer\\framework\\page\\pagequery' => '/framework/page/PageQuery.php',
'theseer\\framework\\page\\pageresult' => '/framework/page/PageResult.php',
'theseer\\framework\\page\\pageresultrenderer' => '/framework/page/PageResultRenderer.php',
'theseer\\framework\\page\\pageresultroute' => '/framework/page/PageResultRoute.php',
'theseer\\framework\\runner' => '/framework/Runner.php',
'theseer\\framework\\sessionid' => '/framework/token/SessionId.php',
'theseer\\framework\\tokengenerator' => '/framework/token/TokenGenerator.php',
'theseer\\framework\\url' => '/framework/common/Url.php'
);
}
$cn = strtolower($class);
if (isset($classes[$cn])) {
require __DIR__ . $classes[$cn];
}
},
true,
false
);
// @codeCoverageIgnoreEnd