Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
z-push
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Björn Fischer
z-push
Commits
0faf152b
Commit
0faf152b
authored
May 24, 2016
by
Sebastian Kummer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ZP-828 Update autoloader maps.
Released under the Affero GNU General Public License (AGPL) version 3.
parent
7de5e761
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
32 deletions
+32
-32
autoload_classmap.php
src/vendor/composer/autoload_classmap.php
+16
-16
autoload_static.php
src/vendor/composer/autoload_static.php
+16
-16
No files found.
src/vendor/composer/autoload_classmap.php
View file @
0faf152b
...
...
@@ -7,15 +7,15 @@ $baseDir = dirname($vendorDir);
return
array
(
'ASDevice'
=>
$baseDir
.
'/lib/core/asdevice.php'
,
'Auth_SASL'
=>
$baseDir
.
'/
include
/Auth/SASL.php'
,
'Auth_SASL_Anonymous'
=>
$baseDir
.
'/
include
/Auth/SASL/Anonymous.php'
,
'Auth_SASL_Common'
=>
$baseDir
.
'/
include
/Auth/SASL/Common.php'
,
'Auth_SASL_CramMD5'
=>
$baseDir
.
'/
include
/Auth/SASL/CramMD5.php'
,
'Auth_SASL_DigestMD5'
=>
$baseDir
.
'/
include
/Auth/SASL/DigestMD5.php'
,
'Auth_SASL_External'
=>
$baseDir
.
'/
include
/Auth/SASL/External.php'
,
'Auth_SASL_Login'
=>
$baseDir
.
'/
include
/Auth/SASL/Login.php'
,
'Auth_SASL_Plain'
=>
$baseDir
.
'/
include
/Auth/SASL/Plain.php'
,
'Auth_SASL_SCRAM'
=>
$baseDir
.
'/
include
/Auth/SASL/SCRAM.php'
,
'Auth_SASL'
=>
$baseDir
.
'/
backend/imap
/Auth/SASL.php'
,
'Auth_SASL_Anonymous'
=>
$baseDir
.
'/
backend/imap
/Auth/SASL/Anonymous.php'
,
'Auth_SASL_Common'
=>
$baseDir
.
'/
backend/imap
/Auth/SASL/Common.php'
,
'Auth_SASL_CramMD5'
=>
$baseDir
.
'/
backend/imap
/Auth/SASL/CramMD5.php'
,
'Auth_SASL_DigestMD5'
=>
$baseDir
.
'/
backend/imap
/Auth/SASL/DigestMD5.php'
,
'Auth_SASL_External'
=>
$baseDir
.
'/
backend/imap
/Auth/SASL/External.php'
,
'Auth_SASL_Login'
=>
$baseDir
.
'/
backend/imap
/Auth/SASL/Login.php'
,
'Auth_SASL_Plain'
=>
$baseDir
.
'/
backend/imap
/Auth/SASL/Plain.php'
,
'Auth_SASL_SCRAM'
=>
$baseDir
.
'/
backend/imap
/Auth/SASL/SCRAM.php'
,
'AuthenticationRequiredException'
=>
$baseDir
.
'/lib/exceptions/authenticationrequiredexception.php'
,
'Backend'
=>
$baseDir
.
'/lib/default/backend.php'
,
'BackendCalDAV'
=>
$baseDir
.
'/backend/caldav/caldav.php'
,
...
...
@@ -81,18 +81,18 @@ return array(
'MAPIProvider'
=>
$baseDir
.
'/backend/kopano/mapiprovider.php'
,
'MAPIStreamWrapper'
=>
$baseDir
.
'/backend/kopano/mapistreamwrapper.php'
,
'MAPIUtils'
=>
$baseDir
.
'/backend/kopano/mapiutils.php'
,
'Mail'
=>
$baseDir
.
'/
include
/Mail.php'
,
'Mail'
=>
$baseDir
.
'/
backend/imap
/Mail.php'
,
'Mail_RFC822'
=>
$baseDir
.
'/include/z_RFC822.php'
,
'Mail_mail'
=>
$baseDir
.
'/
include
/Mail/mail.php'
,
'Mail_mail'
=>
$baseDir
.
'/
backend/imap
/Mail/mail.php'
,
'Mail_mimeDecode'
=>
$baseDir
.
'/include/mimeDecode.php'
,
'Mail_mimePart'
=>
$baseDir
.
'/
include
/mimePart.php'
,
'Mail_sendmail'
=>
$baseDir
.
'/
include
/Mail/sendmail.php'
,
'Mail_smtp'
=>
$baseDir
.
'/
include
/Mail/smtp.php'
,
'Mail_mimePart'
=>
$baseDir
.
'/
backend/imap
/mimePart.php'
,
'Mail_sendmail'
=>
$baseDir
.
'/
backend/imap
/Mail/sendmail.php'
,
'Mail_smtp'
=>
$baseDir
.
'/
backend/imap
/Mail/smtp.php'
,
'MeetingResponse'
=>
$baseDir
.
'/lib/request/meetingresponse.php'
,
'Meetingrequest'
=>
$baseDir
.
'/backend/kopano/mapi/class.meetingrequest.php'
,
'MoveItems'
=>
$baseDir
.
'/lib/request/moveitems.php'
,
'Net_SMTP'
=>
$baseDir
.
'/
include
/Net/SMTP.php'
,
'Net_Socket'
=>
$baseDir
.
'/
include
/Net/Socket.php'
,
'Net_SMTP'
=>
$baseDir
.
'/
backend/imap
/Net/SMTP.php'
,
'Net_Socket'
=>
$baseDir
.
'/
backend/imap
/Net/Socket.php'
,
'NoHierarchyCacheAvailableException'
=>
$baseDir
.
'/lib/exceptions/nohierarchycacheavailableexception.php'
,
'NoPostRequestException'
=>
$baseDir
.
'/lib/exceptions/nopostrequestexception.php'
,
'NotImplementedException'
=>
$baseDir
.
'/lib/exceptions/notimplementedexception.php'
,
...
...
src/vendor/composer/autoload_static.php
View file @
0faf152b
...
...
@@ -14,15 +14,15 @@ class ComposerStaticInitd6749fc2fb9944bbe86b2b7d79a7852f
public
static
$classMap
=
array
(
'ASDevice'
=>
__DIR__
.
'/../..'
.
'/lib/core/asdevice.php'
,
'Auth_SASL'
=>
__DIR__
.
'/../..'
.
'/
include
/Auth/SASL.php'
,
'Auth_SASL_Anonymous'
=>
__DIR__
.
'/../..'
.
'/
include
/Auth/SASL/Anonymous.php'
,
'Auth_SASL_Common'
=>
__DIR__
.
'/../..'
.
'/
include
/Auth/SASL/Common.php'
,
'Auth_SASL_CramMD5'
=>
__DIR__
.
'/../..'
.
'/
include
/Auth/SASL/CramMD5.php'
,
'Auth_SASL_DigestMD5'
=>
__DIR__
.
'/../..'
.
'/
include
/Auth/SASL/DigestMD5.php'
,
'Auth_SASL_External'
=>
__DIR__
.
'/../..'
.
'/
include
/Auth/SASL/External.php'
,
'Auth_SASL_Login'
=>
__DIR__
.
'/../..'
.
'/
include
/Auth/SASL/Login.php'
,
'Auth_SASL_Plain'
=>
__DIR__
.
'/../..'
.
'/
include
/Auth/SASL/Plain.php'
,
'Auth_SASL_SCRAM'
=>
__DIR__
.
'/../..'
.
'/
include
/Auth/SASL/SCRAM.php'
,
'Auth_SASL'
=>
__DIR__
.
'/../..'
.
'/
backend/imap
/Auth/SASL.php'
,
'Auth_SASL_Anonymous'
=>
__DIR__
.
'/../..'
.
'/
backend/imap
/Auth/SASL/Anonymous.php'
,
'Auth_SASL_Common'
=>
__DIR__
.
'/../..'
.
'/
backend/imap
/Auth/SASL/Common.php'
,
'Auth_SASL_CramMD5'
=>
__DIR__
.
'/../..'
.
'/
backend/imap
/Auth/SASL/CramMD5.php'
,
'Auth_SASL_DigestMD5'
=>
__DIR__
.
'/../..'
.
'/
backend/imap
/Auth/SASL/DigestMD5.php'
,
'Auth_SASL_External'
=>
__DIR__
.
'/../..'
.
'/
backend/imap
/Auth/SASL/External.php'
,
'Auth_SASL_Login'
=>
__DIR__
.
'/../..'
.
'/
backend/imap
/Auth/SASL/Login.php'
,
'Auth_SASL_Plain'
=>
__DIR__
.
'/../..'
.
'/
backend/imap
/Auth/SASL/Plain.php'
,
'Auth_SASL_SCRAM'
=>
__DIR__
.
'/../..'
.
'/
backend/imap
/Auth/SASL/SCRAM.php'
,
'AuthenticationRequiredException'
=>
__DIR__
.
'/../..'
.
'/lib/exceptions/authenticationrequiredexception.php'
,
'Backend'
=>
__DIR__
.
'/../..'
.
'/lib/default/backend.php'
,
'BackendCalDAV'
=>
__DIR__
.
'/../..'
.
'/backend/caldav/caldav.php'
,
...
...
@@ -88,18 +88,18 @@ class ComposerStaticInitd6749fc2fb9944bbe86b2b7d79a7852f
'MAPIProvider'
=>
__DIR__
.
'/../..'
.
'/backend/kopano/mapiprovider.php'
,
'MAPIStreamWrapper'
=>
__DIR__
.
'/../..'
.
'/backend/kopano/mapistreamwrapper.php'
,
'MAPIUtils'
=>
__DIR__
.
'/../..'
.
'/backend/kopano/mapiutils.php'
,
'Mail'
=>
__DIR__
.
'/../..'
.
'/
include
/Mail.php'
,
'Mail'
=>
__DIR__
.
'/../..'
.
'/
backend/imap
/Mail.php'
,
'Mail_RFC822'
=>
__DIR__
.
'/../..'
.
'/include/z_RFC822.php'
,
'Mail_mail'
=>
__DIR__
.
'/../..'
.
'/
include
/Mail/mail.php'
,
'Mail_mail'
=>
__DIR__
.
'/../..'
.
'/
backend/imap
/Mail/mail.php'
,
'Mail_mimeDecode'
=>
__DIR__
.
'/../..'
.
'/include/mimeDecode.php'
,
'Mail_mimePart'
=>
__DIR__
.
'/../..'
.
'/
include
/mimePart.php'
,
'Mail_sendmail'
=>
__DIR__
.
'/../..'
.
'/
include
/Mail/sendmail.php'
,
'Mail_smtp'
=>
__DIR__
.
'/../..'
.
'/
include
/Mail/smtp.php'
,
'Mail_mimePart'
=>
__DIR__
.
'/../..'
.
'/
backend/imap
/mimePart.php'
,
'Mail_sendmail'
=>
__DIR__
.
'/../..'
.
'/
backend/imap
/Mail/sendmail.php'
,
'Mail_smtp'
=>
__DIR__
.
'/../..'
.
'/
backend/imap
/Mail/smtp.php'
,
'MeetingResponse'
=>
__DIR__
.
'/../..'
.
'/lib/request/meetingresponse.php'
,
'Meetingrequest'
=>
__DIR__
.
'/../..'
.
'/backend/kopano/mapi/class.meetingrequest.php'
,
'MoveItems'
=>
__DIR__
.
'/../..'
.
'/lib/request/moveitems.php'
,
'Net_SMTP'
=>
__DIR__
.
'/../..'
.
'/
include
/Net/SMTP.php'
,
'Net_Socket'
=>
__DIR__
.
'/../..'
.
'/
include
/Net/Socket.php'
,
'Net_SMTP'
=>
__DIR__
.
'/../..'
.
'/
backend/imap
/Net/SMTP.php'
,
'Net_Socket'
=>
__DIR__
.
'/../..'
.
'/
backend/imap
/Net/Socket.php'
,
'NoHierarchyCacheAvailableException'
=>
__DIR__
.
'/../..'
.
'/lib/exceptions/nohierarchycacheavailableexception.php'
,
'NoPostRequestException'
=>
__DIR__
.
'/../..'
.
'/lib/exceptions/nopostrequestexception.php'
,
'NotImplementedException'
=>
__DIR__
.
'/../..'
.
'/lib/exceptions/notimplementedexception.php'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment